/* ============================================================
   A.R LITEK — ar-litek.co.il — v2 (premium)
   Направление: светлая «водная» подача, воздух, спокойный премиум.
   Глубина — из контраста тёмное↔светлое; тёплый акцент — точечно.
   ============================================================ */

:root {
  --white: #ffffff;
  --bg: #f2f7f9;          /* чередующиеся секции */
  --bg-2: #e9f2f5;
  --deep: #082a3a;        /* глубокая вода — тёмные секции/футер */
  --deep-2: #0c384c;
  --ink: #12262f;         /* основной текст */
  --muted: #567180;
  --mute-2: #8398a2;
  --line: #e4edf1;
  --brand: #1580a6;       /* ссылки, иконки */
  --brand-deep: #125f7c;
  --aqua: #46b1d4;
  --aqua-soft: #e7f3f8;
  --brass: #b28a4e;       /* премиум-акцент */
  --brass-deep: #8a6a37;
  --brass-soft: #f4ecdd;
  --cta: #e8613c;         /* тёплый терракот — конверсия без «распродажи» */
  --cta-deep: #d3512c;
  --wa: #24bf5b;
  --wa-deep: #1cae52;
  --ok: #16966a;
  --danger: #d0553f;

  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 28px;
  --shadow-1: 0 1px 2px rgba(8,42,58,.05), 0 12px 30px -14px rgba(8,42,58,.14);
  --shadow-2: 0 1px 2px rgba(8,42,58,.05), 0 26px 50px -20px rgba(8,42,58,.24);
  --shadow-card: 0 2px 6px rgba(8,42,58,.04), 0 20px 40px -22px rgba(8,42,58,.20);
  --container: 1180px;
  --font-display: "Onest", "Manrope", "Segoe UI", system-ui, sans-serif;
  --font-text: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-text);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 22px; }

/* ---------- Типографика ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; color: var(--deep); }
h1 { font-size: clamp(37px, 5.1vw, 60px); line-height: 1.04; letter-spacing: -1.6px; }
h2 { font-size: clamp(28px, 3.7vw, 43px); letter-spacing: -1.1px; }
h3 { font-size: 20px; letter-spacing: -0.4px; }

.section { padding: 100px 0; }
.section--alt { background: var(--bg); }
.section--deep { background: linear-gradient(160deg, var(--deep) 0%, var(--deep-2) 100%); color: #dcebf1; }
.section--deep h2 { color: #fff; }

.section-head { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.section-head p { color: var(--muted); margin-top: 16px; font-size: 19px; line-height: 1.55; }
.section--deep .section-head p { color: #a9c6d4; }

.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-text);
  font-size: 12.5px; font-weight: 800; letter-spacing: 2.2px; text-transform: uppercase;
  color: var(--brass-deep);
  margin-bottom: 18px;
}
.kicker::before { content: ""; width: 26px; height: 1.5px; background: var(--brass); display: inline-block; }
.section-head .kicker::after { content: ""; width: 26px; height: 1.5px; background: var(--brass); display: inline-block; }
.section-head .kicker { justify-content: center; }
.section--deep .kicker { color: var(--aqua); }
.section--deep .kicker::before, .section--deep .kicker::after { background: var(--aqua); }

/* ---------- Кнопки ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-text); font-size: 16.5px; font-weight: 800; line-height: 1;
  padding: 17px 30px; border-radius: 14px; border: 0; cursor: pointer;
  text-decoration: none !important; letter-spacing: -0.2px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--cta { background: var(--cta); color: #fff; box-shadow: 0 8px 20px -8px rgba(232,97,60,.7); }
.btn--cta:hover { background: var(--cta-deep); transform: translateY(-2px); }
.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 8px 20px -8px rgba(36,191,91,.7); }
.btn--wa:hover { background: var(--wa-deep); transform: translateY(-2px); }
.btn--dark { background: var(--deep); color: #fff; }
.btn--dark:hover { background: var(--deep-2); transform: translateY(-2px); }
.btn--ghost { background: #fff; color: var(--deep); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--aqua); color: var(--brand); }
.btn--light { background: #fff; color: var(--deep); }
.btn--light:hover { transform: translateY(-2px); }
.btn--lg { padding: 20px 34px; font-size: 17.5px; }
.btn--block { width: 100%; }
.btn svg { width: 20px; height: 20px; flex: 0 0 auto; }

/* ---------- Топ-строка ---------- */
.topline { background: var(--deep); color: #b7d0da; font-size: 13.5px; padding: 8px 0; }
.topline .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topline a { color: #fff; font-weight: 700; }
.topline__geo { display: flex; align-items: center; gap: 8px; }
.topline__geo svg { width: 14px; height: 14px; color: var(--aqua); }

/* ---------- Шапка ---------- */
.header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,255,255,.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header__in { display: flex; align-items: center; gap: 28px; padding: 13px 0; }
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none !important; }
.logo__mark { width: 46px; height: 46px; flex: 0 0 auto; }
.logo__text { line-height: 1.05; }
.logo__name { display: block; white-space: nowrap; font-family: var(--font-display); font-weight: 800; font-size: 21px; color: var(--deep); letter-spacing: .4px; }
.logo__sub { display: block; white-space: nowrap; font-size: 11px; color: var(--brass-deep); font-weight: 700; letter-spacing: .3px; }

.nav { display: flex; gap: 24px; margin-left: auto; }
.nav a { color: var(--ink); font-weight: 700; white-space: nowrap; font-size: 15.5px; text-decoration: none; padding: 6px 2px; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a.is-active { color: var(--brand); border-bottom-color: var(--aqua); }

.header__cta { display: flex; align-items: center; gap: 14px; }
.header__phone { white-space: nowrap; font-family: var(--font-display); font-weight: 800; font-size: 17px; color: var(--deep); text-decoration: none !important; line-height: 1.15; text-align: right; }
.header__phone small { display: block; font-family: var(--font-text); font-size: 11px; color: var(--ok); font-weight: 700; }
.header .btn { padding: 13px 22px; font-size: 15px; }

.burger { display: none; background: none; border: 0; width: 44px; height: 44px; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger span { width: 24px; height: 2.5px; background: var(--deep); border-radius: 2px; }

/* ---------- HERO (светлый) ---------- */
.hero { position: relative; background:
    radial-gradient(120% 90% at 88% 10%, var(--aqua-soft) 0%, rgba(231,243,248,0) 55%),
    linear-gradient(180deg, #fbfdfe 0%, #eef6f9 100%);
  overflow: hidden; }
.hero__in { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 76px 0 84px; }
.hero h1 { margin: 18px 0 20px; }
.hero h1 em { font-style: normal; color: var(--brand); }
.hero__lead { font-size: 19.5px; color: var(--muted); max-width: 540px; line-height: 1.6; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero__trust { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.hero__trust .num { font-family: var(--font-display); font-weight: 800; font-size: 30px; color: var(--deep); line-height: 1; }
.hero__trust .lbl { font-size: 13.5px; color: var(--muted); margin-top: 6px; }
.hero__trust > div { position: relative; padding-right: 26px; }
.hero__trust > div:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 3px; bottom: 3px; width: 1px; background: var(--line); }

/* hero media */
.hero__media { position: relative; }
.hero__media img { width: 100%; height: 540px; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-2); }
.hero__badge {
  position: absolute; left: -26px; bottom: 34px;
  background: #fff; border-radius: 18px; padding: 18px 22px;
  box-shadow: var(--shadow-2); display: flex; align-items: center; gap: 14px;
}
.hero__badge .ring { width: 46px; height: 46px; border-radius: 50%; background: var(--brass-soft); color: var(--brass-deep); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.hero__badge .ring svg { width: 24px; height: 24px; }
.hero__badge b { display: block; font-family: var(--font-display); font-size: 17px; color: var(--deep); }
.hero__badge span { font-size: 13px; color: var(--muted); }
.hero__badge--tr { left: auto; right: -22px; bottom: auto; top: 28px; }

/* ---------- Полоса-заявка (после hero) ---------- */
.quote-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.quote-strip__in { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; padding: 40px 0; }
.quote-strip h3 { font-size: 24px; margin-bottom: 8px; }
.quote-strip p { color: var(--muted); font-size: 15.5px; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; }
.input, select.input, textarea.input {
  width: 100%; font-family: inherit; font-size: 16px; padding: 15px 16px;
  border: 1.5px solid var(--line); border-radius: var(--r-sm); background: #fff; color: var(--ink);
  outline: none; transition: border .15s, box-shadow .15s;
}
.input:focus { border-color: var(--aqua); box-shadow: 0 0 0 4px var(--aqua-soft); }
textarea.input { resize: vertical; min-height: 92px; }
.form-agree { font-size: 12.5px; color: var(--mute-2); margin-top: 12px; text-align: center; }
.form-agree a { color: var(--brand); }

/* ---------- Полоса доверия (иконки) ---------- */
.trustbar { background: var(--white); }
.trustbar__in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 4px 0 0; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; }
.trust-item .ic { width: 46px; height: 46px; border-radius: 13px; background: var(--aqua-soft); color: var(--brand); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.trust-item .ic svg { width: 24px; height: 24px; }
.trust-item b { display: block; font-family: var(--font-display); font-size: 16.5px; color: var(--deep); line-height: 1.25; }
.trust-item span { font-size: 13.5px; color: var(--muted); }

/* ---------- Карточки услуг ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card { background: #fff; border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-card); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); }
.card__imgwrap { position: relative; overflow: hidden; }
.card__img { height: 220px; object-fit: cover; width: 100%; transition: transform .5s ease; }
.card:hover .card__img { transform: scale(1.05); }
.card__tag { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.94); backdrop-filter: blur(4px); color: var(--brand-deep); font-weight: 800; font-size: 12px; letter-spacing: .4px; padding: 6px 12px; border-radius: 100px; }
.card__body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.card__body p { color: var(--muted); font-size: 15.5px; margin: 10px 0 18px; }
.card__price { font-family: var(--font-display); font-weight: 800; color: var(--deep); font-size: 19px; margin-bottom: 18px; }
.card__price small { color: var(--mute-2); font-weight: 600; font-size: 12.5px; display: block; font-family: var(--font-text); margin-top: 2px; }
.card .btn { margin-top: auto; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split__img { border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-2); position: relative; }
.split__img img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.checklist { list-style: none; display: grid; gap: 16px; margin-top: 26px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; }
.checklist .ck { width: 26px; height: 26px; border-radius: 50%; background: var(--aqua-soft); color: var(--ok); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; margin-top: 1px; }
.checklist .ck svg { width: 15px; height: 15px; }
.checklist li b { color: var(--deep); }
.checklist--x .ck { background: #fdecea; color: var(--danger); }

/* ---------- Сравнение ---------- */
.compare-wrap { overflow-x: auto; border-radius: var(--r-md); box-shadow: var(--shadow-card); border: 1px solid var(--line); }
.compare { width: 100%; border-collapse: collapse; background: #fff; min-width: 680px; }
.compare th, .compare td { padding: 20px 22px; text-align: left; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.compare thead th { background: var(--deep); color: #cfe2ea; font-size: 13px; text-transform: uppercase; letter-spacing: .6px; font-family: var(--font-text); font-weight: 800; }
.compare thead th.hl { background: var(--brand); color: #fff; position: relative; }
.compare .hl { background: var(--aqua-soft); }
.compare tbody tr:last-child td { border-bottom: 0; }
.compare td.yes { color: var(--ok); font-weight: 700; }
.compare td.no { color: var(--danger); font-weight: 700; }
.compare .col1 { font-weight: 600; color: var(--ink); }

/* ---------- Шаги ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.step { position: relative; background: #fff; border-radius: var(--r-md); padding: 30px 26px 26px; box-shadow: var(--shadow-card); overflow: hidden; }
.step__num { position: absolute; top: 6px; right: 14px; font-family: var(--font-display); font-weight: 800; font-size: 84px; line-height: 1; color: var(--aqua-soft); z-index: 0; }
.step h3 { font-size: 18px; margin-bottom: 8px; position: relative; z-index: 1; }
.step p { font-size: 14.5px; color: var(--muted); position: relative; z-index: 1; }
.step .dot { width: 40px; height: 40px; border-radius: 12px; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; margin-bottom: 16px; position: relative; z-index: 1; }

/* ---------- Акция ---------- */
.promo { border-radius: var(--r-lg); background: linear-gradient(150deg, var(--deep) 10%, #10516e 100%); color: #fff; padding: 50px 52px; display: grid; grid-template-columns: 1.4fr .8fr; gap: 40px; align-items: center; box-shadow: var(--shadow-2); position: relative; overflow: hidden; }
.promo::after { content: ""; position: absolute; right: -80px; top: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(70,177,212,.4), transparent 65%); }
.promo h2 { color: #fff; margin-bottom: 14px; }
.promo p { color: #b9d3df; font-size: 17px; }
.promo__badge { display: inline-flex; align-items: center; gap: 8px; background: var(--brass); color: #fff; font-weight: 800; font-size: 12.5px; letter-spacing: 1px; text-transform: uppercase; border-radius: 100px; padding: 8px 16px; margin-bottom: 18px; }
.promo__side { position: relative; z-index: 2; }
.promo__side .btn { width: 100%; margin-top: 12px; }

/* ---------- Отзывы ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.review { background: #fff; border-radius: var(--r-md); padding: 30px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; }
.review__stars { color: #e8a23c; letter-spacing: 3px; font-size: 17px; margin-bottom: 14px; }
.review p { font-size: 15.5px; color: var(--ink); flex: 1; }
.review__who { margin-top: 18px; display: flex; align-items: center; gap: 12px; }
.review__who b { display: block; font-family: var(--font-display); font-size: 15px; color: var(--deep); }
.review__who span { font-size: 13px; color: var(--mute-2); }
.review__src { margin-left: auto; color: var(--mute-2); }
.review__src svg { width: 22px; height: 22px; }
.reviews-note { text-align: center; margin-top: 34px; color: var(--muted); font-size: 15px; }

/* ---------- FAQ ---------- */
.faq { max-width: 840px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; box-shadow: var(--shadow-card); }
.faq summary { list-style: none; cursor: pointer; font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--deep); padding: 20px 54px 20px 24px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 24px; color: var(--brand); font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 24px 22px; color: var(--muted); font-size: 15.5px; }

/* ---------- География ---------- */
.geo-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 8px; }
.geo-chip { background: #fff; border: 1px solid var(--line); color: var(--deep); font-weight: 700; font-size: 14.5px; border-radius: 100px; padding: 10px 20px; box-shadow: var(--shadow-card); }
.section--deep .geo-chip { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #eaf4f8; box-shadow: none; }
.geo-note { text-align: center; color: var(--muted); font-size: 15px; margin-top: 24px; }
.section--deep .geo-note { color: #a9c6d4; }

/* ---------- Финальный CTA ---------- */
.final-cta { position: relative; overflow: hidden; background: linear-gradient(160deg, var(--deep) 0%, var(--deep-2) 100%); color: #fff; }
.final-cta__in { position: relative; z-index: 2; text-align: center; padding: 92px 0; max-width: 720px; margin: 0 auto; }
.final-cta h2 { color: #fff; margin-bottom: 16px; }
.final-cta p { color: #b9d3df; font-size: 18px; margin-bottom: 32px; }
.final-cta .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Футер ---------- */
.footer { background: #061f2b; color: #93b0bd; font-size: 15px; }
.footer__in { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 40px; padding: 62px 0 44px; }
.footer h4 { color: #fff; font-size: 16px; margin-bottom: 18px; font-family: var(--font-display); }
.footer ul { list-style: none; display: grid; gap: 11px; }
.footer a { color: #93b0bd; }
.footer a:hover { color: #fff; }
.footer__brand p { margin-top: 16px; font-size: 14px; line-height: 1.6; }
.footer__contacts li { display: flex; gap: 10px; align-items: flex-start; }
.footer__contacts svg { width: 17px; height: 17px; margin-top: 3px; color: var(--aqua); flex: 0 0 auto; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; }
.footer__bottom .container { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13.5px; color: #6d8b98; }

/* ---------- Плавающие / мобильные ---------- */
.fab-wa { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 26px -6px rgba(36,191,91,.6); transition: transform .15s; }
.fab-wa:hover { transform: scale(1.06); }
.fab-wa svg { width: 32px; height: 32px; color: #fff; }
.mobilebar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 85; background: #fff; border-top: 1px solid var(--line); padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); grid-template-columns: 1fr 1fr; gap: 10px; box-shadow: 0 -8px 24px -12px rgba(8,42,58,.3); }
.mobilebar .btn { padding: 15px 10px; font-size: 15.5px; }

/* ---------- Внутренние страницы ---------- */
.page-hero { position: relative; overflow: hidden; background:
    radial-gradient(120% 90% at 88% 10%, var(--aqua-soft) 0%, rgba(231,243,248,0) 55%),
    linear-gradient(180deg, #fbfdfe 0%, #eef6f9 100%); }
.page-hero__in { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding: 60px 0 66px; }
.page-hero h1 { margin: 14px 0 16px; }
.page-hero__lead { font-size: 18.5px; color: var(--muted); line-height: 1.6; }
.page-hero .actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.page-hero__media img { width: 100%; height: 380px; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-2); }
.breadcrumbs { font-size: 13.5px; color: var(--mute-2); margin-bottom: 6px; }
.breadcrumbs a { color: var(--muted); }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.benefit { background: #fff; border-radius: var(--r-md); padding: 30px 28px; box-shadow: var(--shadow-card); }
.benefit .ic { width: 50px; height: 50px; border-radius: 14px; background: var(--aqua-soft); color: var(--brand); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.benefit .ic svg { width: 26px; height: 26px; }
.benefit h3 { font-size: 18px; margin-bottom: 9px; }
.benefit p { font-size: 14.5px; color: var(--muted); }

.price-note { background: var(--brass-soft); border-radius: var(--r-sm); padding: 18px 22px; font-size: 15px; color: var(--brass-deep); margin-top: 28px; border: 1px solid #ecdcc2; }
.price-note b { color: var(--brass-deep); }

/* ---------- Лендинг / контакты ---------- */
.landing .nav { display: none; }
.lead-card { background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-2); padding: 34px 32px; }
.lead-card h3 { font-size: 23px; margin-bottom: 6px; }
.lead-card__sub { font-size: 14.5px; color: var(--muted); margin-bottom: 20px; }
.lead-card .form-row { margin-bottom: 13px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.contact-box { background: #fff; border-radius: var(--r-md); padding: 32px; box-shadow: var(--shadow-card); }
.contact-box ul { list-style: none; display: grid; gap: 18px; margin-top: 10px; }
.contact-box li { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; }
.contact-box li .ic { width: 42px; height: 42px; border-radius: 12px; background: var(--aqua-soft); color: var(--brand); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.contact-box li .ic svg { width: 20px; height: 20px; }
.contact-box li b { color: var(--deep); }

/* ---------- Адаптив ---------- */
@media (max-width: 1024px) {
  .hero__in, .page-hero__in { grid-template-columns: 1fr; gap: 40px; }
  .hero__media { max-width: 560px; }
  .hero__media img { height: 420px; }
  .quote-strip__in { grid-template-columns: 1fr; gap: 22px; }
  .cards, .benefit-grid, .reviews { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .trustbar__in { grid-template-columns: repeat(2, 1fr); }
  .footer__in { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  .burger { display: flex; }
  .nav.is-open { display: flex; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; gap: 0; padding: 8px 22px 16px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-1); }
  .nav.is-open a { padding: 13px 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 700px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .section-head { margin-bottom: 40px; }
  .cards, .benefit-grid, .reviews, .steps, .split, .contact-grid { grid-template-columns: 1fr; }
  .split { gap: 30px; }
  .quote-form { grid-template-columns: 1fr; }
  .promo { grid-template-columns: 1fr; padding: 34px 26px; }
  .header__phone, .header .btn--cta { display: none; }
  .topline__geo { display: none; }
  .topline .container { justify-content: center; }
  .mobilebar { display: grid; }
  .fab-wa { display: none; }
  body { padding-bottom: 76px; }
  .hero__actions .btn, .final-cta .actions .btn, .page-hero .actions .btn { width: 100%; }
  .hero__badge { left: 12px; bottom: 12px; }
  .hero__badge--tr { right: 12px; top: 12px; left: auto; }
  .hero__trust { gap: 18px; }
  .compare th, .compare td { padding: 14px 14px; font-size: 14px; }
}
