@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("fonts/roboto-mono-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("fonts/roboto-mono-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-manrope: "Manrope";
  --font-roboto-mono: "Roboto Mono";
}

.static-form-message {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-left: 3px solid var(--cyan);
  background: #e9f7fa;
  color: #286875;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.form-consent { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 10px !important; margin: 16px 0 24px !important; cursor: pointer; }
.form-consent input { width: 18px !important; min-width: 18px; height: 18px !important; min-height: 18px !important; margin: 2px 0 0; padding: 0 !important; accent-color: var(--cyan); cursor: pointer; }
.form-consent span { color: #60686c !important; font: 500 14px/1.45 var(--font-manrope), Arial, sans-serif !important; letter-spacing: 0 !important; text-transform: none !important; }
.form-consent a { color: var(--cyan-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.form-consent a:hover { color: var(--cyan); }
.estimate-card .form-consent + .button { margin-top: 0; }
.phone-stack a, .button-small { white-space: nowrap; }

.footer-legal { padding-top: 18px; padding-bottom: 24px; border-top: 1px solid #292d2f; color: #8b9295; font: 500 14px/1.55 var(--font-manrope), Arial, sans-serif; }
.cookie-notice { position: fixed; z-index: 100; right: 20px; bottom: 20px; width: min(500px, calc(100% - 40px)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 18px; border: 1px solid #4a5053; background: rgba(35,38,40,.98); color: #fff; box-shadow: 0 18px 55px rgba(0,0,0,.3); }
.cookie-notice[hidden] { display: none; }
.cookie-notice p { margin: 0; color: #e2e7e9; font-size: 14px; line-height: 1.55; }
.cookie-button { min-height: 44px; padding: 0 17px; white-space: nowrap; font-size: 14px; }

@media (max-width: 760px) {
  .cookie-notice { right: 12px; bottom: 12px; width: calc(100% - 24px); grid-template-columns: 1fr; gap: 14px; }
  .cookie-button { width: 100%; }
}

.button[disabled] {
  cursor: wait;
  opacity: .72;
}

:root {
  --cyan: #009ec5;
  --cyan-dark: #007c9b;
  --graphite: #343434;
  --ink: #202326;
  --muted: #697077;
  --line: #dfe4e7;
  --paper: #f4f7f8;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 14px;
  font-family: var(--font-manrope), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.utility-bar { background: var(--graphite); color: #cdd3d6; font: 500 12px/1 var(--font-roboto-mono), monospace; letter-spacing: .045em; text-transform: uppercase; }
.utility-inner { height: 34px; display: flex; align-items: center; gap: 30px; }
.utility-inner span + span { position: relative; }
.utility-inner span + span::before { content: ""; position: absolute; left: -16px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: #798085; }
.utility-tag { margin-left: auto; color: #76d4eb; }

.site-header { position: sticky; z-index: 30; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(223,228,231,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 32px; }
.logo { position: relative; display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 2px; width: max-content; margin-right: auto; color: var(--graphite); font-size: 25px; font-weight: 800; letter-spacing: -.05em; line-height: .9; }
.logo strong { color: var(--cyan); font: 800 29px/1 var(--font-roboto-mono), monospace; letter-spacing: -.08em; }
.logo small { flex: 0 0 100%; margin-top: 8px; color: #777e82; font: 600 11px/1.15 var(--font-roboto-mono), monospace; letter-spacing: .03em; text-transform: uppercase; }
.nav { display: flex; gap: 27px; color: #454b4f; font-size: 13px; font-weight: 700; }
.nav a { position: relative; padding: 8px 0; }
.nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--cyan); transform: scaleX(0); transition: transform .2s ease; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); }
.header-contacts { display: flex; align-items: center; gap: 20px; }
.phone-stack { display: grid; gap: 3px; text-align: right; font: 700 12px/1.2 var(--font-roboto-mono), monospace; }
.phone-stack a:hover { color: var(--cyan-dark); }
.menu-button { display: none; width: 42px; height: 42px; padding: 11px; border: 0; background: var(--graphite); }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border: 0; border-radius: 2px; background: var(--cyan); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--cyan-dark); transform: translateY(-1px); }
.button span { margin-left: auto; font: 500 20px/1 var(--font-roboto-mono), monospace; }
.button-small { min-height: 40px; padding: 0 18px; font-size: 12px; }
.button-wide { width: 100%; }
.button-dark { background: var(--graphite); }
.button-dark:hover { background: #181a1b; }

.hero { position: relative; min-height: 730px; overflow: hidden; background: #242729; color: #fff; }
.hero-photo { position: absolute; inset: 0 0 0 48%; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.05); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#242729 0%,rgba(36,39,41,.72) 24%,rgba(36,39,41,.2) 72%), linear-gradient(0deg,rgba(13,19,21,.55),transparent 55%); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg,#000,transparent 58%); }
.hero-inner { position: relative; z-index: 2; min-height: 730px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(370px,.8fr); align-items: center; gap: 80px; padding-top: 64px; padding-bottom: 64px; }
.hero-copy { max-width: 680px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 25px; color: #a9ddea; font: 700 12px/1.2 var(--font-roboto-mono), monospace; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { min-width: 34px; height: 27px; display: inline-flex; align-items: center; justify-content: center; background: var(--cyan); color: #fff; font-size: 12px; }
.eyebrow.dark { color: #647077; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px,5.5vw,78px); line-height: .98; letter-spacing: -.055em; font-weight: 700; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 625px; margin: 27px 0 29px; color: #d1d7da; font-size: 16px; line-height: 1.7; }
.hero-points { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.hero-points li { display: flex; gap: 12px; align-items: flex-start; color: #e5e9eb; font-size: 13px; line-height: 1.55; }
.hero-points i { width: 22px; height: 22px; flex: 0 0 22px; display: inline-grid; place-items: center; border: 1px solid rgba(0,158,197,.7); color: #62d4ef; font-style: normal; font-size: 11px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.text-link { color: #fff; border-bottom: 1px solid #788085; padding: 8px 0; font-size: 12px; font-weight: 700; }
.text-link:hover { color: #72d5ed; border-color: var(--cyan); }

.estimate-card { position: relative; width: 100%; max-width: 420px; justify-self: end; padding: 34px; background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.estimate-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--cyan); }
.form-number { margin-bottom: 26px; color: var(--cyan-dark); font: 700 12px/1.2 var(--font-roboto-mono), monospace; letter-spacing: .1em; text-transform: uppercase; }
.estimate-card h2 { margin: 0; max-width: 310px; font-size: 27px; line-height: 1.12; letter-spacing: -.035em; }
.estimate-card > p { margin: 12px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.estimate-card label { display: grid; gap: 7px; margin-top: 14px; }
.estimate-card label > span { color: #555c60; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.estimate-card input, .estimate-card select { width: 100%; height: 52px; padding: 0 14px; border: 1px solid #d4dadd; border-radius: 0; outline: none; background: #fff; color: var(--ink); font-size: 13px; }
.estimate-card input:focus, .estimate-card select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,158,197,.11); }
.estimate-card .button { margin-top: 18px; }
.estimate-card small { display: block; margin-top: 12px; color: #767d81; font-size: 11px; line-height: 1.55; }
.form-success { margin: 14px 0 0 !important; padding: 10px 12px; border-left: 3px solid var(--cyan); background: #e9f7fa; color: #26606d !important; font-size: 11px !important; font-weight: 700; }

.section { padding: 105px 0; }
.categories-section { background: var(--paper); }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(260px,.55fr); align-items: end; gap: 90px; }
.section-heading h2 { max-width: 850px; margin: 0; color: var(--graphite); font-size: clamp(36px,4.3vw,59px); line-height: 1.03; letter-spacing: -.05em; }
.section-heading > p, .split-heading > p { margin: 0 0 3px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.category-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.category-card { position: relative; min-height: 245px; overflow: hidden; background: #dce3e5; }
.category-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .4s ease; }
.category-overlay { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(22,26,28,.93) 0%,rgba(22,26,28,.08) 70%); }
.category-content { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: flex-end; gap: 13px; color: #fff; }
.category-content > span { align-self: flex-start; margin-top: 2px; color: #66d3eb; font: 600 11px/1 var(--font-roboto-mono), monospace; }
.category-content h3 { margin: 0; font-size: 17px; line-height: 1.15; letter-spacing: -.025em; }
.category-content p { max-height: 0; margin: 0; overflow: hidden; opacity: 0; color: #d8dddf; font-size: 12px; line-height: 1.5; transition: .25s ease; }
.category-card:hover img { transform: scale(1.055); }
.category-card:hover .category-content p { max-height: 45px; margin-top: 6px; opacity: 1; }
.category-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 30px; padding: 26px 0; border-top: 1px solid #cfd6d9; border-bottom: 1px solid #cfd6d9; }
.category-cta p { margin: 0; color: #596267; font-size: 14px; }

.messenger-links { display: flex; gap: 5px; }
.messenger-links a { min-width: 34px; height: 34px; display: inline-grid; place-items: center; border: 1px solid #cfd7da; color: var(--cyan-dark); font: 800 11px/1 var(--font-roboto-mono), monospace; }
.messenger-links a:last-child { min-width: 40px; }
.messenger-links a:hover { border-color: var(--cyan); background: #e9f8fb; }

.visit-section { position: relative; overflow: hidden; padding: 88px 0; background: var(--cyan); color: #fff; }
.visit-section::before { content: "70"; position: absolute; right: -20px; bottom: -110px; color: rgba(255,255,255,.075); font: 800 380px/.8 var(--font-roboto-mono), monospace; letter-spacing: -.12em; }
.visit-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.visit-copy h2 { max-width: 580px; margin: 0; font-size: clamp(43px,4.8vw,66px); line-height: 1; letter-spacing: -.055em; }
.visit-copy > p { max-width: 580px; margin: 25px 0 30px; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.75; }
.visit-copy .eyebrow { color: rgba(255,255,255,.8); }
.visit-copy .eyebrow span { background: #fff; color: var(--cyan-dark); }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.check-list li { display: flex; align-items: center; gap: 18px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.28); font-size: 13px; font-weight: 700; }
.check-list span { color: rgba(255,255,255,.72); font: 700 11px/1 var(--font-roboto-mono), monospace; }
.visit-form { position: relative; z-index: 1; padding: 32px; background: #fff; color: var(--ink); box-shadow: 0 28px 70px rgba(0,63,79,.25); }
.visit-form-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.visit-form-head span { font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.visit-form-head b { color: var(--cyan); font: 800 24px/1 var(--font-roboto-mono), monospace; }
.visit-form label, .contact-form label { display: grid; gap: 7px; margin-bottom: 14px; }
.visit-form label span, .contact-form label span { color: #5c6367; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.visit-form input, .contact-form input, .contact-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #d7dcdf; border-radius: 0; outline: 0; color: var(--ink); resize: vertical; }
.visit-form input:focus, .contact-form input:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,158,197,.1); }
.two-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.visit-success, .contact-success { margin: 12px 0 0; padding: 10px 12px; border-left: 3px solid var(--cyan); background: #e9f7fa; color: #286875; font-size: 11px; font-weight: 700; }

.process-section { background: #fff; }
.center-heading { max-width: 840px; margin-right: auto; margin-left: auto; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.step { min-height: 250px; padding: 26px 30px 30px; border: 1px solid var(--line); border-right: 0; }
.step:last-child { border-right: 1px solid var(--line); }
.step-number { color: var(--cyan); font: 800 34px/1 var(--font-roboto-mono), monospace; }
.step-line { width: 42px; height: 2px; margin: 27px 0 42px; background: var(--cyan); }
.step h3 { margin: 0 0 10px; font-size: 17px; letter-spacing: -.025em; }
.step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.center-action { margin-top: 32px; text-align: center; }

.price-section { padding: 110px 0; background: #e9eef0; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.price-image { position: relative; min-height: 560px; background: #fff; }
.price-image > img { width: 100%; height: 560px; object-fit: contain; padding: 35px; mix-blend-mode: multiply; }
.price-stamp { position: absolute; top: 30px; right: -30px; width: 116px; height: 116px; display: grid; place-items: center; align-content: center; background: var(--graphite); color: #fff; box-shadow: 0 15px 40px rgba(0,0,0,.18); }
.price-stamp b { color: #78d8ee; font: 500 40px/1 var(--font-roboto-mono), monospace; }
.price-stamp span { margin-top: 5px; color: #c9d0d3; font-size: 11px; text-transform: uppercase; }
.price-stamp.second { top: auto; right: -74px; bottom: 50px; width: 94px; height: 94px; background: var(--cyan); }
.price-stamp.second b { color: #fff; font-size: 31px; }
.price-stamp.second span { color: #dff8fd; }
.price-copy h2 { margin: 0 0 24px; font-size: clamp(39px,4.1vw,57px); line-height: 1.03; letter-spacing: -.05em; }
.price-copy > p { margin: 0 0 16px; color: #61696d; font-size: 14px; line-height: 1.75; }
.notice { margin: 27px 0; padding: 19px 20px; border-left: 3px solid var(--cyan); background: #fff; color: #525a5e; font-size: 12px; line-height: 1.65; }
.notice b { color: var(--graphite); }
.arrow-link { display: inline-flex; align-items: center; gap: 38px; padding: 11px 0; border-bottom: 2px solid var(--cyan); color: var(--graphite); font-size: 12px; font-weight: 800; }
.arrow-link span { color: var(--cyan); font: 500 20px/1 var(--font-roboto-mono), monospace; }

.benefits-section { position: relative; overflow: hidden; background: var(--graphite); color: #fff; }
.benefits-section::after { content: ""; position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px); background-size: 50px 50px; }
.benefits-section .shell { position: relative; z-index: 1; }
.benefits-heading h2 { color: #fff; }
.benefits-heading .eyebrow { color: #a2ddeb; }
.benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #565a5c; border: 1px solid #565a5c; }
.benefit { min-height: 245px; padding: 30px; background: var(--graphite); transition: background .2s ease; }
.benefit:hover { background: #292b2c; }
.benefit-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 54px; }
.benefit-icon { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid #657176; color: #66d5ed; font: 700 18px/1 var(--font-roboto-mono), monospace; }
.benefit-top small { color: #8a9194; font: 600 11px/1 var(--font-roboto-mono), monospace; }
.benefit h3 { margin: 0 0 10px; font-size: 17px; }
.benefit p { max-width: 300px; margin: 0; color: #aeb4b7; font-size: 12px; line-height: 1.7; }

.garage-section { background: #f5f7f8; }
.garage-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 95px; }
.garage-copy h2 { margin: 0 0 27px; font-size: clamp(42px,4.5vw,62px); line-height: 1.02; letter-spacing: -.052em; }
.garage-copy > p { color: var(--muted); font-size: 14px; line-height: 1.78; }
.garage-note { margin-top: 25px; padding: 20px; border-left: 3px solid var(--cyan); background: #fff; color: #3d4447 !important; font-weight: 700; }
.garage-collage { position: relative; min-height: 610px; }
.garage-collage img { position: absolute; object-fit: cover; box-shadow: 0 18px 55px rgba(41,50,54,.13); }
.collage-main { top: 20px; right: 0; width: 77%; height: 370px; }
.collage-small.first { bottom: 35px; left: 0; width: 49%; height: 270px; }
.collage-small.second { right: 4%; bottom: 0; width: 39%; height: 190px; background: #fff; object-fit: contain !important; padding: 12px; }
.collage-label { position: absolute; top: 330px; left: 27%; z-index: 2; padding: 18px 21px; background: var(--cyan); color: #fff; font: 500 11px/1.5 var(--font-roboto-mono), monospace; text-transform: uppercase; box-shadow: 0 14px 30px rgba(0,125,156,.2); }

.faq-section { background: #fff; border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 110px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { margin: 0 0 20px; font-size: clamp(45px,5vw,68px); line-height: 1; letter-spacing: -.055em; }
.faq-intro > p { max-width: 310px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-list { border-top: 1px solid #bdc6c9; }
.faq-list details { border-bottom: 1px solid #bdc6c9; }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border: 1px solid #cbd2d5; color: var(--cyan); font: 400 20px/1 var(--font-roboto-mono), monospace; font-style: normal; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); background: var(--cyan); border-color: var(--cyan); color: #fff; }
.faq-list details p { max-width: 670px; margin: -6px 55px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.72; }

.contacts-section { padding: 100px 0 0; overflow: hidden; background: #272a2c; color: #fff; }
.contacts-heading { display: grid; grid-template-columns: .45fr 1.55fr; align-items: start; gap: 90px; margin-bottom: 50px; }
.contacts-heading h2 { max-width: 850px; margin: 0; font-size: clamp(43px,4.7vw,64px); line-height: 1.02; letter-spacing: -.055em; }
.contacts-grid { display: grid; grid-template-columns: .72fr .85fr 1.25fr; align-items: stretch; }
.contact-info { padding: 30px 32px 30px 0; border-top: 1px solid #555b5e; }
.contact-row { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid #454a4d; }
.contact-row > span { color: #9aa2a5; font: 600 11px/1.4 var(--font-roboto-mono), monospace; letter-spacing: .06em; text-transform: uppercase; }
.contact-row b { font-size: 12px; line-height: 1.7; }
.contact-row a:hover { color: #68d4ec; }
.contact-form { padding: 32px; background: #fff; color: var(--ink); }
.contact-form h3 { margin: 0 0 23px; font-size: 22px; letter-spacing: -.03em; }
.contact-form small { display: block; margin-top: 10px; color: #727a7e; font-size: 11px; line-height: 1.55; }
.map-wrap { position: relative; min-height: 570px; overflow: hidden; background: #dce3e5; }
.map-wrap iframe { width: 100%; height: 570px; display: block; border: 0; }
/* Панель масштаба и кнопка маршрута поверх карты. */
.map-zoom { position: absolute; z-index: 3; top: 20px; right: 20px; display: grid; background: #fff; box-shadow: 0 10px 26px rgba(0,60,80,.2); }
.map-zoom button { display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-bottom: 1px solid #e2e8ea; background: #fff; color: #1d2426; font: 500 21px/1 var(--font-roboto-mono), monospace; cursor: pointer; }
.map-zoom button:last-child { border-bottom: 0; }
.map-zoom button:hover { background: #eef5f7; color: var(--cyan-dark); }
.map-route { position: absolute; z-index: 3; top: 20px; left: 20px; padding: 12px 16px; background: var(--cyan); color: #fff; font: 700 13px/1 var(--font-roboto-mono), monospace; box-shadow: 0 10px 26px rgba(0,80,100,.28); }
.map-route:hover { background: var(--cyan-dark); color: #fff; }
.map-canvas { width: 100%; height: 570px; }
.map-canvas iframe { display: block; width: 100%; height: 100%; border: 0; }
/* Подпись в углу — запасной режим, когда интерактивная карта недоступна. */
.map-marker { position: absolute; z-index: 3; top: 20px; left: 20px; display: flex; align-items: center; gap: 11px; max-width: min(360px, calc(100% - 32px)); padding: 11px 15px 12px 11px; background: var(--cyan); color: #fff; box-shadow: 0 14px 34px rgba(0,80,100,.35); }
/* Метка на живой карте: кончик стоит ровно на координате при любом зуме. */
.map-marker[data-ymap-marker] { position: relative; top: auto; left: auto; width: min(360px, 82vw); max-width: none; pointer-events: auto; transform: translate(-50%, calc(-100% - 14px)); }
.map-marker[data-ymap-marker]::after { content: ""; position: absolute; top: 100%; left: 50%; width: 20px; height: 20px; background: var(--cyan); transform: translate(-50%,-50%) rotate(45deg); box-shadow: 8px 8px 15px rgba(0,80,100,.12); }
.map-marker-logo { position: relative; z-index: 1; width: 39px; height: 39px; flex: 0 0 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); color: #fff; font: 800 17px/1 var(--font-roboto-mono), monospace; }
.map-marker > span:last-child { position: relative; z-index: 1; display: grid; gap: 2px; font-size: 14px; line-height: 1.35; white-space: nowrap; }
.map-marker b { color: #fff; font-size: 14px; }
.map-marker:hover { background: var(--cyan-dark); color: #fff; }
.map-marker[data-ymap-marker]:hover::after { background: var(--cyan-dark); }

.footer { background: #191b1c; color: #fff; }
.footer-top { min-height: 180px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 50px; }
.footer-logo { color: #fff; justify-self: start; }
.footer-logo small { color: #727a7e; }
.footer-top > p { margin: 0; color: #8d9598; font-size: 12px; line-height: 1.7; }
.footer-contacts { display: grid; gap: 7px; justify-self: end; text-align: right; font: 700 12px/1.35 var(--font-roboto-mono), monospace; }
.footer-contacts a:hover { color: #60d1e9; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #333738; color: #8b9295; font: 500 11px/1.5 var(--font-roboto-mono), monospace; letter-spacing: .035em; text-transform: uppercase; }
.footer-bottom a:hover { color: #fff; }

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

@media (max-width: 1100px) {
  .nav { display: none; }
  .hero-inner { gap: 40px; }
  .hero h1 { font-size: 58px; }
  .category-grid { grid-template-columns: repeat(3,1fr); }
  .visit-grid, .price-grid, .garage-grid { gap: 55px; }
  .contacts-grid { grid-template-columns: .8fr 1fr; }
  .map-wrap { grid-column: 1/3; min-height: 420px; }
  .map-wrap iframe { height: 420px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 600px); }
  .utility-bar { display: none; }
  .header-inner { min-height: 70px; }
  .logo { font-size: 22px; }
  .logo strong { font-size: 26px; }
  .header-contacts { display: none; }
  .menu-button { display: block; }
  .nav { position: absolute; top: 70px; right: 0; left: 0; display: none; padding: 18px 16px 22px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 20px 30px rgba(0,0,0,.1); }
  .nav-open { display: grid; gap: 4px; }
  .nav a { padding: 12px 16px; background: var(--paper); }
  .hero { min-height: auto; }
  .hero-photo { inset: 0; opacity: .35; }
  .hero-photo::after { background: rgba(28,31,33,.74); }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding-top: 70px; padding-bottom: 48px; }
  .hero h1 { font-size: clamp(42px,13vw,58px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-link { text-align: center; }
  .estimate-card { max-width: none; padding: 26px 22px; }
  .section { padding: 72px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: 38px; }
  .category-grid { grid-template-columns: repeat(2,1fr); gap: 6px; }
  .category-card { min-height: 205px; }
  .category-content { right: 12px; bottom: 14px; left: 12px; gap: 8px; }
  .category-content h3 { font-size: 14px; }
  .category-content p { display: none; }
  .category-cta { align-items: stretch; flex-direction: column; }
  .visit-section { padding: 70px 0; }
  .visit-grid, .price-grid, .garage-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .visit-copy h2, .price-copy h2, .garage-copy h2 { font-size: 40px; }
  .two-inputs { grid-template-columns: 1fr; gap: 0; }
  .visit-form { padding: 25px 20px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: 1px solid var(--line); }
  .step:nth-child(3) { border-top: 0; }
  .step:nth-child(4) { border-top: 0; border-right: 1px solid var(--line); }
  .price-section { padding: 72px 0; }
  .price-image { min-height: 420px; margin-right: 25px; }
  .price-image > img { height: 420px; padding: 20px; }
  .price-stamp { right: -25px; }
  .price-stamp.second { right: -25px; bottom: 25px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .benefit { min-height: 225px; padding: 24px 20px; }
  .benefit-top { margin-bottom: 38px; }
  .garage-collage { min-height: 540px; }
  .faq-intro { position: static; }
  .faq-list summary { min-height: 70px; font-size: 13px; }
  .contacts-section { padding-top: 72px; }
  .contacts-heading { grid-template-columns: 1fr; gap: 15px; }
  .contacts-heading h2 { font-size: 41px; }
  .contacts-grid { grid-template-columns: 1fr; }
  .contact-info { padding-right: 0; }
  .map-wrap { grid-column: auto; min-height: 390px; }
  .map-wrap iframe { height: 390px; }
  .map-marker { top: 48%; padding-right: 12px; }
  .map-marker > span:last-child { white-space: normal; }
  .map-zoom { top: 12px; right: 12px; }
  .map-route { top: 12px; left: 12px; padding: 10px 13px; font-size: 12px; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; padding-top: 40px; padding-bottom: 40px; }
  .footer-contacts { justify-self: start; text-align: left; }
  .footer-bottom { min-height: auto; align-items: flex-start; flex-direction: column; padding-top: 20px; padding-bottom: 20px; }
}

@media (max-width: 390px) {
  .category-card { min-height: 180px; }
  .category-content h3 { font-size: 13px; }
  .steps-grid, .benefits-grid { grid-template-columns: 1fr; }
  .step { border-right: 1px solid var(--line); border-bottom: 0; }
  .step:last-child { border-bottom: 1px solid var(--line); }
}

/* Accessibility baseline: no site text is rendered below 14px. */
.utility-bar,
.logo small,
.nav,
.phone-stack,
.button,
.button-small,
.eyebrow,
.eyebrow span,
.hero-points li,
.hero-points i,
.text-link,
.form-number,
.estimate-card > p,
.estimate-card label > span,
.estimate-card input,
.estimate-card select,
.estimate-card small,
.form-success,
.category-content > span,
.category-content p,
.messenger-links a,
.check-list li,
.check-list span,
.visit-form label span,
.contact-form label span,
.visit-success,
.contact-success,
.step p,
.price-stamp span,
.notice,
.arrow-link,
.benefit-top small,
.benefit p,
.collage-label,
.faq-intro > p,
.faq-list summary,
.faq-list details p,
.contact-row > span,
.contact-row b,
.contact-form small,
.map-marker > span:last-child,
.map-marker b,
.footer-top > p,
.footer-contacts,
.footer-bottom,
.category-content h3 {
  font-size: 14px;
}

.form-success { font-size: 14px !important; }

/* --- Знак разработчика в подвале ------------------------------------------
   Стоит слева в уже существующей нижней строке — отдельной строки не заводит.
   Знак перекрашен под палитру сайта (бирюзовый и светлый). */
.dev-credit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c3cacd;
  text-decoration: none;
}
.dev-credit img { flex: 0 0 auto; display: block; width: auto; height: 32px; }
.dev-credit span { font-size: 14px; font-weight: 600; line-height: 1.15; white-space: nowrap;
  /* Выключка своя: подпись стоит в чужой строке подвала и иначе
     наследует её выравнивание — у «Полесья» так уезжала вправо. */
  text-align: left; }
.dev-credit:hover { color: var(--cyan); text-decoration: none; }

/* Нижняя строка подвала: знак разработчика слева, оговорка следом. */
/* Знак разработчика слева, оговорка — в правой части строки по правому краю. */
.footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 22px; text-align: right; }

/* Подпись под логотипом в подвале не помещалась в 390px и давала странице
   горизонтальную прокрутку: у .logo стоит width: max-content, поэтому строка
   не переносилась. Кегль здесь не уменьшить — в теме есть нижняя граница 14px,
   поэтому просто разрешаем перенос. */
@media (max-width: 430px) {
  .footer-logo { width: auto; }
}
