:root {
  --bg: #ffffff;
  --bg-soft: #f4f8f8;
  --bg-blue: #edf7fa;
  --text: #18332f;
  --muted: #637773;
  --line: #dfe9e7;
  --green: #16866c;
  --green-dark: #0f6d58;
  --green-light: #e4f4ef;
  --blue: #dff2f7;
  --shadow: 0 18px 50px rgba(22, 65, 56, .09);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1240px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth; scroll-padding-top: 88px }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--bg); line-height: 1.55; -webkit-font-smoothing: antialiased }
body.menu-open { overflow: hidden }
img { display: block; width: 100% }
a { color: inherit; text-decoration: none }
button, input, select, textarea { font: inherit }
button, a { -webkit-tap-highlight-color: transparent }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto }
.section-pad { padding: 96px 0 }
.soft-section { background: var(--bg-soft) }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(223,233,231,.9) }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 26px }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--green); background: var(--green-light); border-radius: 12px }
.brand-mark svg { width: 27px; height: 27px }
.brand-text { display: flex; flex-direction: column; line-height: 1.1 }
.brand-text strong { font-size: 17px; letter-spacing: -.02em }
.brand-text small { margin-top: 5px; font-size: 11px; color: var(--muted); font-weight: 500 }
.desktop-nav { display: flex; gap: 24px; margin-left: auto }
.desktop-nav a { font-size: 14px; color: #35514c; transition: color .2s ease }
.desktop-nav a:hover { color: var(--green) }
.header-contact { display: flex; flex-direction: column; line-height: 1.2; margin-left: 10px }
.header-contact .phone { font-size: 15px; font-weight: 750 }
.header-contact span { margin-top: 5px; font-size: 10px; color: var(--muted) }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 8px; cursor: pointer }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--text); margin: 5px auto; transition: .25s ease }
.mobile-menu { display: none }

.btn { min-height: 46px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 12px; font-weight: 700; font-size: 14px; line-height: 1; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease }
.btn:hover { transform: translateY(-2px) }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(22,134,108,.18) }
.btn-primary:hover { background: var(--green-dark); box-shadow: 0 14px 28px rgba(22,134,108,.22) }
.btn-outline { background: #fff; color: var(--text); border-color: #bfd2ce }
.btn-outline:hover { border-color: var(--green); color: var(--green) }
.btn-light { background: var(--bg-soft); color: var(--text); border-color: var(--line) }
.btn-light:hover { background: #fff; border-color: #bfd2ce }
.btn-white { background: #fff; color: var(--green-dark); box-shadow: 0 12px 30px rgba(9,65,51,.18) }
.btn-white:hover { box-shadow: 0 16px 34px rgba(9,65,51,.25) }
.btn-sm { min-height: 40px; padding: 0 16px; font-size: 13px }
.btn-lg { min-height: 54px; padding: 0 28px }
.btn-full { width: 100% }

.hero { padding-top: 74px; background: linear-gradient(180deg, #fff 0%, #f7fbfb 100%) }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center }
.hero-copy { padding: 34px 0 }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; background: var(--green-light); color: var(--green-dark); border-radius: 999px; font-size: 12px; font-weight: 700; margin-bottom: 26px }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #31a27f; box-shadow: 0 0 0 5px rgba(49,162,127,.12) }
h1, h2, h3, p { margin-top: 0 }
h1 { max-width: 720px; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.052em; margin-bottom: 24px }
.lead { max-width: 650px; font-size: 19px; color: var(--muted); line-height: 1.62; margin-bottom: 32px }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 42px }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 610px; gap: 0; border-top: 1px solid var(--line); padding-top: 25px }
.hero-proof div { padding-right: 24px }
.hero-proof div + div { padding-left: 24px; border-left: 1px solid var(--line) }
.hero-proof strong { display: block; font-size: 21px; letter-spacing: -.03em }
.hero-proof span { display: block; color: var(--muted); font-size: 12px; margin-top: 4px }
.hero-media { position: relative; min-height: 615px }
.hero-media > img { height: 615px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow) }
.hero-badge { position: absolute; left: -34px; bottom: 92px; display: flex; align-items: center; gap: 12px; background: #fff; padding: 16px 18px; border-radius: 16px; box-shadow: 0 18px 40px rgba(13,57,48,.14); min-width: 250px }
.check-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--green-light); color: var(--green); font-weight: 800 }
.hero-badge div { display: flex; flex-direction: column }
.hero-badge strong { font-size: 13px }
.hero-badge small { color: var(--muted); font-size: 11px; margin-top: 3px }
.hero-chip { position: absolute; right: 18px; top: 22px; max-width: 235px; padding: 12px 14px; border-radius: 12px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); font-size: 11px; font-weight: 650; box-shadow: 0 12px 30px rgba(13,57,48,.08) }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr) }
.trust-grid > div { min-height: 88px; display: flex; align-items: center; gap: 12px; padding: 0 28px; font-size: 13px; font-weight: 650 }
.trust-grid > div + div { border-left: 1px solid var(--line) }
.trust-grid svg { width: 22px; height: 22px; color: var(--green); flex: 0 0 auto }

.section-head { margin-bottom: 46px }
.split-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end }
.section-head h2 { max-width: 780px; font-size: clamp(34px, 3.4vw, 50px); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 0 }
.section-head p { color: var(--muted); margin-bottom: 3px; max-width: 510px }
.centered-head { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto }
.centered-head h2 { margin-left: auto; margin-right: auto }
.centered-head p { margin: 16px auto 0 }
.kicker { display: inline-block; font-size: 12px; color: var(--green); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px }
.kicker-light { color: #9ee4d2 }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px }
.service-card { position: relative; min-height: 318px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #c8dad6 }
.service-card-main { grid-column: span 2; padding: 0; display: grid; grid-template-columns: 1.15fr .85fr }
.service-image { min-height: 360px; overflow: hidden }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease }
.service-card-main:hover .service-image img { transform: scale(1.025) }
.service-body { padding: 32px; display: flex; flex-direction: column }
.service-num { color: #9bb5af; font-size: 11px; font-weight: 800; letter-spacing: .14em }
.service-card h3 { font-size: 22px; line-height: 1.2; letter-spacing: -.025em; margin: 14px 0 11px }
.service-card p { color: var(--muted); font-size: 14px; margin-bottom: 28px }
.service-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px }
.service-meta span { font-weight: 800 }
.service-meta a { color: var(--green); font-weight: 750 }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--green-light); color: var(--green); margin-bottom: 24px }
.accent-card { background: #133f38; color: #fff; border-color: #133f38 }
.accent-card p, .accent-card .service-num { color: #b9d0cb }
.accent-card .service-icon { background: rgba(255,255,255,.09); color: #d9fff5 }
.accent-card .service-meta { border-color: rgba(255,255,255,.14) }
.accent-card .service-meta a { color: #9ee4d2 }
.image-card { padding: 0; color: #fff; min-height: 360px }
.image-card > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .5s ease }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,31,27,.06), rgba(6,31,27,.75)) }
.image-card:hover > img { transform: scale(1.035) }
.image-card-overlay { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 28px }
.image-card .service-num { color: #d7ece6 }
.image-card h3 { margin-bottom: 6px }
.image-card p { color: #e0ece9; margin: 0 }

.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px }
.benefits-grid article { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 18px }
.benefit-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--green); background: var(--green-light); border-radius: 13px; margin-bottom: 28px }
.benefits-grid h3 { font-size: 18px; letter-spacing: -.02em; margin-bottom: 10px }
.benefits-grid p { margin: 0; color: var(--muted); font-size: 13px }

.calculator-section { background: #0f4037; color: #fff }
.calculator-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center }
.calculator-copy h2 { font-size: clamp(36px, 4vw, 54px); line-height: 1.05; letter-spacing: -.04em; margin-bottom: 22px }
.calculator-copy > p { max-width: 570px; color: #bed3ce; font-size: 16px }
.check-list { list-style: none; padding: 0; margin: 28px 0 32px; display: grid; gap: 10px }
.check-list li { position: relative; padding-left: 28px; font-size: 13px; color: #d6e7e3 }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #81d5bf; font-weight: 800 }
.calculator-copy img { width: 100%; height: 220px; object-fit: cover; border-radius: 18px; opacity: .92 }
.calculator-card { background: #fff; color: var(--text); border-radius: 24px; padding: 34px; box-shadow: 0 24px 60px rgba(0,0,0,.14) }
.calc-field { margin-bottom: 24px }
.calc-field > label, .range-label label { display: block; font-size: 12px; font-weight: 750; margin-bottom: 9px; color: #38524d }
.calc-field select, .form-grid input, .order-form textarea { width: 100%; min-height: 50px; border: 1px solid #d9e5e2; border-radius: 11px; background: #fff; color: var(--text); padding: 0 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease }
.calc-field select:focus, .form-grid input:focus, .order-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(22,134,108,.08) }
.range-label { display: flex; justify-content: space-between; align-items: center; gap: 12px }
.range-label strong { font-size: 18px }
.range-field input[type="range"] { width: 100%; accent-color: var(--green) }
.range-scale { display: flex; justify-content: space-between; color: #8ca09b; font-size: 10px }
.calc-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px }
.stepper { display: grid; grid-template-columns: 44px 1fr 44px; border: 1px solid #d9e5e2; border-radius: 11px; overflow: hidden; min-height: 50px }
.stepper button { border: 0; background: #f6f9f8; color: var(--text); cursor: pointer; font-size: 20px }
.stepper button:hover { background: var(--green-light); color: var(--green) }
.stepper input { width: 100%; border: 0; text-align: center; appearance: textfield; outline: none; font-weight: 750 }
.option-grid { display: grid; gap: 8px }
.check-option { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #e2ebe9; border-radius: 10px; cursor: pointer; font-size: 12px }
.check-option:hover { border-color: #c5d8d3 }
.check-option input { accent-color: var(--green) }
.check-option span { display: flex; justify-content: space-between; width: 100%; gap: 12px }
.check-option b { font-size: 11px; color: var(--green); white-space: nowrap }
.calc-result { margin: 6px 0 18px; padding: 20px; border-radius: 14px; background: var(--bg-soft) }
.calc-result > div { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px }
.calc-result span { color: var(--muted); font-size: 11px }
.calc-result strong { font-size: 28px; letter-spacing: -.04em; white-space: nowrap }
.calc-result small { display: block; margin-top: 7px; color: #7c918c; font-size: 10px }
.calc-disclaimer { text-align: center; font-size: 10px; color: #8ca09b; margin: 11px 0 0 }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: steps }
.process-grid article { position: relative; padding: 26px; border: 1px solid var(--line); border-radius: 18px; min-height: 260px; background: #fff }
.process-grid article > span { position: absolute; top: 23px; right: 22px; font-size: 11px; font-weight: 800; color: #a3b6b2 }
.process-icon { width: 44px; height: 44px; display: grid; place-items: center; background: var(--blue); color: #2d7f92; border-radius: 13px; margin-bottom: 44px }
.process-grid h3 { font-size: 18px; margin-bottom: 9px }
.process-grid p { color: var(--muted); font-size: 13px; margin: 0 }

.before-after-section { background: #fbfdfd }
.before-after-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px }
.comparison-card { margin: 0; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #fff }
.comparison-images { position: relative; height: 420px; overflow: hidden }
.comparison-images img { height: 100%; object-fit: cover; transition: transform .4s ease }
.comparison-card:hover .comparison-images img { transform: scale(1.025) }
.clean-photo img { filter: saturate(.92) brightness(1.03) }
.photo-label { position: absolute; left: 18px; top: 18px; padding: 8px 12px; border-radius: 10px; font-size: 11px; font-weight: 800 }
.label-before { background: rgba(24,51,47,.86); color: #fff }
.label-after { background: rgba(255,255,255,.92); color: var(--green-dark) }
.comparison-card figcaption { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px }
.comparison-card figcaption strong { font-size: 14px }
.comparison-card figcaption span { font-size: 11px; color: var(--muted) }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch }
.price-card { position: relative; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 20px }
.price-card.featured { border: 2px solid var(--green); box-shadow: 0 18px 42px rgba(22,134,108,.11) }
.popular { position: absolute; top: -13px; right: 20px; background: var(--green); color: #fff; border-radius: 8px; padding: 7px 10px; font-size: 10px; font-weight: 800 }
.price-tag { color: var(--muted); font-size: 11px }
.price-card h3 { font-size: 22px; margin: 8px 0 12px }
.price { font-size: 38px; line-height: 1; letter-spacing: -.04em; font-weight: 800; margin-bottom: 24px }
.price small { font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: 0 }
.price-card ul { list-style: none; padding: 20px 0; margin: 0 0 24px; border-top: 1px solid var(--line); display: grid; gap: 12px }
.price-card li { position: relative; padding-left: 24px; font-size: 13px; color: #50655f }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800 }

.team-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: center }
.team-photo { position: relative; min-height: 560px }
.team-photo > img { height: 560px; object-fit: cover; object-position: center 30%; border-radius: 24px }
.team-stat { position: absolute; right: -24px; bottom: 34px; max-width: 245px; padding: 18px 20px; border-radius: 16px; background: #fff; box-shadow: 0 18px 40px rgba(13,57,48,.14) }
.team-stat strong { display: block; font-size: 30px; color: var(--green); letter-spacing: -.04em }
.team-stat span { display: block; color: var(--muted); font-size: 11px; margin-top: 4px }
.team-copy h2 { font-size: clamp(35px, 4vw, 52px); line-height: 1.07; letter-spacing: -.045em; margin-bottom: 22px }
.team-copy > p { color: var(--muted); font-size: 15px; max-width: 650px }
.team-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 30px 0 }
.team-points div { padding-top: 16px; border-top: 2px solid var(--green-light) }
.team-points strong, .team-points span { display: block }
.team-points strong { font-size: 13px }
.team-points span { color: var(--muted); font-size: 11px; margin-top: 5px }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--green); font-size: 13px; font-weight: 800 }
.text-link span { transition: transform .2s ease }
.text-link:hover span { transform: translateX(4px) }

.reviews-section { background: var(--bg-soft) }
.rating-box { justify-self: end; display: flex; gap: 14px; align-items: center; padding: 12px 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px }
.rating-box > strong { font-size: 28px; letter-spacing: -.04em }
.rating-box div { display: flex; flex-direction: column }
.stars { color: #e7ab2e; letter-spacing: .04em; font-size: 12px }
.rating-box small { color: var(--muted); font-size: 10px; margin-top: 2px }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px }
.review-card { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 18px }
.review-top { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-bottom: 20px }
.avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--green-light); color: var(--green-dark); font-size: 11px; font-weight: 800 }
.review-top div { display: flex; flex-direction: column }
.review-top strong { font-size: 13px }
.review-top small { font-size: 10px; color: var(--muted); margin-top: 3px }
.review-card p { color: #4e635e; font-size: 13px; min-height: 124px }
.review-card time { font-size: 10px; color: #92a39f }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start }
.faq-copy { position: sticky; top: 120px }
.faq-copy h2 { font-size: clamp(34px, 4vw, 50px); letter-spacing: -.04em; margin-bottom: 16px }
.faq-copy p { color: var(--muted); max-width: 400px; margin-bottom: 24px }
.faq-item { border-bottom: 1px solid var(--line) }
.faq-item:first-child { border-top: 1px solid var(--line) }
.faq-item button { width: 100%; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 2px; color: var(--text); text-align: left; cursor: pointer; font-weight: 750 }
.faq-item button i { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; font-style: normal; font-size: 20px; color: var(--green); transition: transform .25s ease }
.faq-item.open button i { transform: rotate(45deg) }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease }
.faq-answer > p { overflow: hidden; color: var(--muted); font-size: 13px; margin: 0; padding-right: 60px }
.faq-item.open .faq-answer { grid-template-rows: 1fr }
.faq-item.open .faq-answer > p { padding-bottom: 22px }

.contacts-section { padding-top: 70px; background: #fff }
.contact-shell { display: grid; grid-template-columns: 1.05fr .95fr; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow) }
.contact-panel { background: var(--green-dark); color: #fff; padding: 50px }
.contact-panel h2 { font-size: clamp(35px, 4vw, 50px); line-height: 1.07; letter-spacing: -.04em; margin-bottom: 18px }
.contact-panel > p { color: #c7ddd7; max-width: 560px; margin-bottom: 30px }
.order-form { display: grid; gap: 14px }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px }
.order-form label > span { display: block; margin-bottom: 7px; font-size: 11px; color: #d0e5df; font-weight: 700 }
.form-grid input, .order-form textarea { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); color: #fff }
.form-grid input::placeholder, .order-form textarea::placeholder { color: #a9c6be }
.form-grid input:focus, .order-form textarea:focus { border-color: rgba(255,255,255,.6); box-shadow: 0 0 0 4px rgba(255,255,255,.07) }
.order-form textarea { padding-top: 13px; resize: vertical }
.form-note { font-size: 9px; color: #9fc0b7 }
.form-success { display: none; padding: 12px 14px; background: rgba(255,255,255,.1); border-radius: 10px; font-size: 11px; color: #dff8f1 }
.form-success.show { display: block }
.contact-info { padding: 36px; background: #f6faf9; display: grid; grid-template-columns: 1fr 1fr; gap: 14px }
.contact-card { min-height: 120px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; display: flex; flex-direction: column; justify-content: center }
.contact-card > span { color: var(--muted); font-size: 10px; margin-bottom: 7px }
.contact-card > a, .contact-card > strong { font-size: 17px; letter-spacing: -.02em }
.contact-card small { color: var(--muted); font-size: 10px; margin-top: 5px }
.messengers { display: flex; gap: 8px; flex-wrap: wrap }
.messengers a { padding: 7px 10px; border-radius: 8px; background: var(--green-light); color: var(--green-dark); font-size: 11px; font-weight: 750 }
.map-wrap { grid-column: 1 / -1; min-height: 260px; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: #e9f1ef }
.map-wrap iframe { width: 100%; height: 100%; min-height: 260px; border: 0 }

.site-footer { padding: 58px 0 26px; background: #0d2f29; color: #fff }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 40px; padding-bottom: 42px }
.footer-brand .brand-mark { background: rgba(255,255,255,.08); color: #a6e8d7 }
.footer-brand .brand-text small { color: #90aaa4 }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px }
.footer-links a { color: #c5d7d3; font-size: 12px }
.footer-links a:hover { color: #fff }
.footer-contact { justify-self: end; display: flex; flex-direction: column; text-align: right }
.footer-contact a { font-weight: 750 }
.footer-contact span { color: #90aaa4; font-size: 10px; margin-top: 5px }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #7f9d96; font-size: 10px }

@media (max-width: 1120px) {
  .desktop-nav { display: none }
  .header-contact { margin-left: auto }
  .hero-grid { gap: 42px }
  .hero-media, .hero-media > img { min-height: 540px; height: 540px }
  .hero-badge { left: 18px }
  .services-grid { grid-template-columns: 1fr 1fr }
  .service-card-main { grid-column: 1 / -1 }
  .benefits-grid, .process-grid { grid-template-columns: 1fr 1fr }
  .calculator-shell { gap: 42px }
  .team-grid { gap: 50px }
}

@media (max-width: 860px) {
  .container { width: min(var(--container), calc(100% - 28px)) }
  .section-pad { padding: 74px 0 }
  .header-contact, .header-cta { display: none }
  .menu-toggle { display: block; margin-left: auto }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg) }
  .menu-toggle.active span:nth-child(2) { opacity: 0 }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) }
  .mobile-menu { display: block; position: fixed; top: 78px; left: 0; right: 0; height: calc(100vh - 78px); background: rgba(255,255,255,.98); transform: translateY(-110%); opacity: 0; pointer-events: none; transition: .28s ease }
  .mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto }
  .mobile-menu-inner { display: grid; gap: 3px; padding-top: 24px }
  .mobile-menu-inner > a:not(.btn) { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 650 }
  .mobile-menu-inner .mobile-phone { margin: 10px 0 6px; border-bottom: 0 !important; color: var(--green) }
  .hero { padding-top: 38px }
  .hero-grid { grid-template-columns: 1fr; gap: 34px }
  .hero-copy { padding: 12px 0 0 }
  h1 { font-size: clamp(42px, 9vw, 62px) }
  .hero-media, .hero-media > img { min-height: 520px; height: 520px }
  .trust-grid { grid-template-columns: 1fr 1fr }
  .trust-grid > div { padding: 0 20px }
  .trust-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line) }
  .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line) }
  .split-head { grid-template-columns: 1fr; gap: 18px; align-items: start }
  .services-grid { grid-template-columns: 1fr }
  .service-card-main { grid-template-columns: 1fr; grid-column: auto }
  .service-image { min-height: 300px }
  .benefits-grid { grid-template-columns: 1fr 1fr }
  .calculator-shell { grid-template-columns: 1fr; gap: 36px }
  .calculator-copy img { display: none }
  .before-after-grid { grid-template-columns: 1fr }
  .comparison-images { height: 360px }
  .price-grid { grid-template-columns: 1fr }
  .team-grid { grid-template-columns: 1fr; gap: 38px }
  .team-photo { min-height: 500px }
  .team-photo > img { height: 500px }
  .team-stat { right: 18px }
  .reviews-grid { grid-template-columns: 1fr }
  .review-card p { min-height: 0 }
  .faq-grid { grid-template-columns: 1fr; gap: 36px }
  .faq-copy { position: static }
  .contact-shell { grid-template-columns: 1fr }
  .footer-grid { grid-template-columns: 1fr; text-align: center }
  .footer-brand { justify-self: center }
  .footer-contact { justify-self: center; text-align: center }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 72px }
  .container { width: min(var(--container), calc(100% - 22px)) }
  .site-header .header-inner { min-height: 70px }
  .mobile-menu { top: 70px; height: calc(100vh - 70px) }
  .brand-mark { width: 38px; height: 38px; border-radius: 11px }
  .brand-mark svg { width: 24px; height: 24px }
  .brand-text strong { font-size: 15px }
  .brand-text small { font-size: 9px }
  .section-pad { padding: 58px 0 }
  .hero { padding-top: 26px }
  .eyebrow { font-size: 10px; margin-bottom: 19px; padding: 8px 10px }
  h1 { font-size: 39px; line-height: 1.04; margin-bottom: 18px }
  .lead { font-size: 16px; margin-bottom: 24px }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; margin-bottom: 30px }
  .hero-actions .btn { width: 100% }
  .hero-proof { grid-template-columns: 1fr 1fr; gap: 18px 0; padding-top: 20px }
  .hero-proof div { padding-right: 14px }
  .hero-proof div + div { padding-left: 14px }
  .hero-proof div:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-left: 0 }
  .hero-media, .hero-media > img { min-height: 410px; height: 410px; border-radius: 20px }
  .hero-media > img { object-position: center }
  .hero-badge { left: 12px; bottom: 14px; right: 12px; min-width: 0; padding: 13px }
  .hero-chip { display: none }
  .trust-grid { grid-template-columns: 1fr }
  .trust-grid > div { min-height: 68px; padding: 0 10px; border-left: 0 !important; border-top: 1px solid var(--line) }
  .trust-grid > div:first-child { border-top: 0 }
  .section-head { margin-bottom: 32px }
  .section-head h2 { font-size: 34px }
  .section-head p { font-size: 14px }
  .service-card { padding: 22px; min-height: 280px; border-radius: 16px }
  .service-card-main { padding: 0 }
  .service-image { min-height: 250px }
  .service-body { padding: 22px }
  .image-card { min-height: 320px }
  .benefits-grid { grid-template-columns: 1fr }
  .benefits-grid article { padding: 22px }
  .calculator-section { padding-top: 64px; padding-bottom: 64px }
  .calculator-copy h2 { font-size: 37px }
  .calculator-card { padding: 22px; border-radius: 18px }
  .calc-grid-2 { grid-template-columns: 1fr }
  .calc-result > div { align-items: flex-start; flex-direction: column; gap: 6px }
  .process-grid { grid-template-columns: 1fr }
  .process-grid article { min-height: 220px; padding: 22px }
  .process-icon { margin-bottom: 30px }
  .comparison-images { height: 300px }
  .comparison-card figcaption { align-items: flex-start; flex-direction: column; gap: 4px }
  .price-card { padding: 24px }
  .team-photo, .team-photo > img { min-height: 420px; height: 420px }
  .team-photo > img { object-position: center 18% }
  .team-stat { left: 12px; right: 12px; bottom: 12px; max-width: none }
  .team-points { grid-template-columns: 1fr; gap: 8px }
  .team-copy h2 { font-size: 36px }
  .rating-box { justify-self: start }
  .review-top { grid-template-columns: auto 1fr }
  .review-top > .stars { grid-column: 2 }
  .faq-item button { font-size: 14px; padding: 18px 2px }
  .faq-answer > p { padding-right: 32px }
  .contacts-section { padding-top: 46px }
  .contact-shell { border-radius: 20px }
  .contact-panel { padding: 30px 20px }
  .contact-panel h2 { font-size: 35px }
  .form-grid { grid-template-columns: 1fr }
  .contact-info { grid-template-columns: 1fr; padding: 18px }
  .map-wrap { grid-column: auto; min-height: 230px }
  .map-wrap iframe { min-height: 230px }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px }
}

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

/* v2 — visual polish, spacing and comparison slider */
:root {
  --section-space: 84px;
  --section-space-tablet: 66px;
  --section-space-mobile: 48px;
}

.section-pad { padding: var(--section-space) 0 }
.section-head { margin-bottom: 38px }
.split-head { gap: 58px }

.header-inner { min-height: 74px; gap: 22px }
.brand { gap: 10px }
.brand-mark { width: 44px; height: 44px; padding: 0; background: transparent; border-radius: 0; overflow: visible }
.brand-mark img { width: 100%; height: 100%; object-fit: contain }
.brand-text strong { font-size: 18px; color: #143b58 }
.brand-text small { margin-top: 4px }
.footer-brand .brand-mark { background: transparent }
.footer-brand .brand-text strong { color: #fff }

.hero { padding-top: 56px }
.hero-grid { gap: 56px }
.hero-copy { padding: 20px 0 }
.hero-actions { margin-bottom: 36px }
.hero-media { min-height: 565px }
.hero-media > img { height: 565px; border-radius: 24px; object-position: center }
.hero-badge { left: -22px; bottom: 50px }
.hero-chip { top: 18px; right: 18px }

.trust-grid > div { min-height: 78px; padding-inline: 24px }
.services-grid { gap: 16px }
.service-card { min-height: 300px }
.service-card-main .service-image { min-height: 340px }
.service-card-main .service-body { padding: 28px }
.service-card-visual { padding: 0; display: flex; flex-direction: column }
.service-thumb { height: 176px; overflow: hidden; background: #eef5f4 }
.service-thumb img { height: 100%; object-fit: cover; transition: transform .45s ease }
.service-card-visual:hover .service-thumb img { transform: scale(1.035) }
.service-card-content { padding: 24px; display: flex; flex: 1; flex-direction: column }
.service-card-visual .service-meta { margin-top: auto }
.accent-card .service-thumb { position: relative }
.accent-card .service-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,64,55,.02), rgba(15,64,55,.2)) }
.image-card { min-height: 340px }

.benefits-grid article { padding: 25px }
.calculator-shell { gap: 58px }
.calculator-card { padding: 30px }
.process-grid article { padding: 25px }
.price-grid { gap: 16px }
.price-card { padding: 28px }
.team-grid { gap: 58px }
.reviews-grid { gap: 16px }
.review-card { padding: 22px }
.faq-grid { gap: 58px }
.contacts-section { padding-top: 58px }
.contact-panel { padding: 44px }
.contact-info { padding: 30px }
.site-footer { padding-top: 48px }

.before-after-section { background: #f7fbfb }
.before-after-showcase { max-width: 1060px; margin: 0 auto; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 18px 46px rgba(22,65,56,.08) }
.ba-slider { --position: 50%; position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #dfe7e5; isolation: isolate; user-select: none; touch-action: pan-y }
.ba-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; pointer-events: none }
.ba-image-after { clip-path: inset(0 0 0 var(--position)); z-index: 2 }
.ba-slider::after { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12) }
.ba-divider { position: absolute; z-index: 6; top: 0; bottom: 0; left: var(--position); width: 2px; transform: translateX(-1px); background: #fff; box-shadow: 0 0 0 1px rgba(15,64,55,.12); pointer-events: none }
.ba-handle { position: absolute; left: 50%; top: 50%; width: 48px; height: 48px; transform: translate(-50%, -50%); display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--green-dark); box-shadow: 0 8px 24px rgba(9,48,40,.24) }
.ba-handle svg { width: 22px; height: 22px; stroke-width: 2 }
.ba-range { position: absolute; z-index: 8; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; appearance: none; -webkit-appearance: none }
.ba-range:focus-visible + * { outline: none }
.ba-slider:focus-within .ba-handle { box-shadow: 0 0 0 4px rgba(255,255,255,.9), 0 0 0 7px rgba(22,134,108,.35), 0 8px 24px rgba(9,48,40,.24) }
.ba-slider .photo-label { z-index: 5; top: 18px; bottom: auto; padding: 8px 12px; backdrop-filter: blur(10px); pointer-events: none }
.ba-slider .label-before { left: 18px; right: auto; background: rgba(19,51,47,.76); color: #fff }
.ba-slider .label-after { right: 18px; left: auto; background: rgba(255,255,255,.9); color: var(--green-dark) }
.ba-caption { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 22px }
.ba-caption > div { display: flex; flex-direction: column; gap: 3px }
.ba-caption strong { font-size: 14px }
.ba-caption span { color: var(--muted); font-size: 11px }
.ba-hint { flex: 0 0 auto; padding: 8px 11px; border-radius: 999px; background: var(--green-light); color: var(--green-dark) !important; font-weight: 700 }

@media (max-width: 1120px) {
  .section-pad { padding: var(--section-space-tablet) 0 }
  .hero-grid { gap: 36px }
  .hero-media, .hero-media > img { min-height: 500px; height: 500px }
  .hero-badge { left: 16px }
  .calculator-shell, .team-grid { gap: 36px }
}

@media (max-width: 860px) {
  .container { width: min(var(--container), calc(100% - 32px)) }
  .section-pad { padding: 58px 0 }
  .section-head { margin-bottom: 30px }
  .header-inner { min-height: 72px }
  .mobile-menu { top: 72px; height: calc(100vh - 72px) }
  .hero { padding-top: 32px }
  .hero-grid { gap: 28px }
  .hero-media, .hero-media > img { min-height: 460px; height: 460px }
  .service-card-main .service-image { min-height: 280px }
  .service-thumb { height: 220px }
  .calculator-card { padding: 26px }
  .team-photo, .team-photo > img { min-height: 460px; height: 460px }
  .before-after-showcase { border-radius: 20px }
  .ba-slider { aspect-ratio: 4 / 3 }
  .contact-panel { padding: 36px }
  .contact-info { padding: 24px }
}

@media (max-width: 560px) {
  .container { width: min(var(--container), calc(100% - 32px)) }
  .section-pad { padding: var(--section-space-mobile) 0 }
  .site-header .header-inner { min-height: 68px }
  .mobile-menu { top: 68px; height: calc(100vh - 68px) }
  .brand-mark { width: 40px; height: 40px }
  .brand-text strong { font-size: 16px }
  .brand-text small { font-size: 9px }
  .hero { padding-top: 24px }
  .eyebrow { margin-bottom: 16px }
  h1 { font-size: clamp(34px, 10.5vw, 41px); margin-bottom: 16px }
  .lead { font-size: 15px; line-height: 1.55; margin-bottom: 21px }
  .hero-actions { margin-bottom: 26px }
  .hero-proof { gap: 14px 0; padding-top: 18px }
  .hero-proof strong { font-size: 19px }
  .hero-media, .hero-media > img { min-height: 350px; height: 350px; border-radius: 18px }
  .hero-badge { left: 10px; right: 10px; bottom: 10px; padding: 12px }
  .trust-grid { grid-template-columns: 1fr 1fr }
  .trust-grid > div { min-height: 76px; padding: 12px 10px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 7px; border-top: 1px solid var(--line); border-left: 1px solid var(--line) !important; font-size: 11px; line-height: 1.35 }
  .trust-grid > div:nth-child(odd) { border-left: 0 !important }
  .trust-grid > div:nth-child(-n+2) { border-top: 0 }
  .section-head h2 { font-size: clamp(30px, 9vw, 35px) }
  .split-head { gap: 12px }
  .service-card { min-height: 0; border-radius: 16px }
  .service-card-main .service-image { min-height: 210px }
  .service-body, .service-card-content { padding: 20px }
  .service-thumb { height: 190px }
  .service-card h3 { font-size: 21px; margin-top: 10px }
  .service-card p { margin-bottom: 22px }
  .image-card { min-height: 280px }
  .benefits-grid article { padding: 20px }
  .calculator-section { padding: 52px 0 }
  .calculator-copy h2 { font-size: 34px }
  .calculator-card { padding: 19px; border-radius: 16px }
  .calc-field { margin-bottom: 19px }
  .process-grid article { min-height: 0; padding: 20px }
  .price-card { padding: 22px }
  .before-after-showcase { margin-inline: -2px; border-radius: 16px }
  .ba-slider { aspect-ratio: 1 / 1; min-height: 290px }
  .ba-slider .photo-label { top: 12px; padding: 7px 10px }
  .ba-slider .label-before { left: 12px }
  .ba-slider .label-after { right: 12px }
  .ba-handle { width: 42px; height: 42px }
  .ba-caption { align-items: flex-start; flex-direction: column; gap: 11px; padding: 16px }
  .ba-hint { flex: auto }
  .team-photo, .team-photo > img { min-height: 360px; height: 360px }
  .team-stat { left: 10px; right: 10px; bottom: 10px }
  .team-copy h2 { font-size: 33px }
  .review-card { padding: 20px }
  .faq-grid { gap: 28px }
  .contacts-section { padding-top: 42px }
  .contact-shell { border-radius: 16px }
  .contact-panel { padding: 26px 18px }
  .contact-panel h2 { font-size: 32px }
  .contact-info { padding: 14px }
  .contact-card { min-height: 104px; padding: 17px }
  .map-wrap, .map-wrap iframe { min-height: 220px }
  .site-footer { padding: 42px 0 22px }
  .footer-grid { gap: 26px; padding-bottom: 30px }
}

/* v3 — spacing normalization and small visual QA */
:root {
  --section-space: 76px;
  --section-space-tablet: 58px;
  --section-space-mobile: 44px;
}

/* Global rhythm */
.section-pad { padding-block: var(--section-space) }
.section-head { margin-bottom: 34px }
.centered-head p { margin-top: 14px }
.split-head { gap: 46px }
.kicker { margin-bottom: 12px }

/* Header / hero */
.header-inner { min-height: 72px; gap: 20px }
.desktop-nav { gap: 21px }
.hero { padding-top: 48px }
.hero-grid { gap: 48px }
.hero-copy { padding-block: 14px }
.eyebrow { margin-bottom: 22px }
h1 { margin-bottom: 20px }
.lead { margin-bottom: 28px }
.hero-actions { margin-bottom: 32px }
.hero-proof { padding-top: 22px }
.hero-media, .hero-media > img { min-height: 540px; height: 540px }
.hero-badge { bottom: 38px }

/* Trust strip */
.trust-grid > div { min-height: 74px; padding-inline: 22px; gap: 11px; line-height: 1.35 }
.trust-grid svg { width: 23px; height: 23px; stroke-width: 1.9 }

/* Cards */
.services-grid { gap: 18px }
.service-card-main .service-image { min-height: 324px }
.service-card-main .service-body { padding: 26px }
.service-card-content { padding: 22px }
.service-thumb { height: 168px }
.service-card h3 { margin: 12px 0 9px }
.service-card p { margin-bottom: 22px }
.service-meta { padding-top: 15px }
.image-card { min-height: 324px }
.image-card-overlay { padding: 24px }

.benefits-grid { gap: 16px }
.benefits-grid article { padding: 23px }
.benefit-icon { margin-bottom: 22px }

.calculator-shell { gap: 50px }
.calculator-copy h2 { margin-bottom: 18px }
.check-list { margin: 24px 0 28px }
.calculator-card { padding: 28px }
.calc-field { margin-bottom: 21px }

.process-grid article { padding: 23px; min-height: 244px }
.process-icon { margin-bottom: 34px }

.before-after-showcase { max-width: 1020px }
.ba-caption { padding: 18px 20px }

.price-grid { gap: 18px }
.price-card { padding: 26px }
.price { margin-bottom: 20px }
.price-card ul { padding: 18px 0; margin-bottom: 20px }

.team-grid { gap: 50px }
.team-copy h2 { margin-bottom: 18px }
.team-points { margin: 26px 0 }

.reviews-grid { gap: 18px }
.review-card { padding: 22px }
.review-top { margin-bottom: 17px }

.faq-grid { gap: 50px }
.faq-item button { padding-block: 20px }
.faq-item.open .faq-answer > p { padding-bottom: 20px }

.contacts-section { padding-top: 54px; padding-bottom: 76px }
.contact-panel { padding: 40px }
.contact-panel > p { margin-bottom: 26px }
.contact-info { padding: 26px; gap: 12px }
.contact-card { min-height: 112px; padding: 18px }
.site-footer { padding-top: 44px }
.footer-grid { padding-bottom: 34px }

/* Small interaction / alignment fixes */
.service-card, .benefits-grid article, .process-grid article, .price-card, .review-card, .contact-card { box-shadow: 0 1px 0 rgba(22,65,56,.02) }
.service-meta a, .text-link, .footer-links a { transition: color .18s ease, transform .18s ease }
.service-meta a:hover { color: var(--green-dark) }
.trust-grid > div span { max-width: 200px }
.rating-box { min-width: 186px }
.contact-shell { border: 1px solid rgba(223,233,231,.8) }

@media (max-width: 1120px) {
  .section-pad { padding-block: var(--section-space-tablet) }
  .hero { padding-top: 36px }
  .hero-grid { gap: 34px }
  .hero-media, .hero-media > img { min-height: 470px; height: 470px }
  .trust-grid > div { padding-inline: 18px }
  .calculator-shell, .team-grid { gap: 34px }
  .contacts-section { padding-bottom: 58px }
}

@media (max-width: 860px) {
  .container { width: min(var(--container), calc(100% - 32px)) }
  .section-pad { padding-block: 54px }
  .section-head { margin-bottom: 28px }
  .split-head { gap: 12px }
  .hero { padding-top: 28px }
  .hero-grid { gap: 24px }
  .hero-media, .hero-media > img { min-height: 430px; height: 430px }
  .trust-grid > div { min-height: 70px }
  .service-card-main .service-image { min-height: 260px }
  .service-thumb { height: 205px }
  .calculator-card { padding: 24px }
  .team-photo, .team-photo > img { min-height: 430px; height: 430px }
  .contact-panel { padding: 32px }
  .contact-info { padding: 20px }
}

@media (max-width: 560px) {
  .container { width: min(var(--container), calc(100% - 28px)) }
  .section-pad { padding-block: var(--section-space-mobile) }
  .site-header .header-inner { min-height: 66px }
  .mobile-menu { top: 66px; height: calc(100vh - 66px) }
  .brand { gap: 8px }
  .brand-mark { width: 38px; height: 38px }
  .hero { padding-top: 20px }
  .eyebrow { margin-bottom: 14px }
  h1 { margin-bottom: 14px }
  .lead { margin-bottom: 19px }
  .hero-actions { gap: 8px; margin-bottom: 24px }
  .hero-proof { padding-top: 16px }
  .hero-media, .hero-media > img { min-height: 330px; height: 330px }
  .hero-badge { left: 9px; right: 9px; bottom: 9px }
  .trust-grid > div { min-height: 72px; padding: 11px 12px; justify-content: flex-start }
  .trust-grid > div span { max-width: none }
  .section-head { margin-bottom: 26px }
  .centered-head p { margin-top: 10px }
  .service-card-main .service-image { min-height: 200px }
  .service-body, .service-card-content { padding: 18px }
  .service-thumb { height: 178px }
  .image-card { min-height: 260px }
  .image-card-overlay { padding: 20px }
  .benefits-grid article, .process-grid article { padding: 18px }
  .benefit-icon { margin-bottom: 18px }
  .calculator-section { padding-block: 46px }
  .calculator-card { padding: 18px }
  .calc-field { margin-bottom: 17px }
  .before-after-showcase { border-radius: 15px }
  .ba-caption { padding: 15px }
  .price-card { padding: 20px }
  .team-grid { gap: 30px }
  .team-photo, .team-photo > img { min-height: 340px; height: 340px }
  .team-points { margin: 22px 0 }
  .review-card { padding: 18px }
  .review-top { gap: 10px; margin-bottom: 14px }
  .review-top .stars { grid-column: 2 / -1; justify-self: start }
  .faq-grid { gap: 24px }
  .faq-item button { padding-block: 17px }
  .faq-answer > p { padding-right: 24px }
  .contacts-section { padding-top: 38px; padding-bottom: 44px }
  .contact-panel { padding: 24px 17px }
  .contact-info { padding: 12px; gap: 10px }
  .contact-card { min-height: 98px; padding: 16px }
  .site-footer { padding-top: 38px }
  .footer-grid { gap: 22px; padding-bottom: 26px }
}
