@font-face {
  font-family: "Onweer";
  src: url("Onweer-Var_Combined_FuFo_v01.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #071019;
  --bg-deep: #040a10;
  --surface: #0c1721;
  --surface-2: #111f2b;
  --line: #253847;
  --line-bright: #3a5365;
  --text: #eef5f7;
  --muted: #96a6af;
  --blue: #168bc4;
  --blue-bright: #30a9df;
  --orange: #dc6d2b;
  --font-body: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --font-display: "Onweer", "Arial Narrow", sans-serif;
  --container: 1280px;
  --header-height: 88px;
  --z-header: 20;
  --z-menu: 18;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .05;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }

:focus-visible {
  outline: 2px solid var(--blue-bright);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--text);
  color: var(--bg);
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 138px 0 156px; position: relative; }

.eyebrow {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow span { color: var(--blue-bright); margin-right: 14px; font-variant-numeric: tabular-nums; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3,
.process-index,
.principle-row > strong,
.branch-map-placeholder span,
.service-media-section figcaption span {
  font-style: normal;
  font-synthesis: none;
  font-variation-settings: "slnt" 0;
}
h1, h2 {
  font-family: var(--font-display);
  font-weight: 780;
  line-height: .84;
  letter-spacing: -.025em;
  text-transform: uppercase;
  text-wrap: balance;
}

h1 em, h2 em { color: var(--blue-bright); font-style: normal; }
h2 { margin-bottom: 0; font-size: clamp(64px, 7.2vw, 112px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: end; margin-bottom: 72px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -14px; }
.section-heading > p:last-child { max-width: 500px; color: var(--muted); font-size: 18px; line-height: 1.7; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #f7fcff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px));
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.button:hover { background: var(--blue-bright); border-color: var(--blue-bright); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(16, 124, 177, .24); }
.button:active { transform: translateY(1px) scale(.985); }
.button:disabled { opacity: .45; cursor: not-allowed; pointer-events: none; transform: none; box-shadow: none; }
.button-small { min-height: 44px; padding-inline: 20px; }
.button-large { min-height: 58px; padding-inline: 30px; }
.button-secondary { border-color: #203746; background: #102330; }
.button-secondary span { margin-left: 14px; color: var(--blue-bright); font-size: 18px; transition: transform .2s ease; }
.button-call-icon { width: 19px; height: 19px; flex: 0 0 auto; margin-left: 14px; fill: none; stroke: var(--blue-bright); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.button-secondary:hover { border-color: #345266; background: #172f3f; box-shadow: 0 14px 34px rgba(3, 12, 18, .3); }
.button-secondary:hover span { transform: translate(3px, -3px); }
.button-secondary:hover .button-call-icon { transform: scale(1.08) rotate(-5deg); }

.text-link { display: inline-flex; gap: 12px; align-items: center; min-height: 44px; font-size: 14px; font-weight: 650; }
.text-link span { color: var(--blue-bright); font-size: 20px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: var(--header-height);
  z-index: var(--z-header);
  border-bottom: 1px solid transparent;
  transition: background-color .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}

.site-header.is-scrolled { background: rgba(5, 13, 20, .88); border-bottom-color: rgba(103, 133, 151, .18); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 26px; }
.header-brand-group { min-width: 0; display: flex; align-items: center; gap: 16px; }
.brand { width: clamp(150px, 12.5vw, 178px); min-width: 0; display: inline-flex; align-items: center; line-height: 1; }
.brand-logo { width: 100%; height: auto; }
.header-city { min-height: 28px; display: inline-flex; align-items: center; gap: 8px; padding-left: 16px; border-left: 1px solid var(--line); color: #aebbc2; font-size: 10px; font-weight: 600; line-height: 1.2; letter-spacing: .055em; white-space: nowrap; text-transform: uppercase; }
.header-city > span { width: 6px; height: 6px; flex: 0 0 auto; border: 1px solid var(--blue-bright); transform: rotate(45deg); }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: 28px; }
.desktop-nav a { position: relative; padding: 10px 0; color: #c5d0d6; font-size: 15px; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 3px; height: 1px; background: var(--blue-bright); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-contact { display: grid; grid-template-columns: repeat(2, auto); align-items: center; line-height: 1.25; }
.header-location { display: flex; flex-direction: column; align-items: flex-end; margin: 0; padding: 0 18px; font-style: normal; }
.header-location:first-child { border-right: 1px solid var(--line); }
.header-location:last-child { padding-right: 0; }
.header-phone { white-space: nowrap; font-size: 15px; font-weight: 650; font-variant-numeric: tabular-nums; }
.header-location span { margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .04em; white-space: nowrap; }
.menu-toggle, .mobile-menu { display: none; }

@media (min-width: 1081px) {
  .header-brand-group .brand { transform: translateY(3px); }
  .desktop-nav { transform: translateY(-2px); }
}

.hero {
  position: relative;
  min-height: 680px;
  padding-top: var(--header-height);
  background:
    linear-gradient(90deg, rgba(4, 10, 16, .9) 0%, rgba(4, 10, 16, .8) 34%, rgba(4, 10, 16, .24) 67%, rgba(4, 10, 16, .16) 100%),
    linear-gradient(180deg, rgba(4, 10, 16, .26) 0%, transparent 42%, rgba(4, 10, 16, .48) 100%),
    url("assets/images/hero-service-v1.webp") 65% center / cover no-repeat;
  overflow: hidden;
}

.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(63, 100, 123, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(63, 100, 123, .15) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, #000, transparent 74%); }
.hero-inner { position: relative; z-index: 2; min-height: calc(680px - var(--header-height)); display: flex; align-items: center; padding-top: 56px; padding-bottom: 72px; }
.hero-copy { position: relative; z-index: 3; max-width: 760px; }
.hero h1 { margin: 0 0 28px; font-size: clamp(54px, calc(5.2vw - 4px), 82px); line-height: .88; }
.hero-lead { max-width: 620px; margin-bottom: 32px; color: #adbac1; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.68; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; gap: 12px; }
.metro-dot { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 4px rgba(220, 109, 43, .12); }

.services { background: linear-gradient(180deg, var(--bg) 0%, #0a141d 100%); }
.services .section-heading { margin-bottom: 46px; }
.services h2 { font-size: clamp(42px, 4.1vw, 62px); line-height: .9; }
.service-grid { min-width: 0; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-width: 0; min-height: 250px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(10, 22, 32, .35); overflow: hidden; transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease; }
.service-card::after { content: ""; position: absolute; inset: auto -35px -70px auto; width: 170px; height: 170px; border: 1px solid rgba(48, 169, 223, .12); transform: rotate(45deg); pointer-events: none; }
.service-card:hover, .service-card:focus-within { z-index: 1; border-color: rgba(72, 177, 224, .34); background-color: #102330; box-shadow: inset 0 0 0 1px rgba(48, 169, 223, .16), 0 0 30px rgba(20, 125, 176, .14); }
.service-card-featured { grid-column: span 2; min-height: 280px; background: radial-gradient(circle at 80% 20%, rgba(33, 142, 193, .22), transparent 35%), #101f2a; }
.service-card-blue { background: var(--blue); color: white; }
.service-card-blue:hover, .service-card-blue:focus-within { background-color: #209bd1; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16), 0 0 34px rgba(32, 155, 209, .24); }
.service-card-wide { grid-column: span 2; }
.service-card-full { grid-column: 1 / -1; min-height: 280px; background: radial-gradient(circle at 86% 18%, rgba(33, 142, 193, .2), transparent 32%), #101f2a; }
.service-card-full p { max-width: 760px; }
.service-card h3 { max-width: 100%; margin: 0 0 12px; font-family: var(--font-display); font-size: 30px; line-height: .95; text-transform: uppercase; overflow-wrap: anywhere; hyphens: auto; }
.service-card p { max-width: 440px; margin-bottom: 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-card.service-card-blue p { color: #fff; }
.service-card ul { display: flex; gap: 10px; margin: -4px 0 24px; padding: 0; list-style: none; }
.service-card li { padding: 7px 12px; border: 1px solid var(--line); color: #b9c8cf; font-size: 13px; line-height: 1; text-transform: uppercase; letter-spacing: .08em; }
.service-card.service-card-blue li { border-color: rgba(255, 255, 255, .72); color: #fff; }
.service-card a { align-self: flex-start; min-height: 44px; display: inline-flex; align-items: center; gap: 12px; margin-top: auto; color: #d8e5ea; font-size: 11px; font-weight: 650; line-height: 1; text-transform: uppercase; letter-spacing: .05em; }
.service-card > a::before { content: ""; position: absolute; z-index: 2; inset: 0; }
.service-card a span { display: inline-flex; align-items: center; justify-content: center; color: var(--blue-bright); font-size: 18px; line-height: 1; }
.service-card-blue a span { color: #fff; }

.car-lab { min-height: 760px; padding: 0; background: var(--bg-deep); border-block: 1px solid #172837; overflow: hidden; }
.car-lab-grid { min-height: 760px; display: flex; align-items: center; }
.car-lab-copy { position: relative; z-index: 4; width: min(470px, 38vw); padding: 82px 0 92px; }
.car-lab h2 { font-size: clamp(42px, 4.1vw, 62px); line-height: .9; }
.car-lab-copy > p:first-of-type { max-width: 430px; margin-top: 24px; color: #a9b8c0; font-size: 16px; line-height: 1.65; text-wrap: pretty; }
.lab-status { position: relative; margin-top: 34px; padding: 26px 28px 24px; border-left: 2px solid var(--blue-bright); background: rgba(6, 16, 24, .82); box-shadow: inset 0 0 0 1px rgba(103, 137, 157, .1), 0 22px 60px rgba(0, 8, 14, .2); backdrop-filter: blur(16px); transition: opacity .18s ease, transform .18s ease; }
.lab-status.is-changing { opacity: .35; transform: translateY(5px); }
.lab-status-label { display: block; margin-bottom: 9px; color: #6f8997; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.lab-status h3 { margin: 0 0 15px; font-family: var(--font-display); font-size: 32px; line-height: .94; text-transform: uppercase; text-wrap: balance; }
.lab-status p { max-width: 440px; margin: 18px 0 16px; color: #a4b3bb; font-size: 13px; line-height: 1.65; text-wrap: pretty; }
.lab-symptoms { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.lab-symptoms li { padding: 7px 9px 6px; border: 1px solid rgba(58, 83, 101, .86); color: #c8d5da; font-size: 10px; line-height: 1; letter-spacing: .04em; }
.lab-status-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; }
.lab-status-actions a { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: #d7e4e9; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.lab-status-actions a span { color: var(--blue-bright); font-size: 18px; line-height: 1; transition: transform .25s ease; }
.lab-status-actions a:hover span { transform: translate(3px, -1px); }
.lab-booking-link { color: var(--blue-bright) !important; }
.car-selector { position: absolute; z-index: 1; inset: 0; isolation: isolate; overflow: hidden; background: #08121a; }
.car-selector::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3, 9, 15, .98) 0%, rgba(3, 9, 15, .92) 24%, rgba(3, 9, 15, .57) 40%, rgba(3, 9, 15, .08) 66%, rgba(3, 9, 15, .15) 100%), linear-gradient(180deg, rgba(3, 9, 15, .2), transparent 38%, rgba(3, 9, 15, .34)); pointer-events: none; }
.car-selector-image { width: 100%; height: 100%; display: block; object-fit: cover; }
.car-zone-highlight { position: absolute; z-index: 2; left: var(--zone-x, 84%); top: var(--zone-y, 47%); width: clamp(180px, 19vw, 310px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(48, 169, 223, .3) 0%, rgba(22, 139, 196, .13) 32%, rgba(22, 139, 196, 0) 69%); transform: translate(-50%, -50%); mix-blend-mode: screen; pointer-events: none; transition: left .42s cubic-bezier(.2, .75, .2, 1), top .42s cubic-bezier(.2, .75, .2, 1), width .3s ease; }
.car-point { position: absolute; z-index: 4; left: var(--x); top: var(--y); width: 50px; height: 50px; padding: 0; transform: translate(-50%, -50%); border: 1px solid var(--blue); border-radius: 50%; background: rgba(7, 16, 25, .88); color: #c9e8f5; cursor: pointer; box-shadow: 0 0 0 10px rgba(22, 139, 196, .05); transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.car-point::before, .car-point::after { content: ""; position: absolute; background: rgba(48, 169, 223, .45); }
.car-point::before { width: 18px; height: 1px; left: -23px; top: 24px; }
.car-point::after { width: 1px; height: 18px; left: 24px; top: -23px; }
.car-point-index { font-size: 10px; font-weight: 700; }
.car-point-label { position: absolute; left: 50%; bottom: calc(100% + 13px); width: max-content; max-width: 170px; padding: 7px 9px 6px; border: 1px solid rgba(65, 113, 139, .65); background: rgba(5, 14, 22, .92); color: #e3f2f8; font-size: 9px; font-weight: 700; line-height: 1; letter-spacing: .06em; text-transform: uppercase; opacity: 0; pointer-events: none; transform: translate(-50%, 5px); transition: opacity .2s ease, transform .2s ease; white-space: nowrap; }
.car-point:hover .car-point-label, .car-point:focus-visible .car-point-label, .car-point.is-active .car-point-label { opacity: 1; transform: translate(-50%, 0); }
.car-point-engine { --x: 84%; --y: 47%; }
.car-point-electric { --x: 60%; --y: 44%; }
.car-point-chassis { --x: 74%; --y: 66%; }
.car-point-exhaust { --x: 47%; --y: 64%; }
.car-point:hover, .car-point.is-active { border-color: #77d2f8; background: var(--blue); transform: translate(-50%, -50%) scale(1.1); box-shadow: 0 0 0 10px rgba(22,139,196,.08), 0 0 35px rgba(22,139,196,.42); }
.car-point.is-active { animation: car-point-pulse 2.4s ease-out infinite; }
.lab-zone-tabs { display: none; }
@keyframes car-point-pulse {
  0%, 45% { box-shadow: 0 0 0 10px rgba(22,139,196,.08), 0 0 35px rgba(22,139,196,.4); }
  75% { box-shadow: 0 0 0 22px rgba(22,139,196,0), 0 0 46px rgba(22,139,196,.48); }
  100% { box-shadow: 0 0 0 10px rgba(22,139,196,.08), 0 0 35px rgba(22,139,196,.4); }
}

.approach { background: #0a151f; }
.approach h2 { font-size: clamp(42px, 4.1vw, 62px); line-height: .9; }
.section-heading-split { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { position: relative; min-height: 145px; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 36px; padding: 24px 22px; border-bottom: 1px solid var(--line); transition: background-color .25s ease, padding-left .25s ease; }
.process-list li::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--blue-bright); transform: scaleY(0); transition: transform .25s ease; }
.process-list li:hover { padding-left: 34px; background: #0f202c; }
.process-list li:hover::before { transform: scaleY(1); }
.process-index { color: var(--blue-bright); font-family: var(--font-display); font-size: 42px; font-variant-numeric: tabular-nums; }
.process-list h3 { margin: 0 0 6px; font-family: var(--font-display); font-size: 32px; text-transform: uppercase; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }
.process-time { justify-self: end; padding: 7px 12px; border: 1px solid var(--line-bright); color: #aab9c0; font-size: 13px; line-height: 1; letter-spacing: .08em; text-transform: uppercase; }

.principles { min-height: 760px; padding: 0; overflow: hidden; background: var(--bg-deep); }
.principles-grid { min-height: 760px; display: flex; justify-content: flex-end; align-items: center; }
.principles-visual { position: absolute; z-index: 1; inset: 0; overflow: hidden; background: #050b11; }
.principles-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 10, 16, .04) 0%, rgba(4, 10, 16, .08) 38%, rgba(4, 10, 16, .65) 58%, rgba(4, 10, 16, .94) 76%, rgba(4, 10, 16, .98) 100%), linear-gradient(180deg, rgba(4, 10, 16, .12), transparent 48%, rgba(4, 10, 16, .34)); pointer-events: none; }
.principles-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.principles-copy { position: relative; z-index: 3; width: min(570px, 46%); padding: 96px 0 108px; }
.principles-copy h2 { margin-bottom: 48px; font-size: clamp(42px, 4.1vw, 62px); line-height: .9; word-spacing: .08em; }
.principle-row { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.principle-row:last-child { border-bottom: 1px solid var(--line); }
.principle-row > strong { color: var(--blue-bright); font-family: var(--font-display); font-size: 22px; }
.principle-row h3 { margin: 0 0 6px; font-family: var(--font-display); font-size: 26px; text-transform: uppercase; }
.principle-row p { max-width: 500px; margin: 0; color: var(--muted); font-size: 13px; }

.branches { background: linear-gradient(180deg, #09131c, #071019); }
.branches .section-heading h2 { font-size: clamp(42px, 4.1vw, 62px); line-height: .9; }
.branch-layout { border: 1px solid var(--line); }
.branch-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.branch-card { min-height: 230px; display: flex; flex-direction: column; align-items: flex-start; padding: 40px; background: #0b1822; }
.branch-card + .branch-card { border-left: 1px solid var(--line); }
.branch-card h3 { margin: 0 0 12px; font-family: var(--font-display); font-size: 36px; line-height: .95; text-transform: uppercase; }
.branch-card > p { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--muted); font-size: 12px; }
.branch-card > a { font-size: 20px; font-weight: 650; }
.branch-hours { margin-top: 7px; color: var(--muted); font-size: 13px; letter-spacing: .04em; }
.branch-card:nth-child(n+3) { border-top: 1px solid var(--line); }
.branch-card:nth-child(2n+1) { border-left: 0; }
.branch-map-placeholder { min-height: 360px; display: grid; place-items: center; border-top: 1px solid var(--line); background: linear-gradient(135deg, #102330, #0c1a24 58%, #123348); color: rgba(238, 245, 247, .62); }
.branch-map-placeholder span { font-family: var(--font-display); font-size: 30px; letter-spacing: .02em; text-transform: uppercase; }
.branch-map-embed { position: relative; width: 100%; height: clamp(360px, 32vw, 500px); overflow: hidden; border-top: 1px solid var(--line); background: #102330; }
.branch-map-embed iframe,
.branch-map-embed > div,
.branch-map-embed > div > div { width: 100% !important; height: 100% !important; min-height: 0 !important; display: block; border: 0; }
.contact-socials, .footer-socials, .mobile-menu-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-socials { margin-top: 24px; }
.contact-socials a, .footer-socials a, .mobile-menu-socials a { min-height: 42px; display: inline-flex; align-items: center; gap: 18px; padding: 0 15px; border: 1px solid var(--line); color: var(--text); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .05em; transition: border-color .2s ease, color .2s ease; }
.contact-socials a:hover, .footer-socials a:hover, .mobile-menu-socials a:hover { border-color: var(--blue-bright); color: var(--blue-bright); }

.faq { background: var(--bg-deep); }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 100px; }
.faq-intro { position: sticky; top: calc(var(--header-height) + 34px); align-self: start; }
.faq-intro h2 { font-size: clamp(42px, 4.1vw, 62px); line-height: .9; }
.faq-copy { max-width: 400px; margin: 30px 0 26px; color: var(--muted); }
.faq-contacts { max-width: 400px; border-top: 1px solid var(--line); }
.faq-contact { display: flex; flex-direction: column; align-items: flex-start; padding: 16px 0 18px; font-style: normal; }
.faq-contact + .faq-contact { border-top: 1px solid var(--line); }
.faq-contact .text-link { min-height: 34px; font-size: 18px; font-weight: 650; font-variant-numeric: tabular-nums; }
.faq-contact > span { margin-top: 3px; color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 98px; display: grid; grid-template-columns: 48px 1fr 30px; align-items: center; gap: 20px; padding: 0 10px; list-style: none; cursor: pointer; font-size: 17px; font-weight: 550; transition: color .25s ease, background-color .25s ease; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--blue-bright); font-size: 10px; }
.faq-list summary i { position: relative; width: 24px; height: 24px; border: 1px solid var(--line-bright); transition: border-color .25s ease, transform .25s ease; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; background: var(--blue-bright); }
.faq-list summary i::before { width: 10px; height: 1px; left: 6px; top: 11px; }
.faq-list summary i::after { width: 1px; height: 10px; left: 11px; top: 6px; transition: transform .32s cubic-bezier(.4, 0, .2, 1); }
.faq-list details[open] summary i::after { transform: rotate(90deg); }
.faq-list details.is-closing summary i::after { transform: rotate(0); }
.faq-list summary:hover { color: var(--blue-bright); background: rgba(255, 255, 255, .018); }
.faq-list summary:hover i { border-color: var(--blue-bright); transform: scale(1.04); }
.faq-list details > p { max-width: 700px; margin: -6px 68px 30px 78px; color: var(--muted); font-size: 14px; line-height: 1.75; }

@media (prefers-reduced-motion: reduce) {
  .faq-list summary,
  .faq-list summary i,
  .faq-list summary i::after { transition: none; }
}

.booking { position: relative; padding: 132px 0 142px; overflow: hidden; background: #0d82b8 url("assets/images/booking-service-v1.webp") center / cover no-repeat; color: #fff; }
.booking::before { content: ""; position: absolute; z-index: 0; inset: 0; background: rgba(13, 139, 196, .78); }
.booking::after { content: ""; position: absolute; z-index: 1; width: 560px; height: 560px; right: -100px; top: -250px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.booking-lines { position: absolute; z-index: 1; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 80px 80px; transform: skewY(-3deg); }
.booking-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8%; }
.booking h2 { font-size: clamp(42px, 4.1vw, 62px); line-height: .9; }
.booking h2 em { color: #071019; }
.booking-grid > div > p:last-child { max-width: 460px; margin-top: 28px; color: rgba(255,255,255,.82); }
.booking-form { padding: 38px; background: #f1f6f7; color: #071019; box-shadow: 0 28px 70px rgba(4,30,45,.25); }
.booking-form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.booking-form-trap input { width: 1px !important; min-height: 0 !important; padding: 0 !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.booking-form > label, .field-row label { display: block; margin-bottom: 24px; }
.booking-form label > span, .booking-form legend { display: block; margin-bottom: 8px; color: #4e616b; font-size: 10px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.booking-form input, .booking-form textarea { width: 100%; min-height: 54px; padding: 13px 0; border: 0; border-bottom: 1px solid #b8c8ce; border-radius: 0; outline: none; background: transparent; color: #071019; resize: vertical; transition: border-color .2s ease, box-shadow .2s ease; }
.booking-form input:focus, .booking-form textarea:focus { border-bottom-color: var(--blue); box-shadow: 0 1px 0 var(--blue); }
.booking-form input.is-invalid, .booking-form textarea.is-invalid { border-bottom-color: #dc756c; box-shadow: 0 1px 0 #dc756c; }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: #86979f; }
.booking-form fieldset { display: flex; gap: 10px; margin: 4px 0 28px; padding: 0; border: 0; }
.booking-form legend { width: 100%; margin-bottom: 12px; }
.radio-choice { cursor: pointer; }
.radio-choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.radio-choice span { min-height: 44px; display: flex !important; align-items: center; margin: 0 !important; padding: 0 14px; border: 1px solid #b9c7cc; color: #43545c !important; font-size: 10px !important; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.radio-choice input:checked + span { border-color: var(--blue); background: var(--blue); color: white !important; }
.radio-choice input:focus-visible + span { outline: 2px solid var(--blue); outline-offset: 3px; }
.form-consents { display: grid; gap: 11px; margin: -4px 0 26px; }
.consent-choice { position: relative; display: grid !important; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; margin: 0 !important; cursor: pointer; }
.consent-choice input { position: absolute; width: 1px; height: 1px; min-height: 0; padding: 0; opacity: 0; }
.booking-form .consent-choice > .consent-mark { width: 20px; height: 20px; display: grid; place-items: center; margin: 0; border: 1px solid #9cacb3; background: #fff; transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.booking-form .consent-choice > .consent-mark::after { content: ""; width: 9px; height: 5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: translateY(-1px) rotate(-45deg) scale(0); transition: transform .18s ease; }
.consent-choice input:checked + .consent-mark { border-color: var(--blue); background: var(--blue); }
.consent-choice input:checked + .consent-mark::after { transform: translateY(-1px) rotate(-45deg) scale(1); }
.consent-choice input:focus-visible + .consent-mark { outline: 2px solid var(--blue); outline-offset: 3px; }
.booking-form .consent-choice > .consent-text { display: block; margin: 0; color: #566970; font-size: 11px; font-weight: 500; line-height: 20px; letter-spacing: 0; text-transform: none; }
.consent-text a { color: #173f56; text-decoration: underline; text-underline-offset: 2px; }
.consent-choice.is-invalid .consent-mark { border-color: #dc756c; box-shadow: 0 0 0 2px rgba(220, 117, 108, .14); }
.form-footer { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; }
.form-footer .button { border-color: var(--blue); background: var(--blue); }
.form-footer .button:hover { border-color: #0f77aa; background: #0f77aa; }
.form-footer .button:disabled { cursor: not-allowed; opacity: .58; }
.form-footer p { max-width: 280px; margin: 0; color: #71838b; font-size: 9px; }
.form-footer p a { text-decoration: underline; }
.form-message { min-height: 22px; margin: 14px 0 0; font-size: 13px; font-weight: 650; }
.form-message:empty { display: none; }
.form-message.is-error { color: #c9564d; }
.form-message.is-success { padding: 15px 17px; border: 1px solid rgba(255,255,255,.55); background: var(--blue); color: #fff; font-size: 14px; line-height: 1.45; box-shadow: 0 12px 30px rgba(22,139,196,.2); }

.site-notification { position: fixed; z-index: 120; top: max(18px, env(safe-area-inset-top)); right: 18px; width: min(460px, calc(100% - 36px)); display: grid; grid-template-columns: 44px minmax(0, 1fr) 36px; gap: 14px; align-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.58); background: var(--blue); color: #fff; box-shadow: 0 24px 70px rgba(0, 21, 34, .42); opacity: 0; transform: translateY(-18px); pointer-events: none; transition: opacity .24s ease, transform .24s ease; }
.site-notification[hidden] { display: none; }
.site-notification.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.site-notification-icon { position: relative; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; background: rgba(255,255,255,.1); }
.site-notification-icon::after { content: ""; position: absolute; width: 17px; height: 9px; left: 12px; top: 14px; border-left: 3px solid #fff; border-bottom: 3px solid #fff; transform: rotate(-45deg); }
.site-notification-copy { min-width: 0; display: grid; gap: 3px; }
.site-notification-copy strong { font-size: 20px; line-height: 1.1; }
.site-notification-copy > span { color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.45; }
.site-notification-close { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.42); background: transparent; color: #fff; font-size: 25px; line-height: 1; cursor: pointer; }
.site-notification-close:hover { background: rgba(255,255,255,.14); }

body.modal-open { overflow: hidden; }
.booking-modal { position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility 0s linear .3s; }
.booking-modal[hidden] { display: none; }
.booking-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.booking-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(1, 7, 11, .82); backdrop-filter: blur(8px); cursor: pointer; }
.booking-modal-dialog { position: relative; width: min(620px, 100%); max-height: calc(100dvh - 48px); overflow: auto; border: 1px solid rgba(75, 130, 160, .35); background: #f1f6f7; box-shadow: 0 30px 100px rgba(0, 0, 0, .5); transform: translateY(18px) scale(.985); transition: transform .34s cubic-bezier(.2, .8, .2, 1); }
.booking-modal.is-open .booking-modal-dialog { transform: translateY(0) scale(1); }
.booking-modal-close { position: absolute; z-index: 3; top: 18px; right: 18px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(7, 16, 25, .22); background: rgba(241, 246, 247, .9); cursor: pointer; transition: border-color .22s ease, background-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.booking-modal.is-open .booking-modal-close { animation: booking-close-in .42s .12s backwards; }
.booking-modal-close:hover { border-color: var(--blue); background: var(--blue); box-shadow: 0 8px 22px rgba(22, 139, 196, .24); transform: translateY(-2px); }
.booking-modal-close:active { transform: scale(.94); }
.booking-modal-close span { position: absolute; width: 18px; height: 1px; background: #071019; transition: width .22s ease, background-color .22s ease; }
.booking-modal-close:hover span { width: 22px; background: #fff; }
.booking-modal-close span:first-child { transform: rotate(45deg); }
.booking-modal-close span:last-child { transform: rotate(-45deg); }
@keyframes booking-close-in { from { opacity: 0; transform: translateY(-8px) rotate(-35deg) scale(.8); } to { opacity: 1; transform: none; } }
.booking-modal-form { min-width: 0; margin: 0; padding: 70px 48px 28px; box-shadow: none; }
.booking-modal-form .form-footer { display: block; }
.booking-modal-form .form-footer .button { width: 100%; }

.call-modal { position: fixed; z-index: 82; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility 0s linear .3s; }
.call-modal[hidden] { display: none; }
.call-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.call-modal-backdrop { position: absolute; inset: 0; background: rgba(1, 7, 11, .86); backdrop-filter: blur(8px); cursor: pointer; }
.call-modal-dialog { position: relative; width: min(720px, 100%); max-height: calc(100dvh - 48px); overflow: auto; border: 1px solid rgba(75, 130, 160, .42); background: radial-gradient(circle at 92% 8%, rgba(22, 139, 196, .2), transparent 36%), #071019; box-shadow: 0 30px 100px rgba(0, 0, 0, .58); transform: translateY(18px) scale(.985); transition: transform .34s cubic-bezier(.2, .8, .2, 1); }
.call-modal.is-open .call-modal-dialog { transform: translateY(0) scale(1); }
.call-modal-close { position: absolute; z-index: 3; top: 20px; right: 20px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(216, 235, 245, .26); background: rgba(7, 16, 25, .78); cursor: pointer; transition: border-color .22s ease, background-color .22s ease, transform .22s ease; }
.call-modal-close:hover { border-color: var(--blue-bright); background: var(--blue); transform: translateY(-2px); }
.call-modal-close:active { transform: scale(.94); }
.call-modal-close span { position: absolute; width: 18px; height: 1px; background: #fff; transition: width .22s ease; }
.call-modal-close:hover span { width: 22px; }
.call-modal-close span:first-child { transform: rotate(45deg); }
.call-modal-close span:last-child { transform: rotate(-45deg); }
.call-modal-content { padding: 62px 56px 56px; }
.call-modal-content .eyebrow { margin-bottom: 22px; }
.call-modal-content h2 { margin: 0; font-size: clamp(48px, 7vw, 72px); line-height: .88; }
.call-modal-content > p:not(.eyebrow) { max-width: 460px; margin: 24px 0 34px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.call-options { display: grid; border-top: 1px solid var(--line-bright); }
.call-option { min-width: 0; min-height: 104px; display: grid; grid-template-columns: 36px minmax(0, 1fr) auto 24px; gap: 16px; align-items: center; padding: 20px 8px; border-bottom: 1px solid var(--line-bright); transition: color .22s ease, background-color .22s ease, padding .22s ease; }
.call-option:hover { padding-inline: 16px; background: rgba(22, 139, 196, .12); color: #fff; }
.call-option-number { color: var(--blue-bright); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.call-option-copy { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.call-option-copy strong { font-size: 17px; font-weight: 650; line-height: 1.25; }
.call-option-copy small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.call-option-phone { font-size: 17px; font-weight: 650; font-variant-numeric: tabular-nums; white-space: nowrap; }
.call-option-icon { width: 22px; height: 22px; fill: none; stroke: var(--blue-bright); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .22s ease; }
.call-option:hover .call-option-icon { transform: translateX(4px); }

.site-footer { padding: 58px 0 28px; background: #03080d; }
.footer-top { display: grid; grid-template-columns: .55fr .75fr 1.7fr; gap: 50px; align-items: end; padding-bottom: 42px; }
.site-footer .brand { width: min(100%, 238px); }
.footer-top > p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-info { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) auto; gap: 28px; align-items: end; }
.footer-location { min-width: 0; display: flex; flex-direction: column; font-style: normal; }
.footer-location a { font-size: 16px; font-weight: 650; font-variant-numeric: tabular-nums; white-space: nowrap; }
.footer-location span { margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.35; white-space: nowrap; }
.footer-hours > span { margin-top: 5px; color: var(--muted); font-size: 9px; white-space: nowrap; }
.footer-hours { display: flex; flex-direction: column; text-align: right; }
.footer-hours > span { order: 2; }
.footer-hours strong { font-size: 12px; font-weight: 600; line-height: 1.45; white-space: nowrap; }
.footer-socials { grid-column: 3; justify-content: flex-start; margin-top: -24px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid #17242e; color: #fff; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }
.footer-legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 26px; }
.mobile-actions { display: none; }

.legal-page { min-height: 100dvh; padding: calc(var(--header-height) + 58px) 0 110px; background: var(--bg); }
.legal-page .container { max-width: 900px; }
.legal-page .text-link { margin-bottom: 90px; }
.legal-page h1 { margin: 30px 0 44px; font-size: clamp(42px, 4.8vw, 64px); line-height: .92; }
.legal-page p:last-child { max-width: 680px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.legal-content { color: #b4c1c7; font-size: 16px; line-height: 1.75; }
.legal-content h2 { margin: 48px 0 18px; color: var(--text); font-size: 32px; line-height: .98; }
.legal-content p { max-width: 800px; margin-bottom: 20px; }
.legal-content .legal-notice { max-width: none; padding: 20px 22px; border: 1px solid rgba(220, 117, 108, .45); background: rgba(220, 117, 108, .08); color: #e6bbb7; font-size: 14px; }

.inner-page { background: var(--bg); }
.inner-hero { position: relative; min-height: 360px; display: flex; align-items: flex-end; padding: calc(var(--header-height) + 46px) 0 52px; overflow: hidden; background: linear-gradient(90deg, rgba(4, 10, 16, .94), rgba(4, 10, 16, .6) 58%, rgba(4, 10, 16, .28)), var(--inner-hero-image, url("assets/images/hero-service-v1.webp")) 68% 54% / cover no-repeat; }
.inner-hero::after, .service-detail-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 90px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.inner-hero-grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(63, 100, 123, .22) 1px, transparent 1px), linear-gradient(90deg, rgba(63, 100, 123, .2) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, #000, transparent 82%); }
.inner-hero-content { position: relative; z-index: 2; min-width: 0; }
.inner-hero h1 { max-width: 900px; margin: 14px 0 16px; font-size: clamp(42px, 4.1vw, 62px); line-height: .9; }
.inner-hero-content > p { max-width: 650px; margin: 0; color: #b2c0c7; font-size: 16px; line-height: 1.55; }
.breadcrumbs { min-width: 0; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: #8ea0aa; font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs > * { min-width: 0; overflow-wrap: anywhere; }
.breadcrumbs a { color: #cbd7dc; transition: color .2s ease; }
.breadcrumbs a:hover { color: var(--blue-bright); }
.breadcrumbs span[aria-hidden] { color: var(--blue); }
.service-catalog { padding-top: 72px; background: linear-gradient(180deg, var(--bg), #0a141d); }
.service-grid-catalog .service-card { min-height: 290px; }
.price-catalog { padding-top: 72px; background: linear-gradient(180deg, var(--bg), #09141d); }
.contacts-branches { padding-top: 72px; }
.price-categories { border-top: 1px solid var(--line); }
.price-category { display: grid; grid-template-columns: minmax(250px, .38fr) minmax(0, 1fr); border-bottom: 1px solid var(--line); }
.price-category-heading { align-content: start; padding: 38px 36px 38px 0; }
.price-category-heading h2, .price-category-heading h3 { margin: 0; font-family: var(--font-display); font-size: clamp(31px, 3vw, 44px); font-weight: 760; line-height: .94; text-transform: uppercase; }
.price-category-heading p { max-width: 340px; margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.price-table-wrap { min-width: 0; border-left: 1px solid var(--line); }
.price-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.price-table th, .price-table td { padding: 20px 24px; border-bottom: 1px solid rgba(37, 56, 71, .72); text-align: left; vertical-align: middle; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table th { height: 50px; padding-top: 13px; padding-bottom: 13px; color: #78909d; font-size: 9px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.price-table th:first-child, .price-table td:first-child { width: 58%; }
.price-table th:nth-child(2), .price-table td:nth-child(2) { width: 24%; }
.price-table th:last-child, .price-table td:last-child { width: 18%; }
.price-table td { color: #c5d1d7; font-size: 14px; }
.price-table td:first-child { color: var(--text); font-size: 15px; font-weight: 550; }
.price-table td strong { color: var(--blue-bright); font-size: 14px; font-weight: 650; white-space: nowrap; }
.price-table tbody tr { transition: background-color .2s ease; }
.price-table tbody tr:hover { background: rgba(48, 169, 223, .045); }
.price-empty { padding: 34px; border: 1px solid var(--line); color: var(--muted); }
.service-price-section { border-top: 1px solid var(--line); background: linear-gradient(180deg, #071019, #0a151e); }
.service-price-section .section-heading h2 { font-size: clamp(42px, 4.1vw, 62px); line-height: .9; }
.service-price-section .price-category { grid-template-columns: minmax(230px, .32fr) minmax(0, 1fr); }
.service-price-section .price-category-heading h3 { font-size: clamp(29px, 2.7vw, 40px); }
.service-price-section .price-table-wrap { display: flex; }
.service-price-section .price-table { align-self: stretch; height: 100%; }
.service-price-section .price-table tbody tr { height: 62px; }
.service-price-section .price-table td { padding-top: 14px; padding-bottom: 14px; }
.price-all-link { margin-top: 34px; }
.inner-cta { position: relative; padding: 100px 0; border-top: 1px solid var(--line); background-color: #0b1721; background-image: linear-gradient(90deg, rgba(4, 10, 16, .97) 0%, rgba(4, 10, 16, .88) 38%, rgba(4, 10, 16, .52) 68%, rgba(4, 10, 16, .68) 100%), linear-gradient(180deg, rgba(4, 10, 16, .16), rgba(4, 10, 16, .62)), var(--inner-cta-image); background-position: center; background-size: cover; background-repeat: no-repeat; overflow: hidden; }
.inner-cta::after { content: ""; position: absolute; inset: -120px -50px auto auto; width: 420px; height: 420px; border: 1px solid rgba(48, 169, 223, .13); transform: rotate(45deg); }
.inner-cta-grid { position: relative; z-index: 1; min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 80px; align-items: end; }
.inner-cta-grid > * { min-width: 0; }
.inner-cta h2 { font-size: clamp(42px, 4.1vw, 62px); line-height: .9; }
.inner-cta p { max-width: 580px; margin: 26px 0 0; color: var(--muted); font-size: 17px; }
.inner-cta-actions { display: flex; gap: 10px; }

.service-detail-hero { position: relative; min-height: 430px; display: flex; align-items: flex-end; padding: calc(var(--header-height) + 42px) 0 54px; overflow: hidden; background-color: #071019; background-image: linear-gradient(90deg, rgba(4, 10, 16, .96) 0%, rgba(4, 10, 16, .88) 40%, rgba(4, 10, 16, .58) 70%, rgba(4, 10, 16, .38) 100%), linear-gradient(180deg, rgba(4, 10, 16, .08), rgba(4, 10, 16, .46)), var(--service-hero-background, none); background-position: 68% 52%; background-size: cover; background-repeat: no-repeat; }
.service-detail-hero-grid { position: relative; z-index: 2; }
.service-detail-copy { min-width: 0; max-width: 760px; }
.service-detail-copy h1 { margin: 20px 0 18px; font-size: clamp(52px, 5vw, 72px); line-height: .9; }
.service-detail-copy > p { max-width: 620px; margin-bottom: 20px; color: #b1bec5; font-size: 16px; line-height: 1.55; }
.service-detail-actions { display: flex; gap: 8px; align-items: stretch; }
.service-detail-actions > .button { flex: 0 0 auto; white-space: nowrap; }
.service-facts { display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; }
.service-facts:empty { display: none; }
.service-facts li { min-width: 142px; padding: 10px 14px; border: 1px solid var(--line); background: rgba(10, 22, 32, .55); }
.service-facts span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.service-facts strong { font-size: 14px; font-weight: 650; text-transform: uppercase; letter-spacing: .04em; }
.service-content { background: #0a141d; }
.service-content-grid { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 100px; align-items: start; }
.service-content-grid > * { min-width: 0; }
.service-prose { min-width: 0; max-width: 780px; color: #b6c2c8; font-size: 17px; line-height: 1.8; overflow-wrap: break-word; }
.service-prose h2 { max-width: 100%; margin: 0 0 30px; color: var(--text); font-size: clamp(38px, 3.8vw, 54px); line-height: .94; overflow-wrap: anywhere; hyphens: auto; }
.service-prose h2:not(:first-child) { margin-top: 78px; }
.service-prose h3 { margin: 42px 0 18px; color: var(--text); font-family: var(--font-display); font-size: 30px; line-height: 1; text-transform: uppercase; }
.service-prose p { margin-bottom: 24px; }
.service-prose ul { display: grid; gap: 12px; margin: 28px 0 36px; padding: 0; list-style: none; }
.service-prose li { position: relative; padding: 15px 18px 15px 46px; border: 1px solid var(--line); background: rgba(7, 16, 25, .42); }
.service-prose li::before { content: ""; position: absolute; left: 19px; top: 50%; width: 9px; height: 9px; border: 2px solid var(--blue-bright); transform: translateY(-50%) rotate(45deg); }
.service-contact-card { position: sticky; top: calc(var(--header-height) + 28px); padding: 0; border: 1px solid var(--line); background: radial-gradient(circle at 88% 10%, rgba(22, 139, 196, .2), transparent 30%), #0d1c27; overflow: hidden; }
.service-contact-card::after { content: ""; position: absolute; right: -72px; bottom: -104px; width: 190px; height: 190px; border: 1px solid rgba(48, 169, 223, .14); transform: rotate(45deg); }
.service-contact-card-body { padding: 34px; }
.service-intro-image { position: relative; z-index: 1; margin: 0; aspect-ratio: 3 / 2; overflow: hidden; border-bottom: 1px solid var(--line); background: #071019; }
.service-intro-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.service-contact-card h2 { margin: 0 0 24px; font-size: 46px; line-height: .9; }
.service-contact-card p { margin-bottom: 30px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-contact-card a { position: relative; z-index: 1; min-height: 50px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: 15px; font-weight: 650; }
.service-contact-card a:last-child { border-bottom: 1px solid var(--line); }
.service-contact-card a span { color: var(--blue-bright); }
.related-services { border-top: 1px solid var(--line); background: var(--bg); }
.related-services h2 { font-size: clamp(42px, 4.1vw, 62px); line-height: .9; }
.service-landing-section { border-top: 1px solid var(--line); }
.service-landing-section .section-heading { margin-bottom: 42px; }
.service-landing-section .section-heading h2, .service-faq-intro h2 { font-size: clamp(38px, 3.8vw, 54px); line-height: .94; }
.service-landing-section .section-heading > p, .service-faq-intro > p { max-width: 620px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-signals { padding: 88px 0; background: linear-gradient(180deg, #071019, #09151f); }
.service-signal-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.service-signal-grid li { position: relative; min-height: 0; display: flex; align-items: center; padding: 22px 26px 22px 56px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(10, 22, 32, .38); }
.service-signal-grid li::before { content: ""; position: absolute; left: 27px; top: 50%; width: 9px; height: 9px; border: 2px solid var(--blue-bright); transform: translateY(-50%) rotate(45deg); }
.service-signal-grid p { max-width: none; margin: 0; color: #dbe5e9; font-size: 17px; line-height: 1.5; }
.service-scope { background: #0a141d; }
.service-scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.service-scope-grid li { min-height: 0; padding: 28px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-scope-grid h3 { margin: 0 0 14px; font-family: var(--font-display); font-size: 31px; line-height: .96; text-transform: uppercase; }
.service-scope-grid p { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-media-section { position: relative; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: #050b11; }
.service-media-section figure { position: relative; height: clamp(340px, 34vw, 500px); margin: 0; overflow: hidden; background: #050b11; }
.service-media-section figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 8, 13, .16), rgba(3, 8, 13, .3)), radial-gradient(circle at 50% 46%, rgba(8, 22, 31, .02), rgba(3, 8, 13, .14) 82%); }
.service-media-section img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 48%; }
.service-media-section figcaption { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; padding: 40px; color: var(--text); text-align: center; }
.service-media-section figcaption span { max-width: 980px; font-family: var(--font-display); font-size: clamp(44px, 5.2vw, 76px); font-weight: 780; line-height: .92; letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; text-shadow: 0 3px 28px rgba(2, 7, 11, .72); }
.service-process { background: #0a151f; }
.service-process .section-heading { margin-bottom: 42px; }
.service-faq { background: var(--bg-deep); }
.service-faq-grid { display: grid; grid-template-columns: .64fr 1.36fr; gap: 90px; }
.service-faq-intro { position: sticky; top: calc(var(--header-height) + 34px); align-self: start; }
.service-faq-intro > p { margin-top: 26px; }
.service-faq .faq-list summary { grid-template-columns: minmax(0, 1fr) 30px; }
.service-faq .faq-list details > p { margin-left: 10px; }

@media (max-width: 1080px) {
  .desktop-nav, .header-contact { display: none; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-grid { grid-template-columns: 1fr; }
  .car-lab, .car-lab-grid { min-height: 760px; }
  .car-lab-copy { width: min(440px, 48vw); }
  .faq-grid { gap: 60px; }
  .booking-grid { gap: 55px; }
  .footer-top { grid-template-columns: .6fr 1.4fr; align-items: start; }
  .footer-info { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid #17242e; }
  .service-content-grid { grid-template-columns: minmax(0, 1fr) 330px; gap: 50px; }
  .inner-cta-grid { grid-template-columns: 1fr; gap: 44px; }
  .service-faq-grid { gap: 54px; }
}

@media (max-width: 760px) {
  :root { --header-height: 72px; }
  body { padding-bottom: 62px; font-size: 15px; }
  body, body * {
    -webkit-hyphens: none !important;
    hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 68px 0 76px; }
  h2 { font-size: clamp(52px, 15.2vw, 64px); }
  .eyebrow { margin-bottom: 22px; }
  .site-header { background: rgba(5, 13, 20, .9); border-bottom-color: rgba(103, 133, 151, .16); backdrop-filter: blur(16px); }
  .site-header.is-menu-open { border-bottom-color: rgba(103, 133, 151, .22); background: transparent; backdrop-filter: none; }
  .header-inner { position: relative; z-index: 19; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; }
  .site-header .header-brand-group { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; overflow: hidden; }
  .site-header .brand { width: clamp(116px, 36vw, 150px); justify-self: start; }
  .site-header .header-city { min-height: 24px; justify-self: center; gap: 6px; padding-left: 10px; font-size: 9px; letter-spacing: .035em; transform: translateY(2px); }
  .site-header .header-city > span { width: 5px; height: 5px; }
  .site-header .button-small { display: none; }
  .menu-toggle { grid-column: 2; justify-self: end; width: 46px; height: 46px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line-bright); background: rgba(7, 16, 25, .24); cursor: pointer; transition: border-color .3s ease, background-color .3s ease, transform .3s ease; }
  .menu-toggle:hover { border-color: var(--blue-bright); }
  .menu-toggle:active { transform: scale(.96); }
  .menu-toggle span { width: 20px; height: 1px; background: var(--text); transition: transform .36s cubic-bezier(.4, 0, .2, 1), background-color .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: var(--z-menu); inset: 0; min-height: 100dvh; display: flex; flex-direction: column; overflow-y: auto; padding: calc(var(--header-height) + 34px) 16px max(28px, env(safe-area-inset-bottom)); border-bottom: 0; background: radial-gradient(circle at 92% 86%, rgba(22, 139, 196, .22), transparent 36%), #050d14; opacity: 0; visibility: hidden; pointer-events: none; clip-path: inset(0 0 100% 0); transform: translateY(-12px); transition: clip-path .52s cubic-bezier(.76, 0, .24, 1), transform .52s cubic-bezier(.76, 0, .24, 1), opacity .28s ease, visibility 0s linear .52s; }
  .mobile-menu::before { content: ""; position: absolute; inset: var(--header-height) 16px auto; height: 1px; background: var(--line); }
  .mobile-menu[hidden] { display: flex; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; clip-path: inset(0); transform: translateY(0); transition-delay: 0s; }
  .mobile-menu nav { display: grid; counter-reset: mobile-nav; }
  .mobile-menu nav a { min-width: 0; min-height: 70px; display: grid; grid-template-columns: 36px minmax(0, 1fr); align-items: center; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: clamp(34px, 10.5vw, 46px); font-style: normal; font-synthesis: none; font-variation-settings: "slnt" 0; line-height: .9; text-transform: uppercase; overflow-wrap: anywhere; opacity: 0; transform: translateY(18px); transition: color .25s ease, opacity .32s ease, transform .42s cubic-bezier(.2, .8, .2, 1); counter-increment: mobile-nav; }
  .mobile-menu nav a::before { content: "0" counter(mobile-nav); align-self: center; color: var(--blue-bright); font-family: var(--font-body); font-size: 9px; font-weight: 650; letter-spacing: .06em; }
  .mobile-menu nav a:hover { color: var(--blue-bright); }
  .mobile-menu.is-open nav a { opacity: 1; transform: translateY(0); }
  .mobile-menu.is-open nav a:nth-child(1) { transition-delay: .16s; }
  .mobile-menu.is-open nav a:nth-child(2) { transition-delay: .21s; }
  .mobile-menu.is-open nav a:nth-child(3) { transition-delay: .26s; }
  .mobile-menu.is-open nav a:nth-child(4) { transition-delay: .31s; }
  .mobile-menu.is-open nav a:nth-child(5) { transition-delay: .36s; }
  .mobile-menu.is-open nav a:nth-child(6) { transition-delay: .41s; }
  .mobile-menu-contacts { display: grid; grid-template-columns: 1fr 1fr; margin: 22px 0; border-block: 1px solid var(--line); opacity: 0; transform: translateY(16px); transition: opacity .3s ease, transform .4s cubic-bezier(.2, .8, .2, 1); }
  .mobile-menu.is-open .mobile-menu-contacts { opacity: 1; transform: translateY(0); transition-delay: .45s; }
  .mobile-menu-location { min-width: 0; display: flex; flex-direction: column; justify-content: center; min-height: 84px; margin: 0; padding: 10px 12px 10px 0; font-style: normal; }
  .mobile-menu-location + .mobile-menu-location { padding-left: 12px; border-left: 1px solid var(--line); }
  .mobile-menu-location:nth-child(2n+1) { padding-left: 0; border-left: 0; }
  .mobile-menu-location a { font-size: 13px; font-weight: 650; font-variant-numeric: tabular-nums; white-space: nowrap; }
  .mobile-menu-location span { margin-top: 6px; color: var(--muted); font-size: 10px; white-space: nowrap; }
  .mobile-menu-socials { margin: -8px 0 22px; opacity: 0; transform: translateY(12px); transition: opacity .3s ease, transform .4s cubic-bezier(.2, .8, .2, 1); }
  .mobile-menu.is-open .mobile-menu-socials { opacity: 1; transform: translateY(0); transition-delay: .48s; }
  .mobile-menu .button { width: 100%; min-height: 54px; margin-top: auto; opacity: 0; transform: translateY(14px); transition: background-color .25s ease, border-color .25s ease, opacity .3s ease, transform .4s cubic-bezier(.2, .8, .2, 1); }
  .mobile-menu.is-open > .button { opacity: 1; transform: translateY(0); transition-delay: .5s; }
  .hero {
    min-height: auto;
    background:
      linear-gradient(90deg, rgba(4, 10, 16, .86) 0%, rgba(4, 10, 16, .58) 100%),
      linear-gradient(180deg, rgba(4, 10, 16, .22) 0%, transparent 38%, rgba(4, 10, 16, .62) 100%),
      url("assets/images/hero-service-v1.webp") 70% center / cover no-repeat;
  }
  .hero::after { height: 96px; }
  .hero-inner { min-height: auto; display: block; padding-top: clamp(78px, 11vh, 96px); padding-bottom: 54px; }
  .hero h1 { margin-bottom: 24px; font-size: clamp(45px, calc(13.6vw - 4px), 54px); line-height: .92; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-actions .button { width: 100%; font-size: 15px; }
  .section-heading, .section-heading-split { min-width: 0; display: block; margin-bottom: 40px; }
  .section-heading h2, .section-heading-split h2, .principles-copy h2, .booking h2 {
    max-width: 100%;
    font-size: clamp(38px, 11.7vw, 44px);
    line-height: .94;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .section-heading .eyebrow { margin-bottom: 22px; }
  .section-heading > p:last-child { margin-top: 26px; font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-featured, .service-card-wide, .service-card-full { grid-column: auto; min-width: 0; min-height: 0; padding: 22px 20px 20px; }
  .service-card h3 { font-size: clamp(27px, 8.2vw, 30px); line-height: .98; text-wrap: wrap; overflow-wrap: anywhere; hyphens: auto; }
  .service-card p { margin-bottom: 12px; }
  .service-card ul { flex-wrap: wrap; gap: 8px; margin: -2px 0 8px; }
  .service-card li { max-width: 100%; overflow-wrap: anywhere; }
  .service-card a { margin-top: 0; }
  .car-lab { min-height: 0; padding: 68px 0 76px; }
  .car-lab-grid { min-height: 0; display: flex; flex-direction: column; align-items: stretch; }
  .car-lab-copy { display: contents; }
  .car-lab h2 { order: 1; max-width: 100%; font-size: clamp(38px, 11.7vw, 44px); line-height: .94; overflow-wrap: anywhere; }
  .car-lab-copy > p:first-of-type { order: 2; max-width: 520px; margin: 20px 0 0; font-size: 15px; }
  .car-selector { position: relative; order: 3; width: 100vw; height: clamp(250px, 72vw, 360px); margin: 34px 0 0 calc(50% - 50vw); }
  .car-selector::after { background: linear-gradient(180deg, rgba(3, 9, 15, .12), rgba(3, 9, 15, .02) 50%, rgba(3, 9, 15, .5) 100%), linear-gradient(90deg, rgba(3, 9, 15, .42), transparent 35%); }
  .car-selector-image { object-position: 70% center; }
  .car-zone-highlight { width: clamp(130px, 42vw, 190px); }
  .car-point { display: none; }
  .lab-zone-tabs { order: 4; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
  .lab-zone-tabs button { min-width: 0; min-height: 56px; display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: center; gap: 7px; padding: 8px 10px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(8, 20, 29, .62); color: #bdcbd2; font-size: 11px; font-weight: 700; line-height: 1.2; text-align: left; text-transform: uppercase; cursor: pointer; transition: background-color .25s ease, color .25s ease, box-shadow .25s ease; overflow-wrap: anywhere; }
  .lab-zone-tabs button span { color: #68818f; font-size: 9px; font-variant-numeric: tabular-nums; }
  .lab-zone-tabs button.is-active { background: #123044; color: #fff; box-shadow: inset 2px 0 var(--blue-bright); }
  .lab-zone-tabs button.is-active span { color: var(--blue-bright); }
  .lab-status { order: 5; width: 100%; margin-top: 16px; padding: 24px 20px 20px; }
  .lab-status h3 { font-size: 29px; }
  .lab-status p { font-size: 13px; }
  .lab-status-actions { gap: 4px 18px; }
  .process-list li { min-height: 126px; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 8px; }
  .process-list li:hover { padding-left: 8px; }
  .process-index { font-size: 29px; }
  .process-list h3 { font-size: 25px; }
  .process-time { grid-column: 2; justify-self: start; }
  .principles { min-height: 0; padding-top: 0; padding-bottom: 76px; }
  .principles-grid { min-height: 0; display: block; }
  .principles-visual { position: relative; width: 100vw; height: 270px; margin-left: calc(50% - 50vw); }
  .principles-visual::after { background: linear-gradient(180deg, rgba(4, 10, 16, .02), rgba(4, 10, 16, .06) 56%, var(--bg-deep) 100%); }
  .principles-image { object-position: 28% 58%; }
  .principles-copy { width: 100%; padding: 42px 0 0; }
  .principles-copy h2 { margin-bottom: 34px; }
  .branch-list { grid-template-columns: 1fr; }
  .branch-card { min-height: 215px; padding: 22px 26px; }
  .branch-card + .branch-card { border-top: 1px solid var(--line); border-left: 0; }
  .branch-card h3 { max-width: 100%; font-size: 31px; overflow-wrap: anywhere; hyphens: auto; }
  .branch-card > a { max-width: 100%; overflow-wrap: anywhere; }
  .branch-map-placeholder { min-height: 260px; }
  .branch-map-placeholder span { font-size: 25px; }
  .branch-map-embed { width: 100%; height: clamp(340px, 100vw, 440px); min-height: 0; }
  .branch-map-embed iframe,
  .branch-map-embed > div,
  .branch-map-embed > div > div { width: 100% !important; height: 100% !important; min-height: 0 !important; }
  .faq-grid { grid-template-columns: 1fr; gap: 56px; }
  .faq-intro { position: static; }
  .faq-list summary { min-height: 88px; grid-template-columns: 30px 1fr 26px; gap: 10px; padding: 0; font-size: 14px; }
  .faq-list details > p { margin: -4px 36px 26px 40px; font-size: 13px; }
  .booking { padding: 68px 0 76px; }
  .booking-grid { gap: 36px; }
  .booking-form { margin-inline: -8px; padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .booking-form fieldset { flex-direction: column; }
  .form-footer { grid-template-columns: 1fr; }
  .form-footer .button { width: 100%; }
  .booking-modal { place-items: end stretch; padding: 0; }
  .booking-modal-dialog { width: 100%; min-height: 100dvh; max-height: 100dvh; overflow-x: hidden; border-right: 0; border-bottom: 0; border-left: 0; transform: translateY(28px); }
  .booking-modal-close { position: fixed; top: 14px; right: 16px; }
  .booking-modal-form { margin-inline: 0; padding: 70px 20px max(20px, env(safe-area-inset-bottom)); }
  .booking-form input, .booking-form textarea { font-size: 16px; }
  .site-notification { top: max(10px, env(safe-area-inset-top)); right: 10px; width: calc(100% - 20px); grid-template-columns: 38px minmax(0, 1fr) 36px; gap: 11px; padding: 14px; }
  .site-notification-icon { width: 38px; height: 38px; }
  .site-notification-icon::after { width: 15px; height: 8px; left: 10px; top: 12px; }
  .site-notification-copy strong { font-size: 18px; }
  .site-notification-copy > span { font-size: 13px; }
  .call-modal { place-items: end stretch; padding: 0; }
  .call-modal-dialog { width: 100%; min-height: 100dvh; max-height: 100dvh; overflow-x: hidden; border-right: 0; border-bottom: 0; border-left: 0; transform: translateY(28px); }
  .call-modal-close { position: fixed; top: 14px; right: 16px; }
  .call-modal-content { padding: 74px 20px max(24px, env(safe-area-inset-bottom)); }
  .call-modal-content h2 { font-size: clamp(46px, 14vw, 62px); }
  .call-modal-content > p:not(.eyebrow) { margin: 20px 0 28px; font-size: 13px; }
  .call-option { min-height: 112px; grid-template-columns: 28px minmax(0, 1fr) 22px; gap: 12px; padding-inline: 0; }
  .call-option:hover { padding-inline: 8px; }
  .call-option-phone { grid-column: 2; margin-top: -4px; font-size: 15px; }
  .call-option-icon { grid-column: 3; grid-row: 1 / span 2; }
  .booking-form .consent-choice > .consent-text { font-size: 10px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-info { grid-template-columns: 1fr; gap: 0; padding-top: 0; border-top: 1px solid var(--line); }
  .footer-location, .footer-hours { padding: 17px 0; border-bottom: 1px solid var(--line); text-align: left; }
  .footer-location a, .footer-location span, .footer-hours > span, .footer-hours strong { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
  .footer-socials { grid-column: auto; margin-top: -12px; }
  .footer-hours > span { order: 0; margin: 0 0 5px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .footer-legal-links { flex-direction: column; justify-content: flex-start; gap: 10px; }
  .legal-page { padding: calc(var(--header-height) + 40px) 0 80px; }
  .legal-page h1 { font-size: clamp(27px, 8.5vw, 34px); overflow-wrap: anywhere; }
  .legal-content { min-width: 0; font-size: 14px; overflow-wrap: break-word; }
  .legal-content h2 { font-size: 28px; overflow-wrap: anywhere; hyphens: auto; }
  .inner-hero { min-height: 290px; padding: calc(var(--header-height) + 32px) 0 36px; background-position: 68% center; }
  .inner-hero h1 { max-width: 100%; margin: 14px 0 16px; font-size: clamp(40px, 13vw, 52px); line-height: .92; overflow-wrap: anywhere; hyphens: auto; }
  .inner-hero-content > p { font-size: 14px; line-height: 1.55; }
  .breadcrumbs { gap: 7px; font-size: 9px; }
  .service-grid-catalog .service-card { min-height: 0; }
  .service-catalog { padding-top: 40px; }
  .price-category { display: block; }
  .price-catalog { padding-top: 40px; }
  .contacts-branches { padding-top: 40px; }
  .price-category-heading { padding: 30px 0 26px; }
  .price-category-heading h2, .price-category-heading h3 { max-width: 100%; font-size: 35px; overflow-wrap: anywhere; hyphens: auto; }
  .price-category-heading p { margin-top: 12px; }
  .price-table-wrap { border-top: 1px solid var(--line); border-left: 0; }
  .price-table, .price-table tbody, .price-table tr, .price-table td { display: block; width: 100% !important; }
  .price-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .price-table tr { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .price-table tr:last-child { border-bottom: 0; }
  .price-table td { min-width: 0; min-height: 30px; display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 12px; align-items: baseline; padding: 5px 0; border: 0; font-size: 13px; overflow-wrap: anywhere; }
  .price-table td::before { content: attr(data-label); color: #718894; font-size: 8px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
  .price-table td:first-child { margin-bottom: 7px; font-size: 15px; }
  .price-table td strong { white-space: normal; }
  .service-price-section .price-category { display: block; }
  .service-price-section .price-table-wrap { display: block; }
  .service-price-section .price-table { height: auto; }
  .service-price-section .price-table tbody tr { height: auto; }
  .inner-cta { padding: 60px 0 68px; }
  .inner-cta { background-position: 62% center; }
  .inner-cta h2 { max-width: 100%; font-size: clamp(38px, 11.7vw, 44px); line-height: .94; overflow-wrap: anywhere; hyphens: auto; }
  .inner-cta p { font-size: 15px; }
  .inner-cta-actions { flex-direction: column; }
  .inner-cta-actions .button { width: 100%; white-space: normal; line-height: 1.25; text-align: center; }
  .service-detail-hero { min-height: 0; padding: calc(var(--header-height) + 34px) 0 52px; background-position: 68% center; }
  .service-detail-copy h1 { max-width: 100%; margin: 18px 0 16px; font-size: clamp(40px, 11.8vw, 48px); line-height: .94; overflow-wrap: anywhere; hyphens: auto; }
  .service-detail-copy > p { margin-bottom: 18px; font-size: 14px; line-height: 1.55; }
  .service-detail-actions { flex-direction: column; }
  .service-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .service-facts li { min-width: 0; padding: 10px 12px; }
  .service-facts strong { font-size: 12px; overflow-wrap: anywhere; }
  .service-detail-actions > .button { width: 100%; margin-top: 12px; white-space: normal; line-height: 1.25; text-align: center; }
  .service-content-grid { grid-template-columns: minmax(0, 1fr); gap: 58px; }
  .service-prose { width: 100%; max-width: 100%; min-width: 0; font-size: 15px; }
  .service-prose h2 { font-size: clamp(32px, 9vw, 38px); line-height: .98; overflow-wrap: anywhere; hyphens: auto; }
  .service-prose h2:not(:first-child) { margin-top: 58px; }
  .service-prose h3 { max-width: 100%; font-size: 27px; overflow-wrap: anywhere; hyphens: auto; }
  .service-prose li { max-width: 100%; padding-right: 14px; overflow-wrap: anywhere; }
  .service-contact-card { position: relative; top: auto; padding: 0; }
  .service-contact-card-body { padding: 28px 24px; }
  .service-contact-card h2 { max-width: 100%; font-size: clamp(38px, 11.5vw, 44px); line-height: .94; overflow-wrap: anywhere; hyphens: auto; }
  .service-contact-card a { min-width: 0; gap: 12px; overflow-wrap: anywhere; }
  .related-services h2 { max-width: 100%; font-size: clamp(40px, 12.2vw, 48px); line-height: .94; overflow-wrap: anywhere; hyphens: auto; }
  .service-landing-section .section-heading { margin-bottom: 30px; }
  .service-landing-section .section-heading h2, .service-faq-intro h2 { font-size: clamp(32px, 9vw, 38px); line-height: .98; overflow-wrap: anywhere; hyphens: auto; }
  .service-landing-section .section-heading > p, .service-faq-intro > p { font-size: 14px; }
  .service-signal-grid, .service-scope-grid { grid-template-columns: 1fr; }
  .service-signal-grid li { min-height: 0; padding: 19px 20px 19px 48px; }
  .service-signal-grid li::before { left: 22px; }
  .service-signal-grid p { max-width: none; margin: 0; font-size: 16px; }
  .service-scope-grid li { min-height: 0; padding: 25px 22px; }
  .service-scope-grid h3 { font-size: 28px; }
  .service-media-section figure { height: 300px; }
  .service-media-section figcaption { padding: 24px 20px; }
  .service-media-section figcaption span { max-width: 340px; font-size: clamp(32px, 9.4vw, 40px); line-height: .96; }
  .service-faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .service-faq-intro { position: relative; top: auto; }
  .service-faq .faq-list summary { min-height: 84px; grid-template-columns: minmax(0, 1fr) 24px; gap: 10px; padding-inline: 0; font-size: 15px; }
  .service-faq .faq-list details > p { margin: -2px 32px 26px 0; font-size: 13px; }
  .mobile-actions { position: fixed; z-index: 25; inset: auto 0 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; background: #071019; border-top: 1px solid var(--line); transition: transform .35s cubic-bezier(.4, 0, .2, 1); }
  body.menu-open .mobile-actions { pointer-events: none; transform: translateY(100%); }
  .mobile-actions a { display: grid; place-items: center; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
  .mobile-actions a:last-child { background: var(--blue); }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 46px; }
  .mobile-menu nav a { font-size: clamp(30px, 9.4vw, 36px); }
  .mobile-menu-location a { font-size: 12px; }
  .mobile-menu-location span { font-size: 9px; }
  .service-card h3 { font-size: 27px; }
  .service-prose h2 { font-size: 38px; }
}

@media (max-width: 340px) {
  .site-header .brand { width: 112px; }
  .site-header .header-city { gap: 4px; padding-left: 7px; font-size: 8px; letter-spacing: .025em; }
  .site-header .header-city > span { width: 4px; height: 4px; }
}

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