:root {
  --ink: #0c1b2a;
  --navy: #10283b;
  --blue: #176b8e;
  --blue-2: #0d526f;
  --sky: #e9f4f6;
  --paper: #f7f7f2;
  --white: #ffffff;
  --accent: #ffb800;
  --accent-hover: #ffc933;
  --muted: #60717d;
  --line: #dfe6e8;
  --success: #21a576;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.utility-bar { background: #091925; color: #bcd0d8; font-size: 12px; }
.utility-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner span { display: flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #45d694; box-shadow: 0 0 0 4px rgba(69,214,148,.1); }

.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(12,27,42,.08); position: sticky; top: 0; z-index: 40; backdrop-filter: blur(12px); }
.header-inner { height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-symbol { display: block; width: 46px; height: 46px; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-name { display: flex; align-items: baseline; gap: 1px; color: var(--ink); font-size: 17px; font-weight: 900; letter-spacing: .035em; white-space: nowrap; }
.brand-name strong { color: var(--blue); font-size: 17px; font-weight: 900; line-height: 1; letter-spacing: .035em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; font-size: 14px; font-weight: 600; }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: var(--blue); }
.header-call { display: flex; flex-direction: column; text-align: right; line-height: 1.2; }
.header-phone { font-weight: 800; white-space: nowrap; }
.header-call span { font-size: 11px; color: var(--muted); margin-top: 4px; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 12px; min-height: 46px; padding: 0 20px; font-weight: 750; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button--dark { background: var(--navy); color: #fff; }
.button--accent { background: var(--accent); color: #10202c; box-shadow: 0 12px 28px rgba(255,184,0,.18); }
.button--accent:hover { background: var(--accent-hover); box-shadow: 0 15px 34px rgba(255,184,0,.27); }
.button--large { min-height: 56px; padding: 0 25px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--sky); color: var(--navy); align-items: center; justify-content: center; }

.hero { position: relative; color: #fff; background: linear-gradient(118deg, #0b2233 0%, #123b53 58%, #176681 100%); overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, black 40%, black); }
.hero::before { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -150px; top: -220px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.hero-inner { min-height: 675px; padding: 76px 0 54px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; position: relative; z-index: 1; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #c9dce4; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow span { background: var(--accent); color: var(--ink); padding: 5px 8px; border-radius: 6px; font-size: 11px; letter-spacing: .06em; }
.hero h1 { font-size: clamp(45px, 5.1vw, 74px); line-height: .99; letter-spacing: -.045em; max-width: 720px; margin: 24px 0 24px; font-weight: 820; }
.hero h1 em { display: block; color: #81d3e1; font-style: normal; font-weight: 600; }
.hero-lead { max-width: 700px; font-size: 18px; line-height: 1.65; color: #d6e5eb; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.text-link { border: 0; background: none; color: #fff; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 34px; color: #bcd0d8; font-size: 13px; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust svg { color: #63dfaa; }
.hero-side { position: relative; }
.hero-visual { height: 230px; position: relative; margin-bottom: -32px; overflow: hidden; border-radius: 34px 34px 0 0; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.01)); border: 1px solid rgba(255,255,255,.1); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, #fff 0, transparent 25%); }
.hero-visual p { position: absolute; left: 29px; top: 24px; margin: 0; z-index: 2; color: #d8e8ed; font-size: 13px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.pressure-gauge { position: absolute; right: 66px; top: 22px; width: 120px; height: 120px; border: 12px solid #dbe9ed; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--ink); background: #fff; z-index: 2; box-shadow: 0 17px 30px rgba(0,0,0,.25); }
.pressure-gauge::before { content: ""; position: absolute; inset: 9px; border: 1px dashed #a9c1c9; border-radius: 50%; }
.pressure-gauge span { font-weight: 850; font-size: 25px; line-height: 1; }
.pressure-gauge small { font-size: 9px; letter-spacing: .12em; color: var(--muted); }
.pressure-gauge i { width: 34px; height: 2px; background: #e05844; transform: rotate(-34deg); transform-origin: left; position: absolute; left: 50%; top: 50%; }
.pipe { position: absolute; border: 23px solid #9aafb7; border-radius: 60px; z-index: 1; }
.pipe-a { width: 270px; height: 120px; right: -60px; bottom: -64px; }
.pipe-b { width: 240px; height: 100px; right: 115px; bottom: -62px; }
.water-jet { position: absolute; width: 210px; height: 5px; background: linear-gradient(90deg, rgba(75,210,239,0), #86e8ff); transform: rotate(13deg); right: 160px; bottom: 70px; box-shadow: 0 4px 15px #60d7ed; }
.hero-form-card { position: relative; z-index: 4; background: #fff; color: var(--ink); padding: 27px 30px 30px; border-radius: 22px; box-shadow: 0 28px 50px rgba(4,20,30,.28); }
.form-kicker { margin: 0 0 7px; color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: 11px; }
.hero-form-card h2 { font-size: 21px; line-height: 1.3; margin: 0 0 20px; max-width: 370px; }
.lead-form { display: grid; gap: 14px; }
.lead-form--compact { grid-template-columns: 1fr 1fr; }
.lead-form label { display: grid; gap: 6px; }
.lead-form label span { color: #526570; font-size: 11px; font-weight: 700; }
.lead-form input, .lead-form select { width: 100%; min-width: 0; height: 48px; border: 1px solid #dbe4e7; border-radius: 10px; padding: 0 13px; color: var(--ink); background: #f9fbfb; outline: none; transition: border .2s, box-shadow .2s; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,107,142,.11); }
.lead-form--compact .form-button, .lead-form--compact .form-note, .lead-form--compact .form-error { grid-column: 1 / -1; }
.form-button { width: 100%; }
.form-note { font-size: 10px; color: #85939b; margin: -3px 0 0; text-align: center; }
.form-note a { text-decoration: underline; text-underline-offset: 2px; }
.form-error { margin: 0; color: #b33b32; font-size: 12px; text-align: center; }
.form-error a { font-weight: 800; }
.hp-field { display: none !important; }
.form-success { display: flex; gap: 14px; align-items: center; padding: 22px; background: #eefaf5; border-radius: 14px; color: #176d50; }
.form-success p { margin: 4px 0 0; font-size: 13px; color: #4e7869; }
.success-icon { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: #d5f3e5; }
.hero-facts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.hero-facts > div { min-height: 96px; display: flex; align-items: center; gap: 13px; padding: 0 23px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-facts > div:first-child { padding-left: 0; }
.hero-facts > div:last-child { border: 0; }
.hero-facts b { font-size: 19px; white-space: nowrap; color: #fff; }
.hero-facts span { font-size: 11px; line-height: 1.35; color: #a9c3cc; max-width: 100px; }

.section { padding: 105px 0; }
.services-section { background: var(--paper); }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.section-kicker { color: var(--blue); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .15em; margin: 0 0 12px; }
.section-heading h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; margin: 0; max-width: 660px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 300px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 22px 42px rgba(18,45,60,.09); border-color: #c4d6dc; }
.service-top { display: flex; justify-content: space-between; align-items: flex-start; }
.service-icon { width: 54px; height: 54px; border-radius: 15px; background: var(--sky); color: var(--blue); display: grid; place-items: center; }
.service-number { color: #bdc8cd; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { margin: 25px 0 10px; font-size: 20px; letter-spacing: -.015em; }
.service-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-bottom { margin-top: auto; padding-top: 25px; border-top: 1px solid #edf1f2; display: flex; align-items: center; justify-content: space-between; }
.service-bottom > span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: var(--blue); }
.service-bottom button { width: 39px; height: 39px; border: 0; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; cursor: pointer; }

.emergency-band { background: #e2573f; color: #fff; }
.emergency-inner { min-height: 112px; display: grid; grid-template-columns: 1.1fr 1.6fr auto; gap: 35px; align-items: center; }
.emergency-title { display: flex; align-items: center; gap: 15px; }
.emergency-title > div { display: flex; flex-direction: column; }
.emergency-title b { font-size: 17px; }
.emergency-title span { font-size: 12px; color: #ffdcd5; }
.emergency-mark { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; background: rgba(255,255,255,.14); }
.emergency-advice { display: flex; align-items: center; justify-content: center; gap: 9px; }
.emergency-advice span { width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.16); font-size: 9px; font-weight: 850; }
.emergency-advice p { margin: 0 13px 0 0; font-size: 12px; font-weight: 700; }
.button--light { color: var(--ink); background: #fff; white-space: nowrap; }

.methods-section { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.methods-section::before { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; right: -160px; bottom: -210px; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.014); }
.methods-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; position: relative; }
.section-kicker--light { color: #83d8e8; }
.methods-copy h2 { margin: 0; max-width: 590px; font-size: clamp(38px, 4.2vw, 56px); line-height: 1.06; letter-spacing: -.04em; }
.methods-copy > p:not(.section-kicker) { color: #b6cbd3; max-width: 580px; line-height: 1.75; margin: 24px 0; }
.check-list { display: grid; gap: 17px; padding: 0; margin: 28px 0 36px; list-style: none; }
.check-list li { display: flex; gap: 13px; align-items: flex-start; }
.check-list li > span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; color: #65dfaa; border-radius: 50%; background: rgba(101,223,170,.12); }
.check-list div { display: flex; flex-direction: column; }
.check-list b { font-size: 14px; }
.check-list small { color: #8ea9b4; margin-top: 3px; font-size: 12px; }
.equipment-panel { min-height: 560px; position: relative; border: 1px solid rgba(255,255,255,.1); border-radius: 36px; background: radial-gradient(circle at center, rgba(57,168,195,.2), rgba(255,255,255,.02) 45%, transparent 70%); overflow: hidden; }
.equipment-panel::before, .equipment-panel::after { content: ""; position: absolute; inset: 52px; border: 1px dashed rgba(255,255,255,.12); border-radius: 50%; }
.equipment-panel::after { inset: 105px; }
.equipment-ring { width: 235px; height: 235px; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-55%); border: 24px solid rgba(113,211,230,.2); box-shadow: inset 0 0 45px rgba(91,211,236,.18), 0 0 0 1px rgba(255,255,255,.16); display: grid; place-items: center; }
.equipment-ring::before { content: ""; position: absolute; inset: 20px; border: 2px solid rgba(125,225,242,.45); border-radius: 50%; border-left-color: var(--accent); transform: rotate(-35deg); }
.equipment-ring div { width: 120px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: var(--ink); box-shadow: 0 20px 45px rgba(0,0,0,.3); position: relative; z-index: 2; }
.equipment-ring b { font-size: 35px; line-height: 1; }
.equipment-ring span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.ring-dot { width: 11px; height: 11px; border-radius: 50%; position: absolute; background: var(--accent); box-shadow: 0 0 0 7px rgba(255,184,0,.12); }
.ring-dot--1 { left: 21px; top: 38px; }
.ring-dot--2 { right: 7px; bottom: 68px; background: #65dfaa; }
.ring-dot--3 { left: 72px; bottom: -5px; background: #6edff3; }
.equipment-stat { position: absolute; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; padding: 14px 17px; display: flex; flex-direction: column; backdrop-filter: blur(7px); }
.equipment-stat b { font-size: 16px; }
.equipment-stat span { color: #91aeb9; font-size: 10px; margin-top: 3px; }
.stat-one { left: 28px; top: 48px; }
.stat-two { right: 25px; top: 75px; }
.stat-three { right: 34px; bottom: 115px; }
.equipment-caption { position: absolute; left: 30px; right: 30px; bottom: 27px; display: flex; align-items: center; gap: 13px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #afc3ca; font-size: 12px; }
.equipment-caption svg { color: var(--accent); flex: 0 0 auto; }

.objects-section { background: #fff; }
.object-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.object-card { min-height: 390px; padding: 30px; border-radius: 20px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid var(--line); }
.object-card::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -105px; top: -105px; background: rgba(255,255,255,.08); box-shadow: 0 0 0 38px rgba(255,255,255,.035); }
.object-card--flat { background: #f1f6f6; }
.object-card--house { background: #176783; color: #fff; }
.object-card--business { background: #122b3d; color: #fff; }
.object-card__head { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.object-card__head > span { width: 55px; height: 55px; border-radius: 16px; display: grid; place-items: center; background: rgba(255,255,255,.14); color: var(--accent); }
.object-card--flat .object-card__head > span { background: #fff; color: var(--blue); }
.object-card__head small { font-weight: 850; opacity: .45; }
.object-card h3 { margin: 46px 0 10px; font-size: 29px; letter-spacing: -.03em; }
.object-card p { margin: 0; font-size: 14px; line-height: 1.65; opacity: .75; }
.object-card ul { margin: auto 0 0; padding: 23px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; display: grid; gap: 8px; font-size: 12px; font-weight: 650; }
.object-card--flat ul { border-color: var(--line); color: #526570; }
.object-card li::before { content: "✓"; color: #69dfae; margin-right: 8px; }
.object-card--flat li::before { color: var(--blue); }

.pricing-section { background: var(--sky); }
.pricing-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.pricing-intro { position: sticky; top: 130px; }
.pricing-intro h2 { font-size: clamp(38px, 4vw, 53px); line-height: 1.08; letter-spacing: -.04em; margin: 0; }
.pricing-intro > p:not(.section-kicker) { color: var(--muted); line-height: 1.75; margin: 24px 0; }
.price-promise { display: flex; align-items: center; gap: 13px; padding: 18px; background: #fff; border-radius: 14px; }
.price-promise > svg { color: var(--success); }
.price-promise span { display: flex; flex-direction: column; }
.price-promise small { color: var(--muted); margin-top: 2px; }
.price-list { background: #fff; border-radius: 20px; padding: 8px; box-shadow: 0 20px 50px rgba(21,63,78,.08); }
.price-row { min-height: 112px; padding: 18px 20px; display: grid; grid-template-columns: 42px 1fr auto; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); }
.price-index { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: var(--sky); color: var(--blue); font-size: 10px; font-weight: 850; }
.price-row > div { display: flex; flex-direction: column; }
.price-row b { font-size: 15px; }
.price-row small { color: var(--muted); margin-top: 4px; }
.price-row strong { font-size: 12px; text-transform: uppercase; color: var(--blue); text-align: right; letter-spacing: .04em; }
.price-cta { width: 100%; min-height: 74px; border: 0; border-radius: 14px; background: var(--accent); color: var(--ink); display: flex; align-items: center; justify-content: space-between; padding: 0 25px; font-weight: 850; cursor: pointer; }

.process-section { background: #fff; }
.centered-heading { text-align: center; }
.centered-heading h2 { margin-left: auto; margin-right: auto; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; counter-reset: process; }
.process-grid li { min-height: 305px; padding: 26px; border: 1px solid var(--line); border-right: 0; position: relative; }
.process-grid li:first-child { border-radius: 18px 0 0 18px; }
.process-grid li:last-child { border-right: 1px solid var(--line); border-radius: 0 18px 18px 0; }
.process-grid li > span { color: #bac6cb; font-size: 10px; font-weight: 850; }
.process-icon { width: 54px; height: 54px; margin-top: 44px; border-radius: 15px; background: var(--sky); color: var(--blue); display: grid; place-items: center; }
.process-grid h3 { font-size: 20px; margin: 23px 0 8px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.business-cta { background: var(--accent); color: var(--ink); }
.business-inner { min-height: 235px; display: grid; grid-template-columns: auto 1.4fr 1fr auto; align-items: center; gap: 32px; }
.business-badge { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.55); }
.business-inner p { margin: 0 0 6px; text-transform: uppercase; font-size: 11px; letter-spacing: .11em; font-weight: 850; }
.business-inner h2 { margin: 0; font-size: 27px; line-height: 1.22; letter-spacing: -.025em; }
.business-inner ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; font-size: 12px; font-weight: 700; }
.business-inner li { display: flex; align-items: center; gap: 7px; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-intro h2 { margin: 0; font-size: clamp(38px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.faq-intro > p:not(.section-kicker) { color: var(--muted); line-height: 1.7; }
.faq-phone { margin-top: 30px; display: flex; align-items: center; gap: 13px; }
.faq-phone > span { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); }
.faq-phone div { display: flex; flex-direction: column; }
.faq-phone small { color: var(--muted); }
.faq-phone b { font-size: 19px; margin-top: 3px; }
.faq-list details { border-bottom: 1px solid #cfd9dc; }
.faq-list summary { min-height: 78px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 34px; height: 34px; flex: 0 0 auto; border-radius: 50%; background: #fff; display: grid; place-items: center; font-style: normal; font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); background: var(--navy); color: #fff; }
.faq-list details p { color: var(--muted); margin: -6px 50px 24px 0; line-height: 1.7; font-size: 14px; }

.seo-section { background: #fff; border-top: 1px solid var(--line); }
.seo-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.seo-grid h2 { margin: 0; font-size: clamp(36px, 4vw, 50px); line-height: 1.1; letter-spacing: -.04em; }
.seo-copy { columns: 2; column-gap: 35px; }
.seo-copy p { break-inside: avoid; margin: 0 0 20px; color: var(--muted); line-height: 1.8; font-size: 14px; }

.location-section { padding: 84px 0; color: #fff; background: #176783; }
.location-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; align-items: center; }
.location-grid h2 { margin: 0; font-size: 43px; letter-spacing: -.035em; }
.location-grid p:not(.section-kicker) { color: #b9d7df; max-width: 460px; }
.location-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.location-tags span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; color: #dcecef; font-size: 12px; background: rgba(255,255,255,.05); }

.contact-section { padding: 100px 0; color: #fff; background: linear-gradient(120deg, #091c29, #12384c); }
.contact-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 90px; align-items: center; }
.contact-copy h2 { margin: 0; font-size: clamp(43px, 5vw, 64px); line-height: 1.04; letter-spacing: -.045em; max-width: 670px; }
.contact-copy > p:not(.section-kicker) { color: #b6cad2; font-size: 17px; line-height: 1.7; max-width: 620px; }
.contact-phone { display: flex; align-items: center; gap: 14px; color: var(--accent); font-weight: 850; font-size: 29px; margin-top: 30px; }
.contact-hours { display: flex; align-items: center; gap: 8px; color: #9fb7c0; font-size: 12px; margin-top: 12px; }
.contact-form-wrap { background: #fff; color: var(--ink); padding: 32px; border-radius: 21px; box-shadow: 0 28px 60px rgba(0,0,0,.28); }
.contact-form-wrap h3 { font-size: 29px; margin: 0 0 22px; }

.site-footer { color: #a9bbc2; background: #07151f; }
.footer-top { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 35px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.09); }
.brand--footer { color: #fff; }
.brand--footer .brand-name { color: #fff; }
.brand--footer .brand-name strong { color: #63d7e9; }
.brand--footer .brand-copy small { color: #9eb7c3; }
.footer-top > p { max-width: 330px; font-size: 12px; }
.footer-top nav { display: flex; gap: 20px; font-size: 12px; }
.footer-phone { color: #fff; font-weight: 850; white-space: nowrap; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

.legal-page { min-height: 100vh; background: #fff; }
.legal-header { color: #fff; background: var(--navy); }
.legal-header__inner { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.legal-brand { display: inline-flex; align-items: center; }
.legal-phone { font-weight: 800; }
.legal-content { max-width: 860px; padding-top: 65px; padding-bottom: 100px; }
.legal-back { display: inline-block; margin-bottom: 55px; color: var(--blue); font-weight: 750; }
.legal-content h1 { margin: 0; font-size: clamp(42px, 6vw, 66px); line-height: 1; letter-spacing: -.045em; }
.legal-date { color: var(--muted); margin: 18px 0 55px; }
.legal-content section { padding: 27px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 10px; font-size: 21px; }
.legal-content section p { color: var(--muted); line-height: 1.8; margin: 0; }
.legal-content section a { color: var(--blue); font-weight: 750; }

.modal { position: fixed; inset: 0; z-index: 100; background: rgba(5,18,28,.72); backdrop-filter: blur(5px); display: grid; place-items: center; padding: 20px; }
.modal-card { width: min(500px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: #fff; border-radius: 22px; padding: 34px; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.modal-card h2 { margin: 0 45px 7px 0; font-size: 28px; letter-spacing: -.025em; }
.modal-subtitle { color: var(--muted); margin: 0 0 24px; font-size: 14px; }
.modal-close { position: absolute; right: 18px; top: 18px; width: 40px; height: 40px; border: 0; background: var(--sky); border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.mobile-actions { display: none; }

@media (max-width: 1080px) {
  .main-nav { gap: 16px; }
  .header-call { display: none; }
  .hero-inner { gap: 35px; }
  .hero h1 { font-size: 56px; }
  .emergency-inner { grid-template-columns: 1fr auto; }
  .emergency-advice { display: none; }
  .methods-grid { gap: 45px; }
  .business-inner { grid-template-columns: auto 1fr auto; }
  .business-inner ul { display: none; }
  .footer-top { grid-template-columns: auto 1fr auto; }
  .footer-top nav { display: none; }
}

@media (max-width: 850px) {
  .utility-location, .header-cta { display: none; }
  .header-inner { height: 68px; }
  .menu-toggle { display: flex; margin-left: auto; }
  .main-nav { position: absolute; top: 68px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-radius: 0 0 16px 16px; padding: 12px 20px 20px; box-shadow: 0 22px 40px rgba(0,0,0,.16); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero-inner { grid-template-columns: 1fr; padding-top: 55px; gap: 42px; }
  .hero-copy { max-width: 670px; }
  .hero h1 { font-size: clamp(44px, 8vw, 65px); }
  .hero-side { display: grid; grid-template-columns: .75fr 1.25fr; align-items: end; }
  .hero-visual { margin: 0 -30px 0 0; height: 265px; border-radius: 28px 0 0 28px; }
  .hero-form-card { margin-left: -20px; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); padding-bottom: 15px; }
  .hero-facts > div { min-height: 80px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero-facts > div:first-child { padding-left: 23px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .methods-grid, .pricing-grid, .faq-grid, .seo-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .methods-copy { max-width: 680px; }
  .equipment-panel { min-height: 500px; }
  .object-grid { grid-template-columns: 1fr; }
  .object-card { min-height: 330px; }
  .object-card h3 { margin-top: 30px; }
  .pricing-intro { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .process-grid li, .process-grid li:first-child, .process-grid li:last-child { border: 1px solid var(--line); border-radius: 16px; }
  .business-inner { grid-template-columns: auto 1fr; padding: 35px 0; }
  .business-inner .button { grid-column: 2; justify-self: start; }
  .seo-copy { columns: 1; }
  .contact-copy h2 { max-width: 720px; }
  .footer-top { grid-template-columns: auto 1fr; padding: 35px 0; }
  .footer-phone { grid-column: 2; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .utility-inner { justify-content: center; }
  .brand { gap: 8px; }
  .brand-symbol { width: 40px; height: 40px; }
  .brand-name { gap: 1px; font-size: 14px; }
  .brand-name strong { font-size: 14px; }
  .brand-copy small { margin-top: 5px; font-size: 8px; letter-spacing: .1em; }
  .hero-inner { padding: 44px 0 36px; }
  .hero h1 { font-size: 44px; margin-top: 20px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-link { align-self: flex-start; }
  .hero-trust { display: grid; gap: 10px; }
  .hero-side { display: block; }
  .hero-visual { height: 180px; margin: 0 0 -28px; border-radius: 26px 26px 0 0; }
  .pressure-gauge { width: 98px; height: 98px; right: 35px; border-width: 9px; }
  .hero-form-card { margin: 0; padding: 25px 20px; }
  .lead-form--compact { grid-template-columns: 1fr; }
  .lead-form--compact .form-button, .lead-form--compact .form-note, .lead-form--compact .form-error { grid-column: 1; }
  .hero-facts { margin-top: 26px; grid-template-columns: 1fr 1fr; }
  .hero-facts > div { padding: 13px 9px; min-height: 75px; display: block; }
  .hero-facts > div:first-child { padding-left: 9px; }
  .hero-facts b, .hero-facts span { display: block; }
  .hero-facts b { font-size: 16px; }
  .hero-facts span { max-width: none; margin-top: 3px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: 35px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  .emergency-inner { min-height: 180px; grid-template-columns: 1fr; gap: 18px; padding: 28px 0; }
  .emergency-inner .button { width: 100%; }
  .methods-copy h2, .pricing-intro h2, .faq-intro h2 { font-size: 35px; }
  .equipment-panel { min-height: 430px; border-radius: 24px; }
  .equipment-ring { width: 190px; height: 190px; border-width: 18px; }
  .equipment-ring div { width: 100px; height: 100px; }
  .equipment-ring b { font-size: 28px; }
  .equipment-panel::before { inset: 35px; }
  .equipment-panel::after { inset: 80px; }
  .equipment-stat { padding: 10px 12px; }
  .equipment-stat b { font-size: 13px; }
  .equipment-stat span { max-width: 90px; }
  .stat-one { left: 13px; top: 27px; }
  .stat-two { right: 12px; top: 52px; }
  .stat-three { right: 18px; bottom: 105px; }
  .equipment-caption { left: 18px; right: 18px; }
  .object-card { min-height: 355px; padding: 25px; }
  .price-row { grid-template-columns: 38px 1fr; }
  .price-row strong { grid-column: 2; text-align: left; margin-top: -8px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 250px; }
  .process-icon { margin-top: 28px; }
  .business-inner { grid-template-columns: 1fr; }
  .business-inner .button { grid-column: 1; width: 100%; }
  .business-inner h2 { font-size: 24px; }
  .faq-phone b { font-size: 17px; }
  .location-section { padding: 72px 0; }
  .location-grid h2 { font-size: 36px; }
  .contact-section { padding: 76px 0; }
  .contact-copy h2 { font-size: 39px; }
  .contact-phone { font-size: 23px; }
  .contact-form-wrap { padding: 25px 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
  .footer-top > p { margin: 0; }
  .footer-phone { grid-column: 1; }
  .footer-bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 9px; }
  .modal-card { padding: 30px 20px; }
  .modal-card h2 { font-size: 25px; }
  .mobile-actions { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 10px; height: 55px; display: grid; grid-template-columns: .95fr 1.25fr; background: #fff; padding: 5px; border-radius: 15px; box-shadow: 0 12px 38px rgba(0,0,0,.25); }
  .mobile-actions a, .mobile-actions button { border: 0; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 11px; font-weight: 800; font-size: 13px; }
  .mobile-actions a { color: var(--navy); }
  .mobile-actions button { background: var(--accent); color: var(--ink); }
  body { padding-bottom: 70px; }
}

/* Дополнения для автономной HTML/PHP-версии */
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; display: inline-block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon--17 { width: 17px; height: 17px; }
.icon--18 { width: 18px; height: 18px; }
.icon--25 { width: 25px; height: 25px; }
.icon--27 { width: 27px; height: 27px; }
.icon--30 { width: 30px; height: 30px; }
.close-icon { display: none; }
.menu-toggle.is-open .menu-icon { display: none; }
.menu-toggle.is-open .close-icon { display: block; }
body.modal-open { overflow: hidden; }
.modal[hidden] { display: none !important; }
.form-status { display: none; margin: 0; padding: 11px 13px; border-radius: 9px; font-size: 12px; line-height: 1.45; text-align: center; }
.form-status.is-success, .form-status.is-error { display: block; }
.form-status.is-success { color: #176d50; background: #e8f8f1; }
.form-status.is-error { color: #9b3029; background: #fff0ed; }
.form-status a { font-weight: 800; text-decoration: underline; }
.lead-form--compact .form-status { grid-column: 1 / -1; }
.button:disabled { cursor: wait; opacity: .68; transform: none; }
.noscript { position: fixed; z-index: 200; left: 12px; right: 12px; bottom: 12px; padding: 14px 18px; color: #fff; background: #9b3029; border-radius: 10px; text-align: center; }
.noscript a { font-weight: 800; text-decoration: underline; }

@media (max-width: 600px) {
  .lead-form--compact .form-status { grid-column: 1; }
}
