/* Авто-номер38 — общие стили. Дизайн-система K1 (референс от Claude,
   «Авто-номер38-главная.standalone.html», принят владельцем 2026-08-31):
   бренд #1F53F0 + оранжевый CTA, Manrope, светлый фон, тёмный футер.
   Токены в :root, БЭМ (Правила-верстки §2–3). Версия 0.3.0. */

:root {
  --brand: #1F53F0;        /* основной синий */
  --brand-d: #1642C8;      /* тёмный синий (hover/градиенты) */
  --brand-l: #2E63FF;      /* светлый синий (градиенты) */
  --brand-2: #FF6A2C;      /* оранжевый CTA */
  --brand-2d: #E8541A;     /* hover оранжевого */
  --tint: #EAF0FF;         /* заливка синего */
  --tint2: #F4F6FB;        /* фон страницы */
  --ok: #12B76A;  --ok-bg: #E7F8EF;
  --hot-bg: #FFEEE4;
  --ink: #0C1330;          /* текст/тёмный */
  --mut: #5A6478;
  --dim: #98A2B8;
  --line: #E4E8F2;
  --card: #ffffff;
  --flag-b: #0039A6;  --flag-r: #D52B1E;   /* флаг знака: белый-синий-красный */
  --radius: 16px;  --radius-s: 11px;
  --shadow: 0 14px 34px rgba(12, 19, 48, .08);
  --shadow-brand: 0 10px 22px rgba(31, 83, 240, .32);
  --shadow-orange: 0 10px 22px rgba(255, 106, 44, .35);
  --font: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
@font-face {
  font-family: 'Motor4F';
  src: url('/assets/Motor4F.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--tint2); line-height: 1.5; font-size: 15px; }
img, svg { max-width: 100%; }
a { text-decoration: none; color: inherit; }
input, select, button, textarea { font-family: inherit; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
h1, h2, h3 { letter-spacing: -.02em; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 22px; }
.section { padding: 36px 0; }
.section--muted { background: #fff; }
.section--tight { padding-top: 8px; }
.section--inner { padding-top: 0; }
.section--narrow .wrap { max-width: 900px; }
.section--narrow-wrap { max-width: 900px; }
.faq-title { font-size: 28px; font-weight: 800; text-align: center; margin: 0 0 20px; }
.sec-title { font-size: 26px; font-weight: 800; letter-spacing: -.02em; margin: 0 0 18px; }
.info-fold { margin-top: 26px; display: grid; gap: 10px; }
.info-fold h3 { font-size: 20px; font-weight: 800; margin: 0 0 4px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.is-hidden { display: none !important; }

/* ---------- Топ-бар ---------- */
.topbar { background: var(--ink); color: #C7CEDE; font-size: 13px; }
.topbar__in { min-height: 40px; display: flex; align-items: center; gap: 20px; }
.topbar__geo { display: flex; align-items: center; gap: 6px; }
.topbar__geo svg { width: 14px; height: 14px; flex: none; }
.topbar__links { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.topbar__fact { color: #EAF0FF; font-weight: 700; }
.topbar__tg { color: #C7CEDE; }
.topbar__tg:hover { color: #fff; }

/* ---------- Шапка ---------- */
.hdr { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 60; }
.hdr__in { min-height: 74px; display: flex; align-items: center; gap: 22px; }
.logo { display: flex; align-items: center; flex: none; }
.logo__svg { display: block; height: 46px; width: auto; }
.hdr-search { flex: 1; display: flex; max-width: 440px; border: 2px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--tint2); }
.hdr-search input { flex: 1; min-width: 0; border: 0; outline: none; background: transparent; padding: 11px 14px; font-size: 14.5px; color: var(--ink); }
.hdr-search button { border: 0; background: var(--brand); color: #fff; font-weight: 700; font-size: 14px; padding: 11px 18px; cursor: pointer; }
.hdr-search button:hover { background: var(--brand-d); }
.hdr-nav { display: flex; gap: 6px; margin-left: auto; }
.hdr-nav a { padding: 10px 12px; font-weight: 600; font-size: 14.5px; border-radius: 9px; }
.hdr-nav a:hover, .hdr-nav a.is-active { background: var(--tint); color: var(--brand); }
.hdr-cta { background: var(--brand-2); color: #fff; font-weight: 700; font-size: 14px; padding: 12px 20px; border-radius: var(--radius-s);
  box-shadow: var(--shadow-orange); flex: none; }
.hdr-cta:hover { background: var(--brand-2d); }
.burger { display: none; flex-direction: column; gap: 4px; background: none; border: 0; padding: 8px; cursor: pointer; margin-left: auto; }
.burger span { width: 22px; height: 2px; background: var(--ink); display: block; }

/* ---------- Кнопки/бейджи ---------- */
.btn { display: inline-block; font: 700 15px var(--font); text-decoration: none; padding: 13px 26px;
  border-radius: var(--radius-s); cursor: pointer; border: 0; transition: .2s; }
.btn--primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-brand); }
.btn--primary:hover { background: var(--brand-d); }
.btn--dark { background: var(--brand-2); color: #fff; box-shadow: var(--shadow-orange); }
.btn--dark:hover { background: var(--brand-2d); }
.btn--ghost { background: #fff; color: var(--ink); border: 2px solid var(--brand); }
.btn--ghost:hover { background: var(--brand); color: #fff; }
.badge { display: inline-block; background: var(--tint2); border: 1px solid var(--line); padding: 4px 10px; border-radius: 999px;
  font: 600 12px var(--font); color: var(--dim); }
.badge--ok { background: var(--ok-bg); color: var(--ok); border-color: transparent; font-weight: 700; }
.badge--hot { background: var(--hot-bg); color: var(--brand-2d); border-color: transparent; font-weight: 700; }

/* ---------- Hero ---------- */
.hero { background: radial-gradient(120% 130% at 100% 0%, var(--brand-l) 0%, var(--brand) 45%, var(--brand-d) 100%);
  color: #fff; position: relative; overflow: hidden; }
.hero__in { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 44px; align-items: center;
  padding: 52px 22px 46px; position: relative; z-index: 2; }
.hero__badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25); padding: 7px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; }
.hero__title { font-size: clamp(32px, 4vw, 48px); line-height: 1.04; font-weight: 800; letter-spacing: -.025em; margin: 18px 0 12px; }
.hero__sub { font-size: 17px; color: #DCE5FF; max-width: 470px; margin: 0 0 24px; }
.hero-search-card { background: #fff; border-radius: 16px; padding: 16px; box-shadow: 0 24px 50px rgba(8, 14, 40, .28); }
.hero__chips { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 12px; }
.chip { font-size: 13px; font-weight: 600; color: var(--brand); background: var(--tint); padding: 6px 12px; border-radius: 999px; }
.chip:hover { background: var(--brand); color: #fff; }
.hero__checks { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 22px; }
.hero__check { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #DCE5FF; font-weight: 600; }
.hero__check svg { width: 18px; height: 18px; flex: none; }
.hero-featured { display: grid; gap: 14px; }
.feat-card { background: #fff; border-radius: 18px; padding: 22px; box-shadow: 0 24px 55px rgba(8, 14, 40, .3); color: var(--ink); }
.feat-card__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.feat-card__city { color: var(--dim); font-size: 13px; font-weight: 600; }
.feat-card__view { display: flex; justify-content: center; margin: 6px 0 18px; }
.feat-card__row { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 16px; }
.feat-card__meta { font-size: 12px; color: var(--dim); font-weight: 600; }
.feat-card__price { font-size: 24px; font-weight: 800; }
.feat-card__buy { background: var(--brand); color: #fff; font-weight: 700; font-size: 14px; padding: 12px 20px; border-radius: var(--radius-s); }
.feat-card__buy:hover { background: var(--brand-d); }
.feat-note { background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2); border-radius: 14px;
  padding: 14px 18px; display: flex; align-items: center; gap: 12px; }
.feat-note b { font-size: 26px; font-weight: 800; }
.feat-note span { font-size: 13px; color: #DCE5FF; line-height: 1.35; }
.feat-note i { font-style: normal; color: #fff; font-weight: 700; }

/* ---------- Поиск-знак (слоты) ---------- */
.plate-search { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.plate-search__sign { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.pslot-group { display: flex; gap: 6px; }
.pslot { width: 42px; height: 52px; border: 2px solid var(--line); border-radius: 9px; display: grid; place-items: center;
  font-weight: 800; font-size: 22px; color: var(--dim); background: var(--tint2); text-align: center; padding: 0;
  font-family: var(--font); cursor: pointer; appearance: none; -webkit-appearance: none; }
.pslot:hover { border-color: var(--brand); }
.pslot:focus { outline: none; border-color: var(--brand); color: var(--ink); }
.pslot option { font-size: 15px; font-weight: 600; color: var(--ink); }
.pslot--region { width: auto; padding: 0 12px; font-size: 15px; font-weight: 700; color: var(--ink); gap: 6px; }
.plate-search__divider { width: 1px; height: 44px; background: var(--line); margin: 0 2px; flex: none; }
.plate-search__submit { flex: 1; min-width: 130px; height: 52px; border: 0; background: var(--brand); color: #fff;
  font-weight: 700; font-size: 15.5px; border-radius: var(--radius-s); cursor: pointer; box-shadow: var(--shadow-brand); }
.plate-search__submit:hover { background: var(--brand-d); }
.plate-search--compact { gap: 6px; }
.plate-search--compact .pslot { width: 40px; height: 42px; font-size: 19px; border-width: 1.5px; }
.plate-search--compact .pslot--region { height: 42px; font-size: 13.5px; width: auto; min-width: 92px; }
.plate-search__reset { font-size: 13px; font-weight: 700; color: var(--brand); cursor: pointer; padding: 8px 10px; user-select: none; }
.plate-search__reset:hover { text-decoration: underline; }

/* ---------- Знак номера (Motor4F) ---------- */
.plate { display: inline-flex; align-items: stretch; background: #fff; border: 2px solid #111; border-radius: 7px;
  box-shadow: 0 6px 16px rgba(12, 19, 48, .14); font-family: 'Motor4F', Arial, sans-serif; font-weight: 400; overflow: hidden; }
.plate__main { display: flex; align-items: baseline; gap: 5px; padding: 9px 10px 9px 13px; color: #111; line-height: 1; }
.plate__main b { font-size: 26px; font-weight: 400; }
.plate__main .plate__digits { font-size: 34px; letter-spacing: 1px; font-weight: 400; }
.plate__region { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  border-left: 2px solid #111; padding: 6px 9px; min-width: 56px; color: #111; }
.plate__region i { font-style: normal; font-size: 19px; line-height: 1; }
.plate__rus { display: flex; align-items: center; gap: 3px; font-size: 8px; letter-spacing: .4px; font-family: var(--font); font-weight: 700; }
.plate__flag { width: 19px; height: 12px; border-radius: 1px; box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
  background: linear-gradient(#fff 0 33%, var(--flag-b) 33% 66%, var(--flag-r) 66% 100%); }
.plate--big { border-width: 2.5px; border-radius: 9px; box-shadow: 0 12px 26px rgba(12, 19, 48, .2); }
.plate--big .plate__main { gap: 8px; padding: 14px 14px 14px 18px; }
.plate--big .plate__main b { font-size: clamp(24px, 8vw, 40px); }
.plate--big .plate__main .plate__digits { font-size: clamp(32px, 11vw, 52px); letter-spacing: 2px; }
.plate--big .plate__region { padding: 8px 13px; min-width: 74px; gap: 3px; }
.plate--big .plate__region i { font-size: clamp(20px, 6.5vw, 29px); }
.plate--big .plate__rus { font-size: 10px; gap: 4px; }
.plate--big .plate__flag { width: 24px; height: 15px; }

/* ---------- Генератор госномеров ---------- */
.gen-tool { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.gen-controls { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.gen-region { width: 88px; height: 52px; border: 2px solid var(--line); border-radius: 9px; background: var(--tint2);
  font: 700 16px var(--font); color: var(--ink); text-align: center; padding: 0; }
.gen-region:focus { outline: none; border-color: var(--brand); }
.gen-mini { font: 700 13.5px var(--font); color: var(--ink); border: 1.5px solid var(--line); border-radius: var(--radius-s);
  background: #fff; padding: 15px 16px; cursor: pointer; }
.gen-mini:hover { border-color: var(--brand); color: var(--brand); }
.gen-preview { border: 1.5px dashed #C7D2E8; border-radius: 12px; padding: 18px;
  background: conic-gradient(#EEF1F8 25%, #ffffff 0 50%, #EEF1F8 0 75%, #ffffff 0) 0 0 / 26px 26px; }
.gen-preview canvas { display: block; width: 100%; height: auto; }
.gen-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.gen-note { font-size: 12.5px; color: var(--mut); }
.gen-seo p { max-width: 780px; }
.gen-seo a { color: var(--brand); font-weight: 600; }
.steps--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 760px) { .steps--3 { grid-template-columns: 1fr; } }

/* ---------- Траст-плитка ---------- */
.trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 16px; }
.trust__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.trust__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--tint); display: grid; place-items: center; margin-bottom: 13px; }
.trust__icon svg { width: 22px; height: 22px; stroke: var(--brand); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.trust__title { font-weight: 700; font-size: 15.5px; margin-bottom: 4px; }
.trust__sub { font-size: 13.5px; color: var(--mut); }

/* ---------- Категории (плитка-чипы) ---------- */
.sec-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.sec-head h2, .section__head h2 { font-size: 26px; font-weight: 800; letter-spacing: -.02em; margin: 0; }
.sec-more { color: var(--brand); font-weight: 700; font-size: 14px; }
.sec-more:hover { text-decoration: underline; }
.cats-strip { display: grid; grid-template-columns: repeat(auto-fill, minmax(184px, 1fr)); gap: 13px; }
.cat-chip { display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 15px 16px; transition: .2s; }
.cat-chip:hover { border-color: var(--brand); box-shadow: 0 12px 26px rgba(31, 83, 240, .13); transform: translateY(-2px); }
.cat-chip__icon { width: 42px; height: 42px; border-radius: 11px; background: var(--tint); display: grid; place-items: center; flex: none; }
.cat-chip__icon svg { width: 21px; height: 21px; stroke: var(--brand); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.cat-chip__name { font-weight: 700; font-size: 14.5px; display: block; }
.cat-chip__count { font-size: 12.5px; color: var(--dim); }

/* Полная плитка категорий (хаб /kategorii/ + списки) */
.cat-tile { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.cat-tile__item { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; transition: .2s; }
.cat-tile__item:hover { border-color: var(--brand); box-shadow: 0 12px 26px rgba(31, 83, 240, .13); transform: translateY(-2px); }
.cat-tile__art { display: block; margin: -4px -4px 12px; }
.cat-tile__art svg { display: block; width: 100%; height: auto; }
.cat-tile__name { display: block; font-weight: 700; font-size: 16px; margin-bottom: 3px; }
.cat-tile__count { font-size: 13px; color: var(--dim); }
.cat-tile__lead { font-size: 13.5px; color: var(--mut); margin: 8px 0 0; }
.cat-tile--full { grid-column: 1 / -1; }

/* ---------- Каталог ---------- */
.catalog-head { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.catalog-head h2 { font-size: 26px; font-weight: 800; letter-spacing: -.02em; margin: 0; }
.catalog-head b { color: var(--dim); font-weight: 700; }
.catalog-count { margin-left: auto; font-size: 13.5px; font-weight: 700; color: var(--mut);
  background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 8px 14px; }
.chip-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.chip-filter { font-size: 13.5px; font-weight: 600; color: var(--mut); background: #fff; border: 1px solid var(--line);
  padding: 8px 14px; border-radius: 999px; cursor: pointer; transition: .15s; }
.chip-filter:hover { border-color: var(--brand); color: var(--brand); }
.chip-filter.is-active { background: var(--brand); border-color: var(--brand); color: #fff; }
.filters-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 22px; }
.f-input { border: 1.5px solid var(--line); border-radius: var(--radius-s); padding: 11px 14px; font-size: 14.5px;
  outline: none; background: #fff; color: var(--ink); min-width: 0; }
.f-input:focus { border-color: var(--brand); }
.f-input--q { flex: 1 1 220px; }
.f-input--select { flex: none; cursor: pointer; appearance: none; -webkit-appearance: none; padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2398A2B8' stroke-width='2.4'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 10px center; background-size: 13px; }
.filters__empty { background: #fff; border: 1px dashed var(--line); border-radius: var(--radius); padding: 26px;
  text-align: center; color: var(--mut); }
.filters__empty a { color: var(--brand); font-weight: 700; }

.plate-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(272px, 1fr)); gap: 16px; }
.plate-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 16px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 13px; transition: .2s; }
.plate-card:hover { border-color: var(--brand); box-shadow: 0 18px 40px rgba(31, 83, 240, .15); transform: translateY(-3px); }
.plate-card__title { width: 100%; text-align: center; font: 700 13px var(--font); color: var(--ink); letter-spacing: .01em; }
.plate-card__badges { width: 100%; display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; min-height: 24px; }
.plate-card__tag { background: var(--tint); color: var(--brand); font: 600 11.5px var(--font); padding: 4px 9px; border-radius: 999px; }
.plate-card__meta { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 8px;
  font-size: 12px; color: var(--dim); font-weight: 600; border-top: 1px solid var(--line); padding-top: 12px; }
.plate-card__city { font: 600 12px var(--font); color: var(--dim); align-self: center; }
.plate-card__buyrow { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.plate-card__price { font-size: 20px; font-weight: 800; }
.plate-card__buy { background: var(--brand); color: #fff; font: 700 13px var(--font); padding: 9px 16px; border-radius: 10px; }
.plate-card:hover .plate-card__buy { background: var(--brand-d); }

.promo-strip { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 22px; margin-top: 22px; }
.promo-strip p { margin: 0; color: var(--mut); font-size: 14.5px; }
.promo-strip a { color: var(--brand); font-weight: 700; }
.promo-strip a:hover { text-decoration: underline; }

.load-more { display: flex; justify-content: center; margin-top: 26px; }

/* ---------- Выкуп (градиентный блок с формой) ---------- */
.buyout { background: linear-gradient(120deg, var(--brand-d), var(--brand) 60%, var(--brand-l)); border-radius: 22px;
  padding: 40px; color: #fff; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
  gap: 40px; align-items: center; }
.buyout__badge { display: inline-flex; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .25);
  padding: 6px 13px; border-radius: 999px; font-size: 13px; font-weight: 600; }
.buyout h2 { font-size: 32px; font-weight: 800; letter-spacing: -.02em; margin: 16px 0 10px; }
.buyout__text { color: #DCE5FF; font-size: 16px; margin: 0 0 20px; max-width: 440px; }
.buyout__stats { display: flex; gap: 22px; flex-wrap: wrap; }
.buyout__stat b { font-size: 26px; font-weight: 800; display: block; }
.buyout__stat span { font-size: 13px; color: #BFD0FF; }
.buyout__form { background: #fff; border-radius: 16px; padding: 22px; color: var(--ink); }
.buyout__form h3 { font-weight: 800; font-size: 18px; margin: 0 0 14px; }
.buyout__form .lead-form { display: grid; gap: 10px; }

/* ---------- Подбор под заказ ---------- */
.match { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 36px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 44px; align-items: center; }
.match h2 { font-size: 28px; font-weight: 800; letter-spacing: -.02em; margin: 0 0 10px; }
.match__text { color: var(--mut); font-size: 15.5px; margin: 0; }

/* ---------- Формы заявок ---------- */
.lead-form { display: grid; gap: 14px; }
.lead-form__hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.lead-form__field { display: grid; gap: 6px; }
.lead-form__field span { font-size: 13px; font-weight: 600; color: var(--mut); }
.lead-form__field input, .lead-form__field textarea { border: 1.5px solid var(--line); border-radius: var(--radius-s);
  padding: 13px 14px; font-size: 14.5px; outline: none; background: var(--tint2); color: var(--ink); width: 100%; resize: vertical; }
.lead-form__field input:focus, .lead-form__field textarea:focus { border-color: var(--brand); }
.lead-form__field input.is-invalid { border-color: var(--brand-2d); }
.lead-form__agree { display: flex; gap: 9px; align-items: start; font-size: 12.5px; color: var(--mut); }
.lead-form__agree input { margin-top: 2px; accent-color: var(--brand); }
.lead-form__agree a { color: var(--brand); }
.lead-form__submit { width: 100%; }
.lead-form__note { margin: 0; font-size: 13px; text-align: center; }
.lead-form__note--ok { color: var(--ok); font-weight: 600; }
.lead-form__note--err { color: var(--brand-2d); font-weight: 600; }
.lead .lead-form, .page .lead-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 10px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 4px 20px; }
.faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0;
  font-weight: 700; font-size: 16px; }
.faq-plus { flex: none; width: 22px; height: 22px; position: relative; transition: .2s; }
.faq-plus::before, .faq-plus::after { content: ''; position: absolute; background: var(--brand); }
.faq-plus::before { top: 10px; left: 4px; right: 4px; height: 2px; }
.faq-plus::after { left: 10px; top: 4px; bottom: 4px; width: 2px; }
details[open] .faq-plus { transform: rotate(45deg); }
.faq__item p { margin: 0 0 16px; color: var(--mut); font-size: 14.5px; line-height: 1.6; }

/* ---------- Шаги ---------- */
.steps { list-style: none; margin: 0; padding: 0; counter-reset: step; display: grid; gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
.steps li { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; counter-increment: step; position: relative; }
.steps li b { display: block; font-size: 15.5px; margin-bottom: 4px; padding-left: 40px; }
.steps li::before { content: counter(step); position: absolute; top: 16px; left: 16px; width: 28px; height: 28px;
  border-radius: 9px; background: var(--tint); color: var(--brand); font-weight: 800; font-size: 14px; display: grid; place-items: center; }
.steps li span { font-size: 13.5px; color: var(--mut); display: block; padding-left: 40px; }

/* ---------- Контентные страницы ---------- */
.crumbs { font-size: 13px; color: var(--dim); margin-bottom: 14px; display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a { color: var(--mut); }
.crumbs a:hover { color: var(--brand); }
.page h1 { font-size: clamp(26px, 3.2vw, 36px); font-weight: 800; letter-spacing: -.02em; margin: 0 0 12px; }
.section__lead { font-size: 16px; color: var(--mut); max-width: 720px; margin: 0 0 24px; }
.page__cols { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 28px; align-items: start; margin-top: 26px; }
.page__side { display: grid; gap: 24px; }
.lead h2, .faq h2 { font-size: 22px; font-weight: 800; margin: 0 0 16px; }
.lead__sub { color: var(--mut); margin: -8px 0 16px; font-size: 14.5px; }
.lead__hint { font-size: 13px; color: var(--dim); margin: 12px 0 0; }
.contacts-list { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.contacts-list b { display: block; font-size: 13px; color: var(--dim); font-weight: 600; }
.contacts-list li { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; }
.contacts-list a { color: var(--brand); font-weight: 700; }

/* ---------- Карточка номера ---------- */
.plate-page { display: grid; gap: 26px; }
.plate-page__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 28px; align-items: stretch; }
.plate-page__view { align-self: start; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 34px; display: grid; place-items: center; gap: 18px; }
.plate-page__badges { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.plate-page__info { display: flex; flex-direction: column; }
.plate-page__info h1 { font-size: clamp(24px, 3vw, 34px); }
.plate-page__facts { display: grid; gap: 10px; margin: 16px 0 0; }
.plate-page__facts p { margin: 0; color: var(--mut); font-size: 14.5px; line-height: 1.55; }
.plate-page__price { margin: 6px 0 0; font-weight: 800; font-size: clamp(32px, 4.5vw, 44px); color: var(--ink); }
.plate-page__cta { display: flex; margin-top: 18px; flex: 1; }
.plate-page__cta .lead-form { flex: 1; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.plate-page__cats { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.plate-page__cats a { background: var(--tint); color: var(--brand); font: 600 12.5px var(--font); padding: 6px 12px; border-radius: 999px; }
.plate-page__cats a:hover { background: var(--brand); color: #fff; }

/* ---------- SEO-блок ---------- */
.seo-block h2 { font-size: 24px; font-weight: 800; margin: 0 0 14px; }
.seo-block p { color: var(--mut); font-size: 14.5px; max-width: 900px; }
.seo-block a { color: var(--brand); font-weight: 600; }
.tag-tile-fold { margin-top: 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.tag-tile-fold summary { padding: 16px 20px; font-weight: 700; font-size: 15px; color: var(--mut); }
.tag-tile-fold summary:hover { color: var(--brand); }
.tag-tile { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 20px 18px; }
.tag-tile a { font-size: 13px; font-weight: 600; color: var(--brand); background: var(--tint); padding: 6px 12px; border-radius: 999px; }
.tag-tile a:hover { background: var(--brand); color: #fff; }

/* ---------- Футер ---------- */
.ftr { background: var(--ink); color: #9AA5BE; padding: 44px 0 30px; }
.ftr__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: 28px; }
.ftr__logo { margin-bottom: 12px; }
.ftr__logo svg { display: block; height: 40px; width: auto; }
.ftr__tagline { font-size: 13.5px; line-height: 1.6; max-width: 280px; margin: 0; }
.ftr__tg { display: inline-block; margin-top: 12px; color: #EAF0FF; font-weight: 700; font-size: 13.5px; }
.ftr__tg:hover { color: #fff; }
.ftr__title { color: #fff; font-weight: 700; font-size: 14px; margin-bottom: 12px; }
.ftr__col { display: grid; gap: 9px; font-size: 13.5px; align-content: start; }
.ftr__col a:hover { color: #fff; }
.ftr__note { color: #6B7690; }
.ftr__bottom { max-width: 1240px; margin: 26px auto 0; padding: 20px 22px 0; border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 12.5px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* ---------- Плавающие кнопки: «наверх» + TG на мобильном ---------- */
.fab { position: fixed; right: 18px; bottom: 18px; z-index: 50; display: flex; flex-direction: column;
  align-items: center; gap: 10px; }
.fab__btn { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  border-radius: 50%; cursor: pointer; padding: 0; transition: opacity .25s, visibility .25s, transform .15s; }
.fab__btn svg { width: 21px; height: 21px; }
.fab__btn--top { background: var(--card); color: var(--ink); border: 1.5px solid var(--line);
  box-shadow: var(--shadow); opacity: 0; visibility: hidden; }
.fab__btn--top.is-visible { opacity: 1; visibility: visible; }
.fab__btn--top:hover { transform: translateY(-2px); }
.fab__btn--tg { display: none; background: var(--brand); color: #fff; box-shadow: var(--shadow-brand); }
.fab__btn--tg:hover { background: var(--brand-d); }
@media (max-width: 760px) {
  .fab__btn--tg { display: flex; width: 52px; height: 52px; }
  .fab__btn--tg svg { width: 24px; height: 24px; }
}

/* ---------- 404 ---------- */
.page--404 { text-align: center; }
.hero__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }

/* ---------- Адаптив ---------- */
@media (max-width: 1080px) {
  .hdr-nav { display: none; }
  .hdr-nav.is-open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 12px 22px 16px; box-shadow: 0 18px 34px rgba(12, 19, 48, .12); }
  .burger { display: flex; }
  .hdr__in { flex-wrap: wrap; min-height: 0; padding-top: 12px; padding-bottom: 12px; gap: 12px; }
  .hdr-search { order: 5; flex-basis: 100%; max-width: none; }
  .hdr-cta { display: none; }
}
@media (max-width: 900px) {
  .hero__in { padding-top: 34px; padding-bottom: 34px; gap: 28px; }
  .buyout { padding: 26px; gap: 26px; }
  .match { padding: 26px; gap: 26px; }
  .page__cols { grid-template-columns: 1fr; }
  .plate-page__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .topbar__fact { display: none; }
  .fab { right: 14px; bottom: 14px; }
  .hero__in { padding-left: 16px; padding-right: 16px; }
  .section, .wrap { padding-left: 16px; padding-right: 16px; }
  .wrap .wrap, .ftr__bottom { padding-left: 0; padding-right: 0; }
  .buyout { padding: 20px; }
  .match { padding: 20px; }
  .plate-search__divider { display: none; }
  .plate-search__submit { flex-basis: 100%; }
}
