/* ============================================================
 * SEO page — local stylesheet (se- prefix)
 * Design vocabulary: editorial · organic-growth dashboard · green accent
 * Mirrors the v2 / graphics conventions so Digital Marketing reads as
 * one studio. LIME stays the site-wide primary accent; green
 * (--se-green) flavors the demo / console / simulator internals only.
 * ============================================================ */

.se-page {
  --se-green: #2E9E54;
  --se-green-deep: #1F7A40;
  --se-amber: #F5A623;
  --se-red: #E5484D;
  --se-paper: #E9F4EE;
  --se-ink: #06100A;
  --se-lime: #d4ff3a;
  --se-paper-soft: rgba(233, 244, 238, 0.04);
  --se-line: rgba(233, 244, 238, 0.12);
  --se-line-strong: rgba(233, 244, 238, 0.22);
  --se-mono: 'JetBrains Mono', ui-monospace, monospace;
  --se-display: 'Fraunces', 'Bodoni Moda', serif;
  --se-sans: 'Space Grotesk', system-ui, sans-serif;
  background: var(--se-ink);
  color: var(--se-paper);
}

/* ===== shared atoms ===== */
.se-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--se-mono);
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(233, 244, 238, 0.62);
  padding: 8px 12px;
  border: 1px solid var(--se-line);
  border-radius: 999px;
  background: var(--se-paper-soft);
}
.se-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px var(--lime);
  animation: sePulse 2.4s ease-in-out infinite;
}
@keyframes sePulse { 0%, 100% { opacity: 1 } 50% { opacity: 0.45 } }

.se-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--se-sans);
  font-size: 14px; font-weight: 500;
  letter-spacing: 0.04em;
  padding: 14px 22px;
  border: 1px solid var(--se-line-strong);
  border-radius: 999px;
  color: var(--se-paper);
  background: transparent;
  text-decoration: none;
  transition: background-color 0.35s cubic-bezier(0.16,1,0.3,1),
              color 0.35s cubic-bezier(0.16,1,0.3,1),
              border-color 0.35s cubic-bezier(0.16,1,0.3,1);
}
.se-btn:hover { background: var(--se-paper); color: var(--se-ink); border-color: var(--se-paper); }
/* Primary CTA — LIME per site convention. --se-btn--green aliases lime so
 * markup can opt into a "green" name without ever colouring a primary CTA green. */
.se-btn--lime,
.se-btn--green {
  background: var(--se-lime);
  color: var(--se-ink);
  border-color: var(--se-lime);
}
.se-btn--lime:hover,
.se-btn--green:hover { background: transparent; color: var(--se-lime); border-color: var(--se-lime); }
.se-btn .arr { transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.se-btn:hover .arr { transform: translateX(4px); }

.se-section {
  position: relative;
  padding: 140px 6vw 160px;
  z-index: 2;
}
.se-sim-sec, .se-anatomy, .se-tools, .se-compound, .se-ledger, .se-cta {
  z-index: 5;
  isolation: isolate;
}
.se-program { z-index: 1; }
.se-program__sticky { z-index: 1; }
.se-sim__stage, .se-sim__panel, .se-sim__slider,
.se-tools__grid, .se-tool {
  pointer-events: auto;
  position: relative;
  z-index: 1;
}
.se-section__head {
  max-width: 880px;
  margin: 0 auto 80px;
  text-align: center;
}
.se-section__title {
  font-family: var(--se-display);
  font-weight: 400;
  font-size: clamp(40px, 5.6vw, 92px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 24px 0 24px;
  font-variation-settings: 'opsz' 144, 'SOFT' 30, 'WONK' 1;
}
.se-section__title em { font-style: italic; color: var(--se-lime); }
.se-section__lede {
  font-family: var(--se-sans);
  font-size: 17px; line-height: 1.62;
  color: rgba(233, 244, 238, 0.70);
  max-width: 640px; margin: 0 auto;
}
.se-section__lede em {
  font-family: var(--se-display); font-style: italic;
  color: var(--se-paper); font-weight: 500;
}

/* ============================================================
 * 01 — HERO (content / traffic projector console)
 * ============================================================ */
.se-hero {
  position: relative; min-height: 100vh;
  padding: 120px 6vw 60px; overflow: hidden; z-index: 1;
}
.se-hero__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.06;
  background-image:
    radial-gradient(rgba(233, 244, 238, 0.6) 1px, transparent 1px),
    radial-gradient(rgba(233, 244, 238, 0.6) 1px, transparent 1px);
  background-size: 4px 4px, 6px 6px; background-position: 0 0, 2px 3px;
  mix-blend-mode: overlay;
}
.se-hero__three {
  position: absolute; top: 6%; right: -8%;
  width: 72vw; max-width: 1000px; height: 76vh;
  pointer-events: none; opacity: 0.6; z-index: 0;
}
.se-hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center; min-height: calc(100vh - 240px);
}
.se-hero__left { padding-right: 20px; }
.se-hero__title {
  font-family: var(--se-display); font-weight: 400;
  font-size: clamp(48px, 6.4vw, 108px); line-height: 1.0;
  letter-spacing: -0.025em; margin: 28px 0 28px;
  font-variation-settings: 'opsz' 144, 'wght' 400, 'SOFT' 30, 'WONK' 1;
}
.se-hero__title em { font-style: italic; color: var(--se-lime); }
.se-hero__lede {
  font-family: var(--se-sans); font-size: 18px; line-height: 1.62;
  color: rgba(233, 244, 238, 0.72); max-width: 540px;
}
.se-hero__cta-row { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.se-hero__caption {
  margin-top: 38px; font-family: var(--se-mono); font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(233, 244, 238, 0.45);
  display: flex; gap: 14px; align-items: baseline;
}
.se-hero__caption .n {
  font-family: var(--se-display); font-style: italic; font-size: 16px; color: var(--se-lime);
}

/* traffic projector console */
.se-hero__console {
  position: relative; width: 100%;
  background: linear-gradient(180deg, #0c1810 0%, #08120c 100%);
  border: 1px solid var(--se-line); border-radius: 14px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6), 0 0 0 1px rgba(233,244,238,0.04);
  overflow: hidden; display: flex; flex-direction: column;
}
.se-console__chrome {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; border-bottom: 1px solid var(--se-line);
  background: rgba(233, 244, 238, 0.02);
}
.se-console__title {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--se-mono); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: rgba(233,244,238,0.6);
}
.se-console__pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--lime); box-shadow: 0 0 10px var(--lime);
  animation: sePulse 1.6s ease-in-out infinite;
}
.se-console__roas {
  font-family: var(--se-mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(233,244,238,0.55);
}
.se-console__roas span {
  font-family: var(--se-display); font-style: italic; font-size: 18px;
  color: var(--se-lime); margin-left: 6px;
  font-variation-settings: 'opsz' 96, 'wght' 600;
}
.se-console__body {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--se-line);
}
.se-console__metric {
  background: #08120c; padding: 18px 20px;
  display: flex; flex-direction: column; gap: 6px;
}
.se-console__metric .k {
  font-family: var(--se-mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(233,244,238,0.5);
}
.se-console__metric .v {
  font-family: var(--se-display); font-size: 30px; font-weight: 500; color: var(--se-paper);
  font-variation-settings: 'opsz' 96, 'wght' 500;
}
.se-console__spark { display: block; width: 100%; height: 90px; background: #08120c; }
.se-console__control {
  padding: 16px 20px 20px; border-top: 1px solid var(--se-line);
  background: rgba(233,244,238,0.02);
}
.se-console__control-head {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--se-mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(233,244,238,0.55); margin-bottom: 12px;
}
.se-console__budget { font-family: var(--se-display); font-style: italic; font-size: 18px; color: var(--se-green); }
.se-console__slider, .se-sim__slider {
  appearance: none; -webkit-appearance: none; width: 100%; height: 4px;
  background: var(--se-line); border-radius: 2px; outline: none; cursor: ew-resize;
}
.se-console__slider::-webkit-slider-thumb, .se-sim__slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%;
  background: var(--lime); cursor: ew-resize; box-shadow: 0 4px 12px rgba(212,255,58,0.5);
}
.se-console__slider::-moz-range-thumb, .se-sim__slider::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%; background: var(--lime);
  cursor: ew-resize; border: 0; box-shadow: 0 4px 12px rgba(212,255,58,0.5);
}

/* hero metrics row */
.se-hero__metrics {
  position: relative; z-index: 2; margin-top: 36px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--se-line);
}
.se-hero__metric {
  padding: 22px 24px; border-right: 1px solid var(--se-line);
  display: flex; flex-direction: column; gap: 8px;
}
.se-hero__metric:last-child { border-right: 0; }
.se-hero__metric .k {
  font-family: var(--se-mono); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(233,244,238,0.5);
}
.se-hero__metric .v {
  font-family: var(--se-display); font-size: 38px; font-weight: 500; color: var(--se-paper);
  font-variation-settings: 'opsz' 96, 'wght' 500;
}
.se-hero__metric .v em { font-style: italic; color: var(--se-lime); }

/* ============================================================
 * 02 — LEDGER
 * ============================================================ */
.se-ledger__table { max-width: 1200px; margin: 0 auto; border-top: 1px solid var(--se-line-strong); }
.se-ledger__row {
  display: grid; grid-template-columns: 1.2fr 1fr 2.4fr 1fr; gap: 30px;
  padding: 26px 18px; border-bottom: 1px solid var(--se-line);
  transition: background 0.3s ease, padding 0.3s ease; align-items: baseline;
}
.se-ledger__row:hover { background: rgba(233,244,238,0.03); padding-left: 28px; }
.se-ledger__name {
  font-family: var(--se-display); font-style: italic; font-size: 28px;
  font-variation-settings: 'opsz' 96, 'wght' 500, 'SOFT' 30, 'WONK' 1; color: var(--se-paper);
}
.se-ledger__type {
  font-family: var(--se-mono); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(233,244,238,0.55);
}
.se-ledger__beat {
  font-family: var(--se-sans); font-size: 14px; line-height: 1.55; color: rgba(233,244,238,0.72);
}
.se-ledger__metric { text-align: right; display: flex; flex-direction: column; gap: 4px; }
.se-ledger__metric em {
  font-family: var(--se-display); font-style: italic; font-size: 32px; font-weight: 500;
  color: var(--se-lime); font-variation-settings: 'opsz' 96, 'wght' 500;
}
.se-ledger__metric span {
  font-family: var(--se-mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(233,244,238,0.45);
}

/* ============================================================
 * 03 — SIM (SERP rank-climb simulator)
 * ============================================================ */
.se-sim__stage {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px;
  max-width: 1200px; margin: 0 auto; align-items: start;
}
.se-sim__serp {
  background: #f6f8fc; border-radius: 12px; overflow: hidden;
  box-shadow: 0 40px 80px -24px rgba(0,0,0,0.55), 0 0 0 1px rgba(233,244,238,0.05);
  min-height: 460px;
}
.se-serp__bar {
  display: flex; align-items: center; gap: 18px;
  padding: 16px 20px; border-bottom: 1px solid #e3e8f0; background: #fff;
}
.se-serp__logo { display: flex; font-family: var(--se-sans); font-weight: 600; font-size: 20px; letter-spacing: -0.02em; }
.se-serp__logo span:nth-child(1) { color: #4285F4; }
.se-serp__logo span:nth-child(2) { color: #EA4335; }
.se-serp__logo span:nth-child(3) { color: #FBBC04; }
.se-serp__logo span:nth-child(4) { color: #4285F4; }
.se-serp__logo span:nth-child(5) { color: #34A853; }
.se-serp__logo span:nth-child(6) { color: #EA4335; }
.se-serp__query {
  flex: 1; display: flex; align-items: center;
  background: #fff; border: 1px solid #dfe3eb; border-radius: 999px;
  padding: 9px 18px; font-family: var(--se-sans); font-size: 14px; color: #3c4043;
}
.se-serp__caret {
  width: 1.5px; height: 16px; background: #34A853; margin-left: 4px;
  animation: seCaret 1.1s step-end infinite;
}
@keyframes seCaret { 0%,100% { opacity: 1 } 50% { opacity: 0 } }
.se-serp__results { padding: 16px 20px 22px; display: flex; flex-direction: column; gap: 12px; }
.se-serp__item {
  padding: 12px 14px; border-radius: 8px; background: #fff; border: 1px solid #edf0f5;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.se-serp__item--organic { background: #fbfcfe; border-color: #eef1f6; }
.se-serp__item.is-you {
  border-color: var(--se-green);
  background: #eafaf0;
  box-shadow: 0 8px 24px -8px rgba(46,158,84,0.45), 0 0 0 1px var(--se-green);
}
.se-serp__tag {
  font-family: var(--se-sans); font-size: 11px; font-weight: 700; color: #202124;
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 4px;
}
.se-serp__tag .you { color: var(--se-green); }
.se-serp__url { font-family: var(--se-sans); font-size: 12px; color: #5f6368; }
.se-serp__head { font-family: var(--se-sans); font-size: 16px; color: #1a0dab; font-weight: 500; margin: 2px 0; }
.se-serp__item.is-you .se-serp__head { color: #176a3a; }
.se-serp__desc { font-family: var(--se-sans); font-size: 12.5px; color: #4d5156; line-height: 1.4; }
.se-serp__organic-label {
  font-family: var(--se-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #9aa0a6; margin: 6px 0 -2px;
}

/* simulator control panel */
.se-sim__panel {
  display: flex; flex-direction: column; gap: 22px; padding: 28px;
  background: rgba(233,244,238,0.03); border: 1px solid var(--se-line); border-radius: 12px;
}
.se-sim__controls { display: flex; flex-direction: column; gap: 20px; }
.se-sim__control-head {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--se-mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(233,244,238,0.6); margin-bottom: 10px;
}
.se-sim__val { font-family: var(--se-display); font-style: italic; font-size: 17px; color: var(--se-green); }
.se-sim__rank {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--se-line); border: 1px solid var(--se-line); border-radius: 10px; overflow: hidden;
}
.se-sim__rank-row {
  background: rgba(6,16,10,0.6); padding: 14px 16px; display: flex; flex-direction: column; gap: 4px;
}
.se-sim__rank-label {
  font-family: var(--se-mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(233,244,238,0.5);
}
.se-sim__rank-val {
  font-family: var(--se-display); font-style: italic; font-size: 26px; color: var(--se-paper);
  font-variation-settings: 'opsz' 96, 'wght' 600;
}
.se-sim__readout {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px;
  background: var(--se-line); border: 1px solid var(--se-line); border-radius: 10px; overflow: hidden;
}
.se-sim__stat {
  background: rgba(233,244,238,0.02); padding: 14px 14px; display: flex; flex-direction: column; gap: 6px;
}
.se-sim__stat .k {
  font-family: var(--se-mono); font-size: 9px; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(233,244,238,0.5);
}
.se-sim__stat .v {
  font-family: var(--se-display); font-size: 22px; color: var(--se-paper);
  font-variation-settings: 'opsz' 96, 'wght' 500;
}
.se-sim__stat--hero { background: rgba(46,158,84,0.08); }
.se-sim__stat--hero .v { color: var(--se-lime); font-style: italic; }
.se-sim__note {
  font-family: var(--se-display); font-style: italic; font-size: 15px;
  color: rgba(233,244,238,0.7); line-height: 1.5;
}

/* ============================================================
 * 04 — ANATOMY (mock audit dashboard)
 * ============================================================ */
.se-anatomy__app {
  max-width: 1200px; margin: 0 auto;
  background: #0a1610; border: 1px solid var(--se-line); border-radius: 14px; overflow: hidden;
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.6);
}
.se-anatomy__bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; border-bottom: 1px solid var(--se-line); background: rgba(233,244,238,0.02);
  flex-wrap: wrap; gap: 10px;
}
.se-anatomy__bar-mark {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--se-mono); font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(233,244,238,0.78);
}
.se-anatomy__pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--se-green);
  box-shadow: 0 0 10px var(--se-green);
}
.se-anatomy__bar-strat {
  font-family: var(--se-mono); font-size: 11px; letter-spacing: 0.1em; color: rgba(233,244,238,0.55);
}
.se-anatomy__bar-strat strong { color: var(--se-paper); font-weight: 600; }
.se-anatomy__body { display: grid; grid-template-columns: 240px 1fr; }
.se-anatomy__tree {
  border-right: 1px solid var(--se-line); padding: 18px 0; display: flex; flex-direction: column;
  background: rgba(233,244,238,0.01);
}
.se-tree__node {
  font-family: var(--se-sans); font-size: 13px; color: rgba(233,244,238,0.7);
  padding: 9px 22px; cursor: default; transition: background 0.2s ease, color 0.2s ease;
}
.se-tree__node--root { font-weight: 600; color: var(--se-paper); font-size: 13px; }
.se-tree__node--camp { color: rgba(233,244,238,0.78); }
.se-tree__node--sub { padding-left: 38px; color: rgba(233,244,238,0.5); font-size: 12px; }
.se-tree__node.is-on { background: rgba(46,158,84,0.1); color: var(--se-paper); box-shadow: inset 3px 0 0 var(--se-green); }
.se-tree__node--camp:hover { background: rgba(233,244,238,0.04); }
.se-anatomy__table { padding: 4px 0; overflow-x: auto; }
.se-kw__head, .se-kw__row {
  display: grid; grid-template-columns: 2.2fr 1fr 0.7fr 1fr 0.8fr 0.9fr; gap: 10px;
  padding: 12px 24px; align-items: center;
}
.se-kw__head {
  font-family: var(--se-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(233,244,238,0.45); border-bottom: 1px solid var(--se-line);
}
.se-kw__row {
  border-bottom: 1px solid rgba(233,244,238,0.06);
  font-family: var(--se-sans); font-size: 13.5px; color: rgba(233,244,238,0.82);
}
.se-kw__row:last-child { border-bottom: 0; }
.se-kw__term { font-weight: 500; color: var(--se-paper); }
.se-kw__match {
  font-style: normal; font-family: var(--se-mono); font-size: 10px; letter-spacing: 0.08em;
  padding: 3px 8px; border-radius: 999px; border: 1px solid var(--se-line);
  color: rgba(233,244,238,0.7); text-transform: uppercase;
}
.se-kw__match--neg { color: var(--se-red); border-color: rgba(229,72,77,0.5); }
.se-kw__qs {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 7px; font-family: var(--se-mono);
  font-size: 12px; font-weight: 600;
}
.se-kw__qs--hi { background: rgba(46,158,84,0.16); color: #5bd07f; }
.se-kw__qs--mid { background: rgba(245,166,35,0.16); color: #f5a623; }
.se-kw__qs--lo { background: rgba(229,72,77,0.16); color: #f4796f; }
.se-kw__roas { font-family: var(--se-display); font-style: italic; color: var(--se-lime); font-size: 16px; }
.se-kw__roas--neg { color: rgba(233,244,238,0.4); font-style: normal; font-family: var(--se-mono); font-size: 11px; }
.se-anatomy__foot {
  display: flex; gap: 28px; flex-wrap: wrap; padding: 16px 24px;
  border-top: 1px solid var(--se-line); background: rgba(233,244,238,0.02);
}
.se-anatomy__legend {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--se-mono); font-size: 11px; letter-spacing: 0.06em; color: rgba(233,244,238,0.55);
}

/* ============================================================
 * 05 — PROGRAM (pinned cadence)
 * ============================================================ */
.se-program {
  position: relative; padding: 0;
  background: linear-gradient(180deg, transparent, rgba(233,244,238,0.02), transparent);
}
.se-program__inner { position: relative; height: 600vh; }
.se-program__sticky {
  position: sticky; top: 0; height: 100vh; display: grid; place-items: center; overflow: hidden;
}
.se-program__num {
  position: absolute; top: 8vh; right: 6vw;
  font-family: var(--se-display); font-style: italic; font-size: clamp(120px, 18vw, 280px);
  line-height: 1; color: rgba(233,244,238,0.05);
  font-variation-settings: 'opsz' 144, 'wght' 400, 'SOFT' 30, 'WONK' 1; pointer-events: none;
}
.se-program__scene {
  position: absolute; inset: 0; display: grid; place-items: center;
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease; padding: 0 6vw;
}
.se-program__scene.is-active { opacity: 1; transform: translateY(0); }
.se-program__scene-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center; width: 100%; max-width: 1200px;
}
.se-program__copy h3 {
  font-family: var(--se-display); font-size: clamp(40px, 5.6vw, 88px); line-height: 1.05;
  letter-spacing: -0.02em; margin: 24px 0 20px;
  font-variation-settings: 'opsz' 144, 'wght' 500, 'SOFT' 30, 'WONK' 1;
}
.se-program__copy h3 em { font-style: italic; color: var(--se-lime); }
.se-program__copy p {
  font-family: var(--se-sans); font-size: 17px; line-height: 1.62;
  color: rgba(233,244,238,0.72); max-width: 480px;
}
.se-program__step {
  margin-top: 24px; font-family: var(--se-mono); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--lime);
}
.se-program__visual {
  position: relative; height: 56vh; border-radius: 8px; overflow: hidden;
  background: rgba(233,244,238,0.03); border: 1px solid var(--se-line);
}
.se-program__rail {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  width: 200px; height: 2px; background: rgba(233,244,238,0.12); border-radius: 1px;
  overflow: hidden; z-index: 50; opacity: 0; transition: opacity 0.4s ease;
}
.se-program__rail.is-on { opacity: 1; }
.se-program__rail-fill { height: 100%; width: 0%; background: var(--se-lime); transition: width 0.2s linear; }

/* program visuals */
.se-pv { position: absolute; inset: 0; padding: 28px; display: flex; flex-direction: column; gap: 12px; overflow: auto; }
.se-pv--audit { gap: 12px; }
.se-pv__find {
  display: flex; gap: 14px; align-items: baseline; padding: 14px 18px;
  background: rgba(233,244,238,0.04); border-left: 2px solid var(--se-green); border-radius: 0 6px 6px 0;
}
.se-pv__find-tag {
  flex: 0 0 auto; font-family: var(--se-mono); font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--se-green); min-width: 76px;
}
.se-pv__find span:last-child { font-family: var(--se-sans); font-size: 14px; color: rgba(233,244,238,0.85); line-height: 1.45; }
.se-pv--plan, .se-pv--report { padding: 22px 26px; gap: 0; }
.se-pv__row, .se-pv__report {
  display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 13px 0;
  border-bottom: 1px solid var(--se-line); align-items: baseline;
}
.se-pv__row:last-child, .se-pv__report:last-child { border-bottom: 0; }
.se-pv__row .k, .se-pv__report .k {
  font-family: var(--se-mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--se-lime);
}
.se-pv__row .v { font-family: var(--se-sans); font-size: 14px; color: rgba(233,244,238,0.9); }
.se-pv__report .v {
  font-family: var(--se-display); font-style: italic; font-size: 16px; color: rgba(233,244,238,0.92);
  font-variation-settings: 'opsz' 96, 'SOFT' 30, 'WONK' 1;
}
.se-pv--launch { padding: 22px 26px; gap: 10px; }
.se-pv__check {
  display: flex; align-items: center; gap: 12px; padding: 11px 14px;
  border: 1px solid var(--se-line); border-radius: 8px;
  font-family: var(--se-sans); font-size: 13.5px; color: rgba(233,244,238,0.7);
}
.se-pv__check::before {
  content: ''; width: 16px; height: 16px; border-radius: 50%;
  border: 1.5px solid var(--se-line-strong); flex: 0 0 auto;
}
.se-pv__check.is-done { color: var(--se-paper); border-color: rgba(46,158,84,0.4); }
.se-pv__check.is-done::before {
  border-color: var(--se-green); background: var(--se-green);
  box-shadow: inset 0 0 0 2px #0a1610;
}
.se-pv--optimize { padding: 18px; }
.se-pv__terms { display: flex; flex-direction: column; gap: 6px; }
.se-pv__term {
  display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center;
  padding: 9px 14px; border-radius: 7px; background: rgba(233,244,238,0.03);
  border: 1px solid var(--se-line); font-family: var(--se-mono); font-size: 12px;
}
.se-pv__term-q { font-family: var(--se-sans); color: rgba(233,244,238,0.85); }
.se-pv__term-act { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; }
.se-pv__term-act--add { background: rgba(46,158,84,0.16); color: #5bd07f; }
.se-pv__term-act--neg { background: rgba(229,72,77,0.16); color: #f4796f; }
.se-pv__term-roas { color: var(--se-lime); }
.se-pv--scale { flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: center; gap: 8px; padding: 28px; }
.se-pv__chip {
  padding: 8px 14px; border: 1px solid var(--se-line); border-radius: 999px;
  font-family: var(--se-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(233,244,238,0.7);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.se-pv__chip:hover { background: var(--se-green); color: #fff; border-color: var(--se-green); }

/* ============================================================
 * 06 — COMPOUND chart
 * ============================================================ */
.se-compound__wrap {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: center;
}
.se-compound__chart {
  display: block; width: 100%; height: 380px;
  background: rgba(233,244,238,0.02); border: 1px solid var(--se-line); border-radius: 12px;
}
.se-compound__legend { display: flex; flex-direction: column; gap: 18px; }
.se-compound__key {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--se-sans); font-size: 15px; color: rgba(233,244,238,0.85); line-height: 1.5;
}
.se-compound__key span {
  flex: 0 0 auto; width: 14px; height: 14px; border-radius: 4px; margin-top: 2px;
}
.se-compound__key--managed span { background: var(--se-lime); }
.se-compound__key--auto span { background: rgba(233,244,238,0.3); }
.se-compound__caption {
  font-family: var(--se-mono); font-size: 11px; letter-spacing: 0.08em;
  color: rgba(233,244,238,0.4); line-height: 1.6; margin-top: 8px;
}

/* ============================================================
 * 07 — TOOLS
 * ============================================================ */
.se-tools__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  max-width: 1200px; margin: 0 auto; background: var(--se-line);
  border: 1px solid var(--se-line); border-radius: 12px; overflow: hidden;
}
.se-tool {
  background: var(--se-ink); padding: 22px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease; min-height: 110px; position: relative;
}
.se-tool:hover { background: var(--se-green); color: #fff; }
.se-tool .cat {
  font-family: var(--se-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(233,244,238,0.45); margin-bottom: 6px;
}
.se-tool:hover .cat { color: rgba(255,255,255,0.8); }
.se-tool .nm {
  font-family: var(--se-display); font-style: italic; font-size: 22px;
  font-variation-settings: 'opsz' 96, 'wght' 500, 'SOFT' 30, 'WONK' 1;
}
.se-tool .glyph svg {
  width: 28px; height: 28px; fill: none; stroke: var(--lime); stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
  transition: stroke 0.3s ease, transform 0.3s ease;
}
.se-tool:hover .glyph svg { stroke: #fff; transform: rotate(8deg); }

/* ============================================================
 * 08 — CTA
 * ============================================================ */
.se-cta { position: relative; padding: 160px 6vw 200px; text-align: center; overflow: hidden; }
.se-cta canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.se-cta__inner { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; }
.se-cta__title {
  font-family: var(--se-display); font-weight: 400; font-size: clamp(48px, 7vw, 112px);
  line-height: 1.04; letter-spacing: -0.025em; margin: 24px 0 24px;
  font-variation-settings: 'opsz' 144, 'wght' 400, 'SOFT' 30, 'WONK' 1;
}
.se-cta__title em { font-style: italic; color: var(--se-lime); }
.se-cta__lede {
  font-family: var(--se-sans); font-size: 18px; line-height: 1.6;
  color: rgba(233,244,238,0.7); max-width: 580px; margin: 0 auto 36px;
}

/* tweaks/sound hidden on production */
.se-page .v2-tweaks, .se-page .v2-sound { display: none !important; }

/* ============================================================
 * Responsive
 * ============================================================ */
@media (max-width: 1024px) {
  .se-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .se-hero__three { display: none; }
  .se-hero__metrics { grid-template-columns: repeat(2, 1fr); }
  .se-hero__metric { border-bottom: 1px solid var(--se-line); }
  .se-hero__metric:nth-child(2) { border-right: 0; }
  .se-program__scene-inner { grid-template-columns: 1fr; gap: 30px; }
  .se-program__visual { height: 40vh; }
  .se-sim__stage { grid-template-columns: 1fr; gap: 30px; }
  .se-compound__wrap { grid-template-columns: 1fr; gap: 28px; }
  .se-anatomy__body { grid-template-columns: 1fr; }
  .se-anatomy__tree { display: grid; grid-template-columns: repeat(2, 1fr); border-right: 0; border-bottom: 1px solid var(--se-line); }
  .se-tools__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .se-section { padding: 80px 5vw 100px; }
  .se-hero { padding: 100px 5vw 40px; }
  .se-ledger__row { grid-template-columns: 1fr; gap: 8px; padding: 18px 12px; }
  .se-ledger__metric { text-align: left; }
  .se-console__body { grid-template-columns: 1fr 1fr; }
  .se-sim__readout { grid-template-columns: 1fr; }
  .se-anatomy__tree { grid-template-columns: 1fr; }
  .se-kw__head { display: none; }
  .se-kw__row { grid-template-columns: 1fr 1fr; gap: 6px 10px; }
  .se-program__inner { height: auto; }
  .se-program__sticky { position: static; height: auto; padding: 60px 0; }
  .se-program__scene { position: relative; opacity: 1; transform: none; padding: 30px 5vw; height: auto; }
  .se-program__visual { height: 44vh; }
  .se-program__rail { display: none; }
  .se-tools__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .se-program__scene { transition: none; }
  .se-serp__item { transition: none; }
  .se-console__pulse, .se-eyebrow .dot, .se-serp__caret { animation: none; }
}

/* ============================================================
 * Trusted — client logo-loop strip (React Bits "Logo Loop")
 * ============================================================ */
.se-trust {
  position: relative; z-index: 2;
  padding: 44px 0 52px;
  border-top: 1px solid var(--se-line);
  border-bottom: 1px solid var(--se-line);
  overflow: hidden;
}
.se-trust__label {
  text-align: center;
  font-family: var(--se-mono);
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(233, 244, 238, 0.45);
  margin-bottom: 26px;
}
.se-trust__loop { width: 100%; }
.se-trust__track { display: flex; align-items: center; }
.se-trust__logo {
  flex: 0 0 auto;
  padding: 0 42px;
  font-family: var(--se-display);
  font-style: italic;
  font-size: clamp(24px, 3vw, 32px);
  color: rgba(233, 244, 238, 0.40);
  font-variation-settings: 'opsz' 96, 'wght' 500, 'SOFT' 30, 'WONK' 1;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.se-trust__logo:hover { color: var(--se-paper); }
@media (max-width: 720px) { .se-trust { padding: 32px 0 38px; } }
