/* ═══════════ Шрифты (локально, лицензия OFL — см. fonts/) ═══════════ */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/montserrat-cyrillic-wght-italic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/montserrat-latin-wght-italic.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: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/inter-cyrillic-wght-normal.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/inter-latin-wght-normal.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: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/inter-latin-ext-wght-normal.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ═══════════ Токены ═══════════ */
/* Белая тема — по умолчанию. Чёрная включается атрибутом data-theme="dark" на <html>
   (см. скрипт в <head> и блок «Тема сайта» в app.js). */
:root {
  /* only — чтобы браузер с принудительной тёмной темой не перекрашивал белую тему сайта */
  color-scheme: only light;
  --ink: #0B0F17;
  --ink-2: #151C29;
  /* Полосы «Компаниям», «Наша работа» и подвал: в белой теме светлые, в чёрной — темнее фона */
  --band-bg: #EDF2F8;
  --band-glow-blue: rgba(30, 108, 196, .10);
  --band-glow-red: rgba(224, 36, 27, .06);
  --band-text: #0E1420;
  --band-text-2: #3A4456;
  --band-muted: #566074;
  --band-line: #D3DCE7;
  --band-card: #FFFFFF;
  --band-card-text: #566074;
  --band-tag: #FFFFFF;
  --band-tag-line: #D3DCE7;
  --band-accent: #E0241B;
  --text: #0E1420;
  --text-2: #2A3242;
  --text-3: #3A4456;
  --muted: #566074;
  --placeholder: #98A2B3;
  --line: #E2E8F0;
  --line-2: #D3DCE7;
  --bg: #FFFFFF;
  --surface: #FFFFFF;
  --surface-2: #FFFFFF;
  --soft: #F3F7FB;
  --map-bg: #E6EDF4;
  --header-bg: rgba(255, 255, 255, .9);
  --bar-bg: rgba(255, 255, 255, .96);
  --red: #E0241B;
  --red-600: #C21C14;
  --red-50: #FDEDEB;
  --accent-text: #E0241B;
  --error-text: #C21C14;
  --blue: #1E6CC4;
  --blue-text: #1E6CC4;
  --blue-50: #EAF3FC;
  --success-50: #E7F7EE;
  --tg: #229ED9;
  --wa: #1FAF53;
  --radius: 20px;
  --shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 10px 30px rgba(16, 24, 40, .06);
  --shadow-lg: 0 30px 70px rgba(16, 38, 70, .18);
  --chip-shadow: 0 12px 30px rgba(16, 38, 70, .16);
  --display: 'Montserrat', 'Arial Black', Arial, sans-serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --header-h: 72px;
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #070A0F;
  --ink-2: #111823;
  --band-bg: #070A0F;
  --band-glow-blue: rgba(30, 108, 196, .28);
  --band-glow-red: rgba(224, 36, 27, .18);
  --band-text: #FFFFFF;
  --band-text-2: rgba(255, 255, 255, .72);
  --band-muted: rgba(255, 255, 255, .58);
  --band-line: rgba(255, 255, 255, .1);
  --band-card: #111823;
  --band-card-text: rgba(255, 255, 255, .68);
  --band-tag: rgba(255, 255, 255, .05);
  --band-tag-line: rgba(255, 255, 255, .2);
  --band-accent: #FF6B61;
  --text: #EDF1F6;
  --text-2: #D2D9E3;
  --text-3: #B7C1CE;
  --muted: #95A1B3;
  --placeholder: #6D7A8D;
  --line: #233044;
  --line-2: #34435B;
  --bg: #0D1219;
  --surface: #141B26;
  --surface-2: #1A2330;
  --soft: #10161F;
  --map-bg: #1A2330;
  --header-bg: rgba(13, 18, 25, .86);
  --bar-bg: rgba(13, 18, 25, .94);
  --red-50: rgba(224, 36, 27, .16);
  --accent-text: #FF6B61;
  --error-text: #FF7A70;
  --blue-text: #6AAEF5;
  --blue-50: rgba(30, 108, 196, .2);
  --success-50: rgba(31, 175, 83, .16);
  --shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 10px 30px rgba(0, 0, 0, .35);
  --shadow-lg: 0 30px 70px rgba(0, 0, 0, .5);
  --chip-shadow: 0 12px 30px rgba(0, 0, 0, .45);
}

/* ═══════════ Основа ═══════════ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
[hidden] { display: none !important; }
h1, h2, h3 { margin: 0; line-height: 1.12; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid rgba(30, 108, 196, .45); outline-offset: 2px; border-radius: 6px; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ic {
  width: 22px; height: 22px; flex: none;
  fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.ic.sm { width: 16px; height: 16px; }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 860px; }

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

/* ═══════════ Кнопки ═══════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 22px;
  border: 1.5px solid transparent; border-radius: 14px;
  font-weight: 700; font-size: 15px; line-height: 1.2; white-space: nowrap;
  cursor: pointer; background: none;
  transition: background-color .2s, border-color .2s, color .2s, transform .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: none; }
.btn .ic { width: 20px; height: 20px; }
.btn-sm { min-height: 42px; padding: 9px 16px; font-size: 14px; border-radius: 12px; }
.btn-lg { min-height: 56px; padding: 15px 26px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(224, 36, 27, .25); }
.btn-red:hover { background: var(--red-600); }
.btn-outline { border-color: var(--line-2); color: var(--text); background: var(--surface-2); }
.btn-outline:hover { border-color: var(--text); }
.btn-ghost { border-color: rgba(255, 255, 255, .5); color: #fff; }
.btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.btn-tg { background: var(--tg); color: #fff; }
.btn-tg:hover { background: #1B8DC4; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #1A9748; }
.btn-link { background: none; border: 0; padding: 4px 0; color: var(--muted); font-weight: 600; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; margin-top: 18px; }
.link-arrow .ic { width: 18px; height: 18px; transition: transform .2s; }
.link-arrow:hover .ic { transform: translateX(3px); }

/* ═══════════ Шапка ═══════════ */
.header {
  position: sticky; top: 0; z-index: 50;
  background: var(--header-bg);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.header.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 20px rgba(16, 24, 40, .05); }
.header-in { height: var(--header-h); display: flex; align-items: center; gap: 28px; }

.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 50%; flex: none;
  background: #fff url(img/logo-mark.jpg) center / cover no-repeat;
  box-shadow: 0 0 0 1px var(--line), 0 4px 12px rgba(16, 24, 40, .12);
}
:root[data-theme="dark"] .brand-mark { background-color: #0D1219; background-image: url(img/logo-mark-dark.jpg); }
.brand-text { display: flex; flex-direction: column; }
.brand-name { font-family: var(--display); font-style: italic; font-weight: 900; font-size: 23px; letter-spacing: -.02em; line-height: 1; }
.brand-name em { color: var(--red); font-style: italic; }
.brand-sub { font-size: 11.5px; font-weight: 600; color: var(--muted); letter-spacing: .02em; margin-top: 4px; }

.nav { display: flex; gap: 24px; margin: 0 auto; }
.nav a { font-size: 15px; font-weight: 500; color: var(--text-2); padding: 6px 0; position: relative; white-space: nowrap; }
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .25s;
}
.nav a:hover, .nav a.active { color: var(--text); }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 16px; margin-right: 6px; white-space: nowrap; }
.header-phone .ic { color: var(--red); width: 20px; height: 20px; }
.icon-btn {
  width: 44px; height: 44px; border-radius: 12px; display: inline-grid; place-items: center;
  border: 1.5px solid var(--line); background: var(--surface-2); color: var(--text); cursor: pointer; transition: border-color .2s, background-color .2s;
}
.icon-btn:hover { border-color: var(--line-2); background: var(--soft); }
.icon-btn.tg { color: var(--tg); }
.icon-btn.wa { color: var(--wa); }
.burger { display: none; }

.theme { position: relative; }
.theme-menu {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 60;
  min-width: 250px; padding: 6px; border-radius: 16px;
  background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-lg);
}
.theme-menu button {
  display: flex; align-items: center; gap: 12px; width: 100%;
  padding: 10px 12px; border: 0; border-radius: 11px; background: none;
  text-align: left; font-size: 15px; font-weight: 600; color: var(--text); cursor: pointer;
}
.theme-menu button:hover { background: var(--soft); }
.theme-menu button[aria-checked="true"] { background: var(--red-50); color: var(--accent-text); }
.theme-menu small { display: block; font-size: 12.5px; font-weight: 500; color: var(--muted); }
.theme-menu button[aria-checked="true"] small { color: inherit; opacity: .85; }
.theme-seg-title { margin-top: 20px; font-size: 13px; font-weight: 600; color: var(--muted); }
.theme-seg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-top: 8px; padding: 5px; border-radius: 14px; background: var(--soft); border: 1px solid var(--line); }
.theme-seg button {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 6px; border: 0; border-radius: 10px; background: none;
  font-size: 15px; font-weight: 600; color: var(--muted); cursor: pointer;
}
.theme-seg button .ic { width: 18px; height: 18px; }
.theme-seg button[aria-checked="true"] { background: var(--surface-2); color: var(--text); box-shadow: 0 2px 8px rgba(16, 24, 40, .12); }

.mobile-menu { border-top: 1px solid var(--line); background: var(--surface); box-shadow: 0 20px 40px rgba(16, 24, 40, .12); }
.mobile-menu nav { display: flex; flex-direction: column; padding-top: 8px; padding-bottom: 20px; }
.mobile-menu a:not(.btn) { padding: 14px 0; font-size: 17px; font-weight: 600; border-bottom: 1px solid var(--line); }
.mobile-menu .btn { margin-top: 18px; }

/* ═══════════ Первый экран ═══════════ */
.hero { position: relative; overflow: hidden; padding: 56px 0 80px; }
.hero::before {
  content: ""; position: absolute; right: -10%; top: -20%; width: 70%; height: 120%;
  background: radial-gradient(closest-side, var(--blue-50), transparent);
  z-index: -1;
}
.hero-in { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--line);
  font-size: 13.5px; font-weight: 600; color: var(--text-2); box-shadow: var(--shadow);
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px var(--red-50); }
.hero h1 {
  font-family: var(--display); font-style: italic; font-weight: 800;
  font-size: clamp(36px, 5vw, 62px); letter-spacing: -.025em; line-height: 1.04;
  margin: 22px 0 22px;
}
.red { color: var(--red); }
.lead { font-size: 18.5px; line-height: 1.65; color: var(--text-3); max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-points { margin-top: 30px; display: grid; gap: 10px; }
.hero-points li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--text-2); font-weight: 500; }
.hero-points .ic { width: 20px; height: 20px; color: #fff; background: var(--red); border-radius: 50%; padding: 3px; stroke-width: 3; margin-top: 2px; }

.hero-art { position: relative; }
.hero-logo {
  width: 124%; max-width: none; height: auto; margin: 0 -12%;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.float-chip {
  position: absolute; display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 999px; background: var(--surface-2);
  font-size: 14px; font-weight: 700; color: var(--text);
  box-shadow: var(--chip-shadow);
  white-space: nowrap;
}
.float-chip .ic { color: var(--red); width: 20px; height: 20px; }
.float-chip .ic.sm { color: var(--muted); width: 16px; height: 16px; }
.hero-logo-dark {
  mix-blend-mode: normal;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent), linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent), linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  mask-composite: intersect;
}
:root[data-theme="dark"] .logo-light, :root:not([data-theme="dark"]) .logo-dark { display: none; }
.chip-a { top: 3%; left: 0; }
.chip-b { top: 3%; right: 0; }
.chip-c { bottom: 3%; left: 50%; transform: translateX(-50%); }
.chip-step { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.chip-short { display: none; }

/* ═══════════ Полоса преимуществ ═══════════ */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg); }
.strip-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-item { display: flex; gap: 14px; align-items: center; padding: 26px 20px; }
.strip-item + .strip-item { border-left: 1px solid var(--line); }
.strip-item b { display: block; font-size: 15.5px; }
.strip-item span:not(.strip-ic) { display: block; font-size: 14px; color: var(--muted); line-height: 1.45; }
.strip-ic { width: 46px; height: 46px; border-radius: 14px; background: var(--blue-50); color: var(--blue-text); display: grid; place-items: center; flex: none; }

/* ═══════════ Секции ═══════════ */
.section { padding: 96px 0; }
.section-soft { background: var(--soft); }
.section-head { max-width: 640px; margin-bottom: 44px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-text);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 2px; }
.section-head.center .eyebrow::after { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 2px; }
h2 {
  font-family: var(--display); font-style: italic; font-weight: 800;
  font-size: clamp(30px, 3.6vw, 44px); letter-spacing: -.02em; line-height: 1.08;
}
.section-lead { margin-top: 16px; font-size: 17.5px; color: var(--muted); }
h3 { font-size: 19px; font-weight: 700; letter-spacing: -.01em; }

/* Услуги */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  position: relative; padding: 30px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--line);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.card-ic { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: var(--red-50); color: var(--accent-text); margin-bottom: 22px; }
.card-ic .ic { width: 26px; height: 26px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 15.5px; }
.card-accent { background: linear-gradient(150deg, #EF3B31, var(--red) 45%, #B3160F); border-color: transparent; color: #fff; }
.card-accent .card-ic { background: rgba(255, 255, 255, .16); color: #fff; }
.card-accent p { color: rgba(255, 255, 255, .88); }

/* Дополнительные услуги */
.extra { margin-top: 28px; padding: 36px; border-radius: 24px; background: var(--soft); border: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 16px); }
.extra-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.extra-head .eyebrow { margin-bottom: 10px; }
.extra-head .btn { flex: none; }
.extra-title { font-family: var(--display); font-style: italic; font-weight: 800; font-size: clamp(25px, 2.6vw, 32px); letter-spacing: -.02em; line-height: 1.1; }
.extra-lead { margin-top: 10px; max-width: 580px; color: var(--muted); font-size: 16.5px; }
.extra-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.extra-grid li { display: flex; flex-direction: column; gap: 4px; padding: 18px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); }
.extra-grid b { font-size: 16px; line-height: 1.3; }
.extra-grid small { font-size: 14px; line-height: 1.4; color: var(--muted); }
.extra-ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--red-50); color: var(--accent-text); margin-bottom: 10px; }
.extra-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; margin-top: 22px; color: var(--text-2); font-weight: 500; }
.extra-foot .link-arrow { margin: 0; }

/* В цифрах */
.numbers { margin-top: 40px; padding: 30px 32px; border-radius: 24px; background: var(--soft); border: 1px solid var(--line); }
.numbers-title { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 22px; letter-spacing: -.01em; margin-bottom: 20px; }
.numbers-list { display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers-list li { display: flex; flex-direction: column; gap: 6px; padding: 2px 24px; border-left: 1px solid var(--line-2); }
.numbers-list li:first-child { padding-left: 0; border-left: 0; }
.numbers-list b { font-family: var(--display); font-style: italic; font-weight: 800; font-size: clamp(28px, 3vw, 38px); line-height: 1.05; letter-spacing: -.02em; color: var(--accent-text); }
.numbers-list span { font-size: 14.5px; line-height: 1.45; color: var(--muted); }

/* Беспробежные */
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.split .section-head { margin-bottom: 0; position: sticky; top: calc(var(--header-h) + 32px); }
.countries { display: grid; gap: 12px; margin-top: 32px; }
.country { display: flex; gap: 14px; align-items: center; padding: 14px 16px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); }
.country b { display: block; font-size: 16px; }
.country span:not(.country-code) { font-size: 14px; color: var(--muted); }
.country-code {
  width: 46px; height: 46px; border-radius: 50%; flex: none; display: grid; place-items: center;
  font-family: var(--display); font-style: italic; font-weight: 800; font-size: 15px; color: var(--blue-text); background: var(--blue-50);
}
.rules { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rule { display: flex; flex-direction: column; gap: 16px; padding: 26px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.rule h3 { font-size: 18px; margin-bottom: 8px; }
.rule p { color: var(--muted); font-size: 15px; }
.rule-ic { width: 46px; height: 46px; border-radius: 14px; background: var(--red); color: #fff; display: grid; place-items: center; }

/* География */
.geo { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.geo-card { padding: 30px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.geo-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.geo-ic { width: 48px; height: 48px; border-radius: 14px; flex: none; display: grid; place-items: center; background: var(--red-50); color: var(--accent-text); }
.geo-ic .ic { width: 24px; height: 24px; }
.geo-tag { padding: 6px 12px; border-radius: 999px; background: var(--soft); border: 1px solid var(--line); font-size: 13px; font-weight: 600; color: var(--text-2); white-space: nowrap; }
.geo-card h3 { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 28px; letter-spacing: -.02em; margin-bottom: 16px; }
.geo-list { display: grid; gap: 10px; }
.geo-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--text-3); }
.geo-list .ic { width: 18px; height: 18px; margin-top: 3px; color: var(--accent-text); stroke-width: 2.6; }
.geo-card-accent { background: linear-gradient(150deg, #EF3B31, var(--red) 45%, #B3160F); border-color: transparent; color: #fff; }
.geo-card-accent .geo-ic { background: rgba(255, 255, 255, .16); color: #fff; }
.geo-card-accent .geo-tag { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .28); color: #fff; }
.geo-card-accent .geo-list li { color: rgba(255, 255, 255, .92); }
.geo-card-accent .geo-list .ic { color: #fff; }

/* Компаниям */
.section-ink {
  background:
    radial-gradient(900px 400px at 90% 0%, var(--band-glow-blue), transparent 60%),
    radial-gradient(700px 400px at 0% 100%, var(--band-glow-red), transparent 60%),
    var(--band-bg);
  color: var(--band-text);
}
.section-ink .section-lead { color: var(--band-text-2); }
.section-ink .eyebrow { color: var(--band-accent); }
.b2b-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: end; margin-bottom: 48px; }
.b2b-head .section-head { margin-bottom: 0; }
.b2b-who-title { font-size: 14px; font-weight: 600; color: var(--band-muted); margin-bottom: 12px; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tags li { padding: 9px 15px; border-radius: 999px; border: 1px solid var(--band-tag-line); background: var(--band-tag); font-size: 14.5px; font-weight: 500; }
.b2b-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--band-line); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--band-line); }
.b2b-item { padding: 30px; background: var(--band-card); }
.b2b-item .ic { width: 28px; height: 28px; color: var(--band-accent); margin-bottom: 18px; }
.b2b-item h3 { font-size: 18px; margin-bottom: 8px; }
.b2b-item p { color: var(--band-card-text); font-size: 15px; }
.b2b-cta {
  margin-top: 28px; padding: 34px 38px; border-radius: var(--radius);
  background: linear-gradient(120deg, #EF3B31, var(--red) 45%, #A9140D); color: #fff;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.b2b-cta h3 { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 26px; margin-bottom: 8px; }
.b2b-cta p { color: rgba(255, 255, 255, .88); }
.b2b-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; flex: none; }
.b2b-cta .btn-red { background: #fff; color: var(--red); box-shadow: 0 10px 24px rgba(0, 0, 0, .18); }
.b2b-cta .btn-red:hover { background: #FFF1EF; }

/* Шаги */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: step; }
.step { position: relative; padding: 28px 22px 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.step::before { content: ""; position: absolute; left: 22px; right: 22px; top: 0; height: 3px; border-radius: 0 0 3px 3px; background: var(--red); }
.step-n { display: block; font-family: var(--display); font-style: italic; font-weight: 900; font-size: 36px; line-height: 1; color: var(--accent-text); margin-bottom: 18px; }
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15px; }

/* Стоимость */
.price-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.price-layout .section-head { margin-bottom: 0; position: sticky; top: calc(var(--header-h) + 32px); }
.price-layout .section-head .btn { margin-top: 28px; }
.factors { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.factor { display: flex; gap: 16px; padding: 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.factor .ic { width: 26px; height: 26px; color: var(--accent-text); margin-top: 2px; }
.factor h3 { font-size: 17px; margin-bottom: 6px; }
.factor p { color: var(--muted); font-size: 15px; }
.price-note { margin: -4px 0 16px; font-size: 13.5px; color: var(--muted); }
.price-list { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-bottom: 16px; }
.price-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 24px; }
.price-row + .price-row { border-top: 1px solid var(--line); }
.price-row b { display: block; font-size: 16px; }
.price-row small { color: var(--muted); font-size: 14px; }
.price-row strong { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 22px; color: var(--accent-text); white-space: nowrap; }

/* Отзывы */
.reviews-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 40px; }
.reviews-head .section-head { margin-bottom: 0; }
.rating {
  display: flex; align-items: center; gap: 16px; flex: none;
  padding: 18px 22px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.rating-num { font-family: var(--display); font-style: italic; font-weight: 900; font-size: 44px; line-height: 1; }
.rating small { display: block; margin-top: 4px; font-size: 14px; color: var(--muted); }
.stars { display: inline-flex; gap: 2px; color: #FFB400; }
.stars .ic { width: 18px; height: 18px; }
.review-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.review { margin: 0; padding: 26px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.review-top { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.review-top b { display: block; font-size: 16px; }
.review-top small { display: block; font-size: 13.5px; color: var(--muted); }
.review-top .stars { margin-left: auto; }
.review-top .stars .ic { width: 15px; height: 15px; }
.avatar {
  width: 44px; height: 44px; border-radius: 50%; flex: none; display: grid; place-items: center;
  font-weight: 700; font-size: 18px; color: #fff; background: linear-gradient(145deg, #F0443A, var(--red));
}
.review:nth-child(2) .avatar { background: linear-gradient(145deg, #4A98EA, var(--blue)); }
.review:nth-child(3) .avatar { background: linear-gradient(145deg, #2BC06A, #16924A); }
.review blockquote { margin: 0; color: var(--text-3); font-size: 15.5px; line-height: 1.65; }
.review blockquote.clamp p { display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; }
.review blockquote.clamp.open p { display: block; }
.review-more { margin-top: 10px; }
.review-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.review-link {
  flex: 1 1 280px; display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 16px;
  border: 1px solid var(--line); background: var(--surface); transition: border-color .2s, box-shadow .2s;
}
.review-link:hover { border-color: var(--line-2); box-shadow: var(--shadow); }
.review-link b { display: block; }
.review-link small { color: var(--muted); font-size: 14px; }
.review-link > .ic { margin-left: auto; color: var(--muted); }
.review-logo { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-weight: 800; font-size: 20px; color: #fff; flex: none; }
.review-logo.ya { background: #FC3F1D; }
.review-logo.gis { background: #19AA1E; font-family: var(--display); font-style: italic; }

/* Фотоотчёты */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery button {
  position: relative; display: block; padding: 0; border: 0; border-radius: 16px; overflow: hidden;
  aspect-ratio: 4 / 3; background: var(--band-card); cursor: zoom-in;
}
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.gallery button:hover img { transform: scale(1.04); }
.gallery-more { margin-top: 24px; }
.lightbox { width: 100vw; height: 100vh; max-width: 100vw; max-height: 100vh; margin: 0; padding: 0; border: 0; background: transparent; }
.lightbox[open] { display: grid; place-items: center; }
.lightbox::backdrop { background: rgba(5, 8, 12, .92); }
.lightbox img { max-width: min(92vw, 1400px); max-height: 84vh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 20px 60px rgba(0, 0, 0, .5); }
.lb-btn {
  position: fixed; width: 48px; height: 48px; border-radius: 50%; border: 0; cursor: pointer;
  display: grid; place-items: center; background: rgba(255, 255, 255, .14); color: #fff;
}
.lb-btn:hover { background: rgba(255, 255, 255, .26); }
.lb-close { top: 16px; right: 16px; }
.lb-prev { left: 16px; top: 50%; transform: translateY(-50%) rotate(180deg); }
.lb-next { right: 16px; top: 50%; transform: translateY(-50%); }
.lb-count { position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); color: rgba(255, 255, 255, .8); font-size: 14px; font-weight: 600; }

/* Вопросы */
.faq { display: grid; gap: 12px; }
.faq details { border-radius: 16px; background: var(--surface); border: 1px solid var(--line); transition: border-color .2s, box-shadow .2s; }
.faq details[open] { border-color: var(--line-2); box-shadow: var(--shadow); }
.faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 24px; cursor: pointer; list-style: none; font-weight: 700; font-size: 17px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { color: var(--accent-text); transition: transform .25s; }
.faq details[open] summary .ic { transform: rotate(180deg); }
.faq details p { padding: 0 24px 22px; color: var(--muted); }

/* Заявка и контакты */
.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; }
.form-card { padding: 40px; border-radius: 26px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-card > .section-lead { margin-bottom: 28px; }
.lead-form { display: grid; gap: 18px; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.row-end { align-items: end; }
.field { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; min-width: 0; }
.field > span, .field > legend { font-size: 14px; font-weight: 600; color: var(--text-2); padding: 0; }
.field b { color: var(--accent-text); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 13px 16px;
  border: 1.5px solid var(--line-2); border-radius: 13px; background: var(--surface-2);
  font-size: 16px; transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 96px; }
.field select {
  appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer;
  background: var(--surface-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23566074' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 16px center no-repeat;
}
.field input::placeholder, .field textarea::placeholder { color: var(--placeholder); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(30, 108, 196, .14); }
.field input[aria-invalid="true"] { border-color: var(--red); box-shadow: 0 0 0 4px rgba(224, 36, 27, .12); }
.field legend { margin-bottom: 8px; }

.seg { display: grid; grid-template-columns: 1fr 1fr; padding: 5px; border-radius: 15px; background: var(--soft); border: 1px solid var(--line); }
.seg label, .chips label { position: relative; cursor: pointer; }
.seg input, .chips input { position: absolute; opacity: 0; pointer-events: none; }
.seg span { display: block; text-align: center; padding: 11px 12px; border-radius: 11px; font-weight: 600; font-size: 15px; color: var(--muted); transition: background-color .2s, color .2s, box-shadow .2s; }
.seg input:checked + span { background: var(--surface-2); color: var(--text); box-shadow: 0 2px 8px rgba(16, 24, 40, .1); }
.seg input:focus-visible + span, .chips input:focus-visible + span { outline: 3px solid rgba(30, 108, 196, .45); outline-offset: 2px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips span { display: block; padding: 10px 18px; border-radius: 999px; border: 1.5px solid var(--line-2); font-weight: 600; font-size: 15px; transition: border-color .2s, background-color .2s, color .2s; }
.chips label:hover span { border-color: var(--muted); }
.chips input:checked + span { border-color: var(--red); background: var(--red-50); color: var(--error-text); }

.check { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; font-size: 15px; font-weight: 500; min-height: 52px; align-content: center; padding: 14px 0; }
.check input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--red); flex: none; cursor: pointer; }
.consent { min-height: 0; padding: 0; font-size: 14px; color: var(--muted); }
.consent a { color: var(--text); text-decoration: underline; text-underline-offset: 2px; }
.consent.invalid { color: var(--error-text); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { padding: 12px 16px; border-radius: 12px; background: var(--red-50); color: var(--error-text); font-weight: 600; font-size: 15px; }

.form-done { text-align: center; padding: 20px 0 4px; }
.form-done:focus { outline: none; }
.form-done h3 { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 26px; margin-bottom: 10px; }
.form-done p { color: var(--muted); max-width: 460px; margin: 0 auto 24px; }
.done-ic { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 20px; display: grid; place-items: center; background: var(--success-50); color: var(--wa); }
.done-ic .ic { width: 36px; height: 36px; stroke-width: 2.6; }
.fallback-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 18px; }
.fallback-call { color: var(--muted); margin-bottom: 14px !important; }
.fallback-call a { color: var(--text); font-weight: 700; }

.contact-card { padding: 36px; border-radius: 26px; background: var(--soft); border: 1px solid var(--line); }
.contact-card h2 { font-size: 30px; margin-bottom: 22px; }
.contact-list { display: grid; gap: 20px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list li > .ic { width: 42px; height: 42px; padding: 10px; border-radius: 12px; background: var(--surface); color: var(--accent-text); border: 1px solid var(--line); }
.contact-list small { display: block; font-size: 13px; color: var(--muted); font-weight: 600; margin-bottom: 2px; }
.contact-list a:not(.btn) { font-weight: 600; }
.contact-note { display: block; margin-top: 4px; font-size: 13.5px; line-height: 1.45; color: var(--muted); }
.contact-big { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 24px; letter-spacing: -.01em; }
.messengers { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.map-links { display: flex; gap: 16px; }
.map-links a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line-2); }
.map-links a:hover { text-decoration-color: currentColor; }
.map { margin-top: 26px; height: 300px; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: var(--map-bg); }
.map iframe { width: 100%; height: 100%; border: 0; }

/* ═══════════ Подвал ═══════════ */
.footer { background: var(--band-bg); color: var(--band-text-2); padding: 64px 0 28px; }
.footer-in { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.brand-light .brand-name { color: var(--band-text); }
.brand-light .brand-sub { color: var(--band-muted); }
.footer-brand p { margin-top: 18px; max-width: 320px; font-size: 15px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h3 { color: var(--band-text); font-size: 15px; margin-bottom: 6px; }
.footer-col a { font-size: 15px; width: fit-content; }
.footer a:hover { color: var(--band-text); }
.footer-bottom { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 48px; padding-top: 24px; font-size: 14px; }
.footer-bottom::before { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 1px; background: var(--band-line); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-req { display: block; margin-top: 6px; font-size: 13px; color: var(--band-muted); }

/* ═══════════ Мобильная панель ═══════════ */
.mobile-bar { display: none; }

/* ═══════════ Юридические страницы ═══════════ */
.doc { padding: 56px 0 96px; }
.doc h1 { font-family: var(--display); font-style: italic; font-weight: 800; font-size: clamp(28px, 4vw, 40px); letter-spacing: -.02em; margin-bottom: 12px; }
.doc h2 { font-size: 22px; margin: 36px 0 12px; }
.doc p, .doc li { color: var(--text-3); margin: 10px 0; }
.doc ul { list-style: disc; padding-left: 22px; }
.doc .note { padding: 14px 18px; border-radius: 12px; background: var(--red-50); color: var(--error-text); font-weight: 600; font-size: 15px; }
.doc .muted { color: var(--muted); }

/* ═══════════ Адаптив ═══════════ */
@media (max-width: 1359px) {
  .header-phone span { display: none; }
  .header-phone { width: 44px; height: 44px; margin: 0; justify-content: center; border-radius: 12px; border: 1.5px solid var(--line); }
}

@media (max-width: 1180px) {
  .nav { gap: 18px; }
  .nav a { font-size: 14.5px; }
}

@media (max-width: 1080px) {
  .nav, .header-cta { display: none; }
  .burger { display: inline-grid; }
  .header-actions { margin-left: auto; }
  .hero-in { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 720px; }
  .hero-art { width: 100%; max-width: 640px; margin: 0 auto; }
  .cards { grid-template-columns: 1fr 1fr; }
  .split, .price-layout, .b2b-head { grid-template-columns: 1fr; gap: 36px; }
  .review-cards { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .extra-head { flex-direction: column; align-items: flex-start; }
  .extra-grid { grid-template-columns: repeat(3, 1fr); }
  .geo { grid-template-columns: 1fr 1fr; }
  .geo-card-accent { grid-column: 1 / -1; }
  .numbers-list { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .numbers-list li, .numbers-list li:first-child { padding: 0; border-left: 0; }
  .geo-card-accent .geo-list { grid-template-columns: 1fr 1fr; column-gap: 24px; }
  .split .section-head, .price-layout .section-head { position: static; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .b2b-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-in { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .strip-in { grid-template-columns: 1fr 1fr; }
  .strip-item:nth-child(3) { border-left: 0; }
  .strip-item:nth-child(n+3) { border-top: 1px solid var(--line); }
}

@media (max-width: 860px) {
  :root { --header-h: 64px; }
  .section { padding: 72px 0; }
  .b2b-cta { flex-direction: column; align-items: flex-start; padding: 30px; }
  .reviews-head { flex-direction: column; align-items: flex-start; }
  .mobile-bar {
    display: flex; gap: 8px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: var(--bar-bg); border-top: 1px solid var(--line);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 -8px 24px rgba(16, 24, 40, .08);
  }
  .mobile-bar a {
    flex: 1 1 0; display: flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 48px; border-radius: 13px; font-weight: 700; font-size: 15px;
    border: 1.5px solid var(--line-2); background: var(--surface-2); color: var(--text);
  }
  .mobile-bar .ic { width: 19px; height: 19px; }
  .mobile-bar .mb-call .ic { color: var(--red); }
  .mobile-bar .mb-msg .ic { color: var(--tg); }
  .mobile-bar .mb-lead { background: var(--red); border-color: var(--red); color: #fff; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
}

@media (max-width: 640px) {
  .wrap { padding: 0 16px; }
  .footer-bottom::before { left: 16px; right: 16px; }
  .hero { padding: 32px 0 56px; }
  .lead { font-size: 17px; }
  .hero-actions .btn { flex: 1 1 100%; }
  .float-chip { font-size: 12.5px; padding: 8px 11px; }
  .float-chip .ic { width: 17px; height: 17px; }
  .chip-a { top: 12px; left: 12px; }
  .chip-b { display: none; }
  .chip-c { bottom: 8px; width: max-content; max-width: calc(100% - 24px); white-space: normal; flex-wrap: wrap; justify-content: center; row-gap: 2px; text-align: center; }
  .chip-full { display: none; }
  .chip-short { display: inline; }
  .header-actions .theme { display: none; }
  .header-actions { gap: 8px; }
  .header-actions .icon-btn.tg { display: none; }
  .strip-in { grid-template-columns: 1fr; }
  .strip-item { padding: 18px 4px; }
  .strip-item + .strip-item { border-left: 0; border-top: 1px solid var(--line); }
  .cards, .rules, .factors, .b2b-grid, .row-2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .card, .rule, .b2b-item { padding: 24px; }
  .section-lead { font-size: 16.5px; }
  .form-card, .contact-card { padding: 24px 18px; border-radius: 22px; }
  .row-end { gap: 6px; }
  .review-cards { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 8px; }
  .gallery button { border-radius: 12px; }
  .review { padding: 22px 18px; }
  .extra { padding: 22px 16px; border-radius: 20px; }
  .extra-head { margin-bottom: 20px; }
  .extra-head .btn { width: 100%; }
  .extra-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .extra-grid li { padding: 14px; }
  .extra-grid small { font-size: 13.5px; }
  .extra-ic { width: 38px; height: 38px; border-radius: 11px; margin-bottom: 8px; }
  .geo { grid-template-columns: 1fr; }
  .geo-card { padding: 24px; }
  .numbers { padding: 22px 18px; border-radius: 20px; }
  .geo-card-accent .geo-list { grid-template-columns: 1fr; }
  .footer-in { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .brand-name { font-size: 21px; }
  .brand-mark { width: 42px; height: 42px; }
  .price-row { flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* Узкие телефоны: плитки дополнительных услуг в один столбец, иконка слева */
@media (max-width: 420px) {
  .extra-grid { grid-template-columns: 1fr; }
  .extra-grid li { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; row-gap: 1px; padding: 12px 14px; }
  .extra-ic { grid-row: span 2; margin: 0; }
  .extra-grid b { align-self: end; }
  .extra-grid small { align-self: start; }
}

@media (max-width: 360px) {
  .geo-card { padding: 20px; }
  .geo-tag { font-size: 12px; padding: 5px 10px; }
  .brand-sub { display: none; }
  .header-in { gap: 12px; }
  .brand { gap: 10px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 19px; }
  .header-actions .icon-btn, .header-phone { width: 40px; height: 40px; }
}

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