:root {
  --ink: #10201f;
  --muted: #64706f;
  --green: #073f3b;
  --green-2: #0b5851;
  --green-3: #e6f0ee;
  --lime: #b9ea2a;
  --lime-2: #d4fa51;
  --cream: #f7f5ef;
  --white: #fff;
  --line: #dfe5e2;
  --shadow: 0 20px 60px rgba(7, 63, 59, .12);
  --radius: 26px;
  --font: Onest, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font); line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #78a900; outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 2000; padding: 12px 18px; background: #fff; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent; transition: background .25s, box-shadow .25s, border-color .25s; }
.site-header.is-scrolled, .site-header:has(.mobile-menu:not([hidden])) { background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-color: rgba(7,63,59,.09); box-shadow: 0 8px 30px rgba(7,63,59,.07); }
.header-inner { height: 78px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green); flex: 0 0 auto; }
.brand-mark { width: 38px; }
.brand-copy { display: grid; line-height: 1; gap: 4px; }
.brand-copy strong { font-size: 21px; letter-spacing: -.03em; }
.brand-copy small { font-size: 10px; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); }
.desktop-nav { display: flex; gap: 24px; margin: 0 auto; font-size: 14px; }
.desktop-nav a { position: relative; padding: 28px 0; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 19px; height: 2px; background: var(--green); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { font-weight: 650; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 12px; place-content: center; gap: 5px; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--green); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: absolute; top: 78px; inset-inline: 0; padding: 14px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(7,63,59,.08); }
.mobile-menu a { display: block; max-width: 1180px; margin: auto; padding: 12px; border-bottom: 1px solid #edf1ef; font-weight: 650; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 14px; padding: 0 22px; cursor: pointer; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #153000; background: linear-gradient(135deg, var(--lime-2), var(--lime)); box-shadow: 0 12px 25px rgba(149,193,22,.22); }
.button-primary:hover { box-shadow: 0 15px 30px rgba(149,193,22,.33); }
.button-secondary { color: var(--green); background: rgba(255,255,255,.85); border: 1px solid rgba(7,63,59,.17); }
.button-light { background: #fff; color: var(--green); }
.button-compact { min-height: 44px; padding-inline: 18px; font-size: 13px; }
.button-large { min-height: 56px; }
.button-block { width: 100%; }
.text-link { color: var(--green); font-weight: 750; text-decoration: underline; text-decoration-color: var(--lime); text-decoration-thickness: 3px; text-underline-offset: 5px; }

.hero { position: relative; min-height: 790px; padding: 118px 0 48px; overflow: hidden; background: radial-gradient(circle at 66% 38%, #eaf3ec 0, rgba(234,243,236,0) 34%), linear-gradient(130deg, #fff 5%, #f8f8f3 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(transparent, rgba(7,63,59,.04)); pointer-events: none; }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: .91fr 1.09fr; align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 3; padding: 40px 0; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--green-2); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--lime); }
.hero h1 { max-width: 680px; margin: 20px 0; font-size: clamp(46px, 5vw, 72px); line-height: 1.01; letter-spacing: -.055em; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 600px; margin: 0; color: #465250; font-size: 18px; }
.hero-buttons { display: flex; gap: 12px; margin-top: 30px; }
.hero-meta { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 28px 0 0; list-style: none; }
.hero-benefits li { padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.72); font-size: 12px; font-weight: 650; box-shadow: 0 8px 25px rgba(7,63,59,.05); }
.hero-benefits span { color: #78a900; margin-right: 5px; }
.hero-media { position: relative; align-self: stretch; min-height: 620px; margin-right: calc((100vw - min(1180px, calc(100vw - 40px))) / -2); border-radius: 38px 0 0 38px; overflow: hidden; box-shadow: var(--shadow); }
.hero-media picture, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,63,59,.16), transparent 30%); pointer-events: none; }
.glass-card { position: absolute; z-index: 2; display: grid; min-width: 170px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.6); border-radius: 17px; background: rgba(255,255,255,.85); box-shadow: 0 16px 45px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.glass-card span { color: var(--muted); font-size: 11px; }
.glass-card strong, .glass-card b { color: var(--green); font-size: 18px; }
.hero-price { top: 27%; right: 5%; }
.hero-service { left: 4%; bottom: 7%; }
.hero-service span { margin-top: 2px; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(185,234,42,.34); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 420px; height: 420px; left: 32%; top: 22%; animation: orbit 16s linear infinite; }
.hero-orbit-two { width: 620px; height: 620px; left: 21%; top: 13%; border-color: rgba(7,63,59,.08); animation: orbit 25s linear reverse infinite; }
@keyframes orbit { to { transform: rotate(360deg); } }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--green); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; min-height: 96px; align-items: center; gap: 14px; padding: 18px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-item:last-child { border: 0; }
.trust-icon { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-content: center; color: var(--lime); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-size: 22px; }
.trust-item p { display: grid; gap: 3px; margin: 0; }
.trust-item strong { font-size: 13px; }
.trust-item small { color: rgba(255,255,255,.6); font-size: 11px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.section-heading h2, .standard-intro h2, .team-copy h2, .geography-copy h2, .reviews-copy h2, .faq-intro h2, .contact-copy h2 { margin: 8px 0 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 480px; margin: 0; color: var(--muted); }
.calculator-section { background: var(--cream); }
.calculator { display: grid; grid-template-columns: 1fr 320px; gap: 20px; padding: 24px; border: 1px solid #e4e4df; border-radius: var(--radius); background: #fff; box-shadow: 0 16px 60px rgba(7,63,59,.06); }
.calc-main { min-width: 0; }
.calc-fieldset, .addon-fieldset { padding: 0; border: 0; margin: 0; }
.calc-fieldset legend, .addon-fieldset legend, .form-field > span { margin-bottom: 13px; font-weight: 750; }
.object-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.object-option { cursor: pointer; }
.object-option input { position: absolute; opacity: 0; pointer-events: none; }
.object-card { display: grid; min-height: 132px; place-items: center; align-content: center; padding: 10px 7px; border: 1px solid var(--line); border-radius: 15px; background: #fff; text-align: center; transition: border-color .2s, box-shadow .2s, transform .2s; }
.object-card svg { width: 55px; height: 44px; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.object-card b { margin-top: 7px; }
.object-card small { color: var(--muted); font-size: 10px; }
.object-option:hover .object-card { transform: translateY(-2px); }
.object-option input:checked + .object-card { border-color: #94c900; box-shadow: inset 0 0 0 1px #94c900, 0 10px 30px rgba(149,193,22,.1); background: #fcfff5; }
.object-option input:focus-visible + .object-card { outline: 3px solid #78a900; outline-offset: 3px; }
.calc-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.form-field { display: grid; align-content: start; }
.form-field[hidden] { display: none; }
.form-field select, .form-field input { width: 100%; min-height: 50px; padding: 0 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.area-field[hidden] { display: none; }
.calc-step { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.toggle-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.toggle { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; min-height: 48px; padding: 8px 10px; cursor: pointer; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfa; font-size: 12px; }
.toggle input { position: absolute; opacity: 0; }
.toggle > span { position: relative; width: 39px; height: 23px; flex: 0 0 auto; border-radius: 99px; background: #ccd4d1; transition: background .2s; }
.toggle > span::after { content: ""; position: absolute; width: 17px; height: 17px; left: 3px; top: 3px; border-radius: 50%; background: #fff; transition: transform .2s; box-shadow: 0 1px 4px rgba(0,0,0,.2); }
.toggle input:checked + span { background: #94c900; }
.toggle input:checked + span::after { transform: translateX(16px); }
.toggle input:focus-visible + span { outline: 3px solid #78a900; outline-offset: 3px; }
.toggle b { font-size: 12px; }
.toggle small { color: var(--muted); white-space: nowrap; }
.toggle.is-hidden { display: none; }
.calc-result { display: flex; flex-direction: column; justify-content: center; padding: 26px; border-radius: 19px; background: var(--green); color: #fff; }
.calc-label { color: rgba(255,255,255,.65); font-size: 12px; }
.calc-price { margin-top: 3px; color: var(--lime-2); font-size: 38px; line-height: 1.2; letter-spacing: -.04em; }
.calc-breakdown { margin-top: 8px; font-weight: 700; }
.calc-lines { display: grid; gap: 6px; padding: 14px 0; margin: 14px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); list-style: none; }
.calc-lines li { display: flex; justify-content: space-between; gap: 15px; color: rgba(255,255,255,.72); font-size: 11px; }
.calc-lines b { color: #fff; font-size: 11px; white-space: nowrap; }
.calc-result p { color: rgba(255,255,255,.68); font-size: 12px; }
.calc-result small { margin-top: 10px; color: rgba(255,255,255,.5); text-align: center; font-size: 10px; }
.included-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 14px; padding: 14px 18px; border: 1px solid #e4e4df; border-radius: 15px; background: rgba(255,255,255,.72); }
.included-strip strong { margin-right: 4px; color: var(--green); font-size: 12px; }
.included-strip span { padding: 6px 9px; border-radius: 999px; background: var(--green-3); color: #40514f; font-size: 10px; }

.works-section { background: #fff; }
.work-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.work-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 35px rgba(7,63,59,.06); }
.work-card-featured { grid-row: span 2; }
.compare, .static-split { position: relative; overflow: hidden; background: #d7d4cc; }
.work-card-featured .compare { aspect-ratio: 4 / 3; }
.compare > img, .compare-before-wrap img { width: 100%; height: 100%; object-fit: cover; }
.compare-before-wrap { position: absolute; inset: 0 auto 0 0; width: var(--position); overflow: hidden; border-right: 2px solid #fff; }
.compare-before-wrap img { width: calc(100% / (var(--position) / 100)); max-width: none; }
.compare input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 5; }
.compare-handle { position: absolute; z-index: 4; top: 50%; left: var(--position); width: 42px; height: 42px; display: grid; place-content: center; transform: translate(-50%, -50%); border-radius: 50%; background: #fff; color: var(--green); box-shadow: 0 4px 18px rgba(0,0,0,.22); font-weight: 800; }
.compare-label { position: absolute; z-index: 3; bottom: 12px; padding: 6px 9px; color: #fff; border-radius: 8px; background: rgba(0,0,0,.5); backdrop-filter: blur(8px); font-size: 11px; text-transform: uppercase; }
.label-before { left: 12px; }
.label-after { right: 12px; }
.static-split { aspect-ratio: 3 / 2; }
.static-split picture, .static-split img { width: 100%; height: 100%; object-fit: cover; }
.work-copy { display: flex; justify-content: space-between; gap: 20px; padding: 16px; }
.work-copy div { display: grid; }
.work-copy span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.work-copy p { max-width: 200px; margin: 0; color: var(--muted); font-size: 12px; text-align: right; }

.services-section { background: var(--cream); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.price-card { position: relative; min-height: 230px; padding: 24px; border: 1px solid #e1e4df; border-radius: 18px; background: #fff; transition: transform .2s, box-shadow .2s; }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.price-icon { display: grid; width: 48px; height: 48px; place-content: center; color: var(--green); border-radius: 13px; background: var(--green-3); font-size: 27px; }
.price-card h3 { margin: 20px 0 8px; font-size: 20px; }
.price-card p { color: var(--muted); }
.price-card b { color: var(--green); }
.price-card-package { color: #fff; background: var(--green); border-color: var(--green); }
.price-card-package p { color: rgba(255,255,255,.7); }
.price-card-package strong { display: block; color: var(--lime-2); font-size: 34px; }
.price-card-package a { display: inline-block; margin-top: 20px; color: var(--lime-2); font-weight: 750; }
.package-label { position: absolute; top: 15px; right: 15px; padding: 5px 9px; color: #173000; border-radius: 999px; background: var(--lime-2); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.legal-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; }

.treatments-section { background: #fff; }
.treatment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.treatment-card { min-height: 250px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(150deg, #fff, #f8fbf7); }
.treatment-card > span { display: inline-grid; width: 34px; height: 34px; place-content: center; color: var(--green); border-radius: 50%; background: var(--lime); font-size: 10px; font-weight: 850; }
.treatment-card h3 { margin: 34px 0 8px; font-size: 19px; }
.treatment-card p { margin: 0; color: var(--muted); font-size: 13px; }

.standard-section { overflow: hidden; color: #fff; background: var(--green); }
.standard-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.section-kicker-light { color: var(--lime-2); }
.standard-intro { position: relative; }
.standard-intro p { max-width: 440px; color: rgba(255,255,255,.67); }
.standard-emblem { width: 180px; height: 180px; display: grid; margin-top: 45px; place-content: center; color: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.09); border-radius: 50%; font-size: 64px; font-weight: 800; letter-spacing: -.08em; }
.standard-list { border-top: 1px solid rgba(255,255,255,.15); }
.standard-item { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.standard-item > span { color: var(--lime); font-weight: 800; }
.standard-item h3 { margin: 0; font-size: 21px; }
.standard-item p { margin: 7px 0 0; color: rgba(255,255,255,.6); }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0; list-style: none; }
.process-grid::before { content: ""; position: absolute; left: 12%; right: 12%; top: 54px; height: 1px; border-top: 1px dashed #a8b5b0; }
.process-card { position: relative; padding: 28px 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.process-card > span { position: absolute; top: 12px; right: 12px; width: 24px; height: 24px; display: grid; place-content: center; color: #173000; border-radius: 50%; background: var(--lime); font-size: 11px; font-weight: 800; }
.process-card svg { position: relative; width: 56px; height: 56px; padding: 12px; color: var(--green); border-radius: 50%; background: var(--cream); fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.process-card h3 { margin: 20px 0 5px; }
.process-card p { margin: 0; color: var(--muted); font-size: 13px; }
.drying-note { display: flex; align-items: center; gap: 22px; margin-top: 18px; padding: 18px 22px; color: #fff; border-radius: 16px; background: var(--green); }
.drying-note strong { color: var(--lime-2); }
.drying-note span { color: rgba(255,255,255,.67); font-size: 13px; }

.team-section { background: var(--cream); }
.team-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.team-media { position: relative; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.team-media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.team-copy p, .geography-copy p, .faq-intro p { color: var(--muted); }
.check-list { display: grid; gap: 12px; padding: 0; margin: 26px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #78a900; font-weight: 850; }

.safety-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.safety-card { position: relative; min-height: 205px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; }
.safety-card > span { color: #91b626; font-size: 11px; font-weight: 800; }
.safety-card h3 { margin: 34px 0 8px; }
.safety-card p { margin: 0; color: var(--muted); font-size: 13px; }

.geography-section { background: var(--cream); }
.geography-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.map-card { position: relative; min-height: 460px; overflow: hidden; border: 1px solid #dfe4dd; border-radius: 26px; background-color: #eef0e7; background-image: linear-gradient(32deg, transparent 47%, rgba(255,255,255,.65) 48%, rgba(255,255,255,.65) 51%, transparent 52%), linear-gradient(112deg, transparent 47%, rgba(255,255,255,.55) 48%, rgba(255,255,255,.55) 51%, transparent 52%); background-size: 140px 140px, 180px 180px; }
.map-glow { position: absolute; width: 260px; height: 260px; left: 35%; top: 25%; border: 1px solid rgba(7,63,59,.17); border-radius: 50%; box-shadow: 0 0 0 60px rgba(185,234,42,.06), 0 0 0 120px rgba(7,63,59,.035); }
.map-pin { position: absolute; z-index: 3; display: flex; align-items: center; gap: 6px; padding: 7px 9px; border-radius: 999px; background: #fff; box-shadow: 0 7px 22px rgba(7,63,59,.14); font-size: 11px; }
.map-pin i { width: 8px; height: 8px; display: block; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(7,63,59,.12); }
.map-pin-main { left: 46%; top: 45%; padding: 10px 14px; color: #fff; background: var(--green); font-size: 14px; transform: translate(-50%,-50%); }
.map-pin-main i { background: var(--lime); box-shadow: 0 0 0 5px rgba(185,234,42,.15); }
.pin-mtsensk { left: 60%; top: 17%; }
.pin-livny { right: 9%; bottom: 18%; }
.pin-bolkhov { left: 13%; top: 19%; }
.map-road { position: absolute; left: 46%; top: 45%; width: 2px; height: 200px; transform-origin: top; background: repeating-linear-gradient(to bottom, rgba(7,63,59,.24) 0 5px, transparent 5px 11px); }
.road-one { transform: rotate(30deg); }
.road-two { transform: rotate(145deg); }
.road-three { transform: rotate(220deg); }
.districts { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0; }
.districts span { padding: 8px 10px; border: 1px solid #d8dedb; border-radius: 999px; background: #fff; font-size: 11px; }
.small-copy { font-size: 12px; }

.business-section { background: #fff; }
.business-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; padding: clamp(34px, 6vw, 70px); color: #fff; border-radius: 28px; background: radial-gradient(circle at 90% 15%, rgba(185,234,42,.12), transparent 25%), #052f2d; box-shadow: var(--shadow); }
.business-copy h2 { margin: 8px 0 16px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.business-copy p { color: rgba(255,255,255,.65); }
.business-copy .button { margin-top: 18px; }
.business-list { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.business-list li { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.business-list li > span { color: var(--lime); font-weight: 850; }
.business-list p { display: grid; gap: 3px; margin: 0; }
.business-list small { color: rgba(255,255,255,.58); }

.reviews-section { color: #fff; background: linear-gradient(135deg, #073f3b, #0b5751); }
.guarantees-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.reviews-copy { max-width: 760px; }
.reviews-copy p { max-width: 500px; color: rgba(255,255,255,.67); }
.reviews-copy .button { margin-top: 16px; }
.guarantee-list { border-top: 1px solid rgba(255,255,255,.16); }
.guarantee-list article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.guarantee-list article > span { color: var(--lime); font-size: 11px; font-weight: 850; }
.guarantee-list h3 { margin: 0; font-size: 18px; }
.guarantee-list p { margin: 5px 0 0; color: rgba(255,255,255,.62); font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 70px; }
.faq-intro { position: sticky; top: 110px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 21px 42px 21px 0; cursor: pointer; list-style: none; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 10px; top: 50%; width: 14px; height: 2px; background: var(--green); transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: 0 40px 22px 0; color: var(--muted); }

.contact-section { padding-top: 20px; }
.contact-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 54px; color: #fff; border-radius: 28px; background: radial-gradient(circle at 90% 20%, rgba(185,234,42,.16), transparent 25%), var(--green); box-shadow: var(--shadow); }
.contact-panel::after { content: "РЧ"; position: absolute; right: -15px; bottom: -95px; color: rgba(255,255,255,.04); font-size: 260px; font-weight: 850; letter-spacing: -.12em; pointer-events: none; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy p { color: rgba(255,255,255,.67); }
.contact-links { display: grid; gap: 5px; margin-top: 30px; }
.contact-links a { color: var(--lime-2); font-size: 23px; font-weight: 750; }
.contact-links span { color: rgba(255,255,255,.56); font-size: 12px; }
.contact-direct-card { position: relative; z-index: 2; display: grid; gap: 12px; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(0,0,0,.12); }
.contact-direct-kicker { color: var(--lime-2); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-direct-card h3 { margin: 0; font-size: 24px; }
.contact-direct-card p { margin: 0 0 8px; color: rgba(255,255,255,.64); font-size: 13px; }
.contact-direct-card small { color: rgba(255,255,255,.5); font-size: 10px; text-align: center; }
.contact-direct-card small a { color: #fff; text-decoration: underline; }

.site-footer { padding: 60px 0 105px; color: rgba(255,255,255,.68); background: #052e2b; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.5fr 1fr; gap: 40px; }
.brand-footer { color: #fff; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.5); }
.footer-grid h3 { margin: 0 0 15px; color: #fff; font-size: 13px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 7px; font-size: 12px; }
.footer-grid > div:first-child p { max-width: 260px; }
.footer-grid a:hover { color: var(--lime-2); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); font-size: 10px; }
.mobile-action-bar { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { background: var(--cream); }
.legal-shell { min-height: 100vh; padding: 70px 0; }
.legal-shell article { max-width: 850px; margin: 0 auto; padding: clamp(25px, 6vw, 65px); border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.legal-back { display: inline-flex; margin-bottom: 25px; color: var(--green); font-weight: 750; }
.legal-shell h1 { margin: 20px 0; font-size: clamp(34px, 5vw, 52px); line-height: 1.08; }
.legal-shell h2 { margin-top: 32px; font-size: 22px; }
.legal-shell p, .legal-shell li { color: #4f5b59; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: grid; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: .95fr 1.05fr; }
  .hero h1 { font-size: clamp(43px, 5.8vw, 62px); }
  .calculator { grid-template-columns: 1fr 285px; }
  .object-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .standard-grid { gap: 45px; }
  .team-grid, .geography-grid, .guarantees-grid, .business-card { gap: 42px; }
}

@media (max-width: 860px) {
  .section { padding: 75px 0; }
  .header-phone { display: none; }
  .hero { padding-top: 88px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 10px; }
  .hero-copy { padding-bottom: 18px; }
  .hero-media { min-height: 500px; margin-right: -20px; border-radius: 26px 0 0 26px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .calculator { grid-template-columns: 1fr; }
  .calc-result { min-height: 260px; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-card-featured { grid-column: 1 / -1; grid-row: auto; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .treatment-grid { grid-template-columns: 1fr 1fr; }
  .standard-grid, .team-grid, .geography-grid, .business-card, .guarantees-grid, .faq-grid, .contact-panel { grid-template-columns: 1fr; }
  .standard-emblem { display: none; }
  .process-grid, .safety-grid { grid-template-columns: 1fr 1fr; }
  .process-grid::before { display: none; }
  .team-copy { order: -1; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 58px 0; }
  .header-inner { height: 68px; }
  .brand-mark { width: 31px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { display: none; }
  .header-actions .button { display: none; }
  .mobile-menu { top: 68px; }
  .hero { padding-top: 78px; }
  .hero h1 { margin: 16px 0; font-size: clamp(39px, 12.3vw, 52px); }
  .hero-lead { font-size: 16px; }
  .hero-buttons { display: grid; }
  .hero-buttons .button { width: 100%; }
  .hero-benefits { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-benefits li:last-child { grid-column: 1 / -1; }
  .hero-media { min-height: 390px; margin-right: -14px; margin-left: -14px; border-radius: 0; box-shadow: none; }
  .hero-price { top: 12px; right: 10px; }
  .hero-service { left: 10px; bottom: 10px; }
  .glass-card { min-width: 145px; padding: 12px 14px; }
  .glass-card strong, .glass-card b { font-size: 15px; }
  .trust-item { min-height: 90px; padding: 12px 8px; gap: 8px; }
  .trust-icon { width: 34px; height: 34px; font-size: 17px; }
  .trust-item strong { font-size: 11px; }
  .trust-item small { font-size: 9px; }
  .section-heading { display: grid; gap: 14px; margin-bottom: 27px; }
  .section-heading h2, .standard-intro h2, .team-copy h2, .geography-copy h2, .reviews-copy h2, .faq-intro h2, .contact-copy h2 { font-size: 35px; }
  .section-heading > p { font-size: 14px; }
  .calculator { padding: 14px; border-radius: 18px; }
  .object-grid { grid-template-columns: 1fr 1fr; }
  .object-card { min-height: 125px; }
  .calc-controls { grid-template-columns: 1fr; }
  .toggle-row { grid-template-columns: 1fr; }
  .calc-result { min-height: 250px; padding: 22px; }
  .included-strip { align-items: flex-start; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card-featured { grid-column: auto; }
  .work-copy { display: grid; gap: 8px; }
  .work-copy p { max-width: none; text-align: left; }
  .price-grid, .treatment-grid, .process-grid, .safety-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 205px; }
  .standard-grid, .team-grid, .geography-grid, .business-card, .guarantees-grid, .faq-grid { gap: 35px; }
  .drying-note { display: grid; }
  .team-media { margin-inline: -14px; border-radius: 0; }
  .map-card { min-height: 365px; }
  .business-card { width: 100%; padding: 34px 20px; border-radius: 0; }
  .contact-section { padding-bottom: 28px; }
  .contact-panel { width: 100%; padding: 34px 20px; border-radius: 0; gap: 32px; }
  .contact-direct-card { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .site-footer { padding-bottom: 105px; }
  .mobile-action-bar { position: fixed; z-index: 900; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); padding: 8px; border: 1px solid rgba(7,63,59,.12); border-radius: 17px; background: rgba(255,255,255,.95); box-shadow: 0 12px 40px rgba(7,63,59,.2); backdrop-filter: blur(16px); }
  .mobile-action-bar > a:first-child { display: grid; place-content: center; color: var(--green); font-weight: 750; }
  .mobile-action-bar .button { min-height: 46px; }
}

@media (max-width: 380px) {
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item { min-width: 0; flex-direction: column; align-items: flex-start; gap: 4px; }
  .trust-item p, .trust-item strong, .trust-item small { min-width: 0; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
