
: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}
}

/* ==========================================================
   ABOUT V1 — BODY ONLY ON LOCKED PREMIUM GLOBAL SHELL V8
   ========================================================== */
body[data-tilbaj-page="about-v1-hf1"]{background:#fff}
.about-hero{position:relative;overflow:hidden;padding:70px 0 56px;background:radial-gradient(circle at 88% 12%,rgba(229,37,64,.08),transparent 25%),linear-gradient(135deg,#f8fbff 0%,#fff 48%,#f5f8ff 100%)}
.about-hero:before{content:"";position:absolute;inset:auto -140px -240px auto;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(13,52,124,.09),transparent 68%);pointer-events:none}
.about-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}
.about-hero-copy{position:relative;z-index:2}.about-hero-copy h1{font:800 clamp(3.4rem,5.5vw,5.65rem)/.98 Manrope,Inter,sans-serif;letter-spacing:-.055em;margin:14px 0 24px;max-width:690px}.about-hero-copy h1 span{display:block;color:var(--red)}
.about-hero-copy>p{font-size:1.04rem;line-height:1.78;color:#596985;max-width:660px;margin:0 0 26px}.about-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:27px}
.about-hero-badges{display:flex;gap:9px;flex-wrap:wrap}.about-hero-badges span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(6,26,75,.08);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 8px 22px rgba(6,26,75,.04);font-size:.72rem;font-weight:700;color:#53627d}.about-hero-badges svg{width:17px;height:17px;fill:none;stroke:#0d347c;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.about-hero-art{position:relative;min-height:590px}.about-photo{position:absolute;inset:0;border-radius:34px;overflow:hidden;background:#dce8f7;box-shadow:0 30px 75px rgba(6,26,75,.16)}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:22% 42%;display:block;transform:scale(1.24)}.about-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,26,75,.03),transparent 42%,rgba(6,26,75,.02));pointer-events:none}
.about-float{position:absolute;z-index:3;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.91);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 22px 50px rgba(6,26,75,.14);border-radius:20px}.about-float.established{left:-28px;bottom:34px;padding:19px 22px;min-width:230px}.about-float.established strong{display:block;font:800 1.5rem/1 Manrope;color:var(--navy);margin-bottom:6px}.about-float.established span{font-size:.71rem;color:#65748d;font-weight:700}.about-float.promise{right:-18px;top:28px;padding:15px 17px;display:flex;gap:12px;align-items:center;max-width:245px}.about-float.promise .round-icon{width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,#fff0f4,#eef3ff);display:grid;place-items:center;flex:0 0 auto}.about-float.promise svg{width:23px;height:23px;fill:none;stroke:#0d347c;stroke-width:1.8}.about-float.promise b{font-size:.79rem;display:block;color:var(--navy)}.about-float.promise span{font-size:.65rem;color:#6b7891;line-height:1.35}
.about-proof-wrap{position:relative;z-index:4;margin-top:-18px}.about-proof{background:linear-gradient(115deg,#061a4b,#123a85);border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 20px 48px rgba(6,26,75,.18);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.about-proof-item{padding:23px 25px;display:flex;gap:14px;align-items:center;color:#fff;position:relative}.about-proof-item:not(:last-child):after{content:"";position:absolute;right:0;top:22%;height:56%;width:1px;background:rgba(255,255,255,.15)}.about-proof-icon{width:42px;height:42px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.055);flex:0 0 auto}.about-proof-icon svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:1.6}.about-proof strong{display:block;font:.78rem Manrope,Inter,sans-serif}.about-proof span{font-size:.62rem;color:#d9e4fb;line-height:1.35}
.about-story{background:#fff}.story-grid{display:grid;grid-template-columns:.94fr 1.06fr;gap:74px;align-items:center}.story-media{position:relative}.story-media img{width:100%;aspect-ratio:1.08/1;object-fit:cover;border-radius:30px;display:block;box-shadow:var(--shadow2)}.story-media:before{content:"";position:absolute;left:-24px;bottom:-22px;width:58%;height:52%;background:linear-gradient(145deg,#0d347c,#061a4b);border-radius:28px;z-index:-1}.story-badge{position:absolute;right:-24px;bottom:34px;background:#fff;border:1px solid #e7ebf3;border-radius:18px;padding:16px 18px;box-shadow:0 18px 42px rgba(6,26,75,.12);max-width:220px}.story-badge b{display:block;color:var(--red);font:800 1.15rem Manrope}.story-badge span{font-size:.69rem;color:#65748d;line-height:1.4}.story-copy h2,.values-head h2,.support-head h2,.global-copy h2,.commit-copy h2,.about-testimonials h2{font:800 clamp(2.25rem,3.5vw,3.45rem)/1.06 Manrope,Inter,sans-serif;letter-spacing:-.04em;margin:8px 0 18px}.story-copy>p,.values-head p,.support-head p,.global-copy>p,.commit-copy>p,.about-testimonials>p{color:#66758f;line-height:1.78;font-size:.94rem}.story-copy>p+p{margin-top:14px}.story-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}.story-list div{border:1px solid #e8edf5;border-radius:16px;padding:14px 15px;background:#fbfcff;display:flex;gap:10px;align-items:flex-start}.story-list svg{width:19px;height:19px;fill:none;stroke:#e52540;stroke-width:2;flex:0 0 auto;margin-top:1px}.story-list b{font-size:.76rem;display:block;color:#14234b}.story-list span{font-size:.67rem;color:#77839b;line-height:1.4}
.values-section{background:linear-gradient(180deg,#f8faff,#fff)}.values-head,.support-head{text-align:center;max-width:780px;margin:0 auto 34px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.value-card{position:relative;overflow:hidden;border:1px solid #e5eaf3;border-radius:22px;background:rgba(255,255,255,.92);padding:27px 24px;box-shadow:0 12px 32px rgba(6,26,75,.055);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.value-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent)}.value-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(6,26,75,.095);border-color:#d9e1ee}.value-icon{width:56px;height:56px;border-radius:18px;background:linear-gradient(145deg,#fff1f4,#eef4ff);display:grid;place-items:center;margin-bottom:18px}.value-icon svg{width:30px;height:30px;fill:none;stroke:#123a85;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.value-card h3{font:800 1rem/1.25 Manrope;margin:0 0 8px}.value-card p{font-size:.76rem;color:#6d7a91;line-height:1.58;margin:0}
.support-section{background:#fff}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.support-card{border:1px solid #e4eaf3;border-radius:20px;padding:25px 24px;background:#fff;display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:start;box-shadow:0 9px 26px rgba(6,26,75,.04)}.support-num{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#0d347c,#061a4b);display:grid;place-items:center;color:#fff;font:800 .9rem Manrope;box-shadow:0 10px 24px rgba(6,26,75,.18)}.support-card h3{font:800 .94rem Manrope;margin:2px 0 7px}.support-card p{font-size:.72rem;color:#6c7991;line-height:1.55;margin:0}
.global-section{background:linear-gradient(135deg,#071a49,#0d347c);color:#fff;position:relative;overflow:hidden}.global-section:before{content:"";position:absolute;right:-140px;top:-150px;width:470px;height:470px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.10),transparent 68%)}.global-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:56px;align-items:center;position:relative}.global-copy h2{color:#fff}.global-copy>p{color:#d7e2f8}.global-copy .eyebrow{color:#fff}.destination-mosaic{display:grid;grid-template-columns:repeat(5,1fr);gap:11px}.dest-tile{position:relative;min-height:210px;border-radius:22px;overflow:hidden;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);display:flex;align-items:flex-end;padding:18px 15px;color:#fff;transition:transform .22s ease,background .22s ease}.dest-tile:hover{transform:translateY(-5px);background:rgba(255,255,255,.1)}.dest-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(1,13,41,.78));pointer-events:none}.dest-flag{position:absolute;top:16px;left:15px;width:42px;height:30px;border-radius:7px;display:grid;place-items:center;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.16);overflow:hidden}.dest-flag svg{width:100%;height:100%;display:block}.dest-tile div{position:relative;z-index:1}.dest-tile b{display:block;font:800 .86rem Manrope}.dest-tile span{font-size:.61rem;color:#d7e2f8}
.commit-section{background:#f8faff}.commit-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:stretch}.commit-panel{border-radius:28px;padding:38px;background:linear-gradient(145deg,#061a4b,#123a85);color:#fff;box-shadow:0 24px 60px rgba(6,26,75,.16);position:relative;overflow:hidden}.commit-panel:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-110px;bottom:-135px;background:rgba(255,255,255,.06)}.commit-panel h2{color:#fff;margin-top:8px}.commit-panel>p{color:#d8e2f7}.commit-list{display:grid;gap:12px;margin-top:25px}.commit-list div{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-top:1px solid rgba(255,255,255,.11)}.commit-list svg{width:21px;height:21px;fill:none;stroke:#fff;stroke-width:2;flex:0 0 auto}.commit-list b{display:block;font-size:.78rem}.commit-list span{font-size:.67rem;color:#d7e2f8;line-height:1.45}.commit-photo{border-radius:28px;overflow:hidden;box-shadow:var(--shadow2);min-height:490px}.commit-photo img{width:100%;height:100%;object-fit:cover;display:block}
.about-testimonials{text-align:center}.about-testimonials>p{max-width:760px;margin:0 auto}.about-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px;text-align:left}.about-quote{border:1px solid #e5eaf3;border-radius:22px;padding:25px;background:#fff;box-shadow:0 10px 28px rgba(6,26,75,.045);position:relative}.about-quote:before{content:"“";position:absolute;right:18px;top:6px;font:800 4rem Georgia;color:#eef2f8}.about-quote>p{font-size:.78rem;line-height:1.65;color:#4d5d79;min-height:84px;position:relative;z-index:1}.about-person{display:flex;align-items:center;gap:13px;margin-top:17px}.about-person img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:3px solid #f3f6fb}.about-person b{display:block;font-size:.76rem}.about-person span{display:block;font-size:.64rem;color:#76839a;margin-top:2px}.about-cta{padding:24px 0 58px}.about-cta-card{position:relative;overflow:hidden;background:linear-gradient(115deg,#061a4b 0%,#0d347c 70%,#154497 100%);border-radius:24px;padding:31px 34px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 22px 55px rgba(6,26,75,.17)}.about-cta-card:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.09) 45%,transparent 70%);transform:translateX(-110%);transition:transform .7s ease}.about-cta-card:hover:before{transform:translateX(110%)}.about-cta-card h3{font:800 1.45rem Manrope;margin:0 0 5px}.about-cta-card p{font-size:.76rem;color:#d9e3f7;margin:0}.about-cta-actions{display:flex;gap:10px;flex-wrap:wrap;position:relative;z-index:1}
@media(max-width:1100px){.about-hero-grid,.story-grid,.global-grid,.commit-grid{grid-template-columns:1fr}.about-hero-art{min-height:520px}.values-grid{grid-template-columns:repeat(2,1fr)}.destination-mosaic{grid-template-columns:repeat(5,1fr)}.about-float.established{left:18px}.about-float.promise{right:18px}.about-proof{grid-template-columns:repeat(2,1fr)}.about-proof-item:nth-child(2):after{display:none}.support-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.about-hero{padding:48px 0 42px}.about-hero-copy h1{font-size:3.45rem}.about-hero-art{min-height:440px}.about-float.established{bottom:16px;left:12px;min-width:190px}.about-float.promise{top:14px;right:12px;max-width:205px}.about-proof{grid-template-columns:1fr}.about-proof-item:after{display:none!important}.story-grid{gap:44px}.story-list,.values-grid,.support-grid,.about-quotes{grid-template-columns:1fr}.story-badge{right:12px}.destination-mosaic{grid-template-columns:repeat(2,1fr)}.dest-tile:last-child{grid-column:1/-1;min-height:150px}.commit-panel{padding:30px 24px}.about-cta-card{align-items:flex-start;flex-direction:column}.about-cta-actions{width:100%}.about-cta-actions .btn{flex:1;justify-content:center}}
@media(max-width:460px){.about-hero-copy h1{font-size:2.8rem}.about-hero-art{min-height:390px}.about-float.promise{display:none}.destination-mosaic{grid-template-columns:1fr}.dest-tile:last-child{grid-column:auto}.dest-tile{min-height:130px}.about-cta-actions{flex-direction:column}.about-cta-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.value-card,.dest-tile,.about-cta-card:before{transition:none!important;transform:none!important}}



/* ABOUT V1 HF1 — Final Readability & Hero Composition Polish
   Locked V8 global shell preserved. */
body[data-tilbaj-page="about-v1-hf1"] .about-hero-grid{
  grid-template-columns:.98fr 1.02fr;
  gap:48px;
}
body[data-tilbaj-page="about-v1-hf1"] .about-hero-copy>p{
  font-size:1.09rem;
  line-height:1.74;
  max-width:680px;
}
body[data-tilbaj-page="about-v1-hf1"] .about-hero-art{min-height:600px}
body[data-tilbaj-page="about-v1-hf1"] .about-photo img{
  object-position:18% 42%;
  transform:scale(1.20);
}
body[data-tilbaj-page="about-v1-hf1"] .about-float.promise{
  top:auto;
  right:18px;
  bottom:24px;
  max-width:250px;
}
body[data-tilbaj-page="about-v1-hf1"] .about-float.promise b{font-size:.84rem}
body[data-tilbaj-page="about-v1-hf1"] .about-float.promise span{font-size:.70rem;line-height:1.42}
body[data-tilbaj-page="about-v1-hf1"] .about-hero-badges span{font-size:.76rem}
body[data-tilbaj-page="about-v1-hf1"] .about-proof strong{font-size:.83rem}
body[data-tilbaj-page="about-v1-hf1"] .about-proof span{font-size:.68rem;line-height:1.42}

body[data-tilbaj-page="about-v1-hf1"] .story-copy>p,
body[data-tilbaj-page="about-v1-hf1"] .values-head p,
body[data-tilbaj-page="about-v1-hf1"] .support-head p,
body[data-tilbaj-page="about-v1-hf1"] .global-copy>p,
body[data-tilbaj-page="about-v1-hf1"] .commit-copy>p,
body[data-tilbaj-page="about-v1-hf1"] .about-testimonials>p{
  font-size:1rem;
  line-height:1.78;
}
body[data-tilbaj-page="about-v1-hf1"] .story-list b{font-size:.82rem}
body[data-tilbaj-page="about-v1-hf1"] .story-list span{font-size:.73rem;line-height:1.48}
body[data-tilbaj-page="about-v1-hf1"] .story-badge span{font-size:.74rem}

body[data-tilbaj-page="about-v1-hf1"] .value-card{padding:29px 25px}
body[data-tilbaj-page="about-v1-hf1"] .value-card h3{font-size:1.04rem}
body[data-tilbaj-page="about-v1-hf1"] .value-card p{font-size:.82rem;line-height:1.62}

body[data-tilbaj-page="about-v1-hf1"] .support-grid{gap:18px}
body[data-tilbaj-page="about-v1-hf1"] .support-card{
  grid-template-columns:58px 1fr;
  gap:17px;
  padding:27px 25px;
  min-height:138px;
  border-color:#dfe6f1;
  box-shadow:0 12px 30px rgba(6,26,75,.055);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
body[data-tilbaj-page="about-v1-hf1"] .support-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 42px rgba(6,26,75,.09);
  border-color:#d4deed;
}
body[data-tilbaj-page="about-v1-hf1"] .support-num{
  width:58px;height:58px;border-radius:17px;font-size:1rem;
}
body[data-tilbaj-page="about-v1-hf1"] .support-card h3{font-size:1rem;line-height:1.25;margin-top:3px}
body[data-tilbaj-page="about-v1-hf1"] .support-card p{font-size:.80rem;line-height:1.62}

body[data-tilbaj-page="about-v1-hf1"] .dest-tile b{font-size:.91rem}
body[data-tilbaj-page="about-v1-hf1"] .dest-tile span{font-size:.68rem;line-height:1.42}

body[data-tilbaj-page="about-v1-hf1"] .about-quote{
  padding:27px 26px;
  min-height:230px;
}
body[data-tilbaj-page="about-v1-hf1"] .about-quote>p{
  font-size:.86rem;
  line-height:1.7;
  min-height:96px;
}
body[data-tilbaj-page="about-v1-hf1"] .about-person{gap:15px;margin-top:20px}
body[data-tilbaj-page="about-v1-hf1"] .about-person img{
  width:66px;height:66px;border-width:4px;
}
body[data-tilbaj-page="about-v1-hf1"] .about-person b{font-size:.82rem}
body[data-tilbaj-page="about-v1-hf1"] .about-person span{font-size:.70rem}

@media(max-width:1100px){
  body[data-tilbaj-page="about-v1-hf1"] .about-hero-grid{grid-template-columns:1fr}
  body[data-tilbaj-page="about-v1-hf1"] .about-float.promise{right:18px;bottom:22px;top:auto}
}
@media(max-width:720px){
  body[data-tilbaj-page="about-v1-hf1"] .about-hero-copy>p{font-size:.96rem}
  body[data-tilbaj-page="about-v1-hf1"] .about-photo img{object-position:22% 42%;transform:scale(1.18)}
  body[data-tilbaj-page="about-v1-hf1"] .about-float.promise{right:12px;bottom:84px;top:auto;max-width:198px}
  body[data-tilbaj-page="about-v1-hf1"] .support-card{min-height:0}
  body[data-tilbaj-page="about-v1-hf1"] .about-quote{min-height:0}
}
@media(max-width:460px){
  body[data-tilbaj-page="about-v1-hf1"] .about-float.promise{display:none}
}
@media(prefers-reduced-motion:reduce){
  body[data-tilbaj-page="about-v1-hf1"] .support-card{transition:none!important;transform:none!important}
}




/* ==========================================================
   TILBAJ Education — Study Destinations V1
   Locked Premium Global Site Shell V8; page body only.
   ========================================================== */
body[data-tilbaj-page="study-destinations-v1"] .nav-links .nav-drop>button.dest-active{
  color:var(--navy);position:relative;font-weight:800;
}
body[data-tilbaj-page="study-destinations-v1"] .nav-links .nav-drop>button.dest-active:after{
  content:"";position:absolute;left:9px;right:9px;bottom:-22px;height:3px;border-radius:3px;background:var(--red);
}
body[data-tilbaj-page="study-destinations-v1"] .mobile-panel a.dest-active{color:var(--red);font-weight:800}

.dest-hero{position:relative;padding:64px 0 30px;background:
 radial-gradient(circle at 76% 22%,rgba(229,37,64,.08),transparent 24%),
 linear-gradient(125deg,#fbfdff 0%,#f5f8ff 47%,#eef4ff 100%);overflow:hidden}
.dest-hero:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;left:-230px;top:-260px;background:radial-gradient(circle,rgba(14,58,132,.07),transparent 67%);pointer-events:none}
.dest-hero-grid{display:grid;grid-template-columns:.94fr 1.06fr;gap:54px;align-items:center;position:relative;z-index:2}
.dest-hero-copy h1{font:800 clamp(3.35rem,5.1vw,5.75rem)/.96 Manrope,Inter,sans-serif;letter-spacing:-.055em;color:var(--navy);margin:14px 0 22px;max-width:760px}
.dest-hero-copy h1 span{display:block;color:var(--red)}
.dest-hero-copy>p{font-size:1.05rem;line-height:1.78;color:#64728d;max-width:650px;margin:0 0 26px}
.dest-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}
.dest-mini-proof{display:flex;gap:9px;flex-wrap:wrap}
.dest-mini-proof span{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid #e1e8f4;background:rgba(255,255,255,.78);border-radius:11px;color:#40506e;font-size:.76rem;font-weight:700;box-shadow:0 8px 24px rgba(6,26,75,.035)}
.dest-mini-proof svg{width:16px;height:16px;stroke:#164195;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.dest-hero-art{position:relative;min-height:570px}
.dest-hero-photo{position:absolute;inset:0 0 0 36px;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.92);box-shadow:0 28px 70px rgba(4,26,75,.15);background:#dce8f8}
.dest-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,23,67,.03),transparent 36%),linear-gradient(180deg,transparent 60%,rgba(4,21,62,.18));pointer-events:none}
.dest-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 49%;display:block;filter:saturate(.96) contrast(1.02)}
.dest-hero-glass{position:absolute;left:0;top:36px;width:260px;padding:21px;border-radius:22px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.98);box-shadow:0 20px 46px rgba(5,24,70,.16);backdrop-filter:blur(14px);z-index:4}
.dest-hero-glass .small{font-size:.64rem;text-transform:uppercase;letter-spacing:.12em;color:#6f7e9c;font-weight:800;margin-bottom:8px}
.dest-hero-glass h3{font-size:1.15rem;line-height:1.25;margin:0 0 13px;color:var(--navy)}
.country-stack{display:grid;gap:7px}
.country-stack a{display:grid;grid-template-columns:29px 1fr 18px;align-items:center;gap:10px;border:1px solid #edf1f7;border-radius:10px;padding:9px 9px;background:white;color:#15284d;font-size:.76rem;font-weight:800;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.country-stack a:hover{transform:translateX(3px);border-color:#cfd9ea;box-shadow:0 8px 20px rgba(6,26,75,.07)}
.flag-svg{width:29px;height:20px;border-radius:4px;overflow:hidden;display:block;box-shadow:0 0 0 1px rgba(6,26,75,.08)}
.country-stack .arrow{width:15px;height:15px;stroke:#183b7d;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.dest-hero-note{position:absolute;right:22px;bottom:20px;z-index:4;background:rgba(6,26,75,.91);color:#fff;border:1px solid rgba(255,255,255,.17);border-radius:16px;padding:14px 16px;max-width:290px;box-shadow:0 18px 44px rgba(5,21,61,.25);backdrop-filter:blur(12px)}
.dest-hero-note b{display:block;font-size:.82rem;margin-bottom:4px}.dest-hero-note span{font-size:.68rem;line-height:1.55;color:#dbe6ff}

.dest-proof{padding:0 0 46px;background:linear-gradient(180deg,#f3f7ff,#fff)}
.dest-proof-bar{display:grid;grid-template-columns:repeat(5,1fr);border-radius:20px;background:linear-gradient(115deg,#061a4b,#0b327e 64%,#123f91);color:#fff;box-shadow:0 20px 42px rgba(6,26,75,.16);overflow:hidden}
.dest-proof-item{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;padding:18px 17px;position:relative}
.dest-proof-item:not(:last-child):after{content:"";position:absolute;right:0;top:22%;bottom:22%;width:1px;background:rgba(255,255,255,.15)}
.dest-proof-icon{width:45px;height:45px;border-radius:14px;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;background:rgba(255,255,255,.06)}
.dest-proof-icon svg{width:23px;height:23px;stroke:#fff;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.dest-proof-item b{display:block;font-size:.78rem}.dest-proof-item span{display:block;color:#c9d7f6;font-size:.62rem;line-height:1.42;margin-top:2px}

.dest-section{padding:78px 0}.dest-section.soft{background:linear-gradient(180deg,#f7f9fd,#f3f7ff)}
.dest-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:28px}
.dest-head-copy{max-width:760px}.dest-head h2{font:800 clamp(2rem,3.1vw,3.25rem)/1.05 Manrope,Inter,sans-serif;letter-spacing:-.045em;color:var(--navy);margin:6px 0 10px}.dest-head p{font-size:.94rem;line-height:1.7;color:#71809b;margin:0}

.dest-grid{display:grid;grid-template-columns:1.12fr repeat(2,1fr);gap:18px}
.destination-card{position:relative;min-height:390px;border-radius:24px;overflow:hidden;border:1px solid #e3eaf4;background:#fff;box-shadow:0 12px 34px rgba(7,31,82,.055);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.destination-card:hover{transform:translateY(-5px);box-shadow:0 23px 50px rgba(6,26,75,.105);border-color:#d4deed}
.destination-card.uk{grid-row:span 2;min-height:798px;background:linear-gradient(160deg,#061a4b 0%,#0d3d91 58%,#104caa 100%);color:#fff}
.destination-card:nth-child(4),.destination-card:nth-child(5){min-height:390px}
.destination-card .dest-visual{height:178px;position:relative;overflow:hidden;background:linear-gradient(145deg,#edf4ff,#f9fbff)}
.destination-card.uk .dest-visual{height:390px;background:transparent}
.destination-card.uk .dest-visual img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92) contrast(1.02)}
.destination-card.uk .dest-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,26,75,.03),rgba(6,26,75,.68))}
.dest-skyline{width:100%;height:100%;display:block}
.destination-card .dest-body{padding:22px 22px 24px}.destination-card.uk .dest-body{padding:26px}
.dest-title-row{display:flex;align-items:center;gap:11px;margin-bottom:10px}.dest-title-row .flag-svg{width:34px;height:23px}.dest-title-row h3{font-size:1.2rem;margin:0;color:var(--navy)}.destination-card.uk .dest-title-row h3{color:#fff;font-size:1.55rem}
.destination-card .dest-body p{color:#71809a;font-size:.82rem;line-height:1.65;margin:0 0 15px}.destination-card.uk .dest-body p{color:#d8e4ff;font-size:.88rem;max-width:430px}
.dest-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.dest-tags span{font-size:.62rem;font-weight:800;border-radius:999px;padding:6px 9px;color:#173a7b;background:#edf3ff;border:1px solid #dce6f7}.destination-card.uk .dest-tags span{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.16);color:#fff}
.dest-card-link{display:inline-flex;align-items:center;gap:7px;font-size:.72rem;font-weight:800;color:#0c3b8d}.destination-card.uk .dest-card-link{color:#fff}.dest-card-link svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

.compare-shell{border:1px solid #e2e9f4;border-radius:24px;background:rgba(255,255,255,.88);box-shadow:0 18px 46px rgba(6,26,75,.07);overflow:hidden}
.compare-top{display:grid;grid-template-columns:180px repeat(5,1fr);background:#071c52;color:#fff}.compare-top>div{padding:18px 13px;border-right:1px solid rgba(255,255,255,.11)}.compare-top>div:last-child{border-right:0}.compare-top .label{display:flex;align-items:center;font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#abc0e8}.compare-country{display:flex;align-items:center;gap:8px;font-size:.76rem;font-weight:800}.compare-country .flag-svg{width:27px;height:18px}
.compare-row{display:grid;grid-template-columns:180px repeat(5,1fr);border-top:1px solid #edf1f6}.compare-row>div{padding:17px 13px;border-right:1px solid #edf1f6;min-height:86px}.compare-row>div:last-child{border-right:0}.compare-row .row-label{font-size:.72rem;font-weight:800;color:#17386f;background:#fafcff}.compare-row p{font-size:.68rem;line-height:1.55;color:#687997;margin:0}.compare-note{padding:15px 18px;background:#f8faff;border-top:1px solid #edf1f6;color:#6b7a94;font-size:.69rem;line-height:1.6}

.level-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.level-card{border:1px solid #e3e9f3;border-radius:20px;padding:23px 21px;background:linear-gradient(160deg,#fff,#fbfcff);box-shadow:0 10px 26px rgba(6,26,75,.04);transition:transform .22s ease,box-shadow .22s ease}.level-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(6,26,75,.08)}.level-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#f4edff,#eff5ff);border:1px solid #e5ddfb;margin-bottom:15px}.level-icon svg{width:25px;height:25px;stroke:#16469c;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.level-card h3{font-size:1rem;margin:0 0 8px;color:var(--navy)}.level-card p{font-size:.76rem;line-height:1.65;color:#70809a;margin:0}

.choose-wrap{display:grid;grid-template-columns:.87fr 1.13fr;gap:26px;align-items:stretch}.choose-intro{border-radius:24px;padding:31px;background:linear-gradient(145deg,#061a4b,#0b3b8e);color:#fff;position:relative;overflow:hidden}.choose-intro:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-100px;bottom:-120px;background:rgba(255,255,255,.06)}.choose-intro .eyebrow{color:#ffd8df}.choose-intro h2{font:800 2.2rem/1.05 Manrope,Inter,sans-serif;letter-spacing:-.04em;margin:8px 0 14px}.choose-intro p{font-size:.84rem;line-height:1.7;color:#d5e1fa;max-width:420px}.choose-intro .btn{margin-top:10px}
.choose-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.choose-card{border:1px solid #e2e9f4;border-radius:19px;padding:21px;background:#fff;box-shadow:0 9px 24px rgba(6,26,75,.04)}.choose-card .num{font-size:.65rem;font-weight:800;color:var(--red);text-transform:uppercase;letter-spacing:.12em;margin-bottom:9px}.choose-card h3{font-size:.94rem;color:var(--navy);margin:0 0 7px}.choose-card p{font-size:.72rem;line-height:1.62;color:#71809a;margin:0}

.shortlist{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.short-card{position:relative;border:1px solid #e3e9f2;border-radius:20px;background:white;padding:24px 20px 22px;box-shadow:0 10px 26px rgba(6,26,75,.04)}.short-num{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#062260,#10479e);color:#fff;display:grid;place-items:center;font-size:.73rem;font-weight:800;margin-bottom:14px;box-shadow:0 10px 20px rgba(6,26,75,.16)}.short-card h3{font-size:.94rem;color:var(--navy);margin:0 0 7px}.short-card p{font-size:.72rem;line-height:1.62;color:#71809a;margin:0}.short-card:not(:last-child):after{content:"";position:absolute;right:-15px;top:44px;width:15px;height:1px;background:#cad6e9}

.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:start}.faq-intro{position:sticky;top:115px}.faq-intro h2{font:800 2.3rem/1.05 Manrope,Inter,sans-serif;letter-spacing:-.04em;color:var(--navy);margin:8px 0 12px}.faq-intro p{font-size:.83rem;line-height:1.7;color:#71809a;max-width:430px}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid #e1e8f2;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(6,26,75,.03);overflow:hidden}.faq-list summary{list-style:none;cursor:pointer;padding:18px 48px 18px 19px;font-size:.82rem;font-weight:800;color:#132e63;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#f0f4fb;color:#0c3b88;font-size:1rem}.faq-list details[open] summary:after{content:"−"}.faq-list details p{padding:0 19px 18px;margin:0;color:#6d7d98;font-size:.75rem;line-height:1.68}

.dest-cta{padding:28px 0 58px}.dest-cta-card{border-radius:22px;background:linear-gradient(105deg,#061a4b,#0b3784 67%,#104499);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:23px 28px;box-shadow:0 20px 45px rgba(6,26,75,.16);position:relative;overflow:hidden}.dest-cta-card:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 58%,rgba(255,255,255,.08) 66%,transparent 74%);pointer-events:none}.dest-cta-card h3{font-size:1.15rem;margin:0 0 4px}.dest-cta-card p{font-size:.68rem;color:#d4e0f7;margin:0}.dest-cta-actions{display:flex;gap:10px;flex-wrap:wrap;position:relative;z-index:2}

@media(max-width:1120px){
  .dest-hero-grid{grid-template-columns:1fr}.dest-hero-art{min-height:520px}.dest-hero-photo{left:0}
  .dest-proof-bar{grid-template-columns:repeat(3,1fr)}.dest-proof-item:nth-child(3):after{display:none}
  .dest-grid{grid-template-columns:1fr 1fr}.destination-card.uk{grid-row:auto;grid-column:span 2;min-height:620px}.destination-card.uk .dest-visual{height:350px}
  .compare-shell{overflow-x:auto}.compare-top,.compare-row{min-width:950px}
  .level-grid{grid-template-columns:repeat(2,1fr)}.choose-wrap{grid-template-columns:1fr}.shortlist{grid-template-columns:repeat(2,1fr)}.short-card:after{display:none}
}
@media(max-width:720px){
  .dest-hero{padding-top:34px}.dest-hero-grid{gap:30px}.dest-hero-copy h1{font-size:3rem}.dest-hero-copy>p{font-size:.96rem}.dest-hero-art{min-height:500px}.dest-hero-glass{left:12px;top:18px;width:230px;padding:16px}.dest-hero-note{right:10px;bottom:12px;max-width:250px}.dest-proof{padding-bottom:32px}.dest-proof-bar{grid-template-columns:1fr 1fr}.dest-proof-item:nth-child(2n):after{display:none}.dest-proof-item:last-child{grid-column:span 2}.dest-section{padding:58px 0}.dest-head{align-items:start;flex-direction:column}.dest-head h2{font-size:2.15rem}.dest-grid{grid-template-columns:1fr}.destination-card.uk{grid-column:auto;min-height:570px}.destination-card.uk .dest-visual{height:310px}.destination-card{min-height:0}.level-grid{grid-template-columns:1fr}.choose-grid{grid-template-columns:1fr}.shortlist{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.faq-intro{position:static}.dest-cta-card{align-items:flex-start;flex-direction:column}.dest-cta-actions{width:100%}.dest-cta-actions .btn{flex:1;justify-content:center}.nav-links .nav-drop>button.dest-active:after{display:none}
}
@media(max-width:460px){
  .dest-hero-copy h1{font-size:2.5rem}.dest-hero-art{min-height:440px}.dest-hero-glass{width:205px}.country-stack a{grid-template-columns:26px 1fr 14px;font-size:.69rem;padding:8px}.flag-svg{width:26px;height:18px}.dest-hero-note{display:none}.dest-proof-bar{grid-template-columns:1fr}.dest-proof-item:last-child{grid-column:auto}.dest-proof-item:after{display:none!important}.destination-card.uk{min-height:520px}.destination-card.uk .dest-visual{height:280px}.dest-section{padding:50px 0}.choose-intro h2,.faq-intro h2{font-size:1.9rem}
}
@media(prefers-reduced-motion:reduce){.destination-card,.level-card,.country-stack a{transition:none!important;transform:none!important}}



/* STUDY IN UK V1 BODY — LOCKED V8 GLOBAL SHELL PRESERVED */
.uk-hero{padding:72px 0 56px;background:radial-gradient(circle at 84% 4%,rgba(39,108,221,.14),transparent 28%),linear-gradient(180deg,#fbfdff 0,#f4f8fe 100%);overflow:hidden}.uk-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:54px;align-items:center}.uk-hero h1{font-size:clamp(3rem,5.2vw,5.55rem);line-height:.96;letter-spacing:-.055em;max-width:700px}.uk-hero h1 span{color:var(--red)}.uk-hero-copy>p{font-size:1.04rem;line-height:1.74;max-width:650px;margin-top:20px}.uk-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.uk-badges{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}.uk-badge{display:inline-flex;align-items:center;gap:7px;border:1px solid #dce5f1;border-radius:999px;background:rgba(255,255,255,.82);padding:9px 12px;font:800 .73rem Manrope;color:#28436e}.uk-badge svg{width:15px;height:15px;stroke:var(--red);fill:none;stroke-width:1.9}.uk-hero-visual{position:relative;min-height:520px}.uk-hero-photo{position:absolute;inset:0;border-radius:30px;overflow:hidden;box-shadow:0 28px 70px rgba(6,26,75,.18);background:#dce8f7}.uk-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.uk-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,22,56,.03),rgba(5,22,56,.12) 55%,rgba(5,22,56,.45))}.uk-flag-card{position:absolute;left:-28px;bottom:28px;width:min(360px,78%);padding:20px 22px;border-radius:20px;background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.88);box-shadow:0 22px 50px rgba(6,26,75,.18);backdrop-filter:blur(14px);z-index:3}.uk-flag-row{display:flex;align-items:center;gap:13px}.uk-flag{width:48px;height:32px;border-radius:6px;box-shadow:0 0 0 1px rgba(0,0,0,.08);overflow:hidden}.uk-flag svg{display:block;width:100%;height:100%}.uk-flag-card strong{font:800 1.02rem Manrope;color:var(--navy);display:block}.uk-flag-card span{font-size:.78rem;color:var(--muted);display:block;margin-top:3px}.uk-reviewed{position:absolute;right:18px;top:18px;z-index:3;background:rgba(6,26,75,.9);color:#fff;border:1px solid rgba(255,255,255,.18);padding:10px 13px;border-radius:999px;font:800 .68rem Manrope;backdrop-filter:blur(10px)}
.uk-proof{margin-top:-4px;position:relative;z-index:5}.uk-proof-grid{display:grid;grid-template-columns:repeat(5,1fr);background:linear-gradient(125deg,#061a4b,#123c86);border-radius:20px;overflow:hidden;box-shadow:0 18px 46px rgba(6,26,75,.16)}.uk-proof-item{padding:19px 17px;color:#fff;display:flex;align-items:center;gap:12px;min-width:0}.uk-proof-item+.uk-proof-item{border-left:1px solid rgba(255,255,255,.13)}.uk-proof-icon{width:41px;height:41px;border-radius:13px;background:rgba(255,255,255,.09);display:grid;place-items:center;flex:0 0 auto}.uk-proof-icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.8}.uk-proof-item strong{display:block;font:800 .78rem Manrope;color:#fff}.uk-proof-item span{display:block;color:#cbd8f3;font-size:.68rem;margin-top:2px;line-height:1.35}
.uk-section{padding:76px 0}.uk-section.soft{background:linear-gradient(180deg,#f7f9fd,#fbfcff)}.uk-section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:30px}.uk-section-head h2{font-size:clamp(2rem,3vw,3rem);max-width:760px}.uk-section-head p{max-width:580px;font-size:.92rem}.uk-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.uk-why{position:relative;overflow:hidden;padding:24px;border:1px solid #e2e8f2;border-radius:20px;background:linear-gradient(145deg,#fff,#fbfdff);box-shadow:var(--shadow);transition:.2s ease}.uk-why:hover{transform:translateY(-4px);box-shadow:var(--shadow2)}.uk-why-icon{width:52px;height:52px;border-radius:16px;background:linear-gradient(145deg,#eef4ff,#fff0f4);display:grid;place-items:center;margin-bottom:16px}.uk-why-icon svg{width:25px;height:25px;stroke:var(--navy);fill:none;stroke-width:1.9}.uk-why h3{font-size:1.02rem}.uk-why p{font-size:.82rem;margin-top:7px;line-height:1.6}
.uk-path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.uk-path{border:1px solid #e1e7f0;border-radius:22px;background:#fff;overflow:hidden;box-shadow:var(--shadow);transition:.2s ease}.uk-path:hover{transform:translateY(-4px);box-shadow:var(--shadow2)}.uk-path-photo{height:150px;overflow:hidden;background:#dce6f4}.uk-path-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.uk-path:hover .uk-path-photo img{transform:scale(1.025)}.uk-path-body{padding:21px}.uk-path-tag{font:800 .66rem Manrope;color:var(--red);letter-spacing:.08em;text-transform:uppercase}.uk-path h3{font-size:1.04rem;margin-top:6px}.uk-path p{font-size:.8rem;margin-top:7px}.uk-path ul{padding:0;margin:15px 0 0;list-style:none;display:grid;gap:8px}.uk-path li{font-size:.74rem;color:#3e4e6e;display:flex;gap:8px}.uk-path li:before{content:"✓";color:var(--red);font-weight:800}
.uk-uni-panel{padding:30px;border:1px solid #dfe6f1;border-radius:26px;background:linear-gradient(145deg,#fff,#f7faff);box-shadow:var(--shadow2)}.uk-uni-top{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.uk-uni-top h2{font-size:2.2rem}.uk-uni-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.uk-uni{min-height:166px;padding:17px;border-radius:18px;border:1px solid #e2e8f2;background:#fff;display:flex;flex-direction:column;justify-content:space-between;transition:.2s ease}.uk-uni:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(6,26,75,.1)}.uk-uni-logo{height:54px;display:flex;align-items:center}.uk-uni-logo img{max-height:45px;max-width:110px;width:auto;height:auto;object-fit:contain}.uk-uni strong{font:800 .76rem Manrope;color:var(--ink);line-height:1.25}.uk-uni span{font-size:.67rem;color:var(--muted);display:block;margin-top:3px}.uk-uni a{font:800 .68rem Manrope;color:var(--navy);display:inline-flex;gap:5px;align-items:center;margin-top:10px}.uk-uni a svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}
.uk-route{background:linear-gradient(135deg,#061a4b,#113a83);color:#fff}.uk-route .eyebrow,.uk-route h2{color:#fff}.uk-route .uk-section-head p{color:#cbd8f3}.uk-route-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.uk-fact{padding:22px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);min-height:190px;position:relative;overflow:hidden}.uk-fact:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent)}.uk-fact-icon{width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.1);display:grid;place-items:center}.uk-fact-icon svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:1.8}.uk-fact h3{font-size:.93rem;color:#fff;margin-top:15px}.uk-fact strong{display:block;color:#fff;font:800 1.05rem Manrope;margin-top:8px}.uk-fact p{font-size:.74rem;color:#d4def2;margin-top:6px;line-height:1.55}.uk-fact a{display:inline-flex;margin-top:10px;color:#fff;font:800 .67rem Manrope;text-decoration:underline;text-underline-offset:3px}.uk-source-note{margin-top:18px;padding:13px 15px;border-radius:13px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:#d7e1f3;font-size:.72rem}
.uk-dependants-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:24px;align-items:stretch}.uk-dep-photo{min-height:470px;border-radius:26px;overflow:hidden;position:relative;box-shadow:var(--shadow2)}.uk-dep-photo img{width:100%;height:100%;object-fit:cover;display:block}.uk-dep-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(6,26,75,.55))}.uk-dep-card{padding:30px;border:1px solid #e0e7f1;border-radius:26px;background:linear-gradient(145deg,#fff,#fbfdff);box-shadow:var(--shadow)}.uk-dep-card h2{font-size:2.2rem}.uk-dep-card>p{font-size:.88rem;margin-top:10px}.uk-alert{margin-top:20px;padding:18px;border-radius:17px;background:#fff5f6;border:1px solid #ffd7dd}.uk-alert strong{font:800 .85rem Manrope;color:#9e1530}.uk-alert p{font-size:.78rem;margin-top:5px;color:#6e3946}.uk-dep-list{display:grid;gap:12px;margin-top:18px}.uk-dep-item{display:flex;gap:12px;padding:14px;border-radius:15px;background:#f7faff;border:1px solid #e5ebf4}.uk-dep-item svg{width:20px;height:20px;stroke:var(--navy);fill:none;stroke-width:1.9;flex:0 0 auto}.uk-dep-item strong{font:800 .77rem Manrope;display:block}.uk-dep-item span{font-size:.72rem;color:var(--muted);display:block;margin-top:2px}
.uk-funding-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}.uk-funding-photo{min-height:430px;border-radius:25px;overflow:hidden;position:relative}.uk-funding-photo img{width:100%;height:100%;object-fit:cover}.uk-funding-overlay{position:absolute;inset:auto 20px 20px;padding:18px;border-radius:17px;background:rgba(6,26,75,.88);color:#fff;backdrop-filter:blur(12px)}.uk-funding-overlay strong{font:800 1rem Manrope;color:#fff}.uk-funding-overlay p{font-size:.76rem;color:#d6e1f5;margin-top:4px}.uk-funding-card{padding:28px;border:1px solid #e0e7f1;border-radius:25px;background:#fff}.uk-funding-card h2{font-size:2.1rem}.uk-funding-card>p{font-size:.86rem;margin-top:9px}.uk-funding-list{display:grid;gap:11px;margin-top:18px}.uk-funding-item{display:flex;gap:12px;padding:13px 0;border-top:1px solid #edf1f6}.uk-funding-item:first-child{border-top:0}.uk-funding-item svg{width:20px;height:20px;stroke:var(--red);fill:none;stroke-width:1.9;flex:0 0 auto}.uk-funding-item strong{font:800 .78rem Manrope;display:block}.uk-funding-item span{font-size:.72rem;color:var(--muted);display:block;margin-top:2px}
.uk-journey{padding:76px 0;background:#f7f9fd}.uk-journey-card{padding:28px 24px;border:1px solid #e0e7f0;border-radius:24px;background:#fff;box-shadow:var(--shadow)}.uk-steps{display:grid;grid-template-columns:repeat(7,1fr);position:relative;gap:9px;margin-top:26px}.uk-steps:before{content:"";position:absolute;top:20px;left:6.8%;right:6.8%;height:2px;background:#dce4ef}.uk-step{position:relative;text-align:center;z-index:1}.uk-step-num{width:41px;height:41px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;margin:0 auto 12px;font:800 .72rem Manrope;box-shadow:0 0 0 7px #fff}.uk-step strong{font:800 .72rem Manrope;color:var(--ink);display:block}.uk-step span{font-size:.65rem;color:var(--muted);display:block;margin-top:4px;line-height:1.4}
.uk-faq{padding:76px 0}.uk-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.uk-faq details{border:1px solid #e0e7f0;border-radius:17px;background:#fff;padding:0 18px;box-shadow:0 8px 24px rgba(6,26,75,.04)}.uk-faq summary{list-style:none;cursor:pointer;padding:18px 28px 18px 0;font:800 .83rem Manrope;color:var(--ink);position:relative}.uk-faq summary::-webkit-details-marker{display:none}.uk-faq summary:after{content:"+";position:absolute;right:0;top:15px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#eef4ff;color:var(--navy);font-size:1rem}.uk-faq details[open] summary:after{content:"–"}.uk-faq details p{padding:0 0 18px;font-size:.77rem;line-height:1.62}.uk-final{padding:24px 0 38px}.uk-final-card{border-radius:24px;background:linear-gradient(120deg,#061a4b,#164590);color:#fff;padding:28px 30px;display:flex;justify-content:space-between;align-items:center;gap:24px;box-shadow:0 24px 54px rgba(6,26,75,.17);position:relative;overflow:hidden}.uk-final-card:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-80px;top:-140px;background:rgba(255,255,255,.07)}.uk-final-card h2{color:#fff;font-size:1.8rem}.uk-final-card p{color:#d5e1f5;font-size:.8rem;margin-top:5px}.uk-final-actions{display:flex;gap:10px;flex-wrap:wrap;z-index:1}
@media(max-width:1100px){.uk-hero-grid{grid-template-columns:1fr 1fr;gap:30px}.uk-proof-grid{grid-template-columns:repeat(3,1fr)}.uk-proof-item:nth-child(4){border-left:0}.uk-why-grid,.uk-path-grid{grid-template-columns:repeat(2,1fr)}.uk-uni-grid{grid-template-columns:repeat(3,1fr)}.uk-route-grid{grid-template-columns:repeat(3,1fr)}.uk-steps{grid-template-columns:repeat(4,1fr);gap:24px 10px}.uk-steps:before{display:none}}
@media(max-width:780px){.uk-hero{padding:46px 0 36px}.uk-hero-grid{grid-template-columns:1fr}.uk-hero-visual{min-height:390px}.uk-hero h1{font-size:3.15rem}.uk-flag-card{left:14px;bottom:14px}.uk-reviewed{right:12px;top:12px}.uk-proof-grid{grid-template-columns:1fr 1fr}.uk-proof-item:nth-child(n){border-left:0;border-top:1px solid rgba(255,255,255,.1)}.uk-proof-item:first-child,.uk-proof-item:nth-child(2){border-top:0}.uk-section,.uk-journey,.uk-faq{padding:58px 0}.uk-section-head{display:block}.uk-section-head p{margin-top:9px}.uk-why-grid,.uk-path-grid,.uk-dependants-grid,.uk-funding-grid,.uk-faq-grid{grid-template-columns:1fr}.uk-uni-grid{grid-template-columns:1fr 1fr}.uk-route-grid{grid-template-columns:1fr 1fr}.uk-dep-photo,.uk-funding-photo{min-height:340px}.uk-steps{grid-template-columns:1fr 1fr}.uk-step{text-align:left;display:grid;grid-template-columns:41px 1fr;column-gap:12px;align-items:start}.uk-step-num{grid-row:1/3;margin:0}.uk-step strong,.uk-step span{text-align:left}.uk-final-card{display:block}.uk-final-actions{margin-top:18px}}
@media(max-width:520px){.uk-proof-grid,.uk-uni-grid,.uk-route-grid,.uk-steps{grid-template-columns:1fr}.uk-hero h1{font-size:2.75rem}.uk-hero-visual{min-height:330px}.uk-flag-card{width:calc(100% - 28px);left:14px}.uk-uni-panel{padding:20px}.uk-dep-card,.uk-funding-card{padding:22px}.uk-final-card{padding:24px 20px}}
@media(prefers-reduced-motion:reduce){.uk-why,.uk-path,.uk-uni,.uk-path-photo img{transition:none!important;transform:none!important}}
