/* ═══════════════════════════════════════════════════════════════════════
   Токены сняты пипеткой с макета _ref/ref-cleanrug-1.png (863×1823, S=2.2128).
   Спека зон и ритм-контроль — _ref/ZONE_SPEC.md.
   Метод: sites/dvblab/clean-home-demo/OPUS_REBUILD_PROMPT.md (пиксель-копия).
   ═══════════════════════════════════════════════════════════════════════ */
:root{
  --accent:#3582FA; --accent-d:#1E6BE0;
  --ink:#061029; --ink-soft:#16223A;
  --gray:#5A6480; --gray-2:#7A849C;
  --tile:#E9F1FE; --badge:#EFF6FF; --cta-bg:#F2F7FF;
  --page:#FEFEFE; --card:#FFFFFF; --divider:#E8EDF5;
  --pad:20px; --col:1120px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:clip}
body{background:var(--page);font-family:'Manrope',system-ui,-apple-system,sans-serif;color:var(--ink);
  -webkit-font-smoothing:antialiased;hyphens:manual;overflow-x:hidden;line-height:1.5}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
svg{display:block}
button{font:inherit;background:none;border:0;cursor:pointer}
h1,h2,h3{font-weight:800;letter-spacing:-.015em;line-height:1.16}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}

/* колонка контента */
.page{position:relative;max-width:var(--col);margin:0 auto;overflow:hidden}
.wrap{padding:0 var(--pad);position:relative;z-index:1}

/* ═══ ЗОНА ФОТО-ГЕРОЯ — БЛОК справа, НЕ фон. ЗАКОН: никаких белых вуалей.
   Кадр теряет плотность длинным альфа-градиентом ровно там, где идут буквы —
   они ложатся на призрак, а не на объект. Плотным кадр становится к 52%
   ширины вьюпорта (замер по макету: x≈205 из 390). ═══ */
.hero-photo{
  position:absolute;right:0;top:0;
  width:74%;height:565px;
  object-fit:cover;object-position:72% top;
  z-index:0;
  -webkit-mask-image:linear-gradient(to right,transparent 2%,rgba(0,0,0,.04) 24%,rgba(0,0,0,.12) 38%,rgba(0,0,0,.3) 48%,rgba(0,0,0,.7) 57%,#000 64%),linear-gradient(to bottom,#000 0,#000 87%,transparent 99%);
  -webkit-mask-composite:source-in;
  mask-image:linear-gradient(to right,transparent 2%,rgba(0,0,0,.04) 24%,rgba(0,0,0,.12) 38%,rgba(0,0,0,.3) 48%,rgba(0,0,0,.7) 57%,#000 64%),linear-gradient(to bottom,#000 0,#000 87%,transparent 99%);
  mask-composite:intersect;
}

/* ═══ З1. Хедер ═══ */
.hdr{display:flex;justify-content:space-between;align-items:flex-start;padding-top:21px}
/* логотип крупнее макета — запрос Denis 19.07 */
.logo{display:flex;align-items:center;gap:11px}
.logo img{width:50px;height:50px;flex:none;object-fit:contain}
.logo-tx{display:block;font-size:18px;font-weight:800;letter-spacing:-.015em;line-height:1.1;color:var(--ink)}
.logo-tx i{font-style:normal;color:var(--accent)}
.logo-sub{display:block;margin-top:3px;font-size:11px;font-weight:500;color:var(--gray-2)}
.burger{width:35px;height:35px;flex:none;border-radius:50%;background:var(--page);
  box-shadow:0 6px 16px rgba(30,40,60,.12);display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:3.2px;position:relative;z-index:3}
.burger span{display:block;width:13px;height:1.4px;border-radius:2px;background:var(--ink)}

/* ═══ З2. Бейдж ═══ */
.badge{display:inline-flex;align-items:center;gap:7px;margin-top:29px;height:22px;
  padding:0 12px;border-radius:999px;background:var(--badge)}
.badge svg{width:13px;height:13px;flex:none;color:var(--accent)}
.badge span{font-size:11.5px;font-weight:600;color:var(--ink-soft);white-space:nowrap}

/* ═══ З3. H1 — 3 строки, третья акцентом. Правый край ≤235: буквы не заходят
   на плотную часть кадра (она с x≈205, до 235 — призрак) ═══ */
/* межстрочное 1.4 — замер макета: шаг строк 28.45 при ink-высоте глифа 15.8 */
h1{margin-top:16px;font-size:25px;line-height:1.4}
h1 span{display:block;width:fit-content;white-space:nowrap}
h1 .b{color:var(--accent)}

/* ═══ З4. Лид. Макет свёрстан кеглем ~9.3px — для живого сайта нечитаемо,
   держим пропорции макета при читаемом поле 12.5px (осознанное отклонение) ═══ */
.lead{margin-top:14px;max-width:min(215px,56vw);font-size:12.5px;font-weight:400;
  line-height:1.5;color:var(--ink-soft)}

/* ═══ З5. Три фичи-строки. Замер макета: плитка 32, gap 13, текст с x62.8,
   шаг строк 47.7, разделитель НЕ на всю ширину — начинается после плитки ═══ */
.feats{margin-top:20px;max-width:min(268px,72vw)}
.feat{position:relative;display:flex;align-items:center;gap:12px;padding:9px 0}
/* разделитель короткий — в макете идёт от x62.8 до x187.5, не на всю ширину */
.feat+.feat::before{content:"";position:absolute;top:0;left:52px;width:156px;height:1px;background:var(--divider)}
.feat-ic{width:40px;height:40px;flex:none;border-radius:12px;background:var(--tile);
  display:flex;align-items:center;justify-content:center;color:var(--accent)}
.feat-ic svg{width:19px;height:19px;stroke-width:1.7}
.feat b{display:block;font-size:14px;font-weight:700;line-height:1.25;color:var(--ink)}
.feat p{margin-top:3px;font-size:12px;font-weight:500;line-height:1.3;color:var(--gray)}

/* ═══ З6. CTA-карточка ═══ */
/* высота карточки 84 — замер макета 85.4 */
.cta{display:flex;align-items:center;gap:14px;margin-top:22px;padding:16px;
  border-radius:16px;background:var(--cta-bg);transition:.22s}
.cta:hover{background:#EAF2FF}
.cta-ic{width:52px;height:52px;flex:none;border-radius:14px;background:var(--card);
  display:flex;align-items:center;justify-content:center;color:var(--accent);
  box-shadow:0 4px 12px rgba(30,60,120,.07)}
.cta-ic svg{width:24px;height:24px;stroke-width:1.7}
.cta-tx{flex:1;min-width:0}
.cta-tx b{display:block;font-size:16px;font-weight:700;color:var(--ink)}
.cta-tx small{display:block;margin-top:3px;font-size:12px;font-weight:500;color:var(--gray)}
.cta-go{width:46px;height:46px;flex:none;border-radius:50%;background:var(--accent);
  display:flex;align-items:center;justify-content:center;color:#fff;
  box-shadow:0 8px 18px -6px rgba(53,130,250,.55);transition:.22s}
.cta:hover .cta-go{background:var(--accent-d)}
.cta-go svg{width:20px;height:20px;stroke-width:2.2}
.call-row{margin-top:10px}
.btn-call{display:flex;align-items:center;justify-content:center;gap:9px;padding:14px;
  border-radius:14px;background:var(--card);border:1px solid var(--divider);
  font-size:14px;font-weight:700;color:var(--ink);transition:.2s}
.btn-call:hover{border-color:var(--accent);color:var(--accent)}
.btn-call svg{width:17px;height:17px;stroke-width:2}

/* ═══ З7. Статы — одна карточка, 4 колонки с линиями ═══ */
.stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:24px;
  border-radius:16px;background:var(--card);box-shadow:0 4px 20px rgba(20,35,70,.07);
  padding:18px 0;position:relative;z-index:1}
.stat{text-align:center;padding:0 6px;position:relative}
.stat+.stat::before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:1px;background:var(--divider)}
.stat-ic{display:flex;justify-content:center;color:var(--accent);margin-bottom:9px}
.stat-ic svg{width:22px;height:22px;stroke-width:1.6}
.stat b{display:block;font-size:15px;font-weight:800;line-height:1.1;color:var(--ink)}
.stat small{display:block;margin-top:5px;font-size:10px;font-weight:500;line-height:1.3;color:var(--gray)}

/* ═══ З8. Шапка секции ═══ */
section{margin-top:38px}
.eyebrow{display:block;font-size:10px;font-weight:700;text-transform:uppercase;
  letter-spacing:.08em;color:var(--accent);margin-bottom:9px}
h2{font-size:21px;line-height:1.2;color:var(--ink)}
.sec-p{margin-top:9px;font-size:13px;line-height:1.5;color:var(--gray);max-width:560px}

/* ═══ Шаги — 4 в ряд на всех ширинах, компактно (запрос Denis 19.07) ═══ */
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:18px}
.step{position:relative}
.step-c{position:relative;width:54px;height:54px;border-radius:50%;background:var(--tile);
  display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:10px}
.step-c svg{width:25px;height:25px;stroke-width:1.5}
.step-n{position:absolute;top:-2px;left:-2px;width:19px;height:19px;border-radius:50%;
  background:var(--accent);color:#fff;font-size:10px;font-weight:800;
  display:flex;align-items:center;justify-content:center;z-index:2;
  box-shadow:0 4px 10px -4px rgba(53,130,250,.9)}
.step b{display:block;font-size:11.5px;font-weight:700;line-height:1.25;color:var(--ink);overflow-wrap:anywhere}
.step p{margin-top:4px;font-size:10px;font-weight:500;line-height:1.3;color:var(--gray);overflow-wrap:anywhere}
/* пунктирные коннекторы между кругами — как в макете */
.step:not(:last-child) .step-c::after{content:"";position:absolute;left:100%;top:50%;
  width:calc(100% + 8px);border-top:2px dashed var(--divider);margin-left:9px}

/* ═══ З9. Карточки услуг ═══ */
/* 3 колонки на ВСЕХ ширинах, как в макете — «маленькими колонками,
   чтобы на телефоне удобно смотрелось» (Denis 19.07) */
.svc{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px}
.serv{border-radius:16px;overflow:hidden;background:var(--card);
  box-shadow:0 4px 20px rgba(20,35,70,.07);display:flex;flex-direction:column;transition:.22s}
.serv:hover{box-shadow:0 10px 30px rgba(20,35,70,.11);transform:translateY(-2px)}
/* overflow:visible — иначе край фото срезает наезжающую плитку-иконку */
.serv-ph{position:relative;aspect-ratio:16/10}
.serv-ph img{width:100%;height:100%;object-fit:cover;border-radius:16px 16px 0 0}
.serv-ph .tl{position:absolute;left:9px;bottom:-16px;width:34px;height:34px;border-radius:10px;
  background:var(--card);display:flex;align-items:center;justify-content:center;color:var(--accent);
  box-shadow:0 6px 16px rgba(20,35,70,.14)}
.serv-ph .tl svg{width:17px;height:17px;stroke-width:1.7}
.serv-b{padding:24px 10px 12px;flex:1;display:flex;flex-direction:column}
.serv-b b{display:block;overflow-wrap:anywhere;font-size:11px;font-weight:800;line-height:1.2;letter-spacing:-.02em;color:var(--ink)}
.serv-b p{margin-top:5px;font-size:10px;font-weight:500;line-height:1.3;color:var(--gray)}
.serv-b .pr{margin-top:auto;padding-top:8px;font-size:12.5px;font-weight:800;letter-spacing:-.02em;color:var(--accent)}
.serv-b .go{display:none}

/* ═══ З10. Баннер доставки ═══ */
.banner{display:flex;align-items:center;gap:13px;margin-top:18px;padding:18px 16px;
  border-radius:18px;background:var(--cta-bg)}
.banner-ic{width:50px;height:50px;flex:none;border-radius:13px;background:var(--card);
  display:flex;align-items:center;justify-content:center;color:var(--accent);
  box-shadow:0 4px 12px rgba(30,60,120,.07)}
.banner-ic svg{width:26px;height:26px;stroke-width:1.7}
.banner-tx{flex:1;min-width:0}
.banner-tx b{display:block;font-size:15.5px;font-weight:800;letter-spacing:-.03em;color:var(--ink)}
.banner-tx p{margin-top:5px;font-size:12.5px;font-weight:500;line-height:1.35;color:var(--gray)}
/* бусик прижат к правому краю баннера, левая кромка растворяется в фон —
   тот же приём, что в герое: никаких белых вуалей и видимых кромок */
/* замер макета: бусик ~173 логич, текстовая колонка ~117 — поле должно быть
   не меньше ширины бусика, иначе он наезжает на текст */
.banner{position:relative;overflow:hidden;padding-right:118px}
.banner-van{position:absolute;right:-10px;bottom:-2px;width:130px;height:auto;
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 34%);
  mask-image:linear-gradient(to right,transparent 0,#000 34%)}

/* ═══ З11. География — зоны Енота нет в макете, держим в его языке ═══ */
.geo{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.gcity{background:var(--card);border-radius:14px;padding:14px 10px;text-align:center;
  box-shadow:0 3px 14px rgba(20,35,70,.06)}
.gcity b{display:block;font-size:13.5px;font-weight:800;line-height:1.2;color:var(--ink)}
.gcity span{display:block;margin-top:4px;font-size:11.5px;font-weight:700;color:var(--accent)}
.gcity-main{background:var(--accent);box-shadow:0 10px 22px -10px rgba(53,130,250,.8)}
.gcity-main b,.gcity-main span{color:#fff}
.gcity-main span{opacity:.92}
.geo-note{margin-top:15px;font-size:12px;color:var(--gray);text-align:center}

/* ═══ З12. До / после — ПОЛЗУНОК с перетаскиванием (запрос Denis 19.07) ═══ */
.ba{position:relative;margin-top:18px;border-radius:16px;overflow:hidden;
  box-shadow:0 4px 20px rgba(20,35,70,.07);touch-action:pan-y;user-select:none;cursor:ew-resize}
.ba-wrap{position:relative;aspect-ratio:16/9}
.ba-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  display:block;pointer-events:none;-webkit-user-drag:none}
/* верхний слой «До» режется по ширине --p */
.ba-before{clip-path:inset(0 calc(100% - var(--p,50%)) 0 0)}
.ba-cap{position:absolute;top:11px;z-index:3;font-size:11px;font-weight:800;padding:5px 12px;
  border-radius:999px;background:rgba(6,16,41,.62);color:#fff;backdrop-filter:blur(4px);
  pointer-events:none}
.ba-cap.l{left:11px}.ba-cap.r{right:11px}
/* вертикальная линия раздела + круглая ручка */
.ba-line{position:absolute;top:0;bottom:0;z-index:4;width:2px;background:rgba(255,255,255,.92);
  left:var(--p,50%);transform:translateX(-1px);pointer-events:none;
  box-shadow:0 0 12px rgba(6,16,41,.35)}
.ba-grip{position:absolute;top:50%;left:var(--p,50%);z-index:5;
  width:44px;height:44px;margin:-22px 0 0 -22px;border-radius:50%;background:#fff;
  display:flex;align-items:center;justify-content:center;gap:1px;color:var(--ink);
  box-shadow:0 6px 20px rgba(6,16,41,.4);pointer-events:none}
.ba-grip svg{width:15px;height:15px;stroke-width:2.4}
.ba-note{display:flex;align-items:center;gap:7px;justify-content:center;margin-top:13px;
  font-size:12px;color:var(--gray)}
.ba-note svg{width:15px;height:15px;color:var(--accent);flex:none;stroke-width:2}
.ba-pick{display:flex;gap:8px;justify-content:center;margin-top:12px}
.ba-pick button{padding:7px 15px;border-radius:999px;background:var(--card);
  box-shadow:0 3px 12px rgba(20,35,70,.08);font-size:12px;font-weight:700;color:var(--gray);transition:.2s}
.ba-pick button[aria-pressed="true"]{background:var(--accent);color:#fff}

/* ═══ Карусели (работы, отзывы) ═══ */
.car{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;
  padding-bottom:6px;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-top:18px}
.car::-webkit-scrollbar{display:none}
.wcard{position:relative;min-width:74%;scroll-snap-align:center;border-radius:16px;
  overflow:hidden;box-shadow:0 4px 20px rgba(20,35,70,.07)}
.wcard img{width:100%;aspect-ratio:4/5;object-fit:cover}
.wcard .tag{position:absolute;left:11px;bottom:11px;font-size:11px;font-weight:800;
  padding:5px 11px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--ink)}
.rcard{min-width:78%;scroll-snap-align:center;background:var(--card);border-radius:16px;
  padding:9px;box-shadow:0 4px 20px rgba(20,35,70,.07)}
.rcard img{width:100%;border-radius:11px}
.hint{margin-top:9px;text-align:center;font-size:11.5px;font-weight:600;color:var(--gray-2)}
.all-link{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;
  font-size:12.5px;font-weight:800;color:var(--accent)}
.all-link svg{width:15px;height:15px;stroke-width:2.3}

/* ═══ З13. Цены ═══ */
.prices{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.pcard{background:var(--card);border-radius:16px;padding:16px 14px;
  box-shadow:0 4px 20px rgba(20,35,70,.07);display:flex;flex-direction:column;transition:.22s}
.pcard:hover{box-shadow:0 10px 30px rgba(20,35,70,.11);transform:translateY(-2px)}
.pcard .tl{width:44px;height:44px;border-radius:13px;background:var(--tile);
  display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:13px}
.pcard .tl svg{width:21px;height:21px;stroke-width:1.7}
.pcard b{display:block;font-size:14px;font-weight:800;line-height:1.25;color:var(--ink)}
.pcard small{display:block;margin-top:3px;font-size:11.5px;font-weight:600;color:var(--gray-2)}
.pcard .pr{margin-top:auto;padding-top:13px;font-size:20px;font-weight:800;
  letter-spacing:-.03em;color:var(--ink)}
.pcard .pill{align-self:flex-start;margin-top:8px;font-size:11px;font-weight:700;
  color:var(--gray);background:#F5F8FD;border-radius:999px;padding:4px 10px}

.extras{margin-top:13px;background:var(--card);border-radius:16px;padding:4px 16px;
  box-shadow:0 4px 20px rgba(20,35,70,.07)}
.erow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0}
.erow+.erow{border-top:1px solid var(--divider)}
.erow span:first-child{font-size:13px;font-weight:600;color:var(--ink)}
.erow .ep{font-size:13px;font-weight:800;color:var(--accent);white-space:nowrap}

.infobar{display:flex;align-items:center;gap:11px;flex-wrap:wrap;margin-top:13px;
  padding:14px 16px;border-radius:14px;background:var(--cta-bg)}
.infobar svg{width:18px;height:18px;flex:none;color:var(--accent);stroke-width:2}
.infobar p{flex:1;min-width:170px;font-size:12px;color:var(--gray)}
.infobar a{font-size:12px;font-weight:800;color:var(--accent);white-space:nowrap}

.slinks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.slink{background:var(--card);border-radius:14px;padding:13px 14px;
  box-shadow:0 3px 14px rgba(20,35,70,.06);transition:.2s}
.slink:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(20,35,70,.1)}
.slink b{display:block;font-size:13px;font-weight:800;color:var(--ink)}
.slink span{display:block;margin-top:3px;font-size:11px;font-weight:700;color:var(--accent)}

/* ═══ З15. Гарантии ═══ */
.guar{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}
.gitem{display:flex;align-items:center;gap:10px}
.gitem .tl{width:40px;height:40px;flex:none;border-radius:12px;background:var(--tile);
  display:flex;align-items:center;justify-content:center;color:var(--accent)}
.gitem .tl svg{width:19px;height:19px;stroke-width:1.7}
.gitem p{font-size:12px;font-weight:700;line-height:1.32;color:var(--ink)}

/* ═══ Химия ═══ */
.strip{margin-top:38px;padding:20px 0;border-top:1px solid var(--divider);border-bottom:1px solid var(--divider)}
.strip .lbl{text-align:center;font-size:10px;font-weight:700;text-transform:uppercase;
  letter-spacing:.08em;color:var(--gray-2);margin-bottom:12px}
.brands{display:flex;flex-wrap:wrap;justify-content:center;gap:9px 18px}
.brands span{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--gray)}
.brands i{width:5px;height:5px;border-radius:50%;background:var(--accent);flex:none}

/* ═══ FAQ ═══ */
.faq{display:flex;flex-direction:column;gap:9px;margin-top:18px}
.qa{background:var(--card);border-radius:14px;box-shadow:0 3px 14px rgba(20,35,70,.06);overflow:hidden}
.qa summary{list-style:none;cursor:pointer;padding:15px 16px;font-size:13.5px;font-weight:700;
  display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--ink)}
.qa summary::-webkit-details-marker{display:none}
.qa .pl{width:24px;height:24px;flex:none;border-radius:50%;background:var(--tile);color:var(--accent);
  font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:.2s}
.qa[open] .pl{transform:rotate(45deg);background:var(--accent);color:#fff}
.qa .ans{padding:0 16px 16px;font-size:12.5px;line-height:1.55;color:var(--gray)}

/* ═══ Контакты ═══ */
.contacts{display:grid;gap:14px;margin-top:18px}
.cinfo{background:var(--card);border-radius:16px;padding:4px 16px;box-shadow:0 4px 20px rgba(20,35,70,.07)}
.crow{display:flex;align-items:center;gap:13px;padding:14px 0}
.crow+.crow{border-top:1px solid var(--divider)}
.crow .tl{width:44px;height:44px;flex:none;border-radius:13px;background:var(--tile);
  display:flex;align-items:center;justify-content:center;color:var(--accent)}
.crow .tl svg{width:21px;height:21px;stroke-width:1.8}
.crow .lab{font-size:11px;font-weight:700;color:var(--gray-2)}
.crow .val{display:block;margin-top:2px;font-size:14.5px;font-weight:800;color:var(--ink)}
a.val:hover{color:var(--accent)}
.cmap{border-radius:16px;overflow:hidden;height:260px;box-shadow:0 4px 20px rgba(20,35,70,.07)}
.cmap iframe{width:100%;height:100%;border:0}

/* ═══ Финальный CTA ═══ */
.cta-big{margin-top:18px;padding:28px 20px;border-radius:20px;background:var(--accent);
  text-align:center;color:#fff;box-shadow:0 20px 44px -24px rgba(53,130,250,1)}
.cta-big .eyebrow{color:rgba(255,255,255,.85)}
.cta-big h2{color:#fff;font-size:22px}
.cta-big p{margin-top:11px;font-size:13px;color:rgba(255,255,255,.9)}
.cta-big .row{margin-top:18px;display:flex;flex-direction:column;gap:9px;align-items:center}
.btn-w{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;
  border-radius:14px;background:#fff;color:var(--accent-d);font-size:14px;font-weight:800;transition:.2s}
.btn-w:hover{background:#F0F5FF}
.btn-w svg{width:17px;height:17px;stroke-width:2.3}
.cta-big .tel{font-size:15px;font-weight:800;color:#fff;padding:10px}

/* ═══ Футер ═══ */
footer{margin-top:38px;padding:28px 0 92px;background:#F7FAFF;border-top:1px solid var(--divider)}
.fg{display:grid;gap:22px}
.fg .logo{margin-bottom:11px}
.fg .fdesc{font-size:12px;line-height:1.5;color:var(--gray)}
.fg h4{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;
  color:var(--gray-2);margin-bottom:10px}
.fg a:not(.logo){display:block;font-size:13px;font-weight:600;color:var(--gray);padding:4px 0}
.fg a:not(.logo):hover{color:var(--accent)}
.fbot{margin-top:22px;padding-top:16px;border-top:1px solid var(--divider);
  font-size:11.5px;line-height:1.6;color:var(--gray-2)}
.fbot a{color:var(--accent);text-decoration:underline}

/* ═══ FAB ═══ */
.fab{position:fixed;right:14px;bottom:16px;z-index:55;display:flex;flex-direction:column;gap:9px}
.fab a{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 26px -8px rgba(6,16,41,.5)}
.fab .call{background:var(--accent);color:#fff}
.fab .max{background:#fff;padding:7px}
.fab .max img{width:100%;height:100%;object-fit:contain;border-radius:9px}

/* ═══ Меню ═══ */
.drawer{display:none;position:fixed;inset:0;z-index:70;background:rgba(6,16,41,.42);backdrop-filter:blur(3px)}
.drawer.on{display:block}
.drawer .panel{position:absolute;right:0;top:0;bottom:0;width:min(310px,86vw);background:#fff;
  padding:20px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}
.drawer .panel a{padding:12px 4px;font-size:15px;font-weight:700;border-bottom:1px solid var(--divider)}
.drawer .cl{align-self:flex-end;font-size:25px;line-height:1;color:var(--gray);padding:0 6px 10px}
.drawer .panel .btn-call{margin-top:13px}

/* ═══ Появление ═══ */
.reveal{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}

/* ═══ Адаптация ≤360: макет задан для 390 — это сжатие, НЕ отход от макета.
   Фото ужимается вместе с экраном, кегль — нет, поэтому текст ловил бы кадр. ═══ */
@media(max-width:360px){
  :root{--pad:16px}
  .steps{gap:6px}
  .step-c{width:46px;height:46px}
  .step-c svg{width:21px;height:21px}
  .step b{font-size:10.5px}
  .step p{font-size:9.5px}
  .hero-photo{width:66%}
  h1{font-size:22px}
  .lead{max-width:min(180px,52vw);font-size:12px}
  .feats{max-width:min(260px,76vw)}
  .feat-ic{width:40px;height:40px;border-radius:12px}
  .feat b{font-size:13px}.feat p{font-size:11.5px}
  .cta{padding:11px;gap:11px}
  .cta-ic{width:46px;height:46px}
  .cta-tx b{font-size:14.5px}
  .cta-go{width:42px;height:42px}
  .stat b{font-size:13px}.stat small{font-size:9px}
  .stat-ic svg{width:19px;height:19px}
  h2{font-size:19px}
  .pcard b{font-size:13px}.pcard .pr{font-size:18px}
  .gcity b{font-size:12.5px}
  .banner{padding-right:126px}
  .banner-van{width:134px}
  .step-c{width:74px;height:74px}
  .step-c svg{width:33px;height:33px}
}

/* ═══ Планшет ═══ */
@media(min-width:640px){
  :root{--pad:28px}
  .hero-photo{width:56%;height:560px}
  h1{font-size:34px}
  .lead{max-width:340px;font-size:14.5px}
  
  .feats{max-width:380px}
  .steps{grid-template-columns:repeat(4,1fr);gap:18px}
  .step:not(:last-child) .step-c::after{content:"";position:absolute;left:100%;top:50%;
    width:calc(100% + 18px);border-top:2px dashed var(--divider);margin-left:12px}
  .serv-b{padding:34px 16px 18px}
  .serv-b b{font-size:15px}
  .serv-b p{font-size:12.5px}
  .serv-b .pr{font-size:15px}
  .serv-ph .tl{left:14px;bottom:-20px;width:44px;height:44px;border-radius:13px}
  .serv-ph .tl svg{width:21px;height:21px}
  .svc{gap:16px}
  .geo{grid-template-columns:repeat(4,1fr);gap:12px}
  .prices{grid-template-columns:repeat(4,1fr)}
  .guar{grid-template-columns:repeat(4,1fr)}
  .slinks{grid-template-columns:repeat(4,1fr)}
  .contacts{grid-template-columns:1fr 1fr}
  .cmap{height:auto;min-height:290px}
  .wcard{min-width:36%}
  .rcard{min-width:40%}
  h2{font-size:26px}
  .call-row{max-width:340px}
  .banner{padding-right:150px}
  .banner-van{width:250px}
  .cta{max-width:440px}
  .cta-big .row{flex-direction:row;justify-content:center}
  .fg{grid-template-columns:1.6fr 1fr 1fr}
}
/* ═══ Десктоп — расширение сверх макета (макет мобильный, клиенту нужен и десктоп) ═══ */
@media(min-width:1000px){
  :root{--pad:40px}
  section{margin-top:64px}
  .hero-photo{width:50%;height:640px}
  h1{font-size:46px;margin-top:20px}
  .lead{max-width:420px;font-size:16.5px}
  
  .feats{max-width:440px}
  .feat b{font-size:16px}.feat p{font-size:13.5px}
  .cta{max-width:470px;padding:15px}
  .cta-tx b{font-size:18px}
  .call-row{max-width:470px}
  .stats{margin-top:36px;padding:26px 0}
  .stat b{font-size:22px}
  .stat small{font-size:12px}
  .stat-ic svg{width:26px;height:26px}
  h2{font-size:34px}
  .sec-p{font-size:15px}
  .badge{height:26px;font-size:13px}
  .badge span{font-size:13px}
  .wcard{min-width:24%}
  .rcard{min-width:28%}
  .cta-big{padding:48px 34px}
  .cta-big h2{font-size:32px}
  .step b{font-size:16px}.step p{font-size:13.5px}
  .serv-b b{font-size:17px}.serv-b p{font-size:13.5px}
  .serv-b .pr{font-size:17px}
  .pcard b{font-size:15.5px}.pcard .pr{font-size:24px}
  .gcity b{font-size:15px}
  .banner{padding-right:210px}
  .banner-van{width:330px}
}

/* ═══════════════════════════════════════════════════════════════
   ПОДСТРАНИЦЫ — хлебные крошки, калькулятор, ценовые строки.
   Тот же язык, что на главной: белые карточки r16, мягкие тени,
   плитки-иконки --tile, акцент --accent.
   ═══════════════════════════════════════════════════════════════ */

/* хлебные крошки */
.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:14px;
  font-size:11.5px;font-weight:600;color:var(--gray-2)}
.crumbs a{color:var(--gray-2)}
.crumbs a:hover{color:var(--accent)}
.crumbs i{font-style:normal;opacity:.5}
.crumbs span{color:var(--ink)}

/* ═══ Калькулятор ═══ */
.calc-card{background:var(--card);border-radius:18px;padding:20px 16px;margin-top:18px;
  box-shadow:0 6px 26px rgba(20,35,70,.09)}
.calc-form{display:flex;flex-direction:column;gap:12px;margin-top:16px}
.calc-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.calc-row label.full{grid-column:1/-1}
.calc-form label{display:block;font-size:11.5px;font-weight:700;color:var(--gray-2)}
.calc-form select,.calc-form input[type=number]{
  width:100%;margin-top:6px;padding:12px 11px;border-radius:12px;
  border:1px solid var(--divider);background:var(--page);
  font-family:inherit;font-size:14px;font-weight:700;color:var(--ink);
  -webkit-appearance:none;appearance:none}
.calc-form select{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235A6480' stroke-width='2.4'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 10px center;background-size:15px;padding-right:32px}
.calc-form select:focus,.calc-form input:focus{outline:none;border-color:var(--accent)}
.calc-out{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin-top:18px;
  padding-top:16px;border-top:1px solid var(--divider)}
.calc-price{font-size:30px;font-weight:800;letter-spacing:-.04em;color:var(--ink);line-height:1}
.calc-price small{font-size:17px;font-weight:800}
.calc-note{flex:1;min-width:150px;font-size:11.5px;line-height:1.35;color:var(--gray)}
.calc-cta{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;
  margin-top:14px;padding:15px;border-radius:14px;background:var(--accent);color:#fff;
  font-size:14.5px;font-weight:800;transition:.2s;
  box-shadow:0 12px 26px -12px rgba(53,130,250,.9)}
.calc-cta:hover{background:var(--accent-d)}
.calc-cta svg{width:17px;height:17px;stroke-width:2.4}
.calc-cta.disabled{opacity:.45;pointer-events:none;box-shadow:none}
.calc-consent{display:flex;align-items:flex-start;gap:8px;margin-top:12px;
  font-size:10.5px;line-height:1.4;color:var(--gray-2);font-weight:500}
.calc-consent input{margin-top:2px;accent-color:var(--accent);flex:none}
.calc-consent a{color:var(--accent);text-decoration:underline}

/* ═══ Строки прайса (подстраницы) ═══ */
.plist{display:flex;flex-direction:column;margin-top:18px;background:var(--card);
  border-radius:16px;padding:4px 16px;box-shadow:0 4px 20px rgba(20,35,70,.07)}
.prow{display:flex;align-items:flex-start;gap:13px;padding:15px 0}
.prow+.prow{border-top:1px solid var(--divider)}
.prow .tl{width:44px;height:44px;flex:none;border-radius:13px;background:var(--tile);
  display:flex;align-items:center;justify-content:center;color:var(--accent)}
.prow .tl svg{width:21px;height:21px;stroke-width:1.7}
.prow .nm{flex:1;min-width:0}
.prow .nm b{display:block;font-size:14.5px;font-weight:800;color:var(--ink)}
.prow .nm p{margin-top:4px;font-size:12px;line-height:1.4;color:var(--gray)}
.prow .val{flex:none;font-size:15px;font-weight:800;letter-spacing:-.02em;
  color:var(--accent);white-space:nowrap;padding-top:2px}

/* ═══ Нумерованные шаги (подстраницы) ═══ */
.nsteps{display:flex;flex-direction:column;gap:12px;margin-top:18px}
.nstep{display:flex;gap:13px;background:var(--card);border-radius:16px;padding:16px;
  box-shadow:0 4px 20px rgba(20,35,70,.07)}
.nstep .n{width:34px;height:34px;flex:none;border-radius:11px;background:var(--accent);
  color:#fff;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center}
.nstep b{display:block;font-size:14.5px;font-weight:800;color:var(--ink)}
.nstep p{margin-top:5px;font-size:12.5px;line-height:1.45;color:var(--gray)}

/* ═══ Причины «почему» (подстраницы) ═══ */
.whys{display:flex;flex-direction:column;gap:12px;margin-top:18px}
.why{background:var(--card);border-radius:16px;padding:18px 16px;
  box-shadow:0 4px 20px rgba(20,35,70,.07)}
.why .tl{width:44px;height:44px;border-radius:13px;background:var(--tile);
  display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:12px}
.why .tl svg{width:21px;height:21px;stroke-width:1.7}
.why b{display:block;font-size:15px;font-weight:800;color:var(--ink)}
.why p{margin-top:7px;font-size:12.5px;line-height:1.5;color:var(--gray)}

/* ═══ Заметка-предупреждение ═══ */
.honest{display:flex;gap:11px;margin-top:18px;padding:15px 16px;border-radius:14px;
  background:var(--cta-bg)}
.honest svg{width:18px;height:18px;flex:none;color:var(--accent);stroke-width:2}
.honest p{font-size:12px;line-height:1.45;color:var(--gray)}

@media(min-width:640px){
  .calc-card{padding:26px 24px}
  .plist{padding:4px 22px}
  .nsteps{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .whys{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
  .calc-price{font-size:36px}
}
@media(min-width:1000px){
  .nsteps{grid-template-columns:repeat(4,minmax(0,1fr))}
  .prow .nm b{font-size:16px}
  .prow .val{font-size:17px}
  .why b{font-size:16.5px}
  .why p{font-size:13.5px}
}

/* ═══════════════════════════════════════════════════════════════
   ВИЗУАЛЬНЫЙ КАЛЬКУЛЯТОР — плитки-картинки + ползунок загрязнения.
   Механика перенесена с eclean61 (Ростов) 21.07: пользователь тыкает
   в картинку объекта, а ползунком «пачкает» его — грязный кадр
   проявляется поверх чистого через opacity. Наглядно объясняет,
   почему цена зависит от загрязнения.
   ═══════════════════════════════════════════════════════════════ */

/* сетка плиток выбора объекта */
.cthumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:start}
.cth{position:relative;padding:0;border-radius:12px;overflow:hidden;background:var(--card);
  border:2px solid transparent;box-shadow:0 3px 12px rgba(20,35,70,.07);
  cursor:pointer;transition:.2s;text-align:left;display:block;width:100%}
.cth img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block}
.cth span{display:block;padding:7px 8px 8px;font-size:10.5px;font-weight:700;
  line-height:1.2;color:var(--ink);overflow-wrap:anywhere}
.cth:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(20,35,70,.12)}
.cth.on{border-color:var(--accent);box-shadow:0 8px 22px -8px rgba(53,130,250,.7)}
.cth.on span{color:var(--accent)}

/* превью с проявлением грязи */
.dirt{margin-top:16px}
.dirt-top{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:9px}
.dirt-top span{font-size:11.5px;font-weight:700;color:var(--gray-2)}
.dirt-top em{font-style:normal;font-size:12px;font-weight:800;color:var(--accent)}
.dirt-prev{position:relative;border-radius:14px;overflow:hidden;background:var(--soft, #F5F9FF)}
.dirt-prev img{width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.dirt-prev{aspect-ratio:16/9}
.dirt-img{position:absolute;inset:0}
.dirt-img.base{position:relative}
.dirt-dirty{opacity:0;transition:opacity .12s linear;will-change:opacity}
.dirt-badge{position:absolute;left:10px;top:10px;z-index:2;font-size:10.5px;font-weight:800;
  padding:5px 11px;border-radius:999px;background:rgba(6,16,41,.62);color:#fff;
  backdrop-filter:blur(4px);pointer-events:none}
/* ползунок */
.dirt-range{-webkit-appearance:none;appearance:none;width:100%;height:5px;margin-top:14px;
  border-radius:999px;background:linear-gradient(90deg,var(--accent),#9CC4FF);outline:none}
.dirt-range::-webkit-slider-thumb{-webkit-appearance:none;width:26px;height:26px;border-radius:50%;
  background:#fff;border:3px solid var(--accent);cursor:ew-resize;
  box-shadow:0 4px 12px rgba(20,35,70,.28)}
.dirt-range::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:#fff;
  border:3px solid var(--accent);cursor:ew-resize;box-shadow:0 4px 12px rgba(20,35,70,.28)}
.dirt-scale{display:flex;justify-content:space-between;margin-top:7px}
.dirt-scale i{font-style:normal;font-size:10px;font-weight:600;color:var(--gray-2)}

@media(max-width:359px){
  .cthumbs{gap:6px}
  .cth span{font-size:9.5px;padding:6px}
}
@media(min-width:640px){
  .cthumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
  .cth span{font-size:12px;padding:9px 10px 10px}
  .dirt-top span{font-size:13px}
}
@media(min-width:1000px){
  .cthumbs{grid-template-columns:repeat(7,minmax(0,1fr))}
  .cth span{font-size:11.5px}
}

/* подпись над сеткой плиток калькулятора */
.calc-lbl-row{margin-bottom:9px}
.calc-lbl{font-size:11.5px;font-weight:700;color:var(--gray-2)}

/* FAB уезжает при прокрутке вниз, чтобы не закрывать цены и текст справа;
   возвращается при прокрутке вверх или через паузу (21.07 — закрывал
   «Бесплатно» в последней строке прайса) */
.fab{transition:transform .25s ease, opacity .25s ease}
.fab.hid{transform:translateX(76px);opacity:0;pointer-events:none}
