/* HunterMT — лендинг для работодателей.
   Язык alex.com: фото людей во всю ширину, плашки интерфейса поверх,
   светлая бумага и полосы, тонкие крупные заголовки, тёмный подвал.
   Свои отличия: тёмно-синий и бирюзовый, реплики из настоящей стенограммы. */

@font-face { font-family: "Onest"; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url(fonts/onest-cyrillic.woff2) format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Onest"; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url(fonts/onest-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; }
@font-face { font-family: "Onest"; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url(fonts/onest-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: "JetBrains Mono"; font-style: normal; font-weight: 400 500; font-display: swap;
  src: url(fonts/jetbrainsmono-cyrillic.woff2) format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 400 500; font-display: swap;
  src: url(fonts/jetbrainsmono-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; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 400 500; font-display: swap;
  src: url(fonts/jetbrainsmono-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; }

:root {
  --paper: #f8fafb;
  --band: #edf1f4;
  --sheet: #ffffff;
  --ink: #0b2239;
  --ink-2: #16375a;
  --night: #071a2c;
  --text: #2d4053;
  --muted: #56687a;
  --rule: #dae2e9;
  --rule-2: #b9c6d2;
  --wash: #eef3f6;
  --tint: #cddae5;

  --teal: #0b6f69;
  --teal-fill: #139088;
  --teal-glow: #6fd6cc;
  --teal-wash: #dcefec;

  --ochre: #8a4f00;
  --ochre-mark: #b36d0c;
  --ochre-wash: #fbf0df;
  --ochre-line: #efd6ae;
  --slate: #4f5f70;
  --error: #b42318;

  --sans: "Onest", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;
  --maxw: 1240px;
  --gut: clamp(16px, 4vw, 40px);
  --sec: clamp(80px, 10vw, 136px);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --top-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--top-h) + 12px); scrollbar-color: var(--rule-2) var(--paper); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0; background: var(--paper); color: var(--text);
  font: 400 1.0625rem/1.6 var(--sans);
  -webkit-font-smoothing: antialiased; caret-color: var(--teal);
}
::selection { background: var(--teal-wash); color: var(--ink); }
h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: .22em; }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; border-radius: 4px; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; }
a, button, input, select, summary { touch-action: manipulation; -webkit-tap-highlight-color: rgba(11, 111, 105, .12); }
code { font-family: var(--mono); font-size: .86em; }
.num { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.nowrap { white-space: nowrap; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: max(var(--gut), env(safe-area-inset-left)) max(var(--gut), env(safe-area-inset-right)); }
.band { background: var(--band); }

.skip-link { position: absolute; left: 12px; top: -60px; z-index: 50; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 6px; }
.skip-link:focus { top: 12px; }

/* ---------- кнопки ---------- */
.btn {
  display: inline-block; text-align: center; text-decoration: none;
  background: var(--ink); color: #fff; border: 0; border-radius: 6px;
  padding: 15px 24px; font-weight: 500; font-size: 1rem; line-height: 1.2;
  transition: background-color .2s var(--ease-out), transform .2s var(--ease-out);
}
.btn:hover { background: var(--ink-2); }
.btn:active { transform: translateY(1px); }
.btn:disabled { background: var(--rule); color: var(--slate); cursor: not-allowed; }
.btn-sm { padding: 11px 18px; font-size: .9375rem; }
.btn-light { background: var(--paper); color: var(--ink); }
.btn-light:hover { background: #fff; }
.btn-light:disabled { background: #2a4057; color: #b8c6d4; }

/* ---------- шапка ---------- */
.notice { background: var(--band); color: var(--ink); text-align: center; font-size: .8125rem; padding: 9px var(--gut); }
.top { position: sticky; top: 0; z-index: 30; background: rgba(248, 250, 251, .97); border-bottom: 1px solid transparent; transition: border-color .2s; }
.top.is-stuck { border-bottom-color: var(--rule); }
.top-in { height: var(--top-h); display: flex; align-items: center; gap: 32px; }
.brand { font-weight: 600; font-size: 1.375rem; letter-spacing: -.015em; color: var(--ink); text-decoration: none; }
.brand span { color: var(--teal); }
.top-nav { display: flex; gap: 28px; margin: 0 auto; }
.top-nav a { text-decoration: none; font-size: .9375rem; color: var(--ink); }
.top-nav a:hover { text-decoration: underline; }

/* ---------- метки выводов и таймкоды ---------- */
.verdict { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); line-height: 1.35; }
.mk { flex: none; display: inline-block; width: 11px; height: 11px; border-radius: 50%; border: 1.5px solid currentColor; }
.v-ok .mk { background: var(--ink); border-color: var(--ink); }
.v-gap { color: var(--ochre); }
.v-gap .mk { border-color: var(--ochre-mark); background: linear-gradient(90deg, var(--ochre-mark) 50%, transparent 50%); }
.v-chk { color: var(--slate); }
.v-chk .mk { border-color: var(--slate); }

.tc {
  display: inline-flex; align-items: center; gap: 6px; vertical-align: 1px;
  font-family: var(--mono); font-size: .78125rem; font-weight: 500; font-variant-numeric: tabular-nums;
  color: var(--teal); background: var(--teal-wash); border: 0; border-radius: 4px;
  padding: 5px 9px 5px 8px; line-height: 1.2; white-space: nowrap;
  transition: background-color .2s var(--ease-out), color .2s var(--ease-out);
}
button.tc::before { content: ""; width: 0; height: 0; border-left: 6px solid currentColor; border-block: 4px solid transparent; }
button.tc:hover, button.tc.is-on { background: var(--teal); color: #fff; }
.tc-flag { color: var(--ochre); background: var(--ochre-wash); }
@media (pointer: coarse) { button.tc { min-height: 36px; padding-inline: 11px 12px; } }

/* ---------- первый экран ---------- */
.hero { position: relative; isolation: isolate; min-height: min(86vh, 820px); display: flex; overflow: hidden; background: var(--night); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 12%; z-index: -2; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 26, 44, .82) 0%, rgba(7, 26, 44, .74) 40%, rgba(7, 26, 44, .34) 52%, rgba(7, 26, 44, 0) 64%);
}
.hero-in { width: 100%; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 40px; align-items: center; padding-block: clamp(64px, 9vw, 112px); }
.hero-copy { color: #fff; }
h1 {
  font-weight: 300; font-size: clamp(2.6rem, 1.5rem + 3.9vw, 4.6rem); line-height: 1.03; letter-spacing: -.03em;
  max-width: 13ch; text-wrap: balance; color: #fff;
}
.hero-lead { margin-top: 24px; font-size: clamp(1.0625rem, 1rem + .3vw, 1.1875rem); line-height: 1.55; max-width: 38ch; color: rgba(255, 255, 255, .9); }
.hero-markets { margin-top: 14px; font-size: .9375rem; color: rgba(255, 255, 255, .82); }
.hero-cta { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }
.hero-link { color: #fff; font-weight: 500; text-decoration: underline; text-decoration-color: rgba(255, 255, 255, .5); }
.hero-link:hover { text-decoration-color: #fff; }

.talk { align-self: end; justify-self: end; width: min(100%, 380px); display: grid; gap: 10px; }
.bubble { border-radius: 12px; padding: 13px 16px; font-size: .9375rem; line-height: 1.45; }
.b-who { display: block; font-size: .75rem; margin-bottom: 3px; opacity: .78; }
.b-ai { background: rgba(11, 34, 57, .66); color: #fff; -webkit-backdrop-filter: blur(14px) saturate(1.2); backdrop-filter: blur(14px) saturate(1.2); margin-right: 36px; }
.b-cand { background: rgba(7, 26, 44, .78); color: #fff; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); margin-left: 24px; }
.b-verdict {
  background: rgba(255, 255, 255, .96); color: var(--ink); margin-left: 24px;
  display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "task tc" "v tc"; column-gap: 12px; row-gap: 2px; align-items: center;
  box-shadow: 0 10px 24px -12px rgba(0, 0, 0, .35);
}
.b-task { grid-area: task; font-weight: 500; font-size: .9375rem; }
.b-verdict .verdict { grid-area: v; font-size: .875rem; }
.b-verdict .tc { grid-area: tc; }

@media (prefers-reduced-motion: no-preference) {
  .js .talk .bubble { opacity: 0; translate: 0 10px; }
  .js .talk.is-on .bubble { animation: bubble-in .7s var(--ease-out) forwards; }
  .js .talk.is-on .b-cand { animation-delay: .9s; }
  .js .talk.is-on .b-verdict { animation-delay: 2.1s; }
}
@keyframes bubble-in { to { opacity: 1; translate: 0 0; } }

/* ---------- заявление: поле откликов ---------- */
.statement { padding: clamp(64px, 8vw, 104px) 0 var(--sec); }
.st-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: clamp(40px, 6vw, 96px); align-items: center; }
.statement h2 {
  font-weight: 300; color: var(--ink); font-size: clamp(2rem, 1.3rem + 2.4vw, 3.25rem); line-height: 1.06; letter-spacing: -.028em;
  max-width: 13ch; text-wrap: balance;
}
.statement-text { margin-top: 28px; max-width: 36ch; font-weight: 300; font-size: clamp(1.1875rem, 1rem + .45vw, 1.3125rem); line-height: 1.5; color: var(--ink); text-wrap: pretty; }
.statement-text .s { display: block; color: var(--text); }
.statement-text .s + .s { margin-top: .6em; }
.statement-text .s-key { color: var(--ink); font-weight: 400; }

.field { background: var(--sheet); border-radius: 16px; padding: clamp(20px, 2.4vw, 32px); }
.field-switch { display: inline-flex; gap: 2px; padding: 4px; background: var(--wash); border-radius: 10px; }
.fs { min-height: 36px; padding: 7px 14px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); font: inherit; font-size: .875rem; font-weight: 500; cursor: pointer; transition: background-color .25s, color .25s, box-shadow .25s; }
.fs:hover { color: var(--ink); }
.fs[aria-pressed="true"] { background: var(--sheet); color: var(--ink); box-shadow: 0 1px 2px rgba(11, 34, 57, .1), 0 4px 10px -6px rgba(11, 34, 57, .25); }
.fs[data-mode="new"][aria-pressed="true"] { background: var(--ink); color: #fff; }

.dots { position: relative; margin-top: 24px; display: grid; grid-template-columns: repeat(24, minmax(0, 1fr)); gap: 7px; }
.dot { aspect-ratio: 1; border-radius: 50%; background: var(--rule); }
.field[data-mode="old"] .dot.read { background: var(--ink-2); }
.field[data-mode="old"] .dot.call { background: var(--ink); box-shadow: 0 0 0 3px var(--tint); }
.field[data-mode="old"] .dot.best { box-shadow: inset 0 0 0 1.5px var(--rule-2); background: var(--paper); }
.field[data-mode="new"] .dot { background: var(--teal-fill); }
.field[data-mode="new"] .dot.cut { background: var(--rule); }
.field[data-mode="new"] .dot.best { background: var(--teal); box-shadow: 0 0 0 3px var(--teal-wash), 0 0 0 4px var(--teal-fill); }
.best-tag { position: absolute; left: 0; top: 0; padding: 3px 8px; box-shadow: 0 0 0 5px var(--sheet); border-radius: 6px; font-size: .75rem; line-height: 1.4; white-space: nowrap; background: var(--wash); color: var(--muted); pointer-events: none; transition: background-color .4s, color .4s; }
.field[data-mode="new"] .best-tag { background: var(--teal-wash); color: var(--teal); font-weight: 500; }
.dots-key { margin-top: 16px; font-size: .8125rem; color: var(--muted); }
.dots-key > [data-mode] { display: none; }
.field[data-mode="old"] .dots-key > [data-mode="old"], .field[data-mode="new"] .dots-key > [data-mode="new"] { display: inline; }
.k { display: inline-block; width: 9px; height: 9px; margin: 0 6px 0 0; border-radius: 50%; vertical-align: .02em; background: var(--rule); }
.ki { display: inline-block; margin-right: 12px; white-space: nowrap; }
.k-read { background: var(--ink-2); }
.k-call { background: var(--ink); box-shadow: 0 0 0 2px var(--tint); }
.k-int { background: var(--teal-fill); }
.no-js .field-switch, .no-js .dots, .no-js .dots-key { display: none; }

.flows { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.js .flows { grid-template-columns: minmax(0, 1fr); }
.js .flow { grid-area: 1 / 1; transition: opacity .35s var(--ease-out), visibility .35s; }
.js .field[data-mode="old"] .flow[data-mode="new"], .js .field[data-mode="new"] .flow[data-mode="old"] { opacity: 0; visibility: hidden; }
.flow { position: relative; }
.flow h3 { font-weight: 500; font-size: 1rem; color: var(--ink); }
.js .flow h3 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.flow ol { margin-top: 14px; display: grid; }
.js .flow ol { margin-top: 0; }
.flow li { position: relative; padding: 0 0 14px 26px; font-size: .9375rem; color: var(--ink); }
.flow li:last-child { padding-bottom: 0; }
.flow li::before { content: ""; position: absolute; left: 0; top: .5em; width: 9px; height: 9px; border-radius: 50%; background: var(--rule-2); }
.flow li:not(:last-child)::after { content: ""; position: absolute; left: 4px; top: 1.2em; bottom: 0; width: 1px; background: var(--rule); }
.flow li.dim { color: var(--muted); }
.flow li.dim::before { background: var(--rule); }
.flow.now li::before { background: var(--teal-fill); }
.flow.now li.strong { font-weight: 500; }
.flow.now li.strong::before { background: var(--teal); box-shadow: 0 0 0 3px var(--teal-wash); }

@media (prefers-reduced-motion: no-preference) {
  .dot { transition: background-color .45s var(--ease-out), box-shadow .45s var(--ease-out); transition-delay: var(--d, 0s); }
}

.verdicts { margin-top: clamp(72px, 9vw, 112px); }
.verdicts-cap { max-width: 58ch; font-size: 1.0625rem; color: var(--text); }
.examples { margin-top: 40px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); text-align: left; background: var(--sheet); border-radius: 16px; }
.examples li { display: grid; align-content: start; justify-items: start; gap: 12px; padding: 28px 28px 30px; }
.examples li + li { border-left: 1px solid var(--rule); }
.examples .verdict { font-weight: 500; font-size: 1.0625rem; }
.ex-def { font-size: .9375rem; }
.ex-quote { margin: 4px 0 0; padding: 14px 16px; background: var(--wash); border-radius: 10px; color: var(--ink); font-size: .9375rem; line-height: 1.5; }
.ex-note { margin-top: 16px; font-size: .8125rem; color: var(--muted); }

/* ---------- строки фото + текст ---------- */
.row { padding: var(--sec) 0; }
.row-in { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); align-items: center; }
.row-in.flip .shot { order: 2; }
.shot { position: relative; }
.shot img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.chips { position: absolute; display: grid; gap: 8px; width: min(78%, 360px); }
.chips-tl { left: 24px; top: 24px; }
.chips-tr { right: 24px; top: 24px; }
.chips-bl { left: 24px; bottom: 24px; }
.chips-br { right: 24px; bottom: 24px; }
.chips-narrow { width: min(50%, 270px); }
.chip { border-radius: 12px; padding: 12px 15px; font-size: .875rem; line-height: 1.45; }
.chip-who { display: block; font-size: .75rem; opacity: .78; margin-bottom: 2px; }
.chip-glass { background: rgba(11, 34, 57, .78); color: #fff; -webkit-backdrop-filter: blur(14px) saturate(1.2); backdrop-filter: blur(14px) saturate(1.2); }
.chip-dark { background: rgba(7, 26, 44, .82); color: #fff; margin-left: 28px; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.chip-light { background: rgba(255, 255, 255, .95); color: var(--ink); box-shadow: 0 10px 24px -14px rgba(0, 0, 0, .3); }
.chip-light .chip-who { color: var(--muted); opacity: 1; }
.src-chip { display: grid; gap: 4px; }
.src { font-family: var(--mono); font-weight: 500; font-size: .875rem; color: var(--teal); background: var(--teal-wash); border-radius: 4px; padding: 2px 7px; justify-self: start; }
code.src { font-size: .8125rem; white-space: nowrap; }
.chip-note { font-size: .8125rem; color: var(--text); }
.scale-chip { display: grid; gap: 6px; }
.sc-row { display: flex; align-items: baseline; gap: 10px; }
.sc-k { flex: none; width: 80px; font-size: .75rem; font-weight: 600; }
.sc-k.yes { color: var(--ink); }
.sc-k.no { color: var(--slate); }
.flag-chip { display: flex; align-items: center; gap: 10px; }

@media (prefers-reduced-motion: no-preference) {
  .js .shot .chip { opacity: 0; translate: 0 12px; transition: opacity .7s var(--ease-out), translate .7s var(--ease-out); }
  .js .shot.in .chip { opacity: 1; translate: 0 0; }
  .js .shot.in .chip:nth-child(2) { transition-delay: .35s; }
}

.row-copy h2, .sec-head h2, .terms h2, .faq-sec h2 {
  font-weight: 300; color: var(--ink); font-size: clamp(1.9rem, 1.3rem + 2vw, 2.75rem); line-height: 1.1; letter-spacing: -.022em; text-wrap: balance;
}
.row-copy h2 { max-width: 18ch; }
.row-lead { margin-top: 18px; max-width: 48ch; }

.steps { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 28px; }
.steps li { display: grid; gap: 4px; padding-top: 14px; border-top: 1px solid var(--rule-2); }
.steps .who { font-size: .8125rem; color: var(--muted); font-weight: 500; }
.steps .you .who { color: var(--ink); }
.steps b { font-weight: 500; color: var(--ink); }
.steps li > span:last-child { font-size: .875rem; }

.points { margin-top: 28px; }
.points li { padding: 14px 0; border-top: 1px solid var(--rule); font-size: .9375rem; }
.points li:last-child { border-bottom: 1px solid var(--rule); }
.points b { font-weight: 500; color: var(--ink); }

.more { margin-top: 20px; }
.more summary { cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 8px; font-weight: 500; color: var(--ink); font-size: .9375rem; }
.more summary::-webkit-details-marker { display: none; }
.more summary::after { content: ""; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; rotate: 45deg; translate: 0 -2px; transition: rotate .25s var(--ease-out); }
.more[open] summary::after { rotate: 225deg; translate: 0 2px; }
.stack { margin-top: 16px; padding: 6px 0 0 18px; border-left: 1px solid var(--rule-2); display: grid; gap: 14px; }
.stack li { display: grid; gap: 1px; position: relative; }
.stack li::before { content: ""; position: absolute; left: -22px; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--paper); border: 1px solid var(--slate); }
.stack span { font-size: .75rem; color: var(--muted); }
.stack b { font-weight: 500; color: var(--ink); font-size: .9375rem; }
.stack em { font-style: normal; font-size: .8125rem; }

.ledger { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.ledger h3 { font-weight: 500; font-size: .9375rem; padding-bottom: 10px; border-bottom: 1px solid var(--ink); }
.ledger div:last-child h3 { color: var(--slate); border-bottom-color: var(--rule-2); }
.ledger li { position: relative; padding: 9px 0 9px 20px; border-bottom: 1px solid var(--rule); font-size: .9375rem; color: var(--ink); }
.ledger li::before { content: ""; position: absolute; left: 1px; top: 1.05em; width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }
.ledger .no li { color: var(--muted); text-decoration: line-through; text-decoration-color: var(--rule-2); }
.ledger .no li::before { background: transparent; border: 1.5px solid var(--slate); width: 7px; height: 7px; }
.aside { margin-top: 24px; font-size: .9375rem; max-width: 52ch; }
.aside b { font-weight: 500; color: var(--ink); }

.roles-sec { background: var(--band); padding-bottom: var(--sec); }
.bleed { position: relative; isolation: isolate; min-height: min(78vh, 720px); display: flex; align-items: flex-end; overflow: hidden; }
.bleed > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 4%; z-index: -2; }
.bleed::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(7, 26, 44, .88) 0%, rgba(7, 26, 44, .66) 40%, rgba(7, 26, 44, 0) 74%), linear-gradient(90deg, rgba(7, 26, 44, .35) 0%, rgba(7, 26, 44, 0) 50%); }
.bleed-in { width: 100%; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 32px 64px; align-items: end; padding-block: clamp(56px, 7vw, 88px); }
.bleed-copy h2 { font-weight: 300; color: #fff; font-size: clamp(2rem, 1.3rem + 2.4vw, 3.25rem); line-height: 1.06; letter-spacing: -.025em; max-width: 16ch; text-wrap: balance; }
.bleed-lead { margin-top: 18px; max-width: 50ch; color: rgba(255, 255, 255, .9); }
.bleed-chips { display: grid; gap: 8px; }
.bleed-chips .chip-light { margin-left: 28px; }
.roles-in { margin-top: clamp(64px, 8vw, 96px); }
.roles-h { font-weight: 500; font-size: 1.1875rem; color: var(--ink); }
.roles { margin-top: 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 32px; }
.roles li { display: grid; gap: 6px; padding: 18px 0 20px; border-top: 1px solid var(--rule-2); }
.roles b { font-weight: 500; color: var(--ink); }
.roles span { font-size: .875rem; }
.roles i { font-style: normal; color: var(--muted); }

/* ---------- пример отчёта ---------- */
.report-sec { padding: var(--sec) 0; }
.sec-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px 64px; align-items: end; }
.sec-head h2 { max-width: 17ch; }
.sec-lead { max-width: 50ch; }

.app {
  margin-top: 48px; background: var(--sheet); border-radius: 16px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(11, 34, 57, .06), 0 20px 44px -26px rgba(11, 34, 57, .3);
}
.app-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 32px; padding: 20px 24px; border-bottom: 1px solid var(--rule); }
.who-name { color: var(--ink); font-weight: 500; }
.who-meta { font-size: .8125rem; color: var(--muted); }
.tally { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .875rem; margin-right: auto; }
.tally b { font-weight: 600; }
.demo { font-size: .75rem; font-weight: 500; color: var(--ochre); background: var(--ochre-wash); padding: 3px 9px; border-radius: 4px; white-space: nowrap; }

.app-player { display: flex; align-items: center; gap: 16px; padding: 12px 24px; background: var(--wash); border-bottom: 1px solid var(--rule); }
.p-btn { flex: none; width: 40px; height: 40px; border-radius: 50%; border: 0; display: grid; place-items: center; background: var(--teal); color: #fff; transition: background-color .2s var(--ease-out); }
.p-btn:hover { background: var(--ink); }
.p-btn:disabled { background: var(--rule); color: var(--slate); cursor: default; }
.p-btn svg { width: 17px; height: 17px; fill: currentColor; }
.p-btn .i-pause { display: none; }
.p-btn[aria-pressed="true"] .i-play { display: none; }
.p-btn[aria-pressed="true"] .i-pause { display: block; }
.p-time { flex: none; font-family: var(--mono); font-size: .8125rem; color: var(--ink); font-variant-numeric: tabular-nums; }
.no-js .p-btn, .no-js .app-player .track, .no-js .p-time { display: none; }
#demo-audio[controls] { display: block; width: 100%; }

.track { position: relative; flex: 1; height: 34px; }
.track::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--rule-2); }
.track .seg, .track .fr { position: absolute; top: 50%; translate: 0 -50%; border-radius: 1px; }
.track .seg { height: 12px; background: var(--tint); }
.track .seg.q { height: 4px; background: var(--rule-2); }
.track .fr { height: 20px; background: var(--teal-fill); opacity: 0; transition: opacity .25s var(--ease-out); }
.track .fr.lit, .track .fr.on { opacity: 1; }
.track .head { position: absolute; top: 2px; bottom: 2px; width: 2px; margin-left: -1px; background: var(--teal); opacity: 0; pointer-events: none; }
.track.has-pos .head { opacity: 1; }
.seek { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.track:has(.seek:focus-visible) { outline: 2px solid var(--teal); outline-offset: 4px; border-radius: 4px; }
.play-error { padding: 0 24px; font-size: .8125rem; color: var(--ochre); }
.play-error:not(:empty) { padding-block: 8px; }

.app-body { display: grid; grid-template-columns: 268px minmax(0, 1fr) 320px; min-height: 560px; }
.tasks { padding: 12px; border-right: 1px solid var(--rule); display: grid; align-content: start; gap: 2px; }
.task {
  position: relative; display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 8px; align-items: center; text-align: left;
  padding: 11px 10px; border: 0; border-radius: 8px; background: transparent; color: var(--text); font-size: .875rem; line-height: 1.35;
  transition: background-color .2s var(--ease-out);
}
.task:hover { background: var(--wash); }
.task[aria-selected="true"] { background: var(--ink); color: #fff; }
.task[aria-selected="true"] .task-n { color: rgba(255, 255, 255, .7); }
.task[aria-selected="true"] .v-ok .mk { background: #fff; border-color: #fff; }
.task[aria-selected="true"] .v-chk .mk { border-color: #fff; }
.task[aria-selected="true"] .v-gap .mk { border-color: #f3c27d; background: linear-gradient(90deg, #f3c27d 50%, transparent 50%); }
.task-n { font-family: var(--mono); font-size: .75rem; color: var(--muted); }

.areas { padding: 26px 30px 30px; min-width: 0; }
.area:focus-visible { outline-offset: 8px; }
.area-h { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; }
.area-h h3 { font-weight: 500; font-size: 1.3125rem; color: var(--ink); margin-right: auto; }
.area-h .verdict { font-size: .875rem; }
.rule-note { margin-top: 10px; font-size: .8125rem; color: var(--muted); max-width: 64ch; }
.cover, .why { margin-top: 14px; font-size: .9375rem; max-width: 64ch; }
.listen { margin-top: 14px; display: flex; align-items: center; gap: 10px; font-size: .875rem; color: var(--muted); }
.tiles { margin-top: 16px; display: grid; grid-template-columns: repeat(auto-fill, minmax(124px, 1fr)); gap: 6px; }
.tile {
  display: flex; flex-direction: column; justify-content: space-between; gap: 10px; min-height: 72px;
  text-align: left; padding: 10px 11px; border-radius: 8px; font-size: .8125rem; line-height: 1.3; color: var(--ink);
  background: var(--sheet); border: 1px solid var(--rule-2); transition: border-color .2s var(--ease-out);
}
.tile .t { font-family: var(--mono); font-size: .75rem; font-weight: 500; color: var(--teal); }
.tile.t-err { background: var(--ochre-wash); border-color: var(--ochre-line); }
.tile:hover, .tile.is-on { border-color: var(--teal); }
.tile.is-on { box-shadow: inset 0 0 0 1px var(--teal); }
.tiles-key { margin-top: 10px; display: flex; gap: 20px; font-size: .8125rem; color: var(--muted); }
.tiles-key span::before { content: ""; display: inline-block; width: 10px; height: 10px; margin-right: 7px; vertical-align: -1px; border-radius: 3px; border: 1px solid var(--rule-2); background: var(--sheet); }
.tiles-key .k-err::before { background: var(--ochre-wash); border-color: var(--ochre-line); }
.finds { margin-top: 16px; }
.finds li { padding: 10px 0; border-top: 1px solid var(--wash); font-size: .9375rem; line-height: 1.55; }
.finds li:first-child { border-top: 0; }
.f-err { color: var(--ochre); font-weight: 600; }
.f-ok { color: var(--ink); font-weight: 600; }
.nextq { margin-top: 14px; padding: 13px 15px; background: var(--wash); border-radius: 10px; color: var(--ink); font-size: .9375rem; }
.nextq b { font-weight: 600; }

.transcript { margin: 0; padding: 10px; border-left: 1px solid var(--rule); max-height: 640px; overflow: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: var(--rule-2) transparent; }
.cue { padding: 9px 10px; border-radius: 8px; transition: background-color .25s var(--ease-out); }
.cue dt { font-size: .75rem; color: var(--muted); }
.cue dt .num { color: var(--teal); margin-right: 6px; font-weight: 500; }
.cue dd { margin-top: 2px; font-size: .875rem; line-height: 1.5; color: var(--muted); }
.cue.cand dd { color: var(--ink); }
.cue.hot { background: var(--teal-wash); }
.cue mark { background: var(--ochre-wash); color: var(--ink); }
.app-foot { padding: 16px 24px 18px; border-top: 1px solid var(--rule); font-size: .8125rem; color: var(--muted); }

/* ---------- цена ошибки ---------- */
.cost { padding: var(--sec) 0; }
.calc-box { margin-top: 48px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 16px; }
.calc { background: var(--sheet); border-radius: 16px; padding: 32px; display: grid; gap: 24px; align-content: start; }
.calc-note { font-size: .875rem; color: var(--muted); }
.fld-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.fld label { color: var(--ink); font-size: .9375rem; max-width: 44ch; }
.num-in {
  width: 10ch; flex: none; text-align: right; padding: 6px 2px; border: 0; border-bottom: 1px solid var(--rule-2); border-radius: 0;
  background: transparent; font-family: var(--mono); font-weight: 500; font-size: 1rem; color: var(--ink); font-variant-numeric: tabular-nums;
}
.num-in:focus-visible { outline: none; border-bottom: 2px solid var(--teal); margin-bottom: -1px; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 28px; margin: 6px 0 0; background: transparent; --p: 50%; }
input[type="range"]::-webkit-slider-runnable-track { height: 3px; border-radius: 2px; background: linear-gradient(90deg, var(--teal-fill) var(--p), var(--rule) var(--p)); }
input[type="range"]::-moz-range-track { height: 3px; background: var(--rule); }
input[type="range"]::-moz-range-progress { height: 3px; background: var(--teal-fill); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; margin-top: -8.5px; border-radius: 50%; background: var(--sheet); border: 2px solid var(--ink); }
input[type="range"]::-moz-range-thumb { width: 16px; height: 16px; border-radius: 50%; background: var(--sheet); border: 2px solid var(--ink); }
input[type="range"]:focus-visible { outline: none; }
input[type="range"]:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 3px var(--teal-wash), 0 0 0 5px var(--teal); }
input[type="range"]:focus-visible::-moz-range-thumb { box-shadow: 0 0 0 3px var(--teal-wash), 0 0 0 5px var(--teal); }

.result { background: var(--ink); color: #c9d6e2; border-radius: 16px; padding: 32px; display: flex; flex-direction: column; }
.result-lead { font-size: .9375rem; }
.result-total { margin-top: 6px; font-weight: 300; font-size: clamp(2.5rem, 1.9rem + 2vw, 3.75rem); letter-spacing: -.025em; color: #fff; line-height: 1.05; font-variant-numeric: tabular-nums; }
.result-rows { margin-top: 24px; }
.result-rows > div { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 12px 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.result-rows dt { font-size: .875rem; }
.result-rows dd { font-family: var(--mono); font-weight: 500; color: #fff; white-space: nowrap; font-size: .9375rem; font-variant-numeric: tabular-nums; }
.result-rows .price dt, .result-rows .price dd { color: var(--teal-glow); }
.result-note { margin-top: auto; padding-top: 20px; font-size: .8125rem; color: #a9bacb; }

/* ---------- условия ---------- */
.terms { padding: var(--sec) 0; }
.terms-in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 48px clamp(40px, 7vw, 112px); align-items: start; }
.terms-head { position: sticky; top: calc(var(--top-h) + 32px); display: grid; gap: 32px; justify-items: start; }
.terms-head h2 { max-width: 12ch; }

.figures > div { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); column-gap: 32px; row-gap: 6px; padding: 22px 0; border-top: 1px solid var(--rule-2); }
.figures > div:last-child { border-bottom: 1px solid var(--rule-2); }
.figures dt { grid-row: span 2; color: var(--ink); font-weight: 500; }
.figures .ans { font-weight: 400; font-size: 1.3125rem; color: var(--ink); line-height: 1.3; }
.fig-t { font-size: .9375rem; }
.figures .fig-main { grid-template-columns: 1fr; padding: 0 0 28px; border-top: 0; }
.fig-main dt { grid-row: auto; font-weight: 400; color: var(--muted); }
.fig { font-weight: 300; font-size: clamp(3rem, 2rem + 3.6vw, 5.25rem); line-height: 1; letter-spacing: -.035em; color: var(--ink); }
.fig-unit { font-size: 1.125rem; letter-spacing: 0; color: var(--text); font-weight: 400; }
.fig-main .fig-t { max-width: 46ch; }

/* ---------- вопросы ---------- */
.faq-sec { padding: var(--sec) 0; }
.faq-in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: 32px clamp(40px, 7vw, 112px); }
.faq-sec h2 { max-width: 12ch; }
.faq details { border-top: 1px solid var(--rule-2); }
.faq details:last-child { border-bottom: 1px solid var(--rule-2); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; color: var(--ink); font-weight: 500; font-size: 1.0625rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 14px; height: 14px;
  background: linear-gradient(var(--ink), var(--ink)) center / 14px 1.5px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 1.5px 14px no-repeat;
  transition: rotate .3s var(--ease-out);
}
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { padding: 0 0 24px; max-width: 62ch; font-size: .9375rem; }

/* ---------- подвал с заявкой ---------- */
.foot { background: var(--night); color: #b9c8d7; }
.foot ::selection { background: #2b4d70; color: #fff; }
.apply { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px clamp(40px, 7vw, 112px); padding-top: clamp(80px, 10vw, 128px); padding-bottom: clamp(64px, 8vw, 96px); }
.apply h2 { font-weight: 300; color: #fff; font-size: clamp(2.2rem, 1.4rem + 3vw, 3.75rem); line-height: 1.05; letter-spacing: -.028em; max-width: 12ch; }
.apply-lead { margin-top: 20px; max-width: 44ch; color: #d3dde7; }
.demo-warning { margin-top: 24px; max-width: 46ch; font-size: .875rem; color: #f3cf9c; background: rgba(243, 207, 156, .1); padding: 11px 14px; border-radius: 8px; }
.post-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; align-content: start; }
.f { display: grid; gap: 7px; align-content: start; min-width: 0; }
.f label { font-size: .875rem; font-weight: 500; color: #e3eaf1; }
.req { color: var(--teal-glow); }
.f input, .f select {
  width: 100%; min-width: 0; height: 50px; padding: 0 14px; border: 1px solid transparent; border-radius: 6px; background: #fff; color: var(--ink);
  transition: border-color .2s var(--ease-out);
}
.f select { -webkit-appearance: none; appearance: none; padding-right: 40px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%230b2239' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 16px center; }
.f input:focus-visible, .f select:focus-visible { outline: 2px solid var(--teal-glow); outline-offset: 2px; }
.f.invalid input, .f.invalid select { border-color: #ff9d8f; box-shadow: inset 0 0 0 1px #ff9d8f; }
.error { font-size: .8125rem; color: #ffb3a7; min-height: 1.25em; }
.f-submit { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.form-result { font-size: .9375rem; color: #fff; }
.form-result.done { color: var(--teal-glow); }

.foot-bottom { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr); gap: 40px clamp(40px, 6vw, 88px); padding-top: 48px; padding-bottom: 48px; border-top: 1px solid rgba(255, 255, 255, .12); }
.brand-foot { color: #fff; }
.brand-foot span { color: var(--teal-glow); }
.foot-tag { margin-top: 6px; font-size: .875rem; }
.foot-legal { margin-top: 12px; font-size: .875rem; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.fill { display: inline-block; border: 1px dashed #6f87a0; color: #e6edf4; padding: 1px 8px; border-radius: 4px; font-size: .8125rem; }
.foot-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.foot-h { font-weight: 500; font-size: 1rem; color: #fff; }
.foot-cols p { margin-top: 10px; font-size: .8125rem; line-height: 1.55; }
.foot a { color: #fff; }
.foot .sr { color: #fff; }
.foot-note { grid-column: 1 / -1; font-size: .8125rem; color: #93a6ba; }

/* ---------- адаптив ---------- */
@media (max-width: 1100px) {
  .top-nav { gap: 20px; }
  .app-body { grid-template-columns: 240px minmax(0, 1fr); }
  .transcript { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--rule); max-height: 380px; }
  .roles { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .st-grid { grid-template-columns: minmax(0, 1fr); }
  .statement h2 { max-width: 16ch; }
  .top-nav { display: none; }
  .top-in { justify-content: space-between; }
  .hero-in { grid-template-columns: 1fr; }
  .talk { justify-self: start; }
  .row-in, .bleed-in { grid-template-columns: 1fr; }
  .row-in.flip .shot { order: 0; }
  .sec-head, .terms-in, .faq-in, .apply, .foot-bottom { grid-template-columns: 1fr; }
  .terms-head { position: static; }
  .calc-box { grid-template-columns: 1fr; }
  .app-body { grid-template-columns: minmax(0, 1fr); }
  .tasks { min-width: 0; }
  .tasks { border-right: 0; border-bottom: 1px solid var(--rule); display: flex; overflow-x: auto; gap: 6px; padding: 12px; scrollbar-width: thin; }
  .task { flex: none; grid-template-columns: auto auto auto; max-width: 260px; background: var(--wash); }
  .foot-cols { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  :root { --top-h: 60px; }
  .brand { font-size: 1.1875rem; }
  .btn-sm { padding: 9px 13px; font-size: .875rem; }
  .hero { min-height: 0; display: grid; background: var(--paper); }
  .hero::after { display: none; }
  .hero-img { position: relative; grid-area: 1 / 1; aspect-ratio: 4 / 3; height: auto; object-position: 64% 50%; z-index: 0; }
  .b-ai, .b-cand { display: none; }
  .b-verdict { margin-left: 0; }
  .notice { font-size: .75rem; padding-block: 7px; }
  .hero-copy { padding-top: 22px; }
  .hero h1 { font-size: 2.125rem; }
  .hero-lead { margin-top: 14px; font-size: 1rem; }
  .hero-cta { margin-top: 20px; }
  .hero-in { display: contents; }
  .talk { grid-area: 1 / 1; align-self: end; justify-self: stretch; width: auto; margin: 0 16px 16px; z-index: 1; }
  .hero-copy { grid-area: 2 / 1; padding: 28px var(--gut) 8px; color: var(--text); }
  .hero h1 { color: var(--ink); }
  .hero-lead { color: var(--text); }
  .hero-markets { color: var(--muted); }
  .hero-cta .btn { width: 100%; background: var(--ink); color: #fff; }
  .hero-link { color: var(--ink); text-decoration-color: var(--rule-2); }
  .b-ai { margin-right: 24px; }
  .b-cand, .b-verdict { margin-left: 16px; }
  .flows, .examples { grid-template-columns: 1fr; }
  .dots { gap: 4px; }
  .examples li + li { border-left: 0; border-top: 1px solid var(--rule); }
  .examples li { padding: 22px 20px 24px; }
  .figures > div { grid-template-columns: 1fr; }
  .figures dt { grid-row: auto; }
  .bleed { min-height: 0; flex-direction: column; align-items: stretch; background: var(--night); }
  .bleed > img { position: relative; aspect-ratio: 4 / 5; height: auto; object-position: 66% 50%; }
  .bleed::after { display: none; }
  .bleed-in { padding-block: 32px 40px; }
  .bleed-chips .chip-light { margin-left: 16px; }
  .chips { width: calc(100% - 32px); }
  .chips-narrow { width: min(60%, 240px); }
  .chips-tl, .chips-bl { left: 16px; }
  .chips-tr, .chips-br { right: 16px; }
  .chips-tl, .chips-tr { top: 16px; }
  .chips-bl, .chips-br { bottom: 16px; }
  .chips-m-bottom { top: auto; bottom: 16px; width: calc(100% - 32px); }
  .shot img { aspect-ratio: 4 / 5; }
  .steps, .ledger, .roles { grid-template-columns: 1fr; }
  .app { border-radius: 12px; margin-inline: -8px; }
  .app-bar, .app-player, .app-foot { padding-inline: 16px; }
  .areas { padding: 22px 16px 24px; }
  .tiles { grid-template-columns: 1fr 1fr; }
  .calc, .result { padding: 24px 20px; }
  .fld-top { flex-direction: column; align-items: stretch; gap: 6px; }
  .num-in { text-align: left; }
  .post-form { grid-template-columns: minmax(0, 1fr); }
  .f-submit .btn { width: 100%; }
}

/* ---------- движение: появление и мелкие переходы ---------- */
/* Всё скрытое до появления помечает скрипт (.rv), поэтому без JS и при
   prefers-reduced-motion контент виден сразу и без анимаций. */

.top-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--teal-fill); transform-origin: 0 50%; scale: var(--p, 0) 1; pointer-events: none; }

.top-nav a { text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; padding-bottom: 2px; }
.top-nav a:hover { text-decoration: none; background-size: 100% 1px; }

.roles li { transition: border-color .35s var(--ease-out); }
.roles li:hover { border-top-color: var(--teal-fill); }

@media (prefers-reduced-motion: no-preference) {

  .top-nav a { transition: background-size .35s var(--ease-out); }

  /* первый экран: фото медленно отъезжает, текст поднимается по строкам */
  .js .hero-img { animation: hero-settle 2.4s var(--ease-out) both; }
  .js .hero-copy > * { animation: rise-in 1s var(--ease-out) both; }
  .js .hero-copy > :nth-child(2) { animation-delay: .12s; }
  .js .hero-copy > :nth-child(3) { animation-delay: .24s; }
  .js .hero-copy > :nth-child(4) { animation-delay: .36s; }
  @keyframes hero-settle { from { scale: 1.08; } }
  @keyframes rise-in { from { opacity: 0; translate: 0 18px; filter: blur(6px); } }

  /* появление при прокрутке, с шагом внутри группы */
  .js .rv { opacity: 0; translate: 0 24px; filter: blur(6px); transition: opacity .9s var(--ease-out), translate .9s var(--ease-out), filter .9s var(--ease-out); transition-delay: calc(var(--i, 0) * 90ms); }
  .js .rv.in { opacity: 1; translate: 0 0; filter: none; }

  /* фото в строках раскрываются окном, плашки ложатся следом */
  .js .shot { overflow: hidden; }
  .js .shot img { clip-path: inset(9% 9% 9% 9%); scale: 1.12; transition: clip-path 1.2s var(--ease-out), scale 1.6s var(--ease-out); }
  .js .shot.in img { clip-path: inset(0 0 0 0); scale: 1; }
  .js .shot.in .chip { transition-delay: .45s; }
  .js .shot.in .chip:nth-child(2) { transition-delay: .8s; }

  /* полноразмерное фото: лёгкий параллакс */
  .js .bleed > img { inset: -7% 0; height: 114%; translate: 0 var(--py, 0); will-change: translate; }

  /* раскрытие ответов: текст проявляется, высота не анимируется */
  .faq details[open] > p, .more[open] > :not(summary) { animation: rise-in .55s var(--ease-out) both; }

  /* итог калькулятора вспыхивает при пересчёте */
  .result-total.bump { animation: total-bump .6s var(--ease-out); }
  @keyframes total-bump { from { color: var(--teal-glow); translate: 0 -3px; } }
}
@media (prefers-reduced-motion: no-preference) and (max-width: 640px) {
  .js .bleed > img { inset: auto; height: auto; translate: none; }
}
