
:root{--navy:#061a4b;--navy2:#0d347c;--red:#e52540;--green:#14a05a;--ink:#0d1b3d;--muted:#68758e;--line:#e5eaf2;--soft:#f7f9fd;--soft2:#eef4fc;--shadow:0 14px 36px rgba(6,26,75,.075);--shadow2:0 24px 60px rgba(6,26,75,.10);--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:400 15px/1.62 Inter,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}body *,body *::before,body *::after{text-shadow:none!important;-webkit-text-stroke:0!important}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.container{width:min(var(--max),calc(100% - 48px));margin:auto}h1,h2,h3,h4{margin:0;font-family:Manrope,Segoe UI,sans-serif;color:var(--ink);font-weight:700;letter-spacing:-.035em;filter:none!important}h1{font-size:clamp(3.35rem,5.25vw,5.25rem);line-height:.99;letter-spacing:-.055em}h2{font-size:clamp(2rem,3vw,2.85rem);line-height:1.08}h3{font-size:1.02rem;line-height:1.32;letter-spacing:-.02em}p{margin:0;color:var(--muted)}.eyebrow{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.105em;font:800 .69rem/1 Manrope;color:#1d3f7a}.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px #fff0f2}.section{padding:68px 0}.section.soft{background:linear-gradient(180deg,#fbfcff,#f5f8fd)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;margin-bottom:28px}.section-head p{max-width:700px;margin-top:8px;font-size:.9rem}.btn{min-height:48px;padding:0 20px;border-radius:12px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:9px;font:700 .82rem Manrope;transition:.18s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(6,26,75,.12)}.btn-red{background:var(--red);color:#fff;box-shadow:0 10px 24px rgba(229,37,64,.12)}.btn-outline{background:#fff;border-color:#ccd6e5;color:var(--navy)}.btn-whatsapp{background:#fff;border-color:#b9e3ca;color:#08773c}
.utility{height:34px;background:#061a4b;color:#e0e8f7;font-size:.69rem}.utility .container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.utility-left,.utility-right{display:flex;gap:22px;align-items:center}.uitem{display:flex;align-items:center;gap:7px;white-space:nowrap}.uitem svg,.social svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}.social{display:flex;gap:11px;align-items:center}.social a{display:grid;place-items:center;width:18px;height:18px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(229,234,242,.94);backdrop-filter:blur(14px)}.nav{height:78px;display:flex;align-items:center;gap:28px}.brand{width:196px;flex:none}.brand-logo{display:block;width:100%;height:auto}.nav-links{display:flex;align-items:center;gap:2px;margin-left:auto}.nav-links>a,.nav-drop>button{border:0;background:none;padding:13px 11px;font:700 .78rem Manrope;color:#293650;position:relative}.nav-links>a:after,.nav-drop>button:after{content:"";height:2px;background:var(--red);position:absolute;left:11px;right:11px;bottom:4px;transform:scaleX(0);transform-origin:left;transition:.18s}.nav-links>a:hover:after,.nav-links>a.active:after,.nav-drop>button:hover:after{transform:scaleX(1)}.nav-drop{position:relative}.nav-drop button{display:flex;gap:5px;align-items:center}.nav-drop button svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2}.dropdown{position:absolute;top:48px;left:0;width:230px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow2);opacity:0;visibility:hidden;transform:translateY(7px);transition:.18s}.nav-drop:hover .dropdown,.nav-drop:focus-within .dropdown{opacity:1;visibility:visible;transform:none}.dropdown a{display:block;padding:10px 11px;border-radius:9px;font-size:.78rem;font-weight:700}.dropdown a:hover{background:#f4f7fb}.nav-cta{margin-left:8px}.mobile-toggle{display:none;margin-left:auto;width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:#fff}.mobile-panel{display:none;padding:8px 24px 20px;background:#fff;border-top:1px solid var(--line)}.mobile-panel.open{display:block}.mobile-panel a{display:block;padding:12px 3px;border-bottom:1px solid #eef2f7;font-weight:700}.mobile-panel .btn{width:100%;margin-top:12px}
.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#f9fbff 0%,#f6f9ff 44%,#edf4fd 100%);border-bottom:1px solid #edf1f7}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 91% 8%,rgba(229,37,64,.065),transparent 31%),radial-gradient(circle at 72% 70%,rgba(26,74,160,.075),transparent 42%);pointer-events:none}.hero-grid{min-height:550px;display:grid;grid-template-columns:.94fr 1.16fr;align-items:center;gap:34px;padding:50px 0 52px;position:relative}.hero-copy{position:relative;z-index:3}.hero-copy h1{margin-top:17px;max-width:590px}.hero-copy h1 span{color:var(--red);display:block}.hero-copy>p{font-size:.96rem;line-height:1.75;max-width:565px;margin-top:17px}.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:23px}.microproof{display:flex;flex-wrap:wrap;gap:10px 17px;margin-top:21px;color:#34415a;font-size:.71rem;font-weight:650}.microproof span{display:flex;align-items:center;gap:6px}.microproof svg{width:15px;height:15px;stroke:#163b77;fill:none;stroke-width:1.7}.hero-art{height:454px;position:relative;z-index:2;margin-right:-38px}.hero-photo{height:100%;border-radius:30px 0 0 30px;overflow:hidden;background:#dce8f7;box-shadow:0 18px 48px rgba(6,26,75,.09)}.hero-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;filter:none!important;transform:none!important}.journey-badge{position:absolute;left:-18px;bottom:22px;z-index:4;display:flex;gap:11px;align-items:center;padding:11px 14px;background:rgba(255,255,255,.98);border:1px solid #e4e9f2;border-radius:15px;box-shadow:0 10px 26px rgba(6,26,75,.08)}.journey-badge .round{width:38px;height:38px;border-radius:11px;background:#fff1f3;display:grid;place-items:center}.journey-badge svg{width:21px;height:21px;stroke:var(--red);fill:none;stroke-width:1.8}.journey-badge strong{display:block;font:700 .75rem Manrope}.journey-badge span{display:block;color:#7b879d;font-size:.64rem;margin-top:2px}.hero-proofbar{position:relative;z-index:6;margin-top:-20px}.proofbar{display:grid;grid-template-columns:repeat(4,1fr);border-radius:17px;background:linear-gradient(110deg,#061a4b,#0c367f);padding:17px 22px;color:#fff;box-shadow:0 12px 30px rgba(6,26,75,.10)}.proof{display:flex;align-items:center;gap:12px;padding:0 20px;border-right:1px solid rgba(255,255,255,.16)}.proof:first-child{padding-left:0}.proof:last-child{border-right:0;padding-right:0}.proof .picon{width:46px;height:46px;border:1px solid rgba(255,255,255,.28);border-radius:14px;display:grid;place-items:center;flex:none}.proof svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-width:1.55}.proof strong{display:block;font:700 .84rem Manrope}.proof span{display:block;color:#cbd7ef;font-size:.65rem;margin-top:2px}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.service-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:24px 22px 21px;min-height:248px;position:relative;transition:.18s;overflow:hidden}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d8e0ec}.service-card:after{content:"";position:absolute;right:-25px;top:-26px;width:88px;height:88px;border-radius:50%;background:#f7f9fe}.service-icon{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(145deg,#fff0f3,#edf3ff);margin-bottom:18px;position:relative;z-index:2}.service-icon:after{content:"";width:9px;height:9px;border-radius:50%;background:#e52540;position:absolute;right:7px;top:7px;box-shadow:0 0 0 4px rgba(229,37,64,.09)}.service-icon svg{width:34px;height:34px;fill:none;stroke:#0d347c;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.service-icon svg .accent{stroke:#e52540}.service-icon svg .accentfill{fill:#e52540;stroke:none}.service-card h3{font-size:.98rem;max-width:220px}.service-card p{font-size:.79rem;line-height:1.62;margin-top:8px;max-width:250px}.card-link{display:inline-flex;gap:6px;align-items:center;margin-top:17px;color:#123b83;font:700 .69rem Manrope}.card-link span{font-size:.9rem}
.opportunity-grid{display:grid;grid-template-columns:310px 1fr;gap:16px}.destination-card{border-radius:24px;min-height:430px;padding:27px;color:#fff;background:linear-gradient(150deg,#061a4b,#103e92);position:relative;overflow:hidden;box-shadow:var(--shadow)}.destination-card:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.05);right:-130px;bottom:-130px}.destination-card .eyebrow{color:#e2ebff}.destination-card .eyebrow:before{background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.12)}.destination-card h3{font-size:2rem;color:#fff;margin-top:16px;max-width:235px;line-height:1.05}.destination-card p{color:#d5e1f7;font-size:.8rem;margin-top:8px;max-width:235px}.chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px;position:relative;z-index:3}.chips span{padding:6px 9px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.07);font-size:.64rem;font-weight:700}.destination-card .btn{position:relative;z-index:4;margin-top:15px;min-height:41px;font-size:.72rem;padding:0 14px}.city-art{position:absolute;right:-8px;bottom:-2px;width:260px;height:auto;opacity:.96}.universities{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.uni-card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:20px;min-height:205px;display:flex;flex-direction:column;transition:.18s}.uni-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.uni-head{display:flex;gap:12px;align-items:center}.uni-mark{width:62px;height:52px;display:grid;place-items:center;border-radius:12px;background:#fbfcff;border:1px solid #e8edf5;flex:none}.uni-mark svg{width:56px;height:42px}.uh-mark{font:800 1.35rem Manrope;color:#111827;letter-spacing:-.08em}.uni-head h3{font-size:.93rem}.uni-head p{font-size:.66rem;margin-top:3px}.tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}.tags span{padding:6px 8px;border-radius:999px;background:#eef4ff;color:#123c82;font-size:.61rem;font-weight:800}.tags .hot{background:#fff0f2;color:#c82238}.uni-bottom{margin-top:auto;padding-top:15px;border-top:1px solid #edf1f6;display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:.67rem;color:#6a758c}.uni-bottom a{color:#123c82;font-weight:800;white-space:nowrap}
.journey{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin-top:31px;position:relative}.journey:before{content:"";height:1px;background:#dbe3ef;position:absolute;left:6%;right:6%;top:22px}.step{text-align:center;position:relative;z-index:2}.step-num{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#071e56;color:#fff;border:7px solid #fff;box-shadow:0 0 0 1px #d9e1ec;margin:0 auto 12px;font:700 .7rem Manrope}.step h3{font-size:.72rem}.step p{font-size:.62rem;line-height:1.5;margin-top:5px;padding:0 2px}
.eligibility{display:grid;grid-template-columns:.9fr 1.1fr;background:#fff;border-radius:27px;overflow:hidden;box-shadow:0 20px 50px rgba(6,26,75,.09);border:1px solid #edf1f7}.eligibility-copy{background:linear-gradient(145deg,#061a4b,#0c3279);padding:39px;color:#fff;position:relative;overflow:hidden}.eligibility-copy:after{content:"";position:absolute;width:310px;height:310px;border-radius:50%;background:rgba(255,255,255,.05);right:-140px;bottom:-150px}.eligibility-copy .eyebrow{color:#fff}.eligibility-copy h2{color:#fff;font-size:2.25rem;margin-top:13px;max-width:400px}.eligibility-copy p{color:#d3def4;font-size:.82rem;margin-top:12px;max-width:390px}.elig-list{display:grid;gap:8px;margin-top:19px;font-size:.72rem;position:relative;z-index:2}.elig-list span{display:flex;align-items:center;gap:7px}.elig-list svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2}.eligibility-form{padding:31px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.field label{display:block;color:#4e5a72;font:800 .58rem Manrope;letter-spacing:.055em;text-transform:uppercase;margin-bottom:6px}.field input,.field select{width:100%;height:46px;border-radius:10px;border:1px solid #dce4ef;background:#fbfcff;color:#28344e;padding:0 12px;outline:none}.field input:focus,.field select:focus{border-color:#95add8;box-shadow:0 0 0 3px #eff4ff}.full{grid-column:1/-1}.eligibility-form .btn{grid-column:1/-1}.form-note{grid-column:1/-1;font-size:.6rem;color:#9099aa}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.quote-card{border:1px solid var(--line);border-radius:19px;background:#fff;padding:22px;min-height:212px;position:relative;overflow:hidden}.quote-card:after{content:"“";position:absolute;right:18px;top:5px;font:700 4rem/1 Georgia;color:#f0f3f8}.quote-card>p{font-size:.76rem;line-height:1.65;color:#46526a;position:relative;z-index:2}.quote-meta{display:flex;align-items:center;gap:11px;margin-top:18px;position:relative;z-index:2}.avatar{width:54px;height:54px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 0 0 1px #dbe3ef;flex:none;background:#eef2f7}.avatar img{width:100%;height:100%;object-fit:cover}.quote-meta strong{display:block;font:700 .71rem Manrope}.quote-meta span{display:block;font-size:.62rem;color:#7a8498;margin-top:2px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.blog-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;min-height:342px;transition:.18s}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.blog-art{height:162px;background:#f0f4fb;overflow:hidden}.blog-art svg{display:block;width:100%;height:100%}.blog-body{padding:19px}.blog-kicker{font:800 .58rem Manrope;letter-spacing:.07em;text-transform:uppercase;color:var(--red)}.blog-card h3{font-size:.9rem;line-height:1.38;margin-top:7px}.blog-card p{font-size:.73rem;line-height:1.55;margin-top:7px}.readmore{display:inline-block;margin-top:12px;color:#123c82;font:800 .68rem Manrope}
.final-cta{padding-top:0}.cta{transform:translateY(32px);position:relative;z-index:3;background:linear-gradient(110deg,#071e56,#0b347d);border-radius:21px;padding:27px 31px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff;box-shadow:0 14px 34px rgba(6,26,75,.11)}.cta h3{color:#fff;font-size:1.3rem}.cta p{color:#d6e0f5;font-size:.75rem;margin-top:4px}.cta-actions{display:flex;gap:9px;flex-wrap:wrap}footer{background:#04112f;color:#d3dcf0;padding:75px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:34px}.footer-brand{width:174px}.footer-brand .brand-logo text:first-of-type,.footer-brand .brand-logo text:nth-of-type(2){fill:#fff}.footer-brand .brand-logo text:nth-of-type(3){fill:#9db0d4}.footer-about{font-size:.72rem;color:#9eb0d2;margin-top:13px;max-width:320px}footer h4{color:#fff;font-size:.74rem;letter-spacing:0;margin-bottom:12px}.footer-links{display:grid;gap:8px;color:#aebddb;font-size:.69rem}.footer-bottom{margin-top:31px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px;color:#8195bb;font-size:.61rem}.legal{display:flex;gap:14px;flex-wrap:wrap}
@media(max-width:1080px){.nav-links,.nav-cta{display:none}.mobile-toggle{display:grid;place-items:center}.hero-grid{grid-template-columns:1fr 1fr}.hero-art{margin-right:-24px}.services-grid{grid-template-columns:repeat(2,1fr)}.proofbar{grid-template-columns:repeat(2,1fr);gap:12px 0}.proof:nth-child(2){border-right:0}.journey{grid-template-columns:repeat(4,1fr);gap:22px 10px}.journey:before{display:none}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.footer-grid>div:last-child{grid-column:2}}
@media(max-width:820px){.container{width:min(var(--max),calc(100% - 32px))}.utility{display:none}.nav{height:69px}.brand{width:165px}.section{padding:55px 0}.hero-grid{display:block;min-height:0;padding:42px 0 0}h1{font-size:clamp(3rem,12vw,4.5rem)}.hero-copy{padding-bottom:34px}.hero-art{height:420px;margin:0 -16px 0 34px}.hero-photo{border-radius:28px 0 0 0}.hero-proofbar{margin-top:0;background:#fff;padding-top:14px}.opportunity-grid{grid-template-columns:1fr}.destination-card{min-height:360px}.universities{grid-template-columns:1fr 1fr}.eligibility{grid-template-columns:1fr}.testimonials,.blog-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.cta{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}}
@media(max-width:560px){body{font-size:14px}.container{width:calc(100% - 24px)}.hero-copy h1{font-size:3.35rem}.hero-copy>p{font-size:.9rem}.hero-art{height:340px;margin-left:18px}.journey-badge{left:8px;bottom:14px}.proofbar{grid-template-columns:1fr}.proof{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.13);padding:11px 0!important}.proof:last-child{border-bottom:0}.services-grid,.universities{grid-template-columns:1fr}.service-card{min-height:0}.journey{grid-template-columns:repeat(2,1fr)}.eligibility-form{grid-template-columns:1fr;padding:22px}.field,.full,.eligibility-form .btn,.form-note{grid-column:1/-1}.eligibility-copy{padding:30px 24px}.cta{padding:24px}.cta-actions{width:100%}.cta-actions .btn{flex:1}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}

/* =========================
   V4 VISUAL FIDELITY LAYER
   Approved AI mockup is the visual authority.
   ========================= */
:root{--max:1280px;--ink:#071a46;--muted:#65728a;--line:#e4eaf3;--soft:#f8faff;--soft2:#eef4fd;--shadow:0 16px 38px rgba(6,26,75,.08);--shadow2:0 28px 70px rgba(6,26,75,.11)}
body{font-size:16px;line-height:1.58;background:#fff}
.container{width:min(var(--max),calc(100% - 56px))}
h1,h2,h3,h4{font-weight:700;letter-spacing:-.04em}
h1{font-size:clamp(3.5rem,5.1vw,5.45rem);line-height:.96}
h2{font-size:clamp(2.15rem,2.75vw,3rem);line-height:1.04}
h3{font-size:1.08rem}
.section{padding:56px 0}
.section.soft{background:linear-gradient(180deg,#fbfcff 0%,#f5f8fe 100%)}
.section-head{margin-bottom:25px}
.section-head p{font-size:.92rem;line-height:1.58;max-width:690px}
.eyebrow{font-size:.72rem;letter-spacing:.115em}
.btn{min-height:50px;padding:0 22px;border-radius:12px;font-size:.84rem}
.nav{height:82px}.brand{width:208px}.nav-links>a,.nav-drop>button{font-size:.8rem;padding-inline:12px}.nav-cta{min-width:150px}

/* Hero: stronger image presence, better reading scale, polished mini-proof tray */
.hero{background:linear-gradient(115deg,#fbfdff 0%,#f8fbff 41%,#edf4fe 100%)}
.hero-grid{min-height:545px;grid-template-columns:.88fr 1.22fr;gap:38px;padding:42px 0 48px}
.hero-copy h1{max-width:580px;margin-top:16px}
.hero-copy>p{font-size:1rem;line-height:1.68;max-width:545px;margin-top:18px;color:#65728a}
.hero-actions{margin-top:24px;gap:12px}
.hero-art{height:458px;margin-right:-28px}
.hero-photo{border-radius:30px 0 0 30px;box-shadow:0 26px 65px rgba(6,26,75,.14);border:1px solid rgba(255,255,255,.85)}
.microproof{margin-top:22px;display:grid;grid-template-columns:repeat(2,max-content);width:max-content;max-width:100%;padding:13px 16px;gap:11px 22px;background:rgba(255,255,255,.93);border:1px solid #e5eaf3;border-radius:15px;box-shadow:0 12px 28px rgba(6,26,75,.06);font-size:.72rem}
.microproof svg{width:16px;height:16px;stroke-width:1.9}
.journey-badge{left:-14px;bottom:18px;padding:12px 15px;border-radius:16px;box-shadow:0 14px 34px rgba(6,26,75,.12)}
.journey-badge .round{width:42px;height:42px}.journey-badge svg{width:23px;height:23px}

/* Proof bar: clearer premium iconography and typography */
.hero-proofbar{margin-top:-18px}
.proofbar{padding:17px 20px;border-radius:17px;background:linear-gradient(108deg,#071e56,#0d3b87);box-shadow:0 16px 34px rgba(7,30,86,.13)}
.proof{gap:13px;padding:0 22px}.proof .picon{width:48px;height:48px;border-radius:50%;border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.035)}
.proof svg{width:27px;height:27px;stroke-width:1.75}.proof strong{font-size:.88rem}.proof span{font-size:.69rem;line-height:1.35}

/* Services: match AI mockup — centered lead, clear large icons, denser cards */
#services .section-head{display:block;text-align:center;margin-bottom:30px}
#services .section-head .eyebrow{justify-content:center}
#services .section-head p{margin:9px auto 0;max-width:650px}
#services .section-head>.btn{display:none}
.services-grid{gap:16px}
.service-card{min-height:220px;padding:22px 20px 18px;border-radius:17px;box-shadow:0 2px 0 rgba(6,26,75,.01)}
.service-card:after{display:none}
.service-icon{width:60px;height:60px;border-radius:50%;margin-bottom:16px;background:linear-gradient(145deg,#fff0f3 0%,#f4efff 48%,#edf4ff 100%);border:1px solid rgba(19,59,131,.06)}
.service-icon:after{display:none!important}
.service-icon svg{width:37px;height:37px;stroke:#0b3277;stroke-width:2.05}
.service-card h3{font-size:1rem;line-height:1.24;max-width:235px}
.service-card p{font-size:.82rem;line-height:1.52;margin-top:8px;max-width:260px}
.card-link{font-size:.7rem;margin-top:13px}
#services .services-grid:after{content:"View All Services  →";grid-column:1/-1;justify-self:center;margin-top:5px;min-height:44px;padding:0 20px;border:1px solid #ccd6e5;border-radius:11px;display:flex;align-items:center;color:#092d6f;background:#fff;font:700 .75rem Manrope}

/* Destination + university opportunity composition */
#destinations .section-head{margin-bottom:24px}
.opportunity-grid{grid-template-columns:300px minmax(0,1fr);gap:16px;align-items:stretch}
.destination-card{min-height:390px;padding:24px;border-radius:20px;background:linear-gradient(160deg,#f7f9ff 0%,#eef4fc 56%,#e8f0fb 100%);color:var(--navy);box-shadow:none;border:1px solid #e2e8f2}
.destination-card:before{width:190px;height:190px;right:-75px;bottom:-80px;background:rgba(20,62,139,.06)}
.destination-card .eyebrow{color:#234c8e}.destination-card .eyebrow:before{background:var(--red);box-shadow:0 0 0 4px #fff0f2}
.destination-card h3{font-size:2.05rem;color:var(--navy);margin-top:15px;max-width:235px}
.destination-card p{color:#68758e;font-size:.82rem;max-width:240px}
.destination-card .chips{max-width:235px}.destination-card .chips span{background:#fff;border-color:#dce5f2;color:#1a3d79}
.destination-card .btn{background:var(--navy);border-color:var(--navy);color:#fff}
.city-art{right:-14px;bottom:-7px;width:285px;opacity:1}
.city-art path[fill="#fff"]{fill:#173f89}.city-art path[stroke="#fff"]{stroke:#173f89}.city-art path[fill="#fff"][opacity=".9"],.city-art path[fill="#fff"][opacity=".95"]{fill:#2b65bb}.city-art path[stroke="#e7eefc"]{stroke:#95b5df}.city-art path[fill="#fff"]:last-child{fill:#e52540}
.universities{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.uni-card{min-height:390px;padding:18px 16px;border-radius:18px;box-shadow:none}
.uni-card:hover{box-shadow:0 16px 34px rgba(6,26,75,.08)}
.uni-head{display:block}.uni-mark{width:76px;height:60px;margin-bottom:13px;border-radius:10px;background:#fff}.uni-mark svg{width:68px;height:48px}.uh-mark{font-size:1.65rem}
.uni-head h3{font-size:.92rem;line-height:1.22;min-height:2.45em}.uni-head p{font-size:.65rem;line-height:1.35;min-height:2.7em}
.tags{margin-top:13px;gap:5px}.tags span{font-size:.58rem;padding:5px 7px}
.uni-card:after{content:"September 2026 intake\A Availability varies by programme";white-space:pre-line;display:block;margin-top:16px;padding-top:15px;border-top:1px solid #edf1f6;color:#5d6b82;font-size:.67rem;line-height:1.65}
.uni-bottom{margin-top:auto;padding-top:14px;font-size:.64rem;display:block;border-top:1px solid #edf1f6}.uni-bottom span{display:block;margin-bottom:12px}.uni-bottom a{display:flex;min-height:40px;border:1px solid #bfcbe0;border-radius:10px;align-items:center;justify-content:center;color:#0a347a}

/* Journey: no more tiny floating labels */
#about .section-head{margin-bottom:20px}
.journey{grid-template-columns:repeat(7,1fr);gap:0;margin-top:20px;padding:22px 16px 18px;background:#fff;border:1px solid #e2e8f1;border-radius:18px;box-shadow:0 12px 30px rgba(6,26,75,.045)}
.journey:before{left:7%;right:7%;top:43px;background:#cfd9e8}
.step{padding:0 9px}.step-num{width:43px;height:43px;border-width:6px;font-size:.75rem;margin-bottom:12px}
.step h3{font-size:.75rem;line-height:1.28;min-height:2.55em}.step p{font-size:.66rem;line-height:1.45;margin-top:4px;color:#77839a}

/* Eligibility: preserve strong layout but enlarge UI text */
.eligibility{border-radius:22px;box-shadow:0 20px 50px rgba(6,26,75,.10)}
.eligibility-copy{padding:40px 36px}.eligibility-copy h2{font-size:2.45rem;max-width:390px}.eligibility-copy>p{font-size:.87rem;line-height:1.6}.elig-list{font-size:.75rem}
.eligibility-form{padding:32px}.field label{font-size:.61rem}.field input,.field select{min-height:50px;font-size:.8rem;border-radius:10px}.eligibility-form>.btn{min-height:50px}

/* Testimonials: larger portraits, typography and visual depth */
.testimonials{gap:15px}
.quote-card{min-height:230px;padding:23px 24px;border-radius:17px;box-shadow:0 2px 0 rgba(6,26,75,.01)}
.quote-card>p{font-size:.82rem;line-height:1.6;color:#3f4d65}
.quote-card:after{font-size:4.5rem;right:15px;top:7px;color:#edf1f7}
.quote-meta{margin-top:20px}.avatar{width:62px;height:62px}.quote-meta strong{font-size:.77rem}.quote-meta span{font-size:.68rem}

/* Editorial cards: rich crisp graphic covers, denser layout */
.blog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.blog-card{min-height:330px;border-radius:17px}.blog-art{height:150px;background:linear-gradient(145deg,#e8f1ff,#fff4f5)}
.blog-body{padding:17px}.blog-kicker{font-size:.57rem}.blog-card h3{font-size:.84rem;line-height:1.36}.blog-card p{font-size:.7rem;line-height:1.5}.readmore{font-size:.66rem}

/* Final CTA & footer */
.final-cta{padding:28px 0 0}.cta{border-radius:16px;padding:23px 28px}.cta h3{font-size:1.2rem}.cta p{font-size:.75rem}.cta .btn{min-height:44px;font-size:.74rem}
footer{padding-top:40px}.footer-grid{padding-bottom:30px}.footer-about{font-size:.74rem}.footer-links a{font-size:.7rem}

@media(max-width:1180px){.universities{grid-template-columns:repeat(2,1fr)}.uni-card{min-height:245px}.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.container{width:min(var(--max),calc(100% - 32px))}.hero-grid{display:block}.hero-art{margin:0 -16px 0 25px}.microproof{grid-template-columns:1fr 1fr}.opportunity-grid{grid-template-columns:1fr}.universities{grid-template-columns:1fr 1fr}.uni-card{min-height:255px}.journey{grid-template-columns:repeat(2,1fr);gap:18px}.journey:before{display:none}.blog-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.container{width:calc(100% - 24px)}.section{padding:48px 0}.services-grid,.universities,.blog-grid{grid-template-columns:1fr}.service-card,.uni-card{min-height:0}.microproof{display:flex;width:100%}.hero-copy h1{font-size:3.1rem}.hero-art{height:330px}.destination-card{min-height:350px}.journey{grid-template-columns:1fr;padding:16px}.step{display:grid;grid-template-columns:44px 1fr;text-align:left;column-gap:12px}.step-num{grid-row:1/3;margin:0}.step h3{min-height:0}.eligibility-copy h2{font-size:2rem}}



/* =========================
   V5 — PREMIUM ASSET & VISUAL FIDELITY PASS
   Approved AI mockup remains the visual authority.
   ========================= */
:root{--max:1320px;--navy:#061a4b;--navy2:#0b347a;--red:#e62540;--ink:#071946;--muted:#66738a;--line:#e1e7f0;--soft:#f7f9fd;--soft2:#edf3fb;--shadow:0 15px 36px rgba(6,26,75,.065);--shadow2:0 25px 60px rgba(6,26,75,.10)}
body{font-size:16px;line-height:1.6;color:var(--ink)}
.container{width:min(var(--max),calc(100% - 64px))}
.utility{height:38px;font-size:.72rem}.utility-left,.utility-right{gap:26px}
.nav{height:88px;gap:30px}.brand{width:224px}.nav-links{gap:2px}.nav-links>a,.nav-drop>button{font-size:.83rem;padding:0 13px}.nav-cta{min-width:158px;min-height:50px}
.site-header{box-shadow:0 3px 16px rgba(6,26,75,.025)}

/* Cinematic hero: image is part of the scene rather than a separate card. */
.hero{background:linear-gradient(90deg,#fbfdff 0%,#f8fbff 37%,#f2f7fd 54%,#edf4fc 100%);min-height:565px}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 18%,rgba(255,255,255,.88),transparent 25%),radial-gradient(circle at 62% 82%,rgba(255,255,255,.60),transparent 30%);pointer-events:none}
.hero-grid{min-height:565px;display:block;padding:0;position:relative}
.hero-copy{width:47%;min-height:565px;display:flex;flex-direction:column;justify-content:center;padding:44px 0 55px;position:relative;z-index:5}
.hero-copy h1{font-size:clamp(4rem,5vw,5.15rem);line-height:.96;max-width:610px;margin-top:16px;letter-spacing:-.06em}
.hero-copy h1>span{display:block;white-space:nowrap;color:var(--red)}
.hero-copy>p{font-size:1.02rem;line-height:1.65;max-width:560px;margin-top:20px}
.hero-actions{margin-top:25px}.hero-actions .btn{min-height:52px;padding-inline:23px}
.hero-art{position:absolute;z-index:2;right:-32px;top:0;width:61%;height:565px;margin:0}
.hero-photo{height:100%;border:0;border-radius:0;box-shadow:none;background:#dae6f5;overflow:hidden;position:relative}
.hero-photo:before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.88) 7%,rgba(248,251,255,.28) 22%,transparent 41%),linear-gradient(180deg,rgba(255,255,255,.10),transparent 45%,rgba(6,26,75,.03));pointer-events:none}
.hero-photo img{object-position:center 43%;filter:saturate(1.02) contrast(1.015)!important}
.destinations-panel{right:22px;top:108px;width:225px;border-radius:18px;padding:17px;box-shadow:0 18px 42px rgba(5,24,68,.14);border:1px solid rgba(255,255,255,.9);backdrop-filter:blur(8px)}
.destinations-panel h4{font-size:.78rem;margin-bottom:8px}.destination-link{min-height:42px;font-size:.69rem}
.journey-badge{left:2px;bottom:22px;border-radius:16px;padding:12px 15px;box-shadow:0 16px 40px rgba(6,26,75,.13)}
.microproof{position:absolute;left:0;bottom:28px;z-index:6;width:47%;display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:0;border:1px solid #dfe6f1;border-radius:14px;background:rgba(255,255,255,.95);box-shadow:0 12px 30px rgba(6,26,75,.055);overflow:hidden}
.microproof span{min-height:52px;padding:0 13px;display:flex;align-items:center;justify-content:center;gap:8px;border-right:1px solid #e7ecf3;font-size:.64rem;white-space:nowrap}.microproof span:last-child{border-right:0}.microproof svg{width:16px;height:16px}
.hero-copy{padding-bottom:122px}
.hero-proofbar{margin-top:0;padding:0;background:#fff}.proofbar{grid-template-columns:repeat(5,1fr);padding:18px 18px;border-radius:16px;margin-top:0;box-shadow:0 14px 34px rgba(7,30,86,.12)}
.proof{padding:0 16px;gap:12px}.proof .picon{width:50px;height:50px}.proof svg{width:27px;height:27px}.proof strong{font-size:.82rem}.proof span{font-size:.64rem}

/* Section rhythm + typographic hierarchy */
.section{padding:64px 0}.section-head{margin-bottom:27px}.section-head h2{font-size:clamp(2.25rem,2.8vw,3.05rem)}.section-head p{font-size:.91rem}
.eyebrow{font-size:.68rem}.eyebrow.plain:before{display:none}

/* Services now use the richer horizontal icon/text composition from the approved mockup. */
#services .section-head{margin-bottom:29px}.services-grid{gap:15px}
.service-card{display:grid;grid-template-columns:68px 1fr;grid-template-rows:auto 1fr auto;column-gap:16px;align-items:start;min-height:176px;padding:22px 20px;border-radius:17px;background:linear-gradient(180deg,#fff,#fefeff);border-color:#dde5f0;transition:.22s ease}
.service-card:hover{transform:translateY(-3px);border-color:#ccd8e8;box-shadow:0 15px 35px rgba(6,26,75,.07)}
.service-icon{grid-row:1/4;width:66px;height:66px;margin:0;border-radius:50%;background:linear-gradient(145deg,#fff0f3 0%,#f5efff 48%,#edf5ff 100%);border:1px solid #e8e5f3;box-shadow:inset 0 0 0 6px rgba(255,255,255,.55)}
.service-icon svg{width:41px;height:41px;stroke-width:2.25}.service-icon .accent{stroke:var(--red)!important}.service-icon .accentfill{fill:var(--red)!important}
.service-card h3{grid-column:2;font-size:.98rem;line-height:1.22;margin-top:4px}.service-card p{grid-column:2;font-size:.79rem;line-height:1.52;margin-top:7px}.card-link{grid-column:2;font-size:.67rem;margin-top:12px}
#services .services-grid:after{min-height:44px;margin-top:8px}

/* Destination and university opportunity composition. */
.opportunity-grid{grid-template-columns:300px minmax(0,1fr);gap:15px}
.destination-card{min-height:420px;overflow:hidden;background:linear-gradient(180deg,#f8faff 0%,#eef4fb 100%);padding:24px 23px;border-radius:19px;position:relative}
.destination-card>*:not(.destination-photo){position:relative;z-index:3}.destination-card .city-art{display:none}.destination-card:after{content:"";position:absolute;inset:auto 0 0 0;height:59%;z-index:2;background:linear-gradient(180deg,#eef4fb 0%,rgba(238,244,251,.62) 19%,rgba(6,26,75,.05) 100%);pointer-events:none}
.destination-photo{position:absolute;z-index:1;left:0;bottom:0;width:100%;height:58%;object-fit:cover;object-position:center 55%;filter:saturate(.92) contrast(1.03)}
.destination-card h3{font-size:2.05rem;line-height:1.02;max-width:230px}.destination-card p{font-size:.79rem;line-height:1.52;max-width:230px}.destination-card .chips{max-width:235px}.destination-card .btn{min-height:44px;font-size:.69rem}
.universities-panel{background:#fff;border:1px solid #e0e7f1;border-radius:19px;padding:17px;box-shadow:0 12px 34px rgba(6,26,75,.035)}
.universities-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:1px 3px 15px}.universities-title h3{font-size:1.12rem;margin-top:6px}.universities-title>a{font:700 .69rem Manrope;color:#0a347a;white-space:nowrap}
.universities{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.uni-card{min-height:365px;padding:17px 15px 15px;border-radius:15px;background:linear-gradient(180deg,#fff 0%,#fcfdff 100%);border-color:#e1e7f0;box-shadow:none}.uni-card:after{display:none}
.uni-mark{width:88px;height:58px;margin-bottom:11px}.uni-mark svg{width:82px;height:52px}.uh-mark{font-size:1.8rem}.uni-head h3{font-size:.90rem;min-height:2.35em}.uni-head p{font-size:.62rem;min-height:auto;margin-top:3px}
.tags{margin-top:10px}.tags span{font-size:.55rem;padding:5px 7px}
.uni-facts{display:grid;gap:0;margin-top:13px;border-top:1px solid #edf1f6}.uni-facts>div{padding:9px 0;border-bottom:1px solid #edf1f6}.uni-facts span{display:block;text-transform:uppercase;letter-spacing:.08em;font:700 .50rem Inter;color:#8792a6}.uni-facts strong{display:block;margin-top:2px;font:650 .62rem/1.35 Inter;color:#263755}
.uni-bottom{border:0;margin-top:auto;padding-top:12px}.uni-bottom>span{display:none}.uni-bottom a{min-height:38px;font-size:.62rem}

/* Journey: readable and premium instead of micro-copy. */
.journey{padding:24px 18px 20px;border-radius:18px;box-shadow:0 12px 30px rgba(6,26,75,.04)}.journey:before{top:47px}.step{padding:0 10px}.step-num{width:48px;height:48px;font-size:.78rem;border-width:6px;margin-bottom:12px}.step h3{font-size:.74rem;line-height:1.27;min-height:2.45em}.step p{font-size:.62rem;line-height:1.48;color:#6f7c91}

/* Eligibility — preserve V4 strength and sharpen field hierarchy. */
.eligibility{box-shadow:0 22px 55px rgba(6,26,75,.095)}.eligibility-copy{padding:42px 38px}.eligibility-copy h2{font-size:2.55rem}.eligibility-form{padding:34px}.field label{font-size:.59rem;letter-spacing:.075em}.field input,.field select{min-height:51px;background:#fbfcff;border-color:#dfe5ee}

/* Testimonials: larger portraits and calmer, editorial quote styling. */
.testimonials{gap:15px}.quote-card{min-height:236px;padding:24px 24px 22px}.quote-card>p{font-size:.80rem;line-height:1.62}.avatar{width:76px;height:76px;border:4px solid #f5f7fb}.quote-meta{margin-top:19px;gap:13px}.quote-meta strong{font-size:.77rem}.quote-meta span{font-size:.65rem}.quote-card:after{font-size:5.2rem;opacity:.8}

/* High-resolution photographic editorial cards. */
.blog-grid{gap:14px}.blog-card{min-height:360px;border-radius:16px;overflow:hidden;position:relative;background:#fff}.blog-art{height:176px;position:relative;overflow:hidden;background:#dfe7f3}.blog-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(4,17,48,.16));pointer-events:none}.blog-art img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.035)}
.blog-card:nth-child(2) .blog-art img{object-position:center 60%}.blog-card:nth-child(3) .blog-art img{object-position:center 50%}.blog-card:nth-child(4) .blog-art img{object-position:center 53%}
.blog-body{padding:18px 17px 19px}.blog-kicker{display:inline-flex;width:max-content;margin-top:-31px;position:relative;z-index:3;background:var(--red);color:#fff;border-radius:5px;padding:6px 8px;font-size:.53rem;letter-spacing:.07em}.blog-card h3{font-size:.82rem;line-height:1.36;margin-top:11px}.blog-card p{font-size:.68rem;line-height:1.48}.readmore{font-size:.65rem}

/* Final CTA and fuller premium footer. */
.final-cta{padding:28px 0 0}.cta{padding:24px 30px;border-radius:16px}.cta h3{font-size:1.24rem}.cta p{font-size:.73rem}
footer{padding-top:44px}.footer-grid{grid-template-columns:1.35fr .82fr .92fr .78fr;gap:42px;padding-bottom:35px}.footer-brand{max-width:230px}.footer-about{max-width:350px;font-size:.73rem;line-height:1.62}.footer-contact{display:grid;gap:9px;margin-top:17px}.footer-contact>a,.footer-contact>span{display:flex;align-items:center;gap:9px;color:#c8d4e8;font-size:.68rem}.footer-contact svg{width:15px;height:15px;fill:none;stroke:#dbe6f7;stroke-width:1.8;flex:none}.footer-links a{font-size:.69rem}.footer-bottom{min-height:58px}.footer-social{display:flex;gap:7px;margin-left:auto}.footer-social a{width:27px;height:27px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d8e2f2;font:700 .62rem Inter}.legal{margin-left:6px}

@media(max-width:1180px){
 .container{width:min(var(--max),calc(100% - 40px))}.nav-links>a,.nav-drop>button{padding-inline:8px;font-size:.76rem}.brand{width:190px}.hero-copy{width:48%}.hero-art{width:60%}.microproof{width:48%}.proofbar{grid-template-columns:repeat(5,1fr)}.proof{padding:0 9px}.proof .picon{width:42px;height:42px}.proof strong{font-size:.72rem}.proof span{font-size:.56rem}.universities{grid-template-columns:repeat(2,1fr)}.uni-card{min-height:300px}.blog-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:920px){
 .nav{height:76px}.brand{width:178px}.hero{min-height:0}.hero-grid{display:flex;flex-direction:column;padding:42px 0 0}.hero-copy{width:100%;min-height:0;padding:0 0 34px}.hero-copy h1{max-width:650px}.hero-copy h1>span{white-space:normal}.hero-art{position:relative;right:auto;top:auto;width:calc(100% + 20px);height:470px;margin-left:20px}.hero-photo{border-radius:28px 0 0 0}.microproof{position:relative;left:auto;bottom:auto;width:100%;margin-top:22px;grid-template-columns:repeat(4,1fr)}.hero-copy{padding-bottom:36px}.hero-proofbar{margin-top:0}.proofbar{grid-template-columns:repeat(2,1fr);gap:12px 0}.proof:nth-child(2n){border-right:0}.proof:nth-last-child(-n+2){border-bottom:0}.proof{padding:8px 16px}.opportunity-grid{grid-template-columns:1fr}.destination-card{min-height:390px}.universities{grid-template-columns:repeat(2,1fr)}.journey{grid-template-columns:repeat(2,1fr);gap:18px}.journey:before{display:none}.step{text-align:left;display:grid;grid-template-columns:52px 1fr;column-gap:12px}.step-num{grid-row:1/3}.step h3{min-height:0}.footer-grid{grid-template-columns:1.2fr 1fr 1fr;}.footer-grid>div:last-child{grid-column:2/4}
}
@media(max-width:620px){
 .container{width:calc(100% - 24px)}.section{padding:50px 0}.hero-grid{padding-top:32px}.hero-copy h1{font-size:3.25rem}.hero-copy>p{font-size:.88rem}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .btn{padding:0 10px;font-size:.70rem}.hero-art{height:350px;margin-left:10px;width:calc(100% + 14px)}.destinations-panel{right:10px;top:50px;width:178px;padding:11px}.destination-link{min-height:34px;font-size:.57rem}.journey-badge{left:10px;bottom:12px}.microproof{grid-template-columns:1fr 1fr}.microproof span{font-size:.58rem;min-height:46px;border-bottom:1px solid #e7ecf3}.microproof span:nth-child(2n){border-right:0}.proofbar{grid-template-columns:1fr}.proof{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.13);padding:11px 2px}.proof:last-child{border-bottom:0}.services-grid,.universities,.blog-grid{grid-template-columns:1fr}.service-card{min-height:0;grid-template-columns:62px 1fr}.service-icon{width:60px;height:60px}.service-icon svg{width:37px;height:37px}.universities-panel{padding:13px}.universities-title{align-items:flex-end}.universities-title h3{font-size:.98rem}.universities-title>a{font-size:.59rem}.uni-card{min-height:0}.journey{grid-template-columns:1fr}.eligibility-copy h2{font-size:2rem}.testimonials{grid-template-columns:1fr}.quote-card{min-height:0}.blog-art{height:190px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-wrap:wrap;gap:10px}.footer-social{margin-left:0}.legal{margin-left:auto}
}

.mobile-toggle .hambars{width:24px;height:18px;display:flex;flex-direction:column;justify-content:space-between}.mobile-toggle .hambars i{display:block;height:2px;border-radius:3px;background:#061a4b;transition:.2s ease;transform-origin:center}.mobile-toggle.is-open .hambars i:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-toggle.is-open .hambars i:nth-child(2){opacity:0}.mobile-toggle.is-open .hambars i:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.footer-social a svg{width:13px;height:13px;fill:none;stroke:#d8e2f2;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-social a[aria-label="Facebook"] svg{fill:#d8e2f2;stroke:none}


/* ==========================================================
   V6 — FINAL SCALE, READABILITY, GLOSS & PERFORMANCE MOTION
   Motion principles:
   - transform + opacity only for scrolling/reveal
   - gloss sweeps run on hover or once, never continuous on all cards
   - no animation libraries, canvas, WebGL, video backgrounds or animated blur
   - reduced-motion respected
   ========================================================== */
:root{
  --glass-line:rgba(255,255,255,.72);
  --glass-glow:rgba(255,255,255,.58);
  --premium-shadow:0 18px 44px rgba(6,26,75,.085);
  --premium-shadow-hover:0 24px 55px rgba(6,26,75,.12);
  --ease-premium:cubic-bezier(.2,.72,.2,1);
}
body{font-size:16px;line-height:1.62}
.utility{height:40px;font-size:.75rem}
.utility-left,.utility-right{gap:28px}
.nav{height:94px;gap:32px}
.brand{width:236px}
.nav-links>a,.nav-drop>button{font-size:.86rem;padding-inline:14px}
.nav-cta{min-height:52px;min-width:164px}
.site-header{background:rgba(255,255,255,.93);border-color:rgba(223,230,240,.9);transition:box-shadow .25s var(--ease-premium),background-color .25s var(--ease-premium)}
.site-header.is-scrolled{background:rgba(255,255,255,.975);box-shadow:0 10px 28px rgba(6,26,75,.075)}
.site-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.92),transparent);pointer-events:none}

/* Premium buttons: static glass rim + hover-only sheen. */
.btn{position:relative;overflow:hidden;isolation:isolate;transition:transform .18s var(--ease-premium),box-shadow .18s var(--ease-premium),border-color .18s var(--ease-premium)}
.btn:before{content:"";position:absolute;z-index:-1;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 48%);pointer-events:none}
.btn:after{content:"";position:absolute;top:-35%;bottom:-35%;width:38%;left:-55%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.44),transparent);pointer-events:none;transition:transform .55s var(--ease-premium)}
.btn:hover:after{transform:translateX(430%) skewX(-18deg)}
.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(6,26,75,.13)}
.btn-red:hover{box-shadow:0 14px 30px rgba(229,37,64,.20)}

/* Hero: preserve V5 composition while increasing visual integration and scale. */
.hero{min-height:585px;background:linear-gradient(90deg,#fbfdff 0%,#f7fbff 36%,#eff6fd 58%,#eaf2fb 100%)}
.hero-grid{min-height:585px}
.hero-copy{min-height:585px;width:48%;padding-top:48px;padding-bottom:126px}
.hero-copy h1{font-size:clamp(4.2rem,5.12vw,5.45rem);line-height:.955;letter-spacing:-.062em}
.hero-copy>p{font-size:1.04rem;line-height:1.72;max-width:585px;color:#5d6d87}
.hero-actions{margin-top:27px}.hero-actions .btn{min-height:54px;padding-inline:25px;font-size:.84rem}
.hero-art{height:585px;width:62%;right:-34px}
.hero-photo{isolation:isolate;overflow:hidden}
.hero-photo img{transform:translate3d(var(--hero-x,0px),var(--hero-y,0px),0) scale(1.018)!important;will-change:transform;transition:transform .18s linear}
.hero-photo:after{content:"";position:absolute;z-index:4;inset:-12% auto -12% -34%;width:28%;background:linear-gradient(102deg,transparent 0%,rgba(255,255,255,.00) 20%,rgba(255,255,255,.32) 50%,rgba(255,255,255,.00) 80%,transparent 100%);transform:translateX(-130%) skewX(-11deg);pointer-events:none;animation:heroGloss 1.15s .28s var(--ease-premium) 1 both}
@keyframes heroGloss{to{transform:translateX(520%) skewX(-11deg)}}
.destinations-panel{background:rgba(255,255,255,.91);border:1px solid rgba(255,255,255,.92);box-shadow:0 22px 55px rgba(6,26,75,.16)}
.journey-badge{background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.95);box-shadow:0 18px 48px rgba(6,26,75,.14)}
.microproof{font-size:.69rem;box-shadow:0 16px 34px rgba(6,26,75,.07)}
.microproof span{min-height:56px}
.proofbar{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 42px rgba(6,26,75,.14)}
.proofbar:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.12),transparent 22%,transparent 72%,rgba(255,255,255,.06));pointer-events:none}
.proof{position:relative;z-index:1}.proof strong{font-size:.86rem}.proof span{font-size:.66rem;line-height:1.35}.proof .picon{background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.22)}

/* Better desktop readability and less dead space. */
.section{padding:60px 0}
.section-head h2{font-size:clamp(2.35rem,2.9vw,3.15rem)}
.section-head p{font-size:.96rem;line-height:1.62}
#services{padding-bottom:52px}
#services .services-grid:after{min-height:0!important;margin:0!important}

/* Glossy cards: no animated blur; only hover transform + pseudo-element sweep. */
.service-card,.uni-card,.quote-card,.blog-card,.universities-panel,.journey,.eligibility{position:relative;isolation:isolate}
.service-card:before,.uni-card:before,.quote-card:before,.blog-card:before,.universities-panel:before,.journey:after{content:"";position:absolute;z-index:6;top:-50%;left:-65%;width:34%;height:200%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.50),transparent);opacity:0;pointer-events:none;transition:transform .62s var(--ease-premium),opacity .18s}
.service-card:hover:before,.uni-card:hover:before,.quote-card:hover:before,.blog-card:hover:before,.universities-panel:hover:before,.journey:hover:after{opacity:.78;transform:translateX(500%) skewX(-18deg)}
.service-card{min-height:190px;padding:24px 22px;grid-template-columns:74px 1fr;column-gap:18px;border-color:#dde5ef;background:linear-gradient(145deg,#fff 0%,#fff 68%,#f8faff 100%)}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--premium-shadow-hover)}
.service-icon{width:72px;height:72px;border-radius:22px;background:linear-gradient(145deg,#fff3f5,#f6f1ff 50%,#edf6ff);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 8px 22px rgba(10,48,117,.055)}
.service-icon svg{width:43px;height:43px;stroke-width:2.2}
.service-card h3{font-size:1.03rem;line-height:1.24}
.service-card p{font-size:.84rem;line-height:1.58;color:#5e6d84}
.card-link{font-size:.70rem}

/* Destination/university panel: stronger card hierarchy without unverified values. */
.destination-card{box-shadow:var(--premium-shadow);border:1px solid rgba(221,230,241,.9)}
.destination-card:before{content:"";position:absolute;z-index:4;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(247,250,255,.88) 34%,rgba(6,26,75,.04) 58%,rgba(6,26,75,.16) 100%);pointer-events:none}
.destination-card>*:not(.destination-photo){z-index:5}
.destination-photo{height:62%;filter:saturate(1.01) contrast(1.04)}
.destination-card h3{font-size:2.12rem}.destination-card p{font-size:.84rem}
.universities-panel{box-shadow:0 16px 38px rgba(6,26,75,.055);background:linear-gradient(145deg,#fff,#fbfdff)}
.universities-title h3{font-size:1.18rem}.universities-title>a{font-size:.72rem}
.uni-card{min-height:374px;border-color:#dfe6f0;background:linear-gradient(160deg,#fff 0%,#fff 70%,#f7faff 100%)}
.uni-card:hover{box-shadow:0 16px 38px rgba(6,26,75,.085)}
.uni-mark{width:96px;height:64px;background:#fff;box-shadow:inset 0 0 0 1px #edf1f7}
.uni-mark svg{width:88px;height:56px}.uh-mark{font-size:1.95rem}
.uni-head h3{font-size:.94rem}.uni-head p{font-size:.66rem;color:#768196}.tags span{font-size:.59rem}.uni-facts span{font-size:.53rem}.uni-facts strong{font-size:.66rem}.uni-bottom a{font-size:.66rem}

/* 7-step process readability fix. */
.journey{padding:31px 22px 27px;border:1px solid #e0e7f1;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 16px 38px rgba(6,26,75,.055)}
.journey:before{top:55px}
.step{padding:0 12px}
.step-num{width:54px;height:54px;font-size:.82rem;border-width:7px;margin-bottom:14px;box-shadow:0 0 0 1px #d5deeb,0 7px 18px rgba(6,26,75,.07)}
.step h3{font-size:.80rem;line-height:1.28;min-height:2.5em}
.step p{font-size:.67rem;line-height:1.52;padding:0 4px;color:#66758d}

/* Eligibility form: tactile, glossy but static. */
.eligibility{border-color:#e3e9f2;box-shadow:0 25px 62px rgba(6,26,75,.11)}
.eligibility-copy{background:linear-gradient(145deg,#051a4b 0%,#0b347d 72%,#123f8d 100%)}
.eligibility-copy:before{content:"";position:absolute;inset:0;background:linear-gradient(128deg,rgba(255,255,255,.10),transparent 32%,transparent 70%,rgba(255,255,255,.04));pointer-events:none}
.eligibility-copy h2{font-size:2.65rem}.eligibility-copy p{font-size:.88rem}.elig-list{font-size:.76rem}
.eligibility-form{background:linear-gradient(180deg,#fff,#fbfcff)}
.field label{font-size:.63rem}.field input,.field select{min-height:53px;font-size:.82rem;transition:border-color .18s,box-shadow .18s,background-color .18s}.field input:hover,.field select:hover{background:#fff;border-color:#ccd7e7}

/* Testimonials: more human, more readable. */
.quote-card{min-height:255px;padding:27px;background:linear-gradient(155deg,#fff 0%,#fff 75%,#fafcff 100%)}
.quote-card:hover{transform:translateY(-3px);box-shadow:var(--premium-shadow)}
.quote-card>p{font-size:.85rem;line-height:1.66;color:#43516a}
.avatar{width:84px;height:84px;border-width:4px}.quote-meta{gap:15px;margin-top:22px}.quote-meta strong{font-size:.82rem}.quote-meta span{font-size:.68rem}

/* Editorial cards: crisp image scale and subtle hover zoom on transform only. */
.blog-card{min-height:386px;background:linear-gradient(180deg,#fff,#fbfdff)}
.blog-card:hover{box-shadow:var(--premium-shadow);transform:translateY(-4px)}
.blog-art{height:194px}.blog-art img{transition:transform .55s var(--ease-premium);will-change:transform}.blog-card:hover .blog-art img{transform:scale(1.035)}
.blog-body{padding:19px 18px 21px}.blog-card h3{font-size:.88rem}.blog-card p{font-size:.73rem}.readmore{font-size:.68rem}

/* CTA/footer: high-end glass line and larger readable shell. */
.cta{position:relative;overflow:hidden;padding:27px 32px;box-shadow:0 18px 46px rgba(6,26,75,.16);border:1px solid rgba(255,255,255,.12)}
.cta:before{content:"";position:absolute;inset:0;background:linear-gradient(118deg,rgba(255,255,255,.13),transparent 28%,transparent 70%,rgba(255,255,255,.07));pointer-events:none}
.cta>*{position:relative;z-index:1}.cta h3{font-size:1.34rem}.cta p{font-size:.78rem}
footer{padding-top:54px}.footer-grid{gap:48px;padding-bottom:40px}.footer-brand{max-width:250px}.footer-about{font-size:.77rem}.footer-contact>a,.footer-contact>span{font-size:.72rem}.footer-links a{font-size:.73rem;transition:color .18s,transform .18s}.footer-links a:hover{color:#fff;transform:translateX(2px)}footer h4{font-size:.78rem}.footer-social a{width:30px;height:30px;transition:transform .18s,background-color .18s}.footer-social a:hover{transform:translateY(-2px);background:rgba(255,255,255,.08)}

/* Progressive reveal: JS adds .reveal-pending only when IntersectionObserver exists. */
.js .reveal-pending{opacity:0;transform:translate3d(0,18px,0)}
.js .reveal-pending.reveal-in{opacity:1;transform:none;transition:opacity .62s var(--ease-premium),transform .62s var(--ease-premium);transition-delay:var(--reveal-delay,0ms)}

@media(hover:hover) and (pointer:fine){
  .service-card,.uni-card,.quote-card,.blog-card{will-change:transform}
}
@media(max-width:1180px){
  .utility{font-size:.69rem}.brand{width:204px}.nav-links>a,.nav-drop>button{font-size:.78rem}
  .hero-copy h1{font-size:clamp(3.75rem,5vw,4.75rem)}
  .service-card{grid-template-columns:68px 1fr}.service-icon{width:66px;height:66px}
  .proof strong{font-size:.76rem}.proof span{font-size:.59rem}
}
@media(max-width:920px){
  .nav{height:78px}.brand{width:182px}
  .hero-grid{min-height:0}.hero-copy{min-height:0}.hero-art{height:475px}
  .hero-photo img{transform:scale(1.01)!important}
  .service-card p{font-size:.82rem}.journey{padding:24px 18px}
  .step h3{font-size:.78rem}.step p{font-size:.68rem}
  .quote-card>p{font-size:.82rem}.footer-grid{gap:36px}
}
@media(max-width:620px){
  .section{padding:50px 0}.hero-copy h1{font-size:3.3rem}.hero-copy>p{font-size:.92rem}
  .service-card{grid-template-columns:66px 1fr;padding:21px 18px}.service-icon{width:62px;height:62px;border-radius:19px}.service-icon svg{width:38px;height:38px}.service-card h3{font-size:.97rem}.service-card p{font-size:.80rem}
  .journey{padding:22px 16px}.step-num{width:50px;height:50px}.step h3{font-size:.78rem}.step p{font-size:.67rem}
  .eligibility-copy h2{font-size:2.12rem}.quote-card{padding:22px;min-height:0}.avatar{width:72px;height:72px}.blog-art{height:190px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.hero-photo:after{animation:none!important}.hero-photo img,.blog-art img,.btn,.service-card,.uni-card,.quote-card,.blog-card,.footer-links a,.footer-social a{transition:none!important;transform:none!important}.js .reveal-pending,.js .reveal-pending.reveal-in{opacity:1!important;transform:none!important;transition:none!important}
}

/* V6 HF1 mobile overflow guard */
html,body{max-width:100%;overflow-x:clip}
@supports not (overflow:clip){html,body{overflow-x:hidden}}
@media(max-width:620px){.microproof span{white-space:normal!important;text-align:center;line-height:1.25;padding-inline:8px}.microproof{min-width:0}.hero-copy,.hero-grid,.hero,.container{min-width:0}}


/* ==========================================================
   V7 — FINAL TYPOGRAPHY, MICROINTERACTION & PREMIUM GLASS PASS
   Performance contract:
   * No animation library / jQuery / Lottie / canvas / WebGL / video hero
   * Motion = transform + opacity, one-time where practical
   * No continuous blur/filter animation
   * prefers-reduced-motion fully respected
   ========================================================== */
:root{
  --v7-edge:rgba(213,223,238,.92);
  --v7-soft:#f7faff;
  --v7-blue:#0b2f73;
  --v7-red:#e52540;
  --v7-glass:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.12));
  --v7-ease:cubic-bezier(.2,.72,.2,1);
}

/* Global readable scale — intentionally modest to avoid layout bloat. */
body{font-size:16px;line-height:1.66}
.utility{font-size:.78rem;height:41px}
.utility-left,.utility-right{gap:30px}
.nav{height:98px;gap:34px}
.brand{width:248px}
.nav-links>a,.nav-drop>button{font-size:.90rem;padding-inline:15px}
.nav-cta{min-height:54px;min-width:170px;font-size:.84rem}

/* Premium shell: glass appearance via static gradients (no expensive animated blur). */
.site-header{background:rgba(255,255,255,.965);box-shadow:0 1px 0 rgba(6,26,75,.025)}
.site-header.is-scrolled{background:rgba(255,255,255,.985);box-shadow:0 12px 32px rgba(6,26,75,.08)}
.site-header .nav:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.98),rgba(205,216,234,.72),rgba(255,255,255,.98),transparent);pointer-events:none}

/* Hero supportive typography: prevent premium elements from disappearing at desktop distance. */
.hero-copy>p{font-size:1.08rem;line-height:1.72;max-width:595px}
.hero-actions .btn{font-size:.87rem;min-height:55px}
.microproof{font-size:.73rem;gap:10px 16px}
.microproof span{padding-inline:2px}
.microproof svg{width:17px;height:17px;stroke-width:1.9}
.destinations-panel h4{font-size:.82rem}.destination-link{font-size:.70rem;min-height:42px}
.journey-badge strong{font-size:.79rem}.journey-badge span{font-size:.67rem}

/* Proof bar — clearer supporting text and premium static inner highlight. */
.proofbar{padding:19px 24px;border-radius:18px}
.proof{gap:13px;padding:0 18px}
.proof .picon{width:49px;height:49px;border-radius:15px}
.proof svg{width:27px;height:27px;stroke-width:1.7}
.proof strong{font-size:.89rem;line-height:1.2}
.proof span{font-size:.69rem;line-height:1.4;margin-top:3px}

/* Section typography. */
.section{padding:58px 0}
.section-head h2{font-size:clamp(2.45rem,2.95vw,3.2rem);line-height:1.05}
.section-head p,.readable-copy{font-size:.98rem;line-height:1.64;color:#627189}
.eyebrow{font-size:.68rem;letter-spacing:.13em}

/* Services — bigger visual icons, shorter text, clear 2-3 line benefits. */
.services-grid{gap:17px}
.service-card{min-height:198px;padding:25px 23px;grid-template-columns:78px 1fr;column-gap:19px;border-color:var(--v7-edge);box-shadow:0 9px 24px rgba(6,26,75,.025)}
.service-card:after{content:"";position:absolute;inset:1px 1px auto 1px;height:42%;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.62),transparent);opacity:.48;pointer-events:none;z-index:-1}
.service-icon{width:76px;height:76px;border-radius:23px;background:linear-gradient(145deg,#fff2f5 0%,#f7f2ff 47%,#eef7ff 100%);border:1px solid rgba(224,221,243,.8);box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 9px 22px rgba(11,47,115,.055);transition:transform .22s var(--v7-ease),box-shadow .22s var(--v7-ease)}
.service-icon svg{width:46px;height:46px;stroke-width:2.25}
.service-card h3{font-size:1.07rem;line-height:1.24;letter-spacing:-.018em}
.service-card p{font-size:.88rem;line-height:1.57;color:#56677f;max-width:35ch}
.card-link{font-size:.73rem;margin-top:10px}
@media(hover:hover) and (pointer:fine){
  .service-card:hover .service-icon{transform:translateY(-2px) scale(1.055);box-shadow:inset 0 1px 0 #fff,0 13px 28px rgba(11,47,115,.09)}
}

/* Destination / universities: simplify micro-data, enlarge identity. */
.destination-card h3{font-size:2.2rem;line-height:.98}.destination-card p{font-size:.88rem;line-height:1.57}
.chips span{font-size:.63rem}
.universities-panel{padding:19px;border-color:var(--v7-edge)}
.universities-title h3{font-size:1.25rem}.universities-title>a{font-size:.75rem}
.universities{gap:14px}
.uni-card{min-height:337px;padding:20px 18px 17px;border-color:var(--v7-edge)}
.uni-mark{width:108px;height:70px;border-radius:12px}.uni-mark svg{width:99px;height:62px}.uh-mark{font-size:2.05rem}
.uni-head{gap:13px}.uni-head h3{font-size:1rem;line-height:1.25}.uni-head p{font-size:.71rem;line-height:1.4}
.tags{margin-top:13px}.tags span{font-size:.62rem;padding:6px 8px}
.uni-quick{display:grid;gap:9px;margin:16px 0 12px;padding:13px 0;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6}
.uni-quick>div{display:flex;align-items:center;gap:8px;color:#5f6e86;font-size:.71rem;line-height:1.4}
.quick-dot{width:7px;height:7px;border-radius:50%;background:#184c9e;box-shadow:0 0 0 4px #edf4ff;flex:none;margin-left:4px}
.uni-bottom{margin-top:auto;padding-top:1px}.uni-bottom span{font-size:.62rem;line-height:1.35}.uni-bottom a{font-size:.70rem}

/* Journey: make the story legible; progress fill runs once on entry. */
.journey{padding:36px 24px 30px;min-height:202px;overflow:hidden}
.journey:before{top:61px;height:2px;left:7%;right:7%;background:#e1e7f0;z-index:0}
.journey-progress{position:absolute;z-index:1;left:7%;right:7%;top:61px;height:2px;background:linear-gradient(90deg,#0c347c,#1d5bb6 60%,#e52540);transform:scaleX(0);transform-origin:left center;border-radius:99px}
.journey.journey-active .journey-progress{transform:scaleX(1);transition:transform 1.05s .15s var(--v7-ease)}
.step{padding:0 13px}
.step-num{width:59px;height:59px;font-size:.88rem;border-width:7px;margin-bottom:15px;box-shadow:0 0 0 1px #d2dcea,0 9px 20px rgba(6,26,75,.075)}
.step h3{font-size:.84rem;line-height:1.3;min-height:2.5em}
.step p{font-size:.70rem;line-height:1.55;color:#5f6e86;padding:0 5px}

/* Eligibility — preserve successful architecture, improve tactile field readability only. */
.eligibility-copy h2{font-size:2.72rem;line-height:1.02}.eligibility-copy p{font-size:.91rem;line-height:1.62}.elig-list{font-size:.79rem;gap:9px}
.field label{font-size:.67rem;letter-spacing:.06em}.field input,.field select{min-height:55px;font-size:.86rem;border-radius:10px}.form-note{font-size:.64rem}
.eligibility-form .btn{min-height:55px;font-size:.83rem}

/* Testimonials — larger portraits, quotes and provenance. */
.testimonials{gap:18px}
.quote-card{min-height:268px;padding:29px 28px}
.quote-card>p{font-size:.90rem;line-height:1.7;color:#3f4e67}
.quote-card>p:before{font-size:3.2rem;opacity:.08}
.avatar{width:94px;height:94px;border-width:4px;box-shadow:0 10px 24px rgba(6,26,75,.09)}
.quote-meta{gap:17px;margin-top:23px}.quote-meta strong{font-size:.87rem}.quote-meta span{font-size:.72rem;margin-top:2px}

/* Editorial cards — more readable without enlarging assets. */
.blog-grid{gap:16px}
.blog-card{min-height:405px}
.blog-art{height:202px}
.blog-body{padding:20px 19px 22px}.blog-body .category{font-size:.60rem}.blog-card h3{font-size:.94rem;line-height:1.4}.blog-card p{font-size:.77rem;line-height:1.55}.readmore{font-size:.71rem}

/* Selective glass: CTA/footer/header only, not every surface. */
.cta{padding:29px 34px;border-radius:17px;background:linear-gradient(105deg,#061a4b 0%,#0b347c 65%,#123f8d 100%)}
.cta:after{content:"";position:absolute;inset:1px 1px auto 1px;height:45%;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.13),transparent);pointer-events:none}
.cta h3{font-size:1.42rem}.cta p{font-size:.82rem}.cta .btn{min-height:49px;font-size:.76rem}
footer{padding-top:58px}.footer-grid{gap:54px;padding-bottom:44px}.footer-brand{max-width:285px}.footer-about{font-size:.81rem;line-height:1.62}.footer-contact>a,.footer-contact>span{font-size:.76rem}.footer-links a{font-size:.77rem;line-height:1.7}footer h4{font-size:.82rem;margin-bottom:13px}.footer-bottom{font-size:.67rem}

/* Hover sheen remains short-lived; no idle looping. */
@media(hover:hover) and (pointer:fine){
  .service-card,.uni-card,.quote-card,.blog-card{transition:transform .22s var(--v7-ease),box-shadow .22s var(--v7-ease),border-color .22s var(--v7-ease)}
  .uni-card:hover{transform:translateY(-4px);border-color:#cfd9e8;box-shadow:0 20px 42px rgba(6,26,75,.09)}
  .quote-card:hover{transform:translateY(-4px)}
}

@media(max-width:1180px){
  .brand{width:218px}.nav-links>a,.nav-drop>button{font-size:.82rem;padding-inline:10px}
  .service-card{grid-template-columns:70px 1fr;padding:22px 20px}.service-icon{width:68px;height:68px}.service-icon svg{width:41px;height:41px}
  .service-card h3{font-size:1rem}.service-card p{font-size:.84rem}
  .uni-card{min-height:325px}.journey{padding-inline:18px}.step{padding-inline:8px}
}
@media(max-width:920px){
  .nav{height:80px}.brand{width:190px}
  .hero-copy>p{font-size:.98rem}.microproof{font-size:.68rem}
  .proof strong{font-size:.82rem}.proof span{font-size:.65rem}
  .service-card p{font-size:.84rem}
  .journey{min-height:0}.journey-progress{display:none}.journey.journey-active .journey-progress{transition:none}
  .step h3{font-size:.82rem}.step p{font-size:.70rem}
  .quote-card>p{font-size:.86rem}.avatar{width:84px;height:84px}
}
@media(max-width:620px){
  body{font-size:15px}.section{padding:48px 0}.utility{font-size:.68rem}
  .hero-copy>p{font-size:.94rem}.microproof{font-size:.63rem}
  .service-card{grid-template-columns:67px 1fr;padding:22px 18px}.service-icon{width:64px;height:64px}.service-icon svg{width:39px;height:39px}.service-card h3{font-size:1rem}.service-card p{font-size:.83rem;max-width:none}
  .uni-card{padding:19px 17px}.uni-mark{width:100px;height:65px}.uni-head h3{font-size:.98rem}.uni-quick>div{font-size:.72rem}
  .journey{padding:22px 17px}.step{grid-template-columns:56px 1fr;column-gap:14px;padding:0}.step-num{width:54px;height:54px}.step h3{font-size:.86rem}.step p{font-size:.72rem;padding:0}
  .eligibility-copy h2{font-size:2.2rem}.eligibility-copy p{font-size:.87rem}
  .quote-card{padding:24px;min-height:0}.quote-card>p{font-size:.87rem}.avatar{width:78px;height:78px}
  .blog-card{min-height:0}.blog-art{height:195px}.blog-card h3{font-size:.92rem}.blog-card p{font-size:.76rem}
  .footer-about{font-size:.79rem}.footer-contact>a,.footer-contact>span,.footer-links a{font-size:.75rem}
}
@media(prefers-reduced-motion:reduce){
  .journey-progress,.journey.journey-active .journey-progress{transform:none!important;transition:none!important}
  .service-icon{transition:none!important}
}


/* ==========================================================
   V8 — CRISP DESTINATIONS + NATIVE 3-CARD SERVICES CAROUSEL
   Zero carousel libraries. No extra image payload.
   ========================================================== */

/* 1. Replace the rasterised country menu baked into the hero with live UI. */
.hero-art{isolation:isolate}
.destinations-panel.hero-destinations{
  position:absolute;z-index:8;right:0;top:90px;width:266px;min-height:392px;display:flex;flex-direction:column;
  padding:18px 17px 14px;border-radius:19px 0 0 19px;
  background:#fff!important;border:1px solid #e6ebf3!important;
  box-shadow:0 20px 48px rgba(5,24,68,.17),inset 0 1px 0 #fff;
  backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
  overflow:hidden;
}
.hero-destinations:before{content:"";position:absolute;inset:0 0 auto;height:54px;background:linear-gradient(180deg,#fff,#fbfdff);pointer-events:none}
.hero-destinations h4{position:relative;margin:0 0 9px;padding:0 2px 12px;font-size:.88rem;line-height:1.2;font-weight:800;letter-spacing:-.015em;color:#071a45;border-bottom:1px solid #e8edf4}
.hero-destinations .destination-link{
  display:grid;grid-template-columns:31px 1fr 20px;align-items:center;gap:11px;
  min-height:57px;padding:7px 3px;text-decoration:none;color:#0b1c43;
  border-bottom:1px solid #edf1f6;font-size:.79rem;font-weight:720;line-height:1.2;flex:1;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.hero-destinations .destination-link:last-child{border-bottom:0}
.country-flag{display:block;width:29px;height:20px;border-radius:3px;box-shadow:0 0 0 1px rgba(9,30,66,.09);overflow:hidden;flex:none}
.dest-chevron{width:18px;height:18px;fill:none;stroke:#10284f;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;justify-self:end}
@media(hover:hover) and (pointer:fine){
  .hero-destinations .destination-link:hover{background:#f6f9fe;color:#0b367e;transform:translateX(2px)}
}

/* 2. The requested destination explanatory sentence is now a high-contrast content block. */
.destination-card .destination-summary{
  display:block!important;position:relative!important;z-index:7!important;
  max-width:100%!important;margin:12px 0 0!important;padding:11px 12px!important;
  color:#263a5b!important;background:rgba(255,255,255,.94)!important;
  border:1px solid #dde6f2;border-radius:13px;
  box-shadow:0 7px 18px rgba(6,26,75,.055);
  font-size:.90rem!important;line-height:1.52!important;font-weight:570;
}
.destination-card .chips{margin-top:12px!important}

/* 3. Services: glossy, native, fast carousel — 3 cards visible on desktop. */
#services .section-head{margin-bottom:12px}
.services-carousel-shell{position:relative;margin:18px 0 0;padding:8px 0 10px}
.services-carousel{
  overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-padding:2px;
  overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;
  scrollbar-width:none;padding:7px 3px 20px;outline:none;
}
.services-carousel::-webkit-scrollbar{display:none}
.services-carousel:focus-visible{outline:2px solid rgba(23,73,154,.35);outline-offset:5px;border-radius:20px}
.services-carousel .services-grid{
  display:grid!important;grid-template-columns:none!important;grid-auto-flow:column;
  grid-auto-columns:calc((100% - 36px)/3);gap:18px;width:auto!important;
}
#services .services-carousel .services-grid:after{display:none!important;content:none!important}
.services-carousel .service-card{
  position:relative;scroll-snap-align:start;scroll-snap-stop:always;
  display:flex!important;flex-direction:column!important;align-items:flex-start!important;
  min-height:292px!important;padding:27px 26px 24px!important;
  border:1px solid rgba(214,224,238,.96)!important;border-radius:23px!important;
  background:linear-gradient(145deg,#fff 0%,#fcfdff 60%,#f6f9ff 100%)!important;
  box-shadow:0 14px 36px rgba(6,26,75,.055),inset 0 1px 0 rgba(255,255,255,1)!important;
  overflow:hidden;isolation:isolate;transition:transform .22s var(--v7-ease),box-shadow .22s var(--v7-ease),border-color .22s var(--v7-ease);
}
.services-carousel .service-card:before{
  content:"";position:absolute;z-index:-1;left:-18%;top:-54%;width:82%;height:95%;
  background:radial-gradient(circle,rgba(229,37,64,.07),rgba(51,94,181,.025) 45%,transparent 70%);
  pointer-events:none;
}
.services-carousel .service-card:after{
  content:"";position:absolute;z-index:1;left:10px;right:10px;top:1px;height:42%;
  border-radius:22px 22px 45% 45%;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,0));
  opacity:.72;pointer-events:none;
}
.services-carousel .service-icon{
  position:relative;z-index:2;width:72px;height:72px;min-height:72px;margin-bottom:18px;
  border-radius:22px;background:linear-gradient(145deg,#fff1f4 0%,#f6f1ff 48%,#edf6ff 100%);
  border:1px solid #e4e3f1;box-shadow:inset 0 1px 0 #fff,0 10px 23px rgba(11,47,115,.07);
}
.services-carousel .service-icon svg{width:43px;height:43px;stroke-width:2.15}
.services-carousel .service-card h3{position:relative;z-index:2;font-size:1.08rem;line-height:1.25;margin:0 0 9px;min-height:2.5em}
.services-carousel .service-card p{position:relative;z-index:2;font-size:.88rem;line-height:1.58;max-width:34ch;color:#586980;margin:0}
.services-carousel .service-card .card-link{position:relative;z-index:2;margin-top:auto;padding-top:16px;font-size:.75rem}
.services-arrow{
  position:absolute;z-index:12;top:50%;transform:translateY(-50%);width:49px;height:49px;
  border:1px solid rgba(205,216,232,.96);border-radius:50%;display:grid;place-items:center;cursor:pointer;
  color:#0a2d70;background:linear-gradient(145deg,rgba(255,255,255,.99),rgba(244,248,255,.98));
  box-shadow:0 12px 30px rgba(6,26,75,.14),inset 0 1px 0 #fff;
  transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,border-color .18s ease;
}
.services-prev{left:-23px}.services-next{right:-23px}
.services-arrow svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.services-arrow:disabled{opacity:.28;cursor:default;box-shadow:0 5px 14px rgba(6,26,75,.07)}
@media(hover:hover) and (pointer:fine){
  .services-arrow:not(:disabled):hover{transform:translateY(-50%) scale(1.07);border-color:#becde2;box-shadow:0 16px 34px rgba(6,26,75,.18)}
  .services-carousel .service-card:hover{transform:translateY(-6px);border-color:#cbd8e9!important;box-shadow:0 22px 48px rgba(6,26,75,.105),inset 0 1px 0 #fff!important}
  .services-carousel .service-card:hover .service-icon{transform:translateY(-2px) scale(1.045)}
}

@media(max-width:920px){
  .destinations-panel.hero-destinations{right:0;top:72px;width:230px;min-height:350px;padding:15px 14px 10px;border-radius:17px 0 0 17px}
  .hero-destinations .destination-link{min-height:50px;font-size:.72rem;grid-template-columns:28px 1fr 18px;gap:9px}
  .country-flag{width:27px;height:18px}
  .services-carousel .services-grid{grid-auto-columns:calc((100% - 16px)/2);gap:16px}
  .services-prev{left:-12px}.services-next{right:-12px}
}
@media(max-width:620px){
  .destinations-panel.hero-destinations{right:0;top:38px;width:184px;min-height:276px;padding:11px 10px 8px;border-radius:15px 0 0 15px}
  .hero-destinations h4{font-size:.69rem;padding-bottom:8px;margin-bottom:5px}
  .hero-destinations .destination-link{min-height:42px;font-size:.58rem;grid-template-columns:24px 1fr 14px;gap:7px;padding:4px 2px}
  .country-flag{width:23px;height:16px}.dest-chevron{width:14px;height:14px}
  .destination-card .destination-summary{font-size:.86rem!important;padding:10px 11px!important}
  .services-carousel-shell{padding-inline:2px}
  .services-carousel .services-grid{grid-auto-columns:88%;gap:14px}
  .services-carousel .service-card{min-height:275px!important;padding:24px 22px!important}
  .services-arrow{width:43px;height:43px;top:49%}.services-prev{left:-6px}.services-next{right:-6px}
}
@media(prefers-reduced-motion:reduce){
  .services-carousel{scroll-behavior:auto!important}.services-arrow,.service-card,.destination-link{transition:none!important}
}


/* Blog / Education Insights V1 body — V8 shell preserved */
body[data-page="blog-v1"] .site-header .nav-links>a.active{color:var(--navy)}
.blog-hero{padding:62px 0 34px;background:radial-gradient(circle at 80% 20%,rgba(229,37,64,.08),transparent 25%),linear-gradient(180deg,#fbfdff,#f7f9fd)}
.blog-hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:44px;align-items:center}
.blog-hero-copy h1{font-size:clamp(3.1rem,5vw,5rem);max-width:720px}.blog-hero-copy h1 span{display:block;color:var(--red)}
.blog-hero-copy>p{max-width:650px;margin-top:20px;font-size:1.04rem;line-height:1.75}
.blog-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.editorial-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.editorial-proof span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #dde5f1;background:rgba(255,255,255,.82);border-radius:999px;color:#405171;font:700 .75rem Manrope;box-shadow:0 6px 18px rgba(6,26,75,.04)}.editorial-proof svg{width:16px;height:16px;fill:none;stroke:#0d347c;stroke-width:1.8}
.feature-card{position:relative;min-height:440px;border-radius:28px;overflow:hidden;box-shadow:0 26px 68px rgba(6,26,75,.16);isolation:isolate;background:#071b4a}.feature-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.feature-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,17,52,.02) 15%,rgba(4,17,52,.1) 45%,rgba(4,17,52,.9) 100%);z-index:1}.feature-content{position:absolute;left:0;right:0;bottom:0;padding:34px;z-index:2;color:#fff}.feature-content h2{color:#fff;font-size:clamp(1.85rem,2.8vw,2.7rem);max-width:720px}.feature-content p{color:#dfe7f8;margin-top:10px;max-width:660px}.feature-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:12px}.tag{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font:800 .67rem Manrope;text-transform:uppercase;letter-spacing:.05em}.tag-red{background:#fff;color:#c71f36}.tag-navy{background:#edf3ff;color:#0d347c}.feature-meta span:not(.tag){font:700 .72rem Inter;color:#edf2ff}
.blog-toolbar-wrap{padding:22px 0 8px;background:#fff;position:sticky;top:84px;z-index:20}.blog-toolbar{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 12px 38px rgba(6,26,75,.07);padding:14px;display:flex;gap:12px;align-items:center;backdrop-filter:blur(12px)}.blog-search{flex:1;position:relative}.blog-search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;fill:none;stroke:#66738d;stroke-width:2}.blog-search input{width:100%;min-height:46px;border:1px solid #dfe5ef;border-radius:12px;padding:0 14px 0 42px;outline:none;color:var(--ink);background:#fbfcff}.blog-search input:focus{border-color:#91a9d3;box-shadow:0 0 0 4px rgba(13,52,124,.07)}
.category-scroller{display:flex;gap:8px;overflow:auto;scrollbar-width:none}.category-scroller::-webkit-scrollbar{display:none}.cat-btn{border:1px solid #dfe5ef;background:#fff;color:#405171;border-radius:999px;min-height:42px;padding:0 14px;font:800 .72rem Manrope;white-space:nowrap}.cat-btn.active,.cat-btn:hover{background:var(--navy);border-color:var(--navy);color:#fff}
.insights-section{padding:58px 0 72px}.insight-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.insight-head p{max-width:680px;margin-top:8px}.results-count{font:800 .76rem Manrope;color:#50607c;background:#f3f6fb;border-radius:999px;padding:8px 12px}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 12px 34px rgba(6,26,75,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.article-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(6,26,75,.1);border-color:#d3dceb}.article-image{height:210px;overflow:hidden;background:#eef3fb}.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.article-card:hover .article-image img{transform:scale(1.025)}.article-body{padding:20px 20px 22px}.article-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:11px}.article-meta time{font:700 .68rem Inter;color:#7a869c}.article-card h3{font-size:1.06rem;line-height:1.38;min-height:2.76em}.article-card p{font-size:.82rem;line-height:1.65;margin-top:9px;min-height:4.95em}.article-footer{margin-top:16px;display:flex;justify-content:space-between;align-items:center;gap:10px}.reviewed{display:inline-flex;align-items:center;gap:6px;font:700 .65rem Inter;color:#4d5d78}.reviewed svg{width:14px;height:14px;fill:none;stroke:#16854d;stroke-width:2}.read-link{font:800 .72rem Manrope;color:#0d347c}.article-card[hidden]{display:none}
.editorial-policy{padding:70px 0;background:linear-gradient(135deg,#061a4b,#0d347c);color:#fff}.policy-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.policy-copy h2{color:#fff}.policy-copy p{color:#dbe6fb;margin-top:14px;max-width:700px}.policy-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.policy-item{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:16px;display:flex;gap:12px}.policy-item svg{flex:0 0 22px;width:22px;height:22px;fill:none;stroke:#fff;stroke-width:1.8}.policy-item strong{display:block;color:#fff;font:800 .84rem Manrope}.policy-item span{display:block;color:#d9e3f6;font-size:.74rem;margin-top:3px;line-height:1.5}
.topic-section{padding:68px 0;background:#f8faff}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}.topic-card{border:1px solid var(--line);border-radius:18px;padding:22px;background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 10px 30px rgba(6,26,75,.045);position:relative;overflow:hidden}.topic-card:after{content:"";position:absolute;right:-30px;top:-30px;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle,rgba(229,37,64,.11),transparent 65%)}.topic-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#f0f4ff;margin-bottom:16px}.topic-icon svg{width:24px;height:24px;fill:none;stroke:#0d347c;stroke-width:1.8}.topic-card h3{font-size:.98rem}.topic-card p{font-size:.78rem;line-height:1.6;margin-top:7px}
.newsletter{padding:64px 0}.newsletter-box{border-radius:24px;background:linear-gradient(135deg,#0b2b68,#0d347c 55%,#123d8c);padding:28px 32px;color:#fff;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;box-shadow:0 20px 54px rgba(6,26,75,.13);position:relative;overflow:hidden}.newsletter-box:after{content:"";position:absolute;right:-80px;top:-100px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.13),transparent 64%)}.newsletter-box h2{color:#fff;font-size:1.7rem}.newsletter-box p{color:#dce7fa;margin-top:6px}.newsletter-actions{display:flex;gap:10px;position:relative;z-index:2}
@media(max-width:980px){.blog-hero-grid,.policy-grid{grid-template-columns:1fr}.feature-card{min-height:390px}.blog-toolbar-wrap{position:static}.blog-toolbar{align-items:stretch;flex-direction:column}.article-grid{grid-template-columns:repeat(2,1fr)}.topic-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.blog-hero{padding-top:38px}.blog-hero-copy h1{font-size:2.75rem}.feature-card{min-height:360px;border-radius:22px}.feature-content{padding:24px}.article-grid{grid-template-columns:1fr}.article-image{height:220px}.article-card h3,.article-card p{min-height:0}.insight-head{align-items:flex-start;flex-direction:column}.topic-grid{grid-template-columns:1fr}.policy-list{grid-template-columns:1fr}.newsletter-box{grid-template-columns:1fr;padding:24px}.newsletter-actions{flex-direction:column}.newsletter-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.article-card,.article-image img{transition:none!important}}

/* CHECK ELIGIBILITY V1 — V8 locked shell body */
.eligibility-current{box-shadow:0 11px 28px rgba(229,37,64,.18)}
.el-hero{position:relative;overflow:hidden;background:linear-gradient(122deg,#f8fbff 0%,#f2f7ff 48%,#edf4fe 100%);border-bottom:1px solid #edf1f7}.el-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 86% 20%,rgba(229,37,64,.07),transparent 30%),radial-gradient(circle at 65% 90%,rgba(18,67,145,.09),transparent 40%);pointer-events:none}.el-hero-grid{min-height:575px;display:grid;grid-template-columns:1fr 1.03fr;gap:38px;align-items:center;padding:54px 0 62px;position:relative}.el-copy{position:relative;z-index:3}.el-copy h1{max-width:620px;margin-top:17px}.el-copy h1 span{color:var(--red)}.el-copy>p{max-width:585px;margin-top:18px;font-size:1rem;line-height:1.75}.el-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:24px}.el-actions .btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.el-meta{display:flex;flex-wrap:wrap;gap:11px 18px;margin-top:21px;color:#35445f;font-size:.72rem;font-weight:700}.el-meta span{display:flex;align-items:center;gap:7px}.el-meta svg{width:16px;height:16px;fill:none;stroke:#163b77;stroke-width:1.8}.el-visual{height:465px;position:relative}.el-photo{height:100%;border-radius:30px;overflow:hidden;box-shadow:0 24px 64px rgba(6,26,75,.12);border:1px solid rgba(255,255,255,.8);background:#dbe6f5}.el-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.el-photo:after{content:"";position:absolute;inset:0;border-radius:30px;background:linear-gradient(180deg,transparent 45%,rgba(5,20,57,.35));pointer-events:none}.hero-check-card{position:absolute;left:-24px;bottom:24px;width:min(365px,84%);padding:18px 19px;background:rgba(255,255,255,.97);border:1px solid rgba(220,228,240,.95);border-radius:18px;box-shadow:0 18px 46px rgba(6,26,75,.14);backdrop-filter:blur(10px)}.hero-check-card .top{display:flex;align-items:center;justify-content:space-between;gap:14px}.hero-check-card strong{font:800 .83rem Manrope;color:var(--navy)}.hero-check-card .status{font:800 .63rem Manrope;color:#087a41;background:#eaf8f0;border-radius:999px;padding:6px 9px}.mini-progress{height:7px;border-radius:99px;background:#edf2f8;margin-top:13px;overflow:hidden}.mini-progress i{display:block;width:72%;height:100%;background:linear-gradient(90deg,var(--red),#f25b70);border-radius:99px}.mini-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.mini-steps span{font-size:.58rem;color:#758198;font-weight:800;text-align:center}.mini-steps span:first-child,.mini-steps span:nth-child(2),.mini-steps span:nth-child(3){color:#183d7e}.el-proof-wrap{position:relative;z-index:6;margin-top:-22px}.el-proof{display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(110deg,#061a4b,#103e91);border-radius:18px;padding:18px 20px;color:#fff;box-shadow:0 15px 34px rgba(6,26,75,.12)}.el-proof-item{display:flex;gap:12px;align-items:center;padding:0 18px;border-right:1px solid rgba(255,255,255,.16)}.el-proof-item:first-child{padding-left:0}.el-proof-item:last-child{border-right:0}.el-proof-icon{width:44px;height:44px;border-radius:13px;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;flex:none}.el-proof-icon svg{width:23px;height:23px;fill:none;stroke:#fff;stroke-width:1.7}.el-proof strong{display:block;font:800 .8rem Manrope}.el-proof span{display:block;color:#cbd7ee;font-size:.64rem;margin-top:2px}
.assessment-section{padding:76px 0;background:linear-gradient(180deg,#fff,#f7f9fd)}.assessment-shell{display:grid;grid-template-columns:310px 1fr;gap:22px;align-items:start}.assessment-side{position:sticky;top:104px;border:1px solid #e1e7f0;background:linear-gradient(155deg,#071b4e,#0e377f);border-radius:24px;padding:24px;color:#fff;box-shadow:0 18px 45px rgba(6,26,75,.10);overflow:hidden}.assessment-side:after{content:"";position:absolute;right:-80px;bottom:-90px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.05)}.assessment-side .eyebrow{color:#dce8ff}.assessment-side .eyebrow:before{background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.12)}.assessment-side h2{font-size:1.72rem;color:#fff;margin-top:14px;line-height:1.08}.assessment-side>p{color:#ccd9ef;font-size:.78rem;margin-top:10px}.progress-wrap{margin-top:23px}.progress-head{display:flex;justify-content:space-between;align-items:center;font-size:.66rem;color:#d4def0;font-weight:800}.progress-head strong{font:800 .82rem Manrope;color:#fff}.progress-track{height:8px;background:rgba(255,255,255,.14);border-radius:99px;margin-top:9px;overflow:hidden}.progress-track i{display:block;width:20%;height:100%;border-radius:99px;background:linear-gradient(90deg,#ff4860,#ff8797);transition:width .28s ease}.side-steps{display:grid;gap:9px;margin-top:22px}.side-step{display:flex;align-items:center;gap:11px;padding:11px;border-radius:13px;border:1px solid transparent;color:#aebddb;transition:.2s}.side-step .num{width:30px;height:30px;border-radius:10px;background:rgba(255,255,255,.08);display:grid;place-items:center;font:800 .67rem Manrope;flex:none}.side-step strong{display:block;font:800 .7rem Manrope;color:inherit}.side-step span{display:block;font-size:.58rem;color:inherit;margin-top:1px}.side-step.active{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.16);color:#fff}.side-step.done{color:#dce9ff}.side-step.done .num{background:#eaf8f0;color:#087a41}.privacy-note{position:relative;z-index:2;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.15);display:flex;gap:9px;color:#cad6ec;font-size:.62rem}.privacy-note svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:1.7;flex:none;margin-top:1px}
.assessment-card{border:1px solid #e1e7f0;background:#fff;border-radius:24px;box-shadow:0 18px 48px rgba(6,26,75,.07);overflow:hidden}.assessment-head{padding:25px 27px 21px;border-bottom:1px solid #edf1f6;background:linear-gradient(180deg,#fff,#fbfcff)}.assessment-head .step-kicker{font:800 .67rem Manrope;letter-spacing:.09em;text-transform:uppercase;color:#1d4686}.assessment-head h2{font-size:1.75rem;margin-top:7px}.assessment-head p{font-size:.82rem;max-width:730px;margin-top:7px}.assessment-form{padding:25px 27px 28px}.assessment-step{display:none}.assessment-step.active{display:block;animation:stepIn .24s ease both}@keyframes stepIn{from{opacity:.25;transform:translateY(7px)}to{opacity:1;transform:none}}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field.full{grid-column:1/-1}.field label{display:block;margin:0 0 7px;font:800 .7rem Manrope;color:#243655}.field small{display:block;color:#8994a7;font-size:.62rem;margin-top:5px}.field input,.field select,.field textarea{width:100%;border:1px solid #dce3ed;border-radius:12px;background:#fff;color:#102047;min-height:49px;padding:0 13px;outline:none;transition:.16s}.field textarea{padding:12px 13px;min-height:104px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7898cf;box-shadow:0 0 0 4px rgba(24,69,140,.08)}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.choice-grid.two{grid-template-columns:repeat(2,1fr)}.choice{position:relative}.choice input{position:absolute;opacity:0;pointer-events:none}.choice label{display:flex;min-height:70px;padding:13px 14px;border:1px solid #dde4ed;border-radius:14px;align-items:center;gap:11px;background:#fff;cursor:pointer;transition:.16s}.choice label:hover{border-color:#bdcbe0;transform:translateY(-1px)}.choice input:checked+label{border-color:#24539b;background:#f1f6ff;box-shadow:0 0 0 3px rgba(18,63,134,.07)}.choice-icon{width:36px;height:36px;border-radius:11px;background:#eef4ff;display:grid;place-items:center;flex:none}.choice-icon svg{width:20px;height:20px;fill:none;stroke:#123f87;stroke-width:1.7}.choice strong{display:block;font:800 .7rem Manrope;color:#172a50}.choice span{display:block;color:#7b879d;font-size:.59rem;margin-top:1px}.form-note{display:flex;gap:9px;align-items:flex-start;padding:12px 13px;border:1px solid #dfe7f2;background:#f7faff;border-radius:12px;color:#59677f;font-size:.66rem;margin-top:17px}.form-note svg{width:18px;height:18px;fill:none;stroke:#1b4a92;stroke-width:1.7;flex:none}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #edf1f5}.form-actions .right{display:flex;gap:10px}.step-back{visibility:hidden}.step-back.show{visibility:visible}.consent{display:flex;gap:10px;align-items:flex-start;padding:13px;border-radius:12px;background:#fbfcfe;border:1px solid #e5eaf2}.consent input{margin-top:3px}.consent label{font-size:.67rem;color:#5d6a81}.consent label a{color:#143f87;text-decoration:underline}.status-box{display:none;margin-top:15px;padding:12px 14px;border-radius:12px;background:#eef8f2;border:1px solid #cce9d7;color:#17653a;font-size:.7rem;font-weight:700}.status-box.show{display:block}.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.review-item{padding:13px 14px;border:1px solid #e2e8f1;background:#fbfcff;border-radius:13px}.review-item span{display:block;color:#7d899c;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.review-item strong{display:block;margin-top:4px;color:#172b51;font:800 .75rem Manrope}.result-panel{display:none;padding:28px}.result-panel.show{display:block}.result-hero{padding:24px;border-radius:20px;background:linear-gradient(145deg,#071b4e,#10408f);color:#fff;position:relative;overflow:hidden}.result-hero:after{content:"";position:absolute;right:-70px;top:-80px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.06)}.result-icon{width:54px;height:54px;border-radius:16px;background:#eaf8f0;display:grid;place-items:center;position:relative;z-index:2}.result-icon svg{width:29px;height:29px;fill:none;stroke:#087a41;stroke-width:1.8}.result-hero h2{color:#fff;font-size:1.85rem;margin-top:15px;position:relative;z-index:2}.result-hero p{color:#d5e0f2;margin-top:8px;font-size:.79rem;max-width:680px;position:relative;z-index:2}.result-state{display:inline-flex;margin-top:15px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.17);font:800 .64rem Manrope;position:relative;z-index:2}.result-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:17px}.result-summary div{padding:14px;border:1px solid #e2e8f1;border-radius:13px;background:#fbfcff}.result-summary span{display:block;color:#7c879b;font-size:.59rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.result-summary strong{display:block;margin-top:4px;font:800 .75rem Manrope;color:#162c54}.result-next{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:17px}.next-card{padding:17px;border:1px solid #e1e7f0;border-radius:16px}.next-card h3{font-size:.87rem}.next-card p{font-size:.69rem;margin-top:6px}.result-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.result-actions .btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}
.readiness{padding:70px 0;background:#fff}.readiness-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:34px;align-items:center}.readiness-copy>p{font-size:.85rem;max-width:610px;margin-top:10px}.document-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}.document-item{display:flex;gap:10px;padding:13px;border:1px solid #e4e9f1;border-radius:13px;background:#fbfcff}.document-item svg{width:20px;height:20px;fill:none;stroke:#174588;stroke-width:1.7;flex:none}.document-item strong{display:block;font:800 .69rem Manrope}.document-item span{display:block;color:#7c8799;font-size:.59rem;margin-top:2px}.readiness-photo{height:390px;border-radius:24px;overflow:hidden;position:relative;box-shadow:0 18px 42px rgba(6,26,75,.09)}.readiness-photo img{width:100%;height:100%;object-fit:cover;display:block}.readiness-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(5,20,57,.48))}.photo-note{position:absolute;z-index:2;left:20px;bottom:18px;right:20px;color:#fff}.photo-note strong{display:block;font:800 1rem Manrope}.photo-note span{display:block;color:#e1e9f6;font-size:.68rem;margin-top:3px}.privacy-band{padding:0 0 70px}.privacy-card{display:grid;grid-template-columns:64px 1fr auto;gap:16px;align-items:center;padding:21px 22px;border-radius:18px;border:1px solid #dce4ef;background:linear-gradient(135deg,#f9fbff,#f3f7fd)}.privacy-card .pi{width:56px;height:56px;border-radius:17px;background:#eaf1fd;display:grid;place-items:center}.privacy-card .pi svg{width:29px;height:29px;fill:none;stroke:#123f87;stroke-width:1.7}.privacy-card h3{font-size:.94rem}.privacy-card p{font-size:.69rem;margin-top:4px;max-width:820px}.privacy-card .tag{padding:8px 10px;border-radius:999px;background:#fff;border:1px solid #dce4ee;color:#395071;font:800 .61rem Manrope;white-space:nowrap}
@media(max-width:1080px){.el-hero-grid{grid-template-columns:1fr 1fr}.assessment-shell{grid-template-columns:260px 1fr}.choice-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:840px){.el-hero-grid{grid-template-columns:1fr;padding:42px 0 48px}.el-visual{height:390px}.hero-check-card{left:16px}.el-proof{grid-template-columns:repeat(2,1fr);gap:13px 0}.el-proof-item:nth-child(2){border-right:0}.assessment-shell{grid-template-columns:1fr}.assessment-side{position:relative;top:auto}.side-steps{grid-template-columns:repeat(5,1fr);gap:6px}.side-step{display:block;text-align:center;padding:9px 5px}.side-step .num{margin:auto}.side-step div{display:none}.readiness-grid{grid-template-columns:1fr}.readiness-photo{height:360px}}
@media(max-width:640px){.el-hero-grid{min-height:auto}.el-copy h1{font-size:clamp(2.7rem,13vw,4rem)}.el-copy>p{font-size:.88rem}.el-visual{height:330px}.hero-check-card{width:calc(100% - 24px);left:12px;bottom:12px}.mini-steps span{font-size:.52rem}.el-proof{grid-template-columns:1fr;padding:14px 16px}.el-proof-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.13);padding:10px 0}.el-proof-item:last-child{border-bottom:0}.assessment-section{padding:54px 0}.assessment-head,.assessment-form{padding-left:18px;padding-right:18px}.form-grid,.review-grid,.result-summary,.result-next{grid-template-columns:1fr}.choice-grid,.choice-grid.two{grid-template-columns:1fr}.side-steps{grid-template-columns:repeat(5,1fr)}.assessment-side{padding:19px}.assessment-side h2{font-size:1.4rem}.form-actions{align-items:stretch}.form-actions,.form-actions .right{flex-direction:column}.form-actions .btn{width:100%}.form-actions .right{width:100%}.step-back{order:2}.readiness{padding:54px 0}.document-list{grid-template-columns:1fr}.readiness-photo{height:300px}.privacy-band{padding-bottom:54px}.privacy-card{grid-template-columns:54px 1fr}.privacy-card .tag{grid-column:1/-1;width:max-content}.privacy-card .pi{width:50px;height:50px}}
@media(prefers-reduced-motion:reduce){.assessment-step.active{animation:none}.progress-track i,.choice label{transition:none}}




/* CONTACT V1 BODY — V8 GLOBAL SHELL PRESERVED */
.contact-hero{padding:70px 0 54px;background:radial-gradient(circle at 88% 10%,rgba(40,107,220,.13),transparent 30%),linear-gradient(180deg,#fbfdff 0,#f5f8fe 100%);overflow:hidden}.contact-hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(440px,.97fr);gap:62px;align-items:center}.contact-hero-copy p{font-size:1.04rem;max-width:650px;margin-top:20px;line-height:1.75}.contact-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:27px}.contact-mini-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.contact-mini-proof span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #dfe7f2;background:rgba(255,255,255,.75);border-radius:999px;font:700 .75rem Manrope;color:#234373}.contact-mini-proof svg{width:15px;height:15px;stroke:var(--red);fill:none;stroke-width:2}.contact-visual{position:relative;min-height:500px}.contact-photo{position:absolute;inset:0;border-radius:32px;overflow:hidden;background:#dbe6f6;box-shadow:0 30px 70px rgba(6,26,75,.17)}.contact-photo img{width:100%;height:100%;object-fit:cover;display:block}.contact-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(6,26,75,.44) 100%)}.contact-float{position:absolute;left:-26px;bottom:28px;z-index:2;width:min(330px,75%);padding:20px;border-radius:20px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.85);box-shadow:0 22px 50px rgba(6,26,75,.18);backdrop-filter:blur(14px)}.contact-float strong{display:block;font:800 1rem Manrope;color:var(--navy)}.contact-float p{font-size:.82rem;margin-top:5px}.contact-float-row{display:flex;gap:10px;align-items:center;margin-bottom:11px}.contact-float-icon{width:38px;height:38px;border-radius:12px;background:#eef4ff;display:grid;place-items:center}.contact-float-icon svg{width:19px;height:19px;stroke:var(--navy);fill:none;stroke-width:1.9}
.contact-channels{margin-top:-2px;position:relative;z-index:4}.contact-channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.contact-channel{position:relative;overflow:hidden;padding:22px;border:1px solid #e2e8f2;border-radius:20px;background:linear-gradient(145deg,#fff,#fbfdff);box-shadow:var(--shadow);transition:.2s ease}.contact-channel:hover{transform:translateY(-4px);box-shadow:var(--shadow2);border-color:#cfdaea}.contact-channel:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent)}.channel-icon{width:48px;height:48px;border-radius:15px;background:#eef4ff;display:grid;place-items:center;margin-bottom:14px}.channel-icon.green{background:#e9f9f0}.channel-icon.red{background:#fff0f2}.channel-icon.gold{background:#fff7e7}.channel-icon svg{width:23px;height:23px;stroke:var(--navy);fill:none;stroke-width:1.9}.channel-icon.green svg{stroke:#078145}.channel-icon.red svg{stroke:var(--red)}.channel-icon.gold svg{stroke:#9a6810}.contact-channel h3{font-size:1rem}.contact-channel p{font-size:.82rem;margin-top:5px;min-height:42px}.contact-channel a{display:inline-flex;margin-top:13px;font:800 .76rem Manrope;color:var(--navy);gap:6px;align-items:center}
.contact-main{padding:76px 0}.contact-main-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(330px,.84fr);gap:34px;align-items:start}.contact-form-card{padding:30px;border:1px solid #e1e7f0;border-radius:24px;background:linear-gradient(145deg,#fff,#fbfdff);box-shadow:var(--shadow2);position:relative;overflow:hidden}.contact-form-card:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,var(--red),#6d8fd8,transparent)}.contact-form-card h2{font-size:2rem}.contact-form-card>.intro{margin-top:9px;max-width:720px;font-size:.9rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font:800 .75rem Manrope;color:#233b68}.field input,.field select,.field textarea{width:100%;border:1px solid #d8e0ec;border-radius:12px;background:#fff;color:var(--ink);padding:12px 13px;outline:none;transition:.16s ease;font-size:.86rem}.field input,.field select{height:48px}.field textarea{min-height:132px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#829bd0;box-shadow:0 0 0 4px rgba(37,86,170,.09)}.contact-consent{display:flex;align-items:flex-start;gap:9px;margin:16px 0;color:var(--muted);font-size:.75rem}.contact-consent input{margin-top:3px}.contact-form-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.form-status{margin-top:13px;padding:11px 13px;border-radius:11px;background:#f2f7ff;border:1px solid #d9e5f7;color:#234373;font-size:.78rem;display:none}.form-status.show{display:block}.contact-side{display:grid;gap:16px}.support-card{padding:24px;border-radius:22px;background:var(--navy);color:#fff;box-shadow:0 24px 60px rgba(6,26,75,.16)}.support-card h3{font-size:1.35rem;color:#fff}.support-card>p{color:#d6e1f6;font-size:.86rem;margin-top:7px}.support-route{display:flex;gap:13px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14)}.support-route:first-of-type{margin-top:20px}.support-route svg{width:22px;height:22px;flex:0 0 auto;stroke:#fff;fill:none;stroke-width:1.8}.support-route strong{display:block;font:800 .84rem Manrope;color:#fff}.support-route span{display:block;color:#cbd8f2;font-size:.75rem;margin-top:2px}.response-card{padding:24px;border:1px solid #e0e7f1;border-radius:22px;background:#fff;box-shadow:var(--shadow)}.response-card h3{font-size:1.06rem}.response-list{display:grid;gap:12px;margin-top:15px}.response-item{display:flex;align-items:flex-start;gap:11px}.response-dot{width:28px;height:28px;flex:0 0 auto;border-radius:9px;background:#eef4ff;display:grid;place-items:center;font:800 .68rem Manrope;color:var(--navy)}.response-item strong{font:800 .78rem Manrope;color:var(--ink);display:block}.response-item span{font-size:.74rem;color:var(--muted);display:block;margin-top:2px}
.office-section{padding:72px 0;background:linear-gradient(180deg,#f7f9fd,#fff)}.office-grid{display:grid;grid-template-columns:.87fr 1.13fr;gap:32px;align-items:stretch}.office-copy{padding:30px;border-radius:24px;background:#fff;border:1px solid #e1e7f0;box-shadow:var(--shadow)}.office-copy h2{font-size:2.1rem}.office-copy>p{margin-top:10px;font-size:.9rem}.office-details{display:grid;gap:15px;margin-top:24px}.office-detail{display:flex;gap:13px;align-items:flex-start}.office-detail-icon{width:38px;height:38px;border-radius:12px;background:#eef4ff;display:grid;place-items:center;flex:0 0 auto}.office-detail-icon svg{width:18px;height:18px;stroke:var(--navy);fill:none;stroke-width:1.9}.office-detail strong{display:block;font:800 .8rem Manrope}.office-detail span,.office-detail a{display:block;font-size:.77rem;color:var(--muted);margin-top:2px}.map-card{position:relative;overflow:hidden;border-radius:26px;min-height:430px;background:linear-gradient(135deg,#0c2b67,#10265a);box-shadow:var(--shadow2);isolation:isolate}.map-card:before{content:"";position:absolute;inset:-60px;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:42px 42px;transform:rotate(-8deg)}.map-road{position:absolute;background:rgba(255,255,255,.10);border-radius:999px;transform-origin:center}.map-road.r1{width:620px;height:18px;left:-80px;top:160px;transform:rotate(18deg)}.map-road.r2{width:520px;height:13px;right:-90px;top:250px;transform:rotate(-28deg)}.map-road.r3{width:420px;height:10px;left:90px;top:90px;transform:rotate(-36deg)}.map-pin{position:absolute;left:54%;top:44%;transform:translate(-50%,-50%);width:74px;height:74px;border-radius:50% 50% 50% 0;background:var(--red);rotate:-45deg;box-shadow:0 14px 35px rgba(229,37,64,.3)}.map-pin:after{content:"";position:absolute;width:24px;height:24px;border-radius:50%;background:#fff;left:25px;top:25px}.map-label{position:absolute;left:50%;top:61%;transform:translateX(-50%);width:min(360px,82%);padding:18px 20px;border-radius:18px;background:rgba(255,255,255,.95);box-shadow:0 20px 46px rgba(0,0,0,.22);text-align:center}.map-label strong{display:block;font:800 1rem Manrope;color:var(--navy)}.map-label span{display:block;font-size:.78rem;color:var(--muted);margin-top:4px}.map-label .btn{margin-top:12px;min-height:42px}
.contact-faq{padding:72px 0}.faq-grid{max-width:900px;margin:28px auto 0;display:grid;gap:11px}.faq-grid details{border:1px solid #e1e7f0;border-radius:16px;background:#fff;box-shadow:0 9px 24px rgba(6,26,75,.045);overflow:hidden}.faq-grid summary{list-style:none;cursor:pointer;padding:17px 19px;font:800 .84rem Manrope;color:var(--ink);display:flex;justify-content:space-between;gap:20px;align-items:center}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary:after{content:"+";width:28px;height:28px;border-radius:9px;background:#eef4ff;display:grid;place-items:center;color:var(--navy);font-size:1rem}.faq-grid details[open] summary:after{content:"−"}.faq-grid details p{padding:0 19px 18px;font-size:.82rem;max-width:800px}
.contact-final{padding:0 0 76px}.contact-final-card{position:relative;overflow:hidden;padding:38px 42px;border-radius:28px;background:linear-gradient(120deg,#061a4b,#0d347c);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px;box-shadow:0 28px 65px rgba(6,26,75,.18)}.contact-final-card:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-80px;top:-170px;background:rgba(255,255,255,.07)}.contact-final-card h2{color:#fff;font-size:2.1rem}.contact-final-card p{color:#d6e1f6;margin-top:8px;max-width:700px;font-size:.87rem}.contact-final-actions{display:flex;gap:10px;position:relative;z-index:2;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:980px){.contact-hero-grid{grid-template-columns:1fr;gap:36px}.contact-visual{min-height:440px}.contact-channel-grid{grid-template-columns:1fr 1fr}.contact-main-grid,.office-grid{grid-template-columns:1fr}.contact-side{grid-template-columns:1fr 1fr}.contact-final-card{align-items:flex-start;flex-direction:column}.contact-final-actions{justify-content:flex-start}}
@media(max-width:640px){.contact-hero{padding:42px 0 36px}.contact-visual{min-height:380px}.contact-float{left:14px;right:14px;bottom:14px;width:auto}.contact-channel-grid,.contact-side,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.contact-form-card{padding:22px}.office-copy{padding:24px}.map-card{min-height:360px}.contact-final-card{padding:28px 23px}.contact-final-actions{width:100%}.contact-final-actions .btn{width:100%}}



/* Start Application V1 body — locked V8 shell remains untouched */
.app-hero{position:relative;overflow:hidden;padding:74px 0 58px;background:radial-gradient(circle at 86% 12%,rgba(37,93,178,.12),transparent 31%),linear-gradient(135deg,#fff 0%,#f8fbff 56%,#eef4fb 100%)}
.app-hero:after{content:"";position:absolute;inset:auto -8% -160px 42%;height:330px;background:radial-gradient(ellipse,rgba(229,37,64,.08),transparent 65%);pointer-events:none}.app-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}.app-hero-copy{position:relative;z-index:2}.app-hero h1{margin-top:14px;font-size:clamp(3.25rem,5.5vw,5.7rem);max-width:790px}.app-hero h1 span{color:var(--red)}.hero-lead{font-size:1rem;max-width:690px;margin-top:22px;line-height:1.75;color:#586984}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-mini-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:22px}.hero-mini-proof span{display:flex;align-items:center;gap:8px;font:700 .76rem Manrope;color:#465a78}.hero-mini-proof svg{width:17px;height:17px;stroke:var(--green);stroke-width:2;fill:none}.app-hero-media{position:relative;min-width:0}.hero-photo-wrap{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 28px 70px rgba(6,26,75,.18);aspect-ratio:1.18/1;background:#dfe8f5}.app-hero-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(125deg,rgba(6,26,75,.05),transparent 45%,rgba(255,255,255,.08));pointer-events:none}.hero-photo-gloss{position:absolute;inset:-35% auto -35% -30%;width:28%;transform:rotate(14deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);animation:appGloss 1.3s ease .55s both;pointer-events:none}@keyframes appGloss{from{left:-35%}to{left:125%}}.glass-card{background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 45px rgba(6,26,75,.16);backdrop-filter:blur(13px)}.app-float-card{position:absolute;right:-18px;bottom:28px;width:270px;padding:18px 20px;border-radius:18px}.app-float-card .mini-label{display:block;text-transform:uppercase;letter-spacing:.1em;font:800 .62rem Manrope;color:var(--red)}.app-float-card strong{display:block;font:800 1rem Manrope;color:var(--navy);margin:4px 0 10px}.app-float-card small{display:block;color:#65748a;font-size:.68rem;margin-top:7px}.mini-progress{height:6px;border-radius:99px;background:#e9eef6;overflow:hidden}.mini-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--red),#ff6b79)}
.app-proof-band{background:linear-gradient(135deg,#061a4b,#0b347d);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.app-proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.app-proof{min-height:116px;padding:25px 24px;display:flex;align-items:center;gap:15px;color:#fff;border-right:1px solid rgba(255,255,255,.12)}.app-proof:last-child{border-right:0}.proof-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.09);box-shadow:inset 0 1px rgba(255,255,255,.18)}.proof-icon svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:1.7}.app-proof strong{display:block;font:800 .83rem Manrope}.app-proof small{display:block;color:#cbd7eb;font-size:.7rem;margin-top:3px;line-height:1.45}
.application-workspace{background:#fff}.app-section-head{align-items:flex-end}.draft-state{display:flex;align-items:center;gap:8px;white-space:nowrap;border:1px solid #dfe6f1;border-radius:999px;padding:9px 13px;font:700 .69rem Manrope;color:#68778e;background:#fbfcff}.draft-state span{width:8px;height:8px;border-radius:50%;background:#b6c0cf}.draft-state.saved span{background:var(--green);box-shadow:0 0 0 4px rgba(20,160,90,.1)}.app-shell-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:28px;align-items:start}.app-stepper{position:sticky;top:104px;border:1px solid var(--line);border-radius:22px;padding:14px;background:linear-gradient(180deg,#fff,#fafcff);box-shadow:var(--shadow)}.app-step{width:100%;appearance:none;border:0;background:transparent;padding:13px 10px;border-radius:14px;display:grid;grid-template-columns:40px 1fr 10px;gap:10px;align-items:center;text-align:left;color:#71809a;transition:.18s ease}.app-step:hover{background:#f5f8fd}.app-step.active{background:#eef4fc;color:var(--navy)}.app-step.complete{color:#31486e}.app-step b{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f0f3f8;color:#7c8ba2;font:800 .66rem Manrope}.app-step.active b{background:var(--navy);color:#fff;box-shadow:0 8px 18px rgba(6,26,75,.17)}.app-step.complete b{background:#e8f7ef;color:var(--green)}.app-step strong{display:block;font:800 .78rem Manrope}.app-step small{display:block;font-size:.64rem;color:#8190a6;margin-top:2px}.app-step i{width:7px;height:7px;border-radius:50%;background:#d5dde9}.app-step.active i{background:var(--red);box-shadow:0 0 0 4px rgba(229,37,64,.09)}.privacy-mini{margin-top:12px;border-radius:15px;padding:14px;background:#071d4f;color:#dce6f7;display:flex;gap:10px}.privacy-mini svg{flex:0 0 20px;width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.8}.privacy-mini p{font-size:.63rem;line-height:1.5;color:#c7d3e7}.privacy-mini strong{color:#fff;font-family:Manrope}.glossy-panel{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfcff);border:1px solid #e1e7f0;border-radius:24px;box-shadow:0 20px 54px rgba(6,26,75,.09)}.glossy-panel:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent)}.app-form-card{padding:30px}.mobile-progress{display:none}.form-step{display:none;animation:stepIn .26s ease both}.form-step.active{display:block}@keyframes stepIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.form-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding-bottom:22px;border-bottom:1px solid #e8edf4;margin-bottom:24px}.step-kicker{display:block;text-transform:uppercase;letter-spacing:.11em;color:var(--red);font:800 .62rem Manrope;margin-bottom:5px}.form-head h3{font-size:1.42rem}.form-head p{font-size:.8rem;max-width:650px;margin-top:5px}.step-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#eef4fc,#fff);border:1px solid #dfe7f2;box-shadow:0 8px 20px rgba(6,26,75,.06)}.step-icon svg{width:25px;height:25px;stroke:var(--navy);fill:none;stroke-width:1.7}.field-grid{display:grid;gap:17px}.field-grid.two{grid-template-columns:1fr 1fr}.field-grid.choice-grid{grid-template-columns:1.05fr 1.25fr .8fr}.app-form-card label{display:block;color:#243958;font:700 .72rem Manrope}.app-form-card label em{font-style:normal;color:var(--red)}.app-form-card input,.app-form-card select,.app-form-card textarea{width:100%;margin-top:7px;border:1px solid #d7e0ec;border-radius:12px;background:#fff;color:#163054;min-height:47px;padding:0 13px;outline:none;transition:.16s ease;font:500 .78rem Inter}.app-form-card textarea{padding:12px 13px;resize:vertical;line-height:1.55}.app-form-card input:focus,.app-form-card select:focus,.app-form-card textarea:focus{border-color:#7898c9;box-shadow:0 0 0 4px rgba(13,52,124,.08)}.shortlist-toggle,.consent-card{display:flex!important;align-items:flex-start;gap:11px;padding:15px;border:1px solid #dce5ef;border-radius:15px;background:#f9fbff;margin-bottom:18px}.shortlist-toggle input,.consent-card input{width:18px;height:18px;min-height:0;margin:2px 0 0;accent-color:var(--navy);flex:0 0 18px}.shortlist-toggle strong,.consent-card strong{display:block;font:800 .78rem Manrope;color:var(--navy)}.shortlist-toggle small,.consent-card small{display:block;color:#6d7b91;font:400 .68rem/1.5 Inter;margin-top:3px}.choice-stack{display:grid;gap:13px;margin-bottom:18px}.choice-card{position:relative;border:1px solid #e0e7f0;border-radius:17px;padding:18px;background:#fff;box-shadow:0 8px 22px rgba(6,26,75,.045)}.choice-no{display:inline-flex;padding:5px 9px;border-radius:999px;background:#edf3fb;color:#31558e;font:800 .6rem Manrope;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.doc-summary{display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid #dfe7f0;border-radius:14px;background:#f8fbff;padding:13px 15px;margin-bottom:14px}.doc-summary strong{font:800 .78rem Manrope;color:var(--navy)}.doc-summary span{font-size:.68rem;color:#74829a}.document-list{display:grid;gap:10px}.doc-row{display:grid;grid-template-columns:46px minmax(0,1fr) 155px;gap:13px;align-items:center;border:1px solid #e1e7ef;border-radius:15px;padding:13px;background:#fff;transition:.16s ease}.doc-row:has(.doc-status option:checked[value="Ready"]){border-color:#bfe4ce;background:#fbfffd}.doc-symbol{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#eef4fc}.doc-symbol svg{width:21px;height:21px;stroke:var(--navy);fill:none;stroke-width:1.65}.doc-row strong{display:block;font:800 .74rem Manrope;color:#213a60}.doc-row small{display:block;font-size:.64rem;color:#75839a;line-height:1.45;margin-top:2px}.doc-row select{margin:0;min-height:41px;font-size:.69rem}.review-summary{display:grid;gap:13px;margin-bottom:18px}.review-block{border:1px solid #e1e8f1;border-radius:16px;padding:16px;background:#fff}.review-block h4{font-size:.76rem;text-transform:uppercase;letter-spacing:.07em;color:#365987;margin-bottom:9px}.review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}.review-item span{display:block;font-size:.58rem;text-transform:uppercase;letter-spacing:.08em;color:#8a97aa;font-weight:700}.review-item strong{display:block;font:700 .74rem/1.45 Manrope;color:#1d3559;margin-top:2px}.handoff-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.handoff-card{appearance:none;border:1px solid #dce5ef;background:#fff;border-radius:16px;padding:16px;display:flex;align-items:center;gap:13px;text-align:left;transition:.18s ease}.handoff-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(6,26,75,.08)}.handoff-card:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.handoff-icon{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:#eef4fc}.handoff-card.whatsapp .handoff-icon{background:#eaf8f0}.handoff-icon svg{width:22px;height:22px;fill:none;stroke:var(--navy);stroke-width:1.7}.handoff-card.whatsapp svg{stroke:#10834a}.handoff-card strong{display:block;font:800 .78rem Manrope;color:#1c3558}.handoff-card small{display:block;color:#77869c;font-size:.65rem;margin-top:2px}.form-actions{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding-top:24px;margin-top:26px;border-top:1px solid #e6ebf2}.save-actions{justify-self:end;display:flex;gap:10px;align-items:center}.text-action{border:0;background:none;color:#7c899d;font:700 .66rem Manrope;padding:8px}.text-action:hover{color:var(--red)}.form-error{min-height:18px;padding-top:9px;color:#c51f39;font:700 .67rem Inter}.form-error:empty{padding:0;min-height:0}
.status-timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative;margin-top:30px}.status-timeline:before{content:"";position:absolute;left:7%;right:7%;top:23px;height:2px;background:#dfe6f0}.status-timeline article{position:relative;text-align:center;padding:0 8px}.status-timeline b{position:relative;z-index:1;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:#fff;border:2px solid #cfd9e7;color:#375782;font:800 .68rem Manrope;box-shadow:0 5px 15px rgba(6,26,75,.06)}.status-timeline strong{display:block;font:800 .72rem Manrope;color:#233b5e}.status-timeline small{display:block;font-size:.61rem;color:#76849a;line-height:1.45;margin-top:4px}.accuracy-note{margin-top:28px;border:1px solid #dce5ef;background:#fff;border-radius:16px;padding:16px 18px;display:flex;gap:12px;box-shadow:0 8px 24px rgba(6,26,75,.04)}.accuracy-note svg{flex:0 0 22px;width:22px;height:22px;stroke:#31578d;fill:none;stroke-width:1.7}.accuracy-note p{font-size:.69rem;line-height:1.55}.accuracy-note strong{color:#23446f}.security-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.security-media{border-radius:24px;overflow:hidden;box-shadow:var(--shadow2);aspect-ratio:1.35/1;background:#e8eef7}.security-media img{width:100%;height:100%;object-fit:cover;display:block}.security-copy h2{margin-top:10px;max-width:650px}.security-copy>p{font-size:.84rem;line-height:1.75;margin-top:15px;max-width:680px}.security-list{display:grid;gap:10px;margin-top:20px}.security-list span{display:flex;align-items:flex-start;gap:9px;color:#445a78;font-size:.73rem}.security-list svg{width:18px;height:18px;flex:0 0 18px;stroke:var(--green);fill:none;stroke-width:2}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faq-grid details{border:1px solid #dfe6ef;border-radius:15px;background:#fff;padding:0 16px;box-shadow:0 7px 22px rgba(6,26,75,.035)}.faq-grid summary{list-style:none;display:flex;justify-content:space-between;gap:15px;align-items:center;min-height:62px;font:800 .75rem Manrope;color:#223b5e;cursor:pointer}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary span{font-size:1.25rem;font-weight:500;color:#74859d;transition:.18s}.faq-grid details[open] summary span{transform:rotate(45deg)}.faq-grid details p{padding:0 0 16px;font-size:.68rem;line-height:1.6}.app-final-cta{padding:60px 0;background:radial-gradient(circle at 75% 10%,rgba(63,121,215,.25),transparent 32%),linear-gradient(130deg,#061a4b,#0c347a);color:#fff}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-kicker{display:block;text-transform:uppercase;letter-spacing:.1em;font:800 .63rem Manrope;color:#ff9baa}.app-final-cta h2{color:#fff;margin-top:5px}.app-final-cta p{color:#cbd7e9;font-size:.78rem;margin-top:7px;max-width:650px}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}.btn-outline.light{border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.06);color:#fff}
@media(max-width:1050px){.app-hero-grid{grid-template-columns:1fr 1fr;gap:36px}.app-shell-grid{grid-template-columns:250px minmax(0,1fr)}.field-grid.choice-grid{grid-template-columns:1fr}.status-timeline{grid-template-columns:repeat(3,1fr);row-gap:26px}.status-timeline:before{display:none}.app-proof-grid{grid-template-columns:1fr 1fr}.app-proof:nth-child(2){border-right:0}.app-proof:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}}
@media(max-width:820px){.app-hero{padding:50px 0 42px}.app-hero-grid,.security-grid{grid-template-columns:1fr}.app-hero-media{max-width:650px;width:100%;margin:auto}.app-float-card{right:12px}.app-shell-grid{grid-template-columns:1fr}.app-stepper{position:relative;top:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:8px}.app-step{grid-template-columns:1fr;padding:8px 5px;text-align:center}.app-step b{margin:auto}.app-step span small,.app-step i,.privacy-mini{display:none}.app-step strong{font-size:.62rem;margin-top:4px}.mobile-progress{display:block;margin-bottom:22px}.mobile-progress span{display:block;font:800 .66rem Manrope;color:#4d6383;margin-bottom:7px}.mobile-progress>div{height:5px;background:#e8edf5;border-radius:99px;overflow:hidden}.mobile-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--red),#ff6e7e);border-radius:inherit;transition:.25s ease}.field-grid.two{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.final-cta-inner{align-items:flex-start;flex-direction:column}.app-section-head{align-items:flex-start;flex-direction:column}.draft-state{align-self:flex-start}}
@media(max-width:620px){.app-hero h1{font-size:clamp(2.65rem,13vw,4rem)}.container{width:min(var(--max),calc(100% - 30px))}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-mini-proof{gap:12px;flex-direction:column}.app-float-card{position:relative;right:auto;bottom:auto;margin:-18px 14px 0;width:auto}.app-proof-grid{grid-template-columns:1fr}.app-proof{min-height:92px;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.app-proof:last-child{border-bottom:0!important}.app-form-card{padding:20px 16px}.app-stepper{grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}.app-step b{width:34px;height:34px}.app-step strong{font-size:.55rem}.form-head h3{font-size:1.22rem}.step-icon{width:42px;height:42px}.doc-row{grid-template-columns:42px minmax(0,1fr);gap:10px}.doc-row select{grid-column:1/-1;width:100%}.doc-summary{align-items:flex-start;flex-direction:column}.handoff-grid{grid-template-columns:1fr}.review-grid{grid-template-columns:1fr}.form-actions{grid-template-columns:1fr 1fr}.save-actions{grid-column:1/-1;grid-row:2;justify-self:stretch;display:grid;grid-template-columns:1fr 1fr}.form-actions>#nextStep{grid-column:2}.status-timeline{grid-template-columns:1fr 1fr}.security-grid{gap:26px}.final-cta-inner .cta-actions{width:100%;display:grid}.final-cta-inner .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.hero-photo-gloss{display:none}.form-step{animation:none!important}.app-step,.handoff-card,.btn{transition:none!important}}
