
:root{
 --blue:#0B4EA2; --blue2:#06346f; --orange:#FF6B00; --green:#16A34A;
 --ink:#142033; --muted:#5f6b7a; --light:#f5f9ff; --line:#dfe8f3; --white:#fff;
 --shadow:0 14px 40px rgba(8,47,99,.10); --radius:20px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:"Poppins",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}
.topbar{background:var(--blue2);color:#fff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:16px;padding:7px 0}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #edf1f6}
.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:86px;gap:22px}
.brand{display:flex;align-items:center;text-decoration:none;min-width:210px}.brand img{width:170px;height:76px;object-fit:contain;object-position:center}
.nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:600}.nav a{text-decoration:none}.nav a:hover{color:var(--blue)}
.nav-cta,.btn{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:12px;padding:13px 20px;background:var(--orange);color:#fff;text-decoration:none;font-weight:700;cursor:pointer;transition:.2s}
.btn:hover,.nav-cta:hover{transform:translateY(-1px);filter:brightness(.96)}.btn.green{background:var(--green)}.btn.outline{background:#fff;color:var(--blue);border:1px solid #bcd2ec}
.menu-btn{display:none;border:0;background:none;font-size:28px;color:var(--blue)}
.dropdown{position:relative}.dropdown-menu{position:absolute;top:26px;left:-22px;width:250px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px;box-shadow:var(--shadow);display:none}
.dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:10px;border-radius:8px}.dropdown-menu a:hover{background:var(--light)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#eff8ff 0%,#fff 49%,#f6fbff 100%);padding:74px 0 62px}
.hero:before{content:"";position:absolute;inset:auto -130px -210px auto;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,#d6efff,transparent 66%)}
.hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:46px;align-items:center;position:relative}
.eyebrow{display:inline-flex;gap:8px;align-items:center;background:#e8f3ff;color:var(--blue);padding:7px 12px;border-radius:999px;font-size:13px;font-weight:700}
h1{font-size:clamp(42px,5.2vw,70px);line-height:1.04;margin:18px 0 18px;color:var(--blue2);letter-spacing:-1.8px}
h1 span{color:var(--orange)}h2{font-size:clamp(30px,3.4vw,45px);line-height:1.15;margin:0 0 14px;color:var(--blue2)}h3{color:var(--blue2)}
.hero-copy>p{font-size:18px;color:#47566a;max-width:690px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0}
.checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px;color:#33465c}.check:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;margin-right:7px;border-radius:50%;background:#e5f8eb;color:var(--green);font-weight:800}
.form-card{background:#fff;border:1px solid #e3ebf4;border-radius:24px;padding:26px;box-shadow:0 24px 60px rgba(4,54,110,.14)}.form-card h3{font-size:25px;margin:0}.form-card .small{color:var(--muted);font-size:13px;margin-bottom:16px}
.form-grid{display:grid;gap:10px}.field label{display:block;font-size:12px;font-weight:700;margin-bottom:5px;color:#536172}.field input,.field select,.field textarea{width:100%;padding:13px 14px;border:1px solid #ced9e5;border-radius:10px;font:inherit;background:#fff}
.form-note{font-size:11px;color:#738093;margin-top:9px}.form-status{font-size:13px;font-weight:600;margin-top:9px}
.trust-strip{background:var(--blue2);color:#fff}.trust-items{display:flex;gap:34px;overflow:auto;white-space:nowrap;padding:14px 0;font-size:13px}.trust-items b{color:#fff}.trust-items span{opacity:.86}
.section{padding:82px 0}.section.alt{background:var(--light)}.section-head{text-align:center;max-width:780px;margin:0 auto 38px}.section-head p{color:var(--muted)}
.grid{display:grid;gap:22px}.cards-5{grid-template-columns:repeat(5,1fr)}.cards-4{grid-template-columns:repeat(4,1fr)}.cards-3{grid-template-columns:repeat(3,1fr)}
.card{background:#fff;border:1px solid #e6edf5;border-radius:var(--radius);padding:25px;box-shadow:0 8px 24px rgba(3,52,105,.05);transition:.22s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:#e8f3ff;color:var(--blue);font-size:22px;margin-bottom:18px}.card p{font-size:14px;color:var(--muted)}
.product-list{margin:13px 0 0;padding:0;list-style:none}.product-list li{padding:7px 0;border-top:1px solid #eef2f6;font-size:13px}.learn{font-size:13px;color:var(--orange);font-weight:700;text-decoration:none}
.process{grid-template-columns:repeat(5,1fr);counter-reset:step}.process .card{position:relative}.process .card:before{counter-increment:step;content:counter(step);width:32px;height:32px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:700;margin-bottom:15px}
.advisor-wrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:34px;align-items:stretch}.advisor-photo{min-height:340px;border-radius:24px;background:linear-gradient(135deg,#dcebfa,#f8fbff);display:grid;place-items:center;border:1px solid #dbe6f1}.advisor-photo div{text-align:center;color:var(--blue);font-weight:700}.advisor-photo .avatar{font-size:88px}
.city-grid{grid-template-columns:repeat(4,1fr)}.city{background:#fff;border:1px solid #e1e9f2;border-radius:14px;padding:15px;text-align:center;font-weight:700;color:var(--blue)}
.testimonial .stars{color:#f5a300}.testimonial .who{font-size:13px;color:#627188;margin-top:16px}
.faq-wrap{max-width:900px;margin:auto}.faq{border-bottom:1px solid #dfe7ef}.faq button{width:100%;padding:19px 0;text-align:left;background:none;border:0;font:inherit;font-weight:700;color:var(--blue2);display:flex;justify-content:space-between;cursor:pointer}.faq .answer{display:none;color:#5d6a79;padding:0 0 18px}.faq.open .answer{display:block}
.cta-section{background:linear-gradient(135deg,var(--blue2),var(--blue));color:#fff;padding:64px 0}.cta-section h2{color:#fff}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-inner p{opacity:.84}
.seo-copy{max-width:950px;margin:auto}.seo-copy p{color:#536173}
.page-hero{background:linear-gradient(135deg,#eaf5ff,#fff);padding:62px 0}.page-hero h1{font-size:50px}.page-body{padding:65px 0}.two-col{display:grid;grid-template-columns:1.15fr .85fr;gap:34px}.sticky{position:sticky;top:112px}
.badge{display:inline-block;padding:5px 9px;background:#e9f4ff;color:var(--blue);border-radius:999px;font-size:12px;font-weight:700}
footer{background:#071d3b;color:#d7e1ed;padding:58px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:32px}.footer-logo{width:200px;background:#fff;border-radius:14px;padding:6px}.footer-grid h4{color:#fff}.footer-grid a{display:block;text-decoration:none;color:#c8d5e4;margin:8px 0;font-size:14px}.footer-bottom{border-top:1px solid #1f3a5c;margin-top:35px;padding-top:20px;font-size:12px;color:#9eb0c5}
.floating-whatsapp{position:fixed;right:20px;bottom:22px;z-index:1200;background:#25D366;color:#fff;text-decoration:none;padding:13px 17px;border-radius:999px;font-weight:700;box-shadow:0 8px 25px rgba(0,0,0,.22)}
.mobile-actions{display:none}
.notice{background:#fff9e8;border:1px solid #f2df9c;border-radius:14px;padding:15px;color:#6e5a20;font-size:12px}
@media(max-width:1020px){.cards-5{grid-template-columns:repeat(3,1fr)}.cards-4{grid-template-columns:repeat(2,1fr)}.process{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){
 .topbar{display:none}.menu-btn{display:block}.nav{position:absolute;top:86px;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:18px 4%;border-top:1px solid #eee;box-shadow:var(--shadow)}.nav.open{display:flex}.nav a{padding:8px}.dropdown-menu{position:static;display:block!important;box-shadow:none;border:0;width:auto;padding-left:12px}.nav-cta{display:none}
 .hero{padding-top:50px}.hero-grid,.advisor-wrap,.two-col{grid-template-columns:1fr}.checks{grid-template-columns:1fr}.cards-5,.cards-4,.cards-3,.process,.city-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.sticky{position:static}
 .floating-whatsapp{display:none}.mobile-actions{position:fixed;z-index:1300;display:grid;grid-template-columns:repeat(3,1fr);bottom:0;left:0;right:0;background:#fff;border-top:1px solid #dbe4ee;box-shadow:0 -6px 22px rgba(0,0,0,.1)}.mobile-actions a{text-align:center;padding:12px 5px;font-size:12px;text-decoration:none;font-weight:700;color:var(--blue)}.mobile-actions a:nth-child(2){background:#eafaf0;color:#0b7b2b}.mobile-actions a:nth-child(3){background:#fff1e7;color:#b34800}body{padding-bottom:48px}
}
@media(max-width:540px){.brand img{width:135px;height:66px}.header-inner{min-height:74px}.nav{top:74px}.cards-5,.cards-4,.cards-3,.process,.city-grid,.footer-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.btn{width:100%}.cta-inner{flex-direction:column;align-items:flex-start}.page-hero h1{font-size:40px}}
