:root{
  --gold:#c79a2c;
  --gold-deep:#8e6713;
  --gold-light:#f0d182;
  --gold-glow:rgba(236,195,96,.28);
  --silver:#d6dbe2;
  --silver-deep:#9ca6b3;
  --silver-soft:#f3f5f7;
  --silver-line:#dde2e8;
  --black:#070707;
  --charcoal:#151515;
  --charcoal-soft:#242424;
  --ink:#151515;
  --paper:#ffffff;
  --cream:#fbf8f2;
  --line:#e8dec9;
  --muted:#666c76;
  --shadow:0 18px 48px rgba(16,16,18,.10);
  --shadow-deep:0 24px 60px rgba(0,0,0,.26);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--ink);
  line-height:1.65;
  background:
    radial-gradient(circle at 88% 10%, rgba(214,219,226,.22), transparent 20%),
    radial-gradient(circle at 10% 5%, rgba(235,199,100,.12), transparent 26%),
    linear-gradient(180deg,#ffffff 0%,#fbfaf6 54%,#f3f0e8 100%);
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}

/* Top bar */
.topbar{
  background:
    linear-gradient(90deg,#050505 0%,#171717 36%,#312512 67%,#0b0b0b 100%);
  color:#f5f7fa;
  font-size:13px;
  border-bottom:1px solid rgba(214,219,226,.14);
}
.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:9px 0}
.topbar .mini{display:flex;gap:18px;flex-wrap:wrap}
.topbar a,.topbar span{color:#f5f7fa;transition:.22s ease}
.topbar a:hover{color:var(--gold-light)}

/* Header */
.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(187,151,72,.18);
  box-shadow:0 10px 30px rgba(25,25,28,.06);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:102px}
.brand{display:flex;align-items:center;gap:10px;min-width:250px}
.brand img{width:176px;height:98px;object-fit:contain;filter:drop-shadow(0 6px 18px rgba(0,0,0,.08))}
.menu{display:flex;align-items:center;gap:22px;font-weight:800;font-size:14px}
.menu a{position:relative;padding:34px 0 30px;color:#1d1d20;letter-spacing:.1px;transition:.2s ease}
.menu a:after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:22px;
  height:2px;
  background:linear-gradient(90deg,var(--gold-deep),var(--gold-light),var(--silver));
  transition:.24s ease;
}
.menu a:hover,.menu a.active{color:#000}
.menu a:hover:after,.menu a.active:after{right:0}
.hamburger{display:none;font-size:28px;background:none;border:0;color:#171717;cursor:pointer}

/* Premium button system */
.nav-cta,.btn,.country-more,.quick a,.wa-btn,.text-link,.service-link-card,.university-country-link{
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease, color .24s ease, filter .24s ease;
}
.nav-cta,.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:13px 22px;
  border-radius:999px;
  font-weight:800;
  border:1px solid rgba(188,150,70,.34);
  cursor:pointer;
}
.nav-cta,.btn-gold,.wa-btn{
  background:linear-gradient(135deg,#050505 0%,#8d6716 26%,#e4c26b 68%,#b8c0cc 100%) !important;
  color:#fff;
  box-shadow:0 12px 26px rgba(25,20,7,.20), inset 0 1px 0 rgba(255,255,255,.14);
}
.btn-outline,.country-more,.quick a,.text-link,.leader-about-btn,.university-country-link{
  background:linear-gradient(135deg,#ffffff 0%,#f0f3f6 44%,#f0d696 100%) !important;
  color:#46300b;
  border:1px solid rgba(198,154,52,.34);
  box-shadow:0 10px 22px rgba(20,20,22,.06);
}
.btn-dark{
  background:linear-gradient(135deg,#050505 0%,#24262b 52%,#c79a2c 100%) !important;
  color:#fff;
}
.nav-cta:hover,.btn:hover,.country-more:hover,.quick a:hover,.wa-btn:hover,.text-link:hover,.university-country-link:hover{
  transform:translateY(-3px);
  background:linear-gradient(115deg,#080808 0%,#080808 40%,#c79a2c 40%,#dbe1e8 100%) !important;
  color:#fff !important;
  border-color:#efcf7d;
  box-shadow:0 18px 36px rgba(17,17,19,.20),0 0 0 3px rgba(215,173,79,.12),0 0 24px rgba(236,195,96,.14);
}
.nav-cta:active,.btn:active,.country-more:active,.quick a:active,.wa-btn:active,.text-link:active,.university-country-link:active,
.nav-cta:focus-visible,.btn:focus-visible,.country-more:focus-visible,.quick a:focus-visible,.wa-btn:focus-visible,.text-link:focus-visible,.university-country-link:focus-visible{
  transform:translateY(0) scale(.985);
  background:linear-gradient(115deg,#080808 0%,#080808 48%,#b88927 48%,#e3e8ee 100%) !important;
  color:#fff !important;
  border-color:#f0d080;
  box-shadow:0 10px 26px rgba(17,17,19,.18),0 0 0 4px rgba(215,173,79,.16);
  outline:none;
}

/* Hero */
.hero{
  min-height:690px;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(92deg,rgba(5,5,5,.88),rgba(18,18,18,.72),rgba(68,50,18,.36)),
    url('https://images.unsplash.com/photo-1506973035872-a4ec16b8e8d9?auto=format&fit=crop&w=1800&q=88') center/cover;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 0%, rgba(0,0,0,.05) 100%);
}
.hero:after{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  border-radius:50%;
  right:-120px;
  top:80px;
  border:1px solid rgba(239,208,123,.20);
  box-shadow:0 0 0 60px rgba(207,212,220,.05),0 0 0 120px rgba(233,190,83,.04);
}
.hero .container{position:relative;z-index:2}
.hero-content{max-width:720px;color:#fff;padding:95px 0}
.eyebrow{
  display:inline-flex;
  gap:8px;
  align-items:center;
  color:var(--gold);
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:2px;
  font-weight:900;
  margin-bottom:15px;
}
.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(43px,5.2vw,76px);line-height:1.05;margin:0 0 20px;letter-spacing:-1.4px}
.hero h1 span{color:var(--gold-light)}
.hero p{font-size:19px;max-width:660px;color:#eceff4;margin:0 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}

/* Trust strip */
.trust-strip{margin-top:-55px;position:relative;z-index:5}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfd 55%,#eff2f6 100%);
  border-radius:22px;
  border:1px solid rgba(214,219,226,.72);
  box-shadow:0 18px 44px rgba(18,18,22,.10);
  overflow:hidden;
}
.trust-item{padding:28px 24px;border-right:1px solid rgba(214,219,226,.52)}
.trust-item:last-child{border-right:0}
.trust-item strong{font-size:28px;display:block;color:var(--gold-deep);font-family:Georgia,serif}
.trust-item span{font-size:13px;color:#636b76;font-weight:700;text-transform:uppercase;letter-spacing:.7px}

/* Sections */
section{padding:85px 0}
.soft{
  background:
    radial-gradient(circle at 14% 14%, rgba(239,208,123,.10), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(214,219,226,.18), transparent 24%),
    linear-gradient(180deg,#fbfaf7 0%,#f3f1ec 100%);
}
.section-title{text-align:center;max-width:780px;margin:0 auto 42px}
.section-title.left{text-align:left;margin-left:0}
.section-title h2{font-family:Georgia,serif;font-size:clamp(32px,4vw,48px);line-height:1.15;margin:8px 0 12px;color:#111}
.section-title p{color:var(--muted);margin:0}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}

/* Cards */
.card,.profile-highlight,.form-card,.university-card .body,.faq-item,.badge,.note{
  background:linear-gradient(180deg,#ffffff 0%,#fafbfc 45%,#eef2f5 100%);
  border:1px solid rgba(214,219,226,.82);
  box-shadow:0 14px 34px rgba(18,18,22,.07);
}
.card{
  border-radius:var(--radius);
  padding:28px;
  transition:.3s ease;
}
.card:hover,.profile-highlight:hover,.form-card:hover{
  transform:translateY(-6px);
  border-color:rgba(199,154,44,.56);
  box-shadow:0 20px 48px rgba(18,18,22,.11);
}
.service-link-card{display:block}
.icon{
  width:56px;height:56px;border-radius:16px;display:grid;place-items:center;
  background:linear-gradient(135deg,#fff8e7 0%,#e7c474 52%,#cfd5dd 100%);
  color:#332407;font-size:24px;margin-bottom:18px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.4);
}
.card h3{font-size:20px;margin:0 0 8px}
.card p{color:#666f79;margin:0}

/* Country cards */
.country-card{
  display:block;
  position:relative;
  border-radius:22px;
  overflow:hidden;
  min-height:350px;
  color:#fff;
  background:#222;
  border:1px solid rgba(225,181,73,.30);
  box-shadow:0 18px 44px rgba(0,0,0,.18);
  scroll-margin-top:120px;
}
.country-card img.cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s ease}
.country-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,6,6,.05),rgba(8,8,8,.88))}
.country-card:hover{box-shadow:0 24px 54px rgba(18,18,22,.26),0 0 0 2px rgba(214,171,68,.16)}
.country-card:hover img.cover{transform:scale(1.06)}
.country-content{position:absolute;left:22px;right:22px;bottom:22px;z-index:2}
.flag{width:54px;height:36px;object-fit:cover;border-radius:6px;border:2px solid rgba(255,255,255,.82);margin-bottom:11px}
.country-content h3{font-size:25px;margin:0 0 2px}
.country-content p{margin:0 0 14px;color:#eef1f5;font-size:14px}
.country-more,.university-country-link{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:11px 16px;border-radius:999px;font-weight:800;font-size:13px;
}

/* Split sections */
.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.split-image{
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 22px 50px rgba(17,17,19,.12);
  min-height:500px;
  border:1px solid rgba(214,219,226,.70);
  background:linear-gradient(180deg,#fff,#f1f3f6);
}
.split-image img{width:100%;height:100%;object-fit:cover;min-height:500px}
.check-list{display:grid;gap:13px;margin:25px 0}
.check{display:flex;gap:12px;align-items:flex-start}
.check b{display:grid;place-items:center;width:25px;height:25px;min-width:25px;border-radius:50%;background:linear-gradient(135deg,#f2db9a,#c6972c);color:#111}

/* CTA / stats / dark premium bands */
.cta,.stats,.university-card .top,.contact-panel{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(214,219,226,.15), transparent 24%),
    radial-gradient(circle at 12% 82%, rgba(239,208,123,.10), transparent 26%),
    linear-gradient(125deg,#050505 0%,#171717 38%,#4a3918 68%,#0a0a0a 100%);
  border:1px solid rgba(214,219,226,.18);
  box-shadow:var(--shadow-deep);
  color:#fff;
}
.cta{padding:55px;border-radius:28px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta:after{
  content:"";
  position:absolute;
  width:310px;height:310px;border-radius:50%;
  border:52px solid rgba(239,208,123,.08);
  right:-100px;top:-120px;
}
.cta h2,.contact-panel h2{font:700 38px Georgia,serif;margin:0 0 8px;color:#fff}
.cta p,.contact-panel p{margin:0;color:#d8dfe7;max-width:650px}
.cta .btn{position:relative;z-index:2;white-space:nowrap}
.page-hero{
  padding:115px 0 95px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(5,5,5,.88),rgba(17,17,17,.75),rgba(73,54,18,.42)),
    var(--bg) center/cover;
}
.page-hero p{max-width:730px;color:#edf1f6;font-size:18px}
.crumb{color:var(--gold-light);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px}
.crumb a:hover{text-decoration:underline}

/* Process and stats */
.process{counter-reset:step}
.process .card{position:relative;padding-top:70px}
.process .card:before{counter-increment:step;content:"0" counter(step);position:absolute;top:20px;right:24px;font:bold 38px Georgia,serif;color:#ead69c}
.process .card h3{font-size:21px}
.stats{padding:80px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.stat strong{font-size:44px;color:var(--gold-light);font-family:Georgia,serif;display:block}
.stat span{color:#d4dbe4}

/* Universities */
.university-card{padding:0;overflow:hidden;scroll-margin-top:120px;border-radius:24px}
.university-card .top{height:95px;display:flex;align-items:center;justify-content:center}
.university-card .top img{width:52px}
.university-card .body{padding:23px;border-radius:0 0 24px 24px}
.university-card ul{padding-left:18px;color:#5f6874;margin:10px 0 18px}
.university-card li{margin:6px 0}

/* Forms and contact */
.form-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:stretch}
.contact-panel{border-radius:26px;padding:38px}
.contact-line{display:flex;gap:13px;margin:24px 0}
.contact-line .dot{width:43px;height:43px;min-width:43px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#7f5b13 0%,#ecc96f 56%,#ccd3dd 100%);color:#111}
.contact-line b{display:block;color:#fff}
.contact-line span,.contact-line a{color:#d9e0e8;font-size:14px}
.contact-line a:hover{color:#fff}
.form-card{border-radius:26px;padding:38px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.field.full{grid-column:1/-1}
.field label{display:block;font-size:13px;font-weight:800;margin-bottom:6px;color:#202226}
.field input,.field select,.field textarea{
  width:100%;padding:13px 14px;border:1px solid #d8dde5;border-radius:12px;font:inherit;
  background:linear-gradient(180deg,#ffffff 0%,#f7f9fb 100%);outline:none;color:#17181b;
}
.field textarea{min-height:125px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 4px rgba(199,154,44,.12),0 8px 18px rgba(63,63,70,.08);
}
.map{height:440px;border:0;width:100%;border-radius:24px;box-shadow:0 16px 38px rgba(18,18,22,.10)}

/* Leadership */
.leader-card{gap:42px;align-items:center}
.leader-photo{background:linear-gradient(180deg,#fff,#f4f6f8);min-height:620px}
.leader-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;min-height:620px}
.director-badge{
  display:inline-flex;align-items:center;justify-content:center;
  padding:8px 14px;border-radius:999px;margin:4px 0 18px;
  background:linear-gradient(135deg,#070707 0%,#936b17 44%,#e7c56f 100%);
  color:#fff;font-weight:800;letter-spacing:.2px;box-shadow:0 10px 22px rgba(17,17,19,.12);
}
.profile-highlights{display:grid;gap:14px;margin-top:24px}
.profile-highlight{padding:18px 20px;border-radius:18px}
.profile-highlight strong{display:block;font-size:17px;margin-bottom:4px;color:#1d1d1d}
.profile-highlight span{color:#626b76;font-size:14px}
.leader-about-btn{margin-top:20px}

/* FAQ / note */
.faq{max-width:900px;margin:auto}
.faq-item{border-bottom:1px solid #e7e3da;padding:20px 0;border-radius:0;box-shadow:none;background:transparent}
.faq-q{font-weight:900;display:flex;justify-content:space-between;cursor:pointer;color:#141414}
.faq-a{color:#666;display:none;padding-top:10px}
.faq-item.open .faq-a{display:block}
.badge{display:inline-flex;padding:6px 10px;border-radius:999px;color:#7a5712;font-weight:800;font-size:12px}
.note{font-size:13px;color:#666;border-left:3px solid #d1a13a;padding:12px 0 12px 12px;border-radius:0;background:transparent;box-shadow:none}

/* Footer */
.footer{
  background:
    radial-gradient(circle at 12% 18%, rgba(214,219,226,.14), transparent 28%),
    radial-gradient(circle at 90% 15%, rgba(239,208,123,.14), transparent 28%),
    linear-gradient(120deg,#040404 0%,#161616 34%,#463515 62%,#090909 100%);
  color:#e7e2d7;
  padding:70px 0 0;
  border-top:1px solid rgba(214,219,226,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .9fr 1.2fr;gap:38px}
.footer-logo{
  background:linear-gradient(180deg,#ffffff 0%,#f5f6f8 100%);
  border-radius:16px;padding:10px;width:180px;margin-bottom:16px;
  border:1px solid rgba(214,219,226,.42);
  box-shadow:0 10px 28px rgba(0,0,0,.20);
}
.footer h4{color:var(--gold-light);margin:0 0 15px;letter-spacing:.2px}
.footer a{color:#d8dee7;display:block;margin:7px 0;transition:.22s ease}
.footer a:hover{color:#fff;transform:translateX(3px)}
.footer p{color:#bec6d0}
.footer-bottom{border-top:1px solid rgba(214,219,226,.12);margin-top:45px;padding:20px 0;color:#9da5b0;font-size:13px;display:flex;justify-content:space-between;gap:20px}
.disclaimer{font-size:12px;color:#9da5b0;margin-top:14px}

/* WhatsApp */
.wa-float{position:fixed;right:20px;bottom:20px;z-index:80}
.wa-btn{
  width:60px;height:60px;border-radius:50%;border:1px solid rgba(205,163,72,.50);
  color:#fff;font-size:30px;box-shadow:0 14px 30px rgba(0,0,0,.24);cursor:pointer;
}
.wa-chat{
  position:absolute;right:0;bottom:72px;width:320px;background:#fff;border-radius:18px;
  border:1px solid rgba(199,154,44,.26);
  box-shadow:0 22px 60px rgba(0,0,0,.28);overflow:hidden;display:none;
}
.wa-chat.open{display:block}
.wa-head{background:linear-gradient(120deg,#050505 0%,#7b5812 42%,#e0c06c 72%,#cfd4dc 100%) !important;color:#fff;padding:16px 18px}
.wa-body{padding:18px;background:linear-gradient(180deg,#fff 0%,#f7f9fb 100%)}
.wa-body p{margin-top:0;color:#555d66}
.quick{display:grid;gap:8px}
.quick a{border-radius:10px;padding:10px 12px;font-size:14px;font-weight:700;display:block}

/* Anchors / focus */
.country-link:focus,.country-card:target,.university-card:target{
  outline:3px solid rgba(199,154,44,.82);
  outline-offset:5px;
  box-shadow:0 0 0 8px rgba(214,219,226,.14),0 18px 45px rgba(15,15,18,.18);
}

/* Responsive */
@media(max-width:980px){
  .menu{
    display:none;position:absolute;top:102px;left:0;right:0;
    background:linear-gradient(180deg,#080808 0%,#1b1b1b 46%,#392c16 100%);
    padding:18px 5%;
    box-shadow:0 18px 35px rgba(0,0,0,.28);
    flex-direction:column;align-items:flex-start;
    border-top:1px solid rgba(214,219,226,.12);
  }
  .menu.open{display:flex}
  .menu a{padding:9px 0;color:#f3f1ec}
  .menu a:hover,.menu a.active{color:var(--gold-light)}
  .menu a:after{display:none}
  .hamburger{display:block}
  .nav-cta{display:none}
  .grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}
  .split,.form-wrap{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .topbar .container{justify-content:center}
  .topbar .mini:last-child{display:none}
  .brand img{width:152px;height:86px}
  .hero{min-height:620px}
  .hero-content{padding:65px 0}
  .hero h1,.page-hero h1{font-size:42px}
  .hero p{font-size:17px}
  .trust-grid,.grid-4,.grid-3,.stats-grid,.form-grid{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid rgba(214,219,226,.52)}
  .split-image,.split-image img{min-height:340px}
  .leader-photo,.leader-photo img{min-height:420px}
  .cta{padding:35px;align-items:flex-start;flex-direction:column}
  .cta h2{font-size:31px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
  .wa-chat{width:min(320px,calc(100vw - 30px))}
  .page-hero{padding:85px 0 70px}
  section{padding:65px 0}
}

/* ==========================================================
   INTERACTION + HOME LOGO REFINEMENT
   Hover: black + gold dual shade
   Active/focus: exact 50/50 black + gold split
   ========================================================== */

/* Home-page logo: remove the white-box feel and present it cleanly */
.home-page .brand{
  min-width:265px;
  background:transparent;
}
.home-page .brand img{
  width:190px;
  height:104px;
  object-fit:contain;
  background:transparent !important;
  mix-blend-mode:multiply;
  filter:contrast(1.03) saturate(1.02) drop-shadow(0 7px 16px rgba(0,0,0,.12));
  border:0;
  box-shadow:none;
}

/* Hover: premium black + gold double shade only */
.nav-cta:hover,
.btn:hover,
.country-more:hover,
.quick a:hover,
.wa-btn:hover,
.text-link:hover,
.university-country-link:hover{
  transform:translateY(-3px);
  background:linear-gradient(115deg,
    #050505 0%,
    #111111 48%,
    #9b6f16 48%,
    #d4a935 72%,
    #f0cf79 100%) !important;
  color:#fff !important;
  border-color:#efcc70;
  box-shadow:
    0 16px 34px rgba(8,8,8,.26),
    0 0 0 3px rgba(202,157,49,.14),
    0 0 24px rgba(234,190,78,.20);
}

/* Click / keyboard select: stronger exact 50/50 black + gold */
.nav-cta:active,
.btn:active,
.country-more:active,
.quick a:active,
.wa-btn:active,
.text-link:active,
.university-country-link:active,
.nav-cta:focus-visible,
.btn:focus-visible,
.country-more:focus-visible,
.quick a:focus-visible,
.wa-btn:focus-visible,
.text-link:focus-visible,
.university-country-link:focus-visible{
  transform:translateY(0) scale(.985);
  background:linear-gradient(90deg,
    #050505 0%,
    #050505 50%,
    #b9851f 50%,
    #edc863 100%) !important;
  color:#fff !important;
  border-color:#f3d27b;
  box-shadow:
    0 10px 24px rgba(8,8,8,.28),
    0 0 0 4px rgba(202,157,49,.18),
    inset 0 1px 0 rgba(255,255,255,.10);
  outline:none;
}

@media(max-width:640px){
  .home-page .brand{min-width:190px}
  .home-page .brand img{width:164px;height:90px}
}

/* HOME POSTER HERO OVERRIDES */
.home-page .header{
  background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.88) 100%);
}
.home-page .brand img{
  width:188px;
  height:106px;
  object-fit:contain;
  background:transparent !important;
  box-shadow:none !important;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.12));
}
.hero-poster{
  min-height:auto;
  padding:48px 0 88px;
}
.hero-poster:before,.hero-poster:after{display:none}
.hero-fullbg{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(100deg,rgba(4,4,4,.88) 0%,rgba(6,6,6,.72) 38%,rgba(30,21,8,.58) 60%,rgba(6,6,6,.62) 100%),
    url('assets/img/home-hero-plane.jpg') center center / cover no-repeat;
}
.hero-fullbg::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 28%, rgba(232,195,92,.16), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(214,219,226,.12), transparent 20%);
  pointer-events:none;
}
.hero-shell-full{
  display:block;
  position:relative;
  z-index:2;
}
.hero-copy-premium{
  color:#fff;
  max-width:760px;
  padding:36px 0 16px;
}
.hero-copy-premium .eyebrow{margin-bottom:10px}
.hero-kicker{
  color:#d8dde5;
  font-size:13px;
  letter-spacing:4px;
  font-weight:700;
  margin-bottom:20px;
}
.hero-copy-premium h1{
  font-size:clamp(46px,5vw,82px);
  margin-bottom:18px;
  text-shadow:0 8px 18px rgba(0,0,0,.22);
}
.hero-copy-premium p{
  max-width:640px;
  color:#ecf1f6;
  margin-bottom:26px;
  text-shadow:0 4px 10px rgba(0,0,0,.18);
}
.hero-pill-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:0 0 28px;
  max-width:690px;
}
.hero-pill{
  display:flex;
  align-items:center;
  gap:12px;
  padding:15px 16px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(6,6,6,.44) 0%,rgba(217,169,58,.16) 100%);
  border:1px solid rgba(226,186,86,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 10px 24px rgba(0,0,0,.12);
  backdrop-filter:blur(3px);
}
.hero-pill-icon{
  width:46px;
  height:46px;
  min-width:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#0a0a0a 0%,#9a7120 58%,#e5c46f 100%);
  color:#fff;
  font-size:20px;
  border:1px solid rgba(234,197,100,.34);
}
.hero-pill strong{display:block;font-size:16px;color:#fff;line-height:1.2}
.hero-pill small{display:block;color:#ccd5df;font-size:12px;margin-top:3px}
.hero-poster .hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.home-page .trust-strip{margin-top:-34px}
.home-page .trust-grid{
  border:1px solid rgba(214,219,226,.34);
  background:linear-gradient(135deg,#0b0b0b 0%,#151515 42%,#4a3715 100%);
  box-shadow:0 18px 42px rgba(0,0,0,.24);
}
.home-page .trust-item{border-right:1px solid rgba(214,219,226,.14)}
.home-page .trust-item strong{color:#f0d182}
.home-page .trust-item span{color:#dce3ec}
@media(max-width:980px){
  .hero-copy-premium{max-width:100%;padding:16px 0 10px}
  .hero-pill-list{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%}
}
@media(max-width:640px){
  .home-page .brand img{width:154px;height:88px}
  .hero-poster{padding:30px 0 64px}
  .hero-kicker{letter-spacing:2px;font-size:12px}
  .hero-pill-list{grid-template-columns:1fr}
  .hero-copy-premium h1{font-size:42px}
}


/* HOME HERO: keep original full background + overlay plane poster */
.home-page .hero-fullbg{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(100deg,rgba(4,4,4,.86) 0%,rgba(6,6,6,.68) 38%,rgba(30,21,8,.46) 62%,rgba(6,6,6,.42) 100%),
    url('https://images.unsplash.com/photo-1506973035872-a4ec16b8e8d9?auto=format&fit=crop&w=1800&q=88') center center / cover no-repeat !important;
}
.home-page .hero-shell-full{
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);
  gap:42px;
  align-items:center;
  position:relative;
  z-index:2;
}
.home-page .hero-copy-premium{
  max-width:720px;
}
.plane-poster-card{
  position:relative;
  padding:9px;
  border-radius:38px 38px 105px 38px;
  background:linear-gradient(135deg,#080808 0%,#c0922d 48%,#f0d181 70%,#9da7b3 100%);
  box-shadow:0 30px 75px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.08) inset;
  transform:translateY(10px);
}
.plane-poster-card:before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  right:-26px;
  top:-28px;
  border-radius:50%;
  border:1px solid rgba(240,209,129,.38);
  box-shadow:0 0 0 18px rgba(240,209,129,.05),0 0 0 36px rgba(214,219,226,.035);
  pointer-events:none;
}
.plane-poster-inner{
  position:relative;
  overflow:hidden;
  min-height:470px;
  border-radius:31px 31px 96px 31px;
  background:#0a0a0a;
}
.plane-poster-inner:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.08) 55%,rgba(0,0,0,.42) 100%);
  pointer-events:none;
}
.plane-poster-inner img{
  width:100%;
  height:100%;
  min-height:470px;
  object-fit:cover;
  display:block;
}
.plane-poster-badge{
  position:absolute;
  z-index:3;
  left:22px;
  bottom:20px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 16px;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(110deg,rgba(5,5,5,.88) 0%,rgba(5,5,5,.78) 52%,rgba(187,136,30,.86) 100%);
  border:1px solid rgba(240,209,129,.34);
  backdrop-filter:blur(8px);
  box-shadow:0 12px 28px rgba(0,0,0,.24);
}
.plane-poster-badge>span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#8b6516,#e7c468);
}
.plane-poster-badge strong{display:block;font-size:15px;line-height:1.15}
.plane-poster-badge small{display:block;color:#e4e8ee;margin-top:3px;font-size:11px}
@media(max-width:980px){
  .home-page .hero-shell-full{grid-template-columns:1fr !important}
  .plane-poster-card{max-width:760px;width:100%;margin:6px auto 0}
  .plane-poster-inner,.plane-poster-inner img{min-height:390px}
}
@media(max-width:640px){
  .plane-poster-card{padding:6px;border-radius:26px 26px 64px 26px}
  .plane-poster-inner{border-radius:21px 21px 56px 21px}
  .plane-poster-inner,.plane-poster-inner img{min-height:270px}
  .plane-poster-badge{left:14px;bottom:14px;padding:9px 12px}
  .plane-poster-card:before{display:none}
}
