@font-face {
  font-family: "Golos Text";
  src: url("/assets/fonts/GolosText-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --ink: #17263d;
  --ink-soft: #35455a;
  --paper: #f3f5f7;
  --paper-deep: #e4e8ec;
  --white: #ffffff;
  --accent: #b64f2a;
  --accent-hover: #943e21;
  --silver: #c7cfd9;
  --gold: var(--accent);
  --gold-light: var(--silver);
  --line: rgba(23, 38, 61, .16);
  --muted: #626a75;
  --ink-deep: #101c2f;
  --ink-glow: rgba(182,79,42,.12);
  --accent-shadow: rgba(23,38,61,.2);
  --mobile-gutter: 22px;
  --font-main: "Golos Text", Arial, sans-serif;
  --text-lead-size: 17px;
  --text-lead-line: 1.55;
}

.theme-bordeaux {
  --ink: #421424;
  --ink-soft: #5f3f4b;
  --paper: #f8f5f1;
  --paper-deep: #f1e9e4;
  --accent: #7a1737;
  --accent-hover: #5f102a;
  --silver: #d8c9c2;
  --gold: #7a1737;
  --gold-light: #d8c9c2;
  --line: rgba(66,20,36,.16);
  --muted: #706268;
  --ink-deep: #38101f;
  --ink-glow: rgba(216,201,194,.04);
  --accent-shadow: rgba(66,20,36,.24);
}
.theme-grove {
  --ink: #233d4d;
  --ink-soft: #3f5960;
  --paper: #f5fbe6;
  --paper-deep: #e8f1e5;
  --accent: #215e61;
  --accent-hover: #174a4d;
  --silver: #b8cfbf;
  --gold: #215e61;
  --gold-light: #b8cfbf;
  --line: rgba(35,61,77,.16);
  --muted: #607067;
  --ink-deep: #172d38;
  --ink-glow: rgba(184,207,191,.11);
  --accent-shadow: rgba(35,61,77,.22);
}
.theme-sapphire {
  --ink: #17263d;
  --ink-soft: #35455a;
  --paper: #f3f5f7;
  --paper-deep: #e4e8ec;
  --accent: #b64f2a;
  --accent-hover: #943e21;
  --silver: #c7cfd9;
  --gold: #b64f2a;
  --gold-light: #c7cfd9;
  --line: rgba(23,38,61,.16);
  --muted: #626a75;
  --ink-deep: #101c2f;
  --ink-glow: rgba(199,207,217,.1);
  --accent-shadow: rgba(23,38,61,.22);
}

.theme-bordeaux .about, .theme-bordeaux .prepareSteps { background: radial-gradient(circle at 12% 0%,rgba(255,255,255,.028),transparent 40%),linear-gradient(145deg,#56182f 0%,#4c1529 58%,#411222 100%); }
.theme-grove .about, .theme-grove .prepareSteps { background: radial-gradient(circle at 12% 0%,rgba(255,255,255,.028),transparent 40%),linear-gradient(145deg,#32585d 0%,#2d5156 58%,#27494d 100%); }
.theme-sapphire .about, .theme-sapphire .prepareSteps { background: radial-gradient(circle at 12% 0%,rgba(255,255,255,.028),transparent 40%),linear-gradient(145deg,#24405b 0%,#203951 58%,#1a3148 100%); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-main); font-size: 16px; line-height: 1.5; font-synthesis: none; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
section[id] { scroll-margin-top: 76px; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
main { overflow-x: clip; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.heroScreen { position: relative; display: flex; flex-direction: column; background: var(--white); }
.heroScreen .hero { flex: 1; }
.supportScreen { background: var(--paper); }
.contactScreen { display: flex; flex-direction: column; background: var(--white); }
.contactScreen .contacts { flex: 1; }

.siteHeader { min-height: 80px; padding: 0 5vw; display: flex; align-items: center; gap: 34px; background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brandSeal { width: 42px; height: 45px; display: block; overflow: hidden; flex: 0 0 42px; }
.brandSeal img { display: block; width: 190px; max-width: none; height: 45px; object-fit: contain; object-position: left center; }
.brandText { display: block; font-size: 20px; line-height: 1; font-weight: 700; letter-spacing: -.025em; white-space: nowrap; }
.brandText small { display: block; margin-top: 5px; font-size: 10px; line-height: 1; letter-spacing: .01em; }
.headerInfo { display: flex; gap: 8px; }
.headerInfo a, .headerInfo div,
.headerContacts a { min-width: 0; min-height: 56px; padding: 9px 12px 10px; display: grid; align-content: center; gap: 5px; border: 1px solid color-mix(in srgb,var(--line) 78%,white); border-left: 2px solid color-mix(in srgb,var(--gold) 72%,white); background: color-mix(in srgb,var(--white) 56%,transparent); box-shadow: inset 0 1px 0 rgba(255,255,255,.86),0 5px 16px rgba(23,38,61,.045); backdrop-filter: blur(12px) saturate(1.08); -webkit-backdrop-filter: blur(12px) saturate(1.08); }
.headerInfo span, .headerContacts span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.headerInfo strong, .headerContacts strong { font-size: 13px; font-weight: 600; white-space: nowrap; }
.headerContacts { display: grid; gap: 8px; }
.headerContacts a { grid-template-columns: 1fr; }
.headerEmail strong { font-size: 12px; }
.nav { min-height: 50px; padding: 0 5vw; display: flex; align-items: center; justify-content: flex-end; gap: 30px; background: linear-gradient(105deg,var(--ink) 0%,var(--ink-deep) 100%); color: white; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 12px; font-weight: 600; }
.nav.pinned { position: fixed; z-index: 40; top: 0; right: 0; left: 0; background: color-mix(in srgb,var(--ink) 91%,transparent); border-bottom-color: rgba(255,255,255,.16); box-shadow: 0 10px 34px rgba(23,38,61,.18); backdrop-filter: blur(16px) saturate(1.12); -webkit-backdrop-filter: blur(16px) saturate(1.12); }
.navPlaceholder { display: none; height: 50px; }
.navPlaceholder.visible { display: block; }
.nav a { padding: 16px 0 14px; border-bottom: 2px solid transparent; }
.nav a:hover { color: var(--gold-light); border-bottom-color: var(--gold-light); }
.pinnedContactBar { display: none; }
.nav.pinned .pinnedContactBar { margin-right: auto; align-items: stretch; border: 1px solid rgba(255,255,255,.24); border-left: 2px solid var(--gold-light); background: rgba(255,255,255,.07); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.nav.pinned .pinnedContactBar > * { min-width: 0; padding: 6px 12px; display: grid; align-content: center; gap: 1px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
.nav.pinned .pinnedContactBar > *:last-child { border-right: 0; }
.nav.pinned .pinnedContactBar small { color: rgba(255,255,255,.58); font: 700 7px/1.1 var(--font-main); letter-spacing: .12em; text-transform: uppercase; }
.nav.pinned .pinnedContactBar b { font: 620 10px/1.2 var(--font-main); white-space: nowrap; }
.navContact { display: none; }
.headerCta, .primaryButton { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; background: linear-gradient(180deg,color-mix(in srgb,var(--gold) 88%,white) 0%,var(--gold) 46%,var(--accent-hover) 140%); color: white; padding: 16px 22px; box-shadow: inset 0 1px 0 rgba(255,255,255,.22),0 5px 14px color-mix(in srgb,var(--accent-shadow) 72%,transparent); font-size: 13px; font-weight: 700; transition: box-shadow .22s ease,background-color .22s ease; }
.headerCta::after, .primaryButton::after,
.heroContactRail .heroContactPrimary::after,
.contactActions .contactAppointment::after { content: ""; position: absolute; z-index: -1; top: -35%; bottom: -35%; left: -64%; width: 34%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent); transform: skewX(-22deg); pointer-events: none; }
.headerCta:hover, .primaryButton:hover { background-color: var(--accent-hover); box-shadow: inset 0 1px 0 rgba(255,255,255,.28),0 8px 20px color-mix(in srgb,var(--accent-shadow) 82%,transparent); }
.headerCta:hover::after, .primaryButton:hover::after,
.heroContactRail .heroContactPrimary:hover::after,
.contactActions .contactAppointment:hover::after { animation: button-sheen .72s ease-out 1; }
.menuButton { display: none; }
.menuButton:focus-visible { outline: 0; background: var(--paper-deep); }

.hero { min-height: 548px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(420px,.8fr); background: var(--white); border-bottom: 1px solid var(--line); }
.heroCopy { padding: 60px 6vw 64px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.light { color: var(--gold-light); }
.hero h1 { max-width: 850px; margin: 0; font: 560 clamp(48px,4.55vw,65px)/1.01 var(--font-main); letter-spacing: -.048em; }
.heroRole { display: block; margin: 0 0 14px; color: var(--ink); font: 500 clamp(20px,2vw,29px)/1.18 var(--font-main); letter-spacing: -.025em; }
.heroLead { max-width: 690px; margin: 28px 0 0; color: var(--ink-soft); font-size: var(--text-lead-size); line-height: var(--text-lead-line); }
.heroMeta { max-width: 720px; margin: 18px 0 20px; color: var(--muted); font-size: 10px; font-weight: 650; line-height: 1.5; letter-spacing: .09em; text-transform: uppercase; }
.heroContactRail { width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.heroContactRail a { min-width: 0; min-height: 72px; padding: 12px 14px; display: grid; align-content: center; gap: 3px; border: 1px solid color-mix(in srgb,var(--line) 78%,white); border-left-width: 2px; border-left-color: color-mix(in srgb,var(--gold) 68%,var(--line)); background: color-mix(in srgb,var(--white) 58%,transparent); box-shadow: inset 0 1px 0 rgba(255,255,255,.9),0 8px 24px rgba(23,38,61,.05); backdrop-filter: blur(14px) saturate(1.08); -webkit-backdrop-filter: blur(14px) saturate(1.08); transition: transform .22s ease,border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease; }
.heroContactRail a:hover { color: var(--gold); border-color: color-mix(in srgb,var(--gold) 58%,var(--line)); border-left-color: color-mix(in srgb,var(--gold) 72%,white); background: color-mix(in srgb,var(--gold) 5%,var(--white)); box-shadow: inset 0 1px 0 white,0 10px 24px rgba(23,38,61,.08); }
.heroContactRail .heroContactPrimary { position: relative; isolation: isolate; overflow: hidden; border-color: transparent; border-left-color: rgba(255,255,255,.34); background: linear-gradient(180deg,color-mix(in srgb,var(--gold) 88%,white) 0%,var(--gold) 46%,var(--accent-hover) 140%); color: white; box-shadow: inset 0 1px 0 rgba(255,255,255,.22),0 5px 14px color-mix(in srgb,var(--accent-shadow) 72%,transparent); }
.heroContactRail .heroContactPrimary:hover { border-color: transparent; border-left-color: rgba(255,255,255,.48); background: linear-gradient(180deg,color-mix(in srgb,var(--gold) 82%,white) 0%,var(--gold) 46%,var(--accent-hover) 140%); color: white; box-shadow: inset 0 1px 0 rgba(255,255,255,.28),0 8px 20px color-mix(in srgb,var(--accent-shadow) 82%,transparent); }
.heroContactRail .heroContactPrimary span,
.heroContactRail .heroContactPrimary small,
.heroContactRail .heroContactPrimary i { color: rgba(255,255,255,.8); }
.heroContactRail span { color: var(--muted); font-size: 8px; font-weight: 700; line-height: 1.2; letter-spacing: .13em; text-transform: uppercase; }
.heroContactRail strong { overflow: hidden; font-size: 13px; font-weight: 650; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.heroContactRail small { color: var(--ink-soft); font-size: 10px; line-height: 1.25; }
.heroContactRail i { color: var(--gold); font-style: normal; transition: transform .2s ease; }
.heroContactRail a:hover i { transform: translateX(4px); }
.heroActions { display: flex; align-items: stretch; gap: 12px; flex-wrap: wrap; }
.primaryButton { min-width: 210px; padding: 19px 20px; }
.phoneButton, .routeButton { min-height: 58px; padding: 16px 18px; border: 1px solid color-mix(in srgb,var(--line) 78%,white); border-left: 2px solid color-mix(in srgb,var(--gold) 72%,white); display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; background: color-mix(in srgb,var(--white) 56%,transparent); box-shadow: inset 0 1px 0 rgba(255,255,255,.9),0 7px 20px rgba(23,38,61,.055); backdrop-filter: blur(12px) saturate(1.08); -webkit-backdrop-filter: blur(12px) saturate(1.08); font-size: 12px; font-weight: 700; transition: border-color .2s ease,box-shadow .2s ease,background-color .2s ease; }
.phoneButton { min-width: 220px; }
.routeButton { min-width: 160px; }
.phoneButton:hover, .routeButton:hover { border-color: color-mix(in srgb,var(--gold) 58%,var(--line)); color: var(--gold); background: color-mix(in srgb,var(--white) 76%,transparent); box-shadow: inset 0 1px 0 white,0 10px 24px rgba(23,38,61,.08); }
.heroGuide { margin: 28px 5vw 28px 0; padding: 34px 34px 36px; align-self: stretch; background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.guideIndex { margin: 0; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.heroGuide h2 { margin: 14px 0 24px; font: 560 clamp(31px,2.85vw,42px)/1.04 var(--font-main); letter-spacing: -.04em; }
.guideLinks { border-top: 1px solid var(--line); }
.guideLinks a { min-height: 58px; display: grid; grid-template-columns: 36px 1fr 24px; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); color: var(--ink); transition: color .2s ease,background-color .2s ease,box-shadow .2s ease; }
.guideLinks a:hover { color: var(--ink); background: color-mix(in srgb,var(--gold) 5%,var(--white)); box-shadow: inset 3px 0 var(--gold); }
.guideLinks span { color: var(--gold); font: 700 10px/1 var(--font-main); font-variant-numeric: tabular-nums; }
.guideLinks strong { font-size: 14px; font-weight: 600; line-height: 1.35; }
.guideLinks i { font-style: normal; text-align: right; }
.guideLinks .guideHelp { margin-top: 18px; padding: 0 16px; border: 0; background: var(--ink); color: white; }
.guideLinks .guideHelp strong { color: white; }
.guideLinks .guideHelp span { color: var(--silver); }

.quickPath { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background-color: var(--ink); background-image: linear-gradient(145deg,var(--ink) 0%,var(--ink-deep) 100%); color: white; }
.quickPath > div { min-height: 144px; padding: 25px 3.2vw 24px; border-right: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 32px minmax(0,1fr); align-content: center; column-gap: 14px; }
.quickPath > div:last-child { border-right: 0; }
.quickPath span { width: 32px; color: var(--gold-light); font: 700 10px/1 var(--font-main); font-variant-numeric: tabular-nums; }
.cardNumber { width: 32px; color: var(--gold); font: 700 10px/1 var(--font-main); font-variant-numeric: tabular-nums; }
.quickPath strong { min-height: 42px; color: white; font: 540 16px/1.3 var(--font-main); letter-spacing: -.012em; }
.quickPath p { grid-column: 2; margin: 8px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.5; }

.section { padding: 64px 5vw; display: flex; flex-direction: column; justify-content: center; }
.sectionIntro { display: grid; grid-template-columns: .7fr 1.3fr 1fr; gap: 5vw; align-items: end; margin-bottom: clamp(28px,4vh,48px); }
.sectionIntro .eyebrow { align-self: start; }
.sectionIntro h2, .prepare h2, .about h2, .contacts h2 { margin: 0; font: 560 clamp(39px,3.9vw,56px)/1.04 var(--font-main); letter-spacing: -.045em; }
.sectionIntro > p:last-child { margin: 0; color: var(--muted); font-size: var(--text-lead-size); line-height: var(--text-lead-line); }
.sectionIntro.compact { grid-template-columns: .6fr 1fr 1.3fr; }
.sectionIntro.simple { grid-template-columns: 1fr; gap: 16px; align-items: start; }
.sectionIntro.simple > p:last-child { grid-column: 1; max-width: 720px; }
.services { background: var(--white); }
.serviceGrid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.serviceCard { position: relative; min-height: 216px; padding: 24px 24px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-rows: 16px 60px minmax(64px,1fr) 48px; background: var(--white); transition: transform .22s ease,background-color .22s ease,box-shadow .22s ease; }
.serviceCard:hover { z-index: 1; background: color-mix(in srgb,var(--paper) 62%,var(--white)); box-shadow: inset 3px 0 var(--gold),0 8px 20px rgba(23,38,61,.08); }
.serviceCard h3 { margin: 14px 0 0; align-self: start; font: 550 clamp(20px,1.65vw,25px)/1.16 var(--font-main); letter-spacing: -.025em; }
.serviceCard p { margin: 0; padding: 0; align-self: start; color: var(--muted); font-size: 14px; line-height: 1.55; }
.serviceCard a { min-height: 48px; margin: 0; padding: 0; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 700; }
.mobileServiceList { display: none; }

.prepare { display: grid; grid-template-columns: 1.05fr .95fr; background-color: var(--ink); background-image: radial-gradient(ellipse at 12% 0%,var(--ink-glow),transparent 40%),linear-gradient(135deg,var(--ink) 0%,var(--ink-deep) 100%); color: white; }
.prepareCopy { padding: 100px 7vw 100px 6vw; display: flex; flex-direction: column; justify-content: center; }
.prepareCopy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.6; margin: 30px 0; }
.prepareCopy > a { display: flex; justify-content: space-between; width: min(100%,390px); padding: 20px 0; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); color: var(--gold-light); font-weight: 700; }
.prepareSteps { padding: 80px 6vw; background: #203650; display: flex; flex-direction: column; justify-content: center; }
.prepareSteps > div { min-height: 150px; display: grid; grid-template-columns: 60px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.prepareSteps > div:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.prepareSteps span { width: 34px; height: 34px; border: 1px solid var(--gold-light); border-radius: 50%; display: grid; place-items: center; color: var(--gold-light); font-size: 12px; }
.prepareSteps p { font: 520 19px/1.45 var(--font-main); }

.tariffs { background: var(--paper); }
.tariffGrid { display: grid; grid-template-columns: repeat(2,1fr); gap: 56px; border-top: 1px solid var(--line); }
.tariffGrid article { min-height: 0; padding: 24px 0 26px; border: 0; }
.tariffGrid span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.tariffGrid p { margin: 16px 0 0; font: 450 16px/1.55 var(--font-main); }
.tariffGrid article > a { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding: 14px 16px; border: 1px solid color-mix(in srgb,var(--line) 78%,white); border-left: 2px solid color-mix(in srgb,var(--gold) 72%,white); background: color-mix(in srgb,var(--white) 56%,transparent); box-shadow: inset 0 1px 0 rgba(255,255,255,.9),0 7px 20px rgba(23,38,61,.045); backdrop-filter: blur(12px) saturate(1.06); -webkit-backdrop-filter: blur(12px) saturate(1.06); font-size: 12px; font-weight: 700; transition: border-color .2s ease,box-shadow .2s ease,color .2s ease,background-color .2s ease; }
.tariffGrid article > a:hover { color: var(--gold); border-color: color-mix(in srgb,var(--gold) 58%,var(--line)); background: color-mix(in srgb,var(--white) 76%,transparent); box-shadow: inset 0 1px 0 white,0 10px 24px rgba(23,38,61,.07); }
.tariffGrid article > a i, .benefitLinks i { font-style: normal; }
.tariffGrid .tariffAction { background: transparent; color: var(--ink); }
.tariffAction span { color: var(--gold); opacity: 1; }
.tariffAction p { margin-top: 18px; }
.tariffAction a { display: inline-block; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: var(--ink); font-size: 12px; font-weight: 700; }
.benefitHeading { margin: 24px 0 12px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.benefitLinks { min-height: 60px; padding: 10px 18px; display: flex; align-items: center; justify-content: flex-end; gap: 30px; border: 1px solid var(--line); border-left: 3px solid var(--gold); background: color-mix(in srgb,var(--gold) 5%,var(--white)); }
.benefitLinks a { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 700; }
.benefitLinks a:hover { color: var(--gold); }

.about { padding: 64px 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; background: #203650; color: white; }
.aboutMobileToggle { display: none; }
.aboutMobileContent { display: contents; }
.aboutDescription p { margin: 0 0 18px; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.55; }
.aboutDescription p:last-child { margin-bottom: 0; }
.aboutText > p { margin: 0 0 24px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.6; }
.aboutBadges { display: flex; flex-wrap: wrap; gap: 0; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.3); }
.aboutBadges span { display: inline-flex; align-items: center; color: rgba(255,255,255,.82); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.aboutBadges span:not(:last-child)::after { content: "·"; margin: 0 12px; color: var(--gold-light); }
.authorityFacts { margin: 24px 0 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.24); background: transparent; }
.authorityFacts > div { min-width: 0; min-height: 92px; padding: 14px 0; border-right: 1px solid rgba(255,255,255,.16); display: grid; align-content: center; gap: 7px; }
.authorityFacts > div:last-child { border-right: 0; }
.authorityFacts dt { color: rgba(255,255,255,.58); font: 700 8px/1.35 var(--font-main); letter-spacing: .11em; text-transform: uppercase; }
.authorityFacts dd { margin: 0; color: white; font: 590 15px/1.25 var(--font-main); }
.authorityFacts small { display: block; margin-top: 4px; color: rgba(255,255,255,.62); font: 450 11px/1.3 var(--font-main); }
.aboutLead .authorityFacts { grid-template-columns: 1fr; margin-top: 34px; }
.aboutLead .authorityFacts > div { min-height: 72px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.aboutLead .authorityFacts > div:last-child { border-bottom: 0; }
.substitutes { margin-top: 30px; border: 1px solid rgba(255,255,255,.3); border-left: 3px solid var(--gold-light); background: rgba(255,255,255,.055); }
.substitutes summary { min-height: 82px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; color: white; }
.substitutes summary::-webkit-details-marker { display: none; }
.substitutes summary > span { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 4px 10px; align-items: center; }
.substitutes summary b { padding: 4px 6px; border: 1px solid var(--gold-light); color: var(--gold-light); font-size: 9px; line-height: 1; letter-spacing: .12em; }
.substitutes summary strong { font: 540 16px/1.35 var(--font-main); }
.substitutes summary small { grid-column: 2; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.35; }
.substitutes summary i { font: 400 24px/1 var(--font-main); color: var(--gold-light); transform: rotate(90deg); transition: transform .2s ease; }
.substitutes[open] summary i { transform: rotate(-90deg); }
.substitutes > div { padding: 0 16px 16px; }
.substitutes p { margin: 0; padding: 13px 0; display: grid; grid-template-columns: minmax(220px,1fr) 1fr; gap: 20px; border-top: 1px solid rgba(255,255,255,.16); }
.substitutes .substituteNameOnly { grid-template-columns: 1fr; }
.substitutes strong { font: 540 15px/1.4 var(--font-main); }
.substitutes strong small { display: block; margin-top: 4px; color: rgba(255,255,255,.58); font: 400 11px/1.4 var(--font-main); }
.substitutes span { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.5; }

.faq { background: var(--paper-deep); }
.faqList { max-width: 980px; margin-left: auto; }
.faqList details { border-top: 1px solid var(--line); }
.faqList details:last-child { border-bottom: 1px solid var(--line); }
.faqList summary { min-height: 78px; display: grid; grid-template-columns: 28px 1fr 28px; gap: 12px; align-items: center; list-style: none; cursor: pointer; font: 540 18px/1.4 var(--font-main); letter-spacing: -.015em; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { color: var(--gold); font: 700 10px/1 var(--font-main); font-variant-numeric: tabular-nums; }
.faqList summary i { width: 28px; height: 28px; display: grid; place-items: center; color: var(--gold); border: 1px solid color-mix(in srgb, var(--gold) 35%, transparent); border-radius: 50%; font-size: 0; }
.faqList summary i::before { content: ""; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.faqList details[open] summary i::before { transform: translateY(2px) rotate(225deg); }
.faqList details p { margin: 0; padding: 0 40px 28px; color: var(--muted); line-height: 1.6; }

.resources { padding: 64px 5vw 58px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; align-items: start; background-color: var(--ink); background-image: radial-gradient(ellipse at 8% 0%,var(--ink-glow),transparent 38%),linear-gradient(145deg,var(--ink) 0%,var(--ink-deep) 100%); color: white; }
.resourcesIntro .eyebrow { margin-bottom: 20px; }
.resourcesIntro h2 { margin: 0; font: 560 clamp(38px,3.7vw,54px)/1.04 var(--font-main); letter-spacing: -.045em; }
.resourcesIntro > p:last-child { max-width: 430px; margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.6; }
.resourceList { border-top: 1px solid rgba(255,255,255,.22); }
.resourceList a { min-height: 58px; display: grid; grid-template-columns: 40px minmax(0,1fr) 22px; gap: 14px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); color: white; transition: color .2s ease,background-color .2s ease; }
.resourceList a:hover { color: var(--gold-light); background: rgba(255,255,255,.035); box-shadow: inset 3px 0 var(--gold-light); }
.resourceIcon { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; transition: transform .2s ease,box-shadow .2s ease; }
.resourceList a:hover .resourceIcon { transform: scale(1.04); box-shadow: 0 0 0 3px color-mix(in srgb,var(--gold-light) 10%,transparent); }
.resourceIcon .resourceGlyph { width: 29px; height: 31px; display: block; object-fit: contain; filter: saturate(.58) contrast(1.06) brightness(1.04); opacity: 1; }
.resourceIcon .resourceGlyphMgnp { width: 22px; height: 27px; }
.resourceList strong { font-size: 13px; line-height: 1.4; }
.resourceList i { color: var(--gold-light); font-style: normal; text-align: right; }
.resourceToggle { display: none; }

.contacts { padding: 64px 5vw 56px; display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); background: var(--white); color: var(--ink); border-top: 1px solid var(--line); }
.contactInfo { grid-column: 1 / 5; padding: 0; display: flex; flex-direction: column; justify-content: flex-start; }
.contactInfo .light { color: var(--gold); }
.contacts h2 { font-size: clamp(40px,3.6vw,54px); }
.contactLead { max-width: 420px; margin: 18px 0 28px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.contactCard { grid-column: 6 / 13; padding: 0; background: transparent; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.contactCard > div { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 120px 1fr; gap: 20px; }
.contactCard > div:first-child { border-top: 0; }
.contactCard span { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contactCard strong { font: 520 16px/1.5 var(--font-main); }
.contactCard .contactValueLine { color: inherit; font: inherit; letter-spacing: inherit; text-transform: none; }
.contactCard .contactLandmark { color: var(--gold); font-weight: 680; }
.contactCard .contactDay, .contactCard .contactHours { font-size: inherit; line-height: inherit; letter-spacing: 0; text-transform: none; }
.contactCard .contactDay, .contactCard .contactHours { color: inherit; font-weight: inherit; }
.scheduleNote { margin: 0; padding: 14px 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.contactMap { position: relative; grid-column: 1 / 13; height: clamp(280px,27vw,380px); margin-top: 36px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.contactMap iframe { display: block; width: 100%; height: 100%; border: 0; filter: saturate(.78) contrast(.96); }
.contactMapLink { position: absolute; right: 16px; bottom: 16px; min-height: 44px; padding: 0 16px; display: flex; align-items: center; gap: 18px; background: color-mix(in srgb,var(--white) 94%,transparent); color: var(--ink); border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(21,32,39,.12); font-size: 11px; font-weight: 700; backdrop-filter: blur(10px); }
.contactMapLink i { color: var(--gold); font-style: normal; transition: transform .2s ease; }
.contactMapLink:hover i { transform: translate(2px,-2px); }
.contactActions { grid-column: 1 / 13; margin-top: 36px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); align-items: stretch; border: 1px solid var(--line); }
.contactActions a { position: relative; min-width: 0; min-height: 78px; box-sizing: border-box; padding: 14px 16px; display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: 12px 20px; align-content: center; align-items: center; gap: 5px 12px; border-right: 1px solid var(--line); background: var(--white); transition: transform .22s ease,background-color .2s ease,color .2s ease,box-shadow .22s ease; }
.contactActions a:last-child { border-right: 0; }
.contactActions a > span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contactActions a strong { overflow: hidden; grid-column: 1; font-size: 13px; font-weight: 650; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.contactActions a i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--gold); font-style: normal; transition: transform .2s ease; }
.contactActions a:hover { color: var(--gold); background: var(--paper); }
.contactActions a:hover i { transform: translateX(4px); }
.contactActions .contactAppointment { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(180deg,color-mix(in srgb,var(--gold) 88%,white) 0%,var(--gold) 46%,var(--accent-hover) 140%); color: white; box-shadow: inset 0 1px 0 rgba(255,255,255,.22),0 6px 18px color-mix(in srgb,var(--accent-shadow) 68%,transparent); }
.contactActions .contactAppointment > span { color: rgba(255,255,255,.74); }
.contactActions .contactAppointment strong { color: white; }
.contactActions .contactAppointment i { color: white; }
.contactActions .contactAppointment:hover { color: white; background: linear-gradient(180deg,color-mix(in srgb,var(--gold) 82%,white) 0%,var(--gold) 46%,var(--accent-hover) 140%); box-shadow: inset 0 1px 0 rgba(255,255,255,.28),0 8px 20px color-mix(in srgb,var(--accent-shadow) 82%,transparent); }

footer { min-height: 108px; padding: 24px 5vw; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 32px; background-color: var(--ink); background-image: linear-gradient(135deg,var(--ink) 0%,var(--ink-deep) 100%); color: white; border-top: 1px solid rgba(255,255,255,.18); }
.footerBrand { margin-right: 0; }
footer .footerBrand img { width: 180px; height: auto; filter: brightness(0) invert(1); }
footer p { margin: 0; max-width: none; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; text-align: left; }
footer > a:last-child { font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--gold); }

.cookieBar { position: fixed; z-index: 50; left: 50%; bottom: 18px; transform: translateX(-50%); width: min(760px,calc(100% - 32px)); padding: 14px 14px 14px 20px; display: flex; align-items: center; gap: 22px; background: var(--white); color: var(--ink); border: 1px solid var(--line); box-shadow: 0 12px 40px rgba(21,32,39,.18); }
.cookieBar p { margin: 0; font-size: 12px; line-height: 1.45; }
.cookieBar p a { border-bottom: 1px solid var(--gold); }
.cookieBar button { margin-left: auto; border: 0; background: var(--ink); color: white; padding: 12px 20px; cursor: pointer; font-size: 12px; font-weight: 700; }
/* При собственных кнопках записи плавающая кнопка YCLIENTS дублирует интерфейс. */
.yButton { display: none !important; }

.legalPage { min-height: 100vh; background: var(--white); }
.legalHeader { min-height: 92px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); background: var(--paper); }
.legalHeader img { display: block; width: 190px; height: auto; }
.legalHeaderActions { display: flex; align-items: center; gap: 30px; }
.legalPhone { display: grid; gap: 5px; }
.legalPhone span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.legalPhone strong { font-size: 13px; }
.legalHome { min-width: 150px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.legalHome:hover { background: var(--paper-deep); }
.legalHero { padding: 70px 8vw 74px; background: var(--ink); color: white; }
.legalHero h1 { max-width: 950px; margin: 0; font: 560 clamp(42px,4.8vw,64px)/1.04 var(--font-main); letter-spacing: -.045em; }
.legalHero > p:last-child { margin: 26px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }
.legalArticle { width: min(1040px,calc(100% - 64px)); margin: 0 auto; padding: 54px 0 90px; }
.legalLead { max-width: 820px; margin: 0 0 38px; color: var(--ink-soft); font: 450 19px/1.65 var(--font-main); }
.legalArticle section { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 64px; padding: 32px 0; border-top: 1px solid var(--line); }
.legalArticle section:last-child { border-bottom: 1px solid var(--line); }
.legalArticle h2 { margin: 0; font: 560 20px/1.35 var(--font-main); letter-spacing: -.015em; }
.legalArticle section > div, .legalArticle section > ul { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.legalArticle section p { margin: 0; }
.legalArticle section p + p { margin-top: 14px; }
.legalArticle ul { padding-left: 0; list-style: none; }
.legalArticle li { position: relative; padding-left: 20px; }
.legalArticle li::before { content: ""; position: absolute; top: .72em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.legalArticle li + li { margin-top: 10px; }
.legalArticle strong { color: var(--ink); }
.legalArticle a { color: var(--ink); border-bottom: 1px solid var(--gold); }
.legalArticle address { margin-top: 16px; color: var(--ink); font: inherit; }
.legalArticle .legalDate { margin-top: 18px; color: var(--ink); font-weight: 700; }
.legalFooter { min-height: 108px; }

/* Quiet motion: one material, one timing system, no layout shifts. */
.heroCopy { animation: intro-reveal .52s cubic-bezier(.22,.72,.2,1) both; }
.heroGuide { animation: intro-reveal .58s .07s cubic-bezier(.22,.72,.2,1) both; }
.guideLinks i,
.serviceCard a span,
.tariffGrid article > a i,
.benefitLinks i,
.resourceList i,
.contactCard > a span,
.prepareCopy > a span { transition: transform .2s ease; }
.guideLinks a:hover i,
.serviceCard a:hover span,
.tariffGrid article > a:hover i,
.benefitLinks a:hover i,
.resourceList a:hover i,
.contactCard > a:hover span,
.prepareCopy > a:hover span { transform: translateX(4px); }
.faqList summary i::before { transition: transform .2s ease; }
.substitutes { transition: background-color .2s ease,border-color .2s ease; }
.substitutes:hover { background: rgba(255,255,255,.075); border-color: rgba(255,255,255,.4); }

@keyframes button-sheen {
  from { left: -64%; }
  to { left: 132%; }
}

@keyframes intro-reveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1099px) {
  .theme-bordeaux { --ink-deep: #2c0c18; --ink-glow: rgba(216,201,194,.105); }
  .theme-bordeaux .about, .theme-bordeaux .prepareSteps { background: radial-gradient(circle at 12% 0%,rgba(255,255,255,.075),transparent 38%),linear-gradient(145deg,#641e38 0%,#53162d 55%,#3b0f20 100%); }
  .theme-grove .about, .theme-grove .prepareSteps { background: radial-gradient(circle at 12% 0%,rgba(255,255,255,.07),transparent 38%),linear-gradient(145deg,#376167 0%,#294c51 55%,#1c373b 100%); }
  .theme-sapphire .about, .theme-sapphire .prepareSteps { background: radial-gradient(circle at 12% 0%,rgba(255,255,255,.07),transparent 38%),linear-gradient(145deg,#29445f 0%,#1d344e 55%,#12243a 100%); }
  .siteHeader { gap: 22px; }
  .headerInfo { display: none; }
  .headerContacts { display: none; }
  .nav { gap: 16px; }
  .hero { grid-template-columns: 1fr .82fr; }
  .sectionIntro, .sectionIntro.compact { grid-template-columns: 1fr 1.3fr; }
  .infoScreen .sectionIntro.compact { grid-template-columns: 1fr; gap: 12px; }
  .sectionIntro > p:last-child { grid-column: 2; }
  .serviceGrid { display: none; }
  .mobileServiceList { display: block; border-top: 1px solid var(--line); }
  .mobileService { border-bottom: 1px solid var(--line); }
  .mobileService summary { min-height: 62px; padding: 9px 0; display: grid; grid-template-columns: 32px minmax(0,1fr) 28px; gap: 8px; align-items: center; list-style: none; cursor: pointer; }
  .mobileService summary::-webkit-details-marker { display: none; }
  .mobileService summary strong { font: 540 17px/1.25 var(--font-main); letter-spacing: -.015em; }
  .mobileService summary i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid color-mix(in srgb,var(--gold) 35%,transparent); border-radius: 50%; color: var(--gold); font-size: 0; }
  .mobileService summary i::before { content: ""; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
  .mobileService[open] summary i::before { transform: translateY(2px) rotate(225deg); }
  .mobileServiceBody { padding: 0 36px 18px 40px; }
  .mobileServiceBody p { margin: 0 0 14px; color: var(--muted); font-size: 14px; line-height: 1.5; }
  .mobileServiceBody a { min-height: 44px; padding: 12px 0; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 700; }
  .supportScreen { display: block; }
  .supportScreen .quickPath { grid-template-columns: repeat(2,1fr); }
  .quickPath > div:nth-child(2) { border-right: 0; }
  .supportScreen .quickPath > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .about { grid-template-columns: 1fr; gap: 34px; }
  .aboutText { max-width: 720px; }
  .resources { grid-template-columns: 1fr; gap: 38px; }
  .resourceList:not(.expanded) .resourceExtra { display: none; }
  .resourceToggle { width: 100%; min-height: 58px; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); display: flex; align-items: center; justify-content: space-between; gap: 16px; background: transparent; color: white; cursor: pointer; font: 650 12px/1.4 var(--font-main); text-align: left; }
  .resourceToggle i { width: 18px; height: 28px; display: grid; place-items: center; border: 0; color: var(--gold-light); font: 400 18px/1 var(--font-main); }
  .contacts { padding: 56px 5vw; grid-template-columns: 1fr; }
  .contactInfo, .contactCard, .contactMap { grid-column: 1; padding: 0; }
  .contactCard { margin-top: 32px; border-left: 0; }
  .contactMap { height: 300px; margin-top: 28px; }
  .contactActions { grid-column: 1; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contactActions a:nth-child(2) { border-right: 0; }
  .contactActions a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .heroCopy, .heroGuide { animation: none; }
  .headerCta::after, .primaryButton::after,
  .heroContactRail .heroContactPrimary::after,
  .contactActions .contactAppointment::after { display: none; }
  .guideLinks a:hover i,
  .serviceCard a:hover span,
  .tariffGrid article > a:hover i,
  .benefitLinks a:hover i,
  .resourceList a:hover i,
  .resourceList a:hover .resourceIcon,
  .contactCard > a:hover span,
  .prepareCopy > a:hover span { transform: none; }
}

@media (min-width: 761px) and (max-width: 1099px) {
  :root { --tablet-gutter: 32px; }
  .siteHeader { min-height: 88px; padding: 0 var(--tablet-gutter); }
  .brand img { width: 180px; height: auto; }
  .headerContacts { margin-left: auto; padding-left: 0; border-left: 0; }
  .headerContacts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .headerContacts a { grid-template-columns: 58px minmax(0,1fr); }
  .headerCta { display: none; }
  .menuButton { width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); background: transparent; display: grid; align-content: center; gap: 5px; }
  .menuButton span { height: 2px; background: var(--ink); }
  .nav { display: none; position: fixed; z-index: 19; inset: 88px 0 0; min-height: 0; padding: 30px var(--tablet-gutter); background: var(--ink); color: white; border: 0; overflow-y: auto; }
  .nav.open { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: min-content; column-gap: 36px; align-content: start; }
  .nav > a { padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); font: 540 26px/1.2 var(--font-main); letter-spacing: -.025em; }
  .nav > a:hover { color: var(--gold-light); border-bottom-color: rgba(255,255,255,.16); }
  .navContact { grid-column: 1 / -1; margin-top: 34px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.22); display: grid; grid-template-columns: minmax(240px,.8fr) minmax(430px,1.2fr); gap: 32px; align-items: stretch; }
  .navContactDetails { display: grid; grid-template-columns: 1fr 1.25fr; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.035); }
  .navContactDetails > div { min-width: 0; padding: 14px 16px; display: grid; align-content: center; gap: 7px; border-right: 1px solid rgba(255,255,255,.16); }
  .navContactDetails > div:last-child { border-right: 0; }
  .navContactDetails span, .navActions a > span { color: rgba(255,255,255,.58); font: 700 8px/1.2 var(--font-main); letter-spacing: .13em; text-transform: uppercase; }
  .navContactDetails strong { color: white; font: 560 13px/1.35 var(--font-main); }
  .navContactDetails strong small { display: block; color: rgba(255,255,255,.7); font: 450 10px/1.45 var(--font-main); }
  .navContactDetails strong small b { color: white; font-weight: 650; }
  .navActions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .navActions a { min-width: 0; min-height: 66px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: minmax(0,1fr) auto; align-content: center; gap: 4px 12px; background: rgba(255,255,255,.035); }
  .navActions a strong { overflow: hidden; color: white; font: 620 12px/1.3 var(--font-main); text-overflow: ellipsis; white-space: nowrap; }
  .navActions a i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--gold-light); font-style: normal; }
  .nav .navCta { border-color: var(--gold); background: var(--gold); }
  .nav .navCta > span, .nav .navCta i { color: white; }
  .hero { grid-template-columns: 1fr; }
  .heroCopy { padding: 48px var(--tablet-gutter) 38px; }
  .hero h1 { font-size: clamp(46px,7vw,58px); }
  .heroLead { margin-top: 22px; }
  .heroGuide { margin: 0 var(--tablet-gutter) 36px; padding: 28px 32px 30px; }
  .heroGuide h2 { margin: 10px 0 18px; }
  .guideLinks { display: grid; grid-template-columns: repeat(2,1fr); }
  .guideLinks a { padding: 0 18px; }
  .guideLinks a:nth-child(odd) { border-right: 1px solid var(--line); }
  .guideLinks .guideHelp { margin-top: 0; }
  .quickPath > div { min-height: 112px; padding: 22px var(--tablet-gutter) 20px; }
  .section { padding: 44px var(--tablet-gutter); }
  .sectionIntro { margin-bottom: 26px; }
  .about { padding: 44px var(--tablet-gutter); }
  .resources { padding: 44px var(--tablet-gutter); gap: 28px; }
  .resourcesIntro { margin-bottom: 0; }
  .resourceList a { min-height: 56px; }
  .contacts { padding: 44px var(--tablet-gutter); }
  .contactInfo, .contactCard { padding-right: 0; padding-left: 0; }
  footer { padding-right: var(--tablet-gutter); padding-left: var(--tablet-gutter); }
  .prepare { grid-template-columns: 1fr; }
  .prepareCopy { padding: 52px var(--tablet-gutter); }
  .prepareSteps { padding: 34px var(--tablet-gutter); }
  .prepareSteps > div { min-height: 104px; }
  .faqList summary { min-height: 64px; }
  .contactCard { margin-top: 24px; }
  .contactMap { height: 300px; margin-top: 26px; }
  .contactActions { margin-top: 26px; }
  .tariffGrid { grid-template-columns: 1fr 1fr; }
  .about {
    padding: 48px var(--tablet-gutter);
    grid-template-columns: minmax(0,4fr) minmax(0,5fr);
    gap: 40px;
    align-items: start;
  }
  .aboutDescription { margin-top: 24px; }
  .aboutDescription p { margin-bottom: 16px; font-size: 14px; line-height: 1.55; }
  .aboutText { width: 100%; max-width: none; }
  .aboutText > .authorityFacts { margin-top: 0; }
  .aboutText > .authorityFacts > div { min-height: 88px; padding: 16px 12px; }
  .aboutBadges { margin-top: 24px; padding-top: 16px; }
  .aboutText .substitutes { margin-top: 24px; }
}

@media (max-width: 760px) {
  :root { --text-lead-size: 16px; --text-lead-line: 1.5; }
  .supportScreen { display: block; }
  .contactScreen { display: block; }
  .siteHeader { min-height: 74px; padding: 0 var(--mobile-gutter); }
  .brand img { width: 166px; height: auto; }
  .headerContacts { display: none; }
  .headerCta { display: none; }
  .menuButton { width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; display: grid; align-content: center; gap: 5px; }
  .menuButton span { height: 2px; background: var(--ink); }
  .nav { display: none; position: fixed; z-index: 19; inset: 74px 0 0; min-height: 0; padding: 22px var(--mobile-gutter) 24px; background: var(--ink); color: white; border: 0; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; overflow-y: auto; }
  .nav.open { display: flex; }
  .nav > a { padding: 12px 0; border: 0; font: 540 26px/1.2 var(--font-main); letter-spacing: -.025em; }
  .nav > a:hover { color: var(--gold-light); border: 0; }
  .navContact { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); display: grid; gap: 12px; }
  .navContactDetails { display: grid; grid-template-columns: 1fr; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.035); }
  .navContactDetails > div { padding: 12px 14px; display: grid; gap: 6px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .navContactDetails > div:last-child { border-bottom: 0; }
  .navContactDetails span, .navActions a > span { color: rgba(255,255,255,.58); font: 700 8px/1.2 var(--font-main); letter-spacing: .13em; text-transform: uppercase; }
  .navContactDetails strong { color: white; font: 560 13px/1.35 var(--font-main); }
  .navContactDetails strong small { display: inline; color: rgba(255,255,255,.7); font: 450 10px/1.45 var(--font-main); }
  .navContactDetails strong small + small::before { content: " · "; }
  .navContactDetails strong small b { color: white; font-weight: 650; }
  .navActions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .navActions a { min-width: 0; min-height: 62px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: minmax(0,1fr) auto; align-content: center; gap: 4px 8px; background: rgba(255,255,255,.035); }
  .navActions a strong { overflow: hidden; color: white; font: 620 11px/1.3 var(--font-main); text-overflow: ellipsis; white-space: nowrap; }
  .navActions a i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--gold-light); font-style: normal; }
  .nav .navCta { border-color: var(--gold); background: var(--gold); }
  .nav .navCta > span, .nav .navCta i { color: white; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .heroCopy { padding: 40px var(--mobile-gutter) 36px; }
  .hero h1 { font-size: clamp(38px,11.4vw,50px); line-height: 1.04; letter-spacing: -.045em; }
  .heroRole { margin-bottom: 10px; font-size: 19px; }
  .heroLead { margin: 20px 0 0; font-size: 16px; line-height: 1.5; }
  .heroMeta { margin: 17px 0 20px; font-size: 9px; line-height: 1.55; }
  .heroContactRail { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .heroContactRail a { height: 80px; min-height: 80px; padding: 11px 14px; }
  .heroActions { align-items: stretch; flex-direction: column; gap: 10px; }
  .primaryButton, .phoneButton, .routeButton { width: 100%; }
  .heroGuide { margin: 0; padding: 32px var(--mobile-gutter) 34px; border-right: 0; border-left: 0; }
  .hero .heroGuide { display: none; }
  .quickPath, .supportScreen .quickPath { grid-template-columns: 1fr; }
  .quickPath > div { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding: 20px var(--mobile-gutter); grid-template-columns: 32px minmax(0,1fr); align-content: start; column-gap: 14px; }
  .supportScreen .quickPath > div:nth-child(2) { border-right: 0; }
  .supportScreen .quickPath > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .quickPath span { padding-top: 4px; }
  .quickPath strong { min-height: 0; font-size: 16px; }
  .quickPath > div:last-child { border-bottom: 0; }
  .section { padding: 48px var(--mobile-gutter); display: block; }
  .sectionIntro, .sectionIntro.compact { grid-template-columns: 1fr; gap: 18px; }
  .sectionIntro.simple { grid-template-columns: 1fr; }
  .sectionIntro > p:last-child { grid-column: auto; margin-top: 8px; }
  .services { padding-bottom: 42px; }
  .services .sectionIntro { margin-bottom: 20px; }
  .serviceGrid { display: none; }
  .mobileService summary strong { font-size: 18px; }
  .prepare, .about, .contacts { grid-template-columns: 1fr; }
  .contacts { padding: 48px var(--mobile-gutter); }
  .prepareCopy { padding: 48px var(--mobile-gutter); }
  .contactInfo { padding: 0; }
  .prepareSteps { padding: 38px var(--mobile-gutter); }
  .contactCard { padding: 0; }
  .contactMap { height: 238px; margin-top: 24px; }
  .contactMapLink { right: 10px; bottom: 10px; min-height: 40px; padding: 0 12px; gap: 12px; font-size: 10px; }
  .contactCard > div { grid-template-columns: 1fr; gap: 7px; padding: 17px 0; }
  .contactCard strong { max-width: 330px; font-size: 16px; line-height: 1.5; }
  .contactActions { margin-top: 28px; grid-template-columns: 1fr; }
  .contactActions a { min-height: 68px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contactActions a:last-child { border-bottom: 0; }
  .tariffGrid { grid-template-columns: 1fr; }
  .tariffGrid { gap: 0; }
  .tariffs .sectionIntro { margin-bottom: 28px; }
  .tariffGrid article { padding: 24px 0 28px; }
  .tariffGrid article + article { border-top: 1px solid var(--line); }
  .benefitHeading { margin: 0 0 12px; padding-top: 28px; border-top: 1px solid var(--line); }
  .benefitLinks { min-height: 0; padding: 10px 16px; align-items: stretch; flex-direction: column; gap: 0; }
  .benefitLinks a { width: 100%; min-height: 44px; justify-content: space-between; }
  .about { padding: 0 var(--mobile-gutter); display: block; }
  .aboutMobileToggle { width: 100%; min-height: 126px; padding: 32px 0; border: 0; outline: 0; display: grid; grid-template-columns: minmax(0,1fr) 28px; gap: 16px; align-items: center; background: transparent; color: white; text-align: left; }
  .aboutMobileToggle:focus-visible { box-shadow: inset 0 0 0 1px var(--gold-light); }
  .aboutMobileToggle span { display: grid; gap: 16px; }
  .aboutMobileToggle small { color: rgba(255,255,255,.72); font: 700 10px/1.2 var(--font-main); letter-spacing: .16em; text-transform: uppercase; }
  .aboutMobileToggle strong { font: 560 clamp(35px,10vw,44px)/1.04 var(--font-main); letter-spacing: -.045em; }
  .aboutMobileToggle i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid color-mix(in srgb,var(--gold-light) 35%,transparent); border-radius: 50%; color: var(--gold-light); font-size: 0; }
  .aboutMobileToggle i::before { content: ""; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
  .aboutMobileToggle[aria-expanded="true"] i::before { transform: translateY(2px) rotate(225deg); }
  .aboutMobileContent { display: none; }
  .aboutMobileContent.open { padding: 0 0 40px; display: grid; gap: 24px; }
  .aboutLead > .eyebrow, .aboutLead > h2 { display: none; }
  .aboutDescription p { margin-bottom: 16px; font-size: 15px; line-height: 1.55; }
  .aboutText { width: 100%; max-width: none; }
  .aboutText > .authorityFacts { margin-top: 0; }
  .aboutBadges { row-gap: 10px; }
  .authorityFacts { grid-template-columns: 1fr; }
  .authorityFacts > div { min-height: 78px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .authorityFacts > div:last-child { border-bottom: 0; }
  .substitutes p { grid-template-columns: 1fr; gap: 5px; }
  .resources { padding: 48px var(--mobile-gutter); display: block; }
  .resourcesIntro { margin-bottom: 30px; }
  .resourcesIntro .eyebrow { margin-bottom: 20px; }
  .resourcesIntro > p:last-child { margin-top: 20px; }
  .resourceList a { width: 100%; min-width: 0; min-height: 70px; overflow: hidden; grid-template-columns: 44px minmax(0,1fr) 18px; gap: 13px; }
  .resourceIcon { width: 44px; height: 44px; }
  .resourceIcon .resourceGlyph { width: 32px; height: 34px; }
  .resourceIcon .resourceGlyphMgnp { width: 24px; height: 30px; }
  .resourceList strong { min-width: 0; overflow-wrap: anywhere; font-size: 13px; }
  .resourceList i { width: 18px; justify-self: end; text-align: center; transform: none !important; }
  .resourceToggle { min-height: 62px; padding: 0 4px 0 0; }
  .faqList { margin-left: 0; }
  .faqList summary { min-height: 72px; grid-template-columns: 24px 1fr 28px; gap: 10px; font-size: 17px; }
  .faqList details p { padding: 0 38px 25px 34px; }
  .contacts h2 { font-size: clamp(35px,10vw,44px); }
  .contactPhone { font-size: clamp(27px,7.8vw,35px); }
  .contactCard > a { margin: 20px 0 0; }
  .scheduleNote { margin: 0; padding: 12px 0; }
  footer { grid-template-columns: 1fr; align-items: start; gap: 16px; padding: 30px var(--mobile-gutter); }
  footer .footerBrand img { width: 190px; }
  footer p { margin: 0; text-align: left; }
  .cookieBar { bottom: 8px; width: calc(100% - 16px); padding: 9px 9px 9px 12px; gap: 8px; }
  .cookieBar p { font-size: 10px; line-height: 1.35; }
  .cookieBar button { padding: 11px 13px; }
  .legalHeader { min-height: 74px; padding: 0 var(--mobile-gutter); }
  .legalHeader img { width: 162px; }
  .legalHeaderActions { gap: 8px; }
  .legalPhone { display: none; }
  .legalHome { min-width: 118px; padding: 12px; }
  .legalHero { padding: 48px var(--mobile-gutter) 52px; }
  .legalHero h1 { font-size: clamp(34px,9vw,44px); }
  .legalArticle { width: calc(100% - 44px); padding: 42px 0 64px; }
  .legalLead { margin-bottom: 34px; font-size: 16px; }
  .legalArticle section { grid-template-columns: 1fr; gap: 14px; padding: 24px 0; }
  .legalArticle h2 { font-size: 20px; }
  .legalArticle section > div, .legalArticle section > ul { font-size: 14px; }
  .legalFooter { grid-template-columns: 1fr; }
  .headerCta, .primaryButton { box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 6px 14px var(--accent-shadow); }
  .headerCta::after, .primaryButton::after { display: none; }
  .serviceCard:hover { transform: none; box-shadow: none; }
}

@media (max-width: 1099px) {
  section[id] { scroll-margin-top: 68px; }
  .brandText { font-size: 18px; }
  .menuButton span { transition: transform .2s ease, opacity .2s ease; }
  .menuButton[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menuButton[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menuButton[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  footer { grid-template-columns: 1fr; align-items: start; gap: 16px; }
}

@media (max-width: 520px) {
  .brandText { font-size: 15px; }
  .brandText small { font-size: 8px; }
  .brandSeal { width: 36px; height: 39px; flex-basis: 36px; }
  .brandSeal img { width: 165px; height: 39px; }
  footer .footerBrand img { width: 165px; }
}

@media (min-width: 1100px) {
  .siteHeader { min-height: 80px; display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 0; }
  .siteHeader .brand { grid-column: 1 / 4; margin-right: 0; }
  .headerInfo, .headerContacts { display: none; }
  .headerInfo a, .headerInfo div, .headerContacts a { height: 60px; min-height: 60px; }
  .headerContacts a { gap: 5px; }
  .headerEmail strong { font-size: 11px; }
  .headerCta { grid-column: 11 / 13; justify-self: end; }
  .nav { height: 48px; min-height: 48px; }
  .nav.pinned { gap: 20px; }
  .nav.pinned .pinnedContactBar { display: flex; }
  .nav a { padding-top: 13px; padding-bottom: 11px; }
  .navPlaceholder { height: 48px; }
  .hero { min-height: 544px; padding: 24px 5vw; grid-template-columns: repeat(12,minmax(0,1fr)); }
  .heroCopy { grid-column: 1 / 8; padding: 32px 24px 32px 0; }
  .heroGuide { grid-column: 8 / 13; margin: 0; }
  .heroRole { margin-left: 0; }
  .quickPath { padding: 0 5vw; grid-template-columns: repeat(12,minmax(0,1fr)); }
  .quickPath > div { grid-column: span 3; min-height: 160px; padding: 32px 24px 24px; }
  .supportScreen .quickPath > div:first-child { padding-left: 0; }
  .supportScreen .quickPath > div:last-child { padding-right: 24px; }
  .sectionIntro.simple { margin-left: 0; }
  .guideLinks a { padding-right: 12px; padding-left: 12px; grid-template-columns: 32px minmax(0,1fr) 24px; }
  .guideLinks .guideHelp { margin-top: 0; padding-right: 12px; padding-left: 12px; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); }
  .guideLinks .guideHelp strong { color: inherit; }
  .guideLinks .guideHelp span { color: var(--gold); }
  .quickPath > div { grid-template-rows: 40px minmax(0,1fr); align-content: start; align-items: baseline; }
  .quickPath span { align-self: baseline; }
  .quickPath strong { align-self: baseline; }
  .quickPath p { grid-column: 1 / -1; align-self: start; }
  .services { padding-top: 64px; padding-bottom: 64px; }
  .services .sectionIntro { margin-bottom: 32px; }
  .serviceGrid { grid-template-columns: repeat(12,minmax(0,1fr)); }
  .serviceCard { grid-column: span 4; }
  .tariffs { padding-top: 48px; padding-bottom: 48px; }
  .tariffs .sectionIntro { margin-bottom: 32px; }
  .tariffGrid { grid-template-columns: repeat(12,minmax(0,1fr)); gap: 0; }
  .tariffGrid article { padding-top: 24px; padding-bottom: 0; display: grid; grid-template-rows: auto minmax(48px,1fr) auto; }
  .tariffGrid article:first-child { grid-column: 1 / 7; padding-right: 24px; }
  .tariffGrid article:last-child { grid-column: 7 / 13; padding-left: 24px; border-left: 1px solid var(--line); }
  .tariffGrid article > a { margin-top: 20px; padding-top: 14px; padding-bottom: 14px; }
  .aboutText > p { font-size: 16px; }
  .theme-bordeaux .about,
  .theme-grove .about,
  .theme-sapphire .about { background-image: linear-gradient(145deg,var(--ink) 0%,color-mix(in srgb,var(--ink-deep) 82%,var(--ink)) 100%); }
  .substitutes summary strong { color: white; font-size: 17px; font-weight: 590; }
  .substitutes summary small { color: rgba(255,255,255,.82); font-size: 13px; }
  .faqList summary i::before,
  .faqList details[open] summary i::before { transform: rotate(45deg); }
  .faqList details[open] summary i::before { transform: rotate(225deg); }
  .resources { padding-bottom: 64px; background-image: linear-gradient(145deg,var(--ink) 0%,color-mix(in srgb,var(--ink-deep) 82%,var(--ink)) 100%); }
  .contactCard > div { align-items: baseline; }
  .contactCard .contactDay { color: var(--ink-soft); font-weight: 450; }
  .contactCard .contactHours { color: var(--ink); font-weight: 680; font-variant-numeric: tabular-nums; }
  .supportScreen { display: flex; flex-direction: column; }
  .supportScreen .quickPath { order: 1; flex: 1; }
  .infoScreen { display: block; }
  .infoScreen .about { padding: 56px 5vw; grid-template-columns: repeat(12,minmax(0,1fr)); align-items: start; gap: 0; }
  .infoScreen .aboutLead { grid-column: 1 / 5; }
  .infoScreen .aboutDescription { max-width: 410px; margin-top: 24px; }
  .infoScreen .aboutDescription p { font-size: 14px; line-height: 1.58; }
  .infoScreen .authorityFacts dt { font-size: 9px; line-height: 1.4; }
  .infoScreen .authorityFacts dd { font-size: 16px; line-height: 1.3; }
  .infoScreen .authorityFacts small { margin-top: 5px; font-size: 12px; line-height: 1.35; }
  .infoScreen .aboutText { grid-column: 6 / 13; max-width: none; display: block; }
  .infoScreen .aboutText > .authorityFacts { margin-top: 0; }
  .infoScreen .aboutText > .authorityFacts > div { min-height: 88px; padding: 16px; }
  .infoScreen .aboutBadges { margin-top: 24px; padding: 16px 0 0; }
  .infoScreen .aboutBadges span { line-height: 1.4; }
  .infoScreen .aboutText .substitutes { margin-top: 24px; }
  .infoScreen .substitutes summary { min-height: 80px; padding: 16px; }
  .infoScreen .faq { padding: 48px 5vw; display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); align-items: start; gap: 0; }
  .infoScreen .faq > .sectionIntro { grid-column: 1 / 5; }
  .infoScreen .faqList { grid-column: 6 / 13; }
  .infoScreen .sectionIntro.compact { grid-template-columns: 1fr; gap: 12px; }
  .infoScreen .sectionIntro { margin-bottom: 0; }
  .infoScreen .faq .eyebrow { margin-bottom: 0; }
  .infoScreen .faqList { margin-left: 0; }
  .infoScreen .faqList summary { min-height: 64px; grid-template-columns: 24px 1fr 28px; gap: 10px; font-size: 18px; }
  .infoScreen .faqList details p { padding-left: 34px; }
  .resources { padding: 64px 5vw; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 0; }
  .resourcesIntro { grid-column: 1 / 5; }
  .resourceList { grid-column: 6 / 13; }
  .resourceList a { min-height: 56px; }
  .contactScreen .contacts { padding: 48px 5vw; grid-template-columns: repeat(12,minmax(0,1fr)); align-items: start; gap: 0; }
  .contactScreen .contactInfo, .contactScreen .contactCard { padding: 0; justify-content: flex-start; }
  .contactScreen .contactInfo { grid-column: 1 / 6; }
  .contactScreen .contactCard { grid-column: 7 / 13; border-left: 0; }
}

@media (hover: hover) and (pointer: fine) {
  .heroContactRail a:hover,
  .serviceCard:hover,
  .contactActions a:hover { transform: translateY(-2px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .heroCopy, .heroGuide { animation: none; }
  .headerCta, .primaryButton, .heroContactRail a, .heroContactRail i,
  .contactActions a, .contactActions a i, .serviceCard, .guideLinks i,
  .serviceCard a span, .tariffGrid article > a i, .benefitLinks i,
  .resourceList i, .resourceIcon, .contactCard > a span,
  .prepareCopy > a span, .faqList summary i::before, .substitutes { transition: none; }
  .headerCta:hover::after, .primaryButton:hover::after,
  .heroContactRail .heroContactPrimary:hover::after,
  .contactActions .contactAppointment:hover::after { animation: none; }
  .headerCta:hover, .primaryButton:hover, .heroContactRail a:hover,
  .serviceCard:hover, .contactActions a:hover,
  .resourceList a:hover .resourceIcon, .heroContactRail a:hover i,
  .contactActions a:hover i { transform: none; }
}

@media (hover: none), (pointer: coarse) {
  .heroCopy, .heroGuide { animation: none; }
  .headerCta::after, .primaryButton::after,
  .heroContactRail .heroContactPrimary::after,
  .contactActions .contactAppointment::after { display: none; }
  .headerCta, .primaryButton, .phoneButton, .routeButton,
  .heroContactRail a, .guideLinks a, .guideLinks i,
  .mobileService summary i, .serviceCard, .serviceCard a span,
  .tariffGrid article > a, .tariffGrid article > a i,
  .benefitLinks a, .benefitLinks i, .resourceList a,
  .resourceList i, .resourceIcon, .contactActions a, .contactActions a i,
  .heroContactRail i,
  .contactCard > a span, .prepareCopy > a span,
  .faqList summary i::before, .substitutes, .substitutes summary i {
    transition: none;
    animation: none;
  }
  .headerCta:hover, .primaryButton:hover, .heroContactRail a:hover,
  .serviceCard:hover, .contactActions a:hover,
  .guideLinks a:hover i, .serviceCard a:hover span,
  .tariffGrid article > a:hover i, .benefitLinks a:hover i,
  .resourceList a:hover i, .resourceList a:hover .resourceIcon,
  .contactCard > a:hover span, .prepareCopy > a:hover span,
  .heroContactRail a:hover i, .contactActions a:hover i {
    transform: none;
  }
  .serviceCard:hover, .resourceList a:hover { box-shadow: none; }
}

/* Визуальная проверка сетки: включается только параметром ?grid=1. */
.debugGridOverlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background-image: repeating-linear-gradient(to bottom, rgba(13,110,253,.16) 0 1px, transparent 1px 8px);
}

.debugGridColumns {
  position: absolute;
  inset: 0 5vw;
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
}

.debugGridColumns i {
  border-left: 1px solid rgba(255,45,117,.42);
  background: rgba(255,45,117,.035);
}

.debugGridColumns i:last-child { border-right: 1px solid rgba(255,45,117,.42); }

.debugGridOverlay > span {
  position: fixed;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(13,24,43,.9);
  color: #fff;
  font: 650 11px/1.2 var(--font-main);
  letter-spacing: .04em;
}

.debug-grid :is(.siteHeader,.nav,.hero,.quickPath,.sectionIntro,.serviceGrid,.benefitLinks,.aboutText,.faqList,.resourceList,.contactInfo,.contactCard,footer) {
  outline: 1px solid rgba(0,117,255,.72);
  outline-offset: -1px;
}

.debug-grid :is(.guideLinks a,.quickPath>div,.serviceCard,.faqList details,.resourceList a,.contactCard>div) {
  box-shadow: inset 0 0 0 1px rgba(255,153,0,.72) !important;
}

@media (max-width: 899px) {
  .debugGridColumns { inset: 0 var(--mobile-gutter); grid-template-columns: repeat(4,minmax(0,1fr)); }
  .debugGridColumns i:nth-child(n+5) { display: none; }
  .debugGridOverlay > span { bottom: 8px; font-size: 9px; }
}
