/* Лендинг — светлая тема, тонкие линии, один акцент.
   Дизайн-язык совпадает с BOS: hairline-границы, монохром + синий акцент. */

:root {
  /* Палитра снята с euaiact.com: белый холст, глубокий сине-чернильный текст,
     насыщенный сине-фиолетовый акцент и очень светлые линии. */
  --bg: #ffffff;
  --bg-soft: #f7f8fb;
  --bg-tint: #f3f2fe;
  --line: #edeff4;
  --line-soft: #f4f5f9;
  --ink: #141e41;
  --ink-2: #3a4566;
  --muted: #5d6787;
  --accent: #5b42e4;
  --accent-ink: #4433c4;
  --accent-soft: rgba(91, 66, 228, .06);
  --good: #17724a;
  --warn: #8a5a10;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(20, 30, 65, .04), 0 10px 30px rgba(20, 30, 65, .06);
  --shadow-hi: 0 2px 6px rgba(91, 66, 228, .10), 0 18px 40px rgba(91, 66, 228, .14);
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.01em;
}

h1, h2, h3, h4 { margin: 0; font-weight: 550; letter-spacing: -0.03em; line-height: 1.12;
  text-wrap: balance; }
h1 { font-size: clamp(36px, 6vw, 64px); font-weight: 500; }
h2 { font-size: clamp(26px, 4vw, 40px); }
h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.02em; }
p { margin: 0; }
a { color: inherit; }

.tnum { font-variant-numeric: tabular-nums; }

/* ---------- каркас ---------- */

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.wrap--narrow { max-width: 820px; }

.section { padding: 80px 0; border-top: 1px solid var(--line); }
.section--soft { background: var(--bg-soft); }
.section--flush { border-top: 0; }

.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}

.lead { font-size: 18px; color: var(--ink-2); max-width: 62ch; }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.tiny { font-size: 13px; }

.stack > * + * { margin-top: 16px; }
.stack-lg > * + * { margin-top: 32px; }

/* ---------- шапка ---------- */

.topbar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.topbar__in { display: flex; align-items: center; gap: 20px; height: 60px; }
.brand { display: flex; align-items: center; gap: 9px; font-weight: 600; letter-spacing: -.03em; font-size: 18px; text-decoration: none; }
.brand__mark { width: 22px; height: 22px; display: block; }
.topbar__nav { display: flex; gap: 22px; margin-left: auto; font-size: 14px; color: var(--ink-2); }
.topbar__nav a { text-decoration: none; }
.topbar__nav a:hover { color: var(--accent); }
/* Вход в платформу: заметная ссылка в шапке, остаётся видимой и на телефоне,
   где основная навигация скрывается. */
.topbar__login {
  margin-left: 18px; padding: 7px 14px; border: 1px solid var(--accent); border-radius: 8px;
  color: var(--accent); text-decoration: none; font-size: 14px; font-weight: 600; white-space: nowrap;
}
.topbar__login:hover { background: var(--accent); color: #fff; }
@media (max-width: 720px) { .topbar__login { margin-left: auto; } }   /* тот же порог, где скрывается nav */


.langsw { display: inline-flex; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.langsw button {
  appearance: none; border: 0; background: transparent; padding: 5px 10px;
  font: inherit; font-size: 13px; color: var(--muted); cursor: pointer;
}
.langsw button[aria-pressed="true"] { background: var(--accent); color: #fff; }

/* ---------- кнопки ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 42px; padding: 0 18px; border-radius: 9px; border: 1px solid var(--accent);
  background: var(--accent); color: #fff; font: inherit; font-size: 15px; font-weight: 500;
  text-decoration: none; cursor: pointer; transition: background .15s, border-color .15s, color .15s;
}
.btn:hover { background: var(--accent-ink); border-color: var(--accent-ink); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { background: var(--bg-soft); color: var(--ink); border-color: #d8d8de; }
.btn--sm { height: 34px; padding: 0 12px; font-size: 14px; border-radius: 8px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ---------- герой ---------- */

/* Первый экран — тёмная градиентная подложка во всю ширину, содержимое по центру.
   Приём взят с euaiact.com: глубокий сине-фиолетовый фон, крупный светлый заголовок. */
.hero-wrap { padding: 28px 0 0; }
.hero {
  position: relative; overflow: hidden;
  padding: 72px 40px 64px; text-align: center;
  border-radius: 28px;
  background: radial-gradient(120% 140% at 12% 0%, #35299c 0%, #241d70 42%, #141e41 100%);
  color: #fff;
}
.hero::after {
  content: ""; position: absolute; inset: auto -10% -60% -10%; height: 60%;
  background: radial-gradient(50% 100% at 50% 0%, rgba(124, 108, 240, .35), transparent 70%);
  pointer-events: none;
}
.hero > * { position: relative; z-index: 1; }
.hero__badge {
  display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin-bottom: 26px; border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08); border-radius: 999px;
  padding: 7px 16px; font-size: 13px; color: rgba(255, 255, 255, .82);
}
.hero__badge b { color: #fff; font-weight: 600; }
.hero h1 { max-width: 22ch; margin: 0 auto; color: #fff; }
.hero__sub { margin: 22px auto 0; font-size: 19px; color: rgba(255, 255, 255, .78); max-width: 68ch; }
.hero__cta { margin-top: 32px; justify-content: center; }
.hero .btn { background: #fff; color: #141e41; border-color: #fff; }
.hero .btn:hover { background: rgba(255, 255, 255, .88); border-color: rgba(255, 255, 255, .88); }
.hero .btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .35); }
.hero .btn--ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.hero__note { margin: 16px auto 0; font-size: 13px; color: rgba(255, 255, 255, .6); max-width: 70ch; }

/* ---------- сетки карточек ---------- */

.grid { display: grid; gap: 20px; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

.card {
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg);
  padding: 22px;
}
.card--tint { background: var(--bg-tint); border-color: #dbe7f0; }
.card__ico { width: 28px; height: 28px; margin-bottom: 14px; color: var(--accent); }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--ink-2); font-size: 15px; }

.steps { counter-reset: s; }
.step { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line-soft); }
.step:first-child { border-top: 0; }
.step__n {
  counter-increment: s; width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--accent); color: var(--accent);
  display: grid; place-items: center; font-size: 13px; font-weight: 600;
}
.step__n::before { content: counter(s); }

.checks { list-style: none; padding: 0; margin: 0; }
.checks li { position: relative; padding-left: 26px; margin-top: 10px; color: var(--ink-2); font-size: 15px; }
.checks li::before {
  content: ""; position: absolute; left: 4px; top: 8px; width: 6px; height: 10px;
  border: solid var(--accent); border-width: 0 2px 2px 0; transform: rotate(40deg);
}

/* ---------- мокап паспорта агента ---------- */

.mock { border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; background: var(--bg); }
.mock__bar { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-bottom: 1px solid var(--line); background: var(--bg-soft); font-size: 13px; color: var(--muted); }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #d9d9df; }
.dot--live { background: #2f9e6b; }
.mock__body { padding: 18px; }
.mock__row { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-top: 1px solid var(--line-soft); font-size: 14px; }
.mock__row:first-child { border-top: 0; }
.mock__row span:first-child { color: var(--muted); }
.mock__row span:last-child { text-align: right; }
.chip {
  display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 12px;
  border: 1px solid var(--line); background: var(--bg-soft); color: var(--ink-2);
}
.chip--ai { border-color: #cfe0ee; background: var(--accent-soft); color: var(--accent-ink); }
.chip--ok { border-color: #cfe8d9; background: #eff8f3; color: var(--good); }

/* ---------- FAQ ---------- */

details.faq { border-bottom: 1px solid var(--line); padding: 16px 0; }
details.faq summary { cursor: pointer; font-weight: 500; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; color: var(--muted); font-weight: 400; }
details.faq[open] summary::after { content: "–"; }
details.faq p { margin-top: 12px; color: var(--ink-2); font-size: 15px; }

/* ---------- подвал ---------- */

.footer { border-top: 1px solid var(--line); padding: 40px 0; color: var(--muted); font-size: 14px; }
.footer__in { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; }

.cta {
  border: 1px solid #dbe7f0; background: var(--bg-tint); border-radius: 14px;
  padding: 40px; text-align: center;
}
.cta h2 { max-width: 24ch; margin: 0 auto 14px; }
.cta .btn-row { justify-content: center; margin-top: 24px; }

/* ---------- схема контура ---------- */

.flow { margin: 0; }
.flow svg { display: block; width: 100%; height: auto; overflow: visible; }
.flow__box rect { fill: var(--bg); stroke: var(--line); stroke-width: 1; }
.flow__box text { font-size: 13px; fill: var(--muted); }
.flow__box .flow__h { font-size: 15px; font-weight: 600; fill: var(--ink); }
.flow__box--accent rect { fill: var(--bg-tint); stroke: #cfe0ee; }
.flow__box--accent .flow__h { fill: var(--accent-ink); }
.flow__arr path { fill: none; stroke: #b9c6d2; stroke-width: 1.4; stroke-linecap: round; }
.flow__loop { font-size: 12px; fill: var(--muted); }

@media (max-width: 720px) {
  .flow { overflow-x: auto; }
  .flow svg { width: 900px; }
}

/* ---------- утилиты ---------- */

.u-mt12 { margin-top: 12px; }
.u-mx-auto { margin-left: auto; margin-right: auto; }

@media (max-width: 720px) {
  .section { padding: 56px 0; }
  .topbar__nav { display: none; }
  .cta { padding: 28px 20px; }
}


/* ---- Технологичность: карточки одной высоты и живая реакция на курсор ---- */
.grid { align-items: stretch; }
.grid > .card { display: flex; flex-direction: column; height: 100%;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.grid > .card:hover, .grid > .card:focus-within {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow: var(--shadow-hi);
}
.grid > .card h3 { display: flex; align-items: center; gap: 8px; }
.grid > .card h3::before {
  content: ""; width: 6px; height: 6px; border-radius: 2px;
  background: var(--accent); flex: none; transform: rotate(45deg);
}
/* ---- Шаги как вертикальные вкладки: слева выбор, справа карточка (приём с asmstrat.com) ---- */
.steptabs { display: grid; grid-template-columns: minmax(240px, 340px) 1fr; gap: 18px;
  align-items: start; }
.steptabs__list { display: flex; flex-direction: column; gap: 8px; }
.steptab { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: center;
  text-align: left; padding: 14px 16px; background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--radius); cursor: pointer; font: inherit; color: var(--ink);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.steptab:hover { border-color: var(--accent); }
.steptab__n { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center;
  background: var(--accent-soft); color: var(--accent); font-size: 14px; font-weight: 600;
  font-variant-numeric: tabular-nums; }
.steptab__t { font-weight: 600; font-size: 15px; letter-spacing: -0.02em; }
.steptab.is-on { border-color: var(--accent); background: var(--accent-soft);
  box-shadow: var(--shadow-hi); }
.steptab.is-on .steptab__n { background: var(--accent); color: #fff; }
.steppanel { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow); min-height: 220px; }
.steppanel__eyebrow { font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--accent); font-weight: 600; }
.steppanel__t { font-size: 22px; font-weight: 600; letter-spacing: -0.025em; margin-top: 8px; }
.steppanel__d { margin-top: 12px; color: var(--ink-2); line-height: 1.65; }
@media (max-width: 860px) {
  .steptabs { grid-template-columns: 1fr; }
  .steppanel { min-height: 0; }
}

/* ---- Форма заявки: заявка уходит прямо в CRM ---- */
.leadform { display: flex; flex-direction: column; gap: 12px; max-width: 620px; margin: 0 auto;
  text-align: left; }
.leadform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.leadform input, .leadform textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px;
  background: var(--bg); color: var(--ink); font: inherit; font-size: 15px;
}
.leadform input:focus, .leadform textarea:focus { outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft); }
.leadform textarea { resize: vertical; }
.leadform__trap { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.leadform__note { margin-top: 2px; }
.leadform__msg { margin-top: 4px; font-size: 14px; }
.leadform__msg--ok { color: var(--good); }
.leadform__msg--err { color: #b3261e; }
@media (max-width: 620px) { .leadform__row { grid-template-columns: 1fr; } }

/* В сетке расстояния задаёт gap. Класс .stack-lg на самой сетке добавлял детям margin-top,
   из-за чего вторая и третья карточки съезжали вниз относительно первой. */
.grid.stack > * + *, .grid.stack-lg > * + * { margin-top: 0; }


/* ---- Типографическая вычитка: воздух между заголовком секции и карточками ---- */
.section .eyebrow + h2 { margin-top: 6px; }
.section h2 + .grid, .section h2 + .stack-lg, .section .lead + .grid { margin-top: 34px; }
.section .grid { margin-top: 34px; }
.section > .wrap > .eyebrow { margin-bottom: 12px; }
/* заголовок и лид секции — по центру, содержимое карточек остаётся слева для читаемости */
.section > .wrap > h2, .section > .wrap > .eyebrow, .section > .wrap > .lead { text-align: center; }
.section > .wrap > .lead { margin-left: auto; margin-right: auto; }
.section > .wrap > h2 { max-width: 24ch; margin-left: auto; margin-right: auto; }
@media (max-width: 720px) {
  .hero { padding: 52px 20px 44px; border-radius: 20px; }
  .hero-wrap { padding-top: 14px; }
  /* .hero::after — декоративная подсветка с inset -10%/-10% — не рисуется за пределами .hero
     (там overflow: hidden), но сама коробка псевдоэлемента всё равно считается в scrollWidth
     родителя и толкала .wrap.hero на 38px шире вьюпорта на 375px (замерено 22.08, ЛЕНД-2).
     На узких экранах убираем горизонтальный вылет, вертикальный (низ) не трогаем. */
  .hero::after { inset: auto 0 -60% 0; }
}

/* ---- Контур из пяти шагов: во всю ширину, с подсветкой ---- */
.flow5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.flow5__item { position: relative; background: var(--bg); border: 1px solid var(--line);
  border-radius: 14px; padding: 18px 16px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.flow5__item:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: var(--shadow-hi); }
.flow5__item--accent { background: var(--accent-soft); border-color: rgba(91, 66, 228, .35); }
.flow5__n { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
  background: var(--accent); color: #fff; font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.flow5__t { font-weight: 600; font-size: 15px; letter-spacing: -.02em; }
.flow5__d { margin-top: 6px; font-size: 13px; line-height: 1.55; color: var(--muted); }
.flow5__loop { grid-column: 1 / -1; margin-top: 4px; text-align: center; font-size: 13px;
  color: var(--muted); }
@media (max-width: 1000px) { .flow5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .flow5 { grid-template-columns: 1fr; } }

/* ---- Две карточки сотрудников рядом ---- */
.mocks { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.mocks .mock { transition: transform .18s ease, box-shadow .18s ease; }
.mocks .mock:hover { transform: translateY(-3px); box-shadow: var(--shadow-hi); }

/* Главный заголовок — во всю ширину подложки, а не колонкой посередине */
.hero h1 { max-width: 26ch; font-size: clamp(38px, 6.4vw, 72px); }
.hero__sub { max-width: 74ch; }
/* заголовки секций тоже пошире: 24ch резали фразы на три строки */
.section > .wrap > h2 { max-width: 30ch; }

/* ---- Заголовки во всю ширину блока ---- */
.hero h1 { max-width: none; }
.hero__sub { max-width: none; }
.section > .wrap > h2 { max-width: none; }
.section > .wrap > .lead { max-width: 90ch; }
/* карточки схемы — одной высоты в ряду */
.flow5 { align-items: stretch; grid-auto-rows: 1fr; }
.flow5__item { display: flex; flex-direction: column; }

/* grid-auto-rows: 1fr растягивал и подпись под схемой на всю высоту ряда — правим точечно:
   одинаковую высоту держат сами карточки, подпись остаётся по содержимому. */
.flow5 { grid-auto-rows: auto; }
.flow5__item { height: 100%; }
.flow5__loop { align-self: center; height: auto; }

/* ---- Первый экран: соразмерная типографика (правки 15.08) ----
   Заголовок в две строки, подзаголовок в три. */
.hero h1 { font-size: clamp(30px, 4.4vw, 50px); line-height: 1.1; }
.hero__sub { font-size: clamp(14px, 1.2vw, 16px); line-height: 1.6; max-width: 108ch; }

/* ---- Бейдж первого экрана: полная формулировка в одну строку ----
   Раньше он ужимался по смыслу и всё равно ломался на три строки, оставляя «·» одну.
   Теперь разделитель приклеен к сегменту через ::after, перенос — только между сегментами. */
.hero__badge {
  display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 0 8px; max-width: 100%; white-space: normal; overflow: visible;
  font-size: clamp(11px, 1.05vw, 13px); line-height: 1.5; padding: 7px 18px;
}
.hero__badge-i { white-space: nowrap; }
.hero__badge-i + .hero__badge-i::before {
  content: "·"; margin-right: 8px; color: rgba(255, 255, 255, .45);
}
/* на телефоне сегменты и так идут по строкам — точка-разделитель в начале строки лишняя */
@media (max-width: 760px) {
  .hero__badge { border-radius: 18px; flex-direction: column; gap: 3px; }
  .hero__badge-i + .hero__badge-i::before { content: none; }
}

/* ---- Блок «Как устроено»: воздух и одинаковая высота колонок ----
   1. Карточки сотрудников были свёрстаны вне .wrap и растягивались во всю ширину экрана.
   2. Отступы между вкладками, карточкой шага и мокапами были на глаз одинаковыми с внутренними. */
.section .steptabs { margin-top: 36px; gap: 22px; align-items: stretch; }
.steptabs__list { gap: 10px; }
.steptab { padding: 15px 18px; }
.steppanel { height: 100%; padding: 28px 30px; display: flex; flex-direction: column; }
.steppanel__d { margin-top: 14px; }
.steppanel__l { list-style: none; margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line);
  display: grid; gap: 10px; }
.steppanel__l li { position: relative; padding-left: 24px; font-size: 14px; color: var(--muted);
  line-height: 1.55; }
.steppanel__l li::before { content: ""; position: absolute; left: 3px; top: 7px; width: 6px; height: 10px;
  border: solid var(--accent); border-width: 0 2px 2px 0; transform: rotate(40deg); }
.howcards { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.howcards .mocks { gap: 20px; }
.howcards__note { margin-top: 16px; text-align: center; }
@media (max-width: 860px) {
  .section .steptabs { gap: 16px; }
  .steppanel { padding: 22px; }
  .howcards { margin-top: 36px; padding-top: 28px; }
}


/* ---- Три карточки штата: два Ai-сотрудника и человек ---- */
.mocks--3 { grid-template-columns: repeat(3, 1fr); }
.mocks--3 .mock__body { padding: 14px 16px; }
.mocks--3 .mock__row { font-size: 13px; padding: 8px 0; gap: 10px; }
@media (max-width: 1000px) { .mocks--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .mocks--3 { grid-template-columns: 1fr; } }

/* ---- Витрина экранов платформы (приём с главной Platrum: показать сам продукт) ---- */
.shots { margin-top: 34px; }
.shots__tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.shottab {
  border: 1px solid var(--line); background: var(--bg); border-radius: 999px;
  padding: 9px 16px; font: inherit; font-size: 14px; font-weight: 500; color: var(--ink-2);
  cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.shottab:hover { border-color: var(--accent); color: var(--ink); }
.shottab.is-on { background: var(--accent); border-color: var(--accent); color: #fff; }
.shot { margin: 24px 0 0; }
.shot__frame {
  border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #0d1020;
  box-shadow: var(--shadow);
}
.shot__bar {
  display: flex; align-items: center; gap: 7px; padding: 10px 14px;
  background: var(--bg-soft); border-bottom: 1px solid var(--line);
}
.shot__addr {
  margin-left: 10px; font-size: 12px; color: var(--muted); font-family: var(--mono);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.shot__img { display: block; width: 100%; height: auto; }
.shot__cap { margin-top: 14px; text-align: center; font-size: 14px; color: var(--muted);
  max-width: 76ch; margin-left: auto; margin-right: auto; }
@media (max-width: 620px) { .shottab { padding: 8px 12px; font-size: 13px; } }

/* ---- Правки 15.08 (вечер) ---- */
/* Заголовок блока проблемы длинный: своя шкала, чтобы лёг в две строки, а не в три */
.section > .wrap > h2.h2--fit { font-size: clamp(23px, 2.55vw, 33px); line-height: 1.15; }

/* Подпись к карточкам штата переехала НАД карточки и стала крупнее */
.howcards__note { margin: 0 auto 22px; text-align: center; font-size: clamp(15px, 1.2vw, 17px);
  color: var(--ink-2); max-width: 86ch; }
