﻿/* Шрифты вписаны прямо сюда (был @import fonts.css — второй блокирующий запрос перед отрисовкой) */
/* Самохостинг шрифтов: Unbounded (заголовки) + Onest (текст), лицензия OFL, кириллица+латиница */
@font-face{font-family:'Unbounded';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/unbounded-500-cyrillic.woff2') format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Unbounded';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/unbounded-500-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:'Unbounded';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/unbounded-700-cyrillic.woff2') format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Unbounded';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/unbounded-700-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:'Onest';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/onest-400-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:400;font-display:swap;src:url('../fonts/onest-400-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:'Onest';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/onest-500-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:500;font-display:swap;src:url('../fonts/onest-500-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:'Onest';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/onest-600-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:600;font-display:swap;src:url('../fonts/onest-600-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:'Onest';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/onest-700-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:700;font-display:swap;src:url('../fonts/onest-700-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;}


/* ============================================================
   АВТОКИП — прототип редизайна
   Дизайн-система: тёмный графит + электрик-синий акцент
   Шрифты: Unbounded (заголовки, капс) + Onest (текст)
   ============================================================ */

:root {
  --bg:        #0f1318;   /* основной тёмный фон */
  --bg-2:      #171d25;   /* карточки и чередующиеся тёмные секции */
  --bg-3:      #1e262f;   /* ховер карточек */
  --light:     #f5f6f8;   /* светлые секции-передышки */
  --light-2:   #e8ebef;   /* границы на светлом */
  --white:     #ffffff;
  --muted:     #9fa9b3;   /* вторичный текст на тёмном */
  --ink:       #12181f;   /* текст на светлом */
  --ink-muted: #5b6672;
  --accent:      #2f7df6; /* главный акцент */
  --accent-dark: #1d5fd2; /* ховер */
  --promo:       #ffb020; /* только акции */
  --hairline:  rgba(255, 255, 255, .14);
  --hairline-2: rgba(255, 255, 255, .07);
  --shade:     rgba(0, 0, 0, .65); /* стандартное затемнение фото */
  --r:         10px;      /* единый радиус по всему сайту */
  --header-h:  84px;
  --ease:      cubic-bezier(.22, .61, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--white);
  font-family: 'Onest', -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
input, select, textarea { font: inherit; }

/* ---------- Типографика ---------- */

h1, h2, h3, .display {
  font-family: 'Unbounded', 'Onest', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  /* 1.04 было мало: точки «Ё» в капсе выше кап-высоты и наезжали на строку выше */
  line-height: 1.14;
  letter-spacing: -.01em;
}

h1 { font-size: clamp(30px, 5vw, 62px); }
h2 { font-size: clamp(25px, 3.4vw, 44px); }
h3 { font-size: clamp(17px, 1.5vw, 21px); font-weight: 500; }

.accent { color: var(--accent); }

/* Фирменная деталь: у «Ё» в заголовках точки синие.
   Букву подменяет скрипт в main.js: «Ё» → span.yo с «Е», точки дорисованы. */
.yo { position: relative; display: inline-block; }
.yo::after {
  content: ''; position: absolute; z-index: 1;
  top: -0.17em; left: 50%;
  width: 0.16em; height: 0.16em; border-radius: 50%;
  background: var(--accent);
  transform: translateX(calc(-50% - 0.14em));
  box-shadow: 0.28em 0 0 var(--accent);
}
/* внутри синего акцентного слова точки должны остаться заметными — делаем их белыми */
.accent .yo::after { background: var(--white); box-shadow: 0.23em 0 0 var(--white); }
.lead { font-size: clamp(16px, 1.4vw, 20px); color: var(--muted); max-width: 620px; line-height: 1.55; }
.section-tag {
  font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 500;
  text-transform: uppercase; letter-spacing: .16em; color: var(--accent);
  display: block; margin-bottom: 16px;
}

/* ---------- Раскладка ---------- */

.wrap { width: min(1320px, 100% - 48px); margin-inline: auto; }
section { padding: clamp(64px, 8vw, 118px) 0; position: relative; }
.section-light { background: var(--light); color: var(--ink); }
.section-light .lead { color: var(--ink-muted); }
.section-alt { background: var(--bg-2); }
.section-head { margin-bottom: clamp(32px, 4vw, 56px); }
.section-head.row {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
}

/* ---------- Кнопки ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 32px; border-radius: var(--r);
  font-family: 'Unbounded', sans-serif; font-size: 13px; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  transition: background .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease), transform .22s var(--ease);
  border: 1.5px solid transparent; cursor: pointer; text-align: center;
}
.btn-primary { background: var(--accent); color: var(--white); border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.btn-ghost { border-color: var(--hairline); color: var(--white); background: rgba(255, 255, 255, .04); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, .1); }
.btn-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.btn-dark:hover { background: var(--accent); border-color: var(--accent); }
.btn-lg { padding: 21px 42px; font-size: 14px; }
.btn-block { width: 100%; }

/* ---------- Шапка ---------- */

.header {
  position: fixed; inset: 0 0 auto 0; z-index: 90; height: var(--header-h);
  display: flex; align-items: center;
  transition: background .3s var(--ease), backdrop-filter .3s var(--ease), border-color .3s var(--ease), height .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  background: rgba(15, 19, 24, .82); backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--hairline-2); height: 70px;
}
.header .wrap { display: flex; align-items: center; gap: 28px; }

.logo { display: flex; align-items: baseline; gap: 9px; flex-shrink: 0; }
.logo b {
  font-family: 'Unbounded', sans-serif; font-size: 21px; font-weight: 700;
  letter-spacing: .02em; line-height: 1;
}
.logo span { font-size: 10px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }

.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a {
  font-size: 14px; font-weight: 500; color: rgba(255, 255, 255, .82);
  position: relative; padding: 6px 0; transition: color .22s var(--ease); white-space: nowrap;
}
.nav a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform .26s var(--ease);
}
.nav a:hover { color: var(--white); }
.nav a:hover::after { transform: scaleX(1); }

.header-phone {
  font-family: 'Unbounded', sans-serif; font-size: 15px; font-weight: 500;
  white-space: nowrap; transition: color .22s var(--ease);
}
.header-phone:hover { color: var(--accent); }
.header-phone small { display: block; font-family: 'Onest', sans-serif; font-size: 11px; color: var(--muted); text-transform: none; letter-spacing: 0; }
.header .btn { padding: 13px 24px; }

.burger { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.burger i { display: block; width: 22px; height: 2px; background: var(--white); transition: transform .3s var(--ease), opacity .2s; }
.burger.open i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open i:nth-child(2) { opacity: 0; }
.burger.open i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- HERO: общее ---------- */

.hero { position: relative; min-height: 100svh; display: none; overflow: hidden; padding: 0; }
.hero.active { display: flex; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media .slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease;
}
/* портретный экран показывает лишь ~четверть ширины кадра, а машины на всех снимках слева —
   поэтому на узких экранах фокус смещаем к машине; точка задаётся на слайде через --focus */
@media (max-width: 720px) {
  .hero-media .slide { background-position: var(--focus, 22%) center; }
}
.hero-media .slide.on { opacity: 1; animation: kenburns 9s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.09); } }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: var(--shade); }
.hero .wrap { position: relative; z-index: 3; width: min(1320px, 100% - 48px); }

.rating-badge {
  display: inline-flex; align-items: center; gap: 11px; padding: 9px 17px 9px 13px;
  border: 1px solid var(--hairline); border-radius: 100px;
  background: rgba(255, 255, 255, .06); backdrop-filter: blur(8px);
  font-size: 13px; color: rgba(255, 255, 255, .9); margin-bottom: 26px;
}
.rating-badge b { font-family: 'Unbounded', sans-serif; font-size: 15px; }
.rating-badge .stars { color: var(--promo); letter-spacing: 2px; font-size: 12px; }
.demo-mark { color: var(--muted); font-size: 11px; }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.hero-note { margin-top: 26px; font-size: 14px; color: var(--muted); display: flex; gap: 22px; flex-wrap: wrap; }
.hero-note span { display: flex; align-items: center; gap: 8px; }
.hero-note svg { flex-shrink: 0; }

/* --- Первый экран «Ночной цех» (выбран клиентом 12.08.2026) --- */
#hero-a { align-items: center; text-align: center; }
#hero-a .wrap { display: flex; flex-direction: column; align-items: center; }
/* факты и плашка записи прижаты к низу экрана — заголовок остаётся один по центру.
   Селекторы с #hero-a: правило .whisper объявлено ниже по файлу и иначе перебивает gap. */
#hero-a .hero-facts {
  position: absolute; z-index: 4; bottom: 36px;
  left: 50%; transform: translateX(-50%);
  flex-direction: row; gap: 28px; margin-top: 0; text-align: center;
  white-space: nowrap;
}
/* нижние края плашки и строки фактов на одной линии */
#hero-a .side-cta { bottom: 36px; }

/* Отклонённые варианты «Постер», «Шоурум» и «Кино» удалены вместе со стилями.
   Копия прототипа со всеми вариантами — archive/prototype-2026-08-12-before-final/ */

/* строка фактов «шёпотом» — вместо длинного абзаца-подводки */
.whisper {
  margin-top: 22px; font-size: 15px; color: rgba(255, 255, 255, .72);
  display: flex; gap: 26px; flex-wrap: wrap;
}
.whisper b { font-family: 'Unbounded', sans-serif; font-weight: 500; color: var(--white); }
/* адрес в строке фактов — ссылка на маршрут в картах (клиент 18.08: вместо гарантии и метро) */
.fact-addr {
  color: var(--white); text-decoration: none; display: inline-flex; align-items: center; gap: 7px;
  border-bottom: 1px dotted rgba(255, 255, 255, .45); padding-bottom: 1px;
  transition: color .22s var(--ease), border-color .22s var(--ease);
}
.fact-addr::before {
  content: ''; width: 14px; height: 14px; flex-shrink: 0;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f7df6' stroke-width='2'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.fact-addr:hover { color: var(--accent); border-color: var(--accent); }
/* выделение «без сюрпризов» — выбор клиента 18.08 (вариант 2 из _h1-test.html):
   синие буквы, белая обводка 2 px по центру контура, без тени */
.hero h1 .hl { color: var(--accent); -webkit-text-stroke: 2px #fff; paint-order: stroke fill; }
/* плашка записи сбоку — общий приём для вариантов «Ночной цех» и «Кино» */
.side-cta {
  position: absolute; right: 40px; bottom: 13vh; z-index: 5;
  display: flex; flex-direction: column; gap: 10px; align-items: stretch;
  padding: 22px; width: 268px;
  background: rgba(15, 19, 24, .74); backdrop-filter: blur(16px);
  border: 1px solid var(--hairline); border-radius: var(--r);
}
.side-cta p { font-size: 13px; color: var(--muted); margin-bottom: 4px; }

/* ---------- Полоса цифр ---------- */

.stats { border-bottom: 1px solid var(--hairline-2); padding: clamp(40px, 5vw, 68px) 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { border-left: 1px solid var(--hairline); padding-left: 24px; }
.stat b {
  font-family: 'Unbounded', sans-serif; font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 700; display: block; line-height: 1; letter-spacing: -.02em;
}
.stat span { font-size: 14px; color: var(--muted); display: block; margin-top: 10px; }
/* плитка-ссылка (маршрут от метро): та же плитка, по ховеру подсвечивается */
.stat-link { display: block; transition: border-color .22s var(--ease); }
.stat-link:hover { border-left-color: var(--accent); }
.stat-link:hover b { color: var(--accent); }
.stat-link span::after { content: ' →'; color: var(--accent); }

/* ---------- Карточки услуг ---------- */

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.svc {
  position: relative; aspect-ratio: 4 / 3.35; border-radius: var(--r); overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 24px;
  isolation: isolate;
  /* при наведении карточка чуть подрастает и обводится акцентом — цвет фото не трогаем */
  box-shadow: 0 0 0 1px transparent;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.svc img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
  transition: transform .55s var(--ease);
}
.svc::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(0, 0, 0, .88) 8%, rgba(0, 0, 0, .48) 62%, rgba(0, 0, 0, .35));
}
/* селектор с запасом по весу: ниже по файлу идёт .reveal.in { transform: none } и перебивает наведение */
.services-grid .svc:hover {
  transform: scale(1.1); z-index: 3;
  box-shadow: 0 0 0 1px var(--accent), 0 18px 44px rgba(0, 0, 0, .45);
}
.services-grid .svc:hover img { transform: scale(1.07); }
.svc h3 { margin-bottom: 8px; }
.svc .price { font-size: 14px; color: rgba(255, 255, 255, .78); }
.svc .price b { font-family: 'Unbounded', sans-serif; font-weight: 500; color: var(--white); white-space: nowrap; }
.svc .cnt {
  position: absolute; top: 20px; right: 20px; font-size: 12px; color: rgba(255, 255, 255, .65);
  border: 1px solid var(--hairline); border-radius: 100px; padding: 4px 11px; backdrop-filter: blur(6px);
}
.svc-wide { grid-column: span 2; aspect-ratio: 8 / 3.35; }

/* компактные направления — без фото, чтобы не прятать их за кнопку «ещё» */
.svc-more { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px; }
.svc-mini {
  display: flex; flex-direction: column; gap: 8px; padding: 18px;
  border: 1px solid var(--hairline-2); border-radius: var(--r); background: var(--bg-2);
  transition: border-color .24s var(--ease), transform .24s var(--ease), box-shadow .24s var(--ease);
}
.svc-more .svc-mini:hover {
  border-color: var(--accent); transform: scale(1.1);
  position: relative; z-index: 3; box-shadow: 0 14px 34px rgba(0, 0, 0, .4);
}
.svc-mini svg { color: var(--accent); flex-shrink: 0; }
.svc-mini .nm { font-size: 14px; font-weight: 500; line-height: 1.3; }
.svc-mini .pr {
  font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 500;
  color: var(--muted); margin-top: auto;
}

/* ---------- Прайс (светлая секция) ---------- */

.price-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; }
.price-tabs button {
  padding: 11px 20px; border-radius: 100px; border: 1px solid var(--light-2);
  font-size: 14px; font-weight: 500; color: var(--ink-muted); background: var(--white);
  transition: all .2s var(--ease);
}
.price-tabs button:hover { border-color: var(--ink-muted); color: var(--ink); }
.price-tabs button.on { background: var(--ink); border-color: var(--ink); color: var(--white); }

.price-table { background: var(--white); border-radius: var(--r); overflow: hidden; border: 1px solid var(--light-2); }
.price-row {
  display: flex; align-items: center; gap: 20px; padding: 17px 26px;
  border-bottom: 1px solid var(--light-2); transition: background .18s;
}
.price-row:last-child { border-bottom: none; }
.price-row:hover { background: #fafbfc; }
.price-row .name { flex: 1; font-size: 16px; }
.price-row .val { font-family: 'Unbounded', sans-serif; font-size: 15px; font-weight: 500; white-space: nowrap; }
.price-row .go {
  font-size: 13px; color: var(--accent); font-weight: 500; white-space: nowrap;
  opacity: 0; transition: opacity .2s;
}
.price-row:hover .go { opacity: 1; }
/* последняя строка таба — ссылка на страницу раздела */
.price-more { background: #f6f9ff; }
.price-more .name { color: var(--accent); font-weight: 500; }
.price-more .val { color: var(--ink-muted); font-size: 13px; }
.price-more .go { opacity: 1; }
.price-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  flex-wrap: wrap; margin-top: 26px;
}
.price-foot p { font-size: 14px; color: var(--ink-muted); max-width: 60ch; }

/* ---------- Акции ---------- */

.promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.promo {
  border: 1px solid var(--hairline); border-radius: var(--r); padding: 32px;
  background: var(--bg-2); position: relative; overflow: hidden;
  transition: border-color .25s var(--ease), transform .25s var(--ease);
}
.promo:hover { border-color: rgba(255, 176, 32, .5); transform: translateY(-3px); }
.promo .badge {
  display: inline-block; background: var(--promo); color: #241a02; border-radius: 6px;
  font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 700; padding: 6px 12px;
  margin-bottom: 20px; letter-spacing: .02em;
}
.promo h3 { margin-bottom: 10px; }
.promo p { font-size: 15px; color: var(--muted); }
.promo::after {
  content: ''; position: absolute; right: -60px; top: -60px; width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(255, 176, 32, .12), transparent 66%);
  pointer-events: none;
}

/* ---------- Кузовной цех (масонри) ---------- */

/* шахматка: две высокие ячейки по краям, две обычные в центральной колонке */
.body-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; grid-auto-rows: 232px; }
.body-cell { position: relative; border-radius: var(--r); overflow: hidden; }
.body-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.body-cell:hover img { transform: scale(1.05); }
.body-cell::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .92) 4%, rgba(0, 0, 0, .55) 44%, rgba(0, 0, 0, .12));
}
.body-cell figcaption {
  position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 2;
  font-family: 'Unbounded', sans-serif; font-size: 14px; font-weight: 500; text-transform: uppercase;
  letter-spacing: .02em;
}
.body-cell figcaption small {
  display: block; font-family: 'Onest', sans-serif; font-size: 13px; text-transform: none;
  color: var(--muted); font-weight: 400; letter-spacing: 0; margin-top: 5px; line-height: 1.4;
}
/* явные позиции — иначе авто-раскладка выносит вторую высокую ячейку в третий ряд */
.body-cell:nth-child(1) { grid-column: 1; grid-row: 1 / span 2; }
.body-cell:nth-child(2) { grid-column: 2; grid-row: 1; }
.body-cell:nth-child(3) { grid-column: 2; grid-row: 2; }
.body-cell:nth-child(4) { grid-column: 3; grid-row: 1 / span 2; }

/* ---------- Марки (бегущая строка) ---------- */

.marks { padding: clamp(44px, 5vw, 70px) 0; border-block: 1px solid var(--hairline-2); overflow: hidden; }
.marks-head { text-align: center; margin-bottom: 34px; }
.ticker { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ticker-track { display: flex; width: max-content; animation: ticker 46s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track span {
  font-family: 'Unbounded', sans-serif; font-size: clamp(15px, 1.5vw, 20px); font-weight: 500;
  text-transform: uppercase; color: rgba(255, 255, 255, .4); padding: 0 26px;
  transition: color .2s; white-space: nowrap;
}
.ticker-track span:hover { color: var(--white); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Почему нас выбирают ---------- */

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--hairline-2); border: 1px solid var(--hairline-2); border-radius: var(--r); overflow: hidden; }
.why {
  background: var(--bg); padding: 36px 32px; transition: background .3s var(--ease);
}
.why:hover { background: var(--bg-2); }
.why b {
  font-family: 'Unbounded', sans-serif; font-size: 13px; color: var(--accent);
  display: block; margin-bottom: 20px; letter-spacing: .06em;
}
.why h3 { margin-bottom: 11px; }
.why p { font-size: 15px; color: var(--muted); line-height: 1.55; }

/* ---------- Наши работы (слайдер) ---------- */

/* листается кнопками по бокам; полоса прокрутки скрыта, свайп на тач-экранах остаётся */
.works-wrap { position: relative; }
.works-scroll {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.works-scroll::-webkit-scrollbar { display: none; }
.wnav {
  position: absolute; top: 124px; z-index: 5;
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(15, 19, 24, .82); border: 1px solid var(--hairline);
  backdrop-filter: blur(8px); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s var(--ease), opacity .2s var(--ease);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .35);
}
.wnav.prev { left: -14px; }
.wnav.next { right: -14px; }
.wnav:hover:not(:disabled) { background: var(--accent); border-color: var(--accent); }
.wnav:disabled { opacity: .22; cursor: default; }
.work {
  flex: 0 0 clamp(280px, 30vw, 400px); scroll-snap-align: start;
  border: 1px solid var(--hairline-2); border-radius: var(--r); overflow: hidden;
  background: var(--bg-2); transition: border-color .25s var(--ease);
}
.work:hover { border-color: var(--hairline); }
.work .ph { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.work .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.work:hover .ph img { transform: scale(1.05); }
.work .body { padding: 24px; }
.work h3 { margin-bottom: 14px; }
.work ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.work li { font-size: 14px; color: var(--muted); display: flex; gap: 10px; align-items: flex-start; }
.work li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); margin-top: 8px; flex-shrink: 0; }
.work .term {
  margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--hairline-2);
  font-size: 13px; color: var(--muted); display: flex; justify-content: space-between; gap: 12px;
}
.work .term b { color: var(--white); font-family: 'Unbounded', sans-serif; font-weight: 500; }
.slider-nav { display: flex; gap: 8px; }
.slider-nav button {
  width: 46px; height: 46px; border: 1px solid var(--hairline); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: border-color .2s, background .2s;
}
.slider-nav button:hover { border-color: var(--accent); background: rgba(47, 125, 246, .14); }

/* ---------- B2B ---------- */

.b2b { position: relative; overflow: hidden; padding: clamp(56px, 6vw, 86px) 0; }
.b2b img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.b2b::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(15, 19, 24, .97) 34%, rgba(15, 19, 24, .78)); }
.b2b .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
.b2b-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; margin-top: 26px; }
.b2b-list div { font-size: 15px; display: flex; gap: 11px; align-items: baseline; }
.b2b-list b { font-family: 'Unbounded', sans-serif; font-weight: 500; color: var(--accent); font-size: 14px; }
.b2b-cta { text-align: right; }
.b2b-cta .rate {
  font-family: 'Unbounded', sans-serif; font-size: clamp(30px, 3.4vw, 46px); font-weight: 700; line-height: 1;
}
.b2b-cta .rate small { display: block; font-family: 'Onest', sans-serif; font-size: 14px; font-weight: 400; color: var(--muted); margin-top: 10px; }

/* ---------- Отзывы ---------- */

.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rev {
  border: 1px solid var(--hairline-2); border-radius: var(--r); padding: 28px;
  background: var(--bg-2); display: flex; flex-direction: column; gap: 16px;
}
.rev .stars { color: var(--promo); font-size: 13px; letter-spacing: 3px; }
.rev p { font-size: 15px; color: rgba(255, 255, 255, .82); line-height: 1.6; flex: 1; }
.rev .who { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--hairline-2); }
.rev .ava {
  width: 40px; height: 40px; border-radius: 50%; background: var(--bg-3);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Unbounded', sans-serif; font-size: 14px; color: var(--accent); flex-shrink: 0;
}
.rev .who b { display: block; font-size: 14px; font-weight: 500; }
.rev .who span { font-size: 13px; color: var(--muted); }

/* ---------- Квиз (светлая секция) ---------- */

.quiz-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px, 4vw, 64px); align-items: start; }
.quiz {
  background: var(--white); border: 1px solid var(--light-2); border-radius: var(--r);
  padding: clamp(24px, 3vw, 40px);
}
.quiz-bar { height: 4px; background: var(--light-2); border-radius: 100px; overflow: hidden; margin-bottom: 28px; }
.quiz-bar i { display: block; height: 100%; background: var(--accent); border-radius: 100px; transition: width .35s var(--ease); }
.quiz-step { display: none; }
.quiz-step.on { display: block; animation: fadeUp .35s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.quiz-step h3 { color: var(--ink); margin-bottom: 6px; }
.quiz-step .hint { font-size: 14px; color: var(--ink-muted); margin-bottom: 22px; }
.opts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.opt {
  border: 1px solid var(--light-2); border-radius: var(--r); padding: 16px 18px;
  font-size: 15px; text-align: left; color: var(--ink); background: var(--light);
  transition: all .18s var(--ease); cursor: pointer;
}
.opt:hover { border-color: var(--accent); background: rgba(47, 125, 246, .07); }
.opt.on { border-color: var(--accent); background: rgba(47, 125, 246, .12); font-weight: 500; }
.quiz-field { margin-bottom: 14px; }
.quiz-field label { display: block; font-size: 13px; color: var(--ink-muted); margin-bottom: 7px; }
.quiz-field input {
  width: 100%; padding: 15px 18px; border: 1px solid var(--light-2); border-radius: var(--r);
  background: var(--light); color: var(--ink); transition: border-color .2s;
}
.quiz-field input:focus { outline: none; border-color: var(--accent); background: var(--white); }
.consent { display: flex; gap: 11px; align-items: flex-start; font-size: 13px; color: var(--ink-muted); margin: 16px 0 20px; }
.consent input { margin-top: 3px; flex-shrink: 0; width: 16px; height: 16px; accent-color: var(--accent); }
.consent a { color: var(--accent); text-decoration: underline; }
.quiz-nav { display: flex; gap: 10px; margin-top: 24px; }
.quiz-back { color: var(--ink-muted); font-size: 14px; padding: 17px 20px; border-radius: var(--r); transition: color .2s; }
.quiz-back:hover { color: var(--ink); }
.quiz-side ul { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-top: 26px; }
.quiz-side li { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; color: var(--ink-muted); }
.quiz-side li b { color: var(--ink); font-weight: 600; display: block; font-size: 16px; margin-bottom: 3px; }
.quiz-side svg { color: var(--accent); flex-shrink: 0; margin-top: 3px; }
.quiz-done { text-align: center; padding: 30px 0; }
.quiz-done .ok {
  width: 62px; height: 62px; border-radius: 50%; background: rgba(47, 125, 246, .12);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--accent);
}

/* ---------- FAQ ---------- */

.faq-wrap { display: grid; grid-template-columns: .38fr .62fr; gap: clamp(28px, 4vw, 70px); align-items: start; }
.faq-item { border-bottom: 1px solid var(--hairline-2); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 24px 0; text-align: left; font-size: clamp(16px, 1.5vw, 19px); font-weight: 500;
  transition: color .2s;
}
.faq-q:hover { color: var(--accent); }
.faq-ic { position: relative; width: 20px; height: 20px; flex-shrink: 0; }
.faq-ic::before, .faq-ic::after {
  content: ''; position: absolute; background: currentColor; border-radius: 2px;
  left: 50%; top: 50%; transform: translate(-50%, -50%);
}
.faq-ic::before { width: 16px; height: 1.5px; }
.faq-ic::after { width: 1.5px; height: 16px; transition: transform .3s var(--ease); }
.faq-item.open .faq-ic::after { transform: translate(-50%, -50%) scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .38s var(--ease); }
.faq-a p { padding-bottom: 26px; color: var(--muted); font-size: 15px; max-width: 68ch; }

/* ---------- Контакты ---------- */

.contacts-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; }
.contact-card { border: 1px solid var(--hairline-2); border-radius: var(--r); padding: 32px; background: var(--bg-2); }
.contact-row { display: flex; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--hairline-2); }
.contact-row:last-child { border-bottom: none; padding-bottom: 0; }
.contact-row:first-child { padding-top: 0; }
.contact-row svg { color: var(--accent); flex-shrink: 0; margin-top: 3px; }
.contact-row b { display: block; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 5px; font-weight: 500; }
.contact-row .v { font-size: 16px; }
.contact-row .v a:hover { color: var(--accent); }
.metro { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; font-size: 14px; color: var(--muted); }
.metro i { width: 11px; height: 11px; border-radius: 50%; background: #f04b4b; flex-shrink: 0; display: block; }
.map-holder {
  border-radius: var(--r); overflow: hidden; border: 1px solid var(--hairline-2);
  background: var(--bg-2); min-height: 420px; position: relative;
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 30px;
}
.map-holder .placeholder { color: var(--muted); font-size: 14px; max-width: 46ch; }
.map-holder .placeholder b { display: block; font-family: 'Unbounded', sans-serif; color: var(--white); margin-bottom: 10px; font-size: 15px; }
/* фасад: карта/отзывы Яндекса вставляются по клику (main.js), до этого — текст и кнопки */
.map-holder .map-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }
.map-holder .map-actions .btn { padding: 13px 22px; font-size: 12.5px; }
.map-holder.embedded { padding: 0; display: block; }
.map-holder.embedded iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Финальный CTA ---------- */

.final { position: relative; overflow: hidden; text-align: center; padding: clamp(72px, 9vw, 132px) 0; }
.final img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.final::after { content: ''; position: absolute; inset: 0; z-index: 1; background: rgba(0, 0, 0, .72); }
.final .wrap { position: relative; z-index: 2; }
.final h2 { max-width: 20ch; margin: 0 auto 18px; }
.final .lead { margin-inline: auto; }
.final .btn { margin-top: 34px; }

/* ---------- Футер ---------- */

.footer { background: #0a0e12; padding: clamp(48px, 5vw, 74px) 0 30px; border-top: 1px solid var(--hairline-2); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 46px; }
.footer h4 {
  font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 500; text-transform: uppercase;
  letter-spacing: .12em; color: var(--muted); margin-bottom: 18px;
}
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer a { font-size: 15px; color: rgba(255, 255, 255, .78); transition: color .2s; }
.footer a:hover { color: var(--accent); }
.footer-slogan {
  font-family: 'Unbounded', sans-serif; font-size: clamp(19px, 2.4vw, 32px); font-weight: 700;
  text-transform: uppercase; line-height: 1.15; padding: 32px 0; border-top: 1px solid var(--hairline-2);
  color: rgba(255, 255, 255, .16); letter-spacing: -.01em;
}
.footer-bottom {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding-top: 24px; border-top: 1px solid var(--hairline-2); font-size: 13px; color: var(--muted);
}
.footer-bottom a { font-size: 13px; color: var(--muted); }
.req { font-size: 13px; color: var(--muted); line-height: 1.7; }
.req mark { background: rgba(255, 176, 32, .16); color: var(--promo); padding: 1px 6px; border-radius: 4px; }

/* ---------- Попап ---------- */

.modal {
  position: fixed; inset: 0; z-index: 300; background: rgba(6, 9, 12, .82);
  backdrop-filter: blur(8px); display: none; align-items: center; justify-content: center; padding: 24px;
}
.modal.on { display: flex; animation: fadeUp .25s var(--ease); }
.modal-box {
  background: var(--bg-2); border: 1px solid var(--hairline); border-radius: var(--r);
  padding: clamp(26px, 3vw, 40px); width: min(460px, 100%); position: relative;
}
.modal-box h3 { margin-bottom: 8px; }
.modal-box p { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
/* :not([type=checkbox]) — иначе правило растягивает и галочку согласия */
.modal-box input:not([type="checkbox"]) {
  width: 100%; padding: 16px 18px; border: 1px solid var(--hairline); border-radius: var(--r);
  background: rgba(255, 255, 255, .05); color: var(--white); margin-bottom: 14px;
}
.modal-box input:focus { outline: none; border-color: var(--accent); }
.modal-box .consent { color: var(--muted); }
.modal-box .consent input { width: 16px; height: 16px; margin: 3px 0 0; padding: 0; }
.modal-close { position: absolute; right: 18px; top: 16px; font-size: 22px; color: var(--muted); line-height: 1; }
.modal-close:hover { color: var(--white); }

/* ---------- Мобильные плавающие кнопки ----------
   Раньше была полоса во всю ширину — закрывала контент. Теперь две круглые
   кнопки в углу: синяя трубка (главное действие) и запись. */

.mobile-bar { display: none; }
.fab {
  width: 54px; height: 54px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .4);
}
.fab-primary { background: var(--accent); color: var(--white); }
.fab-ghost {
  background: rgba(15, 19, 24, .88); color: var(--white);
  border: 1px solid var(--hairline); backdrop-filter: blur(10px);
}
.to-top {
  position: fixed; right: 22px; bottom: 92px; z-index: 80; width: 48px; height: 48px;
  border-radius: 50%; background: rgba(23, 29, 37, .9); border: 1px solid var(--hairline);
  backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s, background .2s;
}
.to-top.on { opacity: 1; pointer-events: auto; }
.to-top:hover { background: var(--accent); border-color: var(--accent); }

/* ---------- Появление при скролле ---------- */

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .hero-media .slide.on { animation: none; }
  .ticker-track { animation: none; }
}

/* ---------- Адаптив ---------- */

@media (max-width: 1180px) {
  /* адрес + часы по центру не помещаются рядом с плашкой — уводим строку влево */
  #hero-a .hero-facts { left: 40px; transform: none; }
  .nav { display: none; }
  .burger { display: flex; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-more { grid-template-columns: repeat(2, 1fr); }
  .svc-wide { grid-column: span 2; aspect-ratio: 8 / 3.35; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .rev-grid { grid-template-columns: 1fr; }
  .body-grid { grid-template-columns: repeat(2, 1fr); }
  .body-cell:nth-child(1) { grid-column: 1; grid-row: 1; }
  .body-cell:nth-child(2) { grid-column: 2; grid-row: 1; }
  .body-cell:nth-child(3) { grid-column: 1; grid-row: 2; }
  .body-cell:nth-child(4) { grid-column: 2; grid-row: 2; }
  .b2b .wrap, .quiz-wrap, .faq-wrap, .contacts-grid { grid-template-columns: 1fr; }
  .b2b-cta { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 32px); }
  :root { --header-h: 66px; }
  .header .wrap { gap: 10px; }
  .header .btn { display: none; }
  .logo span { display: none; }
  .logo b { font-size: 19px; }
  /* телефон в шапке — числом, не иконкой (клиент 18.08); влезает: лого 100 + номер 150 + бургер 40 */
  .header-phone { margin-left: auto; font-size: 13.5px; letter-spacing: -.01em; }
  .header-phone small { display: none; }
  .hero-actions .btn { flex: 1 1 100%; }
  .whisper { gap: 6px 18px; font-size: 14px; }
  .rating-badge { margin-bottom: 18px; font-size: 12px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 22px 14px; }
  .services-grid { grid-template-columns: 1fr; }
  .svc-more { grid-template-columns: 1fr 1fr; gap: 10px; }
  .svc, .svc-wide { aspect-ratio: 16 / 9; grid-column: span 1; }
  .why-grid, .promo-grid, .opts { grid-template-columns: 1fr; }
  .body-grid { grid-template-columns: 1fr; grid-auto-rows: 210px; }
  .body-cell:nth-child(n) { grid-column: 1; grid-row: auto; }
  .b2b-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  /* первый экран — flex-контейнер: на мобиле разворачиваем в колонку,
     иначе плашка записи встаёт в строку с заголовком и уезжает за экран */
  .hero { flex-direction: column; justify-content: center; align-items: stretch; }
  .side-cta {
    position: static; width: min(calc(100% - 32px), 420px); align-self: center;
    margin: 24px auto 0; padding: 18px;
  }
  /* на мобиле факты возвращаются в поток под заголовок */
  #hero-a .hero-facts {
    position: static; transform: none; flex-direction: column; align-items: center;
    margin: 18px auto 0; text-align: center; gap: 6px;
    width: calc(100% - 32px); white-space: normal;
  }
  /* фото должно быть видно: контент уходит вниз, верхняя половина экрана — машине;
     затемнение градиентом — сверху лёгкое, снизу плотное под текст (клиент 18.08:
     «в мобильной версии не видно машин») */
  .hero { min-height: 92svh; justify-content: flex-end; padding-bottom: 22px; }
  .hero-shade {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .3) 38%,
                                rgba(0, 0, 0, .78) 66%, rgba(0, 0, 0, .9) 100%);
  }
  .side-cta { background: rgba(15, 19, 24, .6); }
  /* пока виден первый экран, плавающие кнопки не нужны — там своя плашка записи;
     иначе они наезжают на неё (класс ставит main.js) */
  body.on-hero .mobile-bar { opacity: 0; pointer-events: none; }
  .mobile-bar { transition: opacity .3s; }
  .price-row { flex-wrap: wrap; gap: 6px 14px; padding: 15px 18px; }
  .price-row .go { display: none; }
  .to-top { display: none; } /* на телефоне хватает плавающих кнопок, не засоряем экран */
  .mobile-bar {
    display: flex; flex-direction: column; gap: 10px; position: fixed;
    right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); z-index: 95;
  }
}



/* ============ Отправка заявок (02.09.2026) ============ */
/* поле-ловушка для ботов: человек его не видит и не заполняет */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
/* строка статуса под формой: ок / ошибка */
.form-note { margin: 10px 0 0; font-size: 13.5px; line-height: 1.45; color: var(--muted); }
.form-note.ok { color: #55c58b; }
.form-note.err { color: #e5766b; }

/* ============ Баннер согласия на аналитику (js/consent.js) ============ */
.cbnr {
  position: fixed; left: 16px; bottom: 16px; z-index: 90; max-width: 440px;
  background: var(--bg-2); border: 1px solid var(--hairline); border-radius: var(--r);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .45); padding: 18px 20px;
}
.cbnr-h {
  font-family: 'Unbounded', sans-serif; font-size: 12.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em; margin-bottom: 8px;
}
.cbnr-p { font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.cbnr-p a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.cbnr-btns { display: flex; gap: 10px; margin-top: 14px; }
.cbnr-btn { padding: 10px 18px; font-size: 14px; }
.cbnr .btn-ghost { background: transparent; border: 1px solid var(--hairline); color: var(--white); }
@media (max-width: 720px) {
  /* справа оставляем место под круглые кнопки звонка/записи */
  .cbnr { left: 10px; right: 84px; bottom: 10px; max-width: none; padding: 14px 16px; }
  .cbnr-btns { flex-wrap: wrap; }
}
