/* ==========================================================================
   Career Touch Education — brand stylesheet
   Palette sampled directly from logo.png:
     navy  #182478   red  #D80C0C   graphite #3C3C3C
   ========================================================================== */

:root{
  --navy:      #182478;
  --navy-deep: #0F1750;
  --navy-lift: #2A38A0;
  --red:       #D80C0C;
  --red-deep:  #A80808;
  --graphite:  #3C3C3C;
  --slate:     #6B7086;
  --paper:     #FFFFFF;
  --mist:      #F3F5FC;
  --line:      #DCE1F2;

  --display: "Archivo", "Arial Black", system-ui, sans-serif;
  --body: "Instrument Sans", "Segoe UI", system-ui, -apple-system, sans-serif;

  --wrap: 1440px;
  --pad: clamp(20px, 5vw, 48px);
  --radius: 4px;
}

*,*::before,*::after{ box-sizing:border-box; }

html{ scroll-behavior:smooth; scroll-padding-top:88px; }
.nav[data-open]{ }

body{
  margin:0;
  font-family:var(--body);
  font-size:17px;
  line-height:1.65;
  color:var(--graphite);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; display:block; }
a{ color:var(--navy); }

/* --- shared type ------------------------------------------------------- */

h1,h2,h3,h4{
  text-wrap:balance;
  font-family:var(--display);
  color:var(--navy);
  letter-spacing:-0.025em;
  line-height:1.08;
  margin:0 0 .5em;
  font-weight:800;
}

h1{ font-size:clamp(2.3rem, 5.6vw, 4rem); }
h2{ font-size:clamp(1.85rem, 3.8vw, 2.85rem); }
h3{ font-size:1.2rem; letter-spacing:-0.01em; font-weight:700; }

p{ margin:0 0 1.1em; text-wrap:pretty; }
p:last-child{ margin-bottom:0; }

/* The logo sets the rule: heavy tight wordmark above light, wide-tracked
   caps. Every eyebrow on this site repeats that second voice. */
.eyebrow{
  font-family:var(--display);
  font-weight:400;
  font-size:.72rem;
  letter-spacing:.34em;
  text-transform:uppercase;
  color:var(--red);
  margin:0 0 1.1rem;
  display:block;
}
.eyebrow--light{ color:#9AA4D8; }

.lede{ font-size:1.12rem; color:var(--slate); max-width:60ch; text-wrap:pretty; }

.wrap{ width:100%; max-width:var(--wrap); margin-inline:auto; padding-inline:var(--pad); }

section{ padding-block:clamp(64px, 9vw, 116px); }

/* --- buttons ----------------------------------------------------------- */

.btn{
  display:inline-flex; align-items:center; gap:.55rem;
  font-family:var(--display); font-weight:600; font-size:.94rem;
  letter-spacing:.01em;
  padding:.92rem 1.55rem;
  border-radius:var(--radius);
  text-decoration:none;
  border:2px solid transparent;
  transition:background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn:hover{ transform:translateY(-2px); }
.btn--red{ background:var(--red); color:#fff; }
.btn--red:hover{ background:var(--red-deep); }
.btn--navy{ background:var(--navy); color:#fff; }
.btn--navy:hover{ background:var(--navy-deep); }
.btn--ghost{ border-color:var(--navy); color:var(--navy); background:transparent; }
.btn--ghost:hover{ background:var(--navy); color:#fff; }
.btn--ghost-light{ border-color:rgba(255,255,255,.5); color:#fff; }
.btn--ghost-light:hover{ background:#fff; color:var(--navy); }

a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible{
  outline:3px solid var(--red); outline-offset:3px;
}

/* --- header ------------------------------------------------------------ */

.header{
  position:sticky; top:0; z-index:60;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:1.5rem; height:78px;
}
.brand img{ height:38px; width:auto; }

.nav{ display:flex; align-items:center; gap:1.15rem; }
.nav a{
  font-family:var(--display); font-weight:500; font-size:.86rem;
  color:var(--graphite); text-decoration:none; position:relative;
  padding-block:.4rem; white-space:nowrap;
}
/* the WhatsApp button lives in the header bar on desktop, inside the
   drawer on mobile — never both at once */
@media (min-width: 1081px){ .nav .btn{ display:none; } }
.nav a::after{
  content:""; position:absolute; left:0; bottom:0; height:2px; width:0;
  background:var(--red); transition:width .2s ease;
}
.nav a:hover::after, .nav a[aria-current="page"]::after{ width:100%; }
.nav a[aria-current="page"]{ color:var(--navy); }

.header .btn{ padding:.7rem 1.15rem; font-size:.88rem; }

.nav-toggle{
  display:none; background:none; border:0; cursor:pointer;
  padding:.5rem; color:var(--navy);
}

@media (max-width: 1080px){
  .nav{
    position:absolute; top:78px; left:0; right:0;
    flex-direction:column; align-items:stretch; gap:0;
    background:#fff; border-bottom:1px solid var(--line);
    padding:.5rem var(--pad) 1.4rem;
    display:none;
  }
  .nav[data-open="true"]{ display:flex; }
  .nav a{ padding:.85rem 0; border-bottom:1px solid var(--line); }
  .nav .btn{ margin-top:1rem; justify-content:center; }
  .nav-toggle{ display:block; }
  .header__inner > .btn--red{ display:none; }
}

/* hero rules moved to the photo-split block at the end of this file */
.hero__note strong{ color:var(--navy); }

/* --- philosophy equation (real content from the company profile) ------- */

.equation{ background:var(--navy); color:#fff; padding-block:clamp(38px,5vw,56px); }
.equation__row{
  display:flex; flex-wrap:wrap; align-items:center;
  gap:.6rem 1.1rem;
}
.equation__term{
  font-family:var(--display); font-weight:700; font-size:clamp(1rem,2.1vw,1.4rem);
  letter-spacing:-.01em;
}
.equation__op{ color:var(--red); font-family:var(--display); font-weight:800; font-size:1.5rem; line-height:1; }
.equation__sum{
  font-family:var(--display); font-weight:800; font-size:clamp(1.1rem,2.4vw,1.55rem);
  color:#fff; border-bottom:4px solid var(--red); padding-bottom:2px;
}
.equation p{
  margin:1.1rem 0 0; color:#A7B0E0; font-size:.95rem; max-width:60ch;
}

/* --- generic section head ---------------------------------------------- */

.head{ max-width:none; margin-bottom:clamp(34px,4.5vw,58px); }
.head h2{ max-width:26ch; }
.head .lede{ max-width:58ch; }

/* On wide screens the headline and its standfirst sit side by side and
   share a baseline, so the section head fills the column instead of
   leaving half the page empty. */
@media (min-width:900px){
  .head{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    column-gap:clamp(36px,5vw,76px);
    align-items:end;
  }
  .head .eyebrow{ grid-column:1 / -1; }
  .head h2{ grid-column:1; margin-bottom:0; max-width:24ch; }
  .head .lede{ grid-column:2; padding-bottom:.35rem; }
}
.head--center{ margin-inline:auto; text-align:center; }
.head--center .eyebrow{ }

/* --- about split -------------------------------------------------------- */

.split{ display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(32px,5vw,72px); align-items:start; }
@media (max-width:880px){ .split{ grid-template-columns:1fr; } }

.factcard{
  border:1px solid var(--line); border-top:4px solid var(--red);
  background:var(--paper); padding:1.75rem;
}
.factlist{ list-style:none; margin:0; padding:0; }
.factlist li{
  display:grid; grid-template-columns:auto 1fr; gap:.35rem 1rem;
  padding:.9rem 0; border-bottom:1px solid var(--line);
}
.factlist li:last-child{ border-bottom:0; padding-bottom:0; }
.factlist dt, .factlist .k{
  font-family:var(--display); font-weight:400; font-size:.7rem;
  letter-spacing:.2em; text-transform:uppercase; color:var(--slate);
  grid-column:1 / -1;
}
.factlist .v{ font-family:var(--display); font-weight:600; color:var(--navy); font-size:1.02rem; grid-column:1 / -1; }
.factlist .v a{ text-decoration:none; }
.factlist .v a:hover{ text-decoration:underline; }

/* --- services ----------------------------------------------------------- */

.services{ background:var(--mist); }
.grid{ display:grid; gap:1px; }
.grid--3{ grid-template-columns:repeat(3,1fr); }
@media (max-width:880px){ .grid--3{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:620px){ .grid--3{ grid-template-columns:1fr; } }

.card{
  background:var(--paper); padding:2rem 1.6rem;
  position:relative; transition:background .2s ease;
  box-shadow:0 0 0 1px var(--line);
}
.card::before{
  content:""; position:absolute; left:0; top:0; height:3px; width:0;
  background:var(--red); transition:width .28s ease;
}
.card:hover::before{ width:100%; }
.card:hover{ background:#fff; }
.card__icon{
  width:38px; height:38px; color:var(--navy); margin-bottom:1.1rem;
}
.card h3{ margin-bottom:.55rem; }
@media (min-width:621px){ .card h3{ min-height:2.4em; } }
.card p{ font-size:.96rem; color:var(--slate); margin:0; }
.card ul{ margin:.8rem 0 0; padding-left:1.05rem; font-size:.92rem; color:var(--slate); }
.card ul li{ margin-bottom:.28rem; }

/* --- classes band ------------------------------------------------------- */

.classes{ background:var(--paper); }
.classlist{ display:grid; grid-template-columns:repeat(4,1fr); gap:1.1rem; }
@media (max-width:900px){ .classlist{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px){ .classlist{ grid-template-columns:1fr; } }

.classcard{
  border:1px solid var(--line); padding:1.5rem 1.35rem;
  background:var(--paper); border-left:4px solid var(--navy);
}
.classcard:nth-child(even){ border-left-color:var(--red); }
.classcard h3{ font-size:1.35rem; margin-bottom:.15rem; }
.classcard .tag{
  font-family:var(--display); font-size:.68rem; letter-spacing:.2em;
  text-transform:uppercase; color:var(--slate); display:block; margin-bottom:.9rem;
}
.classcard ul{ list-style:none; margin:0; padding:0; font-size:.9rem; color:var(--slate); }
.classcard li{ padding:.3rem 0; border-bottom:1px dotted var(--line); }
.classcard li:last-child{ border-bottom:0; }

/* --- SIGNATURE: the rising staircase of the student journey ------------- */

.journey{ background:var(--navy); color:#fff; overflow:hidden; }
.journey h2{ color:#fff; }
.journey .lede{ color:#A7B0E0; }

.rail{
  margin-top:clamp(8px,1.4vw,18px);
  overflow-x:auto; overflow-y:hidden;
  padding:62px var(--pad) 28px;
  margin-inline:calc(var(--pad) * -1);
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
}
.rail::-webkit-scrollbar{ height:6px; }
.rail::-webkit-scrollbar-track{ background:rgba(255,255,255,.1); }
.rail::-webkit-scrollbar-thumb{ background:var(--red); }

.stairs{
  display:flex; align-items:flex-end; gap:0;
  min-width:max-content; list-style:none; margin:0; padding:0;
}
.step{
  position:relative;
  width:200px; flex:0 0 200px;
  padding:1.15rem 1.1rem 0 1.1rem;
  scroll-snap-align:start;
  margin-bottom:calc((var(--i) - 1) * 13px);
}
/* horizontal tread */
.step::before{
  content:""; position:absolute; left:0; top:0; width:100%; height:2px;
  background:var(--red);
}
/* vertical riser up to the next step */
.step::after{
  content:""; position:absolute; right:0; top:-13px; width:2px; height:13px;
  background:var(--red);
}
.step:last-child::after{ display:none; }

.step__num{
  position:absolute; top:-38px; left:0;
  font-family:var(--display); font-weight:800; font-size:1.5rem;
  color:rgba(255,255,255,.32);
}
.step__dot{
  position:absolute; top:-5px; left:0; width:12px; height:12px;
  background:var(--red); border-radius:50%;
}
.step h3{
  color:#fff; font-size:1rem; margin:.35rem 0 .3rem; font-weight:700;
}
.step p{ font-size:.85rem; color:#A7B0E0; margin:0; }

.rail__hint{
  margin-top:1.2rem; font-size:.82rem; color:#8590C8;
  font-family:var(--display); letter-spacing:.14em; text-transform:uppercase;
}

@media (max-width:760px){
  .rail{ padding-top:44px; }
  .stairs{ flex-direction:column; align-items:stretch; min-width:0; }
  .step{
    width:100%; flex:none; margin-bottom:0;
    padding:0 0 1.5rem 1.75rem;
  }
  .step::before{ width:2px; height:100%; top:0; left:0; }
  .step::after{ display:none; }
  .step__num{ position:static; display:block; font-size:1rem; margin-bottom:.1rem; }
  .step__dot{ top:4px; left:-5px; }
}

/* --- values ------------------------------------------------------------- */

.values{ background:var(--mist); }
.valuegrid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; }
@media (max-width:880px){ .valuegrid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .valuegrid{ grid-template-columns:1fr; } }
.value{ background:var(--paper); padding:1.7rem 1.5rem; box-shadow:0 0 0 1px var(--line); }
.value h3{ font-size:1.05rem; margin-bottom:.4rem; display:flex; align-items:flex-start; gap:.6rem; }
.value h3::before{ content:""; width:14px; height:3px; background:var(--red); flex:none; margin-top:.62em; }
@media (min-width:561px){ .value h3{ min-height:2.5em; } }
.value p{ font-size:.93rem; color:var(--slate); margin:0; }

/* --- stats -------------------------------------------------------------- */

.stats{ background:var(--graphite); color:#fff; padding-block:clamp(46px,6vw,72px); }
.statgrid{ display:grid; grid-template-columns:repeat(4,1fr); gap:2rem; }
@media (max-width:720px){ .statgrid{ grid-template-columns:repeat(2,1fr); } }
.stat__n{
  font-family:var(--display); font-weight:800; font-size:clamp(2.1rem,4.4vw,3rem);
  color:#fff; line-height:1; letter-spacing:-.03em;
}
.stat__n span{ color:var(--red); }
.stat__l{
  font-family:var(--display); font-weight:400; font-size:.72rem;
  letter-spacing:.22em; text-transform:uppercase; color:#B9BBC4; margin-top:.6rem;
}

/* --- contact ------------------------------------------------------------ */

.contact__grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,5vw,64px); align-items:start; }
@media (max-width:880px){ .contact__grid{ grid-template-columns:1fr; } }

.form{ display:grid; gap:1rem; }
.field{ display:grid; gap:.4rem; }
.field label{
  font-family:var(--display); font-weight:500; font-size:.78rem;
  letter-spacing:.12em; text-transform:uppercase; color:var(--navy);
}
.field input, .field select, .field textarea{
  font-family:var(--body); font-size:1rem; color:var(--graphite);
  padding:.8rem .9rem; border:1px solid var(--line); border-radius:var(--radius);
  background:#fff; width:100%;
}
.field input:focus, .field select:focus, .field textarea:focus{ border-color:var(--navy); }
.field textarea{ min-height:110px; resize:vertical; }
.form__row{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
@media (max-width:520px){ .form__row{ grid-template-columns:1fr; } }
.form__note{ font-size:.84rem; color:var(--slate); margin:0; }

.map{
  width:100%; height:260px; border:1px solid var(--line); margin-top:1.5rem;
}

/* --- footer ------------------------------------------------------------- */

.footer{ background:var(--navy-deep); color:#C3C9EC; padding-block:clamp(48px,6vw,72px) 0; font-size:.94rem; }
.footer__grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:2.4rem; }
@media (max-width:880px){ .footer__grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .footer__grid{ grid-template-columns:1fr; } }
.footer h4{
  color:#fff; font-size:.74rem; letter-spacing:.24em; text-transform:uppercase;
  font-weight:500; margin-bottom:1.1rem;
}
.footer ul{ list-style:none; margin:0; padding:0; }
.footer li{ margin-bottom:.6rem; }
.footer a{ color:#C3C9EC; text-decoration:none; }
.footer a:hover{ color:#fff; text-decoration:underline; }
.footer__logo{
  background:#fff; padding:.7rem .9rem; display:block; width:max-content; margin-bottom:1.2rem;
}
.footer__logo img{ height:34px; }
.footer__bar{
  margin-top:clamp(38px,5vw,56px); border-top:1px solid rgba(255,255,255,.14);
  padding-block:1.3rem; display:flex; flex-wrap:wrap; gap:.8rem 1.8rem;
  justify-content:space-between; font-size:.84rem; color:#8590C8;
}
.footer__bar .editme{ color:#8590C8; }

/* --- page banner (inner pages) ------------------------------------------ */

.banner{
  background:var(--navy); color:#fff; padding-block:clamp(48px,6vw,84px);
  position:relative; overflow:hidden;
}
.banner__swoosh{
  position:absolute; right:-8%; bottom:-40%; width:min(560px,60vw);
  opacity:.14; color:var(--red); pointer-events:none;
}
.banner h1{ color:#fff; position:relative; z-index:2; margin-bottom:.3rem; }
.banner p{ color:#A7B0E0; position:relative; z-index:2; max-width:60ch; }
.crumb{
  font-family:var(--display); font-size:.74rem; letter-spacing:.2em;
  text-transform:uppercase; color:#8590C8; margin-bottom:1rem; position:relative; z-index:2;
}
.crumb a{ color:#8590C8; text-decoration:none; }
.crumb a:hover{ color:#fff; }

/* --- misc --------------------------------------------------------------- */

.callout{
  border-left:4px solid var(--red); background:var(--mist);
  padding:1.2rem 1.4rem; font-size:.95rem; color:var(--graphite);
}
.callout strong{ color:var(--navy); }

.checklist{ list-style:none; margin:0; padding:0; columns:2; column-gap:2.4rem; }
@media (max-width:620px){ .checklist{ columns:1; } }
.checklist li{
  padding:.42rem 0 .42rem 1.5rem; position:relative; font-size:.96rem;
  break-inside:avoid; color:var(--slate);
}
.checklist li::before{
  content:""; position:absolute; left:0; top:.95em;
  width:8px; height:2px; background:var(--red);
}

.cta-band{ background:var(--red); color:#fff; padding-block:clamp(44px,5.5vw,68px); }
.cta-band h2{ color:#fff; margin-bottom:.4rem; }
.cta-band p{ color:rgba(255,255,255,.9); margin-bottom:1.6rem; max-width:56ch; }
.cta-band .btn{ background:#fff; color:var(--red); }
.cta-band .btn:hover{ background:var(--navy); color:#fff; }
.cta-band .btn--ghost-light{ background:transparent; color:#fff; }
.cta-band .btn--ghost-light:hover{ background:#fff; color:var(--red); }

@media (prefers-reduced-motion: reduce){
  *{ animation:none !important; transition:none !important; scroll-behavior:auto !important; }
  .btn:hover{ transform:none; }
}


/* ==========================================================================
   Justified prose. Applied only to full-measure paragraphs — narrow card
   blurbs stay ragged-right, because justifying a 280px column opens ugly
   white rivers between the words.
   ========================================================================== */
@media (min-width:640px){
  .hero .lede,
  .head .lede,
  .split p,
  .banner p,
  .equation p,
  .callout,
  .review p,
  .story p,
  .prose p{
    text-align:justify;
    text-justify:inter-word;
    hyphens:auto;
    -webkit-hyphens:auto;
  }
  .split p:last-of-type{ text-align:justify; }
}

/* ---- 2. Standfirst runs the full width under the equation --------------- */
.equation p{ max-width:none; }

/* ---- 4. Section head: standfirst aligns with the headline's first line --- */
@media (min-width:900px){
  .head{ align-items:start; }
  .head .lede{ padding-top:.55rem; padding-bottom:0; }
}

/* ---- 5. Inline contact actions inside a callout ------------------------- */
.callout__actions{
  display:flex; flex-wrap:wrap; gap:.7rem; margin-top:1rem;
}
.btn--wa{
  background:#25D366; color:#0B2E13; border-color:#25D366;
}
.btn--wa:hover{ background:#1EBE5A; color:#0B2E13; }
.btn--call{ background:var(--navy); color:#fff; }
.btn--call:hover{ background:var(--navy-deep); }
.btn svg{ flex:none; }

/* ---- 6. A bigger, more legible staircase -------------------------------- */
.journey .head{ margin-bottom:.6rem; }
.rail{ padding-top:44px; }
.step{
  width:250px; flex:0 0 250px;
  padding:1.5rem 1.35rem 0 1.35rem;
  margin-bottom:calc((var(--i) - 1) * 12px);
}
.step::after{ top:-12px; height:12px; width:3px; }
.step::before{ height:3px; }
.step__num{ top:-46px; font-size:1.95rem; }
.step__dot{ width:15px; height:15px; top:-6px; }
.step h3{ font-size:1.14rem; margin:.5rem 0 .35rem; }
.step p{ font-size:.93rem; line-height:1.55; }
.rail__hint{ font-size:.78rem; }

@media (max-width:760px){
  .step{ width:100%; flex:none; margin-bottom:0; padding:0 0 1.6rem 1.9rem; }
  .step::before{ width:3px; height:100%; }
  .step__dot{ top:4px; left:-6px; }
}

/* ==========================================================================
   Team, gallery, reviews and success stories
   ========================================================================== */

.tilegrid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(18px,2.2vw,30px); }
@media (max-width:900px){ .tilegrid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .tilegrid{ grid-template-columns:1fr; } }

/* --- team --- */
.member{ background:var(--paper); box-shadow:0 0 0 1px var(--line); display:flex; flex-direction:column; }
.member__photo{
  flex:none; aspect-ratio:1/1; background:var(--mist);
  display:grid; place-items:center; position:relative; overflow:hidden;
  border-bottom:3px solid var(--red);
}
.member__photo img{ width:100%; height:100%; object-fit:cover; }
.member__initials{
  font-family:var(--display); font-weight:800; font-size:clamp(2.2rem,4vw,3.1rem);
  color:var(--navy); opacity:.22; letter-spacing:-.03em;
}
.member__slot{
  position:absolute; bottom:.7rem; left:0; right:0; text-align:center;
  font-family:var(--display); font-size:.62rem; letter-spacing:.2em;
  text-transform:uppercase; color:var(--slate);
}
.member__body{ padding:1.3rem 1.35rem 1.5rem; }
.member h3{ font-size:1.12rem; margin-bottom:.15rem; }
.member .role{
  font-family:var(--display); font-weight:500; font-size:.7rem;
  letter-spacing:.18em; text-transform:uppercase; color:var(--red);
  display:block; margin-bottom:.7rem;
}
.member p{ font-size:.93rem; color:var(--slate); margin:0; }
.member__contact{ margin-top:.9rem; font-size:.88rem; }
.member__contact a{ text-decoration:none; font-weight:600; }

/* --- gallery --- */
.gallery{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(12px,1.6vw,20px); align-items:start; }
@media (max-width:900px){ .gallery{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px){ .gallery{ grid-template-columns:1fr; } }
.gallery figure{
  margin:0; background:var(--mist); box-shadow:0 0 0 1px var(--line);
  aspect-ratio:4/3; display:grid; place-items:center; text-align:center;
  padding:1.2rem; position:relative;
}
.gallery figure.tall{ aspect-ratio:3/4; }
.gallery figure img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.gallery figcaption{
  font-family:var(--display); font-size:.78rem; letter-spacing:.06em;
  color:var(--navy); font-weight:600;
}
.gallery .hint{
  display:block; margin-top:.4rem; font-weight:400; font-size:.68rem;
  letter-spacing:.18em; text-transform:uppercase; color:var(--slate);
}

/* --- reviews --- */
.reviewgrid{ display:grid; grid-template-columns:repeat(2,1fr); gap:clamp(18px,2.2vw,28px); }
@media (max-width:820px){ .reviewgrid{ grid-template-columns:1fr; } }
.review{
  background:var(--paper); box-shadow:0 0 0 1px var(--line);
  border-top:4px solid var(--red); padding:1.7rem 1.6rem;
  display:flex; flex-direction:column; gap:.9rem;
}
.review .stars{ color:var(--red); letter-spacing:.15em; font-size:.95rem; }
.review p{ margin:0; font-size:1rem; color:var(--graphite); }
.review .who{
  margin-top:auto; padding-top:.9rem; border-top:1px solid var(--line);
  display:flex; align-items:center; gap:.8rem;
}
.review .who span.avatar{
  width:40px; height:40px; border-radius:50%; background:var(--mist);
  display:grid; place-items:center; flex:none;
  font-family:var(--display); font-weight:700; color:var(--navy); font-size:.9rem;
}
.review .who strong{ display:block; font-family:var(--display); color:var(--navy); font-size:.98rem; }
.review .who em{ font-style:normal; font-size:.83rem; color:var(--slate); }

/* --- success stories --- */
.story{
  display:grid; grid-template-columns:200px 1fr; gap:clamp(20px,3vw,40px);
  padding:clamp(22px,3vw,34px);
  background:var(--paper); box-shadow:0 0 0 1px var(--line);
  border-left:4px solid var(--navy); margin-bottom:1.4rem;
}
.story:nth-child(even){ border-left-color:var(--red); }
@media (max-width:760px){ .story{ grid-template-columns:1fr; } }
.story__photo{
  align-self:start; aspect-ratio:1/1; background:var(--mist); display:grid; place-items:center;
  box-shadow:0 0 0 1px var(--line); position:relative; overflow:hidden;
}
.story__photo img{ width:100%; height:100%; object-fit:cover; }
.story__photo span{
  font-family:var(--display); font-size:.62rem; letter-spacing:.2em;
  text-transform:uppercase; color:var(--slate);
}
.story h3{ font-size:1.3rem; margin-bottom:.2rem; }
.story .route{
  font-family:var(--display); font-weight:500; font-size:.72rem;
  letter-spacing:.18em; text-transform:uppercase; color:var(--red);
  display:block; margin-bottom:.9rem;
}
.story__meta{
  display:flex; flex-wrap:wrap; gap:.5rem; margin-top:1.1rem;
}
.story__meta span{
  font-family:var(--display); font-size:.72rem; letter-spacing:.1em;
  text-transform:uppercase; color:var(--navy);
  background:var(--mist); padding:.35rem .7rem;
}

/* --- editable placeholder banner --- */
.editnote{
  border:2px dashed var(--red); background:#FFF5F5;
  padding:1.1rem 1.3rem; font-size:.94rem; color:var(--graphite);
  margin-bottom:clamp(28px,3.5vw,44px);
}
.editnote strong{ color:var(--red); font-family:var(--display); letter-spacing:.02em; }


/* ==========================================================================
   HERO — photo split
   Text on the left, a real photograph on the right, sitting over a navy
   wedge that bleeds off the edge. The logo's swoosh becomes the shape
   behind the photo rather than a ghost floating across the paragraph.
   ========================================================================== */

.hero{
  background:var(--mist);
  position:relative; overflow:hidden;
  padding-block:clamp(46px, 6vw, 88px);
}

/* the wedge's left edge is the logo's own curve, not a straight diagonal */
.hero__wedge{
  position:absolute; inset:0 0 0 auto;
  width:46%; height:100%; pointer-events:none;
}
.hero__wedge-fill{ fill:var(--navy); }
.hero__wedge-line{ fill:none; stroke:var(--red); stroke-width:7px; stroke-linecap:round; }

.hero__grid{
  position:relative; z-index:2;
  display:grid; grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  gap:clamp(36px, 5vw, 72px); align-items:center;
}

.hero h1{
  text-wrap:balance; margin-bottom:0;
  font-size:clamp(2.15rem, 3.5vw, 3.35rem);
}
.hero h1 em{
  font-style:normal; color:var(--red);
  background-image:linear-gradient(var(--red), var(--red));
  background-size:100% 6px; background-position:0 100%;
  background-repeat:no-repeat; padding-bottom:5px;
}
.hero .lede{ font-size:1.08rem; margin-top:1.35rem; max-width:56ch; }
.hero__cta{ display:flex; flex-wrap:wrap; gap:.85rem; margin-top:1.8rem; }

/* destinations answer "where can you send me?" above the fold.
   A grid, not a flex row with dividers — so the flags and labels line up
   in columns instead of drifting when the list wraps. */
.hero__dest-label{
  font-family:var(--display); font-weight:400; font-size:.66rem;
  letter-spacing:.24em; text-transform:uppercase; color:var(--slate);
  margin:1.9rem 0 .85rem;
}
.hero__dest{
  list-style:none; margin:0; padding:0;
  display:grid; grid-template-columns:repeat(4, minmax(0,1fr));
  gap:.75rem 1.1rem; max-width:620px;
}
.hero__dest li{
  display:flex; align-items:center; gap:.55rem;
  font-family:var(--display); font-weight:500; font-size:.72rem;
  letter-spacing:.07em; text-transform:uppercase; color:var(--slate);
  line-height:1.15;
}
.hero__dest li span{ white-space:nowrap; }

/* --- the photo panel --- */
.hero__media{ position:relative; }

.hero__photo{
  position:relative; margin:0; z-index:2;
  aspect-ratio:5/6; overflow:hidden;
  background:var(--navy-deep);
  display:grid; place-items:center;
  box-shadow:0 26px 60px rgba(15,23,80,.34);
}
.hero__photo img{ width:100%; height:100%; object-fit:cover; }
.hero__photo-slot{
  font-family:var(--display); font-weight:600; font-size:.9rem;
  letter-spacing:.14em; text-transform:uppercase; color:#7C87C9;
  text-align:center; line-height:1.9;
}
.hero__photo-slot small{
  display:block; font-size:.62rem; letter-spacing:.18em;
  font-weight:400; color:#5A65A8;
}

/* the offer, layered over the corner of the photo */
.hero__card{
  position:absolute; z-index:3; left:-30px; bottom:38px;
  background:var(--paper); border-left:4px solid var(--red);
  padding:1rem 1.25rem; max-width:262px;
  box-shadow:0 18px 40px rgba(15,23,80,.20);
}
.hero__card strong{
  display:block; font-family:var(--display); font-weight:700;
  color:var(--navy); font-size:1.02rem; margin-bottom:.15rem;
}
.hero__card span{ font-size:.87rem; color:var(--slate); line-height:1.45; display:block; }

/* --- trust bar under the hero --- */
.trustbar{ background:var(--paper); border-bottom:1px solid var(--line); }
.trustbar ul{
  list-style:none; margin:0; padding:0;
  display:grid; grid-template-columns:repeat(3,1fr);
}
.trustbar li{
  padding:1.35rem clamp(16px,2.4vw,32px);
  border-left:1px solid var(--line);
}
.trustbar li:first-child{ border-left:0; padding-left:0; }
.trustbar strong{
  display:block; font-family:var(--display); font-weight:700;
  color:var(--navy); font-size:.98rem; margin-bottom:.1rem;
}
.trustbar span{ font-size:.87rem; color:var(--slate); }
.trustbar a{ color:var(--navy); font-weight:600; text-decoration:none; }
.trustbar a:hover{ text-decoration:underline; }

/* --- one orchestrated entrance, not scattered effects --- */
@keyframes ctRise{ from{ opacity:0; transform:translateY(20px); } to{ opacity:1; transform:none; } }
@keyframes ctDraw{ from{ background-size:0 6px; } to{ background-size:100% 6px; } }

.hero__inner > *{ animation:ctRise .72s cubic-bezier(.2,.75,.3,1) backwards; }
.hero__inner > *:nth-child(1){ animation-delay:.05s; }
.hero__inner > *:nth-child(2){ animation-delay:.14s; }
.hero__inner > *:nth-child(3){ animation-delay:.26s; }
.hero__inner > *:nth-child(4){ animation-delay:.36s; }
.hero__inner > *:nth-child(5){ animation-delay:.44s; }
.hero__media{ animation:ctRise .85s .2s cubic-bezier(.2,.75,.3,1) backwards; }
.hero__card{ animation:ctRise .7s .62s cubic-bezier(.2,.75,.3,1) backwards; }
.hero h1 em{ animation:ctDraw .55s .8s ease-out backwards; }

/* --- responsive --- */
@media (max-width:1000px){
  .hero__grid{ grid-template-columns:1fr; gap:clamp(38px,5vw,56px); }
  /* the curved wedge only works beside a text column — on a stacked
     layout it is replaced by a navy block peeking out behind the photo */
  .hero__wedge{ display:none; }
  .hero__photo{ aspect-ratio:16/10; }
  /* a navy block peeking out behind the photo, and a short red edge */
  .hero__media::after{
    content:""; position:absolute; z-index:0;
    right:-14px; bottom:-14px; width:58%; height:52%;
    background:var(--navy);
  }
  .hero__media::before{
    content:""; position:absolute; z-index:3;
    left:-8px; top:16px; width:4px; height:38%;
    background:var(--red);
  }
  .hero__card{ position:relative; z-index:4; margin-top:1.2rem; left:auto; right:auto; bottom:auto; }
}
@media (max-width:640px){
  /* keep the card positioned, or the navy block paints over it */
  .hero__card{ position:relative; z-index:4; max-width:none; margin-top:1.2rem; left:auto; right:auto; bottom:auto; }
  .hero__photo{ aspect-ratio:4/3; }
  .hero__dest{ grid-template-columns:repeat(2, minmax(0,1fr)); gap:.65rem 1rem; }
  .hero__dest li{ font-size:.72rem; }
  .trustbar ul{ grid-template-columns:1fr; }
  .trustbar li{ border-left:0; border-top:1px solid var(--line); padding-left:0; padding-block:1.05rem; }
  .trustbar li:first-child{ border-top:0; }
}

/* ==========================================================================
   Floating WhatsApp button
   ========================================================================== */
.wa-float{
  position:fixed; right:18px; bottom:18px; z-index:70;
  display:inline-flex; align-items:center; gap:.6rem;
  background:#25D366; color:#0B2E13; text-decoration:none;
  font-family:var(--display); font-weight:700; font-size:.92rem;
  padding:.8rem 1.1rem; border-radius:999px;
  box-shadow:0 10px 30px rgba(11,46,19,.28);
  transition:transform .18s ease, box-shadow .18s ease;
}
.wa-float:hover{ transform:translateY(-3px); box-shadow:0 16px 36px rgba(11,46,19,.34); }
@media (max-width:560px){
  .wa-float{ padding:.85rem; right:14px; bottom:14px; }
  .wa-float span{ display:none; }
}

/* ==========================================================================
   Destination cards and destination pages
   ========================================================================== */
.destgrid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; }
@media (max-width:1000px){ .destgrid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .destgrid{ grid-template-columns:1fr; } }

.dest{
  background:var(--paper); box-shadow:0 0 0 1px var(--line);
  padding:1.5rem 1.4rem 1.6rem; text-decoration:none; display:block;
  position:relative; transition:background .2s ease, transform .2s ease;
}
.dest::before{ content:""; position:absolute; left:0; top:0; height:3px; width:0; background:var(--red); transition:width .28s ease; }
.dest:hover::before{ width:100%; }
.dest:hover{ transform:translateY(-3px); }
.dest h3{ font-size:1.2rem; margin-bottom:.25rem; }
.dest .tag{
  font-family:var(--display); font-size:.68rem; letter-spacing:.18em;
  text-transform:uppercase; color:var(--red); display:block; margin-bottom:.7rem;
}
.dest p{ font-size:.92rem; color:var(--slate); margin:0 0 .9rem; }
.dest .go{
  font-family:var(--display); font-weight:600; font-size:.85rem; color:var(--navy);
  display:inline-flex; align-items:center; gap:.35rem;
}

.factstrip{
  display:grid; grid-template-columns:repeat(4,1fr); gap:1px;
  margin-bottom:clamp(28px,3.5vw,44px);
}
@media (max-width:760px){ .factstrip{ grid-template-columns:repeat(2,1fr); } }
.factstrip div{ background:var(--mist); box-shadow:0 0 0 1px var(--line); padding:1.2rem 1.2rem; }
.factstrip dt{
  font-family:var(--display); font-weight:400; font-size:.66rem; letter-spacing:.2em;
  text-transform:uppercase; color:var(--slate); margin-bottom:.3rem;
}
.factstrip dd{ margin:0; font-family:var(--display); font-weight:700; color:var(--navy); font-size:1rem; line-height:1.35; }

.costtable{ width:100%; border-collapse:collapse; font-size:.95rem; }
.costtable th, .costtable td{ text-align:left; padding:.85rem 1rem; border-bottom:1px solid var(--line); }
.costtable th{
  font-family:var(--display); font-size:.7rem; letter-spacing:.18em;
  text-transform:uppercase; color:var(--slate); font-weight:500;
}
.costtable td:last-child{ font-family:var(--display); font-weight:600; color:var(--navy); white-space:nowrap; }
.costtable tr:last-child td{ border-bottom:0; }

/* partner logo slots */
.partnergrid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; }
@media (max-width:900px){ .partnergrid{ grid-template-columns:repeat(3,1fr); } }
@media (max-width:560px){ .partnergrid{ grid-template-columns:repeat(2,1fr); } }
.partner{
  background:var(--paper); box-shadow:0 0 0 1px var(--line);
  aspect-ratio:3/2; display:grid; place-items:center; text-align:center; padding:1rem;
}
.partner span{
  font-family:var(--display); font-size:.68rem; letter-spacing:.16em;
  text-transform:uppercase; color:var(--slate);
}
.partner img{ max-width:78%; height:auto; }

/* updates / intakes list */
.update{
  display:grid; grid-template-columns:130px 1fr; gap:clamp(16px,2.5vw,32px);
  padding:1.5rem 0; border-bottom:1px solid var(--line);
}
@media (max-width:620px){ .update{ grid-template-columns:1fr; gap:.5rem; } }
.update time{
  font-family:var(--display); font-weight:700; font-size:.78rem; letter-spacing:.14em;
  text-transform:uppercase; color:var(--red);
}
.update h3{ font-size:1.1rem; margin-bottom:.25rem; }
.update p{ margin:0; font-size:.95rem; color:var(--slate); }

/* legal pages */
.prose{ max-width:70ch; }
.prose h2{ font-size:1.4rem; margin-top:2.2rem; }
.prose h2:first-child{ margin-top:0; }
.prose ul{ padding-left:1.1rem; color:var(--slate); }
.prose li{ margin-bottom:.4rem; }


/* success-story student details */
.story__facts{
  display:grid; grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px; margin:1.2rem 0 0; padding:0;
}
@media (max-width:520px){ .story__facts{ grid-template-columns:1fr; } }
.story__facts > div{ background:var(--mist); box-shadow:0 0 0 1px var(--line); padding:.85rem 1rem; }
.story__facts dt{
  font-family:var(--display); font-weight:400; font-size:.64rem; letter-spacing:.2em;
  text-transform:uppercase; color:var(--slate); margin-bottom:.25rem;
}
.story__facts dd{
  margin:0; font-family:var(--display); font-weight:600; color:var(--navy);
  font-size:.98rem; line-height:1.35;
}


/* ==========================================================================
   Country flags
   ========================================================================== */
.flag-sprite{ position:absolute; width:0; height:0; overflow:hidden; }
.flag{
  width:21px; height:14px; flex:none; display:inline-block;
  box-shadow:0 0 0 1px rgba(15,23,80,.16);
  vertical-align:-2px;
}
.flag--card{ width:26px; height:17px; margin-right:.55rem; vertical-align:-3px; }
.dest h3{ display:flex; align-items:center; }

/* ==========================================================================
   Gallery — filter tabs, video slots
   ========================================================================== */
.tabs{
  display:flex; flex-wrap:wrap; gap:.5rem;
  margin-bottom:clamp(22px,2.6vw,32px);
}
.tab{
  font-family:var(--display); font-weight:600; font-size:.8rem;
  letter-spacing:.06em; color:var(--navy);
  background:var(--paper); border:1px solid var(--line);
  padding:.62rem 1.05rem; cursor:pointer; border-radius:var(--radius);
  transition:background .18s ease, color .18s ease, border-color .18s ease;
}
.tab:hover{ border-color:var(--navy); }
.tab[aria-selected="true"]{ background:var(--navy); border-color:var(--navy); color:#fff; }

.videogrid{ display:grid; grid-template-columns:repeat(2,1fr); gap:clamp(14px,1.8vw,22px); }
@media (max-width:760px){ .videogrid{ grid-template-columns:1fr; } }

.video{ margin:0; background:var(--paper); box-shadow:0 0 0 1px var(--line); }
.video__frame{
  position:relative; aspect-ratio:16/9; background:var(--navy-deep);
  display:grid; place-items:center; overflow:hidden;
}
.video__frame iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }
.video__play{
  width:52px; height:52px; border-radius:50%; background:var(--red); color:#fff;
  display:grid; place-items:center;
}
.video__play svg{ width:26px; height:26px; margin-left:2px; }
.video__slot{
  position:absolute; bottom:.8rem; left:0; right:0; text-align:center;
  font-family:var(--display); font-size:.62rem; letter-spacing:.18em;
  text-transform:uppercase; color:#7C87C9;
}
.video figcaption{ padding:1.1rem 1.25rem 1.25rem; }
.video figcaption strong{
  display:block; font-family:var(--display); font-weight:700;
  color:var(--navy); font-size:1.02rem; margin-bottom:.2rem;
}
.video figcaption span{ font-size:.9rem; color:var(--slate); }

/* photo tiles reuse the gallery grid */
.gallery .tile{
  margin:0; background:var(--mist); box-shadow:0 0 0 1px var(--line);
  aspect-ratio:4/3; display:grid; place-items:center; text-align:center;
  padding:1.2rem; position:relative;
}
.gallery .tile img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }

[hidden].tile, [hidden].video{ display:none !important; }

/* ==========================================================================
   WordPress specifics
   ========================================================================== */
.screen-reader-text{
  border:0; clip:rect(1px,1px,1px,1px); clip-path:inset(50%);
  height:1px; width:1px; margin:-1px; overflow:hidden; padding:0; position:absolute;
  word-wrap:normal !important;
}
.skip-link{
  position:absolute; left:-9999px; top:0; z-index:100;
  background:var(--navy); color:#fff; padding:.8rem 1.2rem;
}
.skip-link:focus{ left:0; }

.custom-logo-link{ display:inline-block; }
.custom-logo{ height:38px; width:auto; }
.footer__logo .custom-logo{ height:34px; }

.entry-content > *{ max-width:70ch; }
.entry-content > .alignwide,
.entry-content > .alignfull,
.entry-content > figure,
.entry-content > .wp-block-image,
.entry-content > .wp-block-table{ max-width:none; }
.entry-content img{ height:auto; }
.entry-content h2{ margin-top:2.2rem; }
.entry-content ul, .entry-content ol{ padding-left:1.2rem; color:var(--slate); }
.entry-content li{ margin-bottom:.4rem; }
.entry-content a{ color:var(--navy); }

.wp-block-table table{ width:100%; border-collapse:collapse; }
.wp-block-table td, .wp-block-table th{ border:1px solid var(--line); padding:.7rem .9rem; }

.footer__legal-list{ display:flex; gap:1rem; list-style:none; margin:0; padding:0; }

.pagination, .nav-links{ display:flex; gap:.5rem; flex-wrap:wrap; font-family:var(--display); }
.pagination .page-numbers{
  padding:.5rem .85rem; border:1px solid var(--line); text-decoration:none; color:var(--navy);
}
.pagination .current{ background:var(--navy); color:#fff; border-color:var(--navy); }

.widget{ margin-bottom:2rem; }
.widget-title{ font-size:.74rem; letter-spacing:.22em; text-transform:uppercase; color:var(--navy); }

.story__note{ margin-top:1rem; font-size:.95rem; color:var(--slate); }
.story__note p{ margin:0 0 .6rem; }

[hidden]{ display:none !important; }

/* ==========================================================================
   Our Partners — institutions grouped by country
   ========================================================================== */
.partnergroup{ margin-bottom:clamp(30px,3.6vw,48px); }
.partnergroup__title{
  display:flex; align-items:baseline; gap:.9rem; flex-wrap:wrap;
  font-size:1.35rem; padding-bottom:.7rem; margin-bottom:1.2rem;
  border-bottom:3px solid var(--red);
}
.partnergroup__title span{
  font-family:var(--display); font-weight:400; font-size:.68rem;
  letter-spacing:.2em; text-transform:uppercase; color:var(--slate);
}
.institutes{
  list-style:none; margin:0; padding:0;
  display:grid; grid-template-columns:repeat(3,1fr); gap:1px;
}
@media (max-width:900px){ .institutes{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .institutes{ grid-template-columns:1fr; } }
.institute{
  background:var(--paper); box-shadow:0 0 0 1px var(--line);
  display:flex; align-items:center; gap:1rem; padding:1.1rem 1.2rem;
}
.institute__logo{
  width:74px; height:52px; flex:none; background:var(--mist);
  display:grid; place-items:center; overflow:hidden;
}
.institute__logo img{ max-width:88%; height:auto; }
.institute__logo span{
  font-family:var(--display); font-size:.58rem; letter-spacing:.16em;
  text-transform:uppercase; color:var(--slate);
}
.institute__body{ min-width:0; }
.institute h3{ font-size:1rem; margin:0 0 .15rem; }
.institute__link{
  font-family:var(--display); font-size:.78rem; color:var(--slate);
  text-decoration:none; word-break:break-all;
}
.institute__link:hover{ color:var(--red); }

/* ==========================================================================
   Collapsed navigation with a "More" dropdown
   ========================================================================== */
.nav__list{
  display:flex; align-items:center; gap:1.4rem;
  list-style:none; margin:0; padding:0;
}
.nav__list > li{ position:relative; }
.nav__list a{
  font-family:var(--display); font-weight:500; font-size:.9rem;
  color:var(--graphite); text-decoration:none; position:relative;
  padding-block:.4rem; white-space:nowrap; display:inline-block;
}
.nav__list > li > a::after{
  content:""; position:absolute; left:0; bottom:0; height:2px; width:0;
  background:var(--red); transition:width .2s ease;
}
.nav__list > li > a:hover::after,
.nav__list > li.current-menu-item > a::after,
.nav__list > li.current_page_item > a::after{ width:100%; }
.nav__list > li.current-menu-item > a,
.nav__list > li.current_page_item > a{ color:var(--navy); }

/* the caret on any item that has children */
.menu-item-has-children > a::before{
  content:"▾"; float:right; margin-left:.4rem; font-size:.8em;
  transition:transform .2s ease; display:inline-block;
}
.menu-item-has-children[data-open="true"] > a::before{ transform:rotate(180deg); }

.sub-menu{
  list-style:none; margin:0; padding:.4rem 0;
  position:absolute; top:calc(100% + 10px); right:0;
  min-width:230px; background:var(--paper);
  border:1px solid var(--line); box-shadow:0 18px 40px rgba(15,23,80,.16);
  opacity:0; visibility:hidden; transform:translateY(-6px);
  transition:opacity .16s ease, transform .16s ease, visibility .16s;
  z-index:70;
}
.sub-menu::before{
  content:""; position:absolute; top:-3px; left:0; right:0; height:3px; background:var(--red);
}
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu,
.menu-item-has-children[data-open="true"] > .sub-menu{
  opacity:1; visibility:visible; transform:none;
}
.sub-menu a{
  display:block; padding:.62rem 1.15rem; font-size:.86rem; color:var(--graphite);
}
.sub-menu a:hover{ background:var(--mist); color:var(--navy); }
.sub-menu li + li a{ border-top:1px solid var(--line); }

@media (max-width:1080px){
  .nav__list{ flex-direction:column; align-items:stretch; gap:0; width:100%; }
  .nav__list > li{ border-bottom:1px solid var(--line); }
  .nav__list a{ display:block; padding:.85rem 0; }
  .menu-item-has-children > a::before{ float:right; }
  .sub-menu{
    position:static; opacity:1; visibility:visible; transform:none;
    border:0; box-shadow:none; min-width:0; padding:0 0 .6rem;
    display:none; background:transparent;
  }
  .sub-menu::before{ display:none; }
  .menu-item-has-children:hover > .sub-menu{ display:none; }
  .menu-item-has-children[data-open="true"] > .sub-menu{ display:block; }
  .sub-menu a{ padding:.6rem 0 .6rem 1rem; border-top:0 !important; color:var(--slate); }
  .sub-menu li + li a{ border-top:0; }
}


/* the eighth card on the homepage — compare every destination */
.dest--all{ background:var(--navy); }
.dest--all:hover{ background:var(--navy-deep); }
.dest--all .tag{ color:#9AA4D8; }
.dest--all h3{ color:#fff; }
.dest--all p{ color:#A7B0E0; }
.dest--all .go{ color:#fff; }

/* ==========================================================================
   "Before you decide" — icon-chip link cards
   ========================================================================== */
.linkgrid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; }
@media (max-width:900px){ .linkgrid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px){ .linkgrid{ grid-template-columns:1fr; } }

.linkcard{
  background:var(--paper); box-shadow:0 0 0 1px var(--line);
  padding:1.9rem 1.6rem 1.6rem;
  text-decoration:none;
  display:flex; flex-direction:column; gap:.6rem;
  position:relative;
  transition:transform .18s ease, box-shadow .18s ease;
}
.linkcard::before{
  content:""; position:absolute; left:0; top:0; height:3px; width:0;
  background:var(--red); transition:width .28s ease;
}
.linkcard:hover::before{ width:100%; }
.linkcard:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 36px rgba(15,23,80,.13), 0 0 0 1px var(--line);
  z-index:2;
}

.linkcard__chip{
  width:46px; height:46px; flex:none;
  display:grid; place-items:center;
  background:var(--navy); color:#fff;
  transition:background .2s ease;
}
.linkcard__chip svg{ width:24px; height:24px; }
.linkcard:hover .linkcard__chip{ background:var(--red); }

.linkcard h3{ margin:0; font-size:1.08rem; text-decoration:none; }
.linkcard p{ margin:0; font-size:.93rem; color:var(--slate); text-decoration:none; }

.linkcard__go{
  margin-top:auto; padding-top:1.1rem;
  font-family:var(--display); font-weight:600; font-size:.76rem;
  letter-spacing:.16em; text-transform:uppercase; color:var(--red);
  display:inline-flex; align-items:center; gap:.45rem;
}
.linkcard__go svg{ width:15px; height:15px; transition:transform .2s ease; }
.linkcard:hover .linkcard__go svg{ transform:translateX(4px); }

/* card links elsewhere should never inherit an underline either */
a.card, a.card h3, a.card p, a.dest, a.dest h3, a.dest p{ text-decoration:none; }

/* ==========================================================================
   Footer — social plate, connect button, single-line legal links
   ========================================================================== */
.footer__grid{ grid-template-columns:1.5fr 1fr 1fr 1fr; }
@media (max-width:900px){ .footer__grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer__grid{ grid-template-columns:1fr; } }

.fbrand p{ max-width:34ch; }

/* the logo's swoosh, behind three social buttons */
.fsocial{
  position:relative; display:flex; width:max-content; gap:.6rem;
  padding:.75rem .9rem; margin-bottom:1.1rem;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.14);
  overflow:hidden;
}
.fsocial__swoosh{
  position:absolute; left:-18%; top:-60%;
  width:190px; height:auto; color:var(--red); opacity:.5; pointer-events:none;
}
.fsocial__btn{
  position:relative; z-index:2;
  width:38px; height:38px; display:grid; place-items:center;
  border-radius:50%; background:#fff; color:var(--navy);
  transition:background .18s ease, color .18s ease, transform .18s ease;
}
.fsocial__btn svg{ width:19px; height:19px; }
.fsocial__btn:hover{ background:var(--red); color:#fff; transform:translateY(-2px); }

/* connect plate */
.fconnect{
  display:inline-flex; flex-direction:column; align-items:flex-start; gap:.15rem;
  margin-top:1.2rem; padding:1rem 1.5rem 1rem 1.6rem;
  background:rgba(255,255,255,.10); color:#fff; text-decoration:none;
  border:1px solid rgba(255,255,255,.22);
  font-family:var(--display); font-weight:700;
  position:relative; overflow:hidden;
  transition:background .18s ease, transform .18s ease;
}
.fconnect::after{
  content:""; position:absolute; left:0; top:0; bottom:0; width:5px;
  background:var(--red);
}
.fconnect:hover{ background:var(--red); border-color:var(--red); transform:translateY(-2px); }
.fconnect:hover::after{ background:#fff; }
.fconnect__small{
  font-family:var(--display); font-weight:500; font-size:.64rem;
  letter-spacing:.24em; text-transform:uppercase; color:#C3C9EC;
}
.fconnect:hover .fconnect__small{ color:#fff; }
.fconnect__label{ display:inline-flex; align-items:center; gap:.55rem; font-size:1.02rem; }
.fconnect__label svg{ width:16px; height:16px; transition:transform .2s ease; }
.fconnect:hover .fconnect__label svg{ transform:translateX(4px); }

/* Privacy · Terms · Disclaimer, always on one line */
.footer__legal{ margin-left:auto; }
.footer__legal-list{
  display:flex; flex-wrap:wrap; align-items:center;
  gap:.5rem 1.4rem; list-style:none; margin:0; padding:0;
}
.footer__legal-list li{ margin:0; }
.footer__legal-list a{ white-space:nowrap; }
.footer__bar .editme{ display:inline; margin-left:.6rem; }

/* ==========================================================================
   Destinations — side-by-side comparison table
   ========================================================================== */
.comparewrap{
  overflow-x:auto; background:var(--paper);
  box-shadow:0 0 0 1px var(--line);
  -webkit-overflow-scrolling:touch;
}
.comparewrap::-webkit-scrollbar{ height:6px; }
.comparewrap::-webkit-scrollbar-track{ background:var(--mist); }
.comparewrap::-webkit-scrollbar-thumb{ background:var(--red); }
.comparewrap__hint{ margin-top:.9rem; color:var(--slate); }

.comparetable{
  width:100%; border-collapse:collapse; min-width:900px; font-size:.94rem;
}
.comparetable thead th{
  background:var(--navy); color:#fff; text-align:left;
  font-family:var(--display); font-weight:500; font-size:.68rem;
  letter-spacing:.18em; text-transform:uppercase;
  padding:.95rem 1.1rem; white-space:nowrap;
}
.comparetable tbody th{
  text-align:left; padding:1.05rem 1.1rem; vertical-align:top;
  border-bottom:1px solid var(--line); background:var(--mist);
  min-width:200px;
}
.comparetable__name{
  display:flex; align-items:center; gap:.6rem;
  font-family:var(--display); font-weight:700; color:var(--navy); font-size:1.02rem;
}
.comparetable__name a{ text-decoration:none; color:var(--navy); }
.comparetable__name a:hover{ color:var(--red); }
.comparetable__tag{
  display:block; margin-top:.3rem;
  font-family:var(--display); font-weight:500; font-size:.62rem;
  letter-spacing:.18em; text-transform:uppercase; color:var(--red);
}
.comparetable td{
  padding:1.05rem 1.1rem; vertical-align:top;
  border-bottom:1px solid var(--line); color:var(--slate);
}
.comparetable td.is-figure{
  font-family:var(--display); font-weight:600; color:var(--navy); white-space:nowrap;
}
.comparetable tbody tr:hover th,
.comparetable tbody tr:hover td{ background:#fbfcff; }
.comparetable tbody tr:last-child th,
.comparetable tbody tr:last-child td{ border-bottom:0; }

/* on phones each row becomes a small stacked card */
@media (max-width:760px){
  .comparewrap{ overflow-x:visible; box-shadow:none; background:transparent; }
  .comparewrap__hint{ display:none; }
  .comparetable{ min-width:0; }
  .comparetable thead{ display:none; }
  .comparetable tbody tr{
    display:block; background:var(--paper);
    box-shadow:0 0 0 1px var(--line); margin-bottom:1px;
  }
  .comparetable tbody th{
    display:block; border-bottom:1px solid var(--line);
    border-left:3px solid var(--red);
  }
  .comparetable td{
    display:flex; justify-content:space-between; gap:1.2rem;
    padding:.7rem 1.1rem; border-bottom:1px dotted var(--line);
  }
  .comparetable td::before{
    content:attr(data-label);
    font-family:var(--display); font-weight:500; font-size:.62rem;
    letter-spacing:.16em; text-transform:uppercase; color:var(--slate);
    flex:none; padding-top:.15rem;
  }
  .comparetable td.is-figure{ white-space:normal; text-align:right; }
}


/* ==========================================================================
   Student Support Centre — every class prefixed cte-student- so nothing
   collides with the rest of the site.
   ========================================================================== */
.cte-student-page{ --edge:clamp(18px,4vw,44px); }
.cte-student-wrap{ width:100%; max-width:1440px; margin-inline:auto; padding-inline:var(--edge); }
.cte-student-section{ padding-block:clamp(52px,6vw,104px); }
.cte-student-section--tint{ background:var(--mist); }
.cte-student-section--dark{ background:var(--navy); color:#fff; }

.cte-student-label{
  font-family:var(--display); font-weight:400; font-size:.7rem;
  letter-spacing:.28em; text-transform:uppercase; color:var(--red);
  display:block; margin-bottom:.9rem;
}
.cte-student-section--dark .cte-student-label{ color:#9AA4D8; }
.cte-student-head{ max-width:none; margin-bottom:clamp(30px,3.6vw,52px); }
.cte-student-head h2{ font-size:clamp(1.8rem,3.2vw,2.7rem); max-width:24ch; margin:0; }
.cte-student-head p{ color:var(--slate); max-width:58ch; margin:.9rem 0 0; font-size:1.05rem; }
.cte-student-section--dark .cte-student-head h2{ color:#fff; }
.cte-student-section--dark .cte-student-head p{ color:#A7B0E0; }
@media (min-width:900px){
  .cte-student-head{ display:grid; grid-template-columns:1fr 1fr; column-gap:clamp(36px,5vw,76px); align-items:start; }
  .cte-student-head .cte-student-label{ grid-column:1/-1; }
  .cte-student-head p{ padding-top:.4rem; }
}

.cte-student-crumb{
  font-family:var(--display); font-size:.74rem; letter-spacing:.16em;
  text-transform:uppercase; color:var(--slate); padding:1.1rem 0 0;
}
.cte-student-crumb a{ color:var(--slate); text-decoration:none; }
.cte-student-crumb a:hover{ color:var(--red); }
.cte-student-crumb strong{ color:var(--navy); font-weight:600; }

/* ---------- buttons ---------- */
.cte-student-btn{
  display:inline-flex; align-items:center; gap:.5rem;
  font-family:var(--display); font-weight:600; font-size:.92rem;
  padding:.85rem 1.4rem; border-radius:4px; border:2px solid transparent;
  text-decoration:none; cursor:pointer; transition:background .18s, color .18s, border-color .18s, transform .18s;
}
.cte-student-btn svg{ width:16px; height:16px; }
.cte-student-btn:hover{ transform:translateY(-2px); }
.cte-student-btn--primary{ background:var(--red); color:#fff; }
.cte-student-btn--primary:hover{ background:var(--red-deep); }
.cte-student-btn--ghost{ border-color:var(--navy); color:var(--navy); background:transparent; }
.cte-student-btn--ghost:hover{ background:var(--navy); color:#fff; }
.cte-student-btn--soft{ background:var(--mist); color:var(--navy); }
.cte-student-btn--soft:hover{ background:var(--navy); color:#fff; }
.cte-student-btn--light{ background:#fff; color:var(--navy); }

/* ---------- hero ---------- */
.cte-student-hero{ background:var(--mist); border-bottom:1px solid var(--line); padding-block:clamp(30px,4vw,60px) clamp(50px,6vw,90px); }
.cte-student-hero__grid{ display:grid; gap:clamp(34px,5vw,68px); align-items:center; }
@media (min-width:1000px){ .cte-student-hero__grid{ grid-template-columns:1.15fr .85fr; } }
.cte-student-badge{
  display:inline-flex; align-items:center; gap:.5rem; background:#fff;
  box-shadow:0 0 0 1px var(--line); padding:.5rem .9rem;
  font-family:var(--display); font-weight:600; font-size:.68rem;
  letter-spacing:.2em; text-transform:uppercase; color:var(--navy); margin-bottom:1.3rem;
}
.cte-student-badge svg{ width:15px; height:15px; color:var(--red); }
.cte-student-hero h1{ font-size:clamp(2.1rem,4vw,3.4rem); margin:0; text-wrap:balance; }
.cte-student-hero h1 em{
  font-style:normal; color:var(--red);
  background-image:linear-gradient(var(--red),var(--red));
  background-size:100% 5px; background-position:0 100%; background-repeat:no-repeat; padding-bottom:4px;
}
.cte-student-hero p.cte-student-lede{ font-size:1.08rem; color:var(--slate); max-width:56ch; margin:1.3rem 0 0; }
.cte-student-hero__cta{ display:flex; flex-wrap:wrap; gap:.8rem; margin-top:1.9rem; }

.cte-student-flow{ position:relative; background:var(--navy); padding:1.6rem 1.4rem; overflow:hidden; }
.cte-student-flow__swoosh{ position:absolute; right:-22%; top:-32%; width:min(330px,80%); color:var(--red); opacity:.28; }
.cte-student-flow ol{ list-style:none; margin:0; padding:0; position:relative; z-index:2; }
.cte-student-flow li{
  display:flex; align-items:center; gap:.9rem; padding:.62rem .2rem;
  color:#fff; font-family:var(--display); font-weight:600; font-size:.98rem;
}
.cte-student-flow li span.n{
  width:26px; height:26px; flex:none; display:grid; place-items:center; border-radius:50%;
  background:rgba(255,255,255,.14); font-size:.7rem; color:#C3C9EC;
}
.cte-student-flow li + li{ border-top:1px solid rgba(255,255,255,.12); }
.cte-student-float{
  display:flex; flex-wrap:wrap; gap:.5rem; margin-top:1rem;
}
.cte-student-float span{
  background:#fff; box-shadow:0 6px 18px rgba(15,23,80,.12);
  font-family:var(--display); font-weight:600; font-size:.74rem; color:var(--navy);
  padding:.5rem .8rem; animation:cteFloat 6s ease-in-out infinite;
}
.cte-student-float span:nth-child(2){ animation-delay:1.5s; }
.cte-student-float span:nth-child(3){ animation-delay:3s; }
.cte-student-float span:nth-child(4){ animation-delay:4.5s; }
@keyframes cteFloat{ 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(-5px);} }

/* ---------- quick access ---------- */
.cte-student-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; }
@media (max-width:1000px){ .cte-student-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .cte-student-grid{ grid-template-columns:1fr; } }
.cte-student-card{
  background:#fff; box-shadow:0 0 0 1px var(--line); padding:1.8rem 1.5rem 1.5rem;
  text-decoration:none; display:flex; flex-direction:column; gap:.55rem; position:relative;
  transition:transform .2s, box-shadow .2s;
}
.cte-student-card::before{ content:""; position:absolute; left:0; top:0; height:3px; width:0; background:var(--red); transition:width .28s; }
.cte-student-card:hover::before{ width:100%; }
.cte-student-card:hover{ transform:translateY(-4px); box-shadow:0 16px 36px rgba(15,23,80,.13),0 0 0 1px var(--line); z-index:2; }
.cte-student-card__icon{ width:44px; height:44px; display:grid; place-items:center; background:var(--navy); color:#fff; margin-bottom:.5rem; transition:background .2s; }
.cte-student-card__icon svg{ width:23px; height:23px; }
.cte-student-card:hover .cte-student-card__icon{ background:var(--red); }
.cte-student-card h3{ margin:0; font-size:1.05rem; }
.cte-student-card p{ margin:0; font-size:.92rem; color:var(--slate); }
.cte-student-card__go{ margin-top:auto; padding-top:.9rem; color:var(--red); }
.cte-student-card__go svg{ width:17px; height:17px; transition:transform .2s; }
.cte-student-card:hover .cte-student-card__go svg{ transform:translateX(4px); }

/* ---------- journey ---------- */
.cte-student-stages{ list-style:none; margin:0; padding:0; }
.cte-student-stage{ border-bottom:1px solid rgba(255,255,255,.16); }
.cte-student-stage__head{
  width:100%; display:flex; align-items:center; gap:1.1rem; padding:1.15rem .2rem;
  background:none; border:0; cursor:pointer; text-align:left; color:#fff;
}
.cte-student-stage__num{ font-family:var(--display); font-weight:800; font-size:1.05rem; color:#7C87C9; flex:none; width:34px; }
.cte-student-stage__title{ font-family:var(--display); font-weight:700; font-size:1.08rem; flex:1; }
.cte-student-stage__plus{ width:16px; height:16px; position:relative; flex:none; }
.cte-student-stage__plus::before,.cte-student-stage__plus::after{
  content:""; position:absolute; background:var(--red); transition:transform .2s;
}
.cte-student-stage__plus::before{ left:0; right:0; top:7px; height:2px; }
.cte-student-stage__plus::after{ top:0; bottom:0; left:7px; width:2px; }
.cte-student-stage[data-open="true"] .cte-student-stage__plus::after{ transform:scaleY(0); }
.cte-student-stage__body{ display:none; padding:0 .2rem 1.4rem 3.2rem; }
.cte-student-stage[data-open="true"] .cte-student-stage__body{ display:block; }
.cte-student-stage__body p{ color:#A7B0E0; margin:0 0 .6rem; max-width:70ch; }
.cte-student-stage__docs strong{ color:#fff; }

/* ---------- tabs, search, checklists ---------- */
.cte-student-tabs{ display:flex; flex-wrap:wrap; gap:.5rem; margin-bottom:1.4rem; }
.cte-student-tab{
  font-family:var(--display); font-weight:600; font-size:.82rem; color:var(--navy);
  background:#fff; border:1px solid var(--line); padding:.6rem 1.05rem; cursor:pointer;
  border-radius:4px; transition:background .18s,color .18s,border-color .18s;
}
.cte-student-tab:hover{ border-color:var(--navy); }
.cte-student-tab.is-active{ background:var(--navy); border-color:var(--navy); color:#fff; }

.cte-student-search{ position:relative; max-width:520px; margin-bottom:1.4rem; }
.cte-student-search svg{ position:absolute; left:14px; top:50%; transform:translateY(-50%); width:18px; height:18px; color:var(--slate); }
.cte-student-search input{
  width:100%; font-family:var(--body); font-size:1rem; padding:.85rem 1rem .85rem 2.7rem;
  border:1px solid var(--line); border-radius:4px; background:#fff; color:var(--graphite);
}
.cte-student-search input:focus{ border-color:var(--navy); outline:3px solid rgba(24,36,120,.15); }

.cte-student-doclist{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(2,1fr); gap:1px; }
@media (max-width:820px){ .cte-student-doclist{ grid-template-columns:1fr; } }
.cte-is-hidden{ display:none !important; }
.cte-student-doc{
  background:#fff; box-shadow:0 0 0 1px var(--line); padding:1.05rem 1.2rem;
  display:flex; align-items:flex-start; gap:.9rem;
}
.cte-student-doc__box{ width:18px; height:18px; flex:none; margin-top:.2rem; border:2px solid var(--line); border-radius:3px; }
.cte-student-doc__text{ flex:1; min-width:0; }
.cte-student-doc__text strong{ display:block; font-family:var(--display); color:var(--navy); font-size:1rem; }
.cte-student-doc__text span{ display:block; font-size:.88rem; color:var(--slate); margin-top:.15rem; }
.cte-student-doc__badge{
  flex:none; font-family:var(--display); font-weight:600; font-size:.6rem;
  letter-spacing:.14em; text-transform:uppercase; padding:.28rem .5rem; border-radius:3px;
}
.cte-is-required{ background:#FDECEC; color:#A80808; }
.cte-is-may{ background:var(--mist); color:var(--navy); }
.cte-is-country{ background:#EEF6EE; color:#186A34; }
.cte-student-empty{ background:#fff; box-shadow:0 0 0 1px var(--line); padding:2rem 1.5rem; text-align:center; }
.cte-student-empty h3{ margin:0 0 .4rem; }
.cte-student-empty p{ color:var(--slate); margin:0 0 1rem; }

/* ---------- samples, downloads ---------- */
.cte-student-samples{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; }
@media (max-width:980px){ .cte-student-samples{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:620px){ .cte-student-samples{ grid-template-columns:1fr; } }
.cte-student-sample{ background:#fff; box-shadow:0 0 0 1px var(--line); padding:1.6rem 1.4rem; display:flex; gap:1rem; }
.cte-student-sample__icon{ width:42px; height:42px; flex:none; display:grid; place-items:center; background:var(--mist); color:var(--navy); }
.cte-student-sample__icon svg{ width:22px; height:22px; }
.cte-student-sample h3{ margin:0 0 .25rem; font-size:1.02rem; }
.cte-student-sample p{ margin:0 0 .9rem; font-size:.9rem; color:var(--slate); }
.cte-student-sample__actions{ display:flex; flex-wrap:wrap; gap:.5rem; }
.cte-student-sample__actions .cte-student-btn{ padding:.55rem .9rem; font-size:.8rem; }

.cte-student-dls{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; }
@media (max-width:980px){ .cte-student-dls{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:620px){ .cte-student-dls{ grid-template-columns:1fr; } }
.cte-student-dl{ background:#fff; box-shadow:0 0 0 1px var(--line); padding:1.7rem 1.4rem; display:flex; flex-direction:column; gap:.5rem; }
.cte-student-dl__icon{ width:42px; height:42px; display:grid; place-items:center; background:var(--navy); color:#fff; margin-bottom:.4rem; }
.cte-student-dl__icon svg{ width:22px; height:22px; }
.cte-student-dl h3{ margin:0; font-size:1.02rem; }
.cte-student-dl p{ margin:0; font-size:.9rem; color:var(--slate); }
.cte-student-dl__meta{ font-family:var(--display); font-size:.66rem; letter-spacing:.16em; text-transform:uppercase; color:var(--slate); margin:.3rem 0 .8rem; }
.cte-student-dl .cte-student-btn{ align-self:flex-start; }

/* ---------- countries, visa, links ---------- */
.cte-student-countries{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; }
@media (max-width:980px){ .cte-student-countries{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:620px){ .cte-student-countries{ grid-template-columns:1fr; } }
.cte-student-country{ background:#fff; box-shadow:0 0 0 1px var(--line); padding:1.4rem; display:flex; align-items:center; gap:1rem; text-decoration:none; transition:background .18s; }
.cte-student-country:hover{ background:var(--mist); }
.cte-student-country .flag{ width:34px; height:23px; flex:none; box-shadow:0 0 0 1px rgba(15,23,80,.16); }
.cte-student-country h3{ margin:0; font-size:1.02rem; }
.cte-student-country p{ margin:.1rem 0 0; font-size:.86rem; color:var(--slate); }
.cte-student-country__go{ margin-left:auto; color:var(--red); }
.cte-student-country__go svg{ width:17px; height:17px; transition:transform .2s; }
.cte-student-country:hover .cte-student-country__go svg{ transform:translateX(4px); }

.cte-student-visas{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; }
@media (max-width:900px){ .cte-student-visas{ grid-template-columns:1fr; } }
.cte-student-visa{ background:#fff; box-shadow:0 0 0 1px var(--line); padding:1.8rem 1.5rem; border-top:4px solid var(--red); }
.cte-student-visa h3{ margin:0 0 .4rem; font-size:1.1rem; }
.cte-student-visa p{ margin:0 0 1rem; font-size:.92rem; color:var(--slate); }
.cte-student-visa ul{ list-style:none; margin:0; padding:0; }
.cte-student-visa li{ position:relative; padding:.35rem 0 .35rem 1.4rem; font-size:.92rem; color:var(--slate); }
.cte-student-visa li::before{ content:""; position:absolute; left:0; top:1em; width:8px; height:2px; background:var(--red); }

.cte-student-note{ border-left:4px solid var(--red); background:var(--mist); padding:1.3rem 1.5rem; margin-top:1.6rem; }
.cte-student-note strong{ color:var(--navy); }
.cte-student-note p{ margin:0; }
.cte-student-note__actions{ display:flex; flex-wrap:wrap; gap:.6rem; margin-top:1rem; }

.cte-student-checklist{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(2,1fr); gap:1px; }
@media (max-width:760px){ .cte-student-checklist{ grid-template-columns:1fr; } }
.cte-student-checklist li{ background:#fff; box-shadow:0 0 0 1px var(--line); padding:.95rem 1.2rem; display:flex; align-items:center; gap:.8rem; font-size:.95rem; color:var(--graphite); }

.cte-student-links{ display:grid; grid-template-columns:repeat(2,1fr); gap:1px; }
@media (max-width:760px){ .cte-student-links{ grid-template-columns:1fr; } }
.cte-student-link{ background:#fff; box-shadow:0 0 0 1px var(--line); padding:1.3rem 1.4rem; display:flex; align-items:center; gap:1rem; text-decoration:none; transition:background .18s; }
.cte-student-link:hover{ background:var(--mist); }
.cte-student-link__icon{ width:40px; height:40px; flex:none; display:grid; place-items:center; background:var(--mist); color:var(--navy); }
.cte-student-link__icon svg{ width:20px; height:20px; }
.cte-student-link h3{ margin:0; font-size:1rem; }
.cte-student-link p{ margin:.1rem 0 0; font-size:.84rem; color:var(--slate); }
.cte-student-link__go{ margin-left:auto; font-family:var(--display); font-weight:600; font-size:.76rem; color:var(--red); display:inline-flex; align-items:center; gap:.35rem; white-space:nowrap; }
.cte-student-link__go svg{ width:15px; height:15px; }
@media (max-width:560px){ .cte-student-link__go span{ display:none; } }

/* ---------- faq ---------- */
.cte-student-faq{ max-width:900px; }
.cte-student-faq__item{ background:#fff; box-shadow:0 0 0 1px var(--line); margin-bottom:1px; }
.cte-student-faq__q{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:1.2rem;
  background:none; border:0; cursor:pointer; text-align:left; padding:1.15rem 1.4rem;
  font-family:var(--display); font-weight:700; font-size:1.02rem; color:var(--navy);
}
.cte-student-faq__plus{ width:16px; height:16px; position:relative; flex:none; }
.cte-student-faq__plus::before,.cte-student-faq__plus::after{ content:""; position:absolute; background:var(--red); transition:transform .2s; }
.cte-student-faq__plus::before{ left:0; right:0; top:7px; height:2px; }
.cte-student-faq__plus::after{ top:0; bottom:0; left:7px; width:2px; }
.cte-student-faq__item[data-open="true"] .cte-student-faq__plus::after{ transform:scaleY(0); }
.cte-student-faq__a{ display:none; padding:0 1.4rem 1.3rem; }
.cte-student-faq__item[data-open="true"] .cte-student-faq__a{ display:block; }
.cte-student-faq__a p{ margin:0; color:var(--slate); max-width:70ch; }

/* ---------- form ---------- */
.cte-student-formgrid{ display:grid; gap:clamp(28px,4vw,60px); }
@media (min-width:900px){ .cte-student-formgrid{ grid-template-columns:1fr 1fr; } }
.cte-student-form{ display:grid; gap:1rem; }
.cte-student-form .row{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
@media (max-width:520px){ .cte-student-form .row{ grid-template-columns:1fr; } }
.cte-student-field{ display:grid; gap:.4rem; }
.cte-student-field label{ font-family:var(--display); font-weight:500; font-size:.76rem; letter-spacing:.12em; text-transform:uppercase; color:var(--navy); }
.cte-student-field input, .cte-student-field select, .cte-student-field textarea{
  font-family:var(--body); font-size:1rem; padding:.8rem .9rem; border:1px solid var(--line);
  border-radius:4px; background:#fff; width:100%; color:var(--graphite);
}
.cte-student-field textarea{ min-height:110px; resize:vertical; }

/* ---------- final cta + floating support ---------- */
.cte-student-final{ background:var(--red); color:#fff; padding-block:clamp(46px,5.5vw,80px); }
.cte-student-final h2{ color:#fff; font-size:clamp(1.8rem,3.2vw,2.7rem); margin:0 0 .5rem; max-width:22ch; }
.cte-student-final p{ color:rgba(255,255,255,.92); max-width:56ch; margin:0 0 1.6rem; }
.cte-student-final .cte-student-btn--light:hover{ background:var(--navy); color:#fff; }

.cte-student-support{ position:fixed; right:18px; bottom:18px; z-index:75; display:flex; flex-direction:column; gap:.5rem; }
.cte-student-support a{
  width:50px; height:50px; border-radius:50%; display:grid; place-items:center;
  color:#fff; box-shadow:0 10px 26px rgba(15,23,80,.28); transition:transform .18s;
}
.cte-student-support a:hover{ transform:translateY(-3px); }
.cte-student-support svg{ width:22px; height:22px; }
.cte-student-support .wa{ background:#25D366; color:#0B2E13; }
.cte-student-support .call{ background:var(--navy); }
.cte-student-support .book{ background:var(--red); }
@media (max-width:700px){
  .cte-student-support{
    right:0; left:0; bottom:0; flex-direction:row; gap:0;
    background:var(--navy); box-shadow:0 -6px 20px rgba(15,23,80,.25);
  }
  .cte-student-support a{
    flex:1; width:auto; height:56px; border-radius:0; gap:.5rem;
    font-family:var(--display); font-weight:600; font-size:.82rem; box-shadow:none;
  }
  .cte-student-support a span{ display:inline; }
  .cte-student-support a:hover{ transform:none; }
  .cte-student-page{ padding-bottom:56px; }
}
.cte-student-support a span{ display:none; }

@media (prefers-reduced-motion: reduce){
  .cte-student-page *{ animation:none !important; transition:none !important; }
  .cte-student-btn:hover, .cte-student-card:hover{ transform:none; }
}
