
:root{
  --navy:#080e27; --navy2:#0d1238; --purple:#5225a8; --purple2:#7b46dc;
  --gold:#f0b729; --gold2:#ffd766; --white:#fff; --ink:#101426;
  --muted:#697086; --soft:#f7f6fb; --line:#e9e8f0; --green:#24c86a;
  --shadow:0 18px 45px rgba(13,16,45,.14);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit} img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 34px));margin:auto}
.top-strip{background:linear-gradient(90deg,#1c0f4a,#080d27);color:#fff;font-size:13px;font-weight:800}
.top-strip-inner{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.rotating{display:flex;align-items:center;gap:10px}
.rotating-badge{padding:5px 10px;border-radius:999px;background:#612fd3;color:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.09) inset}
.rotating-text{transition:opacity .25s ease}
.help-whatsapp{color:#f5f5fa}
.site-header{background:#fff;position:sticky;top:0;z-index:80;border-bottom:1px solid #eceaf2}
.nav{min-height:79px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand-lockup{width:168px;max-height:58px;object-fit:contain}
.menu-btn{display:none;background:none;border:0;font-size:28px;color:#151735}
.nav-links{display:flex;align-items:center;gap:29px;font-size:14px;font-weight:700}
.nav-links a{color:#171a31}.nav-links a:hover,.nav-links a.active{color:#5e2bba}
.nav-wa{background:#0e1031!important;color:#fff!important;padding:14px 19px;border-radius:13px}

.hero{position:relative;overflow:hidden;background:
  radial-gradient(circle at 63% 28%,rgba(127,73,221,.26),transparent 26%),
  linear-gradient(115deg,#070c25 0%,#12113b 44%,#2a1265 100%);color:#fff}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;min-height:430px;align-items:stretch}
.hero-copy{padding:52px 0 68px;position:relative;z-index:2}
.hero h1{font-size:clamp(42px,5vw,64px);line-height:.99;letter-spacing:-2.5px;margin:0 0 19px;font-weight:900}
.hero h1 span{display:block;color:var(--gold)}
.hero-lead{font-size:18px;line-height:1.55;color:#fff;margin-bottom:17px}
.hero-lead strong{color:#ffd34f}
.intake-line{font-size:17px;color:#fff;margin-bottom:24px}.intake-line b{color:#c993ff}
.benefits{display:grid;grid-template-columns:1fr 1fr;gap:13px 23px;margin:20px 0 27px}
.benefit{display:flex;align-items:center;gap:9px;font-size:14px;color:#f3f1fb}
.tick{width:18px;height:18px;border:2px solid #c08cff;border-radius:50%;display:grid;place-items:center;font-size:10px;color:#fff;flex:0 0 auto}
.actions{display:flex;gap:13px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:14px 20px;font-weight:900;border:1px solid transparent;cursor:pointer}
.btn-gold{background:linear-gradient(135deg,#ffd35b,#efa918);color:#17120b;box-shadow:0 10px 30px rgba(238,171,26,.25)}
.btn-dark{background:rgba(11,12,41,.62);color:#fff;border-color:#6f4da7}
.btn-purple{background:linear-gradient(135deg,#6b35d2,#4a259a);color:#fff}
.hero-side{position:relative;min-height:430px}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;mix-blend-mode:normal;opacity:.99}
.hero-side:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#12113b 0%,rgba(18,17,59,.10) 32%,rgba(18,17,59,0) 65%)}
.intake-card{position:absolute;z-index:4;right:16px;top:142px;width:210px;border:1px solid #d5adff;background:linear-gradient(160deg,#27105c,#3f137e);border-radius:21px;padding:18px 20px;box-shadow:0 22px 60px rgba(0,0,0,.33)}
.card-pill{display:inline-flex;background:#ffd760;color:#342305;padding:7px 10px;border-radius:7px;font-size:11px;font-weight:900}
.intake-card h3{font-size:22px;line-height:1.08;margin:14px 0 10px}.intake-card h3 span{color:#ffc435;font-size:32px}
.intake-card p{font-size:14px;color:#fff;line-height:1.45;margin:0}
.stats-wrap{position:relative;margin-top:-36px;z-index:12}
.stats{display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(100deg,#141839,#2a174e);color:#fff;border-radius:13px;box-shadow:0 18px 35px rgba(10,12,34,.23);overflow:hidden}
.stat{display:flex;align-items:center;justify-content:center;gap:14px;min-height:72px;border-right:1px solid rgba(255,255,255,.08)}
.stat:last-child{border-right:0}.stat-icon{color:#f2b922;font-size:23px}.stat b{font-size:24px;display:block}.stat span{font-size:12px;color:#d2d3df}

.university-section{padding:41px 0 24px;background:#fff}
.university-title{text-align:center;font-size:20px;font-weight:900;margin:0 0 17px}.university-title a{color:#6b2fbe;text-decoration:underline}
.logo-wall{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;align-items:center}
.logo-card{width:145px;height:57px;border-radius:7px;overflow:hidden;background:#fff;box-shadow:0 5px 15px rgba(10,13,34,.09);border:1px solid #e9e9ed}
.logo-card img{width:100%;height:100%;object-fit:cover}

.trust{padding:25px 0 18px;background:linear-gradient(115deg,#12083c,#341070 65%,#170a45);color:#fff}
.trust h2,.process h2{text-align:center;font-size:23px;line-height:1.16;margin:0 0 23px}.trust h2 span{color:#ffc337}
.trust-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}
.trust-card{min-height:138px;border:1px solid rgba(203,164,255,.22);background:rgba(255,255,255,.045);border-radius:10px;padding:15px 9px;text-align:center}
.trust-icon{font-size:28px;color:#ffc337;margin-bottom:9px}.trust-card b{font-size:14px;display:block;line-height:1.2}.trust-card p{font-size:11px;color:#eee9fb;line-height:1.28;margin:8px 0 0}

.process{padding:18px 0 28px;background:#fff}
.process h2{color:#141627}.process h2 span{color:#7137ca}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.step{position:relative;border:1px solid #e5e5ec;border-radius:11px;padding:17px 18px 17px 76px;min-height:94px;box-shadow:0 8px 20px rgba(18,19,45,.07)}
.step:not(:last-child):after{content:"➜";position:absolute;right:-27px;top:31px;color:#6d30c2;font-size:24px;font-weight:900}
.step-num{position:absolute;left:17px;top:18px;width:43px;height:43px;border-radius:50%;background:linear-gradient(145deg,#7f46db,#4d1898);color:white;display:grid;place-items:center;font-weight:900}
.step .tiny{color:#9a79d1;font-size:12px;font-weight:900}.step b{display:block;font-size:15px;margin:2px 0 3px}.step p{font-size:11px;color:#555b70;line-height:1.34;margin:0}

.final-cta{background:linear-gradient(110deg,#0b0f2d,#1f0f50);color:#fff;padding:24px 0 27px}
.final-grid{display:grid;grid-template-columns:1.4fr auto auto;gap:25px;align-items:center}
.final-cta h2{font-size:28px;margin:0 0 12px}.final-cta h2 span{color:#ffc12c}.micro-points{display:flex;gap:24px;flex-wrap:wrap;font-size:12px;color:#d5d4e5}
.trusted-seal{width:100px;height:100px;border-radius:50%;border:4px double #d9a725;display:grid;place-items:center;text-align:center;color:#ffca36;font-weight:900;line-height:1.05;transform:rotate(-6deg)}

.info-section{padding:68px 0;background:#faf9fd}
.section-head{text-align:center;max-width:760px;margin:0 auto 32px}.section-head small{color:#6a33bd;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.section-head h2{font-size:36px;margin:7px 0 10px}.section-head p{color:#6b7082;line-height:1.65}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.info-card{background:#fff;border:1px solid #e8e7ed;border-radius:15px;padding:24px;box-shadow:0 10px 30px rgba(22,20,55,.06)}
.info-card .i{font-size:28px;margin-bottom:13px}.info-card h3{margin:0 0 8px}.info-card p{color:#687084;font-size:14px;line-height:1.55}

.quick-form{padding:55px 0;background:linear-gradient(120deg,#1e0d54,#301271);color:white}
.quick-form h2{text-align:center;font-size:31px;margin:0}.quick-form .sub{text-align:center;color:#ded8ef;margin:7px 0 25px}
.form-row{display:grid;grid-template-columns:1.15fr 1.15fr 1fr 1fr auto;gap:11px;align-items:end}
label{display:block;font-size:12px;font-weight:800;margin-bottom:6px}
input,select,textarea{width:100%;border:1px solid #dfdfea;background:white;border-radius:8px;padding:12px 13px;outline:none;color:#22273b}
textarea{min-height:110px;resize:vertical}
.form-note{text-align:center;margin-top:15px;color:#e7e2f5;font-size:12px}

.page-hero{padding:62px 0;background:linear-gradient(115deg,#0c1130,#35106f);color:#fff}.page-hero h1{font-size:45px;margin:0 0 12px}.page-hero p{max-width:800px;color:#e4dff1;line-height:1.6}
.page-section{padding:60px 0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.panel{background:#fff;border:1px solid #e8e7ed;border-radius:16px;padding:26px;box-shadow:0 10px 30px rgba(20,19,50,.06)}
.panel.dark{background:linear-gradient(135deg,#11143a,#391075);color:#fff;border:0}.panel.dark p{color:#ded9eb}
.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.profile{background:white;border:1px solid #e7e6ee;border-radius:15px;padding:22px}.chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.chip{background:#f2edfb;color:#5f2cad;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800}
.faq-list{display:grid;gap:11px;max-width:900px;margin:auto}details{background:#fff;border:1px solid #e7e6ee;border-radius:11px;padding:16px 18px}summary{font-weight:900;cursor:pointer}details p{color:#686f82;line-height:1.55}
.full-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.footer{background:#080e27;color:#fff;padding:42px 0 26px}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr;gap:30px}.footer img{width:155px}.footer p,.footer a,.footer li{color:#bfc4d5;font-size:13px;line-height:1.6}.footer ul{list-style:none;padding:0}.footer li{margin:6px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:25px;padding-top:17px;color:#8f96ac;font-size:12px;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:70;width:59px;height:59px;border-radius:50%;background:#20c968;color:white;display:grid;place-items:center;font-size:27px;box-shadow:0 12px 30px rgba(32,201,104,.35)}
@media(max-width:980px){
 .hero-grid,.two-col{grid-template-columns:1fr}.hero-side{min-height:430px}.stats,.trust-grid{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}
 .steps{grid-template-columns:1fr 1fr}.step:nth-child(2):after{display:none}.info-grid{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr 1fr}.form-row .btn{grid-column:span 2}
 .final-grid{grid-template-columns:1fr auto}.trusted-seal{display:none}.footer-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
 .top-strip-inner{justify-content:center;text-align:center}.help-whatsapp{display:none}
 .nav-links{display:none;position:fixed;top:118px;left:15px;right:15px;background:white;border:1px solid #e8e7ed;border-radius:15px;padding:16px;box-shadow:0 18px 45px rgba(10,11,33,.18);flex-direction:column;align-items:stretch;gap:15px}
 body.menu-open .nav-links{display:flex}.menu-btn{display:block}
 .hero-copy{padding-top:38px}.hero h1{font-size:45px}.benefits{grid-template-columns:1fr}.hero-side{min-height:360px}.intake-card{top:116px;right:8px;width:185px}
 .stats-wrap{margin-top:-20px}.stats{grid-template-columns:1fr 1fr}.stat{border-bottom:1px solid rgba(255,255,255,.08)}
 .trust-grid,.steps,.info-grid,.profile-grid,.full-form{grid-template-columns:1fr}.step:not(:last-child):after{display:none}
 .logo-card{width:137px}.final-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.form-row .btn{grid-column:auto}
 .section-head h2{font-size:30px}.page-hero h1{font-size:38px}
}


/* ===========================
   V5.1 REFERENCE-FIDELITY FIX
   =========================== */

/* Crisp real logo + wordmark */
.brand-hq{
  display:flex;align-items:center;gap:9px;min-width:190px;
}
.brand-logo-hq{
  width:53px;height:53px;object-fit:contain;flex:0 0 53px;
}
.brand-copy-hq{
  display:flex;flex-direction:column;line-height:.95;color:#121638;
  letter-spacing:-.02em;
}
.brand-copy-hq strong{font-size:22px;font-weight:900}
.brand-copy-hq span{font-size:13px;font-weight:700;letter-spacing:.23em;margin-top:5px}
.footer-brand-hq{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.footer-brand-hq img{width:58px!important;height:58px;object-fit:contain}
.footer-brand-hq span{display:flex;flex-direction:column;line-height:1}
.footer-brand-hq strong{font-size:20px;color:#fff}
.footer-brand-hq small{font-size:11px;color:#c7c9d8;letter-spacing:.22em;margin-top:6px}

/* Stronger desktop reference fidelity */
.hero-grid{grid-template-columns:1.04fr .96fr}
.hero-copy{padding-right:20px}
.hero-side{overflow:hidden}
.hero-photo{object-position:50% 47%}
.intake-card{right:18px;top:150px}
.stats-wrap{max-width:1160px}
.university-section{overflow:hidden}
.logo-wall{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.logo-card{
  width:auto;height:70px;padding:7px;background:#fff;
  display:flex;align-items:center;justify-content:center;
}
.logo-card img{
  width:100%;height:100%;
  object-fit:contain!important;
  object-position:center;
  border-radius:4px;
}
.whatsapp-float{
  width:54px;height:54px;font-size:22px;
  border:4px solid rgba(255,255,255,.75);
}

/* Make the first screen feel more like the supplied reference */
.hero-copy .actions .btn{min-height:56px}
.hero-copy .actions .btn-gold{padding-inline:23px}
.stats{position:relative}
.stat{padding:0 13px}

/* Better tablet */
@media(max-width:980px) and (min-width:761px){
  .nav-links{gap:18px}
  .brand-hq{min-width:170px}
  .brand-copy-hq strong{font-size:20px}
  .hero-grid{grid-template-columns:1fr 1fr}
  .hero h1{font-size:50px}
  .intake-card{width:190px;right:8px}
  .trust-grid{grid-template-columns:repeat(4,1fr)}
  .trust-card:last-child{grid-column:2 / span 2}
}

/* MOBILE: rebuild the hero flow rather than letting desktop blocks collide */
@media(max-width:760px){
  .top-strip{position:relative;z-index:90}
  .top-strip-inner{
    min-height:38px;
    padding:4px 0;
    justify-content:center;
    overflow:hidden;
  }
  .rotating{
    width:100%;justify-content:center;
    gap:6px;font-size:10px;
    white-space:nowrap;
  }
  .rotating-badge{
    padding:5px 9px;
    font-size:10px;
    flex:0 0 auto;
  }
  .rotating-text{
    font-size:10px;
    overflow:hidden;text-overflow:ellipsis;
  }

  .site-header{top:0}
  .nav{min-height:76px}
  .brand-hq{min-width:0;gap:7px}
  .brand-logo-hq{width:47px;height:47px;flex-basis:47px}
  .brand-copy-hq strong{font-size:19px}
  .brand-copy-hq span{font-size:10px;letter-spacing:.20em;margin-top:4px}
  .menu-btn{font-size:31px}
  .nav-links{top:118px}

  /* Mobile hero is now copy -> image -> stats, with no collision */
  .hero{padding:0}
  .hero-grid{
    display:flex;
    flex-direction:column;
    min-height:0;
  }
  .hero-copy{
    order:1;
    padding:49px 18px 36px;
  }
  .hero h1{
    font-size:47px;
    line-height:1.01;
    letter-spacing:-1.8px;
    margin-bottom:26px;
  }
  .hero-lead{
    font-size:18px;line-height:1.55;
  }
  .intake-line{
    font-size:17px;line-height:1.45;
    margin:24px 0 28px;
  }
  .benefits{
    grid-template-columns:1fr;
    gap:17px;
    margin-bottom:31px;
  }
  .benefit{font-size:16px}
  .actions{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
  }
  .actions .btn{
    width:100%;
    min-height:58px;
    font-size:17px;
  }

  .hero-side{
    order:2;
    min-height:390px;
    width:100%;
    margin:0;
    overflow:hidden;
  }
  .hero-photo{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:51% 35%;
  }
  .hero-side:before{
    background:linear-gradient(180deg,rgba(13,12,48,.14),rgba(10,8,42,.05) 55%,rgba(10,8,42,.12));
  }
  .intake-card{
    top:auto;
    left:auto;
    right:16px;
    bottom:18px;
    width:185px;
    padding:14px;
    border-radius:17px;
  }
  .card-pill{
    font-size:9px;
    padding:6px 8px;
  }
  .intake-card h3{
    font-size:20px;
    margin:11px 0 6px;
  }
  .intake-card h3 span{font-size:29px}
  .intake-card p{
    font-size:11px;
    line-height:1.38;
  }

  /* Stats sit underneath image, not on top of the girl's face */
  .stats-wrap{
    margin-top:0;
    padding:0;
    width:100%;
  }
  .stats{
    border-radius:0;
    grid-template-columns:1fr 1fr;
    box-shadow:none;
  }
  .stat{
    min-height:91px;
    justify-content:flex-start;
    padding:15px 20px;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .stat b{font-size:26px}
  .stat span{font-size:12px}

  /* University wall becomes a clean 2-column grid */
  .university-section{
    padding:38px 0 28px;
  }
  .university-title{
    font-size:24px;
    line-height:1.2;
    max-width:330px;
    margin:0 auto 23px;
  }
  .logo-wall{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:11px;
  }
  .logo-card{
    width:100%;
    height:80px;
    padding:9px;
  }
  .logo-card img{
    object-fit:contain!important;
    max-height:100%;
  }

  /* Trust support cards: compact 2-column mobile layout */
  .trust{padding:34px 0 29px}
  .trust h2{font-size:26px;margin-bottom:25px}
  .trust-grid{
    grid-template-columns:1fr 1fr!important;
    gap:10px;
  }
  .trust-card{
    min-height:150px;
    padding:16px 10px;
  }
  .trust-card:last-child{
    grid-column:1 / -1;
    min-height:115px;
  }

  .process{padding:30px 0}
  .process h2{font-size:26px;margin-bottom:25px}
  .steps{gap:12px}

  .whatsapp-float{
    width:49px;height:49px;
    right:11px;bottom:11px;
    font-size:19px;
    border-width:3px;
  }

  .info-section,.quick-form{padding-block:48px}
  .quick-form h2{font-size:26px;line-height:1.15}
  .footer{padding-bottom:76px}
}

/* Narrow phones */
@media(max-width:390px){
  .container{width:min(100% - 24px,1160px)}
  .brand-copy-hq strong{font-size:18px}
  .brand-copy-hq span{font-size:9px}
  .hero h1{font-size:42px}
  .intake-card{width:170px;right:10px}
  .logo-card{height:74px}
}

/* V5.2 cache-safe hard guard */
.site-header .brand-logo-hq{
  width:53px!important;
  height:53px!important;
  min-width:53px!important;
  max-width:53px!important;
  min-height:53px!important;
  max-height:53px!important;
  object-fit:contain!important;
}
@media(max-width:760px){
  .site-header .brand-logo-hq{
    width:47px!important;height:47px!important;
    min-width:47px!important;max-width:47px!important;
    min-height:47px!important;max-height:47px!important;
  }
}


/* V5.3 FINAL POLISH — locked reference preserved */
.logo-card{
  overflow:hidden!important;
  background:#fff!important;
  padding:8px 12px!important;
}
.logo-card img{
  object-fit:contain!important;
  object-position:center!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
}

/* Prevent the floating shortcut from covering content on phones.
   Mobile already has strong eligibility + university CTAs. */
@media(max-width:760px){
  .whatsapp-float{display:none!important}
  .logo-card{height:82px!important;padding:8px 10px!important}
  .logo-card img{object-fit:contain!important}
}


/* ===========================
   V5.4 FINAL MICRO-POLISH
   University logo presence
   =========================== */

.logo-wall{
  gap:12px!important;
}

.logo-card{
  height:82px!important;
  padding:9px 12px!important;
  border-radius:12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  overflow:hidden!important;
}

.logo-card img{
  width:88%!important;
  height:82%!important;
  max-width:88%!important;
  max-height:82%!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:auto!important;
  transform:none!important;
}

.logo-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 28px rgba(18,19,45,.10);
  transition:transform .18s ease, box-shadow .18s ease;
}

@media(max-width:760px){
  .logo-wall{
    gap:12px!important;
  }

  .logo-card{
    height:92px!important;
    padding:10px 12px!important;
  }

  .logo-card img{
    width:92%!important;
    height:86%!important;
    max-width:92%!important;
    max-height:86%!important;
  }
}


/* V5.5 FINAL UNIVERSITY LOGO PRESENCE */
.logo-card{
  height:88px!important;
  padding:7px 10px!important;
}
.logo-card img{
  width:96%!important;
  height:90%!important;
  max-width:96%!important;
  max-height:90%!important;
  object-fit:contain!important;
  object-position:center!important;
}

@media(max-width:760px){
  .logo-card{
    height:96px!important;
    padding:7px 9px!important;
  }
  .logo-card img{
    width:97%!important;
    height:92%!important;
    max-width:97%!important;
    max-height:92%!important;
  }
}
