/* SOND для бизнеса: /ru/business и /en/business.
   Токены, шапка, кнопки и подвал повторяют главную (ru/index.html, CSS инлайн),
   чтобы страница выглядела частью того же сайта. Графика только CSS/SVG. */
:root {
  --bg: #FAF9F5; --bg-2: #F4F3EE; --card: #FFFFFF;
  --line: rgba(38,38,51,0.08); --hair: rgba(38,38,51,0.06);
  --ink: #262633; --ink-2: #6B6B82; --ink-3: #8E8EA0;
  --accent: #4A90FF; --accent-soft: #99CCFF; --accent-tint: rgba(74,144,255,0.09); --accent-ink: #1F4FB8;
  --red: #E0303F; --red-soft: #FFA6B3; --red-tint: rgba(255,71,87,0.09);
  --green: #179A73; --mint: #99E6D1; --green-tint: rgba(23,154,115,0.1);
  --a: #4A90FF; --b: #F28BA0;            /* дорожки спикеров: менеджер и клиент */
  --night: #16161E; --night-2: #1F1F2A; --night-line: rgba(255,255,255,0.1);
  --shadow: 0 1px 1px rgba(38,38,51,0.04), 0 8px 32px rgba(38,38,51,0.06);
  --shadow-up: 0 2px 4px rgba(38,38,51,0.05), 0 30px 80px rgba(38,38,51,0.12);
  --r: 24px; --pill: 9999px;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, "Helvetica Neue", Arial, sans-serif;
  --serif: ui-serif, "New York", "Iowan Old Style", Georgia, serif;
  --mono: "SF Mono", ui-monospace, "JetBrains Mono", Menlo, Consolas, monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); font-size: 17px; line-height: 1.55; letter-spacing: -0.005em; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0; text-wrap: pretty; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
/* якоря не прячутся под липкой шапкой */
section[id] { scroll-margin-top: 76px; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
@media (max-width: 560px) { .wrap { padding: 0 16px; } }
/* grid-элемент по умолчанию не уже своего содержимого: без этого <pre> растягивает колонку */
.wrap * { min-width: 0; }

h1 { font-size: clamp(38px, 5vw, 66px); font-weight: 200; line-height: 1.04; letter-spacing: -0.035em; }
h1 .soft { display: block; color: var(--ink-2); }
h2 { font-size: clamp(30px, 3.8vw, 48px); font-weight: 200; line-height: 1.08; letter-spacing: -0.03em; }
h3 { font-size: 19px; font-weight: 500; line-height: 1.3; letter-spacing: -0.012em; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; letter-spacing: 0.02em; color: var(--ink-2); }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-tint); }
.lead { font-size: 18px; color: var(--ink-2); max-width: 640px; }
.muted { color: var(--ink-2); }
.tag-ex { display: inline-block; font-size: 12px; color: var(--ink-3); border: 1px dashed rgba(38,38,51,0.2); border-radius: var(--pill); padding: 2px 9px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: var(--pill); font-size: 16px; font-weight: 500; letter-spacing: -0.01em; border: 1px solid transparent; cursor: pointer; white-space: nowrap; transition: transform 300ms var(--ease), box-shadow 300ms var(--ease), background 200ms; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--ink); color: #fff; box-shadow: 0 1px 1px rgba(0,0,0,0.08), 0 8px 22px rgba(38,38,51,0.2); }
.btn-accent { background: var(--accent); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 10px 24px rgba(74,144,255,0.35); }
.btn-ghost { background: rgba(255,255,255,0.5); color: var(--ink); border-color: rgba(38,38,51,0.16); }
.btn-ghost:hover { background: #fff; }
.btn-light { background: #fff; color: var(--night); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,0.3); }
.btn-outline-light:hover { background: rgba(255,255,255,0.08); }
.btn-sm { padding: 9px 16px; font-size: 14px; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); background: rgba(250,249,245,0.82); border-bottom: 1px solid var(--hair); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 500; letter-spacing: 0.04em; }
.brand img { width: 30px; height: 30px; border-radius: 7px; box-shadow: 0 6px 14px rgba(74,144,255,0.18); }
.brand small { font-size: 13px; font-weight: 400; letter-spacing: 0; color: var(--ink-2); padding-left: 10px; border-left: 1px solid var(--line); }
.nav { display: flex; gap: 26px; }
.nav a { font-size: 14px; color: var(--ink-2); }
.nav a:hover { color: var(--ink); }
.header-right { display: flex; align-items: center; gap: 16px; }
.lang-switch { font-size: 13px; color: var(--ink-2); }
@media (max-width: 1060px) { .nav { display: none; } }
@media (max-width: 420px) { .brand small { display: none; } .header-right { gap: 12px; } }

/* sections and rhythm */
section { position: relative; padding: 112px 0; }
@media (max-width: 720px) { section { padding: 76px 0; } }
.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head h2 { margin-bottom: 16px; }
.tint { background: var(--bg-2); }
.dark { background: var(--night); color: #fff; overflow: hidden; }
.dark h2, .dark h3 { color: #fff; }
.dark .lead, .dark .muted { color: rgba(255,255,255,0.66); }
.dark .eyebrow { color: rgba(255,255,255,0.7); }
.dark::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(600px 380px at 12% 0%, rgba(74,144,255,0.22), transparent 70%), radial-gradient(520px 360px at 92% 100%, rgba(242,139,160,0.14), transparent 70%); }
.dark .wrap { position: relative; }

/* reveal on scroll (класс .in ставит business.js) */
.rv { opacity: 0; transform: translateY(16px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.rv.in { opacity: 1; transform: none; }

/* ---------- hero ---------- */
.hero { padding: 64px 0 96px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(560px 460px at 6% 0%, rgba(74,144,255,0.18), transparent 70%), radial-gradient(480px 400px at 98% 20%, rgba(242,139,160,0.16), transparent 70%), radial-gradient(420px 320px at 70% 100%, rgba(153,230,209,0.2), transparent 70%); }
.hero .wrap { position: relative; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 1020px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; } .hero { padding: 48px 0 72px; } }
.hero .eyebrow { margin-bottom: 20px; }
.hero-sub { margin-top: 24px; font-size: 19px; line-height: 1.5; color: var(--ink-2); max-width: 560px; }
.hero-cta { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-note { margin-top: 18px; font-size: 14px; color: var(--ink-3); max-width: 520px; }
@media (max-width: 480px) { .hero-cta .btn { width: 100%; } }

/* живая иллюстрация: фрагмент звонка с пометками SOND на полях, как ручкой тренера.
   Пометка = .pen, НЕ .n: .n уже занят числовыми ячейками таблицы цен (.prices .n) */
.stage-demo { position: relative; }
.lane { position: relative; height: 14px; border-radius: 7px; background: rgba(38,38,51,0.05); overflow: hidden; }
.lane b { position: absolute; top: 2px; bottom: 2px; border-radius: 5px; transform-origin: left; animation: grow 900ms var(--ease) both; }
.lane.a b { background: linear-gradient(90deg, var(--a), var(--accent-soft)); }
.lane.b b { background: linear-gradient(90deg, var(--b), var(--red-soft)); }
@keyframes grow { from { transform: scaleX(0); } }
@keyframes blink { 50% { opacity: 0.35; } }
.lane .mark { position: absolute; top: -3px; bottom: -3px; width: 2px; background: var(--red); border-radius: 1px; }
.annot { background: #fff; border: 1px solid var(--hair); border-radius: 28px; box-shadow: var(--shadow-up); padding: 22px 24px 0; overflow: hidden; }
.annot-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 13px; color: var(--ink-2); }
.annot-top .rec { display: inline-flex; align-items: center; gap: 8px; }
.annot-top .rec i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); animation: blink 1.6s ease-in-out infinite; }
.annot-src { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--red); }
.lanes-mini { display: grid; gap: 5px; margin: 14px 0 8px; }
.lanes-mini .lane { height: 8px; border-radius: 4px; }
.lanes-mini .lane b { top: 1px; bottom: 1px; border-radius: 3px; }
.lines { list-style: none; margin: 0; padding: 0; }
.ln { display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding: 13px 0; border-top: 1px solid var(--hair); }
.ln .t { font: 12px/1.9 var(--mono); color: var(--ink-3); }
.ln p { font-size: 15px; line-height: 1.45; padding-left: 12px; border-left: 2px solid var(--b); }
.ln.m p { border-left-color: var(--a); }
.pen { display: block; margin: 6px 0 0 12px; font-family: var(--serif); font-style: italic; font-size: 16px; line-height: 1.3; }
.pen::before { content: "↳ "; font-style: normal; }
.pen.blue { color: var(--accent-ink); }
.pen.amber { color: #A86A12; }
.ln.fail { margin: 0 -24px; padding: 14px 24px; background: linear-gradient(90deg, var(--red-tint), rgba(255,71,87,0) 85%); }
.ln.fail p { border-left-color: var(--red); font-weight: 500; }
.stamp { display: inline-block; margin: 9px 0 0 12px; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--red); border: 1.5px solid var(--red); border-radius: 6px; padding: 3px 8px; transform: rotate(-2deg); }
.ln.say p { border-left-color: var(--green); font-family: var(--serif); font-size: 16.5px; line-height: 1.4; }
.ln.say .t { font: 500 12px/1.9 var(--sans); color: var(--green); }
.annot-foot { display: flex; align-items: center; gap: 10px; margin: 4px -24px 0; padding: 13px 24px; background: var(--bg-2); font-size: 13px; color: var(--ink-2); }
.annot-foot svg { width: 18px; height: 18px; color: var(--green); flex: none; }
.annot-foot b { color: var(--ink); font-weight: 500; }
/* реплики появляются по очереди, пометки дописываются следом */
.stage-demo.go .ln { animation: pop 600ms var(--ease) both; }
.stage-demo.go .ln:nth-child(2) { animation-delay: 140ms; }
.stage-demo.go .ln:nth-child(3) { animation-delay: 280ms; }
.stage-demo.go .ln:nth-child(4) { animation-delay: 420ms; }
.stage-demo.go .ln:nth-child(5) { animation-delay: 560ms; }
.stage-demo.go .pen { animation: pen 700ms var(--ease) both; animation-delay: 900ms; }
.stage-demo.go .ln:nth-child(2) .pen { animation-delay: 1050ms; }
.stage-demo.go .ln:nth-child(3) .pen { animation-delay: 1200ms; }
.stage-demo.go .stamp { animation: stamp 500ms var(--ease) both; animation-delay: 1500ms; }
@keyframes pop { from { opacity: 0; transform: translateY(8px); } }
@keyframes pen { from { opacity: 0; transform: translateX(-8px); } }
@keyframes stamp { from { opacity: 0; transform: rotate(-2deg) scale(1.5); } to { opacity: 1; transform: rotate(-2deg); } }
@media (max-width: 420px) {
  .annot { padding: 18px 16px 0; border-radius: 22px; }
  .ln { grid-template-columns: 46px 1fr; gap: 6px; }
  .ln.say .t { font-size: 11px; }
  .ln.fail { margin: 0 -16px; padding: 14px 16px; }
  .annot-foot { margin: 4px -16px 0; padding: 12px 16px; }
}

/* ---------- полоса доказательств под первым экраном ---------- */
.proof { padding: 0; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.pf { padding: 32px 24px 34px; border-left: 1px solid var(--line); }
.pf:first-child { border-left: 0; padding-left: 0; }
.pf b { display: block; font-size: clamp(44px, 5vw, 64px); font-weight: 200; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.pf b span { font-size: 0.42em; color: var(--ink-3); letter-spacing: -0.01em; }
.pf p { margin-top: 10px; font-size: 14.5px; color: var(--ink-2); max-width: 230px; }
@media (max-width: 860px) {
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .pf:nth-child(3) { border-left: 0; padding-left: 0; }
  .pf:nth-child(n+3) { border-top: 1px solid var(--line); }
}
@media (max-width: 420px) { .pf { padding: 24px 0 26px 14px; } .pf:nth-child(odd) { padding-left: 0; } }

/* ---------- раскрывашки с кодом ---------- */
.json-toggle { margin-top: 28px; }
.json-toggle summary { cursor: pointer; display: inline-flex; font-size: 14px; color: var(--accent-ink); padding: 8px 14px; border-radius: var(--pill); background: var(--accent-tint); list-style: none; }
.json-toggle summary::-webkit-details-marker { display: none; }
.json-toggle[open] summary { margin-bottom: 16px; }

/* ---------- один звонок, два разбора ---------- */
.listen { background: #fff; border: 1px solid var(--hair); border-radius: var(--r); box-shadow: var(--shadow); padding: 20px 22px; margin-bottom: 24px; display: grid; gap: 14px; }
.listen-top { display: flex; gap: 14px; align-items: center; }
.listen-ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-tint); flex: none; }
.listen-ic svg { width: 22px; height: 22px; color: var(--accent); }
.listen-meta b { display: block; font-weight: 500; }
.listen-meta span { font-size: 14px; color: var(--ink-2); }
.listen audio { width: 100%; height: 40px; }
.dialog-toggle summary { cursor: pointer; display: inline-flex; font-size: 14px; color: var(--accent-ink); padding: 8px 14px; border-radius: var(--pill); background: var(--accent-tint); list-style: none; }
.dialog-toggle summary::-webkit-details-marker { display: none; }
.dialog { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 8px; max-height: 440px; overflow: auto; }
.dialog li { font-size: 15px; line-height: 1.5; padding: 10px 14px; border-radius: 14px; max-width: 86%; }
.dialog li b { display: block; font-size: 12px; font-weight: 500; color: var(--ink-3); margin-bottom: 2px; }
.dialog .m { background: var(--accent-tint); }
.dialog .c { background: rgba(242,139,160,0.12); justify-self: end; }
.dialog .hl { background: var(--red-tint); box-shadow: inset 0 0 0 1.5px var(--red); }
@media (max-width: 560px) { .dialog li { max-width: 100%; } }

.levels { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 20px; align-items: start; }
@media (max-width: 960px) { .levels { grid-template-columns: 1fr; } }
/* оценка остаётся перед глазами, пока читаешь разбор справа */
@media (min-width: 961px) { .level.l1 { position: sticky; top: 88px; } }
.level { background: #fff; border: 1px solid var(--hair); border-radius: var(--r); box-shadow: var(--shadow); padding: 26px; }
.level.l1 { background: rgba(255,255,255,0.55); box-shadow: none; }
.level.l2 { border-color: rgba(74,144,255,0.35); box-shadow: 0 0 0 4px var(--accent-tint), var(--shadow-up); }
@media (max-width: 420px) { .level { padding: 20px 16px; } }
.level-head { margin-bottom: 18px; }
.lv { display: inline-block; font-size: 12px; font-weight: 500; padding: 3px 10px; border-radius: var(--pill); background: rgba(38,38,51,0.07); color: var(--ink-2); margin-bottom: 10px; }
.l2 .lv { background: var(--accent); color: #fff; }
.level-head h3 { font-size: 22px; font-weight: 400; }
.level-head p { font-size: 14.5px; color: var(--ink-2); margin-top: 4px; }
.l-rows { display: grid; gap: 12px; }
.l-row { display: grid; grid-template-columns: 1fr auto auto; gap: 2px 12px; align-items: center; font-size: 15px; }
.l-row .st { font-weight: 500; }
.l-row p { grid-column: 1 / -1; font-size: 13.5px; color: var(--ink-2); }
.l-total { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 4px 12px; align-items: baseline; }
.l-total b { font-size: 20px; font-weight: 400; }
.l-total span { font-size: 14px; color: var(--red); }
.l-stat { margin-top: 8px; font-size: 14px; color: var(--ink-2); }
.l-verdict { margin-top: 16px; padding: 12px 14px; border-radius: 14px; background: var(--bg-2); font-size: 14.5px; color: var(--ink-2); }
.d-item { padding: 14px 0; border-top: 1px solid var(--hair); }
.level-head + .d-item { border-top: 0; padding-top: 0; }
.d-item h4 { margin: 0 0 6px; font-size: 13px; font-weight: 500; color: var(--accent-ink); }
.d-item p { font-size: 15.5px; line-height: 1.55; }
.d-item q { display: block; font-size: 17px; font-weight: 500; line-height: 1.35; margin-bottom: 6px; quotes: "«" "»"; }
.phrases { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.phrases li { position: relative; font-size: 15px; padding: 10px 14px 10px 32px; border-radius: 12px; background: var(--green-tint); }
.phrases li::before { content: ""; position: absolute; left: 14px; top: 18px; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.d-item.next { margin-top: 6px; padding: 16px 18px; border: 0; border-radius: 16px; background: var(--night); }
.d-item.next h4 { color: var(--mint); }
.d-item.next p { color: rgba(255,255,255,0.86); }
/* полоски баллов 1-5 (уровень 1) */
.bar5 { display: flex; gap: 3px; }
.bar5 i { width: 16px; height: 6px; border-radius: 3px; background: rgba(38,38,51,0.1); }
.bar5.lo i.on { background: var(--red); }
.bar5.mid i.on { background: #E8A13A; }
.bar5.hi i.on { background: var(--green); }
.num { font-size: 18px; font-weight: 300; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.num span { font-size: 12px; color: var(--ink-3); }
/* уровень 1 выглядит как бледный чек: всё верно, но ничего не объясняет */
.level.l1 { background: transparent; border: 1px dashed rgba(38,38,51,0.22); box-shadow: none; }
.l1 .level-head h3 { color: var(--ink-2); }
.l1 .bar5 i.on { background: var(--ink-3); }
.l1 .num { font-family: var(--mono); font-size: 15px; }
/* уровень 2: пронумерованные находки, цитаты голосом тренера */
.l2 { counter-reset: finding; }
.l2 .level-head h3 { font-size: 28px; font-weight: 300; letter-spacing: -0.02em; }
.d-item h4::before { counter-increment: finding; content: counter(finding, decimal-leading-zero); font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 15px; color: var(--ink-3); margin-right: 10px; }
.d-item.next h4::before { color: rgba(255,255,255,0.45); }
.d-item q { font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.3; }
.phrases li { font-family: var(--serif); font-size: 16px; }
.depth-foot { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 28px; padding: 20px 24px; border-radius: 20px; background: #fff; border: 1px solid var(--hair); box-shadow: var(--shadow); }
.depth-foot p { max-width: 720px; font-size: 15.5px; color: var(--ink-2); }
.depth-foot b { color: var(--ink); font-weight: 500; }
@media (max-width: 480px) { .depth-foot { padding: 18px 16px; } .depth-foot .btn { width: 100%; } }

/* ---------- кому: нумерованный список вместо сетки карточек ---------- */
.section-head.split { max-width: none; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 20px 64px; align-items: end; }
.section-head.split h2 { margin-bottom: 0; }
.section-head.split .lead { margin-bottom: 6px; }
@media (max-width: 860px) { .section-head.split { grid-template-columns: 1fr; } }
.who-list { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid var(--line); }
.who-list li { display: grid; grid-template-columns: 72px 1fr 1.25fr; gap: 10px 40px; align-items: baseline; padding: 30px 0; border-top: 1px solid var(--line); }
.wn { font-family: var(--serif); font-style: italic; font-size: 26px; line-height: 1; color: var(--accent); }
.who-list h3 { font-size: 24px; font-weight: 400; letter-spacing: -0.02em; }
.who-list p { font-size: 16px; color: var(--ink-2); }
@media (max-width: 860px) { .who-list li { grid-template-columns: 44px 1fr; padding: 24px 0; } .who-list p { grid-column: 2; } .who-list h3 { font-size: 21px; } }

/* ---------- как подключить: одна панель на четыре способа ---------- */
.ways { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--hair); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.way { padding: 26px 24px 28px; border-left: 1px solid var(--hair); }
.way:first-child { border-left: 0; }
.way code { display: inline-block; font: 12.5px var(--mono); color: var(--accent-ink); background: var(--accent-tint); padding: 3px 9px; border-radius: 8px; margin-bottom: 18px; }
.way h3 { margin-bottom: 8px; }
.way p { font-size: 14.5px; color: var(--ink-2); }
@media (max-width: 1020px) { .ways { grid-template-columns: 1fr 1fr; } .way:nth-child(3) { border-left: 0; } .way:nth-child(n+3) { border-top: 1px solid var(--hair); } }
@media (max-width: 560px) { .ways { grid-template-columns: 1fr; } .way { border-left: 0; } .way + .way { border-top: 1px solid var(--hair); } }
.soon { margin: 16px 0 40px; display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; border-radius: 18px; border: 1px dashed rgba(38,38,51,0.2); }
.soon-badge { flex: none; font-size: 12px; font-weight: 500; padding: 4px 10px; border-radius: var(--pill); background: rgba(232,161,58,0.14); color: #A86A12; white-space: nowrap; }
.soon b { font-weight: 500; }
.soon p { font-size: 14.5px; color: var(--ink-2); margin-top: 2px; }
@media (max-width: 480px) { .soon { flex-direction: column; gap: 10px; } }

/* ---------- SOND внутри продукта ---------- */
.embed { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
@media (max-width: 960px) { .embed { grid-template-columns: 1fr; gap: 40px; } }
.facts { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 14px; }
.facts li { padding-left: 24px; position: relative; font-size: 16px; color: rgba(255,255,255,0.72); }
.facts li::before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }
.facts b { color: #fff; font-weight: 500; }
.window { border-radius: 18px; background: var(--night-2); border: 1px solid var(--night-line); box-shadow: 0 40px 100px rgba(0,0,0,0.45); overflow: hidden; }
.win-bar { display: flex; gap: 6px; align-items: center; padding: 12px 14px; border-bottom: 1px solid var(--night-line); font-size: 12px; color: rgba(255,255,255,0.45); }
.win-bar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.14); }
.win-bar span { margin-left: 10px; }
.win-body { display: grid; grid-template-columns: 150px 1fr; min-height: 300px; }
.win-side { border-right: 1px solid var(--night-line); padding: 14px; display: grid; gap: 8px; align-content: start; }
.win-side span { height: 10px; border-radius: 5px; background: rgba(255,255,255,0.08); }
.win-side span:nth-child(2) { width: 70%; } .win-side span:nth-child(3) { width: 85%; }
.win-main { padding: 18px; display: grid; gap: 12px; align-content: start; }
.win-main .ghost { height: 12px; border-radius: 6px; background: rgba(255,255,255,0.07); }
.module { border-radius: 14px; padding: 16px; background: rgba(74,144,255,0.1); border: 1px solid rgba(153,204,255,0.35); box-shadow: 0 0 40px rgba(74,144,255,0.18); }
.module-top { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 12px; gap: 8px; }
.powered { font-size: 11px; color: var(--accent-soft); border: 1px solid rgba(153,204,255,0.4); border-radius: var(--pill); padding: 2px 8px; white-space: nowrap; }
.module .line { display: flex; gap: 10px; align-items: center; font-size: 14px; color: #fff; padding: 6px 0; }
.module .line i { width: 8px; height: 8px; border-radius: 50%; flex: none; }
@media (max-width: 520px) { .win-body { grid-template-columns: 1fr; } .win-side { display: none; } }

/* ---------- жизненный цикл данных ---------- */
.life { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 48px; }
.life::before { content: ""; position: absolute; top: 15px; left: 12.5%; right: 12.5%; height: 4px; border-radius: 2px; background: linear-gradient(90deg, var(--accent) 0 33%, var(--green) 33% 66%, rgba(38,38,51,0.15) 66% 100%); }
.life-step { position: relative; text-align: center; padding: 0 10px; }
.life-dot { width: 34px; height: 34px; margin: 0 auto 14px; border-radius: 50%; background: #fff; border: 3px solid var(--accent); display: grid; place-items: center; }
.life-dot svg { width: 16px; height: 16px; color: var(--accent); }
.life-step.g .life-dot { border-color: var(--green); } .life-step.g .life-dot svg { color: var(--green); }
.life-step.x .life-dot { border-color: var(--ink-3); } .life-step.x .life-dot svg { color: var(--ink-3); }
.life-step b { display: block; font-size: 15px; font-weight: 500; margin-bottom: 4px; }
.life-step span { font-size: 13.5px; color: var(--ink-2); }
.data-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 40px; border-top: 1px solid var(--line); }
.data-item { padding: 22px 0; border-bottom: 1px solid var(--line); }
.data-item h3 { font-size: 16px; margin-bottom: 4px; }
.data-item p { font-size: 15px; color: var(--ink-2); }
@media (max-width: 860px) {
  .life { grid-template-columns: 1fr; gap: 22px; }
  .life::before { top: 17px; bottom: 17px; left: 15px; right: auto; width: 4px; height: auto; background: linear-gradient(180deg, var(--accent) 0 33%, var(--green) 33% 66%, rgba(38,38,51,0.15) 66% 100%); }
  .life-step { text-align: left; padding: 0 0 0 52px; }
  .life-dot { position: absolute; left: 0; top: -4px; margin: 0; }
  .data-grid { grid-template-columns: 1fr; }
}

/* ---------- подключение: код и форматы ---------- */
.dev-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: start; }
@media (max-width: 900px) { .dev-grid { grid-template-columns: 1fr; } }
.code { background: #0F0F15; color: #E6E6EE; border: 1px solid var(--night-line); border-radius: 18px; padding: 22px 24px; font: 13.5px/1.7 var(--mono); overflow-x: auto; margin: 0; }
.panel .code, .json-toggle .code { background: var(--night); }
.code .c { color: #8A8AA0; } .code .k { color: #9CC4FF; } .code .s { color: #B8E6D3; }
.formats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.formats span { font: 12.5px var(--mono); padding: 4px 10px; border-radius: var(--pill); background: var(--accent-tint); color: var(--accent-ink); }

/* ---------- цены и калькулятор ---------- */
.calc { background: #fff; border: 1px solid var(--hair); border-radius: 28px; box-shadow: var(--shadow-up); padding: 32px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; margin-bottom: 28px; position: relative; overflow: hidden; }
.calc::before { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(74,144,255,0.16), transparent 70%); pointer-events: none; }
.calc label { display: block; font-size: 15px; color: var(--ink-2); margin-bottom: 8px; }
.calc-vol { font-size: clamp(40px, 5vw, 56px); font-weight: 200; letter-spacing: -0.03em; line-height: 1; margin-bottom: 18px; font-variant-numeric: tabular-nums; }
.calc-vol small { font-size: 18px; color: var(--ink-2); letter-spacing: 0; }
.calc-sel { width: 100%; font: inherit; font-size: 15px; padding: 11px 14px; border-radius: 12px; border: 1px solid rgba(38,38,51,0.16); background: #fff; color: var(--ink); }
input[type="range"] { width: 100%; accent-color: var(--accent); height: 28px; cursor: pointer; }
.calc-scale { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-3); margin-top: 4px; }
.calc-out { position: relative; border-radius: 20px; padding: 24px; background: var(--night); color: #fff; }
.calc-out .plan { font-size: 14px; color: var(--accent-soft); margin-bottom: 6px; }
.calc-out .sum { font-size: clamp(34px, 4vw, 46px); font-weight: 200; letter-spacing: -0.02em; line-height: 1.05; font-variant-numeric: tabular-nums; }
.calc-out .per { margin-top: 8px; font-size: 15px; color: rgba(255,255,255,0.7); }
.calc-out .hint { margin-top: 16px; font-size: 13.5px; color: rgba(255,255,255,0.55); }
@media (max-width: 860px) { .calc { grid-template-columns: 1fr; padding: 24px 20px; gap: 28px; } }
.price-wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 20px; }
@media (max-width: 960px) { .price-wrap { grid-template-columns: 1fr; } }
.price-card { background: #fff; border: 1px solid var(--hair); border-radius: var(--r); box-shadow: var(--shadow); padding: 26px; }
.price-card h3 { margin-bottom: 2px; }
.price-card .sub { font-size: 14px; color: var(--ink-2); margin-bottom: 16px; }
table.prices { width: 100%; border-collapse: collapse; font-size: 15px; }
.prices th { text-align: left; font-weight: 400; font-size: 13px; color: var(--ink-3); padding: 0 0 10px; }
.prices td { padding: 13px 0; border-top: 1px solid var(--hair); transition: background 200ms; }
.prices td:first-child { font-weight: 500; }
.prices .n { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.prices .big { font-size: 19px; font-weight: 300; }
.prices tr.hl td { background: var(--accent-tint); }
.prices tr.hl td:first-child { box-shadow: inset 3px 0 0 var(--accent); padding-left: 10px; }
.services { display: grid; gap: 14px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--hair); }
.svc { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; align-content: start; }
.svc b { font-weight: 500; }
.svc .p { font-size: 18px; font-weight: 300; white-space: nowrap; }
.svc p { grid-column: 1 / -1; font-size: 14px; color: var(--ink-2); }
/* услуги отдельной полосой: иначе карточка договора вдвое выше карточки пакетов */
.svc-wrap { margin-top: 20px; background: #fff; border: 1px solid var(--hair); border-radius: var(--r); box-shadow: var(--shadow); padding: 26px; }
.svc-wrap .services { grid-template-columns: 1fr 1fr; gap: 20px 48px; margin-top: 0; padding-top: 0; border-top: 0; }
@media (max-width: 760px) { .svc-wrap .services { grid-template-columns: 1fr; } .svc-wrap { padding: 20px 16px; } }
.pay { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pay div { padding: 18px 20px; border-radius: 18px; border: 1px dashed rgba(38,38,51,0.18); font-size: 15px; color: var(--ink-2); }
.pay b { display: block; color: var(--ink); font-weight: 500; margin-bottom: 4px; }
.price-notes { margin-top: 18px; font-size: 14px; color: var(--ink-3); }
@media (max-width: 700px) { .pay { grid-template-columns: 1fr; } }
@media (max-width: 420px) { .price-card { padding: 20px 16px; } .prices { font-size: 14px; } .prices .big { font-size: 17px; } }

/* ---------- faq ---------- */
.faq { max-width: 840px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; font-size: 18px; font-weight: 500; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 16px; font-size: 26px; font-weight: 200; color: var(--ink-3); transition: transform 200ms; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 20px; color: var(--ink-2); font-size: 16px; max-width: 720px; }
.faq code { font: 13px var(--mono); background: var(--accent-tint); color: var(--accent-ink); padding: 1px 6px; border-radius: 6px; word-break: break-word; }

/* ---------- final + footer ---------- */
.final { padding: 128px 0; }
.final h2 { max-width: 780px; }
.final p { margin-top: 20px; font-size: 18px; color: rgba(255,255,255,0.7); max-width: 600px; }
.final .hero-cta { margin-top: 36px; }
.final .mail { margin-top: 22px; font-size: 14px; color: rgba(255,255,255,0.55); }
.final .mail a { color: #fff; border-bottom: 1px solid rgba(255,255,255,0.3); }
@media (max-width: 480px) { .final .hero-cta .btn { width: 100%; } }
footer { padding: 40px 0 56px; border-top: 1px solid var(--hair); color: var(--ink-2); font-size: 13px; }
footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.footer-links a:hover, .footer-links a[aria-current] { color: var(--ink); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rv { opacity: 1; transform: none; }
}
