﻿:root{--navy:#071b3a;--blue:#0b4aa2;--gold:#f5a800;--red:#d8222a;--soft:#f4f7fb;--ink:#102033;--muted:#5b6878;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:#fff}
.wrap{max-width:1160px;margin:auto;padding:0 20px}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);box-shadow:0 2px 20px rgba(7,27,58,.08)}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy)}
.brand small{display:block;color:var(--muted);font-size:12px}
.logo{background:var(--navy);color:white;width:42px;height:42px;border-radius:12px;display:grid;place-items:center}
.site-logo{width:54px;height:54px;object-fit:cover;border-radius:50%;background:white;box-shadow:0 4px 14px rgba(7,27,58,.16)}
.nav-links{display:flex;align-items:center;gap:24px}
.nav-links a{text-decoration:none;color:var(--ink);font-weight:700}
.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:#071b3a;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:900;border:0;cursor:pointer;box-shadow:0 12px 30px rgba(245,168,0,.3)}
.btn.small{padding:10px 16px}
.btn.ghost{background:white;border:2px solid rgba(255,255,255,.55);box-shadow:none}
.btn.ghost.dark{border-color:#d8e1ef}
.menu{display:none;background:none;border:0;font-size:28px}
.hero{background:linear-gradient(135deg,#071b3a 0%,#0b4aa2 70%,#07214a 100%);color:white;overflow:hidden}
.hero-grid{min-height:650px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.eyebrow{color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px}
.hero h1{font-size:clamp(42px,6vw,76px);line-height:.95;margin:12px 0}
.lead{font-size:20px;line-height:1.6;color:#e8eef8;max-width:690px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}
.trust-row{display:flex;gap:16px;flex-wrap:wrap;color:#dce8ff;font-weight:700}
.hero-card{min-height:430px;background:url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=900&q=70') center/cover;border-radius:34px;position:relative;box-shadow:0 25px 80px rgba(0,0,0,.35)}
.status-card{position:absolute;left:-30px;bottom:28px;background:white;color:var(--ink);border-radius:24px;padding:22px;width:min(340px,90%);box-shadow:0 22px 55px rgba(0,0,0,.25)}
.status-top{display:flex;justify-content:space-between}
.status-top b{color:var(--blue)}
.status-card ul{padding:0;margin:18px 0 0;list-style:none}
.status-card li{padding:10px 0;font-weight:700;border-bottom:1px solid #edf1f7}
.status-card li span{display:inline-block;width:10px;height:10px;border-radius:50%;background:#15b56d;margin-right:8px}
.quick{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-42px;position:relative;z-index:2}
.quick div{background:white;padding:24px;border-radius:20px;box-shadow:0 12px 35px rgba(7,27,58,.12)}
.quick strong{display:block;font-size:28px;color:var(--blue)}
.quick span{color:var(--muted);font-weight:700}
.section{padding:88px 0}
.section-head{text-align:center;max-width:760px;margin:0 auto 34px}
.section-head h2,.apply-grid h2{font-size:clamp(32px,4vw,50px);margin:8px 0;color:var(--navy)}
.section-head p{color:var(--muted);line-height:1.7}
.country-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.country-grid article,.service-grid div,.pricing div,.form{background:white;border:1px solid #e7edf5;border-radius:24px;padding:20px;box-shadow:0 12px 30px rgba(7,27,58,.06)}
.country-grid img{width:100%;height:180px;object-fit:cover;border-radius:18px}
.country-grid a{color:var(--blue);font-weight:900;text-decoration:none}
.country-image-link{display:block;overflow:hidden;border-radius:18px}
.country-image-link img{display:block;transition:transform .35s ease}
.country-grid article:hover .country-image-link img{transform:scale(1.045)}
.soft{background:var(--soft)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.steps div{background:white;padding:24px;border-radius:22px}
.steps b{background:var(--gold);border-radius:50%;width:42px;height:42px;display:grid;place-items:center}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-grid div{font-size:28px}
.service-grid p,.pricing p{font-size:16px;color:var(--muted);line-height:1.6}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pricing .featured{border:3px solid var(--gold);transform:scale(1.03)}
.pricing .featured span{background:var(--red);color:white;padding:7px 12px;border-radius:999px;font-weight:900}
.price{font-size:38px!important;color:var(--navy)!important;font-weight:900}
.free-support-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center;background:linear-gradient(145deg,var(--navy),var(--blue));color:white;border-radius:32px;padding:48px;box-shadow:0 20px 55px rgba(7,27,58,.18)}
.free-support-card h2{font-size:clamp(34px,4vw,52px);line-height:1.05;margin:8px 0}
.free-support-copy>p{color:#e4edfb;font-size:17px;line-height:1.75}
.cost-note{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:16px}
.apply-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:start}
.notice{background:#fff7db;border-left:5px solid var(--gold);padding:16px;border-radius:12px;margin-top:20px;line-height:1.6}
.form{display:grid;gap:14px}
.form label{display:grid;gap:7px;font-weight:800}
.form input,.form select{padding:14px 16px;border:1px solid #d9e2ee;border-radius:14px;font:inherit}
.footer{background:var(--navy);color:white;padding:44px 0}
.footer-grid{display:flex;justify-content:space-between;gap:30px}
.footer-brand{display:flex;align-items:center;gap:18px}
.footer-logo{width:96px;height:96px;object-fit:cover;border-radius:50%;background:white;box-shadow:0 10px 28px rgba(0,0,0,.22)}
.nonprofit-status{display:inline-block;margin:4px 0 0;padding:6px 10px;border:1px solid rgba(255,255,255,.35);border-radius:999px;color:#f7c84b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.float-wa{position:fixed;right:18px;bottom:18px;background:#20b15a;color:white;text-decoration:none;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.22)}
.about-hero{background:linear-gradient(135deg,#071b3a 0%,#0b4aa2 75%,#07214a 100%);color:white}
.about-hero-content{min-height:430px;display:flex;flex-direction:column;justify-content:center;max-width:900px}
.about-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:12px 0}
.about-story{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}
.about-story h2,.about-cta h2{font-size:clamp(32px,4vw,50px);margin:8px 0;color:var(--navy)}
.about-story p{color:var(--muted);font-size:18px;line-height:1.8;margin-top:0}
.owner-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:920px;margin:auto}
.owner-grid.single-owner{grid-template-columns:1fr;max-width:650px}
.owner-card{min-width:0;background:white;border:1px solid #e7edf5;border-radius:28px;padding:34px;text-align:center;box-shadow:0 16px 40px rgba(7,27,58,.08)}
.owner-avatar{width:104px;height:104px;margin:0 auto 22px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),var(--blue));color:white;font-size:30px;font-weight:900;border:6px solid #fff;box-shadow:0 10px 30px rgba(11,74,162,.25)}
.owner-photo{width:160px!important;height:160px!important;max-width:160px;margin:0 auto 24px;border-radius:50%;display:block;object-fit:cover;object-position:center 24%;border:6px solid #fff;box-shadow:0 10px 30px rgba(11,74,162,.25)}
.owner-card h3{font-size:25px;color:var(--navy);margin:8px 0 12px}
.owner-card>p:last-child{color:var(--muted);line-height:1.7}
.owner-role{display:inline-block;margin:0;background:#fff3cf;color:#805600;padding:7px 13px;border-radius:999px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.about-cta{margin-top:70px;background:var(--navy);color:white;border-radius:30px;padding:48px;text-align:center}
.about-cta h2{color:white}
.about-cta p{color:#dce8ff;font-size:18px;line-height:1.7;max-width:680px;margin:10px auto 26px}
.nav-links a[aria-current="page"]{color:var(--blue)}
.applyboard-embed{max-width:1000px;margin:auto;background:white;border:1px solid #dce5f1;border-radius:26px;padding:22px;box-shadow:0 16px 45px rgba(7,27,58,.1);overflow:hidden}
.partner-badge{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding:16px 18px;background:#f5f8ff;border-radius:18px}
.partner-badge>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:white;font-weight:900}
.partner-badge strong,.partner-badge small{display:block}
.partner-badge strong{color:var(--navy);margin-bottom:4px}
.partner-badge small{color:var(--muted)}
#ab-student-intake-form{display:block;min-height:720px;border:0;background:white}
.country-hero{color:white;background-position:center;background-size:cover}
.country-hero-content{min-height:560px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:1160px}
.country-hero h1{font-size:clamp(48px,7vw,82px);line-height:.96;margin:12px 0;max-width:800px}
.country-hero-lead{font-size:20px;line-height:1.65;color:#e8eef8;max-width:700px;margin:10px 0 0}
.back-link{color:white;text-decoration:none;font-weight:800;margin-bottom:28px}
.country-switcher{position:sticky;top:74px;z-index:8;background:white;border-bottom:1px solid #e4eaf3;box-shadow:0 8px 24px rgba(7,27,58,.06)}
.country-tabs{display:flex;gap:8px;overflow-x:auto;padding-top:12px;padding-bottom:12px;scrollbar-width:none}
.country-tabs::-webkit-scrollbar{display:none}
.country-tabs a{white-space:nowrap;text-decoration:none;color:var(--muted);font-weight:800;padding:10px 14px;border-radius:999px}
.country-tabs a:hover,.country-tabs a[aria-current="page"]{background:var(--navy);color:white}
.compact-section{padding-top:60px;padding-bottom:60px}
.country-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:-106px;position:relative;z-index:2}
.country-facts div{background:white;border:1px solid #e3eaf3;border-radius:20px;padding:22px;box-shadow:0 16px 35px rgba(7,27,58,.12)}
.country-facts span,.budget-total span{display:block;color:var(--muted);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:9px}
.country-facts strong{font-size:19px;color:var(--navy)}
.guide-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center;margin-top:58px}
.guide-intro h2,.guide-card h2,.feature-panel h2,.visa-card h2,.source-box h2,.country-cta h2{font-size:clamp(27px,3vw,42px);color:var(--navy);margin:8px 0}
.guide-intro>p{color:var(--muted);font-size:18px;line-height:1.8}
.budget-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;max-width:1050px;margin:auto}
.budget-total{background:linear-gradient(145deg,var(--navy),var(--blue));color:white;border-radius:28px;padding:38px;display:flex;flex-direction:column;justify-content:center}
.budget-total span{color:#dce8ff}
.budget-total strong{font-size:clamp(36px,5vw,58px);line-height:1.05}
.budget-total p{color:#dce8ff;line-height:1.7;margin-bottom:0}
.budget-list{background:white;border:1px solid #e1e8f2;border-radius:28px;padding:14px 28px}
.budget-list div{display:flex;justify-content:space-between;gap:22px;padding:18px 0;border-bottom:1px solid #e9eef5}
.budget-list div:last-child{border-bottom:0}
.budget-list span{color:var(--muted);font-weight:700}
.budget-list strong{text-align:right;color:var(--navy)}
.official-funds{max-width:1050px;margin:22px auto 0;background:#fff7db;border-left:5px solid var(--gold);border-radius:14px;padding:18px 20px;line-height:1.7;color:#4b3a00}
.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.guide-card{border:1px solid #e2e9f2;border-radius:26px;padding:32px;background:white;box-shadow:0 12px 30px rgba(7,27,58,.05)}
.guide-card.good-card{background:#f2fbf6;border-color:#cdebd9}
.guide-card.challenge-card{background:#fff9ee;border-color:#f4dfb1}
.guide-icon{font-size:34px}
.guide-card h2{font-size:28px}
.guide-card ul,.check-list{padding:0;margin:20px 0 0;list-style:none}
.guide-card li,.check-list li{position:relative;padding:0 0 14px 26px;color:var(--muted);line-height:1.65}
.guide-card li::before,.check-list li::before{content:"✓";position:absolute;left:0;top:0;color:#15935a;font-weight:900}
.challenge-card li::before{content:"!";color:#b97800}
.split-guide{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.feature-panel{background:white;border:1px solid #e2e9f2;border-radius:28px;padding:38px;box-shadow:0 14px 35px rgba(7,27,58,.06)}
.feature-panel>p:not(.eyebrow){color:var(--muted);line-height:1.75}
.zimbabwe-panel{background:linear-gradient(145deg,#071b3a,#0b4aa2);color:white;border:0}
.zimbabwe-panel h2{color:white}
.zimbabwe-panel .check-list li{color:#e2ecfb}
.zimbabwe-panel .check-list li::before{color:var(--gold)}
.visa-card{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;background:#fff;border:1px solid #e1e8f2;border-radius:30px;padding:46px;box-shadow:0 18px 48px rgba(7,27,58,.08)}
.visa-card>div>p:last-child{color:var(--muted);line-height:1.7}
.visa-card ol{padding:0;margin:0;list-style:none;counter-reset:visa}
.visa-card li{counter-increment:visa;position:relative;padding:5px 0 22px 56px;color:var(--muted);line-height:1.55}
.visa-card li::before{content:counter(visa);position:absolute;left:0;top:0;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--navy);font-weight:900}
.source-box{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:start}
.source-box>div>p:last-child{color:var(--muted);line-height:1.7}
.source-links{display:grid;gap:10px}
.source-links a{background:white;border:1px solid #dce5f0;border-radius:14px;padding:15px 17px;text-decoration:none;color:var(--blue);font-weight:800}
.source-links a:hover{border-color:var(--blue)}
.reviewed{grid-column:1/-1;margin:0;color:var(--muted);font-size:13px}
.country-cta{text-align:center;background:#f4f7fb;border-radius:30px;padding:52px 24px}
.country-cta>p:not(.eyebrow){color:var(--muted);font-size:18px}
.country-cta .hero-actions{justify-content:center}
@media(max-width:850px){.menu{display:block}
.nav-links{display:none;position:absolute;top:74px;left:0;right:0;background:white;padding:20px;flex-direction:column;box-shadow:0 12px 30px rgba(0,0,0,.1)}
.nav-links.open{display:flex}
.hero-grid,.apply-grid,.free-support-card{grid-template-columns:1fr}
.quick,.country-grid,.steps,.service-grid,.pricing{grid-template-columns:1fr}
.hero-grid{padding-top:55px;padding-bottom:75px}
.status-card{left:14px}
.footer-grid{display:block}
.footer-brand{margin-bottom:24px}
.site-logo{width:48px;height:48px}
.footer-logo{width:82px;height:82px}
.section{padding:58px 0}
.about-story,.owner-grid{grid-template-columns:1fr}
.about-hero-content{min-height:380px}
.about-story{gap:24px}
.about-cta{padding:34px 22px}
.free-support-card{padding:34px 24px;gap:18px}
.applyboard-embed{padding:12px;border-radius:20px}
.partner-badge{align-items:flex-start}
.country-hero-content{min-height:520px;padding-top:55px;padding-bottom:80px}
.country-switcher{top:74px}
.country-facts{grid-template-columns:repeat(2,1fr);margin-top:-84px}
.guide-intro,.budget-layout,.split-guide,.visa-card,.source-box{grid-template-columns:1fr}
.guide-intro{gap:10px}
.guide-grid{grid-template-columns:1fr}
.visa-card{gap:24px;padding:30px 24px}
.feature-panel{padding:30px 24px}
}
@media(max-width:520px){.country-facts{grid-template-columns:1fr;margin-top:-62px}
.country-facts div{padding:17px 20px}
.budget-list{padding:10px 20px}
.budget-list div{display:grid;gap:6px}
.budget-list strong{text-align:left}
.country-hero h1{font-size:46px}
}
