/* ═══════════════════════════════════════════════════════
   CFO ACCELERATOR 2026 — Clean 6-Module Layout
   ═══════════════════════════════════════════════════════ */
:root {
  --navy:     #0F2347;
  --navy-mid: #1B3A6B;
  --navy-dp:  #070D1C;
  --gold:     #C9982A;
  --gold-lt:  #E8B84B;
  --gold-bg:  #FDF3DC;
  --teal:     #4A9EBF;
  --blue2:    #5B8FD4;
  --off:      #F5F3EE;
  --light:    #ECF1F8;
  --muted:    #6B7A9A;
  --text:     #1C1C2E;
  --border:   rgba(201,152,42,.18);
  --ff-d:     'Cormorant Garamond', Georgia, serif;
  --ff-s:     'DM Sans', sans-serif;
  --max:      1220px;
  --pad:      32px;
  --nav:      70px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--ff-s); color: var(--text); background: #fff; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { display: block; max-width: 100%; }
input, select, textarea, button { font-family: inherit; }

/* ── LAYOUT ──────────────────────────────────────────────── */
.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.section    { padding: 96px 0; }
.bg-navy    { background: var(--navy); }
.bg-off     { background: var(--off); }
.bg-light   { background: var(--light); }
.bg-white   { background: #fff; }

/* ── TYPE ────────────────────────────────────────────────── */
.eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--gold); flex-shrink: 0; }
.eyebrow.light { color: var(--gold); }
h2 {
  font-family: var(--ff-d); font-size: clamp(32px,4vw,52px);
  font-weight: 700; line-height: 1.06; color: var(--navy); margin-bottom: 18px;
}
h2.light { color: #fff; }
.section-sub { font-size: 15px; color: rgba(255,255,255,.45); max-width: 560px; margin-bottom: 52px; line-height: 1.8; }
.lead { font-size: 16.5px !important; }
.gc-label { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.gold-text { color: var(--gold) !important; }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 3px; border: none;
  font-family: var(--ff-s); font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all .2s;
}
.btn-gold  { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,152,42,.28); }
.btn-wire  { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.26); }
.btn-wire:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.07); }
.btn-block { width: 100%; justify-content: center; padding: 15px; font-size: 12px; margin-top: 6px; }

/* ── NAV ─────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--nav);
  background: rgba(15,35,71,.92); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(201,152,42,.12); transition: background .3s, box-shadow .3s;
}
.nav.scrolled { background: rgba(7,13,28,.97); box-shadow: 0 4px 36px rgba(0,0,0,.45); }
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--pad);
  height: 100%; display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.logo-chip { background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: 1px; padding: 6px 8px; border-radius: 3px; }
.logo-name { font-size: 14px; font-weight: 600; color: #fff; }
.logo-name em { color: var(--gold); font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-size: 13px; font-weight: 500; color: rgba(255,255,255,.58); transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; padding: 8px 17px; border-radius: 3px; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 1.5px; text-transform: uppercase; }
.nav-cta:hover { background: var(--gold-lt) !important; }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-burger span { display: block; width: 23px; height: 2px; background: #fff; border-radius: 1px; transition: .3s; }

/* ── HERO ────────────────────────────────────────────────── */
.hero { min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; padding-top: var(--nav); }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; animation: heroZoom 9s ease forwards; }
@keyframes heroZoom { from { transform: scale(1.05); } to { transform: scale(1); } }
.hero-veil { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(5,11,34,.94) 0%, rgba(15,35,71,.82) 55%, rgba(5,11,34,.72) 100%); }
.hero-body { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; padding: 80px var(--pad) 110px; width: 100%; }

.hero-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; animation: up .6s ease both; }
.chip { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; }
.chip-gold { background: var(--gold); color: var(--navy); }
.chip-wire { border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.55); }

.hero-body h1 { letter-spacing: -2px; line-height: .9; margin-bottom: 20px; }
.h-eye  { display: block; font-family: var(--ff-d); font-size: clamp(18px,2.5vw,30px); font-weight: 400; font-style: italic; color: rgba(255,255,255,.52); letter-spacing: 5px; text-transform: uppercase; animation: up .65s .07s ease both; }
.h-main { display: block; font-family: var(--ff-d); font-size: clamp(54px,8vw,106px); font-weight: 700; color: #fff; animation: up .65s .14s ease both; }
.h-sub  { display: block; font-family: var(--ff-d); font-size: clamp(28px,3.6vw,52px); font-weight: 600; font-style: italic; color: var(--gold); animation: up .65s .21s ease both; }

.hero-tag  { font-family: var(--ff-d); font-size: clamp(17px,1.8vw,23px); font-style: italic; color: rgba(255,255,255,.48); margin-bottom: 8px; animation: up .65s .28s ease both; }
.hero-tag em { color: var(--gold); font-style: normal; }
.hero-desc { font-size: 15px; color: rgba(255,255,255,.35); max-width: 500px; line-height: 1.8; margin-bottom: 38px; animation: up .65s .34s ease both; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 58px; animation: up .65s .40s ease both; }

.hero-kpis { display: flex; align-items: center; border-top: 1px solid rgba(201,152,42,.2); padding-top: 26px; animation: up .65s .46s ease both; }
.kpi { padding-right: 26px; }
.kpi-n { display: block; font-family: var(--ff-d); font-size: 40px; font-weight: 700; color: var(--gold); line-height: 1; }
.kpi span { display: block; font-size: 10px; font-weight: 600; color: rgba(255,255,255,.32); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 3px; }
.kpi-sep { width: 1px; height: 44px; background: rgba(255,255,255,.1); margin-right: 26px; }

@keyframes up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ── QUOTE BAR ───────────────────────────────────────────── */
.quote-bar { background: var(--navy); padding: 46px var(--pad); border-top: 3px solid var(--gold); border-bottom: 1px solid rgba(201,152,42,.12); }
.quote-bar figure { font-family: var(--ff-d); font-size: clamp(18px,2.4vw,26px); font-style: italic; color: rgba(255,255,255,.74); text-align: center; max-width: 820px; margin: 0 auto; line-height: 1.5; }
.quote-bar figure em { color: var(--gold); font-style: normal; }
.quote-bar figcaption { display: block; margin-top: 12px; font-size: 12px; font-style: normal; font-family: var(--ff-s); color: rgba(255,255,255,.32); letter-spacing: 1px; }

/* ── CITY STRIP ──────────────────────────────────────────── */
.city-strip { position: relative; height: 260px; overflow: hidden; margin-bottom: 68px; }
.city-strip img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: brightness(.58); transition: transform 7s ease; }
.city-strip:hover img { transform: scale(1.04); }
.city-caption { position: absolute; inset: 0; background: linear-gradient(to right, rgba(15,35,71,.7) 0%, transparent 65%); display: flex; align-items: flex-end; padding: 24px 38px; }
.city-caption span { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.68); border-left: 3px solid var(--gold); padding-left: 13px; }

/* ── ABOUT ───────────────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.about-left p { font-size: 15px; color: #3A4560; line-height: 1.8; margin-bottom: 14px; }
.about-left p strong { color: var(--navy); }

.pillars { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.pillar { display: flex; align-items: center; gap: 12px; padding: 13px 15px; background: #fff; border-left: 3px solid var(--c); border-radius: 5px; box-shadow: 0 2px 10px rgba(15,35,71,.06); }
.pillar span { font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 700; color: var(--c); min-width: 22px; }
.pillar b { display: block; font-size: 13.5px; color: var(--navy); font-weight: 700; }
.pillar small { display: block; font-size: 11.5px; color: var(--muted); margin-top: 1px; }

.glance-card { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 26px; margin-bottom: 14px; box-shadow: 0 4px 20px rgba(15,35,71,.06); }
.gc-facts li { display: flex; justify-content: space-between; align-items: baseline; padding: 9px 0; border-bottom: 1px solid rgba(201,152,42,.1); font-size: 13px; gap: 10px; }
.gc-facts li:last-child { border-bottom: none; }
.gc-facts li span { color: var(--muted); flex-shrink: 0; }
.gc-facts li b { font-weight: 600; color: var(--navy); text-align: right; }

.hybrid-pill-card { background: var(--navy); border-radius: 8px; overflow: hidden; margin-bottom: 14px; }
.hybrid-pill-card img { width: 100%; height: 130px; object-fit: cover; filter: brightness(.5); display: block; }
.hpc-body { padding: 18px 20px; }
.hpc-modes { display: flex; flex-direction: column; gap: 12px; margin-top: 4px; }
.hmode { display: flex; gap: 10px; align-items: flex-start; }
.hmode span { font-size: 16px; margin-top: 1px; }
.hmode b { display: block; font-size: 12.5px; color: #fff; font-weight: 700; }
.hmode p { font-size: 12px; color: rgba(255,255,255,.42); margin-top: 2px; line-height: 1.45; }

.who-card { background: var(--navy-mid); border-radius: 8px; padding: 22px 24px; }
.who-list li { font-size: 13px; color: rgba(255,255,255,.68); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.07); display: flex; gap: 9px; align-items: flex-start; }
.who-list li:last-child { border-bottom: none; }
.who-list li::before { content: '▸'; color: var(--gold); font-size: 10px; margin-top: 3px; flex-shrink: 0; }

/* ── MODULES GRID ────────────────────────────────────────── */
.modules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; border-radius: 10px; overflow: hidden; }

.mod-card {
  background: rgba(255,255,255,.028);
  border-top: 4px solid var(--mc);
  transition: background .25s;
  display: flex; flex-direction: column;
}
.mod-card:hover { background: rgba(255,255,255,.06); }
.mod-card.capstone { background: rgba(201,152,42,.06); }

.mod-img-wrap { position: relative; overflow: hidden; }
.mod-img-wrap img { width: 100%; height: 160px; object-fit: cover; filter: brightness(.75); transition: filter .3s, transform .5s; display: block; }
.mod-card:hover .mod-img-wrap img { filter: brightness(.9); transform: scale(1.04); }
.mod-num { position: absolute; top: 12px; left: 14px; font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--mc); background: rgba(15,35,71,.75); padding: 4px 10px; border-radius: 20px; }

.mod-body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.mod-body h3 { font-family: var(--ff-d); font-size: 22px; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 8px; }
.mod-sub { font-size: 13px; color: rgba(255,255,255,.48); line-height: 1.6; margin-bottom: 16px; }

.mod-topics { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; flex: 1; }
.mod-topics li { font-size: 12.5px; color: rgba(255,255,255,.55); padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.05); display: flex; gap: 8px; line-height: 1.5; }
.mod-topics li:last-child { border-bottom: none; }
.mod-topics li::before { content: '–'; color: var(--mc); flex-shrink: 0; margin-top: 1px; }

.mod-outcome { background: rgba(255,255,255,.05); border-left: 3px solid var(--mc); border-radius: 0 4px 4px 0; padding: 10px 12px; margin-top: auto; }
.outcome-label { display: block; font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--mc); margin-bottom: 4px; }
.mod-outcome span:last-child { font-size: 12px; color: rgba(255,255,255,.7); line-height: 1.4; }

/* ── DELIVERY ────────────────────────────────────────────── */
.delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }

.method-visual { position: relative; border-radius: 10px; overflow: hidden; height: 210px; margin-bottom: 28px; box-shadow: 0 14px 40px rgba(15,35,71,.1); }
.method-visual img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.5); }
.mv-text { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,35,71,.55) 0%, transparent 65%); display: flex; align-items: center; padding: 0 30px; }
.mv-text span { font-family: var(--ff-d); font-size: 17px; font-style: italic; color: rgba(255,255,255,.8); max-width: 380px; line-height: 1.5; border-left: 3px solid var(--gold); padding-left: 14px; }

.method-bars { display: flex; flex-direction: column; gap: 18px; margin-bottom: 24px; }
.mbar-head { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .4px; margin-bottom: 6px; }
.mbar-head b { color: var(--gold); }
.track { height: 5px; background: rgba(15,35,71,.1); border-radius: 3px; overflow: hidden; margin-bottom: 4px; }
.fill { height: 100%; width: 0; border-radius: 3px; transition: width 1.3s ease; }
.fill.anim { width: var(--w); }
.mbar small { font-size: 12px; color: var(--muted); }

.time-card { background: #fff; border-radius: 8px; padding: 22px; border: 1px solid var(--border); box-shadow: 0 3px 16px rgba(15,35,71,.06); }
.time-rows > div { display: flex; align-items: center; gap: 11px; padding: 8px 0; border-bottom: 1px solid rgba(201,152,42,.1); font-size: 13px; }
.time-rows > div:last-child { border-bottom: none; }
.time-rows span:not(.dot) { color: var(--muted); flex: 1; }
.time-rows b { font-weight: 700; color: var(--navy); }
.dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.total { border-top: 2px solid var(--gold) !important; border-bottom: none !important; font-weight: 700; padding-top: 11px !important; }
.total span { color: var(--navy) !important; font-weight: 700 !important; }

.support-items { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.si { display: flex; gap: 12px; align-items: flex-start; padding: 16px; background: #fff; border-radius: 8px; border: 1px solid rgba(15,35,71,.07); box-shadow: 0 2px 10px rgba(15,35,71,.05); transition: box-shadow .2s, transform .2s; }
.si:hover { box-shadow: 0 8px 26px rgba(15,35,71,.09); transform: translateY(-2px); }
.si-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.si b { display: block; font-size: 13.5px; color: var(--navy); font-weight: 700; margin-bottom: 3px; }
.si p { font-size: 12.5px; color: var(--muted); line-height: 1.55; margin: 0; }

.cert-block { border-radius: 8px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 6px 24px rgba(15,35,71,.08); display: flex; align-items: center; }
.cert-block img { width: 140px; height: 100px; object-fit: cover; flex-shrink: 0; }
.cert-caption { padding: 16px 18px; }
.cert-caption b { display: block; font-size: 13.5px; color: var(--navy); font-weight: 700; margin-bottom: 5px; }
.cert-caption p { font-size: 12.5px; color: var(--muted); line-height: 1.5; margin: 0; }

/* ── FACULTY ─────────────────────────────────────────────── */
.faculty-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin-bottom: 28px; }
.fc { background: rgba(255,255,255,.04); border-radius: 8px; padding: 26px 18px 22px; border-top: 3px solid rgba(201,152,42,.3); text-align: center; transition: background .25s, transform .25s; }
.fc:hover { background: rgba(255,255,255,.08); transform: translateY(-3px); }
.fc-icon { font-size: 26px; margin-bottom: 12px; }
.fc b { display: block; font-size: 14.5px; color: #fff; font-weight: 700; margin-bottom: 8px; line-height: 1.25; }
.fc p { font-size: 12px; color: rgba(255,255,255,.42); line-height: 1.55; }

.guests-row { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: 24px 28px; }
.gr-label { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.gr-items { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.gr-items > div { font-size: 13px; color: rgba(255,255,255,.56); padding: 10px 14px; background: rgba(255,255,255,.04); border-radius: 5px; }

/* ── TESTIMONIALS ────────────────────────────────────────── */
.tgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 46px; border-radius: 8px; overflow: hidden; }
.tcard { background: rgba(15,35,71,.04); padding: 32px 28px; border-top: 1px solid rgba(201,152,42,.14); transition: background .25s; }
.tcard:hover { background: rgba(15,35,71,.08); }
.tcard.featured { background: var(--gold-bg); border-top-color: var(--gold); }
.tmark { font-family: var(--ff-d); font-size: 52px; color: var(--gold); line-height: .5; margin-bottom: 16px; opacity: .45; }
.tcard p { font-size: 14px; color: #3A4560; line-height: 1.75; font-style: italic; margin-bottom: 20px; }
.tcard.featured p { color: var(--text); }
.tcard b { display: block; font-size: 12px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .5px; }
.tcard span { display: block; font-size: 11.5px; color: var(--muted); margin-top: 2px; }

/* ── REGISTER ────────────────────────────────────────────── */
.register-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 68px; align-items: start; }
.reg-left > p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 30px; }

.steps { display: flex; flex-direction: column; gap: 18px; margin-bottom: 28px; }
.step { display: flex; gap: 13px; align-items: flex-start; }
.step > span { min-width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; font-family: 'DM Mono', monospace; }
.step b { display: block; font-size: 14px; color: var(--navy); font-weight: 700; margin-bottom: 2px; }
.step p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.5; }

.cert-preview { border-radius: 8px; overflow: hidden; border: 1px solid var(--border); margin-bottom: 24px; box-shadow: 0 6px 22px rgba(15,35,71,.08); }
.cert-preview img { width: 100%; height: 140px; object-fit: cover; object-position: top; display: block; }
.cert-preview span { display: block; background: var(--gold-bg); border-top: 2px solid rgba(201,152,42,.22); padding: 9px 13px; font-size: 12px; font-weight: 600; color: var(--navy); text-align: center; }

.contact-block { display: flex; flex-direction: column; gap: 10px; padding-top: 20px; border-top: 1px solid var(--border); }
.cb-link { display: flex; align-items: center; gap: 11px; font-size: 14px; color: var(--muted); transition: color .2s; }
.cb-link:hover { color: var(--navy); }
.cb-link span { width: 30px; height: 30px; border-radius: 6px; background: var(--gold-bg); border: 1px solid rgba(201,152,42,.22); display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; }

/* Form */
.app-form { background: var(--navy); border-radius: 12px; padding: 38px; }
.app-form h3 { font-family: var(--ff-d); font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 26px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fg { display: flex; flex-direction: column; margin-bottom: 14px; }
.fg label { font-size: 10px; font-weight: 700; letter-spacing: .4px; color: rgba(255,255,255,.48); margin-bottom: 6px; text-transform: uppercase; }
.fg input, .fg select, .fg textarea {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11);
  border-radius: 4px; padding: 10px 12px; font-size: 14px; color: #fff;
  transition: border .2s, background .2s; outline: none; -webkit-appearance: none; appearance: none;
}
.fg select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9982A' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; padding-right: 34px;
}
.fg select option { background: var(--navy-mid); }
.fg input::placeholder, .fg textarea::placeholder { color: rgba(255,255,255,.18); }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--gold); background: rgba(255,255,255,.1); }
.fg.err input, .fg.err select, .fg.err textarea { border-color: #e05c5c; }
.fg em { display: none; font-size: 11px; font-style: normal; color: #e87878; margin-top: 3px; }
.fg.err em { display: block; }
.fg textarea { resize: vertical; min-height: 88px; }

.fg-check { margin-bottom: 20px; }
.cbox { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.cbox input { display: none; }
.cbox span {
  min-width: 17px; height: 17px; border: 1px solid rgba(255,255,255,.26);
  border-radius: 3px; background: rgba(255,255,255,.06);
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px; transition: .2s; flex-shrink: 0;
}
.cbox input:checked ~ span { background: var(--gold); border-color: var(--gold); }
.cbox input:checked ~ span::after { content: '✓'; font-size: 10px; color: var(--navy); font-weight: 700; }
.cbox + label, .cbox { font-size: 13px; color: rgba(255,255,255,.46); line-height: 1.5; }

.btn-loader { display: none; width: 14px; height: 14px; border: 2px solid rgba(15,35,71,.25); border-top-color: var(--navy); border-radius: 50%; }
#subBtn:disabled .btn-loader { display: inline-block; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.form-ok { background: var(--navy-mid); border-radius: 12px; padding: 48px 36px; text-align: center; }
.ok-tick { width: 60px; height: 60px; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 26px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.form-ok h4 { font-family: var(--ff-d); font-size: 26px; color: #fff; margin-bottom: 10px; }
.form-ok p { font-size: 14px; color: rgba(255,255,255,.5); max-width: 320px; margin: 0 auto 8px; line-height: 1.7; }
.form-ok a { color: var(--gold); font-weight: 600; }

/* ── FOOTER ──────────────────────────────────────────────── */
.footer { background: var(--navy-dp); padding: 56px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1.6fr; gap: 48px; margin-bottom: 40px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.footer-brand p:first-of-type { font-size: 13px; color: var(--gold); font-style: italic; margin-bottom: 8px; }
.footer-desc { font-size: 13px; color: rgba(255,255,255,.24); line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.footer-links b { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 13px; }
.footer-links ul { display: flex; flex-direction: column; gap: 8px; }
.footer-links li, .footer-links a { font-size: 13px; color: rgba(255,255,255,.28); transition: color .2s; }
.footer-links a:hover { color: rgba(255,255,255,.65); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 11.5px; color: rgba(255,255,255,.17); }

/* ── REVEAL ──────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.on { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1060px) {
  .modules-grid { grid-template-columns: repeat(2,1fr); }
  .faculty-row  { grid-template-columns: repeat(3,1fr); }
  .gr-items     { grid-template-columns: repeat(2,1fr); }
  .about-grid, .delivery-grid, .register-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 768px) {
  :root { --pad: 20px; }
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: flex-start;
    position: absolute; top: var(--nav); left: 0; right: 0;
    background: rgba(7,13,28,.97); padding: 20px var(--pad); gap: 14px;
    border-bottom: 1px solid rgba(201,152,42,.13);
  }
  .modules-grid { grid-template-columns: 1fr; }
  .faculty-row  { grid-template-columns: repeat(2,1fr); }
  .gr-items     { grid-template-columns: 1fr; }
  .tgrid        { grid-template-columns: 1fr; }
  .footer-top   { grid-template-columns: 1fr; gap: 28px; }
  .city-strip   { height: 180px; }
  .hero-kpis    { flex-wrap: wrap; gap: 18px; }
  .kpi-sep      { display: none; }
  .hero-btns    { flex-direction: column; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .cert-block   { flex-direction: column; }
  .cert-block img { width: 100%; height: 140px; }
}
@media (max-width: 480px) {
  .row2         { grid-template-columns: 1fr; }
  .app-form     { padding: 24px 16px; }
  .faculty-row  { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; }
  .section      { padding: 68px 0; }
}
