:root {
  --ink: #122033;
  --ink-2: #263a51;
  --muted: #65768a;
  --navy: #0f3157;
  --navy-2: #174a7f;
  --navy-3: #0a2038;
  --blue-soft: #eaf3fc;
  --blue-pale: #f4f8fc;
  --white: #ffffff;
  --line: #dce5ef;
  --line-dark: rgba(255,255,255,.12);
  --green-bg: #e9f6ee;
  --green: #245c39;
  --red-bg: #fff0f0;
  --red: #973838;
  --shadow-sm: 0 10px 24px rgba(20,48,78,.07);
  --shadow-md: 0 20px 50px rgba(20,48,78,.11);
  --radius: 22px;
  --radius-sm: 15px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.modal-open,
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
::selection { background: #cfe6fb; color: #0a2038; }

.container { width: min(calc(100% - 36px), var(--container)); margin: 0 auto; }
.section { padding: 92px 0; }
.section--soft { background: var(--blue-pale); }
.section--ink { background: var(--navy-3); color: #eef6ff; }
.section--seo { background: #fff; }

.skip-link {
  position: fixed;
  top: 10px;
  left: -999px;
  z-index: 1000;
  background: #fff;
  color: var(--navy);
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: var(--shadow-md);
}
.skip-link:focus { left: 10px; }

.topbar { background: #091c31; color: #c5d7e9; font-size: 13px; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar__note { letter-spacing: .01em; }
.topbar__contacts { display: flex; align-items: center; gap: 22px; }
.topbar__contacts a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; }
.topbar__contacts svg { width: 17px; height: 17px; color: #8db8df; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(15,49,87,.09);
  backdrop-filter: blur(18px);
}
.header__inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 186px; }
.brand img { width: 48px; height: 48px; flex: 0 0 auto; }
.brand span { display: block; }
.brand strong { display: block; color: var(--navy); font-size: 22px; line-height: 1.05; letter-spacing: -.02em; }
.brand small { display: block; color: var(--muted); font-size: 11px; margin-top: 4px; letter-spacing: .04em; text-transform: uppercase; }
.nav { display: flex; align-items: center; justify-content: center; gap: 21px; }
.nav a { color: #33475e; font-weight: 700; font-size: 14px; white-space: nowrap; transition: color .2s ease; }
.nav a:hover { color: var(--navy-2); }
.header__actions { display: flex; align-items: center; gap: 14px; }
.header__phone { font-weight: 800; color: var(--navy); white-space: nowrap; font-size: 15px; }
.menu-btn { display: none; border: 0; background: transparent; color: var(--navy); padding: 10px; }

.btn {
  min-height: 50px;
  border-radius: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.15;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--small { min-height: 42px; padding-inline: 16px; font-size: 13px; background: var(--navy); color: #fff; }
.btn--large { min-height: 58px; padding-inline: 28px; font-size: 15px; }
.btn--primary { background: var(--navy); color: #fff; box-shadow: 0 12px 24px rgba(15,49,87,.16); }
.btn--primary:hover { background: #0a2949; }
.btn--glass { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(7,28,49,.35); backdrop-filter: blur(8px); }
.btn--glass:hover { background: rgba(7,28,49,.52); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: #edf5fd; }
.btn--outline { background: #fff; color: var(--navy); border-color: #b9c9d9; }
.btn--outline:hover { border-color: var(--navy-2); }
.btn--wide { width: 100%; min-height: 54px; }
.btn svg { width: 19px; height: 19px; }

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #0b213a;
}
.hero__media,
.hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__media img { object-position: center center; }
.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,22,39,.94) 0%, rgba(6,22,39,.88) 32%, rgba(6,22,39,.58) 54%, rgba(6,22,39,.17) 75%, rgba(6,22,39,.07) 100%),
    linear-gradient(180deg, rgba(6,22,39,.05), rgba(6,22,39,.20));
}
.hero__inner { position: relative; z-index: 2; display: flex; align-items: center; width: min(calc(100% - 36px), var(--container)); max-width: var(--container); margin: 0 auto; padding: 76px 0 86px; }
.hero__content { width: min(100%, 690px); color: #fff; }
.breadcrumb { display: flex; align-items: center; gap: 8px; color: #b8cce0; font-size: 12px; margin-bottom: 22px; }
.breadcrumb svg { width: 14px; height: 14px; transform: rotate(-90deg); }
.breadcrumb b { color: #fff; font-weight: 700; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #cce1f5;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.eyebrow > span { width: 24px; height: 1px; background: #7fb8e9; }
.eyebrow--dark { color: var(--navy-2); }
.hero h1 {
  margin: 16px 0 18px;
  font-size: clamp(45px, 5.6vw, 72px);
  line-height: 1.03;
  letter-spacing: -.045em;
  max-width: 680px;
}
.hero__lead { margin: 0; max-width: 650px; color: #e6f0fa; font-size: 18px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__facts { list-style: none; padding: 0; margin: 36px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hero__facts li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.18); }
.hero__facts svg { width: 25px; height: 25px; color: #8fc6f1; flex: 0 0 auto; margin-top: 2px; }
.hero__facts b { display: block; color: #fff; font-size: 14px; line-height: 1.25; }
.hero__facts small { display: block; color: #bfcfe0; font-size: 11px; line-height: 1.45; margin-top: 4px; }

.decision-strip { position: relative; z-index: 5; margin-top: -34px; }
.decision-strip__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  border-radius: var(--radius);
  overflow: hidden;
}
.decision-strip__grid a { display: flex; gap: 13px; align-items: center; min-height: 96px; padding: 20px; border-right: 1px solid var(--line); transition: background .2s ease; }
.decision-strip__grid a:last-child { border-right: 0; }
.decision-strip__grid a:hover { background: #f5f9fd; }
.decision-strip__grid svg { color: var(--navy-2); width: 26px; height: 26px; flex: 0 0 auto; }
.decision-strip__grid b { display: block; font-size: 14px; color: var(--ink); }
.decision-strip__grid small { display: block; font-size: 11px; color: var(--muted); margin-top: 4px; }

.section-head { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.section-head--split { max-width: none; display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: end; text-align: left; }
.section-head h2,
.diagnostic-copy h2,
.process-intro h2,
.catalog-copy h2,
.cost-copy h2,
.about-brand h2,
.seo-intro h2,
.faq-intro h2,
.contact-card h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.13;
  letter-spacing: -.035em;
}
.section-head p { color: var(--muted); margin: 16px 0 0; }
.section-head--split p { margin: 0; }
.lead { color: var(--ink-2); font-size: 18px; line-height: 1.75; }

.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust-card { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 26px; background: #fff; }
.trust-card__icon { width: 52px; height: 52px; border-radius: 14px; background: var(--blue-soft); color: var(--navy-2); display: inline-flex; align-items: center; justify-content: center; }
.trust-card__icon svg { width: 25px; height: 25px; }
.trust-card h3 { margin: 20px 0 10px; font-size: 20px; line-height: 1.25; }
.trust-card p { margin: 0; color: var(--muted); font-size: 14px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 300px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; padding: 28px; display: flex; flex-direction: column; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-3px); border-color: #b5c8da; box-shadow: var(--shadow-sm); }
.service-card__icon { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; background: #e7f1fb; color: var(--navy-2); border-radius: 15px; }
.service-card__icon svg { width: 26px; height: 26px; }
.service-card h3 { margin: 25px 0 10px; font-size: 23px; line-height: 1.22; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 24px; font-weight: 800; font-size: 13px; color: var(--navy-2); }
.service-card__link svg { width: 17px; height: 17px; }
.service-card--more { background: var(--navy); color: #fff; border-color: var(--navy); }
.service-card--more h3 { color: #fff; }
.service-card--more p { color: #d1e0ef; }
.service-card--more .service-card__icon { background: rgba(255,255,255,.10); color: #fff; }
.service-card--more .service-card__link { color: #fff; }

.diagnostic-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 58px; align-items: center; }
.diagnostic-photo { position: relative; }
.diagnostic-photo picture { display: block; width: 100%; aspect-ratio: 7 / 5; overflow: hidden; padding: 10px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-sm); }
.diagnostic-photo img { display: block; width: 100%; height: 100% !important; max-height: none; aspect-ratio: 7 / 5; object-fit: cover; object-position: center; border-radius: 19px; }
.photo-note { position: absolute; left: 28px; right: 28px; bottom: 28px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: rgba(7,28,49,.90); color: #fff; border-radius: 14px; backdrop-filter: blur(8px); }
.photo-note svg { color: #8fc6f1; flex: 0 0 auto; }
.photo-note small { display: block; color: #adc5dc; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.photo-note b { display: block; font-size: 14px; margin-top: 2px; }
.diagnostic-copy h2 { max-width: 620px; }
.diagnostic-copy > p { color: var(--muted); }
.diagnostic-list { display: grid; gap: 0; margin-top: 24px; border-top: 1px solid var(--line); }
.diagnostic-list article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.diagnostic-list article > span { color: var(--navy-2); font-weight: 800; font-size: 13px; padding-top: 4px; }
.diagnostic-list h3 { margin: 0 0 5px; font-size: 18px; }
.diagnostic-list p { margin: 0; color: var(--muted); font-size: 14px; }
.diagnostic-actions { display: flex; align-items: center; gap: 22px; margin-top: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--navy-2); font-size: 14px; }
.text-link svg { width: 17px; height: 17px; }

.process-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 68px; align-items: start; }
.process-intro { position: sticky; top: 122px; }
.process-intro h2 { color: #fff; }
.process-intro p { color: #c7d6e5; margin: 18px 0 28px; }
.process-steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line-dark); }
.process-steps li { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line-dark); }
.process-steps > li > span { color: #77b3e9; font-weight: 800; font-size: 13px; letter-spacing: .06em; }
.process-steps h3 { margin: 0 0 7px; color: #fff; font-size: 20px; }
.process-steps p { margin: 0; color: #b9cada; font-size: 14px; max-width: 680px; }

.catalog-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 54px; align-items: stretch; }
.catalog-copy > p { color: var(--muted); }
.route-cards { display: grid; gap: 10px; margin-top: 26px; }
.route-cards > a { display: grid; grid-template-columns: 52px 1fr 22px; gap: 14px; align-items: center; padding: 15px 16px; border: 1px solid var(--line); border-radius: 14px; transition: border-color .2s ease, background .2s ease; }
.route-cards > a:hover { border-color: #b9c9d9; background: #f7fafd; }
.route-cards > a > span { width: 46px; height: 46px; border-radius: 12px; background: var(--blue-soft); color: var(--navy-2); display: inline-flex; align-items: center; justify-content: center; }
.route-cards b { display: block; font-size: 15px; }
.route-cards small { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }
.route-arrow { width: 18px; height: 18px; color: var(--navy-2); }
.brand-panel { background: var(--navy); color: #fff; border-radius: 24px; padding: 34px; display: flex; flex-direction: column; }
.brand-panel__label { color: #a9c6e1; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .10em; }
.brand-panel__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 24px 0 28px; }
.brand-panel__grid a { min-height: 54px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 10px; font-size: 12px; font-weight: 800; letter-spacing: .04em; color: #f3f8fd; transition: background .2s ease; }
.brand-panel__grid a:hover { background: rgba(255,255,255,.08); }
.text-link--light { color: #fff; margin-top: auto; }

.cost-layout { display: grid; grid-template-columns: 1fr .93fr; gap: 56px; align-items: center; }
.cost-copy p { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 11px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: #344b62; }
.check-list svg { width: 20px; height: 20px; color: var(--navy-2); flex: 0 0 auto; margin-top: 2px; }
.cost-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.text-btn { border: 0; background: transparent; padding: 0; display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--navy-2); }
.text-btn svg { width: 17px; height: 17px; }
.cost-photo { position: relative; }
.cost-photo picture { display: block; width: 100%; aspect-ratio: 7 / 5; overflow: hidden; padding: 10px; background: #fff; border-radius: 25px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.cost-photo img { display: block; width: 100%; height: 100% !important; max-height: none; aspect-ratio: 7 / 5; object-fit: cover; object-position: center; border-radius: 18px; }
.cost-photo__caption { display: flex; gap: 10px; align-items: flex-start; margin: 14px 12px 0; color: var(--muted); font-size: 12px; }
.cost-photo__caption svg { width: 18px; height: 18px; color: var(--navy-2); flex: 0 0 auto; }

.about-layout { display: grid; grid-template-columns: 1.03fr .97fr; gap: 28px; }
.about-brand { min-height: 360px; background: linear-gradient(135deg, #0b233e, #133f6c); color: #fff; border-radius: 24px; padding: 38px; display: flex; flex-direction: column; justify-content: space-between; }
.about-brand img { width: 82px; height: 82px; }
.about-brand__label { display: block; color: #a9c8e4; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.about-brand h2 { color: #fff; font-size: clamp(29px, 3.2vw, 40px); max-width: 650px; }
.about-copy { border: 1px solid var(--line); border-radius: 24px; padding: 38px; display: flex; flex-direction: column; justify-content: center; }
.about-copy p { color: var(--muted); margin: 0 0 18px; }
.about-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; }
.about-links a { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-2); font-weight: 800; font-size: 13px; }
.about-links svg { width: 17px; height: 17px; }

.cta-band { background: #123a65; color: #fff; padding: 48px 0; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.cta-band span { color: #a9c8e4; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.cta-band h2 { margin: 6px 0 6px; font-size: clamp(29px, 3.4vw, 42px); line-height: 1.15; }
.cta-band p { margin: 0; color: #c9daea; }
.cta-band__actions { display: flex; align-items: center; gap: 20px; flex: 0 0 auto; }
.cta-phone { display: block; color: #fff; }
.cta-phone small { display: block; color: #9fbad3; font-size: 10px; }
.cta-phone b { display: block; font-size: 19px; margin-top: 2px; }

.seo-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 58px; align-items: start; }
.seo-intro { position: sticky; top: 120px; }
.seo-intro p { color: var(--muted); }
.seo-columns { columns: 2; column-gap: 32px; }
.seo-columns p { break-inside: avoid; color: #40566d; margin: 0 0 20px; }
.seo-columns strong { color: var(--ink); }
.seo-columns a { color: var(--navy-2); font-weight: 800; }

.faq-section { background: #f5f8fc; }
.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 58px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p { color: var(--muted); }
.faq-intro .text-link { margin-top: 18px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 20px; }
.faq-list summary { list-style: none; cursor: pointer; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 800; font-size: 15px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 18px; height: 18px; color: var(--navy-2); flex: 0 0 auto; transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list details > div { color: var(--muted); padding: 0 32px 20px 0; font-size: 14px; }
.faq-list details a { color: var(--navy-2); font-weight: 800; }

.contact-section { background: #0b233e; color: #fff; padding: 80px 0; }
.contact-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 22px; }
.contact-card { padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.04); }
.contact-card h2 { color: #fff; }
.contact-card > p { color: #bbcede; max-width: 650px; }
.contact-lines { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
.contact-lines > a,
.contact-lines > div { min-height: 96px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; padding: 16px; display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.035); }
.contact-lines svg { color: #86b9e6; width: 23px; height: 23px; flex: 0 0 auto; }
.contact-lines small { display: block; color: #93aac1; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.contact-lines b { display: block; color: #fff; font-size: 14px; margin-top: 4px; word-break: break-word; }
.contact-action { border-radius: 22px; padding: 34px; background: #fff; color: var(--ink); display: flex; flex-direction: column; justify-content: center; }
.contact-action__mark { width: 58px; height: 58px; border-radius: 16px; background: var(--blue-soft); color: var(--navy-2); display: inline-flex; align-items: center; justify-content: center; }
.contact-action__mark svg { width: 27px; height: 27px; }
.contact-action h3 { margin: 22px 0 10px; font-size: 30px; line-height: 1.15; }
.contact-action p { margin: 0 0 24px; color: var(--muted); }
.contact-action .btn--light { background: var(--navy); color: #fff; align-self: flex-start; }

.footer { background: #071829; color: #aabed1; padding: 58px 0 26px; }
.footer__grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.10); }
.brand--footer strong { color: #fff; }
.brand--footer small { color: #9bb1c7; }
.footer__brand p { max-width: 340px; font-size: 13px; }
.footer h3 { color: #fff; margin: 0 0 14px; font-size: 14px; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer__grid a { font-size: 13px; transition: color .2s ease; }
.footer__grid a:hover { color: #fff; }
.footer__contact { color: #fff; font-weight: 800; }
.footer__btn { border: 0; background: transparent; color: #86b9e6; font-weight: 800; padding: 5px 0; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; font-size: 11px; }
.footer__bottom div { display: flex; flex-wrap: wrap; gap: 18px; }

.mobile-menu { position: fixed; inset: 0; z-index: 70; background: rgba(4,14,25,.52); visibility: hidden; opacity: 0; transition: .22s ease; }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu__panel { position: absolute; top: 0; right: 0; width: min(86vw, 390px); height: 100%; background: #fff; padding: 22px; transform: translateX(100%); transition: .25s ease; display: flex; flex-direction: column; gap: 0; overflow: auto; }
.mobile-menu.is-open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; font-weight: 800; color: var(--navy); }
.menu-close { border: 0; background: #eef4fa; color: var(--navy); width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.mobile-menu__panel > a:not(.mobile-menu__phone) { padding: 14px 2px; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobile-menu__phone { margin: 22px 0 14px; font-weight: 800; color: var(--navy); font-size: 20px; }

.to-top { position: fixed; right: 20px; bottom: 24px; z-index: 48; width: 50px; height: 50px; border: 0; border-radius: 14px; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .22s ease; }
.to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top svg { transform: rotate(180deg); }
.mobile-sticky { display: none; }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px; visibility: hidden; opacity: 0; transition: .2s ease; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(4,14,25,.69); backdrop-filter: blur(4px); }
.modal__panel { position: relative; width: min(100%, 610px); max-height: min(92vh, 880px); overflow: auto; background: #fff; border-radius: 24px; box-shadow: 0 30px 80px rgba(4,14,25,.34); padding: 34px; }
.modal__close { position: absolute; right: 16px; top: 16px; width: 42px; height: 42px; border: 0; border-radius: 12px; background: #eef4fa; color: var(--navy); display: flex; align-items: center; justify-content: center; }
.modal__icon { width: 56px; height: 56px; border-radius: 15px; background: var(--blue-soft); color: var(--navy-2); display: flex; align-items: center; justify-content: center; }
.modal__icon svg { width: 27px; height: 27px; }
.modal__kicker { display: block; color: var(--navy-2); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-top: 20px; }
.modal h2 { margin: 7px 44px 10px 0; font-size: clamp(29px, 5vw, 38px); line-height: 1.12; letter-spacing: -.03em; }
.modal__form-view > p { color: var(--muted); margin: 0 0 22px; }
#leadForm { display: grid; gap: 14px; }
#leadForm label > span { display: block; font-size: 12px; font-weight: 800; color: #3c5268; margin-bottom: 6px; }
#leadForm input,
#leadForm textarea { width: 100%; border: 1px solid #cdd9e4; background: #fbfdff; color: var(--ink); border-radius: 11px; padding: 14px 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
#leadForm input:focus,
#leadForm textarea:focus { border-color: #7aa9d2; box-shadow: 0 0 0 3px rgba(23,74,127,.09); }
#leadForm textarea { resize: vertical; min-height: 116px; }
.form-note { color: var(--muted); font-size: 10px; line-height: 1.5; }
.form-note a { color: var(--navy-2); text-decoration: underline; text-underline-offset: 2px; }
.form-error { color: var(--red); background: var(--red-bg); border-radius: 10px; padding: 0; font-size: 12px; font-weight: 700; }
.form-error:not(:empty) { padding: 12px 14px; }
.hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.spinner { display: none; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
#leadForm.is-loading .spinner { display: inline-block; }
#leadForm.is-loading button[type="submit"] { opacity: .78; }
@keyframes spin { to { transform: rotate(360deg); } }
.modal__result { display: none; text-align: center; padding: 30px 4px 8px; }
.modal__result.is-visible { display: block; }
.result-icon { margin: 0 auto 18px; width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--green-bg); color: var(--green); }
.result-icon svg { width: 31px; height: 31px; }
.modal__result h2 { margin-right: 0; }
.modal__result p { color: var(--muted); }

@media (max-width: 1180px) {
  .nav { gap: 14px; }
  .nav a { font-size: 12px; }
  .header__phone { display: none; }
  .decision-strip__grid { grid-template-columns: repeat(3, 1fr); }
  .decision-strip__grid a:nth-child(3) { border-right: 0; }
  .decision-strip__grid a:nth-child(n+4) { border-top: 1px solid var(--line); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-lines { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .header__inner { grid-template-columns: auto auto; justify-content: space-between; }
  .nav, .header__actions { display: none; }
  .menu-btn { display: flex; align-items: center; justify-content: center; justify-self: end; }
  .hero { min-height: 700px; }
  .hero__shade { background: linear-gradient(90deg, rgba(6,22,39,.93) 0%, rgba(6,22,39,.82) 55%, rgba(6,22,39,.50) 100%); }
  .hero__content { width: min(100%, 650px); }
  .hero__facts { grid-template-columns: 1fr; max-width: 520px; }
  .hero__facts li { padding: 10px 0; }
  .section-head--split,
  .diagnostic-grid,
  .catalog-layout,
  .cost-layout,
  .about-layout,
  .contact-layout { grid-template-columns: 1fr; }
  .process-grid,
  .seo-layout,
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .process-intro,
  .seo-intro,
  .faq-intro { position: static; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .diagnostic-photo { max-width: 760px; }
  .brand-panel { min-height: 430px; }
  .seo-columns { columns: 1; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2 / 4; }
  .contact-action .btn--light { background: var(--navy); color: #fff; }
}

@media (max-width: 720px) {
  body { font-size: 15px; padding-bottom: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .topbar__note { display: none; }
  .topbar__inner { min-height: 34px; justify-content: flex-end; }
  .topbar__contacts { width: 100%; justify-content: space-between; gap: 10px; }
  .topbar__contacts a { font-size: 11px; }
  .topbar__contacts a:first-child { display: none; }
  .header__inner { min-height: 70px; }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: 19px; }
  .brand small { font-size: 9px; }
  .hero { min-height: 780px; }
  .hero__media img { object-position: center center; }
  .hero__shade { background: linear-gradient(180deg, rgba(6,22,39,.78) 0%, rgba(6,22,39,.82) 45%, rgba(6,22,39,.93) 100%); }
  .hero__inner { align-items: flex-end; width: min(calc(100% - 28px), var(--container)); padding: 70px 0 54px; }
  .breadcrumb { margin-bottom: 13px; }
  .hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__facts { margin-top: 24px; }
  .decision-strip { margin-top: 0; background: #fff; }
  .decision-strip__grid { grid-template-columns: 1fr; border-radius: 0; border-left: 0; border-right: 0; box-shadow: none; }
  .decision-strip__grid a { min-height: 74px; border-right: 0; border-top: 1px solid var(--line); }
  .decision-strip__grid a:first-child { border-top: 0; }
  .section-head { text-align: left; margin-bottom: 30px; }
  .section-head--split { gap: 12px; }
  .section-head h2,
  .diagnostic-copy h2,
  .process-intro h2,
  .catalog-copy h2,
  .cost-copy h2,
  .about-brand h2,
  .seo-intro h2,
  .faq-intro h2,
  .contact-card h2 { font-size: 32px; }
  .section-head--split p { margin-top: 8px; }
  .trust-grid,
  .service-grid { grid-template-columns: 1fr; }
  .trust-card { padding: 22px; }
  .service-card { min-height: 260px; padding: 24px; }
  .diagnostic-grid { gap: 34px; }
  .photo-note { left: 20px; right: 20px; bottom: 20px; }
  .diagnostic-actions,
  .cost-actions { align-items: stretch; flex-direction: column; }
  .diagnostic-actions .btn,
  .cost-actions .btn { width: 100%; }
  .process-steps li { grid-template-columns: 48px 1fr; }
  .brand-panel { padding: 24px; min-height: 0; }
  .brand-panel__grid { grid-template-columns: repeat(2, 1fr); }
  .about-brand,
  .about-copy { padding: 26px; }
  .about-brand { min-height: 390px; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; }
  .cta-band__actions { flex-direction: column; align-items: stretch; width: 100%; }
  .cta-band__actions .btn { width: 100%; }
  .faq-list summary { font-size: 14px; }
  .contact-section { padding: 64px 0; }
  .contact-card,
  .contact-action { padding: 26px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .mobile-sticky { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 55; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 7px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-md); backdrop-filter: blur(12px); }
  .mobile-sticky a,
  .mobile-sticky button { min-height: 46px; border: 0; border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; font-size: 13px; }
  .mobile-sticky a { background: #eef4fa; color: var(--navy); }
  .mobile-sticky button { background: var(--navy); color: #fff; }
  .mobile-sticky svg { width: 18px; height: 18px; }
  .to-top { right: 16px; bottom: 78px; width: 46px; height: 46px; }
  .modal { padding: 10px; }
  .modal__panel { padding: 26px 20px; max-height: 96vh; border-radius: 19px; }
  .modal h2 { font-size: 30px; }
}

@media (max-width: 460px) {
  .hero { min-height: 810px; }
  .hero__facts small { font-size: 10px; }
  .brand-panel__grid { grid-template-columns: 1fr 1fr; }
  .contact-action h3 { font-size: 27px; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__brand,
  .footer__grid > div:last-child { grid-column: auto; }
}

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

.error-page { min-height: 65vh; display: flex; align-items: center; padding: 90px 0; background: #f4f8fc; }
.error-page__inner { max-width: 760px; text-align: center; }
.error-page__code { color: #d7e6f4; font-size: clamp(100px, 18vw, 190px); line-height: .8; font-weight: 800; letter-spacing: -.08em; }
.error-page h1 { margin: 20px 0 14px; font-size: clamp(34px, 5vw, 52px); line-height: 1.1; }
.error-page p { color: var(--muted); font-size: 17px; }
.error-page p a { color: var(--navy-2); font-weight: 800; }
.error-page__actions { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }
@media (max-width: 560px) { .error-page__actions { flex-direction: column; } }

/* =========================================================
   Internal page: /remont-na-domu/
   Unique layout for the commercial cluster "ремонт на дому".
   ========================================================= */
.page-home-service { background: #fff; }
.breadcrumb--light-bg { color: #6d7e91; margin-bottom: 20px; }
.breadcrumb--light-bg a { color: var(--navy-2); font-weight: 700; }
.breadcrumb--light-bg span { color: #42566c; font-weight: 700; }

.home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(201,225,247,.52), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #edf4fb 100%);
  border-bottom: 1px solid var(--line);
}
.home-hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -210px;
  top: -260px;
  border-radius: 50%;
  border: 1px solid rgba(23,74,127,.08);
  box-shadow: 0 0 0 85px rgba(23,74,127,.025), 0 0 0 170px rgba(23,74,127,.018);
  pointer-events: none;
}
.home-hero__grid {
  position: relative;
  z-index: 2;
  min-height: 690px;
  padding: 72px 0 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 58px;
  align-items: center;
}
.home-hero__copy h1 {
  margin: 17px 0 20px;
  max-width: 740px;
  font-size: clamp(46px, 5.4vw, 70px);
  line-height: 1.03;
  letter-spacing: -.045em;
  color: var(--navy-3);
}
.home-hero__lead {
  max-width: 720px;
  margin: 0;
  color: #42566c;
  font-size: 18px;
  line-height: 1.75;
}
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.home-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 38px;
  max-width: 770px;
}
.home-hero__facts > div {
  min-height: 118px;
  padding: 18px 16px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(23,74,127,.10);
  border-radius: 15px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 10px 28px rgba(20,48,78,.055);
}
.home-hero__facts svg { width: 24px; height: 24px; color: var(--navy-2); flex: 0 0 auto; margin-top: 2px; }
.home-hero__facts b { display: block; color: var(--navy); font-size: 13px; line-height: 1.35; }
.home-hero__facts small { display: block; color: var(--muted); font-size: 10px; line-height: 1.5; margin-top: 5px; }
.home-hero__visual {
  position: relative;
  min-width: 0;
  padding: 12px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15,49,87,.09);
  box-shadow: 0 28px 70px rgba(20,48,78,.16);
}
.home-hero__visual picture { display: block; overflow: hidden; border-radius: 20px; aspect-ratio: 4 / 3; }
.home-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero__note {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border-radius: 13px;
  background: rgba(8,31,54,.91);
  color: #fff;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(5,21,38,.24);
}
.home-hero__note svg { flex: 0 0 auto; color: #8fc6f1; width: 24px; height: 24px; }
.home-hero__note small { display: block; color: #a9bfd4; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.home-hero__note b { display: block; margin-top: 3px; font-size: 12px; line-height: 1.35; }

.home-nav-strip { position: relative; z-index: 4; margin-top: -30px; }
.home-nav-strip__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.home-nav-strip__grid a {
  min-height: 94px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid var(--line);
  transition: background .2s ease;
}
.home-nav-strip__grid a:last-child { border-right: 0; }
.home-nav-strip__grid a:hover { background: #f6faff; }
.home-nav-strip__grid svg { width: 23px; height: 23px; color: var(--navy-2); flex: 0 0 auto; }
.home-nav-strip__grid b { display: block; color: var(--navy); font-size: 12px; line-height: 1.3; }
.home-nav-strip__grid small { display: block; color: var(--muted); font-size: 9px; line-height: 1.4; margin-top: 3px; }

.home-scenario-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.home-scenario-grid article {
  min-height: 330px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.home-scenario-grid__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--blue-soft);
  color: var(--navy-2);
}
.home-scenario-grid__icon svg { width: 24px; height: 24px; }
.home-scenario-grid h3 { margin: 20px 0 10px; font-size: 22px; line-height: 1.2; color: var(--navy); }
.home-scenario-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.home-scenario-grid a { margin-top: auto; padding-top: 20px; display: inline-flex; align-items: center; gap: 8px; color: var(--navy-2); font-weight: 800; font-size: 12px; }
.home-scenario-grid a svg { width: 16px; height: 16px; }

.home-onsite__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 62px;
}
.home-onsite__visual {
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-md);
}
.home-onsite__visual picture { display: block; overflow: hidden; border-radius: 18px; aspect-ratio: 4 / 3; }
.home-onsite__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-onsite__copy h2,
.home-process__head h2,
.home-transparency h2,
.home-brands h2,
.home-cost__intro h2,
.home-prepare__copy h2,
.home-seo__intro h2,
.home-faq__intro h2 {
  margin: 13px 0 16px;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.home-onsite__copy > .lead { margin: 0; color: var(--muted); font-size: 17px; }
.home-onsite__list { margin-top: 26px; border-top: 1px solid var(--line); }
.home-onsite__list article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.home-onsite__list article > span { color: var(--navy-2); font-weight: 800; font-size: 11px; letter-spacing: .08em; }
.home-onsite__list h3 { margin: 0 0 4px; color: var(--navy); font-size: 15px; }
.home-onsite__list p { margin: 0; color: var(--muted); font-size: 13px; }
.home-onsite__actions { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy-2); font-size: 12px; font-weight: 800; }
.text-link svg { width: 16px; height: 16px; }

.home-process__head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .65fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 46px;
}
.home-process__head p { margin: 0 0 5px; color: var(--muted); }
.home-process__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.home-process__steps li { min-height: 280px; padding: 25px 22px; border-right: 1px solid var(--line); }
.home-process__steps li:last-child { border-right: 0; }
.home-process__steps li > span { display: block; color: #a8bfd5; font-size: 34px; line-height: 1; font-weight: 800; letter-spacing: -.05em; }
.home-process__steps h3 { margin: 24px 0 9px; color: var(--navy); font-size: 18px; line-height: 1.25; }
.home-process__steps p { margin: 0; color: var(--muted); font-size: 12px; }

.home-transparency { overflow: hidden; }
.home-transparency__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.home-transparency h2 { color: #fff; }
.home-transparency__grid > div:first-child > p { color: #bfd0e0; margin: 0; max-width: 650px; }
.home-transparency__cards { display: grid; gap: 14px; }
.home-transparency__cards article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  padding: 22px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
}
.home-transparency__cards svg { width: 26px; height: 26px; color: #87bee9; }
.home-transparency__cards h3 { margin: 0 0 6px; color: #fff; font-size: 17px; }
.home-transparency__cards p { margin: 0; color: #b9cbdd; font-size: 13px; }

.home-types__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.home-types__grid > a {
  min-height: 300px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.home-types__grid > a > svg { color: var(--navy-2); width: 30px; height: 30px; }
.home-types__grid h3 { margin: 24px 0 10px; color: var(--navy); font-size: 22px; }
.home-types__grid p { margin: 0; color: var(--muted); font-size: 13px; }
.home-types__grid span { margin-top: auto; padding-top: 20px; display: inline-flex; align-items: center; gap: 7px; color: var(--navy-2); font-weight: 800; font-size: 12px; }
.home-types__grid span svg { width: 16px; height: 16px; }

.home-brands__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 58px; align-items: center; }
.home-brands__grid > div:first-child p { color: var(--muted); margin-bottom: 24px; }
.home-brands__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.home-brands__list a {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 8px 18px rgba(20,48,78,.035);
  transition: border-color .2s ease, transform .2s ease;
}
.home-brands__list a:hover { transform: translateY(-2px); border-color: #9bbbd7; }

.home-cost__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.home-cost__intro { position: sticky; top: 130px; }
.home-cost__intro > p { color: var(--muted); margin: 0 0 26px; }
.home-cost__factors { border-top: 1px solid var(--line); }
.home-cost__factors article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.home-cost__factors article > span { color: #9bb5ce; font-size: 28px; font-weight: 800; letter-spacing: -.04em; }
.home-cost__factors h3 { margin: 0 0 6px; color: var(--navy); font-size: 20px; }
.home-cost__factors p { margin: 0; color: var(--muted); font-size: 13px; }

.home-prepare__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.home-prepare__copy,
.home-prepare__aside { border-radius: 22px; }
.home-prepare__copy { padding: 34px; background: #fff; border: 1px solid var(--line); }
.home-prepare__copy > p { color: var(--muted); }
.home-prepare__copy ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.home-prepare__copy li { display: flex; gap: 12px; color: #3d5268; font-size: 14px; }
.home-prepare__copy li svg { width: 21px; height: 21px; flex: 0 0 auto; color: var(--navy-2); margin-top: 2px; }
.home-prepare__aside { padding: 34px; background: var(--navy); color: #fff; display: flex; flex-direction: column; justify-content: center; }
.home-prepare__aside > svg { width: 34px; height: 34px; color: #92c5ef; }
.home-prepare__aside h3 { margin: 22px 0 10px; font-size: 30px; line-height: 1.15; }
.home-prepare__aside p { margin: 0 0 25px; color: #c3d4e4; }

.home-seo__layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.home-seo__intro { position: sticky; top: 130px; }
.home-seo__text { columns: 2; column-gap: 34px; }
.home-seo__text p { margin: 0 0 20px; color: #42566c; break-inside: avoid; }

.home-faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.home-faq__intro { position: sticky; top: 130px; }
.home-faq__intro h2 { color: #fff; }
.home-faq__intro p { color: #b9cbdd; margin: 0 0 26px; }
.faq-list--dark details { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.035); }
.faq-list--dark summary { color: #fff; }
.faq-list--dark details > div { color: #bed0e1; }
.faq-list--dark summary svg { color: #87bee9; transform: rotate(180deg); }
.faq-list--dark details[open] summary svg { transform: rotate(0deg); }

@media (max-width: 1100px) {
  .home-hero__grid { grid-template-columns: 1fr 440px; gap: 38px; }
  .home-hero__facts { grid-template-columns: 1fr; gap: 8px; }
  .home-hero__facts > div { min-height: 0; }
  .home-nav-strip__grid { grid-template-columns: repeat(3, 1fr); }
  .home-nav-strip__grid a:nth-child(3) { border-right: 0; }
  .home-nav-strip__grid a:nth-child(n+4) { border-top: 1px solid var(--line); }
  .home-scenario-grid,
  .home-types__grid { grid-template-columns: repeat(2, 1fr); }
  .home-process__steps { grid-template-columns: repeat(3, 1fr); }
  .home-process__steps li:nth-child(3) { border-right: 0; }
  .home-process__steps li:nth-child(n+4) { border-top: 1px solid var(--line); }
  .home-brands__list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .home-hero__grid,
  .home-onsite__grid,
  .home-transparency__grid,
  .home-brands__grid,
  .home-cost__layout,
  .home-prepare__grid,
  .home-seo__layout,
  .home-faq__grid { grid-template-columns: 1fr; }
  .home-hero__grid { padding-top: 58px; }
  .home-hero__copy { max-width: 760px; }
  .home-hero__visual { max-width: 760px; }
  .home-process__head { grid-template-columns: 1fr; gap: 12px; }
  .home-process__steps { grid-template-columns: repeat(2, 1fr); }
  .home-process__steps li:nth-child(2n) { border-right: 0; }
  .home-process__steps li:nth-child(3) { border-right: 1px solid var(--line); }
  .home-process__steps li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .home-process__steps li:last-child { border-right: 1px solid var(--line); }
  .home-cost__intro,
  .home-seo__intro,
  .home-faq__intro { position: static; }
  .home-seo__text { columns: 1; }
}

@media (max-width: 720px) {
  .home-hero__grid { min-height: auto; padding: 48px 0 62px; gap: 34px; }
  .home-hero__copy h1 { font-size: clamp(40px, 11vw, 55px); }
  .home-hero__lead { font-size: 16px; }
  .home-hero__actions { display: grid; grid-template-columns: 1fr; }
  .home-hero__actions .btn { width: 100%; }
  .home-hero__facts { margin-top: 28px; }
  .home-hero__visual { padding: 7px; border-radius: 20px; }
  .home-hero__visual picture { border-radius: 15px; }
  .home-hero__note { left: 20px; right: 20px; bottom: 20px; }
  .home-nav-strip { margin-top: 0; }
  .home-nav-strip__grid { grid-template-columns: 1fr; border-radius: 0; border-left: 0; border-right: 0; box-shadow: none; }
  .home-nav-strip__grid a { min-height: 76px; border-right: 0; border-top: 1px solid var(--line); }
  .home-nav-strip__grid a:first-child { border-top: 0; }
  .home-scenario-grid,
  .home-types__grid { grid-template-columns: 1fr; }
  .home-scenario-grid article,
  .home-types__grid > a { min-height: 0; }
  .home-onsite__grid { gap: 34px; }
  .home-onsite__actions { align-items: stretch; flex-direction: column; }
  .home-onsite__actions .btn { width: 100%; }
  .home-process__steps { grid-template-columns: 1fr; border-radius: 16px; }
  .home-process__steps li,
  .home-process__steps li:nth-child(3),
  .home-process__steps li:last-child { min-height: 0; border-right: 0; border-top: 1px solid var(--line); }
  .home-process__steps li:first-child { border-top: 0; }
  .home-brands__list { grid-template-columns: repeat(2, 1fr); }
  .home-cost__layout { gap: 38px; }
  .home-prepare__copy,
  .home-prepare__aside { padding: 26px; }
  .home-faq__grid { gap: 34px; }
}

@media (max-width: 430px) {
  .home-hero__note { position: static; margin-top: 8px; background: var(--navy); }
  .home-brands__list { grid-template-columns: 1fr 1fr; }
}
