/* ==========================================================================
   CareerNestIQ — Design System
   Concept: the "milestone route" — a journey marked by honest waypoints.
   Palette follows Apollo MedSkills' healthcare-group identity — deep teal-blue
   (Apollo "Blue Chill") as the ink, warm mango/amber as the marker accent —
   instead of the default cream/terracotta or near-black/neon combos. Display
   serif (Newsreader) for editorial warmth, IBM Plex Sans for body, IBM Plex
   Mono for the marker/eyebrow system that echoes distance-post signage.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400;1,6..72,500&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

:root{
  --ink:        #0b2b38;
  --ink-2:      #123c4c;
  --ink-soft:   #2a5568;
  --paper:      #eef3f3;
  --paper-deep: #e1eaea;
  --card:       #ffffff;
  --brass:      #f2a83d;
  --brass-deep: #c9821f;
  --brass-pale: #fbe7c8;
  --teal:       #0e7c98;
  --teal-pale:  #dcedf1;
  --rule:       #d5dfe0;
  --rule-dark:  rgba(255,255,255,.14);
  --text:       #142228;
  --text-muted: #52646b;
  --text-on-ink: #dbe8ec;
  --text-on-ink-muted: #93aab2;

  --serif: 'Newsreader', Georgia, serif;
  --sans:  'IBM Plex Sans', Arial, sans-serif;
  --mono:  'IBM Plex Mono', 'Courier New', monospace;

  --container: 1180px;
  --radius: 3px;
  --shadow-card: 0 1px 2px rgba(16,25,44,.06), 0 12px 32px -20px rgba(16,25,44,.35);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } * { animation-duration:.01ms !important; transition-duration:.01ms !important;} }

body{
  margin:0;
  font-family:var(--sans);
  color:var(--text);
  background:var(--paper);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; }

.wrap{ max-width:var(--container); margin:0 auto; padding:0 32px; }

h1,h2,h3,h4{ font-family:var(--serif); font-weight:500; line-height:1.12; margin:0; letter-spacing:-0.01em; }
h1{ font-size:clamp(2.4rem, 4.6vw, 4.1rem); }
h2{ font-size:clamp(1.7rem, 3vw, 2.5rem); }
h3{ font-size:clamp(1.25rem, 1.8vw, 1.55rem); }
p{ margin:0; }

em{ font-style:italic; color:inherit; }

::selection{ background:var(--brass-pale); color:var(--ink); }
:focus-visible{ outline:2px solid var(--brass); outline-offset:3px; }

/* ---------- eyebrow / marker label system ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--mono); font-size:.72rem; letter-spacing:.14em; text-transform:uppercase;
  color:var(--brass-deep); font-weight:600; margin-bottom:18px;
}
.eyebrow::before{
  content:""; width:18px; height:1px; background:var(--brass-deep); display:block;
}
.on-ink .eyebrow{ color:var(--brass); }
.on-ink .eyebrow::before{ background:var(--brass); }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--sans); font-weight:600; font-size:.94rem;
  padding:13px 24px; border-radius:var(--radius); border:1px solid transparent;
  cursor:pointer; white-space:nowrap; transition:transform .15s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.btn-primary{ background:var(--brass); color:#1a1305; }
.btn-primary:hover{ background:var(--brass-deep); color:#fff; transform:translateY(-1px); }
.btn-ghost{ background:var(--brass); color:#1a1305; border-color:var(--brass); }
.btn-ghost:hover{ background:var(--brass-deep); color:#fff; border-color:var(--brass-deep); transform:translateY(-1px); }
.on-ink .btn-ghost{ background:var(--brass); color:#1a1305; border-color:var(--brass); }
.on-ink .btn-ghost:hover{ background:var(--brass-deep); color:#fff; }
.btn-link{ display:inline-flex; align-items:center; gap:6px; font-weight:600; color:var(--brass-deep); border-bottom:1px solid currentColor; padding-bottom:2px; }
.btn-link:hover{ color:var(--ink); }
.on-ink .btn-link{ color:var(--brass); }
.on-ink .btn-link:hover{ color:#fff; }
.btn-block{ width:100%; justify-content:center; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header{
  position:sticky; top:0; z-index:100;
  background:rgba(238,240,236,.92); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--rule);
}
.site-header .wrap{ display:flex; align-items:center; justify-content:space-between; height:86px; gap:10px; max-width:none; padding:0 24px; }

.logo{ display:flex; align-items:center; gap:11px; flex:none; white-space:nowrap; }
.logo-mark{ width:30px; height:30px; flex:none; }
.logo-img{ height:64px; width:auto; flex:none; }
.logo-text{ display:flex; flex-direction:column; line-height:1.05; }
.logo-text .name{ font-family:var(--serif); font-weight:600; font-size:1.28rem; color:var(--ink); letter-spacing:-.01em; }
.logo-text .tag{ font-family:var(--mono); font-size:.82rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--ink-2); }

/* header phone */
.header-phone{ display:flex; align-items:center; gap:6px; font-family:var(--mono); font-size:.92rem; font-weight:600; color:var(--ink-2); white-space:nowrap; }
.header-phone svg{ width:16px; height:16px; color:var(--brass-deep); flex:none; }
.header-phone:hover{ color:var(--brass-deep); }
.mobile-nav .header-phone{ font-family:var(--mono); font-size:1rem; padding:14px 0; border-bottom:1px solid var(--rule-dark); color:var(--text-on-ink); }

/* admissions ticker — scrolling strip at the top of the home hero */
.admissions-ticker{ overflow:hidden; background:var(--brass); }
.admissions-ticker-track{ display:flex; width:max-content; animation:admissions-ticker-scroll 20s linear infinite; }
.admissions-ticker-item{ display:flex; align-items:center; white-space:nowrap; padding:13px 28px; font-family:var(--sans); font-size:1.02rem; font-weight:700; letter-spacing:.01em; color:#1a1305; }
.admissions-ticker-item a{ color:#1a1305; text-decoration:underline; margin-left:8px; }
.admissions-ticker-item a:hover{ color:#fff; }
@keyframes admissions-ticker-scroll{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
@media (prefers-reduced-motion: reduce){ .admissions-ticker-track{ animation:none; } }

.main-nav{ display:flex; align-items:center; gap:0; flex:1; justify-content:center; min-width:0; }
.main-nav > ul{ display:flex; align-items:center; gap:0; flex-wrap:nowrap; }
.main-nav a.nav-link{
  font-size:.92rem; font-weight:500; padding:11px 10px; border-radius:var(--radius);
  color:var(--ink-2); position:relative; white-space:nowrap;
}
.main-nav a.nav-link:hover{ color:var(--brass-deep); }
.main-nav a.nav-link.active{ color:var(--brass-deep); }

.has-dropdown{ position:relative; }
.has-dropdown > .nav-link{ display:flex; align-items:center; gap:5px; }
.has-dropdown .caret{ width:8px; height:8px; transition:transform .18s ease; }
.has-dropdown:hover .caret, .has-dropdown:focus-within .caret{ transform:rotate(180deg); }
.dropdown{
  position:absolute; top:100%; left:0; margin-top:6px; min-width:270px;
  background:var(--card); border:1px solid var(--rule); border-radius:var(--radius);
  box-shadow:var(--shadow-card); padding:8px; opacity:0; visibility:hidden; transform:translateY(4px);
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown{ opacity:1; visibility:visible; transform:translateY(0); }
.dropdown a{ display:block; padding:10px 12px; border-radius:2px; font-size:.87rem; color:var(--ink-2); }
.dropdown a:hover{ background:var(--paper); color:var(--brass-deep); }
.dropdown .view-all{ border-top:1px solid var(--rule); margin-top:4px; padding-top:10px; font-weight:600; color:var(--brass-deep); }

.header-cta{ display:flex; align-items:center; gap:14px; flex:none; }
.header-cta .btn-primary{ padding:13px 18px; }
.nav-toggle{ display:none; background:none; border:1px solid var(--rule); border-radius:var(--radius); width:42px; height:42px; align-items:center; justify-content:center; cursor:pointer; }
.nav-toggle svg{ width:20px; height:20px; }

@media (max-width:1360px){
  .main-nav{ display:none; }
  .header-cta .btn-primary{ display:none; }
  .header-cta .header-phone{ display:none; }
  .nav-toggle{ display:flex; }
}

/* mobile drawer */
.mobile-nav{
  position:fixed; inset:0; background:var(--ink); color:var(--text-on-ink); z-index:200;
  padding:26px 26px 40px; overflow-y:auto; transform:translateX(100%); transition:transform .28s ease;
}
.mobile-nav.open{ transform:translateX(0); }
.mobile-nav-top{ display:flex; justify-content:space-between; align-items:center; margin-bottom:34px; }
.mobile-nav-top .logo-img{ height:42px; }
.mobile-nav-close{ background:none; border:1px solid var(--rule-dark); border-radius:var(--radius); width:40px; height:40px; color:#fff; cursor:pointer; }
.mobile-nav a{ display:block; padding:14px 0; font-family:var(--serif); font-size:1.4rem; border-bottom:1px solid var(--rule-dark); }
.mobile-nav .sub{ padding-left:16px; }
.mobile-nav .sub a{ font-family:var(--sans); font-size:.95rem; padding:10px 0; border-bottom:none; color:var(--text-on-ink-muted); }
.mobile-nav .btn{ margin-top:24px; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero{ position:relative; padding:88px 0 96px; overflow:hidden; }
.hero-route{ position:absolute; inset:0; z-index:0; opacity:.55; pointer-events:none; }
.hero-grid{ position:relative; z-index:1; display:grid; grid-template-columns:1fr; gap:28px; max-width:820px; }
.hero .eyebrow{ margin-bottom:22px; }
.hero h1{ margin-bottom:22px; }
.hero .sub{ font-size:1.14rem; color:var(--text-muted); max-width:640px; margin-bottom:32px; }
.hero-actions{ display:flex; flex-wrap:wrap; gap:14px; margin-bottom:40px; }
.trust-strip{ display:flex; flex-wrap:wrap; gap:10px 28px; align-items:center; padding-top:26px; border-top:1px solid var(--rule); }
.trust-strip span{ font-family:var(--mono); font-size:.72rem; letter-spacing:.05em; text-transform:uppercase; color:var(--text-muted); }
.trust-strip .dot{ color:var(--brass); }

.hero.on-ink{ background:var(--ink); color:var(--text-on-ink); }
.hero.on-ink .sub{ color:var(--text-on-ink-muted); }
.hero.on-ink .trust-strip{ border-top-color:var(--rule-dark); }
.hero.on-ink .trust-strip span{ color:var(--text-on-ink-muted); }

.hero.on-ink.hero-photo{
  background-image: linear-gradient(100deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.58) 58%, rgba(0,0,0,.28) 100%), url('assets/zu.webp');
  background-size: cover;
  background-position: center;
}
.hero-photo .eyebrow, .hero-photo h1, .hero-photo .sub, .hero-photo .trust-strip span{
  text-shadow: 0 2px 16px rgba(0,0,0,.85), 0 1px 3px rgba(0,0,0,.9);
}
.hero.on-ink.hero-photo .admission-alert{ background:var(--ink-2); color:var(--brass); border-left-color:var(--brass); }
.hero.on-ink.hero-photo .sub{ color:#fff; }

.hero-partner-logos{ display:flex; align-items:center; }
.hero-partner-logos img{ height:80px; width:auto; flex:none; }
@media (max-width:560px){ .hero-partner-logos img{ height:56px; } }

/* ==========================================================================
   COUNSELING POPUP
   ========================================================================== */
.popup-overlay{
  position:fixed; inset:0; background:rgba(11,20,26,.72); z-index:400;
  display:flex; align-items:center; justify-content:center; padding:20px;
  opacity:0; visibility:hidden; transition:opacity .25s ease, visibility .25s ease;
}
.popup-overlay.open{ opacity:1; visibility:visible; }
.popup-card{
  background:var(--card); border-radius:10px; padding:52px 52px 42px; max-width:640px; width:100%;
  max-height:92vh; overflow-y:auto; position:relative;
  box-shadow:0 30px 80px -20px rgba(0,0,0,.55);
  transform:translateY(16px) scale(.98); transition:transform .25s ease;
}
.popup-overlay.open .popup-card{ transform:translateY(0) scale(1); }
.popup-close{
  position:absolute; top:18px; right:18px; width:40px; height:40px; border-radius:50%;
  border:1px solid var(--rule); background:var(--paper); color:var(--ink); font-size:1.5rem; line-height:1;
  cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .15s ease, color .15s ease;
}
.popup-close:hover{ background:var(--ink); color:#fff; border-color:var(--ink); }
.popup-card h3{ margin:14px 0 10px; font-size:1.85rem; }
.popup-sub{ color:var(--text-muted); font-size:1.02rem; margin-bottom:28px; }
.popup-card .field label{ font-size:.74rem; }
.popup-card .field input, .popup-card .field select, .popup-card .field textarea{ padding:15px 16px; font-size:1rem; }
.popup-card .btn-block{ padding:16px 24px; font-size:1rem; }
@media (max-width:640px){ .popup-card{ padding:36px 26px 30px; } .popup-card h3{ font-size:1.5rem; } }

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.section{ padding:96px 0; }
.section.tight{ padding:72px 0; }
.section.on-ink{ background:var(--ink); color:var(--text-on-ink); }
.section.paper-deep{ background:var(--paper-deep); }
.section.on-card{ background:var(--card); }
.section-head{ max-width:680px; margin-bottom:52px; }
.section-head .sub{ color:var(--text-muted); font-size:1.06rem; margin-top:16px; }
.on-ink .section-head .sub{ color:var(--text-on-ink-muted); }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }

hr.rule{ border:none; border-top:1px solid var(--rule); margin:0; }
.on-ink hr.rule{ border-top-color:var(--rule-dark); }

/* two column */
.split{ display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start; }
@media (max-width:860px){ .split{ grid-template-columns:1fr; gap:36px; } }

/* ---------- problem section big pull quote style ---------- */
.problem-block p{ font-size:1.12rem; color:var(--text-muted); margin-bottom:18px; }
.problem-block p:last-child{ margin-bottom:0; }
.problem-lede{ font-family:var(--serif); font-size:1.55rem; font-style:italic; color:var(--ink); line-height:1.4; }
.on-ink .problem-block p{ color:var(--text-on-ink-muted); }
.on-ink .problem-lede{ color:#fff; }

/* ==========================================================================
   MILESTONE ROUTE — signature process component
   ========================================================================== */
.route{ position:relative; }
.route-rail{
  display:grid; grid-template-columns:repeat(4,1fr); gap:0; position:relative;
}
.route-rail::before{
  content:""; position:absolute; top:23px; left:23px; right:23px;
  height:2px; background:repeating-linear-gradient(to right, var(--brass) 0 10px, transparent 10px 18px);
  z-index:0;
}
.on-ink .route-rail::before{ background:repeating-linear-gradient(to right, var(--brass) 0 10px, transparent 10px 18px); }
.milestone{ position:relative; z-index:1; padding:0 22px 0 0; }
.milestone:last-child{ padding-right:0; }
.marker-post{
  width:46px; height:46px; border-radius:50%; background:var(--card); border:2px solid var(--brass);
  display:flex; align-items:center; justify-content:center; margin-bottom:22px;
  font-family:var(--mono); font-weight:600; font-size:.95rem; color:var(--brass-deep);
}
.on-ink .marker-post{ background:var(--ink); color:var(--brass); }
.milestone h3{ margin-bottom:10px; }
.milestone .label{ font-family:var(--mono); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; color:var(--brass-deep); margin-bottom:8px; display:block; }
.on-ink .milestone .label{ color:var(--brass); }
.milestone p{ color:var(--text-muted); font-size:.96rem; }
.on-ink .milestone p{ color:var(--text-on-ink-muted); }
.milestone .meta{ margin-top:14px; padding-top:14px; border-top:1px solid var(--rule); font-size:.86rem; }
.on-ink .milestone .meta{ border-top-color:var(--rule-dark); }
.milestone .meta b{ color:var(--ink); font-weight:600; }
.on-ink .milestone .meta b{ color:#fff; }

@media (max-width:900px){
  .route-rail{ grid-template-columns:1fr; gap:36px; }
  .route-rail::before{ top:0; bottom:0; left:23px; right:auto; width:2px; height:auto;
    background:repeating-linear-gradient(to bottom, var(--brass) 0 10px, transparent 10px 18px); }
  .milestone{ padding-left:64px; padding-right:0; }
  .marker-post{ position:absolute; left:0; top:0; margin-bottom:0; }
}
.route-rail.cols-5{ grid-template-columns:repeat(5,1fr); }
@media (max-width:900px){ .route-rail.cols-5{ grid-template-columns:1fr; } }

/* ==========================================================================
   CARDS
   ========================================================================== */
.grid{ display:grid; gap:24px; }
.grid-2{ grid-template-columns:repeat(2,1fr); }
.grid-3{ grid-template-columns:repeat(3,1fr); }
.grid-4{ grid-template-columns:repeat(4,1fr); }
@media (max-width:960px){ .grid-4{ grid-template-columns:repeat(2,1fr);} .grid-3{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:640px){ .grid-4,.grid-3,.grid-2{ grid-template-columns:1fr; } }

.card{
  background:var(--card); border:1px solid var(--rule); border-radius:var(--radius);
  padding:30px; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover{ transform:translateY(-3px); box-shadow:var(--shadow-card); border-color:var(--brass); }
.card .icon{ width:38px; height:38px; margin-bottom:18px; color:var(--brass-deep); }
.card h3{ margin-bottom:10px; font-size:1.15rem; }
.card p{ color:var(--text-muted); font-size:.94rem; }
.card .go{ display:inline-flex; align-items:center; gap:6px; margin-top:16px; font-weight:600; font-size:.88rem; color:var(--brass-deep); }
.card .go svg{ width:13px; height:13px; transition:transform .15s ease; }
.card:hover .go svg{ transform:translateX(3px); }

/* sector card w/ number tab */
.sector-card{ position:relative; padding-top:44px; }
.sector-card .tag{ position:absolute; top:-1px; left:-1px; background:var(--ink); color:var(--brass); font-family:var(--mono); font-size:.68rem; letter-spacing:.08em; padding:7px 14px; border-radius:var(--radius) 0 var(--radius) 0; }

/* partner card */
.partner-card{ background:var(--card); border:1px solid var(--rule); border-radius:var(--radius); padding:32px; }
.partner-card .role{ font-family:var(--mono); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; color:var(--teal); margin-bottom:10px; display:block; }
.partner-card h3{ margin-bottom:12px; }
.partner-card p{ color:var(--text-muted); font-size:.95rem; }

/* difference/why list */
.diff-list{ display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:var(--rule); border:1px solid var(--rule); border-radius:var(--radius); overflow:hidden; }
.diff-list.cols-3{ grid-template-columns:repeat(3,1fr); }
.diff-list.cols-4{ grid-template-columns:repeat(4,1fr); }
@media (max-width:900px){ .diff-list, .diff-list.cols-3, .diff-list.cols-4{ grid-template-columns:1fr; } }
@media (min-width:901px) and (max-width:1100px){ .diff-list.cols-3, .diff-list.cols-4{ grid-template-columns:repeat(2,1fr); } }
.diff-item{ background:var(--card); padding:30px; }
.on-ink .diff-item{ background:var(--ink-2); }
.diff-item .mk{ display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; border:1.5px solid var(--brass); border-radius:50%; margin-bottom:16px; }
.diff-item .mk svg{ width:13px; height:13px; color:var(--brass); }
.diff-item h3{ font-size:1.05rem; margin-bottom:8px; }
.diff-item p{ color:var(--text-muted); font-size:.92rem; }
.on-ink .diff-item p{ color:var(--text-on-ink-muted); }

/* comparison table (ZAAP vs International) */
.compare{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
@media (max-width:760px){ .compare{ grid-template-columns:1fr; } }
.compare-col{ border-radius:var(--radius); padding:30px; }
.compare-col.win{ background:var(--ink); color:var(--text-on-ink); border:1px solid var(--ink); }
.compare-col.lose{ background:#f4e3e0; border:1px solid #dcada4; }
.compare-col .price{ font-family:var(--serif); font-size:2.1rem; margin:14px 0 20px; }
.compare-col.lose .price{ color:#8a3b2c; }
.compare-col .badge{ font-family:var(--mono); font-size:.66rem; letter-spacing:.1em; text-transform:uppercase; color:var(--brass); background:rgba(185,134,46,.14); padding:5px 10px; border-radius:2px; display:inline-block; margin-bottom:10px; }
.compare-col.lose .badge{ color:#fff; background:#a8442f; }
.compare-col ul li{ display:flex; gap:10px; padding:9px 0; font-size:.92rem; border-top:1px solid var(--rule-dark); }
.compare-col.lose ul li{ border-top-color:#dcada4; color:#5a3229; }
.compare-col.lose h3{ color:#3a1f18; }
.compare-col.win ul li{ color:var(--text-on-ink-muted); }
.compare-col ul li:first-child{ border-top:none; }
.compare-col ul li svg{ width:15px; height:15px; flex:none; margin-top:2px; }

/* fee tables */
.fee-table-wrap{ margin-bottom:32px; }
.fee-table-wrap:last-child{ margin-bottom:0; }
.fee-table-head{ display:flex; justify-content:space-between; align-items:baseline; gap:16px; margin-bottom:14px; flex-wrap:wrap; }
.fee-table-head h3{ font-size:1.1rem; }
.fee-table-head .note{ font-family:var(--sans); font-size:.86rem; color:var(--text-muted); }
.fee-table{ width:100%; border-collapse:separate; border-spacing:0; background:var(--card); border:1px solid var(--rule); border-radius:10px; overflow:hidden; box-shadow:var(--shadow-card); }
.fee-table th, .fee-table td{ padding:16px 20px; text-align:left; font-family:var(--sans); font-size:.93rem; border-bottom:1px solid var(--rule); }
.fee-table th{ font-family:var(--sans); font-size:.72rem; letter-spacing:.06em; text-transform:uppercase; color:#fff; background:var(--ink); font-weight:600; border-bottom:none; }
.fee-table tbody tr:nth-child(even){ background:var(--paper); }
.fee-table td.amount{ font-family:var(--serif); font-size:1.05rem; font-weight:600; color:var(--ink); white-space:nowrap; }
.fee-table tr:last-child td{ border-bottom:none; }
.fee-table tr.total td{ font-weight:700; color:var(--ink); background:var(--brass-pale); border-top:2px solid var(--brass); }
.fee-table tr.total td.amount{ font-size:1.15rem; color:var(--brass-deep); }
@media (max-width:640px){ .fee-table th, .fee-table td{ padding:12px 14px; font-size:.85rem; } .fee-table td.amount{ font-size:.95rem; } .fee-table tr.total td.amount{ font-size:1.02rem; } }

/* fee structure — highlights, wide/scrollable table, checklist, one-time badge, payment stages */
.fee-highlights{ display:grid; grid-template-columns:repeat(2,1fr); gap:12px 32px; margin-bottom:40px; }
.fee-highlights div{ position:relative; padding-left:22px; font-size:.96rem; color:var(--text); }
.fee-highlights div::before{ content:""; position:absolute; left:0; top:8px; width:8px; height:8px; border:1.5px solid var(--brass); border-radius:50%; }
@media (max-width:700px){ .fee-highlights{ grid-template-columns:1fr; } }

.fee-payee{ display:block; font-size:.78rem; color:var(--text-muted); margin-top:3px; font-weight:400; }
.fee-table-scroll{ overflow-x:auto; -webkit-overflow-scrolling:touch; margin-bottom:8px; border-radius:var(--radius); }
.fee-table-scroll .fee-table{ min-width:820px; }

.fee-checklist{ margin:0; padding:0; list-style:none; }
.fee-checklist li{ position:relative; padding-left:22px; margin-bottom:11px; font-size:.94rem; color:var(--text-muted); }
.fee-checklist li::before{ content:""; position:absolute; left:0; top:8px; width:8px; height:8px; border:1.5px solid var(--brass); border-radius:50%; }
.fee-checklist li:last-child{ margin-bottom:0; }

.fee-onetime{ margin-top:20px; background:var(--ink); color:#fff; border-radius:var(--radius); padding:18px 20px; }
.fee-onetime .amt{ font-family:var(--serif); font-size:1.6rem; display:block; margin-bottom:4px; }
.fee-onetime span.note{ font-family:var(--sans); font-size:.8rem; color:var(--text-on-ink-muted); }

.fee-stage{ display:grid; grid-template-columns:130px 1fr; gap:24px; margin-bottom:8px; }
.fee-stage-label{ font-family:var(--mono); font-size:.78rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--brass-deep); padding-top:16px; }
.fee-stage-meta{ margin-top:14px; font-size:.88rem; color:var(--text-muted); }
.fee-stage-meta strong{ color:var(--ink); font-weight:600; }
.fee-stage-divider{ font-family:var(--mono); font-size:.7rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:#fff; background:var(--ink); padding:8px 16px; border-radius:2px; margin:28px 0 24px 154px; display:inline-block; }
@media (max-width:640px){ .fee-stage{ grid-template-columns:1fr; gap:10px; } .fee-stage-label{ padding-top:0; } .fee-stage-divider{ margin-left:0; } }

/* admission alert */
.admission-alert{ display:inline-flex; align-items:center; gap:10px; background:var(--brass-pale); color:var(--brass-deep); border-left:3px solid var(--brass); padding:12px 18px; border-radius:0 3px 3px 0; font-size:.9rem; font-weight:600; margin-bottom:28px; }
.hero.on-ink .admission-alert{ background:rgba(242,168,61,.14); color:var(--brass); }

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.faq-group{ margin-bottom:44px; }
.faq-group-title{ font-family:var(--mono); font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; color:var(--brass-deep); margin-bottom:14px; padding-bottom:12px; border-bottom:1px solid var(--rule); }
.faq-item{ border-bottom:1px solid var(--rule); }
.faq-q{ width:100%; display:flex; justify-content:space-between; align-items:center; gap:20px; background:none; border:none; text-align:left; padding:20px 4px; cursor:pointer; font-family:var(--serif); font-size:1.08rem; color:var(--ink); }
.faq-q .plus{ width:22px; height:22px; flex:none; position:relative; }
.faq-q .plus::before, .faq-q .plus::after{ content:""; position:absolute; background:var(--brass-deep); top:50%; left:50%; transform:translate(-50%,-50%); }
.faq-q .plus::before{ width:14px; height:2px; }
.faq-q .plus::after{ width:2px; height:14px; transition:transform .2s ease; }
.faq-item.open .plus::after{ transform:translate(-50%,-50%) rotate(90deg); opacity:0; }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.faq-a-inner{ padding:0 4px 22px; color:var(--text-muted); font-size:.97rem; max-width:760px; }

/* ==========================================================================
   FORMS
   ========================================================================== */
.form-card{ background:var(--card); border:1px solid var(--rule); border-radius:var(--radius); padding:40px; box-shadow:var(--shadow-card); }
.field{ margin-bottom:20px; }
.field label{ display:block; font-family:var(--mono); font-size:.68rem; letter-spacing:.08em; text-transform:uppercase; color:var(--text-muted); margin-bottom:8px; }
.field input, .field select, .field textarea{
  width:100%; padding:13px 14px; border:1px solid var(--rule); border-radius:2px; background:var(--paper);
  font-family:var(--sans); font-size:.95rem; color:var(--text);
}
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color:var(--brass); background:#fff; }
.field textarea{ min-height:96px; resize:vertical; }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
@media (max-width:560px){ .field-row{ grid-template-columns:1fr; } }
.form-note{ font-size:.84rem; color:var(--text-muted); margin-top:16px; text-align:center; }

/* ==========================================================================
   CTA BAND
   ========================================================================== */
.cta-band{ background:var(--ink); color:var(--text-on-ink); border-radius:6px; overflow:hidden; }
.cta-band .grid-2{ gap:0; }
.cta-half{ padding:52px 46px; }
.cta-half:first-child{ border-right:1px solid var(--rule-dark); }
@media (max-width:760px){ .cta-half:first-child{ border-right:none; border-bottom:1px solid var(--rule-dark); } }
.cta-half .kicker{ font-family:var(--mono); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; color:var(--brass); margin-bottom:16px; }
.cta-half h3{ font-size:1.5rem; margin-bottom:14px; color:#fff; }
.cta-half p{ color:var(--text-on-ink-muted); margin-bottom:26px; font-size:.96rem; }
.cta-band .btn-ghost, .hero.on-ink .btn-ghost, .on-ink .btn-ghost{ color:#1a1305; border-color:var(--brass); background:var(--brass); }
.cta-band .btn-ghost:hover, .hero.on-ink .btn-ghost:hover, .on-ink .btn-ghost:hover{ background:var(--brass-deep); color:#fff; border-color:var(--brass-deep); }
.cta-band .btn-link{ color:var(--brass); }
.cta-band .btn-link:hover{ color:#fff; }

/* ==========================================================================
   BLOG
   ========================================================================== */
.blog-card{ background:var(--card); border:1px solid var(--rule); border-radius:var(--radius); overflow:hidden; display:flex; flex-direction:column; }
.blog-card .kicker{ padding:22px 24px 0; font-family:var(--mono); font-size:.66rem; letter-spacing:.09em; text-transform:uppercase; color:var(--teal); }
.blog-card .content{ padding:14px 24px 26px; flex:1; display:flex; flex-direction:column; }
.blog-card h3{ font-size:1.2rem; margin-bottom:10px; }
.blog-card p{ color:var(--text-muted); font-size:.93rem; flex:1; }

.article{ max-width:720px; margin:0 auto; }
.article h2{ margin-top:44px; margin-bottom:16px; font-size:1.5rem; }
.article h3{ margin-top:32px; margin-bottom:12px; font-size:1.2rem; }
.article p{ margin-bottom:18px; color:var(--text); font-size:1.03rem; line-height:1.75; }
.article p.lede{ font-family:var(--serif); font-size:1.3rem; font-style:italic; color:var(--ink-2); line-height:1.5; }
.article ul{ margin:0 0 20px; }
.article ul li{ position:relative; padding-left:22px; margin-bottom:12px; font-size:1rem; color:var(--text); }
.article ul li::before{ content:""; position:absolute; left:0; top:9px; width:8px; height:8px; border:1.5px solid var(--brass); border-radius:50%; }
.article-callout{ background:var(--brass-pale); border-left:3px solid var(--brass); padding:22px 26px; border-radius:0 3px 3px 0; margin:32px 0; font-size:.97rem; }
.article-meta{ display:flex; gap:16px; align-items:center; font-family:var(--mono); font-size:.72rem; color:var(--text-muted); text-transform:uppercase; letter-spacing:.06em; margin-bottom:18px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer{ background:rgba(238,240,236,.92); color:var(--text); padding:76px 0 0; border-top:1px solid var(--rule); }
.footer-top{ display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr minmax(220px,1.3fr); gap:32px; padding-bottom:56px; border-bottom:1px solid var(--rule); }
@media (max-width:900px){ .footer-top{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-top{ grid-template-columns:1fr; } }
.footer-brand .logo-text .name{ color:var(--ink); }
.footer-brand .logo-img{ height:58px; }
.footer-brand .tag2{ font-size:.92rem; color:var(--text-muted); margin-top:14px; max-width:260px; line-height:1.6; }
.footer-col h4{ font-family:var(--mono); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; color:var(--brass-deep); margin-bottom:18px; font-weight:600; }
.footer-col a, .footer-col span.plain{ display:block; font-size:.9rem; color:var(--text-muted); margin-bottom:12px; }
.footer-col-inline{ display:flex; flex-wrap:nowrap; gap:6px 16px; }
.footer-col-inline a{ margin-bottom:0; white-space:nowrap; font-size:.86rem; }
.footer-col a:hover{ color:var(--ink); }
.footer-bottom{ display:flex; justify-content:space-between; align-items:flex-start; gap:24px; padding:32px 0 40px; flex-wrap:wrap; }
.footer-legal{ font-size:.78rem; color:var(--text-muted); max-width:640px; line-height:1.6; }
.footer-links{ display:flex; gap:20px; font-size:.82rem; }
.footer-links a{ color:var(--text-muted); }
.footer-links a:hover{ color:var(--ink); }
.footer-disclaimer{ padding:22px 0 30px; border-top:1px solid var(--rule); font-size:.76rem; color:var(--text-muted); line-height:1.6; }
.institution-strip{ background:var(--ink-2); padding:16px 0; }
.institution-strip .wrap{ display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap; }
.institution-strip p{ font-size:.9rem; color:var(--text-on-ink-muted); }
.institution-strip a{ font-weight:600; color:var(--brass); }

/* ==========================================================================
   MISC UTILITIES
   ========================================================================== */
.center{ text-align:center; }
.mt-0{ margin-top:0; }
.stack{ display:flex; flex-direction:column; gap:14px; }
.tag-pill{ display:inline-block; font-family:var(--mono); font-size:.72rem; padding:6px 12px; border-radius:20px; border:1px solid var(--rule); color:var(--text-muted); }
.on-ink .tag-pill{ border-color:var(--rule-dark); color:var(--text-on-ink-muted); }

.what-we-help{ display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--rule); border-radius:var(--radius); overflow:hidden; }
.what-we-help.cols-5{ grid-template-columns:repeat(5,1fr); }
@media (max-width:900px){ .what-we-help, .what-we-help.cols-5{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .what-we-help, .what-we-help.cols-5{ grid-template-columns:1fr; } }
.whh-item{ padding:28px 24px; border-right:1px solid var(--rule); border-bottom:1px solid var(--rule); }
.whh-item:nth-last-child(1){ border-right:none; }
.whh-item h4{ font-family:var(--serif); font-size:1.05rem; margin-bottom:8px; font-weight:500; }
.whh-item p{ font-size:.88rem; color:var(--text-muted); }

.careers-tags{ display:flex; flex-wrap:wrap; gap:10px; }
.careers-tags span{ font-size:.88rem; padding:9px 16px; border:1px solid var(--rule); border-radius:20px; color:var(--ink-2); background:var(--card); }

.page-hero-crumb{ font-family:var(--mono); font-size:.72rem; letter-spacing:.06em; color:var(--text-on-ink-muted); margin-bottom:20px; text-transform:uppercase; }
.page-hero-crumb a{ color:var(--brass); }

.closing-line{ padding:64px 0; text-align:center; }
.closing-line p{ font-family:var(--serif); font-size:1.5rem; font-style:italic; }
.closing-line a{ color:var(--brass-deep); border-bottom:1px solid currentColor; }
