/* ============ GanpatrAI — landing page styles ============ */
:root {
  /* palette — gold/orange primary, warm cream surfaces */
  --bg: #FBF7F0;
  --bg-2: #F4EBD8;
  --bg-3: #EADFC7;
  --surface: #FFFFFF;
  --ink: #1E1608;
  --ink-2: #4A3A22;
  --ink-3: #8A7558;
  --line: rgba(31, 23, 9, 0.10);
  --line-soft: rgba(31, 23, 9, 0.06);

  --gold: #E89211;
  --gold-2: #F5B642;
  --gold-deep: #B26A0E;
  --gold-glow: rgba(232, 146, 17, 0.18);

  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  --shadow-sm: 0 1px 2px rgba(31, 23, 9, 0.04), 0 1px 1px rgba(31, 23, 9, 0.03);
  --shadow:    0 12px 30px -12px rgba(31, 23, 9, 0.18), 0 2px 6px rgba(31, 23, 9, 0.04);
  --shadow-lg: 0 40px 80px -30px rgba(178, 106, 14, 0.35), 0 12px 30px -12px rgba(31, 23, 9, 0.20);

  --pad: 28px;       /* density-driven block padding */
  --section-y: 120px;
  --gap: 24px;
}

[data-density="compact"] {
  --pad: 20px;
  --section-y: 80px;
  --gap: 18px;
}

/* palette swaps */
[data-palette="terracotta"] {
  --gold: #C8501F;
  --gold-2: #E58352;
  --gold-deep: #8E3613;
  --gold-glow: rgba(200, 80, 31, 0.18);
}
[data-palette="amber"] {
  --gold: #D97706;
  --gold-2: #FBBF24;
  --gold-deep: #92400E;
  --gold-glow: rgba(217, 119, 6, 0.18);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-feature-settings: 'ss01';
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img { max-width: 100%; display: block; }

.serif { font-family: 'Newsreader', 'Iowan Old Style', Georgia, serif; font-weight: 400; letter-spacing: -0.01em; }
.mono  { font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace; }

a { color: inherit; text-decoration: none; }

/* ============ container ============ */
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ nav ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: color-mix(in oklab, var(--bg) 85%, transparent);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px;
  max-width: 1280px; margin: 0 auto;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Newsreader', serif; font-size: 22px; letter-spacing: -0.01em;
}
.brand img { width: 38px; height: 38px; object-fit: contain; }
.brand b { font-weight: 600; }
.brand .ai-mark { color: var(--gold-deep); font-weight: 600; }
.brand small {
  display: block; font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-3); margin-top: -2px;
}

.nav-links { display: flex; gap: 28px; font-size: 14.5px; color: var(--ink-2); }
.nav-links a:hover { color: var(--gold-deep); }

.nav-cta { display: flex; align-items: center; gap: 14px; }

/* ============ buttons ============ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-family: inherit; font-size: 14.5px; font-weight: 600;
  cursor: pointer; border: 0;
  transition: transform 120ms ease, box-shadow 200ms ease, background 200ms ease;
}
.btn-primary {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #fff;
  box-shadow: 0 6px 18px -6px var(--gold-glow), inset 0 1px 0 rgba(255,255,255,0.4);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px -6px var(--gold-glow), inset 0 1px 0 rgba(255,255,255,0.4); }
.btn-ghost {
  background: transparent; color: var(--ink); border: 1px solid var(--line);
}
.btn-ghost:hover { background: var(--bg-2); }

.arrow { display: inline-block; transition: transform 200ms ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ============ hero ============ */
.hero {
  position: relative;
  padding: 80px 0 90px;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; pointer-events: none;
  width: 800px; height: 800px;
  right: -260px; top: -200px;
  background: radial-gradient(closest-side, var(--gold-glow), transparent 70%);
  filter: blur(10px);
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  position: relative;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px 7px 8px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--gold) 8%, var(--surface));
  border: 1px solid var(--line);
  font-size: 12.5px; color: var(--ink-2);
}
.eyebrow .dot {
  width: 18px; height: 18px; border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  display: grid; place-items: center; color: #fff; font-size: 10px;
}

h1.headline {
  font-family: 'Newsreader', serif; font-weight: 400;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 22px 0 22px;
  color: var(--ink);
}
h1.headline em {
  font-style: italic; font-weight: 400;
  background: linear-gradient(120deg, var(--gold-deep), var(--gold-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.sub {
  font-size: 18px; color: var(--ink-2);
  max-width: 540px; line-height: 1.55;
}

.hero-cta { display: flex; gap: 14px; align-items: center; margin-top: 32px; flex-wrap: wrap; }
.hero-cta .meta { font-size: 13px; color: var(--ink-3); }

.hero-meta {
  display: flex; gap: 28px; margin-top: 38px;
  padding-top: 28px; border-top: 1px solid var(--line-soft);
  font-size: 13.5px; color: var(--ink-2);
}
.hero-meta b { display: block; font-family: 'Newsreader', serif; font-size: 26px; font-weight: 500; color: var(--ink); margin-bottom: 2px; }

/* ============ dashboard mockup ============ */
.dash {
  position: relative;
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  padding: 22px;
  display: flex; flex-direction: column; gap: 16px;
  transform: rotate(-0.4deg);
}
.dash-bar {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 14px; border-bottom: 1px solid var(--line-soft);
}
.dash-bar .dots { display: flex; gap: 6px; }
.dash-bar .dots i { width: 10px; height: 10px; border-radius: 999px; background: var(--bg-3); display: inline-block; }
.dash-bar .crumb { font-size: 12px; color: var(--ink-3); margin-left: 6px; }
.dash-bar .pill {
  margin-left: auto; padding: 4px 10px; border-radius: 999px;
  background: color-mix(in oklab, var(--gold) 10%, transparent);
  font-size: 11.5px; color: var(--gold-deep); font-weight: 600;
}

.dash-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.kpi {
  background: var(--bg);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 14px 16px;
}
.kpi small { font-size: 11px; color: var(--ink-3); letter-spacing: 0.04em; text-transform: uppercase; }
.kpi b {
  display: block; font-family: 'Newsreader', serif;
  font-size: 28px; font-weight: 500; margin-top: 4px;
}
.kpi .delta { font-size: 12px; color: #2F7D55; }
.kpi .delta.neg { color: #B45A2E; }

.dash-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 12px;
}

.chart {
  background: var(--bg);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 14px 16px;
  min-height: 170px;
  display: flex; flex-direction: column;
}
.chart .head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 12px;
}
.chart .head b { font-size: 13px; font-weight: 600; }
.chart .head span { font-size: 11px; color: var(--ink-3); }

.bars { display: flex; gap: 8px; height: 110px; align-items: flex-end; }
.bar { flex: 1; border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  position: relative;
}
.bar.muted { background: var(--bg-3); }

.shifts {
  background: var(--bg);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 14px 16px;
  display: flex; flex-direction: column; gap: 10px;
}
.shifts b { font-size: 13px; }
.shift-row { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; }
.shift-row .name { display: flex; align-items: center; gap: 10px; }
.av {
  width: 26px; height: 26px; border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-deep));
  color: #fff; font-size: 11px; font-weight: 700;
  display: grid; place-items: center;
  border: 2px solid var(--surface);
}
.tag { padding: 3px 8px; border-radius: 6px; font-size: 11px; font-weight: 600; }
.tag.day  { background: #FFF3DA; color: #8C5A05; }
.tag.night{ background: #1F1608; color: #F5B642; }
.tag.off  { background: var(--bg-3); color: var(--ink-3); }

/* small floating card on top of dashboard */
.float-card {
  position: absolute;
  left: -28px; bottom: 28px;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 14px 16px;
  width: 240px;
  transform: rotate(-1.2deg);
}
.float-card .row { display: flex; align-items: center; gap: 10px; }
.float-card .gicon {
  width: 32px; height: 32px; border-radius: 10px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #fff; display: grid; place-items: center; font-size: 16px;
}
.float-card b { font-size: 13px; }
.float-card small { font-size: 11.5px; color: var(--ink-3); display: block; }
.float-card .progress {
  height: 6px; border-radius: 999px; background: var(--bg-2); margin-top: 12px; overflow: hidden;
}
.float-card .progress i { display: block; height: 100%; width: 76%; background: linear-gradient(90deg, var(--gold-2), var(--gold)); border-radius: 999px; }

/* ============ section heading ============ */
.section { padding: var(--section-y) 0; position: relative; }
.section.alt { background: var(--bg-2); }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 56px;
}
.section-head .label {
  font-family: 'JetBrains Mono', monospace; font-size: 11.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-deep); margin-bottom: 14px;
}
.section-head h2 {
  font-family: 'Newsreader', serif; font-weight: 400;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.02em; line-height: 1.05;
  margin: 0;
}
.section-head h2 em { font-style: italic; color: var(--gold-deep); }
.section-head p {
  color: var(--ink-2); font-size: 17px; margin: 0;
}

/* ============ modules grid ============ */
.modules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
.mod {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--pad);
  display: flex; flex-direction: column; gap: 12px;
  min-height: 240px;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.mod:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: color-mix(in oklab, var(--gold) 30%, var(--line)); }

.mod .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--ink-3); letter-spacing: 0.1em;
}
.mod h3 {
  font-family: 'Newsreader', serif; font-weight: 500;
  font-size: 24px; line-height: 1.15; letter-spacing: -0.015em;
  margin: 4px 0 6px;
}
.mod p { font-size: 14.5px; color: var(--ink-2); margin: 0; }
.mod .glyph {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #fff; display: grid; place-items: center;
  margin-bottom: 4px;
  box-shadow: 0 6px 16px -6px var(--gold-glow);
}
.mod ul {
  list-style: none; padding: 0; margin: 8px 0 0;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.mod li {
  font-size: 12px; color: var(--ink-2);
  padding: 4px 10px; border-radius: 999px;
  background: var(--bg-2);
}

/* ============ spotlight rows ============ */
.spotlight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.spotlight.reverse { direction: rtl; }
.spotlight.reverse > * { direction: ltr; }

.spotlight .copy h3 {
  font-family: 'Newsreader', serif; font-weight: 400;
  font-size: clamp(28px, 3.5vw, 44px); letter-spacing: -0.02em; line-height: 1.05;
  margin: 12px 0 18px;
}
.spotlight .copy h3 em { font-style: italic; color: var(--gold-deep); }
.spotlight .copy p { font-size: 16px; color: var(--ink-2); margin: 0 0 18px; max-width: 480px; }
.spotlight .copy .bullets {
  list-style: none; padding: 0; margin: 24px 0 0;
  display: grid; gap: 14px;
}
.spotlight .copy .bullets li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  font-size: 14.5px; color: var(--ink-2);
  align-items: start;
}
.spotlight .copy .bullets .check {
  width: 22px; height: 22px; border-radius: 999px;
  background: color-mix(in oklab, var(--gold) 15%, transparent);
  color: var(--gold-deep);
  display: grid; place-items: center;
  font-size: 12px; font-weight: 700;
  margin-top: 2px;
}

/* recruitment screening UI */
.screening {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 22px;
}
.screening .head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 14px; border-bottom: 1px solid var(--line-soft); margin-bottom: 16px;
}
.screening .head b { font-family: 'Newsreader', serif; font-size: 18px; font-weight: 500; }
.screening .head .filter {
  font-size: 12px; color: var(--ink-3); padding: 4px 10px; border: 1px solid var(--line); border-radius: 999px;
}
.cand {
  display: grid;
  grid-template-columns: 36px 1fr auto auto;
  align-items: center; gap: 14px;
  padding: 12px 0; border-bottom: 1px solid var(--line-soft);
}
.cand:last-child { border-bottom: 0; }
.cand .av { width: 36px; height: 36px; font-size: 13px; }
.cand .name { font-size: 14px; font-weight: 600; }
.cand .role { font-size: 12px; color: var(--ink-3); }
.score {
  display: flex; align-items: center; gap: 10px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
}
.score .pct { width: 64px; height: 6px; background: var(--bg-2); border-radius: 999px; overflow: hidden; }
.score .pct i { display: block; height: 100%; background: linear-gradient(90deg, var(--gold-2), var(--gold)); }
.match {
  font-size: 11.5px; padding: 4px 10px; border-radius: 999px; font-weight: 700;
}
.match.high { background: #E8F5EC; color: #1F6B43; }
.match.mid  { background: #FFF3DA; color: #8C5A05; }
.match.low  { background: var(--bg-3); color: var(--ink-3); }

/* schedule grid */
.schedule {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 22px;
}
.schedule .head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 14px;
}
.schedule .head b { font-family: 'Newsreader', serif; font-size: 18px; font-weight: 500; }
.schedule .head .sw { font-size: 12px; color: var(--ink-3); }
.sched-grid {
  display: grid;
  grid-template-columns: 110px repeat(7, 1fr);
  gap: 4px;
  font-size: 11.5px;
}
.sched-grid .day-h { color: var(--ink-3); padding: 4px 6px; text-align: center; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.04em; }
.sched-grid .who { padding: 8px 6px; color: var(--ink-2); display: flex; align-items: center; gap: 8px; font-size: 12px; }
.sched-grid .who .av { width: 22px; height: 22px; font-size: 10px; }
.sched-grid .cell {
  height: 30px;
  border-radius: 6px;
  display: grid; place-items: center;
  font-weight: 600; color: transparent;
}
.cell.D { background: #FFF3DA; color: #8C5A05; }
.cell.N { background: #1F1608; color: var(--gold-2); }
.cell.O { background: var(--bg-2); color: var(--ink-3); }
.cell.L { background: color-mix(in oklab, var(--gold) 12%, var(--surface)); color: var(--gold-deep); border: 1px dashed color-mix(in oklab, var(--gold) 35%, transparent); }

/* CME card */
.cme-stack {
  display: grid; gap: 14px;
}
.cme-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 16px; align-items: center;
}
.cme-card .ico {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--bg-2);
  display: grid; place-items: center; font-size: 18px; color: var(--gold-deep);
}
.cme-card b { font-family: 'Newsreader', serif; font-size: 17px; font-weight: 500; display: block; }
.cme-card small { font-size: 12.5px; color: var(--ink-3); }
.cme-card .credits {
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  color: var(--gold-deep); padding: 6px 12px;
  background: color-mix(in oklab, var(--gold) 10%, transparent);
  border-radius: 999px;
}

/* mobile preview */
.mobile-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 64px; align-items: center;
}

.phone {
  width: 280px; margin: 0 auto;
  background: #14100A;
  border-radius: 44px;
  padding: 14px;
  box-shadow: 0 50px 80px -30px rgba(31, 23, 9, 0.45), 0 16px 30px -10px rgba(31, 23, 9, 0.25);
  position: relative;
}
.phone::before {
  content: ""; position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 26px; background: #14100A; border-radius: 99px; z-index: 2;
}
.phone .screen {
  background: var(--bg);
  border-radius: 32px;
  overflow: hidden;
  height: 540px;
  position: relative;
}
.phone-top {
  height: 56px;
  display: flex; align-items: end; justify-content: space-between;
  padding: 0 22px 8px; font-size: 12px; color: var(--ink-2);
  font-family: 'JetBrains Mono', monospace;
}
.phone-greet {
  padding: 14px 22px 4px;
}
.phone-greet small { font-size: 11px; letter-spacing: 0.1em; color: var(--ink-3); text-transform: uppercase; }
.phone-greet h4 { font-family: 'Newsreader', serif; font-weight: 500; font-size: 22px; margin: 4px 0 2px; }
.phone-greet p { font-size: 12px; color: var(--ink-3); margin: 0; }

.phone-card {
  margin: 14px 16px;
  padding: 14px 16px;
  background: var(--surface);
  border-radius: 18px;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-sm);
}
.phone-card.gold {
  background: linear-gradient(160deg, var(--gold-2), var(--gold));
  color: #fff; border-color: transparent;
}
.phone-card.gold small { color: rgba(255,255,255,0.8); }
.phone-card small { font-size: 11px; color: var(--ink-3); display: block; }
.phone-card b { font-family: 'Newsreader', serif; font-size: 18px; font-weight: 500; display: block; margin-top: 2px; }
.phone-card .leave-row { display: flex; justify-content: space-between; align-items: center; }
.phone-card .pill-mini {
  font-size: 10px; padding: 3px 8px; border-radius: 999px;
  background: rgba(255,255,255,0.22); font-weight: 600;
}

.phone-tabs {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 64px;
  background: var(--surface);
  border-top: 1px solid var(--line-soft);
  display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; justify-items: center;
  font-size: 10px; color: var(--ink-3); font-family: 'JetBrains Mono', monospace;
}
.phone-tabs .tab { display: grid; place-items: center; gap: 4px; }
.phone-tabs .tab.active { color: var(--gold-deep); }
.phone-tabs .tab .ic {
  width: 24px; height: 24px; border-radius: 8px; background: var(--bg-2);
  display: grid; place-items: center;
}
.phone-tabs .tab.active .ic { background: color-mix(in oklab, var(--gold) 15%, transparent); }

/* ============ closing CTA ============ */
.cta-block {
  position: relative;
  background: linear-gradient(135deg, #1E1608 0%, #2A1E10 60%, #3A2A14 100%);
  color: #FBF7F0;
  border-radius: var(--radius-xl);
  padding: 80px 64px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}
.cta-block::before {
  content: ""; position: absolute; right: -120px; top: -120px;
  width: 520px; height: 520px;
  background: radial-gradient(closest-side, var(--gold), transparent 70%);
  opacity: 0.55; filter: blur(20px); pointer-events: none;
}
.cta-block h2 {
  font-family: 'Newsreader', serif; font-weight: 400;
  font-size: clamp(32px, 4vw, 54px); line-height: 1.05; letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.cta-block h2 em { font-style: italic; color: var(--gold-2); }
.cta-block p { color: rgba(251, 247, 240, 0.75); font-size: 17px; max-width: 520px; margin: 0 0 28px; }
.cta-block .form {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  padding: 20px;
  backdrop-filter: blur(10px);
}
.cta-block label {
  display: block; font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(251,247,240,0.55); margin-bottom: 6px; font-family: 'JetBrains Mono', monospace;
}
.cta-block input, .cta-block select {
  width: 100%; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: #FBF7F0; font-family: inherit; font-size: 14.5px;
  padding: 12px 14px; border-radius: 10px;
  margin-bottom: 14px;
}
.cta-block input::placeholder { color: rgba(251,247,240,0.4); }
.cta-block .btn-primary { width: 100%; justify-content: center; padding: 14px 20px; font-size: 15px; }

/* ============ footer ============ */
footer {
  padding: 64px 0 48px;
  border-top: 1px solid var(--line-soft);
  background: var(--bg);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 48px;
}
.footer-grid h5 {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-3); margin: 0 0 16px;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: 14px; color: var(--ink-2); }
.footer-grid a:hover { color: var(--gold-deep); }
.footer-bot {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px; border-top: 1px solid var(--line-soft);
  font-size: 12.5px; color: var(--ink-3);
}

/* ============ roadmap strip ============ */
.roadmap-strip {
  padding: 64px 0;
  background: var(--bg);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.rm-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 32px;
}
.rm-head .label {
  font-family: 'JetBrains Mono', monospace; font-size: 11.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-deep); margin-bottom: 14px;
}
.rm-head h3 {
  font-family: 'Newsreader', serif; font-weight: 400;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -0.02em; line-height: 1.1; margin: 0;
}
.rm-head h3 em { font-style: italic; color: var(--gold-deep); }
.rm-head p { color: var(--ink-2); font-size: 15px; margin: 0; }

.rm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.rm {
  background: var(--surface);
  border: 1px dashed color-mix(in oklab, var(--gold) 35%, var(--line));
  border-radius: var(--radius);
  padding: 22px; position: relative; opacity: 0.95;
}
.rm-pill {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
  background: color-mix(in oklab, var(--gold) 12%, transparent);
  color: var(--gold-deep); margin-bottom: 12px;
}
.rm h4 {
  font-family: 'Newsreader', serif; font-weight: 500;
  font-size: 20px; letter-spacing: -0.01em; margin: 0 0 6px;
}
.rm p { font-size: 13.5px; color: var(--ink-2); margin: 0; }

/* induction anti-cheat mock */
.induction-mock {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
  padding: 18px;
}
.vid { background: #14100A; border-radius: var(--radius); overflow: hidden; }
.vid-top {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.04);
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: rgba(251,247,240,0.6);
}
.vid-top .dots { display: flex; gap: 6px; }
.vid-top .dots i { width: 8px; height: 8px; border-radius: 999px; background: rgba(251,247,240,0.18); display: inline-block; }
.vid-top .crumb { color: rgba(251,247,240,0.5); }
.vid-top .cam { margin-left: auto; display: flex; align-items: center; gap: 6px; color: var(--gold-2); }
.vid-top .cam i { width: 8px; height: 8px; border-radius: 999px; background: var(--gold-2); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }

.vid-frame {
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(245,182,66,0.15), transparent 55%),
    linear-gradient(135deg, #3A2A14, #14100A 70%);
  position: relative; display: grid; place-items: center;
  padding: 24px;
}
.quiz {
  background: rgba(20, 16, 10, 0.86);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(245, 182, 66, 0.3);
  border-radius: var(--radius);
  padding: 18px 20px; width: 100%; max-width: 360px;
  color: #FBF7F0;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.6);
}
.quiz-tag {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-2); margin-bottom: 8px;
}
.quiz b {
  font-family: 'Newsreader', serif; font-weight: 500; font-size: 17px;
  display: block; margin-bottom: 14px; line-height: 1.25;
}
.quiz-opts { display: grid; gap: 6px; }
.opt {
  padding: 8px 12px;
  border: 1px solid rgba(251,247,240,0.12);
  border-radius: 8px;
  font-size: 12.5px;
  font-family: 'JetBrains Mono', monospace;
  color: rgba(251,247,240,0.78);
}
.opt.selected {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  border-color: transparent; color: #14100A; font-weight: 600;
}

.vid-bottom {
  padding: 12px 16px; background: rgba(255,255,255,0.03);
  display: flex; flex-direction: column; gap: 8px;
}
.vid-bottom .bar-track { height: 4px; border-radius: 999px; background: rgba(251,247,240,0.12); overflow: hidden; }
.vid-bottom .bar-track i { display: block; width: 50%; height: 100%; background: linear-gradient(90deg, var(--gold-2), var(--gold)); }
.vid-meta { display: flex; justify-content: space-between; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: rgba(251,247,240,0.5); }

/* ============ responsive ============ */
@media (max-width: 960px) {
  .hero-inner, .section-head, .spotlight, .mobile-row, .modules, .footer-grid, .cta-block, .rm-head, .rm-grid {
    grid-template-columns: 1fr !important;
  }
  .nav-links { display: none; }
  .hero { padding: 48px 0 60px; }
  :root { --section-y: 64px; }
  .cta-block { padding: 48px 28px; }
  .float-card { display: none; }
}
