/* ============================================================
   Trace — landing page
   Ramp-style minimalist structure · Trace color tokens only
   (electric blue #2424FA replaces Ramp's yellow accent)
   ============================================================ */

/* ---------- FONTS ---------- */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/GoogleSans-VF.ttf") format("truetype-variations");
}
@font-face {
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/HostGrotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/HostGrotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

/* ---------- TOKENS (Trace, editorial) ---------- */
:root {
  --bg: #FFFFFF;
  --bg-2: #F0F0F0;
  --bg-3: #F7F7F7;
  --ink: #0E1114;
  --ink-2: #2B3036;
  --ink-3: #6A7079;
  --ink-4: #9A9FA6;
  --line: #D9D9D9;
  --line-2: #BFBFBF;
  --accent: #2424FA;
  --accent-2: #4040FF;
  --accent-soft: #DEDFFF;
  --panel-dark: #0E1114;
  --good: #1818D6;
  --bad: #C0392B;
  --warn: #D4A437;
  --eng-chatgpt: #10A37F;
  --eng-google: #4285F4;
  --font-display: "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "Inter", ui-monospace, monospace;
  --font-title: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: 1240px;
  --pad: 40px;
  --ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-pop: cubic-bezier(0.2, 1.2, 0.3, 1);
  --shadow-sm: 0 1px 2px rgba(20,14,5,0.04), 0 4px 10px -6px rgba(20,14,5,0.10);
  --shadow-xl: 0 40px 80px -30px rgba(12,8,4,0.28), 0 18px 38px -20px rgba(12,8,4,0.16);
}

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], a[id] { scroll-margin-top: 80px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; color: inherit; background: none; border: 0; padding: 0; }
img, svg { display: block; }

.shell { max-width: var(--shell); margin: 0 auto; padding: 0 var(--pad); }

/* dot-grid texture (Ramp signature) */
.dotgrid {
  background-image: radial-gradient(rgba(14,17,20,0.10) 1px, transparent 1.4px);
  background-size: 22px 22px;
}

/* ---------- TYPE HELPERS ---------- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.muted { color: var(--ink-3); }
.display {
  font-family: var(--font-title);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}
h2.sec-title {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -0.032em;
  line-height: 1.0;
  margin: 0;
  text-wrap: balance;
}
h2.sec-title .g { color: var(--ink-3); }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-weight: 500; font-size: 15px;
  border-radius: 11px;
  padding: 12px 20px;
  transition: transform var(--ease-out) 0.12s, background var(--ease-out) 0.16s, filter var(--ease-out) 0.16s, border-color 0.16s;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { filter: brightness(1.08); }
.btn-primary:active { transform: translateY(1px); }
.btn-ghost { border: 1px solid var(--line-2); color: var(--ink); }
.btn-ghost:hover { background: var(--bg-2); border-color: var(--ink); }
.btn .arr { transition: transform var(--ease-out) 0.16s; }
.btn:hover .arr { transform: translateX(3px); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in oklab, var(--bg) 88%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.nav.scrolled { border-color: var(--line); }
.nav-in { display: flex; align-items: center; gap: 32px; height: 66px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: auto; height: 26px; border-radius: 0; }
.brand b { font-family: var(--font-title); font-weight: 500; font-size: 20px; letter-spacing: -0.02em; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
  font-family: "Inter", system-ui, sans-serif; font-size: 14.5px; font-weight: 450; color: var(--ink-2);
  letter-spacing: -0.005em; padding: 8px 14px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 5px; transition: background 0.15s;
}
.nav-links a:hover { background: color-mix(in oklab, var(--ink) 7%, transparent); }
.nav-links svg { width: 9px; height: 9px; opacity: 0.6; }
/* nav dropdown */
.nav-drop { position: relative; }
.nav-drop-btn { font-family: "Inter", system-ui, sans-serif; font-size: 14.5px; font-weight: 450; color: var(--ink-2); padding: 8px 14px; border-radius: 999px; display: inline-flex; align-items: center; gap: 5px; cursor: pointer; transition: background 0.15s; }
.nav-drop-btn svg { width: 9px; height: 9px; opacity: 0.6; transition: transform 0.2s var(--ease-out); }
.nav-drop:hover .nav-drop-btn, .nav-drop:focus-within .nav-drop-btn { background: color-mix(in oklab, var(--ink) 7%, transparent); }
.nav-drop:hover .nav-drop-btn svg { transform: rotate(180deg); }
.nav-drop-menu { position: absolute; top: calc(100% + 6px); left: 0; min-width: 220px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 6px; box-shadow: 0 18px 48px -18px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.06); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity 0.18s var(--ease-out), transform 0.18s var(--ease-out), visibility 0.18s; }
.nav-drop:hover .nav-drop-menu, .nav-drop:focus-within .nav-drop-menu { opacity: 1; visibility: visible; transform: none; }
.nav-drop-menu a { display: flex; flex-direction: column; gap: 2px; font-size: 14px; color: var(--ink); padding: 10px 12px; border-radius: 8px; }
.nav-drop-menu a span { font-size: 12px; color: var(--ink-3); }
.nav-drop-menu a:hover { background: var(--bg-2); }
.nav-cta { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.nav-cta .signin { font-family: "Inter", system-ui, sans-serif; font-size: 14.5px; color: var(--ink); padding: 8px 4px; white-space: nowrap; }
.nav-cta .signin:hover { color: var(--accent); }
.nav-cta .btn { padding: 10px 18px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding-top: 112px; padding-bottom: 72px; position: relative; }
.hero-fx { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero > .shell { position: relative; z-index: 1; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; }
.hero-eyebrow .eyebrow { white-space: nowrap; }
.hero-eyebrow .pulse {
  width: 8px; height: 8px; border-radius: 999px; background: var(--accent);
  animation: pulse 1.8s var(--ease-out) infinite;
}
.hero-eyebrow .eb-cube { display: inline-flex; width: 15px; height: 16px; animation: cubeBob 2.6s var(--ease-out) infinite; }
.hero-eyebrow .eb-cube svg { width: 100%; height: 100%; display: block; }
@keyframes cubeBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-2.5px); } }
@media (prefers-reduced-motion: reduce) { .hero-eyebrow .eb-cube { animation: none; } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(36,36,250,0.5); } 100% { box-shadow: 0 0 0 11px rgba(36,36,250,0); } }
.hero h1 { font-size: clamp(34px, 4.2vw, 50px); margin: 0; }
.hero h1 .g { color: var(--ink-3); }
.hero-sub {
  font-size: clamp(16px, 1.4vw, 18px); color: var(--ink-3); font-weight: 400;
  margin: 22px 0 0; max-width: 56ch; line-height: 1.45; letter-spacing: -0.01em;
}
.hero-cta { margin-top: 44px; display: flex; gap: 12px; align-items: center; }
.hero-built { margin: 26px 0 0; font-size: 13.5px; color: var(--ink-3); display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.hb-logo { font-family: var(--font-title); font-weight: 500; color: var(--ink); letter-spacing: -0.01em; }
.hero-cta .btn { padding: 13px 22px; font-size: 15px; }

/* ---------- HERO DASHBOARD VISUAL ---------- */
.hero-viz-wrap {
  position: relative;
  margin-top: 72px;
  background: var(--bg-2);
  border-radius: 28px;
  padding: clamp(40px, 5vw, 76px) clamp(32px, 5vw, 84px) 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.hero-viz-wrap .window { max-width: 940px; margin: 0 auto; }

/* ---- build-up callouts ---- */
.callout {
  position: absolute; z-index: 6; width: min(252px, 38%);
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 16px; opacity: 0; will-change: transform, opacity;
  box-shadow: 0 22px 48px -20px rgba(12,8,4,0.30), 0 2px 6px rgba(0,0,0,0.05);
}
.callout b { font-family: var(--font-display); font-size: 14px; font-weight: 600; color: var(--ink); display: block; }
.callout p { font-size: 12.5px; color: var(--ink-3); margin: 5px 0 11px; line-height: 1.4; }
.callout code { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.01em; color: var(--ink-3);
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 7px; padding: 7px 9px; }
.callout .co-mod { color: var(--ink); }
.callout .co-str { color: var(--accent); }
.co-1 { left: clamp(4px, 2vw, 34px); top: 17%; }
.co-2 { left: clamp(4px, 2vw, 34px); top: 60%; }
.co-3 { right: clamp(4px, 2vw, 34px); top: 28%; }
.co-4 { right: clamp(4px, 2vw, 34px); top: 64%; }

.hero-viz-wrap.built .co-1 { animation: coPopL 6s var(--ease-out) 0.3s forwards; }
.hero-viz-wrap.built .co-2 { animation: coPopL 6s var(--ease-out) 1.1s forwards; }
.hero-viz-wrap.built .co-3 { animation: coPopR 6s var(--ease-out) 0.7s forwards; }
.hero-viz-wrap.built .co-4 { animation: coPopR 6s var(--ease-out) 1.5s forwards; }
@keyframes coPopL {
  0% { opacity: 0; transform: translateX(-34px) translateY(10px) scale(0.94); }
  16% { opacity: 1; transform: none; }
  74% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translateX(-12px) translateY(-4px) scale(0.97); }
}
@keyframes coPopR {
  0% { opacity: 0; transform: translateX(34px) translateY(10px) scale(0.94); }
  16% { opacity: 1; transform: none; }
  74% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translateX(12px) translateY(-4px) scale(0.97); }
}

/* ---- dashboard fill-up (starts empty, fills in) ---- */
.dash-main > * { opacity: 0; transform: translateY(12px); }
.dash.built .dash-main > * { animation: dashFill 0.7s var(--ease-out) forwards; }
.dash.built .dash-main > *:nth-child(1) { animation-delay: 0.15s; }
.dash.built .dash-main > *:nth-child(2) { animation-delay: 0.50s; }
.dash.built .dash-main > *:nth-child(3) { animation-delay: 0.90s; }
.dash.built .dash-main > *:nth-child(4) { animation-delay: 1.30s; }
.dash.built .dash-main > *:nth-child(5) { animation-delay: 1.65s; }
@keyframes dashFill { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .dash-main > * { opacity: 1; transform: none; }
  .callout { display: none; }
}
.window {
  border-radius: 16px;
  background: var(--bg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}
.win-bar {
  display: flex; align-items: center; gap: 14px;
  padding: 0 16px; height: 44px;
  background: linear-gradient(180deg, #f6f6f7, #efefef);
  border-bottom: 1px solid var(--line);
}
.win-lights { display: flex; gap: 8px; }
.win-lights i { width: 12px; height: 12px; border-radius: 999px; display: block; }
.win-url {
  flex: 1; max-width: 360px; margin: 0 auto;
  height: 26px; border-radius: 7px; background: #fff; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; gap: 7px;
  font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); letter-spacing: 0.01em;
}
.win-url svg { width: 11px; height: 11px; }

/* dashboard app */
.dash { display: grid; grid-template-columns: 210px 1fr; background: var(--bg); font-family: "Inter", system-ui, sans-serif; --font-display: "Inter", system-ui, sans-serif; --font-body: "Inter", system-ui, sans-serif; --font-mono: "Inter", system-ui, sans-serif; }
.dash-side { background: var(--bg); border-right: 1px solid var(--line); padding: 16px 12px; }
.dash-ws {
  display: flex; align-items: center; gap: 9px; padding: 9px 10px; border: 1px solid var(--line);
  border-radius: 9px; margin-bottom: 18px; background: var(--bg-3);
}
.dash-ws .av { width: 24px; height: 24px; border-radius: 6px; background: var(--ink); display: grid; place-items: center; color: #fff; font-size: 11px; font-weight: 600; font-family: var(--font-display); }
.dash-ws b { font-size: 13px; font-family: var(--font-display); font-weight: 500; }
.dash-ws .chev { margin-left: auto; color: var(--ink-4); }
.dash-grp { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); margin: 16px 10px 7px; }
.dash-nav { display: flex; flex-direction: column; gap: 1px; }
.dash-nav a {
  display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 7px;
  font-size: 13.5px; color: var(--ink-2); font-weight: 450;
}
.dash-nav a svg { width: 15px; height: 15px; color: var(--ink-3); stroke-width: 1.6; }
.dash-nav a.on { background: var(--accent-soft); color: var(--accent); font-weight: 500; }
.dash-nav a.on svg { color: var(--accent); }

.dash-main { padding: 18px 22px 22px; overflow: hidden; }
.dash-crumb { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; color: var(--ink-3); margin-bottom: 14px; white-space: nowrap; }
.dash-crumb b { color: var(--ink); font-weight: 500; }
.dash-crumb .sep { color: var(--ink-4); margin: 0 7px; }

/* welcome header */
.dash-welcome { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.dash-welcome h3 { font-family: var(--font-display); font-size: 16px; font-weight: 600; letter-spacing: -0.01em; margin: 0; color: var(--ink); }
.dash-welcome p { font-size: 12px; color: var(--ink-3); margin: 3px 0 0; }
.dash-new { display: inline-flex; align-items: center; gap: 6px; background: var(--accent); color: #fff; font-family: var(--font-body); font-size: 12px; font-weight: 500; padding: 8px 13px; border-radius: 8px; flex: 0 0 auto; }
.dash-new svg { width: 12px; height: 12px; }

/* KPI strip */
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-bottom: 16px; }
.kpi {
  position: relative; border: 1px solid var(--line); border-radius: 12px; background: #fff;
  padding: 13px 14px 11px; overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 1px 2px rgba(20,14,5,0.04);
}
.kpi .lbl { font-size: 11.5px; color: var(--ink-3); }
.kpi .row { display: flex; align-items: baseline; gap: 7px; margin-top: 7px; }
.kpi .num { font-family: var(--font-display); font-weight: 600; font-size: 23px; letter-spacing: -0.025em; }
.kpi .delta { font-family: var(--font-mono); font-size: 11px; font-weight: 500; color: var(--good); display: inline-flex; align-items: center; gap: 2px; }
.kpi .spark { margin-top: 9px; width: 100%; height: 24px; }
.kpi.accent { background: var(--accent); border-color: var(--accent); color: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.kpi.accent .num { font-size: 34px; color: #fff; }
.kpi.accent .lbl { color: rgba(255,255,255,0.82); }
.kpi.accent .arrow { align-self: flex-end; }

/* dashboard panels */
.dash-row { display: grid; grid-template-columns: 1.3fr 1fr; gap: 12px; margin-bottom: 12px; }
.panel {
  position: relative; border: 1px solid var(--line); border-radius: 12px; background: #fff;
  padding: 15px 17px; overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 1px 2px rgba(20,14,5,0.04), 0 14px 28px -24px rgba(20,14,5,0.16);
}
.panel::after { content: ""; position: absolute; left: 14px; right: 14px; top: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent), #4040ff 70%, transparent); }
.panel-h { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.panel-h b { font-family: var(--font-display); font-size: 13.5px; font-weight: 600; display: block; white-space: nowrap; }
.panel-h span { font-size: 11px; color: var(--ink-3); display: block; }
.panel-h .live { font-family: var(--font-mono); font-size: 10px; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; letter-spacing: 0.04em; }
.panel-h .live i { width: 6px; height: 6px; border-radius: 999px; background: var(--accent); animation: pulse 1.8s var(--ease-out) infinite; }

/* spacious campaigns table */
.adt { display: flex; flex-direction: column; }
.adt-row { display: grid; grid-template-columns: 1.9fr 1.5fr 0.95fr 0.6fr 0.85fr; gap: 14px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); }
.adt-head { border-top: 0; padding: 0 0 7px; }
.adt-head span { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-4); }
.adt-name { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--ink); font-weight: 450; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.adt-name .fav { width: 9px; height: 9px; border-radius: 3px; flex: 0 0 auto; }
.adt-ch { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ink-2); min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.adt-ch .ep { width: 18px; height: 18px; border-radius: 5px; display: grid; place-items: center; color: #fff; font-size: 9px; font-weight: 700; font-family: var(--font-display); flex: 0 0 auto; }
.num-col { text-align: right; font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-size: 12.5px; color: var(--ink-2); }
.num-col b { font-weight: 600; color: var(--ink); }
.st-col { text-align: right; }
.st { font-family: var(--font-mono); font-style: normal; font-size: 10px; letter-spacing: 0.02em; padding: 3px 9px; border-radius: 999px; display: inline-flex; align-items: center; gap: 5px; }
.st::before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: currentColor; }
.st-active { background: color-mix(in oklab, var(--good) 12%, transparent); color: var(--good); }
.st-scaling { background: var(--accent-soft); color: var(--accent); }
.st-paused { background: var(--bg-2); color: var(--ink-4); }

/* brand / prompt rows */
.brow { display: grid; grid-template-columns: 18px 1fr auto auto; gap: 10px; align-items: center; padding: 8px 0; border-top: 1px dashed var(--line); font-size: 12.5px; }
.brow:first-of-type { border-top: 0; }
.brow .rk { font-family: var(--font-mono); font-size: 11px; color: var(--ink-4); }
.brow .fav { width: 18px; height: 18px; border-radius: 5px; display: grid; place-items: center; color: #fff; font-size: 9px; font-weight: 700; font-family: var(--font-display); }
.brow .nm { display: flex; align-items: center; gap: 8px; min-width: 0; }
.brow .nm b { font-weight: 500; font-size: 12.5px; }
.brow.you .nm b::after { content: "You"; font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.08em; background: var(--accent-soft); color: var(--accent); padding: 1px 5px; border-radius: 999px; margin-left: 7px; vertical-align: middle; }
.brow .vis { font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-weight: 500; }
.brow .dl { font-family: var(--font-mono); font-size: 11px; color: var(--good); text-align: right; min-width: 46px; }
.bar { height: 4px; border-radius: 999px; background: var(--bg-2); overflow: hidden; }
.bar > i { display: block; height: 100%; background: var(--accent); border-radius: 999px; }

/* prompts list */
.prow { display: flex; align-items: center; gap: 9px; padding: 8px 0; border-top: 1px dashed var(--line); font-size: 12.5px; }
.prow:first-of-type { border-top: 0; }
.prow .q { flex: 1; color: var(--ink-2); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.prow .ep { width: 16px; height: 16px; border-radius: 999px; display: grid; place-items: center; color: #fff; font-size: 8px; font-weight: 700; font-family: var(--font-display); flex: 0 0 auto; }
.prow .vol { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); }

/* sources mix bar */
.mix { display: flex; height: 9px; border-radius: 999px; overflow: hidden; margin: 6px 0 12px; }
.mix > i { height: 100%; }
.src-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 18px; }
.src-legend .sl { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.src-legend .sl i { width: 9px; height: 9px; border-radius: 3px; flex: 0 0 auto; }
.src-legend .sl .pct { margin-left: auto; font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); }

/* ads table */
.ads-tbl { width: 100%; }
.ads-row { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr) auto; gap: 10px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); font-size: 12px; }
.ads-row.head { border-top: 0; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-4); padding-bottom: 6px; }
.ads-row .eng { display: flex; align-items: center; gap: 9px; min-width: 0; }
.ads-row .eng .ep { width: 22px; height: 22px; border-radius: 6px; }
.ads-row .eng b { font-size: 12.5px; font-weight: 500; font-family: var(--font-display); display: block; }
.ads-row .eng span { font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); }
.ads-row .v { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.ads-row .v small { display: block; font-size: 9px; color: var(--ink-4); letter-spacing: 0.08em; text-transform: uppercase; }
.badge-active { font-family: var(--font-mono); font-size: 10px; color: var(--good); display: inline-flex; align-items: center; gap: 5px; }
.badge-active i { width: 6px; height: 6px; border-radius: 999px; background: var(--good); }

/* ---------- dashboard realism extras ---------- */
.win-nav { display: flex; gap: 2px; color: var(--ink-4); align-items: center; }
.win-nav svg { width: 15px; height: 15px; }
.win-actions { display: flex; align-items: center; color: var(--ink-4); margin-left: auto; }
.win-actions svg { width: 14px; height: 14px; }
.dash-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.dash-top .dash-crumb { margin-bottom: 0; flex: 0 0 auto; }
.dash-tools { display: flex; align-items: center; gap: 8px; flex: 0 1 auto; }
.dash-search { display: flex; align-items: center; gap: 7px; height: 28px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink-4); font-size: 11.5px; min-width: 150px; white-space: nowrap; overflow: hidden; }
.dash-search svg { width: 12px; height: 12px; flex: 0 0 auto; }
.dash-search .kbd { margin-left: auto; font-family: var(--font-mono); font-size: 9px; border: 1px solid var(--line); border-radius: 4px; padding: 1px 5px; color: var(--ink-3); }
.dash-pill { display: inline-flex; align-items: center; gap: 6px; height: 28px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 11.5px; color: var(--ink-2); font-family: var(--font-body); white-space: nowrap; }
.dash-pill svg { width: 9px; height: 9px; color: var(--ink-4); }
.dash-ic { position: relative; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; display: grid; place-items: center; color: var(--ink-3); flex: 0 0 auto; }
.dash-ic svg { width: 14px; height: 14px; }
.dash-ic .dot { position: absolute; top: 5px; right: 6px; width: 5px; height: 5px; border-radius: 999px; background: var(--accent); }
.dash-av2 { width: 28px; height: 28px; border-radius: 999px; background: linear-gradient(135deg, #2424FA, #6a6aff); color: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 600; font-family: var(--font-display); flex: 0 0 auto; }
.brow:not(:first-of-type):hover, .prow:hover { background: color-mix(in oklab, var(--accent) 4%, transparent); box-shadow: inset 3px 0 0 color-mix(in oklab, var(--accent) 35%, transparent); border-radius: 4px; }
.brow.scan, .prow.scan { background: color-mix(in oklab, var(--accent) 6%, transparent); box-shadow: inset 3px 0 0 color-mix(in oklab, var(--accent) 55%, transparent); border-radius: 4px; transition: background 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out); }
.kpi .spark path { stroke-dasharray: 240; stroke-dashoffset: 0; }
.dash.in-view .kpi .spark path { animation: sparkDraw 1.1s var(--ease-out); }
@keyframes sparkDraw { from { stroke-dashoffset: 240; } to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
  .dash .kpi .spark path { stroke-dashoffset: 0; animation: none; }
}

/* ============================================================
   SECTION: statement (Buying starts in the answer)
   ============================================================ */
.section { padding: clamp(100px, 11vw, 180px) 0; }

/* dark scroll-reveal section */
.reveal-section {
  position: relative;
  background: var(--bg);
  color: var(--ink);
  padding: clamp(80px, 14vh, 150px) var(--pad);
  overflow: hidden;
}
.reveal-inner { position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; text-align: center; }
.reveal-eyebrow { display: block; color: var(--ink-3); margin-bottom: clamp(28px, 4vw, 48px); }
.reveal-text {
  font-family: var(--font-title); font-weight: 400;
  font-size: clamp(27px, 4.2vw, 52px);
  line-height: 1.3; letter-spacing: -0.02em;
  margin: 0; text-wrap: balance;
}
.reveal-text .w { color: rgba(14,17,20,0.20); }
.statement { max-width: 22ch; }
.statement h2 { font-family: var(--font-title); font-weight: 400; font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -0.032em; line-height: 1.02; margin: 0; }
.statement h2 .g { color: var(--ink-3); }
.statement p { font-size: clamp(16px, 1.6vw, 18px); color: var(--ink-3); max-width: 46ch; margin: 24px 0 0; line-height: 1.5; }

/* ============================================================
   BUYER PAIN / URGENCY (old vs new split)
   ============================================================ */
.urgency-head { max-width: 60ch; }
.urgency-head .sec-title { max-width: 24ch; }
.urgency-head .sub { max-width: 52ch; }

/* ---- THE GAP — scroll-scrubbed past → now scene ---- */
.gap2 { position: relative; height: 300vh; background: var(--bg); }
.gap2-stage {
  position: sticky; top: 0; height: 100vh; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  padding: clamp(80px, 13vh, 150px) var(--pad) 0;
}
.gap2-head { position: relative; z-index: 5; text-align: center; max-width: 760px; flex: 0 0 auto; }
.gap2-head .eyebrow { display: block; margin-bottom: 18px; }
.gap2-title { position: relative; display: grid; }
.gap2-title .gtitle {
  grid-area: 1 / 1; font-family: var(--font-title); font-weight: 400;
  font-size: clamp(30px, 4.6vw, 58px); letter-spacing: -0.032em; line-height: 1.04;
  text-wrap: balance; transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}
.gtitle-now { color: var(--accent); opacity: 0; }
.gap2-scene { position: relative; flex: 1 1 auto; width: 100%; z-index: 1; }
.frag {
  position: absolute; left: 50%; top: 50%; white-space: nowrap;
  background: #fff; border: 1px solid var(--line); border-radius: 11px;
  padding: 11px 15px 11px 11px; box-shadow: var(--shadow-sm);
  font-family: var(--font-body); font-size: 13.5px; font-weight: 450; color: var(--ink-3);
  display: inline-flex; align-items: center; gap: 10px; will-change: transform, opacity;
}
.frag-ic { width: 28px; height: 28px; border-radius: 8px; flex: 0 0 auto;
  background: var(--bg-2); color: var(--ink-4); display: grid; place-items: center; }
.frag-ic svg { width: 16px; height: 16px; }
.frag-broken { border-style: dashed; }
.frag-broken .frag-ic { color: var(--bad); background: color-mix(in oklab, var(--bad) 9%, transparent); }
.frag-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 9px; }
.frag-row { display: flex; justify-content: space-between; gap: 10px; font-size: 12px; padding: 5px 0; border-top: 1px dashed var(--line); }
.frag-row:first-of-type { border-top: 0; }
.frag-row b { color: var(--ink-2); font-variant-numeric: tabular-nums; font-weight: 500; }
.frag-row.dim { opacity: 0.5; }
.frag-bars { display: flex; align-items: flex-end; gap: 7px; height: 54px; }
.frag-bars i { flex: 1; background: var(--line-2); border-radius: 2px 2px 0 0; }
.frag-win { display: flex; align-items: center; gap: 5px; margin-bottom: 10px; }
.frag-win .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--line-2); }
.frag-win em { font-family: var(--font-mono); font-size: 10px; color: var(--ink-4); margin-left: 6px; font-style: normal; }
.frag-line { height: 7px; border-radius: 999px; background: var(--bg-2); margin: 7px 0; }
.frag-mail { display: flex; gap: 10px; align-items: center; }
.frag-ava { width: 26px; height: 26px; border-radius: 999px; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 600; font-family: var(--font-display); flex: 0 0 auto; }
.frag-mail b { display: block; font-size: 12.5px; color: var(--ink-2); font-weight: 500; }
.frag-mail span { font-size: 11.5px; color: var(--ink-4); }
.frag-spark { width: 100%; height: 40px; color: var(--ink-4); }
.unified {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0.92);
  width: min(720px, 86vw);
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 22px 24px 26px; box-shadow: var(--shadow-xl); opacity: 0; will-change: transform, opacity;
}
.unified-stripe { position: absolute; left: 18px; right: 18px; top: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent), #4040ff 70%, transparent); border-radius: 999px; }
.unified-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.unified-brand { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-title); font-weight: 500; font-size: 17px; }
.unified-brand img { height: 20px; width: auto; }
.unified-live { font-family: var(--font-mono); font-size: 11px; color: var(--accent); display: inline-flex; align-items: center; gap: 7px; letter-spacing: 0.04em; }
.unified-live i { width: 6px; height: 6px; border-radius: 999px; background: var(--accent); animation: pulse 1.8s var(--ease-out) infinite; }
.ustack { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.uitem { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 11px; background: var(--bg-3); font-family: var(--font-body); font-size: 13px; color: var(--ink); transition: transform 0.16s var(--ease-out), border-color 0.16s var(--ease-out), background 0.16s var(--ease-out); }
.uitem:hover { transform: translateY(-2px); border-color: color-mix(in oklab, var(--accent) 40%, var(--line)); background: #fff; }
.uitem-wide { grid-column: 1 / -1; }
.uic { width: 28px; height: 28px; border-radius: 8px; flex: 0 0 auto; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; }
.uic svg { width: 16px; height: 16px; }
.ulbl { flex: 1; font-weight: 450; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.udot { width: 6px; height: 6px; border-radius: 999px; background: var(--accent); flex: 0 0 auto; animation: pulse 1.8s var(--ease-out) infinite; }
.unified-flow { display: flex; align-items: stretch; }
.ustep { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 6px 4px; }
.ustep-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; }
.ustep-ic svg { width: 22px; height: 22px; }
.ustep-end .ustep-ic { background: var(--accent); color: #fff; }
.ustep b { font-family: var(--font-display); font-size: 13.5px; font-weight: 600; color: var(--ink); line-height: 1.25; max-width: 13ch; }
.uconn { flex: 0 0 auto; align-self: flex-start; width: clamp(16px, 4vw, 48px); height: 2px; margin-top: 27px;
  background: linear-gradient(90deg, var(--accent), color-mix(in oklab, var(--accent) 40%, transparent)); border-radius: 999px; }
.gap2-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 5;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4);
  display: inline-flex; align-items: center; gap: 7px; transition: opacity 0.3s var(--ease-out); }
.gap2-cue svg { width: 11px; height: 13px; animation: cueBob 1.8s var(--ease-out) infinite; }
@keyframes cueBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(3px); } }
@media (max-width: 760px) {
  .gap2 { height: 240vh; }
  .ustack { grid-template-columns: 1fr; }
  .uitem-wide { grid-column: auto; }
  .unified { width: 90vw; padding: 18px 18px 20px; }
  .frag { font-size: 12px; padding: 8px 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .gap2 { height: auto; }
  .gap2-stage { position: static; height: auto; padding: clamp(60px,8vw,100px) var(--pad); }
  .gap2-scene { position: relative; height: 320px; }
  .frag { display: none; }
  .unified { position: relative; left: auto; top: auto; transform: none; opacity: 1; margin: 30px auto 0; }
  .gtitle-past, .gap2-cue { display: none; }
  .gtitle-now { opacity: 1; }
}
.vs { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: clamp(14px, 2vw, 28px); }
.vs-col {
  position: relative; border-radius: 24px; padding: clamp(28px, 3vw, 40px);
  display: flex; flex-direction: column; min-height: 340px; overflow: hidden;
}
.vs-old {
  background:
    radial-gradient(rgba(14,17,20,0.045) 1px, transparent 1.5px) 0 0 / 20px 20px,
    var(--bg-2);
  color: var(--ink-3); border: 1px solid var(--line);
}
.vs-new {
  color: #fff;
  background:
    radial-gradient(130% 120% at 8% 110%, rgba(255,255,255,0.20), transparent 48%),
    radial-gradient(120% 120% at 100% -10%, rgba(0,0,0,0.22), transparent 52%),
    var(--accent);
  box-shadow: 0 34px 70px -34px rgba(36,36,250,0.65), inset 0 1px 0 rgba(255,255,255,0.25);
}
.vs-stripe { position: absolute; left: 0; right: 0; top: 0; height: 3px; z-index: 3;
  background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.2) 70%, transparent); }
.vs-fx { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.vs-sheen {
  position: absolute; top: 0; bottom: 0; width: 40%; z-index: 1; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.16) 50%, transparent);
  transform: skewX(-16deg); left: -60%;
  animation: vsSheen 5.5s var(--ease-out) 1.2s infinite;
}
@keyframes vsSheen { 0% { left: -60%; } 55%, 100% { left: 150%; } }
.vs-new .vs-top, .vs-new .vs-list { position: relative; z-index: 2; }
.vs-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.vs-tag {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.vs-old .vs-tag { color: var(--ink-4); }
.vs-new .vs-tag { color: #fff; }
.vs-badge {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
}
.vs-old .vs-badge { background: #E4E4E4; color: var(--ink-4); }
.vs-badge-live { background: rgba(255,255,255,0.18); color: #fff; display: inline-flex; align-items: center; gap: 6px; }
.vs-badge-live i { width: 6px; height: 6px; border-radius: 999px; background: #fff; animation: pulse 1.8s var(--ease-out) infinite; }
.vs-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.vs-list li {
  font-family: var(--font-body); font-size: clamp(16px, 1.4vw, 18px);
  letter-spacing: -0.01em; padding: 15px 0; display: flex; align-items: center; gap: 14px;
}
.vs-old .vs-list li { border-top: 1px solid var(--line); color: var(--ink-3); }
.vs-new .vs-list li { border-top: 1px solid rgba(255,255,255,0.16); color: #fff; }
.vs-old .vs-list li:first-child, .vs-new .vs-list li:first-child { border-top: 0; }
.vs-mk { width: 32px; height: 32px; border-radius: 9px; flex: 0 0 auto; display: grid; place-items: center; }
.vs-mk svg { width: 17px; height: 17px; }
.vs-mk-x { background: #E4E4E4; color: var(--ink-4); }
.vs-mk-c { background: rgba(255,255,255,0.16); color: #fff; }
.vs-new:hover .vs-mk-c { background: #fff; color: var(--accent); transition: background var(--ease-out) 0.16s, color var(--ease-out) 0.16s; }
.vs-arrow {
  align-self: center; width: 48px; height: 48px; border-radius: 999px; flex: 0 0 auto;
  display: grid; place-items: center; color: var(--accent);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.vs-arrow svg { width: 24px; height: 24px; }

/* staggered row reveal + hover life */
@media (prefers-reduced-motion: no-preference) {
  .vs .vs-list li { opacity: 0; transform: translateX(8px); }
  .vs.in .vs-list li { animation: vsRowIn 0.5s var(--ease-out) forwards; }
  .vs.in .vs-old .vs-list li { transform: translateX(-8px); }
  .vs.in .vs-list li:nth-child(1) { animation-delay: 0.05s; }
  .vs.in .vs-list li:nth-child(2) { animation-delay: 0.13s; }
  .vs.in .vs-list li:nth-child(3) { animation-delay: 0.21s; }
  .vs.in .vs-list li:nth-child(4) { animation-delay: 0.29s; }
  .vs.in .vs-new .vs-list li:nth-child(1) { animation-delay: 0.18s; }
  .vs.in .vs-new .vs-list li:nth-child(2) { animation-delay: 0.26s; }
  .vs.in .vs-new .vs-list li:nth-child(3) { animation-delay: 0.34s; }
  .vs.in .vs-new .vs-list li:nth-child(4) { animation-delay: 0.42s; }
}
@keyframes vsRowIn { to { opacity: 1; transform: none; } }
.vs-list li { transition: transform 0.16s var(--ease-out); }
.vs-new .vs-list li:hover { transform: translateX(3px); }
.vs-arrow { transition: transform 0.6s var(--ease-pop); }
.vs.in .vs-arrow { animation: vsArrowNudge 2.8s var(--ease-out) 0.8s infinite; }
@keyframes vsArrowNudge { 0%, 80%, 100% { transform: translateX(0); } 88% { transform: translateX(4px); } }

@media (max-width: 760px) {
  .vs { grid-template-columns: 1fr; }
  .vs-arrow { transform: rotate(90deg); margin: -6px auto; }
  .vs-col { min-height: 0; }
}

/* ============================================================
   NEW AD MECHANICS (light · animate-on-enter pipeline)
   ============================================================ */
.mech2 { position: relative; height: 320vh; background: var(--bg-3); }
.mech2::before { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(70% 55% at 50% 118%, color-mix(in oklab, var(--accent) 16%, transparent), transparent 68%); opacity: 0; transition: opacity 0.7s var(--ease-out); }
.mech2.play-on::before, .mech2:has(.mcard.is-active)::before { opacity: 1; }
.mech2-stage {
  position: sticky; top: 0; height: 100vh; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: clamp(48px, 8vh, 96px) var(--pad);
}
.mech2-head { position: relative; z-index: 2; text-align: center; max-width: 720px; margin-bottom: clamp(34px, 5vh, 64px); }
.mech2-head .eyebrow { display: block; margin-bottom: 16px; }
.mech2-sub { font-size: clamp(16px, 1.7vw, 19px); color: var(--ink-3); margin: 16px auto 0; max-width: 50ch; }

.mech2-track {
  position: relative; z-index: 1; width: 100%; max-width: 1080px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 28px);
}
.mrail { position: absolute; top: 21px; left: 12.5%; right: 12.5%; height: 2px; background: var(--line); border-radius: 999px; overflow: hidden; }
.mrail-fill { position: absolute; left: 0; top: 0; height: 100%; width: 0%; border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #6a6aff, var(--accent)); background-size: 200% 100%; animation: railShimmer 2.4s linear infinite; }
@keyframes railShimmer { to { background-position: -200% 0; } }
.mrail-dot { position: absolute; top: 50%; left: 0%; width: 11px; height: 11px; border-radius: 999px; background: var(--accent);
  transform: translate(-50%, -50%); box-shadow: 0 0 0 5px color-mix(in oklab, var(--accent) 22%, transparent), 0 0 14px 2px color-mix(in oklab, var(--accent) 55%, transparent); }

.mcard { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; }
.mbadge {
  width: 44px; height: 44px; border-radius: 999px; display: grid; place-items: center;
  font-family: var(--font-mono); font-size: 13px; font-weight: 500; letter-spacing: 0.04em;
  background: var(--bg); color: var(--ink-4); border: 2px solid var(--line);
  transition: background 0.4s var(--ease-out), color 0.4s var(--ease-out), border-color 0.4s var(--ease-out), transform 0.4s var(--ease-pop);
  position: relative; z-index: 2;
}
.mcard b { font-family: var(--font-display); font-weight: 600; font-size: clamp(14px, 1.4vw, 17px); letter-spacing: -0.02em; margin-top: 16px; color: var(--ink-4); transition: color 0.4s var(--ease-out); text-wrap: balance; min-height: 2.5em; display: flex; align-items: center; justify-content: center; }

/* mini visuals — light screens */
.mviz { width: 100%; margin-top: 16px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 13px; text-align: left;
  box-shadow: var(--shadow-sm); opacity: 0; transform: translateY(10px);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out); min-height: 96px; }
.vz-prompt { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 9px; padding: 10px 11px; }
.vz-ai { width: 20px; height: 20px; border-radius: 6px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex: 0 0 auto; }
.vz-ai svg { width: 13px; height: 13px; }
.vz-q { font-size: 12.5px; color: var(--ink); }
.vz-caret { width: 1.5px; height: 14px; background: var(--accent); animation: vzBlink 1.1s steps(1) infinite; }
@keyframes vzBlink { 50% { opacity: 0; } }
.vz-answer { font-size: 12px; line-height: 1.55; color: var(--ink-2); margin: 0; }
.vz-answer-sm { font-size: 11.5px; }
.hl { border-radius: 4px; padding: 0 3px; font-weight: 500; }
.hl-1 { background: color-mix(in oklab, var(--accent) 16%, transparent); color: var(--accent); }
.hl-2 { background: color-mix(in oklab, #10A37F 16%, transparent); color: #0c7a5e; }
.hl-3 { background: color-mix(in oklab, var(--warn) 22%, transparent); color: #8a6a17; }
.hl-4 { background: color-mix(in oklab, var(--accent) 16%, transparent); color: var(--accent); }
.vz-ad { border: 1px solid color-mix(in oklab, var(--accent) 30%, transparent); background: var(--accent-soft); border-radius: 9px; padding: 9px 11px; }
.vz-spon { display: block; font-family: var(--font-mono); font-size: 8.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; }
.vz-ad-h { font-size: 12px; color: var(--ink); font-weight: 500; }
.vz-page { display: flex; flex-direction: column; gap: 6px; margin-top: 10px; }
.vz-pl { height: 6px; border-radius: 999px; background: var(--bg-2); }
.vz-pbtn { align-self: flex-start; margin-top: 2px; font-family: var(--font-mono); font-size: 9px; color: #fff; background: var(--accent); border-radius: 999px; padding: 4px 9px; }
.vz-ad-inline { margin-top: 10px; }

.mtags { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 12px; opacity: 0; transform: translateY(6px); transition: opacity 0.45s var(--ease-out), transform 0.45s var(--ease-out); }
.mtag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.02em; color: var(--accent); white-space: nowrap; background: var(--accent-soft); border-radius: 999px; padding: 5px 10px; }

/* per-stage reveal driven by scroll progress (JS toggles .is-active) */
.mcard { transition: transform 0.4s var(--ease-out); }
.mcard.is-active { transform: translateY(-4px); }
.mcard.is-active .mbadge { background: var(--accent); color: #fff; border-color: var(--accent); transform: scale(1.1); box-shadow: 0 8px 20px -8px color-mix(in oklab, var(--accent) 70%, transparent); }
.mcard.is-active b { color: var(--ink); }
.mcard.is-active .mviz { opacity: 1; transform: none; box-shadow: 0 26px 50px -24px color-mix(in oklab, var(--accent) 32%, transparent), var(--shadow-sm); }
.mcard.is-active .mtags { opacity: 1; transform: none; }
.mcard .hl { background-size: 100% 100%; transition: filter 0.4s var(--ease-out); }
.mcard.is-active .hl { animation: hlPulse 0.6s var(--ease-out); }
@keyframes hlPulse { 0% { filter: brightness(1); } 40% { filter: brightness(1.18); } 100% { filter: brightness(1); } }
.mcard.is-active .vz-ad { animation: vzAdIn 0.5s var(--ease-out); }
@keyframes vzAdIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.mech-foot { text-align: center; font-size: clamp(15px, 1.6vw, 17px); color: var(--ink); margin: clamp(48px, 7vh, 84px) auto 0; max-width: 44ch; }

@media (max-width: 720px) {
  .mech2 { height: auto; }
  .mech2-stage { position: static; height: auto; padding: clamp(60px,8vw,100px) var(--pad); }
  .mech2-track { grid-template-columns: 1fr; gap: 22px; max-width: 420px; }
  .mrail { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .mech2 { height: auto; }
  .mech2-stage { position: static; height: auto; padding: clamp(60px,8vw,100px) var(--pad); }
  .mcard .mbadge { background: var(--accent); color: #fff; border-color: var(--accent); }
  .mcard b { color: var(--ink); } .mviz { opacity: 1; transform: none; }
  .mtags { opacity: 1; transform: none; }
  .mrail-fill { width: 100%; }
}

/* ============================================================
   SECTION: platform (bento feature cards)
   ============================================================ */
.sec-head { margin-bottom: 68px; }
.sec-head .eyebrow { margin-bottom: 22px; display: block; }
.sec-head p.sub { font-size: clamp(16px, 1.6vw, 18px); color: var(--ink-3); margin: 16px 0 0; max-width: 50ch; }

.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; }
.fcard {
  position: relative; background: var(--bg-2); border-radius: 22px; padding: 30px 30px 0;
  overflow: hidden; display: flex; flex-direction: column; min-height: 300px;
  transition: transform var(--ease-out) 0.18s, background var(--ease-out) 0.18s;
}
.fcard:hover { transform: translateY(-3px); }
.fcard[data-feat] { cursor: pointer; }
.fcard[data-feat]:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.fcard.open { background: #fff; box-shadow: 0 30px 60px -32px rgba(20,14,5,0.28); }
.fcard.open .fc-arrow { background: var(--accent); color: #fff; border-color: var(--accent); transform: rotate(45deg); }
/* inline expand detail */
.fc-detail { display: grid; grid-template-rows: 0fr; opacity: 0;
  transition: grid-template-rows 0.42s var(--ease-out), opacity 0.32s var(--ease-out), margin 0.42s var(--ease-out); }
.fc-detail > p { overflow: hidden; margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
.fcard.open .fc-detail { grid-template-rows: 1fr; opacity: 1; margin: 18px 0 30px; }

/* feature detail modal */
.fmodal { position: fixed; inset: 0; z-index: 200; display: none; }
.fmodal.open { display: grid; place-items: center; }
.fmodal-scrim { position: absolute; inset: 0; background: rgba(12,8,4,0.42); backdrop-filter: blur(3px); animation: fmFade 0.2s var(--ease-out); }
.fmodal-panel {
  position: relative; z-index: 1; width: min(520px, calc(100vw - 40px));
  background: #fff; border-radius: 20px; padding: 34px 34px 30px;
  box-shadow: 0 40px 90px -30px rgba(12,8,4,0.45);
  animation: fmPop 0.26s var(--ease-pop);
}
.fmodal-stripe { position: absolute; left: 24px; right: 24px; top: 0; height: 3px; border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #4040ff 70%, transparent); }
.fmodal-x { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border-radius: 9px;
  display: grid; place-items: center; color: var(--ink-3); background: var(--bg-2); }
.fmodal-x:hover { background: var(--line); color: var(--ink); }
.fmodal-x svg { width: 15px; height: 15px; }
.fm-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.fm-title { font-family: var(--font-title); font-weight: 400; font-size: 26px; letter-spacing: -0.025em; line-height: 1.1; margin: 12px 0 0; color: var(--ink); }
.fm-lead { font-size: 15.5px; color: var(--ink-3); line-height: 1.5; margin: 14px 0 0; }
.fm-list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.fm-list li { position: relative; padding-left: 28px; font-size: 14.5px; color: var(--ink-2); line-height: 1.4; }
.fm-list li::before { content: ""; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 6px; background: var(--accent-soft); }
.fm-list li::after { content: ""; position: absolute; left: 6px; top: 5px; width: 5px; height: 8px; border: solid var(--accent); border-width: 0 2px 2px 0; transform: rotate(42deg); }
.fm-cta { margin-top: 26px; }
@keyframes fmFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes fmPop { from { opacity: 0; transform: translateY(12px) scale(0.97); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .fmodal-scrim, .fmodal-panel { animation: none; } }
.fcard .fc-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.fcard h3 { font-family: var(--font-title); font-weight: 400; font-size: 20px; letter-spacing: -0.02em; line-height: 1.18; margin: 0; max-width: 16ch; }
.fcard h3 .g { color: var(--ink-3); }
.fcard p.fc-sub { color: var(--ink-3); font-size: 15px; margin: 10px 0 0; max-width: 28ch; }
.fc-arrow { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 999px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); transition: background 0.15s, color 0.15s; }
.fcard:hover .fc-arrow { background: var(--accent); color: #fff; border-color: var(--accent); }
.fc-viz { margin-top: auto; padding-top: 26px; }
.fcard.fx-dots { background-image: radial-gradient(rgba(36,36,250,0.11) 1px, transparent 1.6px); background-size: 15px 15px; }
.fc-dna { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.fx-dna .fc-head, .fx-dna .fc-sub, .fx-dna .fc-viz { position: relative; z-index: 1; }

.span-3 { grid-column: span 3; }
.span-2 { grid-column: span 2; }

/* mini viz primitives inside feature cards */
.mini { background: #fff; border: 1px solid var(--line); border-radius: 12px 12px 0 0; box-shadow: 0 -1px 0 rgba(0,0,0,0.02); }
.chip {
  display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 7px 13px; font-size: 12.5px; box-shadow: var(--shadow-sm);
}
.chip .ep { width: 15px; height: 15px; border-radius: 999px; display: grid; place-items: center; color: #fff; font-size: 8px; font-weight: 700; font-family: var(--font-display); }
.chip .v { font-family: var(--font-mono); font-size: 11px; color: var(--accent); margin-left: 2px; }

/* ============================================================
   SECTION: moment of intent (flow)
   ============================================================ */
.intent { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; }
.intent .lead-copy h2 { font-family: var(--font-title); font-weight: 400; font-size: clamp(26px, 3vw, 40px); letter-spacing: -0.03em; line-height: 1.02; margin: 0 0 22px; }
.intent .lead-copy h2 .g { color: var(--ink-3); }
.intent .lead-copy p { font-size: 16px; color: var(--ink-3); margin: 0 0 14px; max-width: 42ch; }
.intent .lead-copy p b { color: var(--ink); font-weight: 500; }
.flow { background: var(--bg-2); border-radius: 24px; padding: 30px; display: flex; flex-direction: column; gap: 0; }
.flow-step { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; box-shadow: var(--shadow-sm); position: relative; z-index: 2; }
.flow-step .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex: 0 0 auto; }
.flow-step .ic svg { width: 19px; height: 19px; stroke-width: 1.7; }
.flow-step .tx b { font-family: var(--font-display); font-weight: 600; font-size: 15px; display: block; }
.flow-step .tx span { font-size: 13px; color: var(--ink-3); }
.flow-step .tag { margin-left: auto; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-4); }
.flow-conn { height: 22px; width: 2px; background: var(--line-2); margin: 0 auto; position: relative; z-index: 1; }

/* ============================================================
   SECTION: teams (audience cards)
   ============================================================ */
#teams { padding-top: clamp(40px, 4vw, 70px); }
.teams-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1080px; margin: 0 auto; }
.tcard {
  position: relative; border-radius: 24px; overflow: hidden;
  display: flex; flex-direction: column; padding: 36px 36px 34px; min-height: 300px;
  transition: transform var(--ease-out) 0.18s, box-shadow var(--ease-out) 0.18s;
}
.tcard:hover { transform: translateY(-3px); box-shadow: 0 34px 64px -36px rgba(20,14,5,0.32); }
.tcard-fill { background: radial-gradient(120% 120% at 90% 8%, #4040FF 0%, #2424FA 55%, #1818D6 100%); color: #fff; }
.tcard-light { background: var(--bg-2); border: 1px solid var(--line); color: var(--ink); }
.dotgrid-w { background-image: radial-gradient(rgba(255,255,255,0.14) 1px, transparent 1.5px); background-size: 22px 22px; }
.tcard-fill.dotgrid-w { background-image: radial-gradient(rgba(255,255,255,0.13) 1px, transparent 1.5px), radial-gradient(120% 120% at 90% 8%, #4040FF 0%, #2424FA 55%, #1818D6 100%); background-size: 22px 22px, cover; }
.t-eyebrow { position: relative; z-index: 2; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.tcard-fill .t-eyebrow { color: rgba(255,255,255,0.7); }
.tcard-light .t-eyebrow { color: var(--accent); }
.t-title { position: relative; z-index: 2; font-family: var(--font-title); font-weight: 400; font-size: clamp(22px, 2.5vw, 30px); letter-spacing: -0.025em; line-height: 1.12; margin: 16px 0 0; max-width: 17ch; text-wrap: balance; }
.t-link { position: relative; z-index: 2; margin-top: auto; padding-top: 28px; display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 500; }
.tcard-fill .t-link { color: #fff; }
.tcard-light .t-link { color: var(--accent); }
.t-link svg { width: 13px; height: 13px; transition: transform var(--ease-out) 0.16s; }
.tcard:hover .t-link svg { transform: translateX(3px); }
.t-cube { position: absolute; right: 24px; bottom: 22px; width: 112px; height: 122px; color: rgba(255,255,255,0.22); z-index: 1; }
.t-avs { position: relative; z-index: 2; display: flex; margin-top: 22px; }
.t-avs .av { width: 38px; height: 38px; border-radius: 999px; border: 2px solid var(--bg-2); margin-left: -10px; display: grid; place-items: center; color: #fff; font-weight: 600; font-size: 14px; font-family: var(--font-display); }
.t-avs .av:first-child { margin-left: 0; }
.t-avs .av-more { background: #fff; color: var(--accent); border-color: var(--bg-2); font-family: var(--font-mono); font-size: 12px; }
.t-chip { position: relative; z-index: 2; margin-top: 22px; display: inline-flex; align-items: center; gap: 9px; align-self: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px 9px 11px;
  font-size: 13.5px; font-weight: 450; color: var(--ink); box-shadow: var(--shadow-sm); }
.t-chip-ic { width: 24px; height: 24px; border-radius: 7px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex: 0 0 auto; }
.t-chip-ic svg { width: 15px; height: 15px; }

@media (max-width: 760px) {
  .tcard { min-height: 240px; }
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.tm-panel { background: var(--bg-2); border-radius: 28px; padding: clamp(36px, 5vw, 64px); }
.tm-section { background: var(--bg-2); }
#love.section { padding-top: clamp(76px, 8vw, 128px); padding-bottom: clamp(76px, 8vw, 128px); }
.tm-acc { color: var(--accent); }
.tm-divider { height: 1px; background: var(--line); margin: clamp(18px, 2.2vw, 28px) 0 clamp(20px, 2.6vw, 32px); }
.tm-body { display: grid; grid-template-columns: 1.7fr 1fr; gap: 48px; align-items: center; }
.tm-quote {
  margin: 0; border: 0; padding: 0;
  font-family: var(--font-body); font-weight: 400;
  font-size: clamp(17px, 1.7vw, 23px); line-height: 1.45; letter-spacing: -0.01em;
  color: var(--ink); text-wrap: pretty; max-width: 42ch;
  transition: opacity var(--ease-out) 0.22s;
}
.tm-right { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.tm-person { display: flex; align-items: center; gap: 12px; transition: opacity var(--ease-out) 0.22s; }
.tm-pa {
  width: 48px; height: 48px; border-radius: 999px; flex: 0 0 auto; object-fit: cover;
  box-shadow: 0 0 0 2px var(--bg-2), 0 0 0 4px var(--accent);
}
.tm-pi { display: flex; flex-direction: column; line-height: 1.3; }
.tm-pi b { font-weight: 500; font-size: 15px; color: var(--ink); }
.tm-pi span { font-size: 13px; color: var(--ink-3); }
.tm-avatars { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.tm-av {
  width: 48px; height: 48px; border-radius: 999px; padding: 0; overflow: hidden;
  border: 0; background: none; cursor: pointer;
  filter: grayscale(1); opacity: 0.7;
  transition: transform var(--ease-out) 0.16s, filter var(--ease-out) 0.16s, opacity var(--ease-out) 0.16s, box-shadow var(--ease-out) 0.16s;
}
.tm-av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tm-av:hover { transform: translateY(-2px); opacity: 1; }
.tm-av.on {
  filter: none; opacity: 1;
  box-shadow: 0 0 0 2px var(--bg-2), 0 0 0 4px var(--accent);
}
.tm-fade { opacity: 0; }

/* ============================================================
   FINAL CTA (full-bleed Trace blue panel)
   ============================================================ */
.final { padding: clamp(48px, 7vw, 96px) 0 var(--pad); }
.final-panel {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 120% at 12% 100%, rgba(255,255,255,0.22), transparent 46%),
    radial-gradient(110% 110% at 92% 6%, rgba(0,0,0,0.20), transparent 50%),
    var(--accent);
  border-radius: 28px; color: #fff;
  padding: clamp(64px, 9vw, 120px) var(--pad);
  text-align: center;
}
.final-panel h2 { font-family: var(--font-title); font-weight: 400; font-size: clamp(32px, 4.2vw, 54px); letter-spacing: -0.032em; line-height: 1.0; margin: 0; }
.final-panel p { font-size: clamp(16px, 1.6vw, 18px); color: rgba(255,255,255,0.82); margin: 22px auto 0; max-width: 48ch; }
.final-panel .btn { margin-top: 36px; background: #fff; color: var(--accent); padding: 14px 26px; font-size: 16px; }
.final-panel .btn:hover { filter: none; background: var(--ink); color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--line); padding: 56px 0 64px; }
.footer-in { display: grid; grid-template-columns: 1fr 3.6fr; align-items: start; gap: 40px; }
.footer .brand { justify-content: flex-start; }
.footer .brand img { height: 24px; width: auto; }
.footer .brand b { font-size: 19px; }
.footer .tag { color: var(--ink-3); font-size: 14px; margin: 14px 0 0; max-width: 30ch; }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 28px; }
@media (max-width: 1080px) { .footer-in { grid-template-columns: 1fr; gap: 40px; } .footer-cols { grid-template-columns: repeat(3, 1fr); gap: 32px 28px; } }
@media (max-width: 720px) {
  .footer-in { text-align: left; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
}
.footer-col h4 { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); margin: 0 0 14px; }
.footer-col a { display: block; font-size: 14px; color: var(--ink-2); padding: 5px 0; }
.footer-col a:hover { color: var(--accent); }
.footer-base { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--ink-3); }

/* ---------- reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out); }
[data-reveal].in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .span-3, .span-2 { grid-column: span 1; }
  .teams-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .intent { grid-template-columns: 1fr; gap: 40px; }
}
/* ---- mobile nav (hamburger) ---- */
.nav-burger { display: none; width: 40px; height: 40px; border-radius: 9px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 1px solid var(--line); background: #fff; }
.nav-burger span { width: 17px; height: 1.8px; background: var(--ink); border-radius: 2px; transition: transform 0.25s var(--ease-out), opacity 0.2s; }
.nav.menu-open .nav-burger span:nth-child(1) { transform: translateY(5.8px) rotate(45deg); }
.nav.menu-open .nav-burger span:nth-child(2) { opacity: 0; }
.nav.menu-open .nav-burger span:nth-child(3) { transform: translateY(-5.8px) rotate(-45deg); }
.nav-mobile { display: none; flex-direction: column; gap: 4px; padding: 0 var(--pad) 18px; border-bottom: 1px solid var(--line);
  background: color-mix(in oklab, var(--bg) 96%, transparent); backdrop-filter: blur(10px); }
.nav-mobile a { font-family: "Inter", system-ui, sans-serif; font-size: 16px; color: var(--ink); padding: 13px 4px; border-top: 1px solid var(--line); }
.nav-mobile a:first-child { border-top: 0; }
.nav-mobile .btn { justify-content: center; margin-top: 10px; border-top: 0; }
.nav-mobile .btn-primary { color: #fff; }
.nav.menu-open .nav-mobile { display: flex; }

@media (max-width: 820px) {
  :root { --pad: 22px; }
  .nav-links, .nav-cta .signin { display: none; }
  .nav-burger { display: flex; }
  .nav-cta { gap: 10px; }
  .kpis { grid-template-columns: repeat(2, 1fr); }
  .kpi.accent { grid-column: span 2; }
  .dash-row { grid-template-columns: 1fr; }
  .ads-row { font-size: 11px; }
  .hero h1 { font-size: 13vw; }
  .tm-body { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .tm-right { align-items: flex-start; }
  .tm-avatars { justify-content: flex-start; }
  .tm-quote { font-size: clamp(18px, 5vw, 22px); }
}
@media (max-width: 560px) {
  .bento, .teams-grid { grid-template-columns: 1fr; }
  .dash-side { display: none; }
  .dash { grid-template-columns: 1fr; }
  .ads-row { grid-template-columns: 1.4fr repeat(2,1fr) auto; }
  .ads-row .hide-sm { display: none; }
  /* hero dashboard: cap height to a peek of the top, not the full tall dashboard */
  .hero-viz-wrap { aspect-ratio: auto; max-height: 600px; padding: 18px 14px 0; }
  /* mobile: keep dashboard static (no build-up), but the gap keeps its scroll effect */
  .callout { display: none !important; }
  .dash-main > * { opacity: 1 !important; transform: none !important; animation: none !important; }
  .dash .kpi .spark path { stroke-dashoffset: 0 !important; animation: none !important; }
  .dash-tools .dash-search { display: none; }
  /* campaign table: drop Channel + tighten so it fits */
  .adt-row { grid-template-columns: 1.5fr 0.7fr 0.9fr; gap: 8px; }
  .adt-row .adt-ch { display: none; }
  .adt-head span:nth-child(2) { display: none; }
  .kpi .num { font-size: 20px; }
}
