@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/unbounded-cyrillic.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/unbounded-latin.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2122;
}
:root {
  /* Бренд — зелёный, осветлённая версия (свежее, менее «тёмно-лесной») */
  --brand: #15805A;
  --brand-d: #116047;
  --brand-dd: #0D5039;
  --green: #15805A;
  --green-d: #116047;
  --green-dd: #0D5039;
  --blue: #15805A;
  --blue-d: #116047;
  --graphite: #0D5039;
  --graphite-2: #116047;
  /* Конверсионный жёлтый — требование заказчицы. На CTA: жёлтый фон + тёмный текст */
  --cta: #F2B705;
  --cta-d: #D89F06;
  --on-cta: #1C1605;
  --cta-grad: linear-gradient(180deg, #FFC91E 0%, #F2B705 100%);
  --cta-shadow: 0 12px 26px rgba(217,160,8,.32);
  --amber: #F2B705;
  --amber-d: #C99500;
  --yellow: #F2B705;
  --accent: #15805A;
  --accent-2: #1A9A6F;
  --accent-d: #116047;
  --red: #D8483A;
  /* Зелёный градиент — для не-CTA акцентов (шаги, стрелки, иконки, табы) */
  --grad: linear-gradient(180deg, #1FA379 0%, #116047 100%);
  --brand-grad: linear-gradient(160deg, #1FA379 0%, #116047 100%);
  /* Поверхности и текст — чистые, чуть в зелёный hue, без мяты и крема */
  --bg: #F4F6F4;
  --soft: #EAF0EC;
  --soft-2: #DEE7E1;
  --line: #DCE5DF;
  --line-2: #C6D3CB;
  --ink: #14201B;
  --muted: #4C5E55;
  --white: #fff;
  /* Тени — мягкие, с зелёным подтоном */
  --shadow-sm: 0 2px 10px rgba(16,38,32,.06);
  --shadow: 0 16px 40px rgba(16,38,32,.10);
  --shadow-lg: 0 30px 64px rgba(13,40,31,.16);
  --shadow-brand: 0 14px 30px rgba(17,106,78,.26);
  /* Радиусы — шкала, а не один 8px */
  --r-xs: 8px;
  --r-sm: 10px;
  --r: 14px;
  --r-lg: 18px;
  --r-xl: 24px;
  --r-pill: 999px;
  --sticky-contact-space: 104px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--green-d); }
button, input, select { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }
.topbar { background: var(--graphite-2); color: rgba(255,255,255,.86); font-size: 13px; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar p { margin: 0; }
.topbar ul { display: flex; gap: 16px; margin: 0; padding: 0; list-style: none; }
.topbar a { display: inline-block; padding: 3px 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(15,90,102,.12);
  backdrop-filter: blur(12px);
}
body.menu-open .site-header { z-index: 75; }
.header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--green-d); white-space: nowrap; }
.logo--img { gap: 0; }
.logo__img { display: block; height: 50px; width: auto; }
.logo__icon { height: 42px; width: 42px; display: block; }
.logo__lockup { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.logo__name { font-family: "Unbounded", "Manrope", system-ui, sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -.03em; line-height: 1; color: var(--green-d); }
.logo__name-accent { color: var(--cta); }
.logo__tagline { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; line-height: 1.1; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); margin-left: auto; }
.main-nav > ul { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.main-nav a { display: block; padding: 10px 11px; border-radius: 8px; color: #26322f; font-size: 14px; font-weight: 800; }
.main-nav a:hover, .main-nav a[aria-current="page"] { background: #e8f4ee; color: var(--graphite); }
.nav-messengers {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  transform: none;
}
.main-nav .nav-messenger {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(15,90,102,.16);
  border-radius: 12px;
  background: #fff;
  color: #fff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.main-nav .nav-messenger:hover {
  transform: translateY(-1px);
  border-color: rgba(46,158,120,.42);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15,31,27,.09);
}
.nav-messenger span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--brand-grad);
}
.nav-messenger--tg span { background: var(--brand-grad); }
.nav-messenger svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: currentColor;
}
.nav-messenger b {
  display: none;
  font: inherit;
}
.nav-item--services { position: relative; }
.nav-link--services {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-chevron {
  flex: 0 0 auto;
  margin-top: 1px;
  transition: transform .2s ease;
}
.nav-item--services:hover .nav-chevron,
.nav-item--services:focus-within .nav-chevron,
.nav-item--services.is-open .nav-chevron {
  transform: rotate(180deg);
}
.service-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  z-index: 50;
  width: 280px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.service-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}
.nav-item--services:hover .service-menu,
.nav-item--services:focus-within .service-menu,
.nav-item--services.is-open .service-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.service-menu__groups {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-menu__group {
  position: relative;
  min-width: 0;
  border-radius: 8px;
}
.service-menu__head {
  display: grid;
  grid-template-columns: minmax(0,1fr) 34px;
  align-items: center;
  border-radius: 8px;
}
.main-nav .service-menu__category {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: var(--green-d);
  font-size: 14px;
  font-weight: 900;
}
.service-menu__toggle {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-right: 8px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--green-d);
  cursor: pointer;
}
.service-menu__toggle::before {
  content: "";
  width: 7px;
  height: 7px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  transition: transform .18s ease;
}
.service-menu__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--soft);
  color: var(--green-d);
}
.service-menu__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-menu__group:hover .service-menu__head,
.service-menu__group:focus-within .service-menu__head,
.service-menu__group.is-active .service-menu__head {
  background: var(--soft);
  color: var(--green-d);
}
.main-nav .service-menu__category:hover { background: transparent; }
.service-menu__group ul {
  position: absolute;
  left: calc(100% + 12px);
  top: 0;
  width: 270px;
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.service-menu__group ul::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  bottom: 0;
  width: 14px;
}
.service-menu__group:hover ul,
.service-menu__group:focus-within ul,
.service-menu__group.is-active ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.service-menu__group li a {
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}
.service-menu__group li a:hover {
  background: var(--soft);
  color: var(--green-d);
}
.header-call {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 11px;
  min-height: 54px;
  padding: 8px 16px 8px 11px;
  border: 0;
  border-radius: var(--r);
  background: var(--cta-grad);
  color: var(--on-cta);
  box-shadow: var(--cta-shadow);
  white-space: nowrap;
}
.main-nav a.header-call {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 11px;
  min-height: 54px;
  padding: 8px 16px 8px 11px;
  border: 0;
  border-radius: var(--r);
  background: var(--cta-grad);
  color: var(--on-cta);
  box-shadow: var(--cta-shadow);
  font-size: inherit;
  white-space: nowrap;
}
.main-nav .nav-call { display: none; }
.header-call__icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(28,22,5,.10);
  color: var(--on-cta);
}
.header-call__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header-call strong {
  display: block;
  font-size: 19px;
  line-height: 1.05;
  font-weight: 900;
}
.header-call small {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
  color: rgba(28,22,5,.72);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
}
.online-dot {
  position: relative;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(46,158,120,.45);
}
.online-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  border: 1px solid rgba(46,158,120,.42);
  animation: onlinePulse 1.5s ease-out infinite;
}
@keyframes onlinePulse {
  0% { transform: scale(.55); opacity: .9; }
  70% { transform: scale(1.45); opacity: 0; }
  100% { transform: scale(1.45); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .online-dot::after { animation: none; }
}
.header-call:hover {
  background: var(--cta-d);
  color: var(--on-cta);
  box-shadow: 0 18px 36px rgba(217,160,8,.42);
}
.main-nav a.header-call:hover {
  background: var(--cta-d);
  color: var(--on-cta);
  box-shadow: 0 18px 36px rgba(217,160,8,.42);
}
.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--grad);
  cursor: pointer;
}
.menu-button__bars, .menu-button__bars::before, .menu-button__bars::after {
  display: block;
  width: 22px;
  height: 3px;
  margin: 0 auto;
  border-radius: 3px;
  background: #fff;
  content: "";
}
.menu-button__bars { position: relative; }
.menu-button__bars::before,
.menu-button__bars::after {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.menu-button__bars::before { transform: translateY(-7px); }
.menu-button__bars::after { transform: translateY(7px); }
.hero, .page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(120% 130% at 84% 12%, rgba(46,158,120,.34), transparent 56%),
    linear-gradient(158deg, #0B4F39 0%, #11704F 54%, #157E5A 100%);
}
.hero::after, .page-hero::after {
  content: "";
  position: absolute;
  top: -25%;
  right: -10%;
  width: min(54vw, 660px);
  height: 150%;
  background: radial-gradient(closest-side, rgba(255,255,255,.10), transparent 72%);
  pointer-events: none;
}
.hero__grid {
  position: relative;
  z-index: 1;
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 460px);
  align-items: end;
  gap: 48px;
  padding: 56px 0 0;
}
.hero__content { max-width: 640px; align-self: center; padding-bottom: 56px; }

/* ====== Главная: hero с фоновым фото и карточкой преимуществ ====== */
.hero--home {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: clamp(84px, 9vh, 104px) 0 clamp(40px, 6vh, 64px);
  overflow: hidden;
}
.hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
  filter: brightness(1.02);
  z-index: 0;
}
.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(96deg, rgba(6,38,28,.40) 0%, rgba(6,38,28,.16) 44%, rgba(6,38,28,0) 72%),
    linear-gradient(180deg, rgba(6,38,28,0) 0%, rgba(6,38,28,0) 46%, rgba(7,34,26,.30) 100%);
}
.hero--home .hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: clamp(20px, 4.5vw, 84px);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(18px, 2.5vh, 28px);
}
.hero--home .hero__inner > .eyebrow { margin: 0; }
.hero__card { margin-top: 0; }
.hero__copy { max-width: 640px; }
.hero--home h1,
.hero--home .hero-lead { text-shadow: 0 2px 16px rgba(4,20,14,.5), 0 1px 4px rgba(4,20,14,.45); }
.hero__card {
  align-self: flex-start;
  width: min(560px, 100%);
  background: transparent;
  color: #fff;
  padding: 0;
}
.hero__benefits { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.hero__benefits li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 14px;
  font-weight: 750;
  font-size: clamp(15.5px, 1.6vw, 17.5px);
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 1px 10px rgba(6,30,22,.5);
}
.hero__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 11px;
  background: linear-gradient(180deg, #1FA379 0%, #116047 100%);
  color: #fff;
  box-shadow: 0 6px 14px rgba(11,61,46,.28);
}
.hero__check svg { width: 19px; height: 19px; }
.hero--home h1 {
  max-width: 17ch;
  margin: 0 0 20px;
  font-size: clamp(33px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.025em;
}
.hero--home .hero-lead { max-width: 620px; }
.hero__aurora { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero__aurora::before, .hero__aurora::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
}
.hero__aurora::before {
  width: 48vw; height: 48vw; left: -10vw; top: -12vw;
  background: radial-gradient(circle, rgba(43,186,140,.6), transparent 70%);
  animation: auroraA 28s ease-in-out infinite;
}
.hero__aurora::after {
  width: 42vw; height: 42vw; right: -8vw; bottom: -16vw;
  background: radial-gradient(circle, rgba(25,160,116,.5), transparent 70%);
  animation: auroraB 34s ease-in-out infinite;
}
@keyframes auroraA { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(6vw,4vw,0) scale(1.12); } }
@keyframes auroraB { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(-5vw,-4vw,0) scale(1.1); } }
.hero__rotator {
  display: inline-block;
  background: var(--cta-grad);
  color: var(--on-cta);
  padding: 0 .22em;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(217,160,8,.3);
  transition: opacity .26s ease, transform .26s ease;
}
.hero__rotator.is-swapping { opacity: 0; transform: translateY(-10px); }
@media (prefers-reduced-motion: reduce) {
  .hero__rotator { transition: opacity .2s ease; }
  .hero__rotator.is-swapping { opacity: 0; transform: none; }
}
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 4vw, 48px);
  margin: clamp(28px,4vw,40px) 0 0;
  padding: clamp(22px,3vw,28px) 0 0;
  border-top: 1px solid rgba(255,255,255,.16);
}
.hero__trust div { display: grid; gap: 3px; }
.hero__trust dt {
  font-family: "Unbounded","Manrope",system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 28px);
  letter-spacing: -0.03em;
  color: #fff;
}
.hero__trust dd { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 700; }
@media (prefers-reduced-motion: no-preference) {
  .hero--home .hero__inner > .eyebrow,
  .hero--home .hero__copy > *,
  .hero--home .hero__card { opacity: 0; transform: translateY(18px); animation: heroIn .62s cubic-bezier(.16,1,.3,1) forwards; }
  .hero--home .eyebrow { animation-delay: .04s; }
  .hero--home h1 { animation-delay: .13s; }
  .hero--home .hero-lead { animation-delay: .24s; }
  .hero--home .hero__actions { animation-delay: .34s; }
  .hero--home .hero__card { animation-delay: .48s; }
}
@keyframes heroIn { to { opacity: 1; transform: none; } }
.page-hero--inner .inner-hero__content, .page-hero--service .service-hero__inner { position: relative; z-index: 1; }
@media (prefers-reduced-motion: no-preference) {
  .page-hero--inner .inner-hero__content > *,
  .page-hero--service .service-hero__inner > * { opacity: 0; transform: translateY(14px); animation: heroIn .55s cubic-bezier(.16,1,.3,1) forwards; }
  .page-hero--inner .inner-hero__content > :nth-child(2), .page-hero--service .service-hero__inner > :nth-child(2) { animation-delay: .07s; }
  .page-hero--inner .inner-hero__content > :nth-child(3), .page-hero--service .service-hero__inner > :nth-child(3) { animation-delay: .15s; }
  .page-hero--inner .inner-hero__content > :nth-child(4), .page-hero--service .service-hero__inner > :nth-child(4) { animation-delay: .23s; }
  .page-hero--inner .inner-hero__content > :nth-child(5), .page-hero--service .service-hero__inner > :nth-child(5) { animation-delay: .31s; }
}
@media (max-width: 720px) {
  .hero--home { min-height: 100svh; display: flex; flex-direction: column; padding: 0; }
  .hero--home .hero__inner {
    flex: 1 1 auto;
    justify-content: flex-end;
    padding-block: 80px calc(var(--sticky-contact-space, 96px) - 8px);
    gap: 14px;
  }
  .hero__copy { align-self: start; }
  .hero--home .hero__copy h1 { margin-bottom: 8px; }
  .hero--home .hero__copy .hero-lead { margin-bottom: 0; }
  .hero--home .hero__copy .hero__actions { margin: 16px 0 0; }
  .hero__copy .eyebrow {
    position: absolute;
    top: 80px;
    left: clamp(20px, 4.5vw, 84px);
    margin: 0;
  }
  .hero__card { align-self: stretch; width: 100%; margin-top: 0; }
  .hero__bg-img { object-position: 60% 22%; }
  .hero__veil {
    background:
      linear-gradient(180deg, rgba(6,38,28,.30) 0%, rgba(6,38,28,.05) 22%, rgba(6,38,28,0) 42%, rgba(6,38,28,.46) 70%, rgba(7,34,26,.80) 100%);
  }
  .hero .eyebrow, .page-hero .eyebrow { font-size: 12px; padding: 6px 13px 6px 11px; gap: 7px; }
  .hero__trust { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 16px; text-align: center; }
  .hero__trust div { justify-items: center; }
}
.page-hero .wrap { position: relative; z-index: 1; padding: 84px 0; }
/* Категорийный hero с фоновым фото: текст слева под скримом, объект справа */
.page-hero--photo {
  background: var(--graphite);
  min-height: clamp(400px, 54vh, 540px);
  display: flex;
  align-items: center;
}
.page-hero--photo::after { display: none; }
.page-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% 85%;
  z-index: 0;
}
.page-hero__veil { display: none; }
.page-hero--photo .inner-hero__content > :not(.inner-hero__actions) {
  text-shadow: 0 2px 16px rgba(6,20,15,.55), 0 1px 4px rgba(6,20,15,.5);
}
@media (max-width: 720px) {
  .page-hero--photo { min-height: clamp(440px, 66vh, 580px); align-items: flex-start; }
  .page-hero--photo .page-hero__bg { object-position: center 90%; }
}
.eyebrow { display: none; }
.hero .eyebrow, .page-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  margin: 0 0 18px; padding: 7px 15px 7px 13px;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.94); font-size: 13px; font-weight: 700; letter-spacing: .01em; text-transform: none; white-space: nowrap; max-width: 100%;
}
.hero .eyebrow::before, .page-hero .eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cta); box-shadow: 0 0 0 3px rgba(242,183,5,.22);
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, .logo strong, .numbers__item strong, .guar__num, .promo strong, .stats strong, .hero__badge strong {
  font-family: "Unbounded", "Manrope", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}
h1, h2, h3 { text-wrap: balance; }
.hero h1, .page-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.03;
  letter-spacing: -0.02em;
}
.hero-lead { max-width: 760px; color: rgba(255,255,255,.88); font-size: clamp(19px, 2vw, 25px); font-weight: 700; }
.error-page { padding: clamp(80px, 12vw, 160px) 0; }
.error-page__code { font-family: var(--font-display, "Unbounded"), sans-serif; font-weight: 800; font-size: clamp(72px, 16vw, 160px); line-height: 1; color: var(--brand, #11704F); letter-spacing: -0.04em; margin: 0; }
.error-page h1 { margin: 8px 0 16px; }
.error-page__lead { color: var(--muted, #4C5E55); font-size: 18px; line-height: 1.6; max-width: 620px; margin: 0 auto; }
.error-page__links ul { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.error-page__links a { display: inline-block; padding: 9px 16px; border: 1px solid var(--line-2, #C6D3CB); border-radius: 999px; color: var(--green-700, #11704F); font-weight: 600; text-decoration: none; transition: background .2s, border-color .2s; }
.error-page__links a:hover { background: var(--soft, #EAF0EC); border-color: var(--green-700, #11704F); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 26px;
  border: 1.5px solid transparent;
  border-radius: var(--r);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: -.005em;
  text-align: center;
  transition: transform .16s ease, box-shadow .2s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.btn--primary {
  background: var(--cta-grad);
  color: var(--on-cta);
  border-color: transparent;
  box-shadow: var(--cta-shadow);
}
.btn--primary:hover { background: var(--cta-d); box-shadow: 0 16px 34px rgba(217,160,8,.42); }
.btn--ghost { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.06); }
.btn:hover { transform: translateY(-1px); }
.btn--ghost:hover { background: #fff; border-color: #fff; color: var(--brand-d); }
/* Светлый контур-вторичка на светлых секциях */
.btn--outline { border-color: var(--line-2); color: var(--brand-d); background: #fff; }
.btn--outline:hover { border-color: var(--brand); background: var(--soft); color: var(--brand-d); }
.check-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.check-list li {
  position: relative;
  padding: 10px 12px 10px 38px;
  border: 1px solid rgba(46,158,120,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.75);
  color: var(--ink);
  font-weight: 800;
}
.hero .check-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
.hero .check-list li { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.18); color: #fff; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: inset 0 0 0 4px #fff;
}
.hero__figure { position: relative; align-self: end; display: flex; align-items: flex-end; justify-content: center; min-height: 0; }
.hero__figure::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2%;
  width: min(440px, 96%);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 44%, rgba(255,255,255,.18), rgba(120,230,196,.12) 46%, rgba(46,158,120,0) 70%);
}
.hero__photo {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  max-height: 600px;
  height: auto;
  filter: drop-shadow(0 26px 40px rgba(0,0,0,.4));
}
.hero__badge {
  position: absolute;
  z-index: 2;
  padding: 13px 17px;
  border-radius: 14px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 16px 40px rgba(0,0,0,.3);
}
.hero__badge strong { display: block; color: var(--brand-d); font-size: 25px; line-height: 1; }
.hero__badge span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 700; }
.hero__badge--price { left: -8px; bottom: 70px; }
.hero__badge--exp { right: -8px; top: 52px; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.hero__chips li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px 9px 11px;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.hero__chips li::before {
  content: "";
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.6 6.3 5 8.6 9.4 3.7' fill='none' stroke='%230E4D38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat;
}
.stats { background: linear-gradient(135deg, var(--graphite), var(--green-d)); color: #fff; }
.stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.stats__grid div { min-height: 112px; display: grid; align-content: center; gap: 4px; padding: 22px; border-left: 1px solid rgba(255,255,255,.14); }
.stats__grid div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.stats strong { color: var(--amber); font-size: clamp(28px, 3vw, 42px); line-height: 1; white-space: nowrap; font-variant-numeric: tabular-nums; }
.stats span { color: rgba(255,255,255,.82); font-weight: 700; }
.section, .content-section, .cta { padding: clamp(52px, 7vw, 86px) 0; }
.section--muted {
  background:
    radial-gradient(circle at 1px 1px, rgba(17,112,79,.05) 1px, transparent 1.7px) 0 0 / 24px 24px,
    var(--bg);
}
.section-head { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.section-head::before {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: var(--cta-grad);
}
.section-head--left { text-align: left; }
.section-head--left::before { margin-left: 0; }
.section-head h2, .cta__copy h2, .lead-form h2, .content-section h2 { margin-bottom: 12px; color: var(--graphite); font-size: clamp(25px, 3vw, 40px); line-height: 1.06; }
.section-head p, .content-section p, .content-section li { color: var(--muted); font-size: 17px; }
.cards-grid { display: grid; gap: 18px; }
.cards-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.cards-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.cards-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.service-card {
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(26,140,104,.42); }
.service-card--light { background: #fff; }
.service-card a:not(.btn) { height: 100%; display: grid; align-content: start; gap: 12px; padding: 26px; color: inherit; }
.service-card--popular {
  min-height: 330px;
  display: grid;
  grid-template-rows: auto auto minmax(84px, 1fr) auto auto;
  gap: 12px;
  padding: 22px;
}
.service-card--popular .service-card__actions {
  grid-template-columns: 1fr;
  gap: 8px;
}
.service-card--cat {
  display: grid;
  grid-template-rows: auto auto minmax(78px, 1fr) auto auto;
  align-content: stretch;
  gap: 12px;
  padding: 24px;
}
.service-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
  align-items: stretch;
}
.btn--card { margin-top: 6px; min-height: 46px; padding: 10px 14px; font-size: 14px; background: #fff; border: 1.5px solid var(--line-2); color: var(--brand-d); }
.btn--card-order { background: var(--cta-grad); border-color: transparent; color: var(--on-cta); box-shadow: var(--cta-shadow); }
.btn--card:hover { background: var(--soft); border-color: var(--brand); color: var(--brand-d); }
.btn--card-order:hover { background: var(--cta-d); color: var(--on-cta); }
.btn--light-card,
.btn--light-order {
  min-height: 46px;
  padding: 10px 14px;
  border-radius: var(--r-sm);
  font-size: 13px;
}
.btn--light-card {
  border: 1.5px solid var(--line-2);
  background: #fff;
  color: var(--brand-d);
}
.btn--light-order {
  border: 1.5px solid transparent;
  background: var(--cta-grad);
  color: var(--on-cta);
  box-shadow: var(--cta-shadow);
}
.btn--light-card:hover {
  border-color: var(--brand);
  background: var(--soft);
  color: var(--brand-d);
}
.btn--light-order:hover {
  background: var(--cta-d);
  color: var(--on-cta);
}
.service-card h3 { margin: 8px 0 0; color: var(--ink); font-size: 22px; line-height: 1.22; }
.service-card--light h3 { color: var(--ink); }
.service-card p { margin: 0; color: var(--muted); }
.service-card--light p { color: var(--muted); }
.service-card strong { width: fit-content; display: inline-flex; align-items: center; padding: 5px 12px; border-radius: var(--r-pill); background: var(--soft); color: var(--brand-d); font-weight: 800; font-size: 15px; }
.card-mark {
  width: 58px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
}
.card-mark svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.card-mark--bug svg { transform: translateY(1px); }
.card-mark--shield svg { stroke-width: 2.6; }
.card-mark--leaf svg,
.card-mark--tree svg { stroke-width: 2.2; }
.card-mark--mist svg { stroke-width: 2.5; }
.card-mark--trap svg { stroke-width: 2.25; }
.card-mark--bug,
.card-mark--trap,
.card-mark--shield,
.card-mark--mist,
.card-mark--leaf,
.card-mark--tree { background: var(--brand-grad); }
.pest-icon {
  width: 82px;
  height: 70px;
  display: grid;
  place-items: center;
}
.pest-icon img {
  width: 76px;
  height: 76px;
  display: block;
  object-fit: contain;
}
.steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; min-height: 210px; padding: 72px 24px 24px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow-sm); }
.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 24px;
  top: 24px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--grad);
  color: #fff;
  font-weight: 900;
  box-shadow: var(--shadow-brand);
}
.steps h3 { color: var(--green-d); font-size: 22px; }
.steps p { color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.price-card, .lead-form, .review, .docs-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(21,48,42,.07);
}
.price-card { padding: 20px; overflow: auto; }
.price-card--matrix { grid-column: 1 / -1; }
.price-card--wide { margin: 14px 0 26px; }
.price-card h3 { color: var(--green-d); font-size: 22px; }
table { width: 100%; border-collapse: collapse; }
.price-card--matrix table { min-width: max-content; }
caption { text-align: left; color: var(--muted); font-size: 13px; margin-bottom: 8px; }
th, td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
td { color: var(--ink); font-weight: 900; white-space: nowrap; }
.interactive-price .section-head { max-width: 900px; }
/* ====== Калькулятор цены (виджет) ====== */
.price-calc {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,340px);
  gap: 20px;
  align-items: stretch;
  max-width: 980px;
  margin: 0 auto;
}
.price-calc__panel {
  display: grid;
  gap: 20px;
  align-content: start;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.price-calc__field { display: grid; gap: 10px; }
.price-calc [hidden] { display: none !important; }
.price-calc__label { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.price-calc__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.price-calc__chip {
  appearance: none;
  padding: 9px 15px;
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-pill);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.price-calc__chip:hover { border-color: var(--brand); background: var(--soft); }
.price-calc__chip.is-active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.price-calc__selects { display: grid; grid-template-columns: 1fr; gap: 16px; }
.price-calc__field--select { gap: 8px; }
.price-calc__select { position: relative; display: block; }
.price-calc__select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 9px;
  height: 9px;
  border: solid var(--brand);
  border-width: 0 2px 2px 0;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.price-calc__select select {
  width: 100%;
  min-height: 50px;
  padding: 12px 40px 12px 16px;
  border: 1.5px solid var(--line-2);
  border-radius: var(--r);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  appearance: none;
}
.price-calc__select select:focus-visible { outline: 3px solid rgba(17,112,79,.35); outline-offset: 1px; border-color: var(--brand); }
.price-calc__result {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 26px 24px;
  border-radius: var(--r-lg);
  color: #fff;
  background:
    radial-gradient(120% 120% at 85% 0%, rgba(46,158,120,.30), transparent 60%),
    linear-gradient(160deg, var(--green-d) 0%, var(--green-dd) 100%);
  box-shadow: var(--shadow);
}
.price-calc__rsummary { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; min-height: 18px; }
.price-calc__rlabel { color: rgba(255,255,255,.86); font-size: 13px; font-weight: 700; }
.price-calc__price {
  font-family: "Unbounded", "Manrope", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(34px, 4.6vw, 48px);
  line-height: 1.04;
  color: #fff;
}
.price-calc__rnote { color: rgba(255,255,255,.72); font-size: 12.5px; font-weight: 600; line-height: 1.45; margin-top: 2px; }
.price-calc__cta { margin-top: auto; }
@media (max-width: 760px) {
  .price-calc { grid-template-columns: 1fr; gap: 12px; }
  .price-calc__panel { padding: 16px; gap: 14px; }
  .price-calc__field { gap: 8px; }
  .price-calc__chips { gap: 6px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
  .price-calc__chip { padding: 8px 13px; font-size: 13.5px; flex: 0 0 auto; }
  .price-calc__selects { gap: 12px; }
  .price-calc__select select { min-height: 46px; font-size: 15px; }
  .price-calc__label { font-size: 11px; }
  .price-calc__result { padding: 18px 16px; gap: 4px; }
  .price-calc__price { font-size: clamp(28px, 9vw, 38px); }
  .price-calc__rnote { font-size: 11.5px; }
  .price-calc__cta { margin-top: 12px; }
}
.price-widget {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.price-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.price-tab {
  min-height: 62px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--graphite);
  cursor: pointer;
  font-weight: 900;
}
.price-tab:hover,
.price-tab.is-active {
  color: var(--graphite);
  border-bottom-color: var(--accent);
  background: #e8f4ee;
}
.price-pane { display: none; padding: 28px; }
.price-pane.is-active { display: block; }
.price-chipset,
.price-subtabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 9px;
  margin-bottom: 24px;
}
.price-chip,
.price-subtab {
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #eef2f6;
  color: #121817;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}
.price-chip:hover,
.price-chip.is-active,
.price-subtab:hover,
.price-subtab.is-active {
  border-color: transparent;
  background: var(--grad);
  color: #fff;
  box-shadow: var(--shadow-brand);
}
.price-table-wrap {
  display: none;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.price-table-wrap.is-active { display: block; }
.price-table caption {
  padding: 18px 18px 0;
  color: var(--green-d);
  font-size: 18px;
  font-weight: 900;
}
.price-table thead th {
  min-width: 180px;
  padding: 20px 18px;
  background: linear-gradient(135deg, var(--green-d), var(--green));
  color: #fff;
  font-size: 17px;
}
.price-table thead th:first-child {
  width: 46%;
  background: #f0f4f3;
  color: var(--graphite);
}
.price-table--matrix {
  width: max-content;
  min-width: 100%;
}
.price-table--matrix thead th {
  min-width: 138px;
}
.price-table--matrix thead th:first-child,
.price-table--matrix tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 170px;
  width: auto;
  background: #f0f4f3;
  color: var(--graphite);
}
.price-table--matrix thead th:first-child {
  z-index: 2;
}
.price-table__empty {
  color: var(--muted);
  font-weight: 800;
}
.price-table tbody th,
.price-table tbody td {
  padding: 15px 18px;
  font-weight: 900;
}
.price-table tbody tr:nth-child(even) { background: #f3f5f6; }
.price-table tbody tr:last-child th,
.price-table tbody tr:last-child td { border-bottom: 0; }
.promo-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.promo { min-height: 220px; padding: 28px; border-radius: 8px; background: linear-gradient(135deg, var(--green-d), var(--green)); color: #fff; box-shadow: var(--shadow); }
.promo strong { display: block; margin-bottom: 12px; font-size: 54px; line-height: 1; }
.promo h3 { font-size: 24px; }
.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 8px; background: #fff; }
summary { min-height: 58px; padding: 17px 20px; cursor: pointer; color: var(--green-d); font-weight: 900; }
details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.form-layout, .cta__grid, .content-grid { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 42px; align-items: start; }
.lead-form { padding: 24px; }
.lead-form h2 { font-size: 28px; }
.lead-form p { color: var(--muted); font-size: 14px; }
.form-row { display: grid; gap: 6px; margin-bottom: 12px; }
label, legend { color: var(--green-d); font-size: 14px; font-weight: 900; }
input, select {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  accent-color: var(--accent);
}
input::placeholder { color: #9aa8a3; }
input:focus, select:focus, button:focus-visible, a:focus-visible {
  outline: 3px solid rgba(17,106,78,.7);
  outline-offset: 3px;
}
fieldset { display: grid; gap: 8px; margin: 0 0 12px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; }
fieldset label, .agreement { display: flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; }
fieldset input, .agreement input { width: auto; min-height: auto; }
.agreement { margin: 12px 0 16px; font-size: 13px; }
.form-status { margin-top: 12px; padding: 10px 12px; border-radius: 8px; background: #e8f4ee; color: var(--graphite); font-size: 13px; font-weight: 800; }
.request__info .check-list { margin: 24px 0; }
.request__contact { display: grid; gap: 10px; padding: 20px 22px; border: 1px solid rgba(17,106,78,.42); border-radius: 12px; background: linear-gradient(135deg, #eef7f1, var(--soft)); }
.request__phone span { display: block; color: var(--muted); font-size: 13px; font-weight: 700; }
.request__phone a { color: var(--brand-d); font-size: 26px; font-weight: 900; }
.request__contact > p { margin: 0; color: var(--muted); font-size: 13px; }
.messenger-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.messenger-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.messenger-link:hover {
  transform: translateY(-1px);
  border-color: rgba(46,158,120,.55);
  box-shadow: 0 12px 24px rgba(15,31,27,.09);
  color: var(--green-d);
}
.messenger-link__icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background: var(--grad);
  color: #fff;
}
.messenger-link__icon svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}
.messenger-link__icon--tg { background: var(--brand-grad); }
.messenger-link__icon--max { background: var(--brand-grad); }
.cta { background: linear-gradient(135deg, var(--graphite), var(--green-d) 68%, var(--green)); color: #fff; }
.cta { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--graphite), var(--green-d) 68%, var(--green)); color: #fff; }
.cta .hero__aurora { opacity: .4; z-index: 0; }
.cta__grid { position: relative; z-index: 1; align-items: center; }
.cta__copy h2 { color: #fff; }
.cta__copy > p { color: rgba(255,255,255,.82); max-width: 46ch; }
.cta__phone { display: inline-flex; align-items: center; gap: 14px; margin-top: 24px; text-decoration: none; }
.cta__phone-icon {
  flex: 0 0 auto;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  display: grid; place-items: center;
  transition: background .2s ease, transform .2s ease;
}
.cta__phone:hover .cta__phone-icon { background: rgba(255,255,255,.18); transform: translateY(-2px); }
.cta__phone-icon svg { width: 24px; height: 24px; fill: none; stroke: var(--cta); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cta__phone-text small { display: block; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; }
.cta__phone-text strong { display: block; color: #fff; font-family: "Unbounded","Manrope",system-ui,sans-serif; font-size: clamp(20px,2.4vw,26px); letter-spacing: -.02em; }
.cta__points { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.cta__points li { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.92); font-weight: 700; font-size: 15px; }
.cta__points li::before {
  content: "";
  flex: 0 0 auto;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--cta) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.6 6.3 5 8.6 9.4 3.7' fill='none' stroke='%231C1605' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;
}
.cta .lead-form { background: #fff; border: 0; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); padding: 30px; }
.cta .lead-form { color: var(--ink); }
.phone-line a { color: #fff; font-size: 26px; font-weight: 900; }
.breadcrumbs { margin-bottom: 18px; color: rgba(255,255,255,.75); font-weight: 800; }
.breadcrumbs a { color: #CDEEDE; display: inline-block; padding: 2px 0; }
.service-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,360px);
  gap: 40px;
  align-items: center;
}
.page-hero--service .service-hero__inner {
  position: relative;
  z-index: 1;
  max-width: none;
}
.service-hero__aside {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 0;
}
.service-hero__aside::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4%;
  width: min(340px, 96%);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 44%, rgba(255,255,255,.16), rgba(120,230,196,.10) 46%, transparent 70%);
}
.service-hero__figure {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  max-height: 430px;
  height: auto;
  filter: drop-shadow(0 26px 40px rgba(0,0,0,.42));
}
.service-hero__pricecard {
  position: absolute;
  left: -8px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 2px;
  padding: 13px 20px;
  border-radius: var(--r);
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 42px rgba(6,22,18,.36);
}
.service-hero__pricecard span { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.service-hero__pricecard strong { color: var(--brand-d); font-size: 27px; line-height: 1; font-weight: 900; }
.service-hero__pricecard small { color: var(--muted); font-size: 12px; font-weight: 700; }
@media (max-width: 920px) {
  .service-hero__grid { grid-template-columns: 1fr; gap: 18px; }
  .service-hero__aside { align-items: flex-start; }
  .service-hero__aside::before, .service-hero__figure { display: none; }
  .service-hero__pricecard { position: static; width: fit-content; }
}
.service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
}
.service-hero__price {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin: 22px 0 0;
  padding: 10px 18px;
  border-radius: 12px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 30px rgba(8,22,18,.28);
}
.service-hero__price span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.service-hero__price strong {
  color: var(--green-d);
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}
.service-hero__chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 13px 22px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.service-hero__chips li {
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}
.service-hero__chips li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--cta) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.6 6.3 5 8.6 9.4 3.7' fill='none' stroke='%231C1605' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;
}
.content-section article > h2:first-child { margin-top: 0; }
.sticky-aside { position: sticky; top: 100px; }
.service-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-bottom: 30px;
}
.service-mini-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(21,48,42,.06);
}
.service-mini-card h3 {
  margin-bottom: 8px;
  color: var(--green-d);
  font-size: 18px;
}
.service-mini-card p { margin: 0; font-size: 15px; }
.object-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(214px, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.object-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--graphite);
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(21,48,42,.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.object-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(21,48,42,.1);
  border-color: rgba(46,158,120,.4);
}
.object-card__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--soft);
}
.object-card__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-prep {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.service-prep li {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.service-prep span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid var(--green);
  color: var(--green-d);
  font-weight: 900;
}
.service-prep p { margin: 0; }
.faq-list--service { margin: 12px 0 30px; }
.service-visual {
  position: relative;
  min-height: 260px;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(43,43,43,.95), rgba(46,158,120,.82), rgba(17,106,78,.28)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, transparent 1px 20px);
}
.service-visual span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 96px;
  height: 64px;
  transform: translate(-50%,-50%);
  border-radius: 12px;
  background: var(--grad);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
.docs-grid, .review-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.docs-grid article, .review { padding: 22px; }
.review h3, .docs-grid h3 { color: var(--green-d); }
.contacts-list { display: grid; gap: 12px; margin: 0; }
.contacts-list div { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contacts-list dt { color: var(--green-d); font-weight: 900; }
.contacts-list dd { margin: 0; color: var(--muted); }
.contacts-list a:not(.messenger-link) { display: inline-block; padding: 3px 0; color: var(--green-d); font-weight: 900; }
.site-footer { padding: 58px 0 calc(28px + var(--sticky-contact-space)); background: var(--graphite); color: rgba(255,255,255,.72); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.site-footer h2 { margin: 0 0 14px; color: #fff; font-size: 18px; }
.site-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.site-footer a:hover { color: #86E0BD; }
.footer__phone a { color: #fff; font-size: 22px; font-weight: 900; }
.footer__bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 24px; font-size: 13px; }
@media (max-width: 1100px) {
  .cards-grid--4, .price-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .price-chipset, .price-subtabs { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .main-nav a { padding: 9px 8px; font-size: 13px; }
  .main-nav { gap: 10px; }
  .nav-messengers { gap: 7px; }
  .main-nav .nav-messenger { width: 39px; height: 39px; border-radius: 10px; }
  .nav-messenger span { width: 30px; height: 30px; border-radius: 9px; }
  .nav-messenger svg { width: 18px; height: 18px; }
  .service-menu {
    width: 260px;
    padding: 10px;
  }
  .service-menu__group ul {
    left: calc(100% + 10px);
    width: 250px;
  }
  .header-call { gap: 8px; padding: 7px 8px; }
  .header-call strong { font-size: 17px; }
  .header-call small { font-size: 10px; }
  .steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 920px) {
  .wrap { width: min(100% - 28px, 760px); }
  .topbar__inner { justify-content: center; text-align: center; }
  .topbar ul { display: none; }
  .site-header .header__inner { width: 100%; min-height: 66px; padding-left: 24px; padding-right: 10px; }
  .logo__img { height: 42px; }
  .menu-button { display: grid; place-items: center; z-index: 76; position: relative; margin-left: auto; }
  .menu-button__bars, .menu-button__bars::before, .menu-button__bars::after { transition: transform .22s ease, background .22s ease; }
  body.menu-open .menu-button__bars { background: transparent; }
  body.menu-open .menu-button__bars::before { transform: rotate(45deg); }
  body.menu-open .menu-button__bars::after { transform: rotate(-45deg); }
  /* Полноэкранная панель меню */
  .main-nav {
    position: fixed;
    left: 0; right: 0; top: 0;
    height: 100vh; height: 100dvh;
    display: none;
    padding: 84px 18px calc(40px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 74;
  }
  body.menu-open .main-nav { display: block; }
  .main-nav > ul { display: grid; gap: 0; }
  .main-nav > ul > li { border-bottom: 1px solid var(--line); }
  .main-nav a { display: block; padding: 16px 6px; font-size: 17px; font-weight: 800; color: var(--graphite); border-radius: 0; }
  .main-nav a:hover, .main-nav a[aria-current="page"] { background: transparent; color: var(--green-d); }
  /* «Услуги» — трехуровневый аккордеон */
  .nav-link--services { justify-content: space-between; }
  .nav-item--services.is-open > .nav-link--services { color: var(--green-d); }
  .service-menu {
    position: static; width: auto;
    max-height: 0; overflow: hidden;
    margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none;
    opacity: 1; visibility: visible; transform: none;
    transition: max-height .3s ease;
  }
  .nav-item--services.is-open .service-menu { max-height: 2600px; }
  .service-menu::before { display: none; }
  .service-menu__groups { grid-template-columns: 1fr; gap: 2px; padding: 4px 0 12px; }
  .service-menu__group { padding: 0; background: transparent; border-radius: 8px; }
  .service-menu__head { grid-template-columns: minmax(0,1fr) 44px; }
  .main-nav .service-menu__category { display: grid; grid-template-columns: 34px minmax(0,1fr); align-items: center; padding: 12px 10px 12px 18px; font-size: 15px; font-weight: 800; color: var(--green-d); border-radius: 8px; }
  .service-menu__group:hover .service-menu__head, .service-menu__group.is-active .service-menu__head { background: var(--soft); }
  .service-menu__toggle { width: 40px; height: 40px; margin-right: 4px; background: rgba(46,158,120,.08); }
  .service-menu__toggle::before { transform: rotate(45deg); }
  .service-menu__group.is-active .service-menu__toggle::before { transform: rotate(-135deg); }
  .service-menu__group ul {
    position: static;
    width: auto;
    max-height: 0;
    display: grid;
    overflow: hidden;
    gap: 2px;
    margin: 0 0 0 42px;
    padding: 0 0 0 12px;
    border: 0;
    border-left: 2px solid rgba(46,158,120,.16);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height .25s ease, padding .25s ease;
  }
  .service-menu__group ul::before { display: none; }
  .service-menu__group.is-active ul { max-height: 720px; padding: 4px 0 12px 12px; }
  .service-menu__group li a { padding: 10px 10px; font-size: 14px; color: var(--muted); }
  /* На мобиле телефон из шапки не используем — кнопка внизу панели меню */
  .header-call, .main-nav a.header-call { display: none; }
  body.menu-open .main-nav { display: flex; flex-direction: column; }
  .nav-messengers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    margin: 18px 0 12px;
    padding: 0;
    transform: none;
  }
  .main-nav .nav-messenger {
    width: auto;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--soft);
    color: var(--ink);
    font-size: 15px;
  }
  .main-nav .nav-messenger:hover {
    transform: none;
    background: var(--soft);
    color: var(--green-d);
    box-shadow: none;
  }
  .nav-messenger span {
    width: 32px;
    height: 32px;
    color: #fff;
    border-radius: 10px;
  }
  .nav-messenger svg {
    width: 20px;
    height: 20px;
  }
  .nav-messenger b { display: block; }
  .main-nav .nav-call {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin: auto 0 calc(env(safe-area-inset-bottom, 0px) + 4px);
    padding: 15px;
    border-radius: 12px;
    background: var(--grad);
    color: var(--graphite);
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 14px 32px rgba(17,106,78,.3);
  }
  .main-nav .nav-call small { font-size: 11px; font-weight: 700; color: rgba(43,43,43,.76); }
  .hero__grid, .form-layout, .cta__grid, .content-grid, .footer__grid { grid-template-columns: 1fr; }
  .page-hero--service .service-hero__inner { padding: 52px 0; }
  .service-summary-grid { grid-template-columns: 1fr; }
  .hero__grid { min-height: auto; padding: 44px 0; }
  .page-hero .wrap { padding: 58px 0; }
  .hero__content { max-width: none; }
  .hero__figure { min-height: auto; margin-top: 12px; }
  .hero__photo { max-height: 440px; }
  .hero__badge--exp { top: 20px; }
  .hero__badge--price { bottom: 40px; }
  .stats__grid, .cards-grid--3, .promo-grid { grid-template-columns: 1fr; }
  .price-tabs { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .price-chipset, .price-subtabs { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .sticky-aside { position: static; }
  .footer__bottom { display: grid; }
}
@media (max-width: 560px) {
  :root { --sticky-contact-space: 102px; }
  .directory-group ul { grid-template-columns: 1fr; }
  .wrap { width: min(100% - 24px, 100%); }
  .site-header .header__inner { padding-left: 20px; padding-right: 8px; }
  .hero::after, .page-hero::after { opacity: .2; }
  .hero h1, .page-hero h1 { font-size: 36px; }
  .page-hero .wrap { padding: 48px 0; }
  .page-hero--service .service-hero__inner { padding: 42px 0; }
  .page-hero h1 { font-size: 34px; }
  .hero-lead { font-size: 18px; }
  .service-hero__actions { display: grid; grid-template-columns: 1fr; }
  .service-hero__chips { grid-template-columns: 1fr; gap: 10px; }
  .service-object-list { grid-template-columns: 1fr; }
  .service-prep li { grid-template-columns: 40px minmax(0,1fr); }
  .service-prep span { width: 40px; height: 40px; }
  .hero__figure { display: none; }
  .hero__content { padding-bottom: 8px; }
  .hero__actions { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; margin: 22px 0; }
  .hero__chips { gap: 8px; margin-top: 16px; }
  .hero__chips li { padding: 7px 13px 7px 9px; font-size: 13px; }
  .hero__chips li::before { width: 17px; height: 17px; }
  .section, .content-section, .cta { padding: 42px 0; }
  .section-head { margin-bottom: 24px; }
  .btn { min-height: 44px; padding: 10px 12px; font-size: 14px; }
  .cards-grid--2, .cards-grid--4, .price-grid, .steps, .docs-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card--cat { min-height: 0; grid-template-rows: auto auto auto auto auto; }
  .service-card__actions { grid-template-columns: 1fr; }
  .service-card__actions .btn { width: 100%; }
  .price-pane { padding: 16px; }
  .price-tabs { grid-template-columns: 1fr; }
  .price-tab { min-height: 50px; }
  .price-chipset, .price-subtabs { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .price-chip, .price-subtab { min-height: 40px; padding: 8px; font-size: 13px; }
  .price-table { min-width: 0; width: 100%; }
  .price-table--matrix { width: max-content; min-width: 100%; }
  .price-table caption { padding: 14px 14px 0; font-size: 16px; }
  .price-table thead th { min-width: 0; padding: 13px 14px; font-size: 14px; }
  .price-table--matrix thead th { min-width: 126px; }
  .price-table--matrix thead th:first-child,
  .price-table--matrix tbody th { min-width: 140px; width: auto; }
  .price-table thead th:first-child { width: 56%; }
  .price-table--matrix thead th:first-child { width: auto; }
  .price-table tbody th, .price-table tbody td { padding: 12px 14px; font-size: 14px; }
  .stats__grid div { min-height: 92px; text-align: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .contacts-list div { grid-template-columns: 1fr; gap: 4px; }
}

/* ====== Дополнительные блоки главной страницы ====== */
.section-head--light h2 { color: #fff; }
.section-head--light p { color: rgba(255,255,255,.82); }

/* Лицензия и аттестованные сотрудники */
.license { padding: clamp(48px,6vw,84px) 0; background: linear-gradient(135deg, var(--green-d), var(--green)); color: #fff; }
.license .eyebrow { color: rgba(255,255,255,.9); }
.license h2 { margin: 0 0 28px; color: #fff; font-size: clamp(28px,3.6vw,46px); line-height: 1.08; }
.license__grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: 36px; align-items: center; }
.license__doc { margin: 0; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.license__doc img { display: block; width: 100%; height: auto; }
.badge-dark { display: inline-block; margin: 0 0 22px; padding: 10px 18px; border-radius: 6px; background: var(--graphite); color: #fff; font-size: clamp(18px,2.2vw,26px); font-weight: 900; text-transform: uppercase; letter-spacing: .02em; }
.plus-list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.plus-list li { position: relative; padding-left: 34px; color: rgba(255,255,255,.95); font-size: 16px; line-height: 1.5; }
.plus-list li::before { content: "+"; position: absolute; left: 0; top: -3px; font-size: 24px; font-weight: 900; color: #fff; }
.plus-list strong { color: #fff; }

/* Гарантии 01-05 */
.guar__grid { display: grid; grid-template-columns: minmax(0,360px) minmax(0,1fr); gap: 44px; align-items: start; }
.guar__person { margin: 0; }
.guar__person img { display: block; width: 100%; height: auto; border-radius: 12px; box-shadow: var(--shadow); }
.guar__person figcaption { margin-top: 16px; text-align: center; color: var(--graphite); font-weight: 800; }
.tag-yellow { display: block; width: fit-content; margin: 10px auto 0; padding: 4px 12px; border-radius: var(--r-pill); background: var(--soft); color: var(--brand-d); font-size: 13px; font-weight: 900; }
.guar__list { display: grid; gap: 22px; margin: 0; padding: 0; list-style: none; }
.guar__list li { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 18px; align-items: start; }
.guar__num { display: grid; place-items: center; width: 64px; height: 64px; border: 3px solid var(--accent); border-radius: 50%; color: var(--graphite); font-size: 24px; font-weight: 900; }
.guar__list h3 { margin: 6px 0; color: var(--graphite); font-size: 21px; }
.guar__list p { margin: 0; color: var(--muted); }

/* Современные препараты */
.prep { padding: clamp(48px,6vw,84px) 0; background: var(--graphite); color: #fff; }
.prep-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.prep-card { display: flex; align-items: center; gap: 16px; padding: 22px; border-radius: 10px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.prep-card__icon { flex: 0 0 auto; display: grid; place-items: center; width: 52px; height: 52px; }
.prep-card p { margin: 0; color: var(--graphite); font-weight: 800; font-size: 16px; line-height: 1.35; }

/* Карусель результатов */
.carousel { position: relative; }
.carousel__viewport { overflow: hidden; border-radius: 12px; }
.carousel__track { display: flex; margin: 0; padding: 0; list-style: none; transition: transform .5s ease; }
.result-slide { flex: 0 0 100%; display: grid; grid-template-columns: minmax(0,460px) minmax(0,1fr); gap: 30px; align-items: center; padding: 6px; }
.result-slide__media { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.result-slide__media img { display: block; width: 100%; height: auto; }
.result-slide__body h3 { margin: 0 0 10px; color: var(--graphite); font-size: clamp(22px,2.4vw,30px); }
.result-slide__lead { font-weight: 800; color: var(--green-d); }
.result-slide__sub { margin: 18px 0 8px; font-weight: 900; color: var(--graphite); }
.check-list--green li { background: #fff; padding-left: 40px; }
.check-list--green li::before { left: 15px; top: 15px; width: 8px; height: 13px; border: solid var(--accent); border-width: 0 3px 3px 0; border-radius: 0; background: none; box-shadow: none; transform: rotate(40deg); }
.fire-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.fire-list li { position: relative; padding-left: 30px; color: var(--ink); font-weight: 700; }
.fire-list li::before { content: "🔥"; position: absolute; left: 0; top: 0; }
.carousel__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--grad); color: #fff; font-size: 30px; line-height: 1; cursor: pointer; box-shadow: var(--shadow-brand); }
.carousel__arrow--prev { left: -10px; }
.carousel__arrow--next { right: -10px; }
.carousel__arrow:hover { transform: translateY(-50%) scale(1.06); }
.carousel__dots { display: flex; justify-content: center; gap: 16px; margin-top: 24px; }
.carousel__dot { width: 11px; height: 11px; padding: 0; border: 0; border-radius: 50%; background: var(--line); cursor: pointer; position: relative; transition: transform .2s ease, background .2s ease; }
.carousel__dot::before { content: ""; position: absolute; top: 50%; left: 50%; width: 24px; height: 24px; transform: translate(-50%,-50%); }
.carousel__dot.is-active { background: var(--accent); transform: scale(1.18); }

/* СЭС в цифрах */
.numbers { padding: clamp(48px,6vw,84px) 0; background: var(--graphite); color: #fff; }
.numbers .section-head { margin-bottom: 30px; max-width: 1000px; }
.numbers__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.numbers__item { text-align: center; padding: 10px; }
.numbers__item strong { display: block; color: var(--amber); font-size: clamp(40px,4.4vw,58px); font-weight: 800; line-height: 1; letter-spacing: -.02em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.numbers__item p { margin: 14px 0 0; color: rgba(255,255,255,.68); font-size: 14px; }

/* Сертификаты */
.certs__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.cert-card { margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(21,48,42,.07); transition: transform .25s ease, box-shadow .25s ease; }
.cert-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.cert-card img { display: block; width: 100%; height: auto; border-radius: 6px; }
.cert-card figcaption { margin-top: 12px; color: var(--muted); font-size: 13px; font-weight: 700; text-align: center; }
.certs__note { margin: 22px 0 0; text-align: center; color: var(--muted); font-size: 13px; }

/* Наши мастера */
.masters__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.master { text-align: center; }
.master__avatar { width: 150px; height: 150px; margin: 0 auto 16px; padding: 5px; border-radius: 50%; background: #fff; border: 3px solid var(--accent); box-shadow: 0 10px 24px rgba(17,106,78,.18); }
.master__avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; }
.master h3 { margin: 0 0 6px; color: var(--graphite); font-size: 17px; }
.master__exp { margin: 0 0 8px; color: var(--muted); font-size: 13px; }
.master__role { margin: 0; color: var(--ink); font-size: 14px; }

/* FAQ с плюсами */
.qa-list { max-width: 900px; margin: 0 auto; }
.qa { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.qa summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 4px; color: var(--graphite); font-size: 17px; list-style: none; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; color: var(--accent); font-size: 30px; font-weight: 700; transition: transform .25s ease; }
.qa[open] summary::after { transform: rotate(45deg); }
.qa p { margin: 0; padding: 0 4px 22px; max-width: 760px; color: var(--muted); }

/* Скидка 20% */
.discount { padding: clamp(36px,4vw,56px) 0; background: linear-gradient(135deg, var(--brand-dd), var(--brand-d)); color: #fff; }
.discount__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,520px); gap: 40px; align-items: center; }
.discount h2 { margin: 0 0 10px; color: #fff; font-size: clamp(26px,3vw,40px); }
.discount p { margin: 0; color: rgba(255,255,255,.8); }
.discount__form { display: flex; flex-wrap: wrap; gap: 6px; padding: 6px; border: 2px solid var(--accent); border-radius: 12px; background: #fff; box-shadow: 0 16px 34px rgba(17,106,78,.2); }
.discount__form input { flex: 1 1 200px; min-height: 54px; border: 0; border-radius: 8px; }
.discount__form input:focus { outline: 2px solid rgba(17,106,78,.55); outline-offset: -2px; }
.discount__form .btn { flex: 0 0 auto; min-height: 54px; }
.discount__form .form-status { flex: 1 1 100%; margin-top: 2px; }

@media (max-width: 1100px) {
  .prep-grid, .numbers__grid, .certs__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .masters__grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 920px) {
  .license__grid, .guar__grid, .discount__grid { grid-template-columns: 1fr; }
  .guar__person { max-width: 360px; margin: 0 auto; }
  .result-slide { grid-template-columns: 1fr; }
  .carousel { padding-bottom: 62px; }
  .carousel__arrow { top: auto; bottom: 8px; transform: none; width: 42px; height: 42px; font-size: 26px; }
  .carousel__arrow:hover { transform: scale(1.06); }
  .carousel__arrow--prev { left: calc(50% - 90px); right: auto; }
  .carousel__arrow--next { right: calc(50% - 90px); left: auto; }
  .carousel__dots { position: absolute; left: 0; right: 0; bottom: 24px; margin: 0; }
}
@media (max-width: 560px) {
  .prep-grid, .numbers__grid, .certs__grid { grid-template-columns: 1fr; }
  .masters__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .guar__list li { grid-template-columns: 52px minmax(0,1fr); gap: 12px; }
  .guar__num { width: 52px; height: 52px; font-size: 20px; }
  .carousel__arrow { width: 40px; height: 40px; font-size: 26px; }
}

/* ====== Подвал (главная) ====== */
.site-footer--main { position: relative; padding: 56px 0 24px; }
.site-footer--main::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--grad); }
.site-footer--main .footer__top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer--main .footer__logo { display: inline-flex; align-items: center; margin-bottom: 16px; background: #fff; padding: 9px 15px; border-radius: 14px; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.site-footer--main .footer__logo img { height: 40px; width: auto; display: block; }
.site-footer--main .footer__logo-name { font-family: "Unbounded","Manrope",system-ui,sans-serif; font-weight: 800; font-size: 21px; letter-spacing: -.03em; color: #fff; line-height: 1; }
.site-footer--main .footer__logo-name span { color: var(--cta); }
.site-footer--main .footer__about { margin: 0 0 22px; max-width: 330px; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.6; }
.site-footer--main .footer__contacts { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.site-footer--main .footer__contacts li { display: grid; gap: 3px; }
.site-footer--main .footer__contacts span { color: rgba(255,255,255,.42); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.site-footer--main .footer__contacts a, .site-footer--main .footer__contacts b { color: #fff; font-size: 15px; font-weight: 800; }
.site-footer--main .footer__contacts a:hover { color: var(--green); }
.site-footer--main .messenger-links { margin-top: 18px; }
.site-footer--main .messenger-link {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  color: #fff;
}
.site-footer--main .messenger-link:hover {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.11);
  color: #fff;
  box-shadow: none;
}
.site-footer--main .footer__col h2 { margin: 0 0 16px; color: #fff; font-size: 14px; font-weight: 900; letter-spacing: .02em; }
.site-footer--main .footer__col ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.site-footer--main .footer__col a { display: inline-block; padding: 4px 0; color: rgba(255,255,255,.64); font-size: 14px; transition: color .15s ease; }
.site-footer--main .footer__bottom a { display: inline-block; padding: 4px 0; }
.site-footer--main .footer__brand a:not(.footer__logo):not(.messenger-link) { display: inline-block; padding: 3px 0; }
.site-footer--main .footer__col a:hover { color: #fff; }
.site-footer--main .footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; margin-top: 0; padding-top: 22px; border-top: 0; font-size: 13px; color: rgba(255,255,255,.5); }
@media (max-width: 920px) {
  .site-footer--main .footer__top { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
  .site-footer--main .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .site-footer--main .footer__top { grid-template-columns: 1fr; gap: 26px; }
  .site-footer--main .footer__bottom { flex-direction: column; gap: 6px; }
}

/* Мобильное центрирование: блок «процесс» и одиночная карточка мастера */
@media (max-width: 560px) {
  .section--steps-center .steps li { text-align: center; }
  .section--steps-center .steps li::before { left: 50%; transform: translateX(-50%); }
  .masters__grid .master:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

/* Страница услуги — блоки редизайна */
.section-head--left { margin-left: 0; margin-right: auto; text-align: left; }
.service-overview .service-summary-grid { margin-bottom: 30px; }
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.feature-card {
  flex: 1 1 232px;
  max-width: calc((100% - 48px) / 4);
  min-width: 232px;
  min-height: 116px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(21,48,42,.06);
}
.feature-card__icon { flex: 0 0 auto; width: 40px; height: 40px; }
.feature-card__icon svg { width: 40px; height: 40px; display: block; }
.feature-card p { margin: 0; color: var(--graphite); font-weight: 700; line-height: 1.45; }
.service-aftercare__head {
  max-width: 820px;
  margin-bottom: 28px;
}
.aftercare-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.aftercare-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(21,48,42,.06);
}
.aftercare-card--accent {
  background:
    linear-gradient(145deg, #fff, #f8fbfa 72%),
    repeating-linear-gradient(135deg, rgba(46,158,120,.07) 0 1px, transparent 1px 20px);
}
.aftercare-card__head {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 14px;
  align-items: center;
}
.aftercare-card__head > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: var(--soft);
  color: var(--green-d);
  font-weight: 900;
}
.aftercare-card__head .eyebrow { margin: 0 0 4px; }
.aftercare-card__head h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 25px;
  line-height: 1.12;
}
.service-prep--compact {
  gap: 10px;
  margin: 0;
}
.service-prep--compact li {
  min-height: 58px;
  align-items: center;
  padding: 10px 12px;
  background: #fbfdfc;
}
.service-prep--compact span {
  width: 38px;
  height: 38px;
  border-width: 2px;
}
.aftercare-list { gap: 10px; }
.aftercare-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  background: #fff;
}
.service-price .price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .9fr);
  gap: 24px;
  align-items: stretch;
}
.price-panel__table {
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(21,48,42,.07);
}
.price-panel__table table { width: 100%; }
.price-panel__more {
  display: inline-flex;
  margin-top: 16px;
  color: var(--green-d);
  font-weight: 900;
}
.price-panel__more:hover { color: var(--accent-d); }
.price-panel__cta {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--graphite), var(--green-d) 78%);
  color: #fff;
  box-shadow: var(--shadow);
}
.price-panel__lead { margin: 0; font-size: 19px; font-weight: 800; line-height: 1.3; }
.price-panel__phone { font-size: 28px; font-weight: 900; color: #fff; }
.price-panel__phone:hover { color: #86E0BD; }
.price-panel__cta .btn { width: 100%; }
.price-panel__note { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; }

@media (max-width: 920px) {
  .feature-card { max-width: calc((100% - 16px) / 2); }
  .aftercare-panel { grid-template-columns: 1fr; }
  .service-price .price-panel { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .object-grid { grid-template-columns: 1fr; }
  .feature-card {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .aftercare-card { padding: 18px; }
  .aftercare-card__head { grid-template-columns: 48px minmax(0,1fr); }
  .aftercare-card__head > span { width: 48px; height: 48px; }
  .aftercare-card__head h3 { font-size: 22px; }
  .price-panel__table, .price-panel__cta { padding: 22px; }
  .price-panel__phone { font-size: 24px; }
}

/* ====== Внутренние страницы: premium / SaaS pass ====== */
.page-hero--inner {
  background:
    radial-gradient(120% 130% at 85% 12%, rgba(46,158,120,.30), transparent 56%),
    linear-gradient(150deg, #0B4F39 0%, #11704F 60%, #157E5A 100%);
}
.page-hero--inner::after {
  width: min(46vw, 560px);
  background: radial-gradient(closest-side, rgba(255,255,255,.10), transparent 72%);
  opacity: 1;
}
.inner-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 860px);
  gap: 26px;
  align-items: center;
  padding: clamp(58px, 8vw, 92px) 0;
}
.inner-hero__content { min-width: 0; }
.inner-hero__grid--split { grid-template-columns: minmax(0,1fr) minmax(0,360px); gap: clamp(28px,4vw,52px); }

/* ====== Hero-визуал: круглый медальон + объект + бейдж цены ====== */
.hero-orb {
  position: relative;
  z-index: 1;
  justify-self: center;
  align-self: center;
  width: min(400px, 84vw);
  aspect-ratio: 1;
  filter: drop-shadow(0 36px 60px rgba(6,22,18,.5));
}
.hero-orb__disc {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 26%, rgba(255,255,255,.16), transparent 46%),
    radial-gradient(circle at 50% 48%, #4A2F27 0%, #2A1A15 50%, #150D0B 100%);
}
.hero-orb__disc::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 2px 1px rgba(255,255,255,.22), inset 0 -32px 70px rgba(0,0,0,.4);
}
.hero-orb__disc::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: 56%;
  height: 9%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,0,0,.45), transparent 72%);
  filter: blur(5px);
}
.hero-orb__photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-orb__cutout {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 104%;
  height: 104%;
  transform: translate(-50%, -52%);
  object-fit: contain;
  filter: drop-shadow(0 20px 26px rgba(0,0,0,.55));
}
.hero-orb__cutout--tall {
  top: auto;
  bottom: 0;
  height: 116%;
  width: auto;
  transform: translateX(-50%);
  object-position: bottom;
}
.hero-orb__icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.hero-orb__icon svg {
  width: 42%;
  height: 42%;
  fill: none;
  stroke: rgba(255,255,255,.92);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.35));
}
.hero-orb__deco { position: absolute; z-index: 0; pointer-events: none; }
.hero-orb__deco svg { width: 100%; height: 100%; display: block; overflow: visible; }
.hero-orb__deco--stripes { width: 42%; right: -9%; top: -9%; transform: rotate(-3deg); }
.hero-orb__badge {
  position: absolute;
  left: -6%;
  bottom: 4%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: clamp(100px, 31%, 138px);
  aspect-ratio: 1;
  padding: 10px 11px;
  border-radius: 20px;
  background: var(--cta-grad);
  color: var(--on-cta);
  box-shadow: 0 18px 32px rgba(217,160,8,.42), inset 0 1px 0 rgba(255,255,255,.5);
  text-align: center;
  line-height: 1;
}
.hero-orb__badge-lead { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.hero-orb__badge-val { font-family: "Unbounded","Manrope",system-ui,sans-serif; font-size: clamp(20px,2.7vw,27px); font-weight: 800; letter-spacing: -.045em; line-height: .9; display: inline-flex; align-items: flex-start; max-width: 100%; }
.hero-orb__badge-val i { font-style: normal; font-size: .42em; font-weight: 700; margin-left: 1px; margin-top: .18em; }
.hero-orb__badge-suf { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
@media (max-width: 920px) {
  .inner-hero__grid--split { grid-template-columns: 1fr; justify-items: start; }
  .hero-orb { width: min(290px, 64vw); margin-top: 12px; }
}
.inner-hero__panel {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 24px 60px rgba(6,18,15,.34);
  backdrop-filter: blur(14px);
}
.inner-hero__panel span {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.inner-hero__panel strong {
  color: #fff;
  font-family: "Geologica", "Manrope", system-ui, sans-serif;
  font-size: clamp(23px, 2.1vw, 30px);
  line-height: 1;
  white-space: nowrap;
}
.inner-hero__panel p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}
.inner-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.inner-section .service-card--cat {
  background:
    linear-gradient(145deg, rgba(20,44,39,.98), rgba(33,96,78,.94)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 1px, transparent 1px 18px);
}
.inner-content {
  background:
    linear-gradient(180deg, #fff 0%, #fff 42%, var(--bg) 42%, var(--bg) 100%);
}
.content-panel {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(21,48,42,.07);
}
.content-panel > h2:not(:first-child) { margin-top: 34px; }
.inner-aside .lead-form {
  border-color: rgba(46,158,120,.22);
  box-shadow: 0 22px 52px rgba(21,48,42,.12);
}
.service-directory-section .section-head { max-width: 880px; }
.service-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.directory-group {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(21,48,42,.06);
}
.directory-group header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.directory-group h3 {
  margin: 0 0 6px;
  color: var(--graphite);
  font-size: 24px;
  line-height: 1.12;
}
.directory-group p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.directory-group ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.directory-group li a {
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 12px;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #e8efec;
  border-radius: 10px;
  background: #fbfdfc;
  color: var(--ink);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.directory-group li a::after {
  content: "";
  width: 9px; height: 9px;
  border-right: 2px solid var(--green);
  border-top: 2px solid var(--green);
  transform: rotate(45deg);
  opacity: .55;
  transition: transform .18s ease, opacity .18s ease;
}
.directory-group li a:hover {
  transform: translateY(-1px);
  border-color: rgba(46,158,120,.4);
  background: #fff;
  box-shadow: 0 10px 24px rgba(21,48,42,.08);
}
.directory-group li a:hover::after { opacity: 1; transform: rotate(45deg) translate(1px,-1px); }
.directory-group li span {
  min-width: 0;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.18;
}
.directory-group li small {
  color: var(--brand-d);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.directory-group__order {
  width: fit-content;
  color: var(--green-d);
  font-weight: 900;
}
.promo-grid { align-items: stretch; }
.promo {
  position: relative;
  min-height: 254px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease;
}
.promo:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(26,140,104,.4); }
.promo__label {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 6px;
  background: var(--soft);
  color: var(--green-d);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.promo strong {
  margin: 0;
  color: var(--brand);
  font-size: clamp(52px, 6vw, 78px);
  letter-spacing: 0;
}
.promo h3 { margin: 0; color: var(--graphite); font-size: 25px; line-height: 1.14; }
.promo p { margin: 0; color: var(--muted); font-weight: 700; }
.reviews-section .review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.review {
  min-height: 210px;
  padding: 24px;
  border-color: #e8efec;
  box-shadow: 0 14px 34px rgba(21,48,42,.06);
}
.review h3 { color: var(--graphite); font-size: 19px; }
.review p { margin: 0; color: var(--muted); font-weight: 700; }
.docs-grid article {
  min-height: 132px;
  box-shadow: 0 12px 30px rgba(21,48,42,.05);
}
.contacts-section .content-panel {
  background:
    linear-gradient(145deg, #fff, #fbfdfc),
    repeating-linear-gradient(135deg, rgba(46,158,120,.06) 0 1px, transparent 1px 22px);
}
.contacts-list div {
  min-height: 64px;
  align-items: center;
  padding: 16px 0;
}
.contacts-list dt {
  color: var(--graphite);
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.contacts-list dd,
.contacts-list a {
  font-size: 16px;
}
.page-hero--service {
  background:
    linear-gradient(116deg, rgba(19,35,31,.99) 0%, rgba(31,78,70,.96) 56%, rgba(46,158,120,.76) 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.07) 0 1px, transparent 1px 22px);
}
.page-hero--service::after { opacity: .62; }
.service-mini-card,
.feature-card,
.object-card,
.price-panel__table,
.price-panel__cta {
  border-radius: 8px;
}
.service-price .price-panel > * { min-width: 0; }
.price-panel__table { overflow: auto; }
.price-panel__table table { table-layout: fixed; }
.price-panel__table th { overflow-wrap: anywhere; }
.service-methods .section-head { max-width: 900px; }
.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.method-card {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(21,48,42,.06);
}
.method-card span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--grad);
  color: var(--graphite);
  font-weight: 900;
}
.method-card h3 { margin: 0; color: var(--graphite); font-size: 22px; line-height: 1.15; }
.method-card p { margin: 0; color: var(--muted); font-weight: 700; }
.service-depth__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 34px;
  align-items: start;
}
.return-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.return-card {
  display: flex;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(21,48,42,.05);
}
.return-card p { margin: 0; color: var(--graphite); font-weight: 750; }
.control-panel {
  position: sticky;
  top: 100px;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--graphite), var(--green-d));
  color: #fff;
  box-shadow: var(--shadow);
}
.control-panel h3 { margin: 0 0 16px; color: #fff; font-size: 24px; }
.control-panel .check-list { margin-bottom: 16px; }
.control-panel .check-list li { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); color: #fff; }
.control-panel p { margin: 0; color: rgba(255,255,255,.72); font-weight: 700; }
.avito-section {
  padding: clamp(54px, 7vw, 92px) 0;
  background:
    linear-gradient(180deg, #fff 0%, var(--bg) 100%);
  color: var(--ink);
}
.avito-shell {
  max-width: 980px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,250,248,.96)),
    #fff;
  box-shadow: 0 22px 58px rgba(21,48,42,.09);
}
.avito-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  margin-bottom: 20px;
}
.avito-head .eyebrow { margin-bottom: 5px; color: #55e1bd; }
.avito-head h2 {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
}
.avito-profile {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(46,158,120,.24);
  border-radius: 8px;
  background: #fff;
  color: var(--green-d);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.avito-profile:hover {
  border-color: rgba(17,106,78,.75);
  background: #e8f4ee;
  color: var(--graphite);
}
.avito-stage {
  position: relative;
  min-height: 222px;
}
.avito-review {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(21,48,42,.07);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}
.avito-review.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.avito-review__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}
.avito-review h3 { margin: 0; color: var(--graphite); font-size: 20px; }
.avito-review__top p { margin: 3px 0 0; color: var(--green-d); font-size: 13px; font-weight: 800; }
.avito-review__top span {
  padding: 6px 9px;
  border-radius: 6px;
  background: var(--soft);
  color: var(--green-d);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.avito-stars { color: var(--yellow); letter-spacing: 2px; font-size: 18px; }
.avito-review__text {
  max-width: 640px;
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.58;
}
.avito-controls {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
}
.avito-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--green-d);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(21,48,42,.06);
}
.avito-arrow:hover {
  border-color: rgba(46,158,120,.42);
  background: var(--soft);
  color: var(--green-d);
}
.avito-dots {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.avito-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cfdad6;
  cursor: pointer;
  position: relative;
}
.avito-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%,-50%);
}
.avito-dot.is-active {
  width: 22px;
  background: var(--green);
}
.avito-count {
  margin: 12px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .directory-group ul { grid-template-columns: 1fr; }
  .reviews-section .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-grid { grid-template-columns: 1fr; }
}
@media (max-width: 920px) {
  .inner-hero__grid,
  .service-directory { grid-template-columns: 1fr; }
  .service-depth__grid,
  .return-grid { grid-template-columns: 1fr; }
  .control-panel { position: static; }
  .main-nav .service-menu__category { grid-template-columns: 34px minmax(0,1fr); }
  .avito-head { display: grid; }
  .avito-profile { width: fit-content; }
}
@media (max-width: 560px) {
  .inner-hero__grid {
    min-height: 0;
    padding: 46px 0;
  }
  .inner-hero__panel {
    padding: 18px;
  }
  .inner-hero__actions {
    grid-template-columns: 1fr;
    display: grid;
  }
  .content-panel {
    padding: 20px;
  }
  .directory-group {
    padding: 18px;
  }
  .directory-group header {
    grid-template-columns: 48px minmax(0,1fr);
  }
  .directory-group .card-mark {
    width: 48px;
    height: 44px;
  }
  .directory-group h3 {
    font-size: 21px;
  }
  .directory-group li a {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 4px;
  }
  .reviews-section .review-grid { grid-template-columns: 1fr; }
  .promo {
    min-height: 220px;
    padding: 22px;
  }
  .method-card,
  .return-card,
  .control-panel,
  .avito-review {
    padding: 18px;
  }
  .avito-stage { min-height: 292px; }
  .avito-review__text { font-size: 16px; }
  .avito-controls { grid-template-columns: 40px minmax(0, 1fr) 40px; gap: 10px; }
  .avito-arrow { width: 40px; height: 40px; }
}

/* === Мастера на странице услуги === */
.service-masters .section-head { margin-bottom: 26px; }
.masters__grid--service { grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: 18px; max-width: 940px; margin: 0 auto; }
.master--row { display: flex; align-items: center; gap: 16px; text-align: left; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(21,48,42,.06); }
.master--row .master__avatar { width: 84px; height: 84px; margin: 0; flex: 0 0 auto; }
.master--row .master__body { min-width: 0; }
.master--row h3 { margin: 0 0 4px; font-size: 18px; }
.master--row .master__exp { margin: 0 0 4px; }

/* === Формы: honeypot и статусы === */
.lead-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form-status--ok { background: #e7f7f2; color: var(--green-d); }
.form-status--err { background: #fdecea; color: var(--red); }

/* === Липкая панель быстрой связи === */
.sticky-contact {
  position: fixed;
  right: 16px;
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 34;
  width: min(386px, calc(100vw - 24px));
  display: grid;
  grid-template-columns: 62px minmax(0,1fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(36,124,96,.20);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(238,247,243,.96) 100%);
  box-shadow: 0 18px 44px rgba(8,22,18,.18), inset 0 1px 0 rgba(255,255,255,.82);
  transition: transform .22s ease, opacity .22s ease;
}
body.menu-open .sticky-contact {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 24px));
}
.sticky-contact__phone,
.sticky-contact__request {
  min-height: 56px;
  border-radius: 6px;
  cursor: pointer;
}
.sticky-contact__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31,163,121,.28);
  background: linear-gradient(135deg, #1FA379 0%, #15805A 100%);
  color: #fff;
  box-shadow: 0 10px 22px rgba(21,128,90,.28);
}
.sticky-contact__phone svg {
  display: block;
  width: 24px;
  height: 24px;
  transform: translate(-1px, 1px);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sticky-contact__request {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(217,160,8,.4);
  background: var(--cta-grad);
  color: var(--on-cta);
  box-shadow: 0 12px 26px rgba(217,160,8,.34), inset 0 1px 0 rgba(255,255,255,.4);
}
.sticky-contact__tool {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}
.sticky-contact__tool svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sticky-contact__copy {
  display: grid;
  gap: 1px;
  min-width: 0;
  text-align: center;
}
.sticky-contact__copy strong {
  font-family: "Geologica", "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.sticky-contact__copy small {
  color: rgba(28,22,5,.72);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}
.sticky-contact__phone:hover,
.sticky-contact__request:hover { transform: translateY(-1px); }
.sticky-contact__phone:hover { box-shadow: 0 14px 28px rgba(21,128,90,.34); }
.sticky-contact__request:hover { background: var(--cta-d); box-shadow: 0 16px 32px rgba(217,160,8,.46); }
.sticky-contact__phone:focus-visible,
.sticky-contact__request:focus-visible { outline: 3px solid var(--brand-dd); outline-offset: 2px; }
@media (max-width: 560px) {
  .sticky-contact {
    left: 10px;
    right: 10px;
    width: auto;
    grid-template-columns: 58px minmax(0,1fr);
    padding: 6px;
  }
  .sticky-contact__phone,
  .sticky-contact__request { min-height: 52px; }
  .sticky-contact__request { padding: 8px 10px; }
  .sticky-contact__copy strong { font-size: 12px; letter-spacing: .12em; }
  .sticky-contact__copy small { font-size: 10px; }
}

/* === Модальное окно заявки === */
body.modal-open { overflow: hidden; }
.site-modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 20px; }
.site-modal[hidden] { display: none; }
.site-modal__backdrop { position: absolute; inset: 0; background: rgba(8,22,18,.62); opacity: 0; backdrop-filter: blur(4px); transition: opacity .22s ease; }
.site-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(390px, calc(100vw - 20px));
  max-height: calc(100vh - 28px);
  overflow: auto;
  padding: 30px 20px 24px;
  border-top: 5px solid var(--accent);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 34px 86px rgba(8,22,18,.36), 0 0 0 1px rgba(255,255,255,.72);
  transform: translateY(16px) scale(.98);
  opacity: 0;
  transition: transform .24s cubic-bezier(.16,1,.3,1), opacity .24s ease;
}
.site-modal.is-open .site-modal__backdrop { opacity: 1; }
.site-modal.is-open .site-modal__dialog { transform: none; opacity: 1; }
.site-modal__close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; color: var(--green-d); font-size: 30px; line-height: 1; cursor: pointer; transition: background .18s ease, color .18s ease; }
.site-modal__close:hover { background: var(--soft); color: var(--graphite); }
.site-modal h2 { max-width: 285px; margin: 2px 0 10px; color: var(--graphite); font-size: clamp(25px, 6.5vw, 30px); line-height: 1.02; }
.site-modal__lead { margin: 0 0 20px; color: var(--muted); font-size: 15px; font-weight: 800; line-height: 1.25; }
.site-modal__lead mark { padding: 0 3px; background: var(--accent); color: var(--graphite); }
.calc-modal .site-modal__dialog { width: min(520px, calc(100vw - 20px)); padding: 0; overflow: auto; }
.calc-modal__head { padding: 26px 26px 18px; background: linear-gradient(135deg, #f7fbf8, #fff); border-bottom: 1px solid #e1ebe7; }
.calc-modal .site-modal__close { top: 12px; right: 14px; }
.calc-modal .site-modal h2,
.calc-modal h2 { max-width: 360px; margin-bottom: 8px; font-size: clamp(28px, 5vw, 36px); }
.modal-kicker { margin: 0 0 8px; color: var(--green-d); font-size: 12px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.calc-modal .site-modal__lead { max-width: 390px; margin: 0; }
.modal-form { display: grid; gap: 14px; }
.calc-modal .modal-form { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; padding: 20px 26px 24px; }
.modal-field { display: grid; gap: 8px; }
.modal-field--wide,
.calc-modal__summary,
.calc-modal .modal-consent,
.calc-modal .modal-form .btn,
.calc-modal .form-status { grid-column: 1 / -1; }
.modal-field label { color: var(--graphite); }
.modal-form input,
.modal-form select {
  min-height: 54px;
  padding: 0 14px;
  border-color: #d9e4df;
  color: var(--graphite);
  font-weight: 850;
  font-size: 16px;
}
.modal-form input::placeholder { color: #92a19c; }
.modal-form select { appearance: none; padding-right: 42px; background: #fff linear-gradient(45deg, transparent 50%, var(--green-d) 50%), linear-gradient(135deg, var(--green-d) 50%, transparent 50%); background-position: calc(100% - 22px) 50%, calc(100% - 15px) 50%; background-size: 8px 8px, 8px 8px; background-repeat: no-repeat; }
.phone-mask-field { position: relative; }
.phone-mask-field__prefix {
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: var(--graphite);
  font-size: 16px;
  font-weight: 900;
  pointer-events: none;
}
.phone-mask-field input { padding-left: 46px; }
.calc-modal__summary { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.calc-modal__summary span { min-height: 42px; display: flex; align-items: center; padding: 8px 12px 8px 34px; border-radius: 8px; background: #eef7f2; color: var(--green-d); font-size: 13px; font-weight: 950; position: relative; }
.calc-modal__summary span::before { content: ""; position: absolute; left: 14px; top: 50%; width: 7px; height: 12px; border: solid var(--accent); border-width: 0 3px 3px 0; transform: translateY(-58%) rotate(45deg); }
.modal-consent { margin: -2px 0 0; color: var(--muted); font-size: 12px; font-weight: 800; line-height: 1.18; }
.modal-consent a { color: var(--green-d); text-decoration: underline; text-underline-offset: 2px; }
.modal-form .btn { width: 100%; min-height: 52px; margin-top: 2px; font-size: 16px; }
.call-choice { display: grid; gap: 10px; margin: 0; padding: 0; border: 0; }
.call-choice legend { margin-bottom: 8px; color: var(--graphite); font-size: 22px; line-height: 1.1; }
.call-option { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: center; min-height: 48px; margin: 0; padding: 9px 10px; border: 1px solid #d9e4df; border-radius: 8px; background: #fff; color: var(--graphite); cursor: pointer; font-size: 16px; font-weight: 900; }
.call-option.is-selected { border-color: var(--accent); background: #eef7f1; box-shadow: inset 0 0 0 1px rgba(17,106,78,.28); }
.call-option input { position: absolute; opacity: 0; pointer-events: none; }
.call-option__box { position: relative; width: 30px; height: 30px; border: 3px solid var(--green-d); border-radius: 6px; background: #fff; }
.call-option input:checked + .call-option__box::after { content: ""; position: absolute; left: 6px; top: 1px; width: 10px; height: 17px; border: solid var(--accent); border-width: 0 4px 4px 0; transform: rotate(45deg); }
.call-option small { display: block; margin-top: 8px; color: var(--green-d); font-size: 14px; font-weight: 900; }
.call-time { display: grid; gap: 9px; margin-top: -4px; padding: 16px 12px 18px; border: 1px solid #cfe4dd; border-radius: 8px; background: #eef7f2; color: var(--graphite); font-weight: 850; }
.call-time[hidden] { display: none; }
.call-time strong { color: var(--green-d); font-size: 19px; line-height: 1; }
.time-range { position: relative; height: 28px; margin-top: 8px; --start: 45%; --end: 100%; }
.time-range::before { content: ""; position: absolute; left: 0; right: 0; top: 12px; height: 5px; border-radius: 999px; background: linear-gradient(to right, #d7e4de 0 var(--start), var(--accent) var(--start) var(--end), #d7e4de var(--end) 100%); }
.time-range input { position: absolute; inset: 0; width: 100%; min-height: 28px; padding: 0; border: 0; background: none; pointer-events: none; appearance: none; }
.time-range input::-webkit-slider-thumb { width: 22px; height: 22px; border: 3px solid #fff; border-radius: 50%; background: var(--accent); box-shadow: 0 4px 14px rgba(36,124,96,.25); appearance: none; pointer-events: auto; cursor: pointer; }
.time-range input::-moz-range-thumb { width: 22px; height: 22px; border: 3px solid #fff; border-radius: 50%; background: var(--accent); box-shadow: 0 4px 14px rgba(36,124,96,.25); pointer-events: auto; cursor: pointer; }
@media (max-width: 560px) {
  .site-modal { padding: 10px; align-items: center; }
  .site-modal__dialog { max-height: calc(100vh - 20px); padding: 26px 20px 22px; }
  .calc-modal .site-modal__dialog { width: min(380px, calc(100vw - 20px)); }
  .calc-modal__head { padding: 24px 20px 16px; }
  .calc-modal .modal-form { grid-template-columns: 1fr; gap: 12px; padding: 16px 20px 22px; }
  .calc-modal__summary { grid-template-columns: 1fr; }
  .site-modal h2,
  .calc-modal h2 { font-size: 26px; }
  .site-modal__lead { font-size: 14px; }
  .modal-form input,
  .modal-form select { min-height: 50px; font-size: 15.5px; }
  .call-choice legend { font-size: 20px; }
}

/* === Анимации появления при скролле === */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); will-change: opacity, transform; }
  .reveal.is-in { opacity: 1; transform: none; }
  .numbers__item, .cert-card, .feature-card, .object-card, .master--row, .price-panel__table { transition: transform .2s ease, box-shadow .2s ease; }
  .cert-card:hover, .feature-card:hover, .master--row:hover, .numbers__item:hover { transform: translateY(-4px); }
}
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(8,22,18,.12); }

/* ===== Шапка-оверлей на главной: поверх фонового фото героя ===== */
.site-header--overlay {
  position: absolute;
  top: 0; left: 0; right: 0;
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}
.site-header--overlay.is-scrolled {
  position: fixed;
  background: rgba(255,255,255,.96);
  border-bottom-color: rgba(15,90,102,.12);
  backdrop-filter: blur(12px);
}
/* Логотип на белой плашке-вырезе, прижатой к верхнему-левому углу.
   Фото «обрезается» вокруг неё скруглённым нижним-правым углом — как в референсе. */
.site-header--overlay .logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 15px clamp(26px, 4vw, 46px) 15px clamp(20px, 5vw, 54px);
  border-radius: 0 0 30px 0;
  box-shadow: 0 14px 32px rgba(8,22,18,.20);
}
.site-header--overlay.is-scrolled .logo {
  position: static;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
/* Контент шапки на главной — во всю ширину: логотип у левого края, навигация и телефон прижаты вправо */
.site-header--overlay .header__inner {
  max-width: none;
  width: 100%;
  margin: 0;
  padding-inline: clamp(20px, 4.5vw, 84px);
}
@media (min-width: 921px) {
  /* Логотип крупнее — заполняет белую плашку-вырез на главной */
  .site-header--overlay:not(.is-scrolled) .logo { padding-top: 6px; padding-bottom: 6px; }
  .site-header--overlay:not(.is-scrolled) .logo__img { height: 66px; }
  /* Список меню — по центру шапки; соцсети и телефон остаются справа */
  .site-header--overlay .main-nav > ul {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .site-header--overlay:not(.is-scrolled) .main-nav > ul > li > a { color: #fff; }
  .site-header--overlay:not(.is-scrolled) .main-nav > ul > li > a:hover,
  .site-header--overlay:not(.is-scrolled) .main-nav > ul > li > a[aria-current="page"] { background: rgba(255,255,255,.16); color: #fff; }
  .site-header--overlay:not(.is-scrolled) .header-call { color: #0E1A14; text-shadow: 0 1px 6px rgba(255,255,255,.35); }
  .site-header--overlay:not(.is-scrolled) .header-call small { color: #0E1A14; }
  /* Иконки мессенджеров — «стекло» поверх фото: без зелёной плитки и белой рамки */
  .site-header--overlay:not(.is-scrolled) .main-nav .nav-messenger {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.32);
    color: #fff;
  }
  .site-header--overlay:not(.is-scrolled) .nav-messenger span { background: transparent; }
  .site-header--overlay:not(.is-scrolled) .main-nav .nav-messenger:hover {
    background: rgba(255,255,255,.22);
    border-color: rgba(255,255,255,.6);
    box-shadow: none;
  }
}

/* === Правовая страница (политика) === */
.legal { max-width: 820px; margin: 0 auto; }
.legal__meta { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.legal h2 { margin: 28px 0 10px; color: var(--graphite); font-size: clamp(20px, 2.4vw, 26px); }
.legal p { color: var(--ink); }
.legal a { color: var(--green-d); text-decoration: underline; }
.legal .check-list { margin: 10px 0 6px; }
.legal__note { margin: 10px 0 0; padding: 12px 14px; border-left: 3px solid var(--accent); background: var(--soft); border-radius: 8px; color: var(--muted); font-size: 14px; }
.site-footer--main .footer__bottom a { color: rgba(255,255,255,.82); text-decoration: underline; }
.site-footer--main .footer__bottom a:hover { color: #fff; }

section[id], form[id] { scroll-margin-top: 92px; }

/* === Подбор услуги «Что случилось?» === */
.quick-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
.quick-chip {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--graphite);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(21,48,42,.05);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.quick-chip:hover {
  transform: translateY(-2px);
  border-color: transparent;
  background: var(--grad);
  color: var(--graphite);
  box-shadow: 0 12px 26px rgba(17,106,78,.28);
}
.quick-pick__sub {
  margin: 0 0 14px;
  text-align: center;
  color: var(--muted);
  font-weight: 800;
}
.quick-objects {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-object {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}
.quick-object .object-card__icon { width: 38px; height: 38px; border-radius: 50%; background: #fff; }
.quick-object .object-card__icon svg { width: 21px; height: 21px; }

/* === Квиз: 3 вопроса + телефон === */
.quiz {
  background:
    linear-gradient(125deg, var(--graphite) 0%, var(--green-d) 64%, var(--green) 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.06) 0 1px, transparent 1px 22px);
  color: #fff;
}
.quiz__panel {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px, 430px);
  gap: 44px;
  align-items: center;
}
.quiz__intro h2 { color: #fff; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.1; margin-bottom: 12px; }
.quiz__intro > p { color: rgba(255,255,255,.85); font-size: 17px; }
.quiz__benefits { margin-top: 22px; }
.quiz .check-list li { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); color: #fff; }
.quiz__form { color: var(--ink); }
.quiz__form h3 { margin: 0 0 14px; color: var(--graphite); font-size: 24px; }
.quiz__form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23247c60' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.quiz__note { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.quiz__note a { color: var(--green-d); text-decoration: underline; }

/* === Наши работы: реальные фото === */
.works__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  align-items: start;
}
.work-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(21,48,42,.07);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .25s ease;
}
.work-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.work-card__zoom {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}
.work-card__zoom img { display: block; width: 100%; height: auto; }
.work-card__badge {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--grad);
  color: var(--graphite);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.work-card__badge--process { background: #fff; color: var(--green-d); }
.work-card figcaption {
  padding: 12px 14px 14px;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}
.works__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 24px;
  margin-top: 26px;
  padding: 20px 24px;
  border: 1px solid rgba(17,106,78,.4);
  border-radius: 12px;
  background: linear-gradient(135deg, #eef7f1, var(--soft));
}
.works__cta p { margin: 0; color: var(--graphite); font-weight: 800; }

/* === Сертификаты: реальные сканы === */
.certs__grid--photo { grid-template-columns: repeat(4, minmax(0,1fr)); }
.cert-card--photo { display: grid; align-content: start; gap: 0; }
.cert-card__zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: none;
  cursor: zoom-in;
  overflow: hidden;
}
.cert-card__zoom img { display: block; width: 100%; height: auto; border-radius: 6px; transition: transform .25s ease; }
.cert-card__zoom:hover img { transform: scale(1.03); }
.certs__grid--strip { grid-template-columns: repeat(4, minmax(0,1fr)); }

/* === Лайтбокс === */
.lightbox { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 18px; }
.lightbox[hidden] { display: none; }
.lightbox__backdrop { position: absolute; inset: 0; background: rgba(8,22,18,.82); }
.lightbox__stage {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(960px, 100%);
  max-height: calc(100vh - 36px);
  display: grid;
  justify-items: center;
  gap: 10px;
}
.lightbox__stage img {
  max-width: 100%;
  max-height: calc(100vh - 110px);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 40px 90px rgba(0,0,0,.5);
}
.lightbox__stage figcaption { color: rgba(255,255,255,.92); font-size: 14px; font-weight: 700; text-align: center; }
.lightbox__close {
  position: absolute;
  right: -6px;
  top: -46px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.lightbox__close:hover { background: rgba(255,255,255,.26); }
.lightbox__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--green-d);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0,0,0,.35);
}
.lightbox__arrow:hover { background: #fff; }
.lightbox__arrow--prev { left: -10px; }
.lightbox__arrow--next { right: -10px; }

/* === Гарантия === */
.guarantee__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.guarantee-card {
  position: relative;
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: 0 12px 30px rgba(21,48,42,.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.guarantee-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.guarantee-card__icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: var(--brand-grad);
  box-shadow: var(--shadow-brand);
}
.guarantee-card__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.guarantee-card h3 { margin: 0 0 8px; color: var(--graphite); font-size: 19px; }
.guarantee-card p { margin: 0; color: var(--muted); font-weight: 600; }

/* === Юрлицам === */
.b2b__objects { margin-bottom: 26px; }
.b2b__row {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(300px, 400px);
  gap: 24px;
  align-items: stretch;
}
.b2b__cta {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 12px;
  padding: 26px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--graphite), var(--green-d) 80%);
  color: #fff;
  box-shadow: var(--shadow);
}
.b2b__cta p { margin: 0; font-size: 17px; font-weight: 800; line-height: 1.4; }
.b2b__phone { color: #fff; font-size: 24px; font-weight: 900; }
.b2b__phone:hover { color: #86E0BD; }

/* === Зона выезда === */
.geo .section-head { max-width: 920px; }
.geo__districts {
  columns: 3;
  column-gap: 36px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
  text-align: left;
}
.geo__sub { margin: 0 0 10px; color: var(--graphite); font-weight: 800; font-size: 14px; }
.geo__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.geo__cities li {
  padding: 8px 15px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-d);
}
@media (max-width: 1024px) { .geo__districts { columns: 2; } }
@media (max-width: 600px) { .geo__districts { columns: 2; column-gap: 16px; font-size: 12.5px; } }

/* === Зона выезда (старые чипсы) === */
.areas__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.areas__chips li {
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

/* === Hero: мессенджеры и заметка к прайсу === */
.hero__messengers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 4px 0 0;
}
.hero__messengers > span { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; }
.messenger-links--hero { margin-top: 0; }
.messenger-links--hero .messenger-link {
  border-color: rgba(255,255,255,.26);
  background: rgba(255,255,255,.1);
  color: #fff;
}
.messenger-links--hero .messenger-link:hover {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.18);
  color: #fff;
}
.price-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 24px;
  margin-top: 22px;
  padding: 18px 22px;
  border: 1px solid rgba(17,106,78,.4);
  border-radius: 12px;
  background: linear-gradient(135deg, #eef7f1, #fff);
}
.price-note p { margin: 0; color: var(--graphite); font-weight: 800; }
.lead-form__trust {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.lead-form__trust li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 700;
}
.lead-form__trust li::before {
  content: "";
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.6 6.3 5 8.6 9.4 3.7' fill='none' stroke='%2311704F' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* === Шаги 6 шт. === */
.steps--6 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.steps--6 li { min-height: 190px; }

@media (max-width: 1100px) {
  .works__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .certs__grid--photo, .certs__grid--strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps--6 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 920px) {
  .quiz__panel { grid-template-columns: 1fr; gap: 28px; }
  .b2b__row { grid-template-columns: 1fr; }
  .guarantee__grid { grid-template-columns: 1fr; }
  section[id], form[id] { scroll-margin-top: 80px; }
}
@media (max-width: 560px) {
  .works__grid { grid-template-columns: 1fr; }
  .certs__grid--photo, .certs__grid--strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .cert-card--photo { padding: 8px; }
  .cert-card--photo figcaption { font-size: 11.5px; }
  .steps--6 { grid-template-columns: 1fr; }
  .steps--6 li { min-height: 0; }
  .quick-chip { min-height: 44px; padding: 10px 14px; font-size: 14px; }
  .works__cta { flex-direction: column; align-items: stretch; text-align: center; }
  .works__cta .btn { width: 100%; }
  .price-note { flex-direction: column; align-items: stretch; text-align: center; }
  .price-note .btn { width: 100%; }
  .hero__messengers { gap: 8px; }
  .hero__messengers .messenger-links { width: 100%; }
  .hero__messengers .messenger-link { flex: 1 1 40%; justify-content: center; }
  .quiz__form { padding: 20px; }
  .lightbox__close { top: -44px; right: 0; }
  .lightbox__arrow { width: 40px; height: 40px; font-size: 26px; }
  .lightbox__arrow--prev { left: 2px; }
  .lightbox__arrow--next { right: 2px; }
  .b2b__cta { padding: 20px; }
}

/* === Слайдеры карточек на планшете и мобиле === */
@media (max-width: 920px) {
  .cards-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(76%, 300px);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-padding-left: 2px;
    padding: 2px 2px 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--green) #e3ebe7;
  }
  .cards-slider > * { scroll-snap-align: start; }
  .cards-slider::-webkit-scrollbar { height: 6px; }
  .cards-slider::-webkit-scrollbar-track { border-radius: 999px; background: #e3ebe7; }
  .cards-slider::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--green); }
  .cards-slider--narrow { grid-auto-columns: min(56%, 220px); }
  .cards-slider .service-card,
  .cards-slider .work-card { min-height: 0; height: 100%; }
}

/* === Мобильная компактность === */
@media (max-width: 560px) {
  .topbar { font-size: 12px; }
  .topbar__inner { min-height: 32px; }
  .section, .content-section, .cta { padding: 30px 0; }
  .section-head { margin-bottom: 16px; }
  .section-head h2, .cta__copy h2, .lead-form h2, .content-section h2 { font-size: 24px; }
  .section-head p, .content-section p, .content-section li { font-size: 15px; }
  .eyebrow { margin-bottom: 6px; font-size: 11px; }
  .hero__grid { padding: 30px 0; gap: 20px; }
  .hero h1 { font-size: 30px; margin-bottom: 12px; }
  .hero-lead { font-size: 15.5px; font-weight: 600; }
  .hero__actions { margin: 16px 0; }
  .hero__messengers > span { font-size: 13px; }
  .messenger-link { min-height: 42px; font-size: 13px; }
  .page-hero .wrap { padding: 36px 0; }
  .page-hero--service .service-hero__inner { padding: 34px 0; }
  .service-hero__price { margin-top: 16px; padding: 8px 14px; }
  .service-hero__price strong { font-size: 22px; }
  .page-hero h1 { font-size: 28px; }
  .breadcrumbs { margin-bottom: 12px; font-size: 12.5px; }
  .stats__grid div { min-height: 60px; padding: 11px; gap: 2px; }
  .stats strong { font-size: 22px; }
  .stats span { font-size: 13px; }
  .quick-chip { min-height: 40px; padding: 8px 13px; font-size: 13.5px; }
  .quick-objects { gap: 8px; }
  .quick-object { padding: 6px 12px 6px 6px; font-size: 13px; }
  .quick-object .object-card__icon { width: 32px; height: 32px; }
  .quick-pick__sub { margin-bottom: 10px; font-size: 14px; }
  .service-card { min-height: 0; }
  .service-card--cat, .service-card--popular { padding: 18px; gap: 9px; }
  .service-card h3 { font-size: 19px; }
  .service-card p { font-size: 14px; }
  .card-mark { width: 50px; height: 44px; }
  .card-mark svg { width: 26px; height: 26px; }
  .pest-icon { width: 64px; height: 56px; }
  .pest-icon img { width: 58px; height: 58px; }
  .steps { gap: 10px; }
  .steps li { min-height: 0; padding: 14px 14px 14px 60px; }
  .steps li::before { left: 14px; top: 14px; width: 34px; height: 34px; }
  .steps h3 { margin-bottom: 4px; font-size: 17px; }
  .steps p { margin: 0; font-size: 13.5px; }
  .section--steps-center .steps li { text-align: left; }
  .section--steps-center .steps li::before { left: 14px; transform: none; }
  .price-pane { padding: 12px; }
  .price-note { margin-top: 14px; }
  .price-note p { font-size: 14px; }
  .quiz__panel { gap: 20px; }
  .quiz__intro h2 { font-size: 23px; }
  .quiz__intro > p { font-size: 15px; }
  .quiz__benefits { margin-top: 14px; }
  .quiz__form { padding: 18px; }
  .quiz__form h3 { font-size: 20px; }
  .works__grid { gap: 10px; }
  .work-card figcaption { padding: 10px 12px 12px; font-size: 13px; }
  .works__cta { margin-top: 16px; padding: 14px; gap: 10px; }
  .works__cta p { font-size: 14px; }
  .certs__grid { gap: 10px; }
  .cert-card { padding: 8px; }
  .cert-card figcaption { margin-top: 8px; font-size: 11px; }
  .certs__note { margin-top: 14px; font-size: 12px; }
  .guarantee-card { padding: 18px; }
  .guarantee-card__icon { width: 42px; height: 42px; margin-bottom: 12px; }
  .guarantee-card h3 { font-size: 17px; }
  .guarantee-card p { font-size: 13.5px; }
  .b2b__objects { margin-bottom: 16px; }
  .object-card { padding: 11px 13px; font-size: 14px; }
  .object-card__icon { width: 40px; height: 40px; }
  .b2b__cta p { font-size: 15px; }
  .b2b__phone { font-size: 21px; }
  .prep-card { padding: 14px; gap: 12px; }
  .prep-card p { font-size: 14px; }
  .numbers__grid { gap: 14px; }
  .numbers__item strong { font-size: 36px; }
  .numbers__item p { margin-top: 8px; font-size: 13px; }
  .masters__grid { gap: 14px; }
  .master__avatar { width: 104px; height: 104px; margin-bottom: 10px; }
  .master h3 { font-size: 15px; }
  .master__exp, .master__role { font-size: 12.5px; }
  .promo { min-height: 0; padding: 18px; gap: 10px; }
  .promo strong { font-size: 42px; }
  .promo h3 { font-size: 20px; }
  .avito-shell { padding: 14px; }
  .avito-stage { min-height: 248px; }
  .avito-review { padding: 14px; gap: 9px; }
  .avito-review__text { font-size: 14.5px; }
  .qa summary { padding: 14px 2px; font-size: 15px; }
  .qa p { padding-bottom: 16px; font-size: 14px; }
  summary { min-height: 0; padding: 13px 14px; font-size: 15px; }
  details p { padding: 0 14px 14px; font-size: 14px; }
  .request__info .check-list { margin: 14px 0; }
  .check-list { gap: 7px; }
  .check-list li { padding: 8px 10px 8px 32px; font-size: 13.5px; }
  .check-list li::before { left: 11px; top: 12px; }
  .request__contact { padding: 14px 16px; }
  .request__phone a { font-size: 22px; }
  .lead-form { padding: 18px; }
  .lead-form h2 { font-size: 22px; }
  .form-row { margin-bottom: 9px; }
  input, select { min-height: 44px; }
  .areas__chips { gap: 7px; }
  .areas__chips li { padding: 7px 12px; font-size: 13px; }
  .discount { padding: 24px 0; }
  .discount h2 { font-size: 22px; }
  .discount p { font-size: 14px; }
  .feature-card { min-height: 0; padding: 14px; gap: 10px; }
  .feature-card p { font-size: 14px; }
  .method-card { min-height: 0; padding: 16px; gap: 8px; }
  .method-card h3 { font-size: 19px; }
  .service-summary-grid { gap: 9px; margin-bottom: 18px; }
  .service-mini-card { padding: 13px; }
  .service-mini-card h3 { font-size: 15px; }
  .service-mini-card p { font-size: 13.5px; }
  .aftercare-card { padding: 14px; gap: 12px; }
  .aftercare-card__head h3 { font-size: 19px; }
  .price-panel__table, .price-panel__cta { padding: 16px; }
  .price-panel__phone { font-size: 22px; }
  .control-panel { padding: 16px; }
  .control-panel h3 { font-size: 20px; }
  .return-card { padding: 13px; gap: 10px; }
  .return-card p { font-size: 13.5px; }
  .service-prep--compact li { min-height: 0; }
  .content-panel { padding: 16px; }
  .site-footer--main { padding: 34px 0 18px; }
  .site-footer--main .footer__top { gap: 18px; padding-bottom: 20px; }
  .site-footer--main .footer__about { margin-bottom: 14px; }
  .footer__contacts { gap: 9px; }
}

/* ===== Чат-виджет ===== */
.chatw[hidden],.chatw__panel[hidden],.chatw__teaser[hidden],.chatw__dot[hidden]{display:none !important}
.chatw__launch{position:fixed;right:16px;left:auto;bottom:calc(var(--sticky-contact-space,104px) + 12px);z-index:36;width:56px;height:56px;border-radius:50%;border:0;cursor:pointer;background:linear-gradient(180deg,#1FA379,#116047);color:#fff;box-shadow:0 12px 28px rgba(8,40,30,.34);display:grid;place-items:center;transition:transform .22s ease,opacity .22s ease}
.chatw__launch svg{width:26px;height:26px}
.chatw__launch:hover{transform:translateY(-1px)}
.chatw__dot{position:absolute;top:10px;right:10px;width:12px;height:12px;border-radius:50%;background:var(--cta);border:2px solid #fff}
.chatw__teaser{position:fixed;right:84px;left:auto;bottom:calc(var(--sticky-contact-space,104px) + 24px);z-index:36;display:flex;align-items:center;gap:8px;max-width:220px;padding:10px 12px;border:0;cursor:pointer;background:#fff;color:#14201b;font-size:13px;font-weight:650;line-height:1.25;text-align:left;border-radius:14px;box-shadow:0 12px 28px rgba(8,40,30,.22);animation:chatw-teaser-in .35s ease both}
.chatw__teaser::after{content:"";position:absolute;right:-7px;bottom:16px;width:0;height:0;border:7px solid transparent;border-left-color:#fff;border-right:0}
.chatw__teaser-x{flex:0 0 auto;width:18px;height:18px;border-radius:50%;background:#eef3f0;color:#4c5e55;font-size:15px;line-height:16px;text-align:center}
@keyframes chatw-teaser-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.chatw__panel{position:fixed;right:16px;left:auto;bottom:calc(var(--sticky-contact-space,104px) + 80px);z-index:37;width:min(360px,calc(100vw - 36px));height:min(520px,70vh);background:#fff;border-radius:18px;box-shadow:0 30px 70px rgba(8,40,30,.32);display:flex;flex-direction:column;overflow:hidden}
.chatw__head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#116047,#15805A);color:#fff}
.chatw__head small{display:block;opacity:.85;font-size:12px}
.chatw__close{background:none;border:0;color:#fff;font-size:26px;line-height:1;cursor:pointer}
.chatw__msgs{flex:1;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:8px;background:#f4f6f4}
.chatw__msg{max-width:82%;padding:8px 12px;border-radius:13px;font-size:14px;line-height:1.4;white-space:pre-wrap;word-break:break-word}
.chatw__msg--visitor{align-self:flex-end;background:#15805A;color:#fff}
.chatw__msg--operator,.chatw__msg--system{align-self:flex-start;background:#fff;color:#14201b;border:1px solid #e0e8e3}
.chatw__msg--system{font-style:italic;color:#4c5e55}
.chatw__author{display:block;font-size:11px;font-weight:800;color:#15805A;margin-bottom:2px;font-style:normal}
.chatw__form{border-top:1px solid #e0e8e3;padding:10px;display:grid;gap:8px;background:#fff}
.chatw__phone{padding:8px 11px;border:1px solid #dce5df;border-radius:10px;font-size:13px}
.chatw__row{display:flex;gap:8px;align-items:flex-end}
.chatw__input{flex:1;padding:9px 12px;border:1px solid #dce5df;border-radius:12px;font-size:14px;resize:none;max-height:96px;font-family:inherit}
.chatw__send{flex:0 0 auto;width:42px;height:42px;border:0;border-radius:50%;background:var(--cta);color:var(--on-cta);cursor:pointer;display:grid;place-items:center}
.chatw__send svg{width:20px;height:20px}
@media(max-width:720px){
  .chatw__launch{bottom:calc(var(--sticky-contact-space,90px) + 12px);right:12px;left:auto;width:50px;height:50px}
  .chatw__panel{bottom:calc(var(--sticky-contact-space,90px) + 70px);right:12px;left:auto;width:calc(100vw - 24px);height:min(60vh,460px)}
  .chatw__teaser{right:70px;bottom:calc(var(--sticky-contact-space,90px) + 20px);max-width:172px;font-size:12px;padding:9px 11px}
}
body.menu-open .chatw__launch,body.menu-open .chatw__panel,body.menu-open .chatw__teaser{opacity:0;pointer-events:none}
