:root{--navy:#04142f;--blue:#1048be;--royal:#1f67ff;--gold:#d4ad66;--ink:#0d1726;--muted:#687386;--cream:#f7f3eb;--line:#e7e9ee;--white:#fff;--soft:#f6f8fc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:#fff}.container{width:min(1180px,92vw);margin:auto}.topbar{height:34px;display:flex;align-items:center;justify-content:center;gap:12px;background:#03142e;color:#c9d3e6;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.topbar span{width:3px;height:3px;border-radius:50%;background:var(--gold)}.nav-wrap{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(10,25,50,.08)}.nav{height:78px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy);margin-right:auto}.brand-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-style:italic;background:linear-gradient(135deg,#0b2a7a,#1b61ff);color:#fff;box-shadow:inset 0 0 0 3px rgba(255,255,255,.9),0 6px 20px rgba(20,72,180,.2)}.brand strong{display:block;font-size:16px;letter-spacing:.09em}.brand small{display:block;font-size:8px;letter-spacing:.38em;margin-top:3px}.nav-links{display:flex;gap:24px}.nav-links a{color:#172033;text-decoration:none;font-size:12px;font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:12px;background:linear-gradient(135deg,#1048be,#1f67ff);color:white;text-decoration:none;font-weight:800;font-size:13px;border:0;cursor:pointer;box-shadow:0 10px 30px rgba(26,89,220,.22);transition:.25s}.btn:hover{transform:translateY(-2px)}.btn-small{padding:11px 17px;border-radius:10px}.menu-btn{display:none;border:0;background:none;font-size:24px}.hero{position:relative;min-height:780px;display:flex;align-items:center;overflow:hidden;background:#061a3a}.hero-media{position:absolute;inset:0;background:url('assets/team-main.png') center/cover no-repeat;transform:scale(1.02)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,15,39,.98) 0%,rgba(4,22,55,.9) 42%,rgba(4,19,42,.42) 72%,rgba(4,19,42,.18) 100%),linear-gradient(0deg,rgba(4,16,40,.5),transparent 45%)}.hero-content{position:relative;color:#fff;padding:90px 0 75px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;color:#c7d6ff;margin-bottom:17px}.eyebrow.dark{color:#2551a9}.hero h1,.section h2,.cta-section h2,.page-hero h1{font-family:"Playfair Display",serif;margin:0}.hero h1{max-width:780px;font-size:clamp(48px,6.3vw,82px);line-height:.98;letter-spacing:-.03em}.hero h1 em{display:block;color:#ffdf9a;font-style:normal}.hero p{max-width:670px;font-size:17px;line-height:1.8;color:#d9e1f0;margin:28px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-ghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.35);box-shadow:none}.hero-trust{display:flex;gap:28px;flex-wrap:wrap;margin-top:55px;padding-top:25px;border-top:1px solid rgba(255,255,255,.18);max-width:760px}.hero-trust span{font-size:11px;color:#d8e1f1;font-weight:700}.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{min-height:78px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;text-align:center;gap:16px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#475269}.section{padding:110px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split.reverse{grid-template-columns:.9fr 1.1fr}.image-card{position:relative}.image-card:before{content:"";position:absolute;inset:18px -18px -18px 18px;border:1px solid #d8b66f;border-radius:24px}.image-card img{position:relative;width:100%;display:block;border-radius:24px;aspect-ratio:4/5;object-fit:cover;box-shadow:0 24px 70px rgba(15,30,60,.18)}.section h2{font-size:clamp(36px,4.6vw,58px);line-height:1.08;color:#071b3e;letter-spacing:-.02em}.copy p,.section-head p{font-size:15px;line-height:1.85;color:var(--muted)}.checks{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:28px 0}.checks span{font-size:13px;font-weight:700;color:#223049}.text-link{color:#1149b9;font-weight:800;text-decoration:none;font-size:13px}.numbers-band{background:#061a3a;color:#fff;padding:50px 0}.verified-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;text-align:center}.verified-stats div{padding:8px 18px;border-right:1px solid rgba(255,255,255,.12)}.verified-stats div:last-child{border-right:0}.verified-stats b{display:block;font-family:"Playfair Display",serif;font-size:34px;color:#ffdf9a}.verified-stats span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#b7c4d9}.stats-note{text-align:center;margin-top:22px;color:#8695ad;font-size:10px}.dark-section{background:radial-gradient(circle at 85% 10%,#163469 0,#081c42 38%,#04142f 75%);color:#fff}.dark-section h2{color:#fff}.section-head{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:45px}.section-head>div{max-width:720px}.section-head>p{max-width:390px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cards article{padding:32px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:18px;min-height:300px;transition:.25s}.cards article:hover{background:rgba(255,255,255,.09);transform:translateY(-5px)}.cards .icon{font-size:26px;color:#f2c56f;margin-bottom:50px}.cards h3{font-size:20px;margin:0 0 14px}.cards p{color:#b7c4d9;font-size:13px;line-height:1.75}.cards a{color:#fff;font-size:11px;text-decoration:none;font-weight:800}.destinations{background:#f7f8fb}.country-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.country-card{display:flex;align-items:center;gap:18px;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;transition:.25s;box-shadow:0 8px 30px rgba(17,38,80,.04)}.country-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(17,38,80,.1)}.country-card .flag{font-size:38px}.country-card div{flex:1}.country-card small{font-size:9px;letter-spacing:.15em;color:#5f76a7;font-weight:800}.country-card h3{font-family:"Playfair Display",serif;font-size:26px;color:#0a2148;margin:5px 0}.country-card p{font-size:12px;color:var(--muted);line-height:1.6;margin:0}.country-card i{font-style:normal;color:#164db2}.process-section{background:#fff}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{padding:28px;border-radius:20px;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#fafbfd)}.step b{font-family:"Playfair Display",serif;color:#1b5ff2;font-size:28px}.step h3{margin:22px 0 8px;color:#0a2148}.step p{font-size:12px;line-height:1.7;color:var(--muted)}.success-preview{background:#f7f8fb}.gallery{display:grid;grid-template-columns:1.35fr 1fr .8fr;gap:18px;height:500px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:20px}.success-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:26px}.review-section{padding-top:0;background:#f7f8fb}.review-panel{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:50px 55px;border-radius:28px;background:linear-gradient(135deg,#071c43,#0e4aa8);color:#fff}.review-panel h2{color:#fff;max-width:650px}.review-panel p{color:#cdd8ee;max-width:700px;line-height:1.8}.btn-white{background:#fff;color:#0b3a99;box-shadow:none}.eligibility{background:#fff}.eligibility-split{align-items:start}.mini-points{display:grid;gap:12px;margin-top:25px}.mini-points span{font-size:12px;font-weight:700;color:#32425f}.lead-form{background:#f7f9fd;border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:0 20px 60px rgba(15,30,60,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:800;color:#263550}.form-grid label.full{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #dfe4ee;border-radius:12px;background:#fff;padding:13px 14px;font:inherit;font-size:13px;outline:none}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#3c70da;box-shadow:0 0 0 3px rgba(31,103,255,.08)}.submit-btn{width:100%;margin-top:18px}.form-note{font-size:9px!important;color:#7f899a!important;line-height:1.5!important;margin-bottom:0}.office{background:#fff}.office-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.office-grid img{width:100%;height:250px;object-fit:cover;border-radius:18px}.address{font-weight:800;line-height:1.7;color:#0a2148;margin:22px 0}.btn-outline{background:#fff;color:#0e3b98;border:1px solid #b9c8e7;box-shadow:none}.cta-section{padding:30px 0 80px;background:#fff}.cta-card{padding:55px 60px;border-radius:28px;background:linear-gradient(135deg,#0a2b69,#0d55d4);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:50px;box-shadow:0 30px 80px rgba(9,56,145,.2)}.cta-card h2{font-size:44px;max-width:650px}.cta-card p{color:#d7e2fa;max-width:620px;line-height:1.7}.cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:255px}.cta-actions>a:not(.btn){color:white;text-decoration:none;font-size:13px}footer{background:#031229;color:#d6deeb;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1.1fr;gap:50px}.footer-brand{color:#fff}.footer-grid p{color:#91a0b7;font-size:13px;max-width:300px}.footer-grid h4{color:#fff;font-size:12px;letter-spacing:.09em;text-transform:uppercase}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer-grid a{color:#9eabc0;text-decoration:none;font-size:12px}.legal{border-top:1px solid rgba(255,255,255,.09);margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;gap:30px;color:#76849b;font-size:10px}.legal span:last-child{max-width:600px;text-align:right}.mobile-actionbar{display:none}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
/* Inner pages */.page-hero{padding:125px 0 95px;background:radial-gradient(circle at 85% 15%,#1b4388 0,#081c42 38%,#04142f 78%);color:#fff}.page-hero h1{font-size:clamp(45px,6vw,76px);line-height:1.02;max-width:850px}.page-hero p{max-width:760px;color:#cbd7eb;font-size:16px;line-height:1.8}.breadcrumb{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#9fb2d3;margin-bottom:18px}.country-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center}.country-flag{font-size:130px;text-align:center;filter:drop-shadow(0 20px 40px rgba(0,0,0,.18))}.content-grid{display:grid;grid-template-columns:1fr 340px;gap:60px;align-items:start}.content-grid h2{font-family:"Playfair Display",serif;font-size:40px;color:#071b3e}.content-grid p,.content-grid li{color:var(--muted);font-size:14px;line-height:1.85}.content-grid ul{padding-left:20px}.side-card{position:sticky;top:110px;background:#f7f9fd;border:1px solid var(--line);border-radius:22px;padding:28px}.side-card h3{margin-top:0;color:#0a2148}.side-card p{font-size:12px}.side-card .btn{width:100%;margin-top:8px}.proof-head{margin-top:70px;max-width:780px}.proof-head h3{font-family:"Playfair Display",serif;font-size:34px;color:#071b3e;margin:0 0 12px}.proof-head p{color:var(--muted);font-size:13px;line-height:1.75}.proof-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:26px}.proof-item{position:relative;overflow:hidden;border-radius:16px;border:1px solid var(--line);background:#fff}.proof-item img{width:100%;height:330px;object-fit:cover;display:block}.proof-item span{position:absolute;left:10px;bottom:10px;background:rgba(3,18,41,.86);color:#fff;padding:7px 9px;border-radius:8px;font-size:9px;font-weight:800}.privacy-note{margin-top:18px;padding:14px 16px;border-radius:12px;background:#fff7e5;border:1px solid #f0d59e;color:#72521b;font-size:10px;line-height:1.6}
@media(max-width:900px){.nav-links{position:absolute;left:4vw;right:4vw;top:70px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:none;flex-direction:column;box-shadow:0 20px 50px rgba(0,0,0,.12)}.nav-links.open{display:flex}.menu-btn{display:block}.nav>.btn-small{display:none}.hero{min-height:720px}.hero-media{background-position:62% center}.hero-overlay{background:linear-gradient(90deg,rgba(3,15,39,.96) 0%,rgba(3,15,39,.78) 70%,rgba(3,15,39,.55))}.hero h1{font-size:54px}.trust-grid{grid-template-columns:1fr 1fr;padding:18px 0}.trust-grid span:last-child{grid-column:1/-1}.split,.split.reverse{grid-template-columns:1fr;gap:45px}.section{padding:80px 0}.cards{grid-template-columns:1fr 1fr}.section-head{display:block}.section-head>p{max-width:none}.country-grid{grid-template-columns:1fr 1fr}.timeline{grid-template-columns:1fr 1fr}.verified-stats{grid-template-columns:1fr 1fr}.verified-stats div:nth-child(2){border-right:0}.gallery{grid-template-columns:1fr 1fr;height:auto}.gallery img{height:360px}.gallery img:first-child{grid-column:1/-1}.review-panel,.cta-card{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.legal{flex-direction:column}.legal span:last-child{text-align:left}.country-hero{grid-template-columns:1fr}.country-flag{text-align:left;font-size:90px}.content-grid{grid-template-columns:1fr}.side-card{position:static}.proof-gallery{grid-template-columns:repeat(2,1fr)}.proof-item img{height:360px}}
@media(max-width:600px){body{padding-bottom:58px}.topbar{font-size:8px;gap:7px}.nav{height:68px}.brand-mark{width:38px;height:38px}.brand strong{font-size:14px}.hero{min-height:690px}.hero-content{padding:70px 0 50px}.hero h1{font-size:45px}.hero p{font-size:14px}.hero-actions{flex-direction:column;align-items:stretch}.hero-trust{gap:12px}.checks{grid-template-columns:1fr}.cards,.country-grid,.timeline,.verified-stats{grid-template-columns:1fr}.verified-stats div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1);padding:16px}.verified-stats div:last-child{border-bottom:0}.gallery{display:block}.gallery img{height:300px;margin-bottom:12px}.success-actions{align-items:flex-start;flex-direction:column}.review-panel{padding:38px 26px}.form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}.office-grid img{height:180px}.cta-card{padding:38px 26px}.cta-card h2{font-size:36px}.footer-grid{grid-template-columns:1fr}.legal{font-size:9px}.section h2{font-size:40px}.mobile-actionbar{position:fixed;display:grid;grid-template-columns:repeat(3,1fr);left:0;right:0;bottom:0;z-index:100;background:#061a3a;box-shadow:0 -10px 30px rgba(0,0,0,.18)}.mobile-actionbar a{padding:14px 6px;text-align:center;color:#fff;text-decoration:none;font-size:10px;font-weight:800;border-right:1px solid rgba(255,255,255,.12)}.page-hero{padding:85px 0 70px}.page-hero h1{font-size:45px}.proof-gallery{grid-template-columns:1fr}.proof-item img{height:auto;max-height:540px}}
.brand-logo{width:52px;height:52px;object-fit:cover;border-radius:50%;background:#fff;box-shadow:0 6px 18px rgba(4,20,47,.14)}
.map-wrap{margin-top:34px}.map-wrap iframe{display:block;width:100%;height:420px;border:0;border-radius:24px;box-shadow:0 20px 60px rgba(4,20,47,.12)}
.footer-legal-links{display:flex;gap:18px;flex-wrap:wrap;padding-top:18px;padding-bottom:8px}.footer-legal-links a{color:inherit;opacity:.8;text-decoration:none;font-size:.88rem}.footer-legal-links a:hover{opacity:1;text-decoration:underline}
.policy-page{max-width:900px}.policy-page h1{font-family:"Playfair Display",serif;font-size:clamp(2.4rem,6vw,4.5rem);margin:.4rem 0 1.5rem}.policy-page h2{margin-top:2rem}.policy-page p{line-height:1.8;color:#4a5568}
@media(max-width:700px){.brand-logo{width:42px;height:42px}.map-wrap iframe{height:330px}}

/* Success reference video */
.video-success-section{background:linear-gradient(180deg,#fff 0%,#f7f9fd 100%)}
.video-success-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}
.video-success-copy h2,.success-video-copy h2{font-family:"Playfair Display",serif;font-size:clamp(38px,4vw,56px);line-height:1.08;color:#071b3e;margin:12px 0 18px}
.video-success-copy p,.success-video-copy p{color:var(--muted);line-height:1.8;font-size:14px;margin-bottom:26px}
.video-shell{position:relative;border-radius:28px;overflow:hidden;background:#04142f;box-shadow:0 28px 70px rgba(4,20,47,.22);border:1px solid rgba(12,61,146,.12)}
.video-shell video{display:block;width:100%;max-height:650px;aspect-ratio:9/16;object-fit:cover;background:#07152f}
.video-badge{position:absolute;left:16px;bottom:16px;padding:9px 12px;border-radius:999px;background:rgba(3,18,41,.82);backdrop-filter:blur(10px);color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em;pointer-events:none}
.success-video-block{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:center;margin:0 0 70px;padding:34px;border:1px solid var(--line);background:linear-gradient(135deg,#f7f9fd,#fff);border-radius:28px}
.success-video-block .video-shell{max-width:430px;justify-self:end;width:100%}
@media(max-width:900px){.video-success-grid,.success-video-block{grid-template-columns:1fr}.success-video-block .video-shell{justify-self:start;max-width:520px}.video-shell video{max-height:620px}}
@media(max-width:600px){.video-success-grid{gap:32px}.success-video-block{padding:20px;gap:28px;margin-bottom:50px}.video-success-copy h2,.success-video-copy h2{font-size:36px}.video-shell{border-radius:20px}.video-badge{left:10px;bottom:10px;font-size:9px}}
.assessment-result{margin:18px 0;padding:16px 18px;border:1px solid rgba(14,64,133,.16);border-radius:16px;background:rgba(24,91,181,.05)}
.assessment-result strong{display:block;color:#0b326b;margin-bottom:5px}.assessment-result p{margin:0;color:#566276;font-size:.92rem}.trust-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trust-card{padding:24px;border:1px solid rgba(15,45,85,.12);border-radius:20px;background:#fff;box-shadow:0 14px 35px rgba(13,45,84,.06)}.trust-card strong{display:block;font-size:1.12rem;color:#0b326b;margin-bottom:7px}.trust-card span{color:#697487;font-size:.92rem}@media(max-width:850px){.trust-cards{grid-template-columns:1fr 1fr}}@media(max-width:520px){.trust-cards{grid-template-columns:1fr}}

/* 2026 mobile + discovery + conversion upgrade */
.country-search{max-width:720px;margin:-8px auto 34px;text-align:center}.country-search label{display:block;font-family:"Playfair Display",serif;font-size:28px;color:#071b3e;margin-bottom:13px}.country-search-box{height:60px;display:flex;align-items:center;gap:11px;padding:0 13px 0 18px;background:#fff;border:1px solid #dfe5ef;border-radius:18px;box-shadow:0 15px 40px rgba(10,35,80,.08)}.country-search-box>span{font-size:24px;color:#315b9f}.country-search-box input{flex:1;min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:14px;color:#10213e}.country-search-box button{width:36px;height:36px;border:0;border-radius:10px;background:#eef3fb;color:#42618f;font-size:21px;cursor:pointer}.country-search-status{margin-top:10px;font-size:11px;color:#748096}.country-card.search-hidden{display:none}.country-card.search-match{border-color:#9db8ef;box-shadow:0 18px 45px rgba(27,86,190,.13)}

.premium-stories{background:linear-gradient(180deg,#fff,#f7f9fd)}.story-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.story-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 14px 45px rgba(9,32,72,.06);transition:transform .3s ease,box-shadow .3s ease}.story-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(9,32,72,.12)}.story-media{height:280px;background:#eaf0f8;overflow:hidden}.story-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.story-card:hover .story-media img{transform:scale(1.025)}.story-media.document img{object-fit:cover;object-position:center}.story-body{padding:24px}.story-tag{font-size:9px;letter-spacing:.14em;font-weight:800;color:#2252a5}.story-body h3{font-family:"Playfair Display",serif;font-size:27px;color:#071b3e;margin:8px 0 14px}.story-body p{font-size:12px;line-height:1.7;color:var(--muted);margin-bottom:0}.story-steps{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.story-steps span{padding:7px 9px;border-radius:999px;background:#f0f4fb;color:#355074;font-size:9px;font-weight:800}.story-steps i{font-style:normal;color:#7b8aa2;font-size:10px}.stories-cta{text-align:center;margin-top:30px}

.success-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:36px 0 55px}.success-case{position:relative;padding:28px;border-radius:22px;background:#f7f9fd;border:1px solid var(--line);overflow:hidden}.success-case .case-no{position:absolute;right:16px;top:10px;font-family:"Playfair Display",serif;font-size:60px;color:rgba(20,67,145,.07)}.success-case>span{font-size:9px;letter-spacing:.14em;font-weight:800;color:#2252a5}.success-case h3{font-family:"Playfair Display",serif;color:#071b3e;font-size:25px;margin:9px 0 11px}.success-case p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}

.smart-wa{position:fixed;right:22px;bottom:24px;z-index:120;display:flex;align-items:center;gap:10px;padding:13px 16px;border-radius:999px;background:#0d9f59;color:#fff;text-decoration:none;font-size:12px;font-weight:800;box-shadow:0 16px 45px rgba(7,89,48,.28);transition:.25s}.smart-wa:hover{transform:translateY(-3px);box-shadow:0 20px 55px rgba(7,89,48,.34)}.smart-wa .wa-icon{font-size:18px}.smart-wa small{display:block;font-size:8px;font-weight:600;opacity:.8;line-height:1.1}.smart-wa>span:last-child{line-height:1.15}

@media(max-width:900px){.story-cards,.success-case-grid{grid-template-columns:1fr 1fr}.story-card:last-child,.success-case:last-child{grid-column:1/-1}.country-search{margin-top:5px}}
@media(max-width:600px){
 body{padding-bottom:74px}.topbar{height:29px;white-space:nowrap;overflow:hidden;padding:0 12px}.nav-wrap{top:0}.nav{height:62px;gap:12px}.brand-logo{width:40px;height:40px}.brand strong{font-size:12px}.brand small{font-size:7px}.menu-btn{width:42px;height:42px;border-radius:12px;background:#f3f6fb;color:#0b326b;font-size:20px}.nav-links{top:60px;left:12px;right:12px;padding:10px;border-radius:18px;gap:2px}.nav-links a{padding:13px 12px;border-radius:10px;font-size:12px}.nav-links a:active{background:#f1f5fb}.section{padding:66px 0}.hero{min-height:640px}.hero-content{padding:58px 0 48px}.hero h1{font-size:42px;line-height:1.01}.hero p{font-size:13px;line-height:1.7;margin:20px 0}.hero-actions .btn{min-height:52px;font-size:13px}.hero-trust{margin-top:34px}.country-search{margin:0 auto 25px;text-align:left}.country-search label{font-size:25px}.country-search-box{height:56px;border-radius:16px}.country-grid{gap:12px}.country-card{min-height:108px;padding:18px;border-radius:18px}.country-card .flag{font-size:34px}.country-card h3{font-size:24px}.story-cards,.success-case-grid{grid-template-columns:1fr}.story-card:last-child,.success-case:last-child{grid-column:auto}.story-media{height:240px}.story-body{padding:20px}.story-body h3{font-size:25px}.success-case-grid{margin:25px 0 40px}.lead-form{padding:20px;border-radius:20px}.form-grid input,.form-grid select,.form-grid textarea{min-height:48px;font-size:16px}.form-grid textarea{min-height:110px}.btn{min-height:48px}.mobile-actionbar{height:64px;grid-template-columns:repeat(3,1fr);background:rgba(3,18,41,.96);backdrop-filter:blur(18px);padding:6px 8px calc(6px + env(safe-area-inset-bottom));gap:6px}.mobile-actionbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:5px 4px;border:0;border-radius:11px;min-height:51px}.mobile-actionbar a b{font-size:17px;line-height:1}.mobile-actionbar a span{font-size:9px}.mobile-actionbar .mobile-wa{background:#0d9f59}.mobile-actionbar .mobile-book{background:#164fb7}.smart-wa{display:none}.video-shell video{max-height:560px}.gallery img{height:260px}.office-grid img{height:155px}.map-wrap iframe{height:300px}.footer-legal-links{gap:12px}.legal{padding-bottom:10px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.btn,.country-card,.story-card,.story-media img,.smart-wa{transition:none!important;transform:none!important}}
/* Premium trust, office and interaction upgrade */
.why-choose{background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%)}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.why-card{background:#fff;border:1px solid rgba(15,35,65,.09);border-radius:22px;padding:28px;box-shadow:0 14px 40px rgba(11,29,55,.06);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.why-card:hover{transform:translateY(-6px);box-shadow:0 22px 55px rgba(11,29,55,.11);border-color:rgba(193,151,72,.35)}.why-icon{display:flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(145deg,#0e2a50,#173f70);color:#fff;font-weight:800;margin-bottom:20px;box-shadow:0 10px 24px rgba(14,42,80,.18)}.why-card h3{margin:0 0 9px}.why-card p{margin:0;color:#667085;line-height:1.7}
.premium-office{background:#f5f7fa}.office-premium-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.office-detail-list{display:grid;gap:12px;margin:26px 0}.office-detail-list div{padding:15px 17px;background:#fff;border:1px solid rgba(15,35,65,.08);border-radius:15px}.office-detail-list b,.office-detail-list span{display:block}.office-detail-list span{font-size:.93rem;color:#667085;margin-top:5px;line-height:1.5}.office-actions{display:flex;flex-wrap:wrap;gap:10px}.office-gallery{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:190px 190px;gap:10px}.office-gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px;transition:transform .45s ease,filter .45s ease}.office-gallery img:first-child{grid-row:1/3}.office-gallery img:hover{transform:scale(1.015);filter:contrast(1.03)}.premium-office .map-wrap{margin-top:30px;border-radius:24px;overflow:hidden;box-shadow:0 18px 45px rgba(11,29,55,.1)}
.mobile-actionbar button{border:0;background:transparent;font:inherit;color:inherit}.mobile-contact-trigger{cursor:pointer}.sheet-backdrop,.contact-sheet{display:none}.scroll-progress{position:fixed;left:0;right:0;top:0;height:3px;z-index:9999;pointer-events:none}.scroll-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#c99a47,#e4c77f);box-shadow:0 0 10px rgba(201,154,71,.45)}
.btn,a,button{-webkit-tap-highlight-color:transparent}.btn{position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .25s ease}.btn:active{transform:scale(.975)}.country-card{transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease}.country-card:hover{transform:translateY(-7px)}
.page-loader{position:fixed;inset:0;background:#071b34;z-index:10000;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;transition:opacity .45s ease,visibility .45s ease}.page-loader img{width:76px;height:76px;object-fit:contain;border-radius:50%;animation:loaderPulse 1.2s ease-in-out infinite}.page-loader span{width:70px;height:2px;background:rgba(255,255,255,.18);position:relative;overflow:hidden}.page-loader span:after{content:"";position:absolute;inset:0;width:35%;background:#d5ad62;animation:loaderLine 1s ease-in-out infinite}.page-loader.loaded{opacity:0;visibility:hidden}@keyframes loaderPulse{50%{transform:scale(1.06)}}@keyframes loaderLine{from{transform:translateX(-120%)}to{transform:translateX(320%)}}
@media(max-width:800px){.why-grid{grid-template-columns:1fr 1fr}.office-premium-grid{grid-template-columns:1fr}.office-gallery{grid-template-rows:145px 145px}.sheet-backdrop{display:block;position:fixed;inset:0;background:rgba(4,16,31,.55);backdrop-filter:blur(4px);z-index:9990;opacity:0;visibility:hidden;transition:.3s}.sheet-backdrop.open{opacity:1;visibility:visible}.contact-sheet{display:block;position:fixed;left:10px;right:10px;bottom:10px;z-index:9991;background:#fff;border-radius:26px;padding:9px 18px 20px;box-shadow:0 -25px 80px rgba(3,16,31,.3);transform:translateY(115%);transition:transform .4s cubic-bezier(.22,.85,.3,1)}.contact-sheet.open{transform:translateY(0)}.sheet-handle{width:42px;height:4px;border-radius:99px;background:#d8dde5;margin:2px auto 14px}.sheet-head{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}.sheet-head small{font-size:.68rem;letter-spacing:.13em;color:#a17834;font-weight:800}.sheet-head h3{font-size:1.25rem;margin:4px 0 14px}.sheet-close{width:36px;height:36px;border:0;border-radius:50%;background:#f1f4f7;font-size:25px;line-height:1;cursor:pointer}.sheet-actions{display:grid;gap:8px}.sheet-actions a{display:grid;grid-template-columns:42px 1fr 20px;gap:10px;align-items:center;text-decoration:none;color:#102a4b;padding:12px;background:#f7f9fb;border:1px solid #edf0f4;border-radius:15px}.sheet-actions a>b{display:grid;place-items:center;width:40px;height:40px;background:#102d52;color:#fff;border-radius:12px}.sheet-actions a span{font-weight:750}.sheet-actions a small{display:block;font-weight:500;color:#7a8491;margin-top:2px}.sheet-actions i{font-size:25px;font-style:normal;color:#9ca5b0}.mobile-actionbar{z-index:9980}.smart-wa{bottom:84px!important}}
@media(max-width:560px){.why-grid{grid-template-columns:1fr}.why-card{padding:22px}.office-gallery{grid-template-columns:1fr 1fr;grid-template-rows:160px 120px}.office-gallery img:first-child{grid-column:1/3;grid-row:auto}.office-actions .btn{flex:1 1 46%;text-align:center}.office-actions .btn:first-child{flex-basis:100%}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.page-loader{display:none}}

/* Final luxury polish */
body{overflow-x:hidden}.nav-wrap{transition:box-shadow .3s ease,background .3s ease}.nav-wrap.scrolled{background:rgba(255,255,255,.98);box-shadow:0 12px 35px rgba(4,20,47,.09)}
.nav-links a{position:relative;padding:9px 0}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:linear-gradient(90deg,#b98b3d,#e4c77f);transition:right .25s ease}.nav-links a:hover:after{right:0}
.hero:after{content:"";position:absolute;right:-120px;bottom:-170px;width:460px;height:460px;border:1px solid rgba(255,223,154,.14);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012);pointer-events:none}.hero-media{transition:transform 8s ease}.hero:hover .hero-media{transform:scale(1.045)}
.hero-proof-card{position:absolute;right:0;bottom:76px;width:260px;padding:20px 22px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:rgba(6,26,58,.68);backdrop-filter:blur(16px);box-shadow:0 22px 55px rgba(0,0,0,.18)}.hero-proof-card b{font-family:"Playfair Display",serif;font-size:35px;color:#ffdf9a}.hero-proof-card span,.hero-proof-card small{display:block}.hero-proof-card span{font-size:12px;font-weight:800;margin:3px 0 5px}.hero-proof-card small{font-size:9px;color:#cbd6e8;line-height:1.5}
.section-head h2{max-width:760px}.premium-trust-grid .why-card{position:relative;overflow:hidden}.premium-trust-grid .why-card:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-55px;bottom:-55px;background:radial-gradient(circle,rgba(212,173,102,.14),transparent 68%)}
.verified-stats b{font-variant-numeric:tabular-nums}.country-card{position:relative;overflow:hidden}.country-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.75),transparent 70%);transform:translateX(-120%);transition:transform .7s ease}.country-card:hover:before{transform:translateX(120%)}
.country-card .flag{filter:drop-shadow(0 6px 10px rgba(20,40,80,.13));transition:transform .35s ease}.country-card:hover .flag{transform:scale(1.12) rotate(-3deg)}
.gallery img,.office-gallery img{box-shadow:0 14px 35px rgba(9,31,62,.09)}.gallery img{transition:transform .4s ease,box-shadow .4s ease}.gallery img:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(9,31,62,.16)}
.btn:before{content:"";position:absolute;top:-60%;left:-50%;width:35%;height:220%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transform:rotate(20deg) translateX(-250%);transition:transform .65s ease}.btn:hover:before{transform:rotate(20deg) translateX(600%)}
::selection{background:#123f8d;color:#fff}
@media(max-width:1100px){.hero-proof-card{display:none}}
@media(max-width:600px){.hero-media{background-position:58% center}.hero:after{display:none}.nav-links a:after{display:none}.country-card:hover .flag{transform:none}.page-loader img{width:64px;height:64px}.section-head{margin-bottom:32px}.section-head h2{font-size:34px}.why-card{border-radius:18px}.premium-office .map-wrap{border-radius:18px}}
