/* ═══════════════════════════════════════════════════════════
   yolt.cloud Landing v2 · DARK — мова самого хаба
   чорний · ціан · mono-цифри · живі лічильники
   ═══════════════════════════════════════════════════════════ */
:root{
  --bg-0: oklch(0.13 0.004 220);
  --bg-1: oklch(0.165 0.006 220);
  --bg-2: oklch(0.20 0.008 220);
  --bg-3: oklch(0.24 0.010 220);
  --line: oklch(0.30 0.012 220);
  --line-soft: oklch(0.235 0.010 220);

  --ink-0: oklch(0.97 0.005 200);
  --ink-1: oklch(0.86 0.008 200);
  --ink-2: oklch(0.65 0.012 200);
  --ink-3: oklch(0.49 0.014 200);

  --cy:      oklch(0.85 0.145 195);   /* бренд-ціан хаба */
  --cy-deep: oklch(0.62 0.11 200);
  --cy-tint: oklch(0.85 0.145 195 / 0.10);
  --good: oklch(0.84 0.16 155);
  --warn: oklch(0.84 0.14 80);
  --bad:  oklch(0.72 0.19 25);
  --magenta: oklch(0.72 0.30 340);

  --font: 'Inter Tight', -apple-system, system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;

  --r-md: 10px; --r-lg: 16px; --r-xl: 22px;
  --glow-cy: 0 0 32px -6px oklch(0.85 0.145 195 / 0.45);
}

*{ box-sizing: border-box; margin: 0; padding: 0; }
html{ scroll-behavior: smooth; }
body{
  font-family: var(--font); background: var(--bg-0); color: var(--ink-0);
  font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a{ color: inherit; }
.num{ font-family: var(--mono); font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.wrap{ width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* атмосфера */
.atmo{
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(60% 42% at 50% -6%, oklch(0.85 0.145 195 / 0.10) 0%, transparent 65%),
    radial-gradient(40% 30% at 88% 28%, oklch(0.72 0.30 340 / 0.05) 0%, transparent 60%);
}
main, .topbar, .footer{ position: relative; z-index: 1; }

/* ── topbar ── */
.topbar{
  position: sticky; top: 0; z-index: 60;
  background: oklch(0.13 0.004 220 / 0.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.topbar .wrap{ display: flex; align-items: center; justify-content: space-between; height: 58px; }
.logo{ display: flex; align-items: center; gap: 9px; text-decoration: none; font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.logo-mark{
  width: 26px; height: 26px; border-radius: 8px; flex: 0 0 auto;
  background: conic-gradient(from 200deg, var(--cy), oklch(0.62 0.11 200), var(--cy));
  display: grid; place-items: center;
}
.logo-mark::after{ content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--bg-0); }
.logo small{ font-family: var(--mono); font-size: 10px; color: var(--ink-3); font-weight: 500; margin-left: 2px; }
.topbar-right{ display: flex; align-items: center; gap: 10px; }

/* ── кнопки ── */
.btn{
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font); font-weight: 650; font-size: 16px;
  padding: 15px 24px; border-radius: 13px; border: 0; cursor: pointer;
  min-height: 52px; text-decoration: none; transition: transform .12s, filter .15s, background .15s, border-color .15s;
}
.btn:active{ transform: translateY(1px); }
.btn-cy{ background: var(--cy); color: oklch(0.15 0.02 220); box-shadow: var(--glow-cy); }
.btn-cy:hover{ filter: brightness(1.08); }
.btn-line{ background: transparent; color: var(--ink-0); border: 1px solid var(--line); }
.btn-line:hover{ border-color: var(--cy-deep); color: var(--cy); }
.btn-sm{ min-height: 40px; padding: 9px 16px; font-size: 14px; border-radius: 10px; }
.btn .arr{ font-family: var(--mono); }

/* ── секції ── */
.section{ padding: 76px 0; }
.sec-label{
  font-family: var(--mono); font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--cy);
  display: flex; align-items: center; gap: 10px; margin-bottom: 20px;
}
.live-dot{ width: 7px; height: 7px; border-radius: 50%; background: var(--good); flex: 0 0 auto; }
h2{
  font-weight: 750; font-size: clamp(28px, 5.6vw, 48px); line-height: 1.08;
  letter-spacing: -0.03em; text-wrap: balance; max-width: 18em;
}
h2 .hl{ color: var(--cy); }
h2 .hl-bad{ color: var(--bad); }
.sec-sub{ margin-top: 16px; font-size: 17px; color: var(--ink-2); max-width: 38em; text-wrap: pretty; }

/* ── HERO ── */
.hero{ padding: 64px 0 56px; }
.hero-grid{ display: grid; gap: 48px; align-items: center; }
.hero h1{
  font-weight: 800; font-size: clamp(36px, 8vw, 68px); line-height: 1.04;
  letter-spacing: -0.035em; text-wrap: balance;
}
.hero h1 .hl{ color: var(--cy); }
.hero h1 .leak{ color: var(--bad); white-space: nowrap; }
.hero-sub{ margin-top: 22px; font-size: 18.5px; color: var(--ink-2); max-width: 30em; text-wrap: pretty; }
.hero-sub b{ color: var(--ink-0); font-weight: 600; }
.hero-cta{ margin-top: 32px; display: flex; flex-direction: column; gap: 12px; }
.hero-fine{ margin-top: 16px; font-family: var(--mono); font-size: 13px; color: var(--ink-3); }
.hero-fine b{ color: var(--good); font-weight: 600; }

/* живий пульс-панель */
.pulse{
  background: var(--bg-1); border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: 0 24px 70px -30px oklch(0 0 0 / 0.8), var(--glow-cy);
  overflow: hidden; width: min(480px, 100%); margin: 0 auto;
}
.pulse-head{
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 18px; border-bottom: 1px solid var(--line-soft);
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3);
}
.pulse-head .live{ display: flex; align-items: center; gap: 7px; color: var(--good); }
.pulse-big{ padding: 22px 18px 6px; }
.pulse-big .pb-label{ font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.pulse-big .pb-num{
  margin-top: 8px; font-family: var(--mono); font-weight: 700;
  font-size: clamp(34px, 7vw, 46px); letter-spacing: -0.04em; color: var(--good); line-height: 1;
  transition: text-shadow .3s;
}
.pulse-big .pb-num.tick{ text-shadow: 0 0 26px oklch(0.84 0.16 155 / 0.55); }
.pulse-big .pb-sub{ margin-top: 7px; font-family: var(--mono); font-size: 11.5px; color: var(--ink-3); }
.pulse-spark{ padding: 10px 18px 4px; }
.pulse-spark svg{ width: 100%; height: 44px; overflow: visible; }
.spark-path{
  fill: none; stroke: var(--cy); stroke-width: 2; stroke-linecap: round;
  stroke-dasharray: 600; stroke-dashoffset: 600;
}
.spark-fill{ fill: url(#sparkGrad); opacity: 0; transition: opacity 1s .8s; }
html:not([data-motion="off"]) .pulse.in .spark-path{ animation: drawSpark 2.2s ease forwards; }
.pulse.in .spark-fill{ opacity: 1; }
html[data-motion="off"] .spark-path{ stroke-dashoffset: 0; }
@keyframes drawSpark{ to{ stroke-dashoffset: 0; } }
.pulse-feed{ padding: 12px 12px 14px; display: flex; flex-direction: column; gap: 8px; min-height: 196px; }
.pf-item{
  background: var(--bg-2); border: 1px solid var(--line-soft); border-radius: 11px;
  padding: 11px 13px; display: grid; grid-template-columns: 1fr auto; gap: 3px 12px; align-items: center;
}
.pf-item h4{ font-size: 13px; font-weight: 600; color: var(--ink-0); line-height: 1.3; }
.pf-item p{ grid-column: 1; font-size: 11.5px; color: var(--ink-2); line-height: 1.35; }
.pf-rate{ grid-row: span 2; font-family: var(--mono); font-weight: 600; font-size: 14px; color: var(--bad); white-space: nowrap; text-align: right; }
.pf-rate.ok{ color: var(--good); }
.pf-rate small{ display: block; font-size: 9px; color: var(--ink-3); font-weight: 400; }
html:not([data-motion="off"]) .pf-item.enter{ animation: pfIn .45s ease; }
@keyframes pfIn{ from{ opacity: 0; transform: translateY(-8px); } to{ opacity: 1; transform: none; } }

/* ── тикер-стрічка ── */
.ticker{
  border-block: 1px solid var(--line-soft); background: var(--bg-1);
  overflow: hidden; padding: 13px 0; position: relative; z-index: 1;
}
.ticker-track{ display: flex; gap: 44px; width: max-content; }
html:not([data-motion="off"]) .ticker-track{ animation: tick 46s linear infinite; }
@keyframes tick{ to{ transform: translateX(-50%); } }
.ticker span{
  font-family: var(--mono); font-size: 12.5px; color: var(--ink-2); white-space: nowrap;
  display: flex; align-items: baseline; gap: 8px;
}
.ticker b{ color: var(--bad); font-weight: 600; }
.ticker b.ok{ color: var(--good); }
.ticker i{ font-style: normal; color: var(--ink-3); }

/* ── leaks ── */
.leak-cards{ margin-top: 38px; display: grid; gap: 16px; }
.leak-card{
  background: var(--bg-1); border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 22px; display: flex; flex-direction: column; gap: 10px;
}
.leak-rate{ font-family: var(--mono); font-weight: 700; font-size: clamp(26px, 5vw, 32px); letter-spacing: -0.03em; color: var(--bad); }
.leak-rate small{ font-size: 13px; font-weight: 500; color: var(--ink-3); }
.leak-card h3{ font-size: 17.5px; font-weight: 650; line-height: 1.3; letter-spacing: -0.01em; }
.leak-card p{ font-size: 14px; color: var(--ink-2); text-wrap: pretty; }
.leak-found{ margin-top: auto; padding-top: 8px; font-family: var(--mono); font-size: 11.5px; color: var(--cy); }
.leak-accum{
  margin-top: 30px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 14px;
  font-size: 16px; color: var(--ink-2);
}
.leak-accum b{ font-family: var(--mono); font-size: clamp(20px, 4vw, 26px); color: var(--bad); font-weight: 700; }

/* ── proof (кабінети vs CRM) ── */
.proof-card{
  margin-top: 36px; background: var(--bg-1); border: 1px solid var(--line);
  border-radius: var(--r-xl); overflow: hidden; max-width: 780px;
}
.proof-head{ padding: 26px 24px 8px; }
.proof-brand{
  display: flex; justify-content: space-between; font-family: var(--mono);
  font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 16px;
}
.proof-brand b{ color: var(--cy); font-weight: 500; }
.proof-claim{ font-weight: 750; font-size: clamp(24px, 4.8vw, 38px); line-height: 1.12; letter-spacing: -0.025em; text-wrap: balance; }
.proof-claim .dim{ color: var(--ink-3); }
.proof-claim .crm{ color: var(--bad); }
.proof-note{ margin-top: 10px; font-size: 14.5px; color: var(--ink-2); max-width: 36em; }
.pt-row{
  display: grid; grid-template-columns: 1.3fr 0.8fr 0.8fr 1fr; gap: 6px;
  padding: 13px 24px; border-bottom: 1px solid var(--line-soft); align-items: baseline;
}
.proof-table{ margin-top: 20px; border-top: 1px solid var(--line); }
.pt-head{ font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); padding-block: 10px; }
.pt-ch{ font-weight: 600; font-size: 14.5px; }
.pt-cab{ font-family: var(--mono); font-size: 14.5px; color: var(--ink-3); }
.pt-crm{ font-family: var(--mono); font-size: 14.5px; font-weight: 600; }
.pt-delta{ font-family: var(--mono); font-size: 14.5px; font-weight: 600; text-align: right; white-space: nowrap; }
.pt-delta.loss{ color: var(--bad); }
.pt-delta.ok{ color: var(--good); }
.pt-total{
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  padding: 16px 24px 20px; background: oklch(0.72 0.19 25 / 0.08);
}
.pt-total span{ font-size: 14px; font-weight: 600; color: var(--ink-1); }
.pt-total b{ font-family: var(--mono); font-size: clamp(19px, 3.6vw, 26px); color: var(--bad); white-space: nowrap; }

/* ── модулі хаба ── */
.mod-feature{ margin-top: 40px; display: grid; gap: 18px; }
.mod-card{
  background: var(--bg-1); border: 1px solid var(--line-soft); border-radius: var(--r-xl);
  overflow: hidden; display: flex; flex-direction: column;
}
.mod-txt{ padding: 24px 24px 18px; }
.mod-tag{
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cy); display: inline-flex; align-items: center; gap: 8px;
}
.mod-tag .live-dot{ width: 6px; height: 6px; }
.mod-card h3{ margin-top: 10px; font-size: clamp(20px, 3.4vw, 25px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; }
.mod-card > .mod-txt > p{ margin-top: 9px; font-size: 15px; color: var(--ink-2); text-wrap: pretty; max-width: 40em; }
.mod-shot{ background: var(--bg-0); border-top: 1px solid var(--line-soft); padding: 18px; }

/* мультитач-шлях */
.journey{ display: flex; flex-direction: column; gap: 0; position: relative; }
.j-step{
  display: grid; grid-template-columns: 26px 1fr auto; gap: 0 12px; align-items: center;
  padding: 9px 0; position: relative;
}
.j-node{
  width: 26px; height: 26px; border-radius: 50%; background: var(--bg-2);
  border: 1px solid var(--line); display: grid; place-items: center;
  font-family: var(--mono); font-size: 9.5px; color: var(--ink-2); z-index: 1;
}
.j-step::before{
  content: ''; position: absolute; left: 12.5px; top: -10px; bottom: -10px; width: 1px;
  background: var(--line);
}
.j-step:first-child::before{ top: 50%; }
.j-step:last-child::before{ bottom: 50%; }
.j-what{ font-size: 13px; font-weight: 550; color: var(--ink-0); }
.j-what small{ display: block; font-size: 10.5px; color: var(--ink-3); font-family: var(--mono); font-weight: 400; }
.j-val{ font-family: var(--mono); font-size: 12px; color: var(--ink-3); text-align: right; white-space: nowrap; }
.j-val.money{ color: var(--good); font-weight: 600; font-size: 13.5px; }
.j-step.sale .j-node{ background: var(--good); border-color: var(--good); color: oklch(0.15 0.02 155); font-weight: 700; }
html:not([data-motion="off"]) .j-step .j-node{ transition: box-shadow .4s; }
html:not([data-motion="off"]) .j-step.pulse-now .j-node{ box-shadow: 0 0 0 5px oklch(0.85 0.145 195 / 0.22); border-color: var(--cy); }

/* реальний ROAS товару */
.sku-table{ display: flex; flex-direction: column; }
.sku-row{
  display: grid; grid-template-columns: 1.5fr 0.9fr 0.9fr 0.7fr; gap: 8px;
  padding: 9px 2px; border-bottom: 1px solid var(--line-soft); align-items: baseline;
}
.sku-row.sku-head{ font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.sku-name{ font-size: 12.5px; font-weight: 550; color: var(--ink-0); }
.sku-num{ font-family: var(--mono); font-size: 12.5px; color: var(--ink-2); }
.sku-roas{ font-family: var(--mono); font-size: 13px; font-weight: 700; text-align: right; }
.sku-roas.ok{ color: var(--good); }
.sku-roas.bad{ color: var(--bad); }
.sku-roas.warn{ color: var(--warn); }
.sku-note{ margin-top: 12px; font-family: var(--mono); font-size: 10.5px; color: var(--ink-3); }

/* грід менших модулів */
.mod-grid{ margin-top: 18px; display: grid; gap: 12px; }
.mg-item{
  background: var(--bg-1); border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 18px; display: flex; flex-direction: column; gap: 6px;
}
.mg-item h4{ font-size: 15.5px; font-weight: 650; display: flex; align-items: center; gap: 8px; }
.mg-item h4 .mg-live{ font-family: var(--mono); font-size: 9px; letter-spacing: 0.12em; color: var(--good); border: 1px solid oklch(0.84 0.16 155 / 0.35); border-radius: 4px; padding: 1px 5px; }
.mg-item p{ font-size: 13px; color: var(--ink-2); text-wrap: pretty; }
.mod-count{ margin-top: 26px; font-size: 16px; color: var(--ink-2); max-width: 40em; }
.mod-count b{ font-family: var(--mono); color: var(--cy); font-weight: 700; }

/* ── кроки ── */
.steps{ margin-top: 36px; display: grid; gap: 14px; }
.step{
  background: var(--bg-1); border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 22px;
}
.step-n{ font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--cy); display: block; margin-bottom: 10px; }
.step h3{ font-size: 18.5px; font-weight: 700; letter-spacing: -0.015em; }
.step p{ margin-top: 8px; font-size: 14.5px; color: var(--ink-2); text-wrap: pretty; }
.step p b{ color: var(--ink-0); font-weight: 600; }

/* ── кешбек ── */
.cb-board{ margin-top: 42px; display: grid; gap: 26px; }
.cb-item{ border-left: 2px solid var(--line); padding-left: 18px; }
.cb-label{ font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.cb-num{ margin-top: 8px; font-family: var(--mono); font-weight: 700; font-size: clamp(34px, 8vw, 60px); letter-spacing: -0.04em; line-height: 1; }
.cb-sub{ margin-top: 8px; font-size: 13px; color: var(--ink-2); }
.cb-found .cb-num{ color: var(--ink-0); }
.cb-confirmed{ border-left-color: var(--good); } .cb-confirmed .cb-num{ color: var(--good); }
.cb-paid{ border-left-color: var(--cy); } .cb-paid .cb-num{ color: var(--cy); }
.cb-roi{ margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line-soft); display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: baseline; }
.cb-roi b{ font-size: clamp(20px, 4vw, 28px); font-weight: 750; letter-spacing: -0.02em; }
.cb-roi b .x4{ color: var(--good); font-family: var(--mono); }
.cb-roi span{ font-size: 13px; color: var(--ink-3); max-width: 46em; text-wrap: pretty; }

/* ── ціни ── */
.price-anchor{
  margin-top: 26px; padding: 14px 18px; border-radius: var(--r-md);
  background: var(--bg-1); border: 1px solid var(--line-soft);
  font-size: 14.5px; color: var(--ink-2); max-width: 640px;
}
.price-anchor b{ font-family: var(--mono); color: var(--ink-0); font-weight: 600; }
.price-grid{ margin-top: 30px; display: grid; gap: 16px; align-items: start; }
.price-card{
  background: var(--bg-1); border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 24px 22px; display: flex; flex-direction: column; gap: 4px;
}
.price-card.featured{ border-color: var(--cy); box-shadow: var(--glow-cy); }
.price-kind{ font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); }
.price-card.featured .price-kind{ color: var(--cy); }
.price-name{ font-size: 21px; font-weight: 750; letter-spacing: -0.015em; margin-top: 4px; }
.price-num{ font-family: var(--mono); font-weight: 700; font-size: clamp(23px, 4.6vw, 28px); letter-spacing: -0.03em; margin-top: 8px; }
.price-num small{ font-size: 13px; font-weight: 500; color: var(--ink-3); }
.price-feat{ list-style: none; margin-top: 14px; display: flex; flex-direction: column; }
.price-feat li{
  display: flex; gap: 10px; align-items: baseline; font-size: 13.5px; color: var(--ink-1);
  padding: 7px 0; border-bottom: 1px solid var(--line-soft); text-wrap: pretty;
}
.price-feat li:last-child{ border-bottom: 0; }
.price-feat li::before{ content: '+'; font-family: var(--mono); color: var(--cy); font-weight: 700; flex: 0 0 auto; }
.price-feat li.muted{ color: var(--ink-3); }
.price-feat li.muted::before{ content: '·'; color: var(--ink-3); }
.price-card .btn{ margin-top: 16px; }
.price-all{ margin-top: 26px; font-size: 16px; max-width: 42em; text-wrap: pretty; color: var(--ink-1); }
.price-all b{ color: var(--cy); }

/* ── partners ── */
.slots{ margin-top: 28px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.slot{
  width: 34px; height: 34px; border-radius: 9px; border: 1px solid var(--line);
  display: grid; place-items: center; font-family: var(--mono); font-size: 11px; color: var(--ink-3);
}
.slot.taken{ background: var(--cy); border-color: var(--cy); color: oklch(0.15 0.02 220); font-weight: 700; }
.slots-note{ margin-left: 8px; font-family: var(--mono); font-size: 13px; color: var(--cy); font-weight: 600; }
.partner-perks{ margin-top: 24px; display: grid; gap: 11px; max-width: 580px; list-style: none; }
.partner-perks li{ display: flex; gap: 12px; align-items: baseline; font-size: 15.5px; color: var(--ink-1); }
.partner-perks li::before{ content: '—'; color: var(--cy); font-weight: 700; }
.partners-honest{ margin-top: 22px; font-size: 14.5px; color: var(--ink-3); max-width: 42em; text-wrap: pretty; }

/* ── FAQ ── */
.faq-list{ margin-top: 30px; max-width: 780px; border-top: 1px solid var(--line-soft); }
.faq-list details{ border-bottom: 1px solid var(--line-soft); }
.faq-list summary{
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px;
  padding: 19px 4px; font-weight: 650; font-size: 17px; letter-spacing: -0.01em; align-items: baseline;
}
.faq-list summary::-webkit-details-marker{ display: none; }
.faq-list summary::after{ content: '+'; font-family: var(--mono); font-size: 20px; color: var(--cy); transition: transform .18s; flex: 0 0 auto; }
.faq-list details[open] summary::after{ transform: rotate(45deg); }
.faq-a{ padding: 0 4px 22px; font-size: 15px; color: var(--ink-2); max-width: 44em; text-wrap: pretty; }
.faq-a b{ color: var(--ink-0); font-weight: 600; }

/* ── фінал ── */
.final{ text-align: center; padding: 96px 0 110px; }
.final h2{ margin-inline: auto; }
.final .sec-label{ justify-content: center; }
.final .sec-sub{ margin-inline: auto; }
.final-cta{ margin-top: 34px; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.final-fine{ margin-top: 18px; font-family: var(--mono); font-size: 12.5px; color: var(--ink-3); }

/* ── footer ── */
.footer{ border-top: 1px solid var(--line-soft); padding: 28px 0 38px; }
.footer .wrap{ display: flex; flex-wrap: wrap; gap: 14px 26px; justify-content: space-between; font-size: 13px; color: var(--ink-3); }
.footer a{ color: var(--ink-2); text-decoration: none; }
.footer a:hover{ color: var(--cy); }
.footer-links{ display: flex; gap: 22px; }

/* ── модалки ── */
dialog.ym{
  border: 1px solid var(--line); border-radius: 20px; padding: 0;
  background: oklch(0.115 0.004 220); color: var(--ink-0);
  width: min(560px, calc(100vw - 32px)); max-height: calc(100dvh - 40px);
  box-shadow: 0 40px 120px -30px oklch(0 0 0 / 0.9);
}
dialog.ym::backdrop{ background: oklch(0 0 0 / 0.66); backdrop-filter: blur(6px); }
.ym-inner{ padding: 28px 24px 26px; overflow-y: auto; max-height: calc(100dvh - 42px); }
.ym-close{
  position: absolute; top: 14px; right: 14px; width: 40px; height: 40px;
  border-radius: 11px; border: 1px solid var(--line-soft); background: var(--bg-1);
  color: var(--ink-2); font-size: 17px; cursor: pointer; display: grid; place-items: center;
}
.ym-close:hover{ color: var(--ink-0); border-color: var(--line); }
.ym-label{
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--cy); display: flex; align-items: center; gap: 8px;
}
.ym h3{ margin-top: 14px; font-size: clamp(23px, 5vw, 30px); font-weight: 750; letter-spacing: -0.025em; line-height: 1.15; }
.ym-sub{ margin-top: 10px; font-size: 15px; color: var(--ink-2); text-wrap: pretty; }
.ym-fields{ margin-top: 22px; display: flex; flex-direction: column; gap: 16px; }
.ym-row label{
  display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-3); margin-bottom: 7px;
}
.ym-row label i{ font-style: normal; text-transform: none; letter-spacing: 0.04em; color: var(--ink-3); }
.ym-row input, .ym-row select{
  width: 100%; font-family: var(--font); font-size: 16px; color: var(--ink-0);
  background: var(--bg-1); border: 1px solid var(--line-soft); border-radius: 12px;
  padding: 14px 15px; min-height: 52px; appearance: none; -webkit-appearance: none;
}
.ym-row input::placeholder{ color: var(--ink-3); }
.ym-row input:focus, .ym-row select:focus{ outline: 2px solid var(--cy); outline-offset: -1px; }
.ym-row select{
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-2) 50%), linear-gradient(135deg, var(--ink-2) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-size: 5px 5px; background-repeat: no-repeat;
}
.chips{ display: flex; flex-wrap: wrap; gap: 9px; }
.chip{
  font-family: var(--font); font-size: 14.5px; font-weight: 550; color: var(--ink-1);
  background: var(--bg-1); border: 1px solid var(--line-soft); border-radius: 999px;
  padding: 10px 17px; min-height: 44px; cursor: pointer; transition: border-color .12s, color .12s, background .12s;
}
.chip[aria-pressed="true"]{ background: var(--cy-tint); border-color: var(--cy); color: var(--cy); }
.ym .btn-cy{ width: 100%; margin-top: 6px; }
.ym-foot{
  margin-top: 14px; text-align: center; font-family: var(--mono); font-size: 12px; color: var(--ink-3);
}
.ym-foot b{ color: var(--good); font-weight: 600; }
.ym-success{ display: none; text-align: center; padding: 46px 6px; }
.ym.is-sent .ym-success{ display: block; }
.ym.is-sent .ym-form-body{ display: none; }
.ym-success h4{ font-size: 22px; font-weight: 750; color: var(--good); }
.ym-success p{ margin-top: 10px; font-size: 14.5px; color: var(--ink-2); }

/* квіз */
.qz-steps{ margin-top: 22px; }
.qz-step{ display: none; }
.qz-step.on{ display: block; }
.qz-q{ font-size: 17px; font-weight: 650; margin-bottom: 14px; }
.qz-progress{ display: flex; gap: 6px; margin-top: 18px; }
.qz-progress i{ height: 3px; flex: 1; border-radius: 2px; background: var(--bg-3); }
.qz-progress i.done{ background: var(--cy); }
.qz-nav{ margin-top: 20px; display: flex; gap: 10px; }
.qz-nav .btn{ flex: 1; }
.qz-result{
  margin: 4px 0 16px; padding: 18px; border-radius: 14px;
  background: oklch(0.72 0.19 25 / 0.08); border: 1px solid oklch(0.72 0.19 25 / 0.3);
}
.qz-result .qr-label{ font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); }
.qz-result .qr-num{ margin-top: 6px; font-family: var(--mono); font-weight: 700; font-size: clamp(26px, 6vw, 34px); color: var(--bad); letter-spacing: -0.03em; }
.qz-result .qr-sub{ margin-top: 6px; font-size: 13px; color: var(--ink-2); text-wrap: pretty; }

/* ── reveal ── */
@media (prefers-reduced-motion: no-preference){
  html:not([data-motion="off"]) .reveal{ opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
  html:not([data-motion="off"]) .reveal.in{ opacity: 1; transform: none; }
  html:not([data-motion="off"]) .live-dot{ animation: liveDot 1.8s ease-in-out infinite; }
}
@keyframes liveDot{ 0%,100%{ opacity: 1; box-shadow: 0 0 0 0 oklch(0.84 0.16 155 / 0.5);} 50%{ opacity: .65; box-shadow: 0 0 0 5px oklch(0.84 0.16 155 / 0);} }
@media (prefers-reduced-motion: reduce){
  .ticker-track{ animation: none; }
  .spark-path{ stroke-dashoffset: 0; animation: none; }
}

/* числа що «дихають» при оновленні */
.roll{ transition: opacity .18s, transform .18s; display: inline-block; }
.roll.swap{ opacity: 0; transform: translateY(-6px); }

/* ── breakpoints ── */
@media (min-width: 680px){
  .hero-cta{ flex-direction: row; }
  .leak-cards{ grid-template-columns: repeat(3, 1fr); }
  .steps{ grid-template-columns: repeat(3, 1fr); }
  .cb-board{ grid-template-columns: repeat(3, 1fr); }
  .price-grid{ grid-template-columns: repeat(2, 1fr); }
  .mod-grid{ grid-template-columns: repeat(2, 1fr); }
  .final-cta{ flex-direction: row; justify-content: center; }
  .mod-card.split{ display: grid; grid-template-columns: 1fr 1fr; }
  .mod-card.split .mod-shot{ border-top: 0; border-left: 1px solid var(--line-soft); }
}
@media (min-width: 1020px){
  .section{ padding: 104px 0; }
  .hero{ padding: 92px 0 84px; }
  .hero-grid{ grid-template-columns: 1.08fr 0.92fr; gap: 64px; }
  .price-grid{ grid-template-columns: repeat(4, 1fr); }
  .mod-grid{ grid-template-columns: repeat(3, 1fr); }
}
