*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif}
html{scroll-behavior:smooth}
body{background:#fff;color:#222;line-height:1.6}
a{color:inherit}
.topbar{background:#fff;padding:14px 20px;box-shadow:0 2px 12px rgba(0,0,0,.08);position:relative;z-index:5}
.nav{max-width:1100px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.brand{text-decoration:none;font-weight:700;color:#004aad}.brand span{color:#e30613}
.nav-links{display:flex;gap:18px;flex-wrap:wrap}.nav-links a{text-decoration:none;font-size:14px;font-weight:600;color:#333}.nav-links a:hover{color:#004aad}
.hero{background:linear-gradient(135deg,#004aad,#e30613);color:#fff;padding:100px 20px;text-align:center}.hero-content{max-width:900px;margin:auto}.hero h1{font-size:42px;margin-bottom:10px}.hero p{font-size:18px;margin-bottom:20px}.hero-btn,.help-btn,.primary-btn{display:inline-block;border:0;cursor:pointer;background:#fff;color:#004aad;padding:14px 30px;border-radius:30px;text-decoration:none;font-weight:600;transition:.3s}.hero-btn:hover{background:#e30613;color:#fff}.disclaimer{max-width:850px;margin:24px auto 0;padding:14px 18px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.35);border-radius:10px;font-size:13px}
.services{padding:70px 20px;text-align:center;background:#f4f6fb}.services h2,.section-title{font-size:30px;margin-bottom:15px;color:#004aad}.section-intro{max-width:820px;margin:0 auto 36px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;max-width:1100px;margin:auto}.service-card{background:#fff;border-radius:12px;padding:30px;text-decoration:none;color:#222;box-shadow:0 8px 20px rgba(0,0,0,.08);transition:.3s;border-top:5px solid #e30613;opacity:0;transform:translateY(30px)}.service-card.visible{opacity:1;transform:translateY(0);transition:all .6s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px rgba(0,0,0,.15)}.service-card .icon{font-size:36px;margin-bottom:12px}.service-card h3{color:#004aad;margin-bottom:6px}
.about,.content-section{padding:60px 20px;max-width:1000px;margin:auto}.about{text-align:center}.about h2,.content-section h1,.content-section h2,.content-section h3{color:#004aad;margin-bottom:15px}.content-section h1{font-size:36px}.content-section h2{margin-top:34px;font-size:26px}.content-section h3{margin-top:24px;font-size:20px}.content-section p,.content-section li{margin-bottom:12px}.content-section ul{padding-left:22px}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin-top:28px}.info-box{background:#f4f6fb;border-radius:12px;padding:24px;border-top:4px solid #e30613}.info-box h3{margin-top:0}
.help{background:#004aad;color:#fff;text-align:center;padding:60px 20px}.help-btn{margin-top:15px;background:#e30613;color:#fff}.help-btn:hover{background:#fff;color:#004aad}
.contact-list{list-style:none;padding:0!important}.contact-list li{margin-bottom:10px}.contact-list a{color:#004aad}
footer{background:#e30613;color:#fff;padding:38px 20px 22px}.footer-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer-grid h3{margin-bottom:10px}.footer-grid a{display:block;text-decoration:none;margin:5px 0}.footer-grid a:hover{text-decoration:underline}.footer-bottom{max-width:1100px;margin:24px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.35);text-align:center;font-size:13px}
.whatsapp-float{position:fixed;right:20px;bottom:20px;background:#25D366;color:#fff;font-size:26px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;text-decoration:none;box-shadow:0 10px 25px rgba(0,0,0,.2);z-index:20}
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:30;max-width:980px;margin:auto;background:#fff;color:#222;padding:18px;border-radius:12px;box-shadow:0 12px 35px rgba(0,0,0,.25);display:none;align-items:center;justify-content:space-between;gap:18px}.cookie-banner.show{display:flex}.cookie-banner p{font-size:13px}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-actions button{border:0;border-radius:22px;padding:10px 18px;font-weight:600;cursor:pointer}.cookie-accept{background:#004aad;color:#fff}.cookie-close{background:#eee;color:#333}
@media(max-width:760px){.hero{padding:72px 18px}.hero h1{font-size:32px}.nav{justify-content:center}.nav-links{justify-content:center}.footer-grid{grid-template-columns:1fr}.cookie-banner{flex-direction:column;align-items:flex-start}.cookie-actions{width:100%}.cookie-actions button{flex:1}}
