/* davidadarbnica.lv — one stylesheet, no framework.
   The brand is the truck: its yellow (sampled from the photos), asphalt, the
   red-and-white chevron of the platform edge, and Barlow — drawn from road
   signs and licence plates. The one loud thing is the number plate you tap. */

@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/barlow-400.woff2') format('woff2'); }
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/barlow-600.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 800; font-display: swap; src: url('/fonts/barlow-condensed-800.woff2') format('woff2'); }

:root {
  --yellow: #F6CF0D;
  --yellow-soft: #FFF3B8;
  --asphalt: #23272B;
  --asphalt-2: #353B41;
  --concrete: #ECEEED;
  --paper: #FFFFFF;
  --line: #D2D6D5;
  --muted: #565D63;
  --red: #D93A2B;
  --sea: #D5E5EE;
  --chev: repeating-linear-gradient(-45deg, var(--red) 0 11px, #fff 11px 22px);
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --text: 'Barlow', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --r: 14px;
  --gut: clamp(18px, 4.5vw, 48px);
  --max: 1240px;
  --bar-h: 0px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 16px; }
body {
  margin: 0; background: var(--paper); color: var(--asphalt);
  font: 400 1.0625rem/1.55 var(--text); font-feature-settings: 'lnum' 1;
  padding-bottom: var(--bar-h);
}
@media (min-width: 900px) { body { font-size: 1.125rem; } }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
picture { display: block; }
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 3px; text-decoration-color: var(--yellow); }
a:hover { text-decoration-color: currentColor; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--asphalt); outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }
.vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.i { width: 1.2em; height: 1.2em; flex: none; }
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gut); }

h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: .95; letter-spacing: -.005em; margin: 0 0 .4em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 1.4rem + 6.4vw, 6.4rem); }
h2 { font-size: clamp(2.2rem, 1.5rem + 2.8vw, 3.6rem); }
h3 { font-size: clamp(1.45rem, 1.2rem + .8vw, 1.8rem); line-height: 1; }
p { margin: 0 0 1em; }
.lead { font-size: 1.15em; color: var(--muted); max-width: 60ch; }

.skip { position: absolute; left: 12px; top: -60px; z-index: 50; background: var(--asphalt); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip:focus { top: 12px; }

/* ── header ─────────────────────────────────────────────────────────── */
.top { background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.top__in { max-width: var(--max); margin-inline: auto; padding: 10px var(--gut); display: flex; align-items: center; gap: 20px; }
.brand img { width: 150px; height: auto; }
@media (min-width: 1000px) { .brand img { width: 172px; } }
.nav { display: none; margin-left: auto; }
.nav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.nav a { display: block; padding: 10px 11px; font-weight: 600; font-size: 1rem; text-decoration: none; border-radius: 8px; }
.nav a:hover { background: var(--concrete); }
.nav a[aria-current="page"] { box-shadow: inset 0 -3px 0 var(--yellow); border-radius: 0; }
.top__end { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.langs { display: flex; font-weight: 600; font-size: .95rem; }
.lang-btn { display: grid; place-items: center; min-width: 40px; min-height: 40px; text-decoration: none; border-radius: 8px; color: var(--muted); }
.lang-btn.is-on { color: var(--asphalt); box-shadow: inset 0 -3px 0 var(--yellow); border-radius: 0; }
a.lang-btn:hover { color: var(--asphalt); background: var(--concrete); }
.top__call { display: none; align-items: center; gap: 8px; background: var(--asphalt); color: #fff; font-weight: 600; text-decoration: none; padding: 10px 16px; border-radius: 10px; white-space: nowrap; }
.top__call .i { color: var(--yellow); }
.top__call:hover { background: var(--asphalt-2); }
.menu { position: static; }
.menu summary { list-style: none; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; cursor: pointer; }
.menu summary::-webkit-details-marker { display: none; }
.menu__bars, .menu__bars::before, .menu__bars::after { display: block; width: 22px; height: 2.5px; background: var(--asphalt); border-radius: 2px; position: relative; content: ''; }
.menu__bars::before { position: absolute; top: -7px; }
.menu__bars::after { position: absolute; top: 7px; }
.menu[open] .menu__bars { background: transparent; }
.menu[open] .menu__bars::before { top: 0; transform: rotate(45deg); }
.menu[open] .menu__bars::after { top: 0; transform: rotate(-45deg); }
.menu__panel { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px -18px rgba(35, 39, 43, .35); padding: 8px var(--gut) 20px; }
.menu__panel ul { list-style: none; margin: 0; padding: 0; }
.menu__panel li a { display: block; padding: 14px 0; font: 800 1.6rem/1 var(--display); text-decoration: none; border-bottom: 1px solid var(--concrete); }
.menu__panel li a[aria-current="page"] { box-shadow: inset 4px 0 0 var(--yellow); padding-left: 12px; }
.menu__call { display: flex; align-items: center; gap: 10px; margin-top: 16px; font-weight: 600; font-size: 1.15rem; text-decoration: none; }
@media (min-width: 1080px) {
  .nav { display: block; }
  .top__end { margin-left: 0; }
  .menu { display: none; }
  .top__call { display: inline-flex; }
}

/* ── the plate ──────────────────────────────────────────────────────── */
.plate {
  display: inline-grid; grid-template-columns: 20px 1fr; align-items: stretch;
  background: var(--yellow); color: var(--asphalt); text-decoration: none;
  border-radius: 12px; box-shadow: inset 0 0 0 3px var(--asphalt), 0 10px 24px -14px rgba(35, 39, 43, .6);
  overflow: hidden; min-height: 92px; max-width: 100%;
}
.plate__chev { background: var(--chev); background-size: 31.1px 31.1px; border-right: 3px solid var(--asphalt); margin: 3px 0 3px 3px; border-radius: 9px 0 0 9px; }
.plate__body { padding: 12px 22px 12px 16px; display: flex; flex-direction: column; justify-content: center; }
.plate__label { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 1rem; line-height: 1.2; }
.plate__num { font: 800 clamp(2.5rem, 1.9rem + 2.6vw, 3.7rem)/.95 var(--display); font-variant-numeric: tabular-nums; letter-spacing: .01em; white-space: nowrap; margin-top: 2px; }
.plate__cc { font-size: .5em; vertical-align: .62em; letter-spacing: 0; margin-right: .08em; }
.plate:hover { background: #FFD92E; }
.plate:hover .plate__chev { animation: chev 700ms linear infinite; }
@keyframes chev { to { background-position: 0 31.1px; } }
.plate:active { transform: translateY(1px); }

.wa {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 12px 18px; border-radius: 12px; border: 2px solid var(--asphalt);
  background: transparent; font-weight: 600; font-size: 1rem; text-align: left;
}
.wa .i { width: 1.45em; height: 1.45em; color: #128C4A; }
.wa:hover { background: var(--asphalt); color: #fff; }
.wa:hover .i { color: #3fd67f; }
.wa.loading { opacity: .7; pointer-events: none; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 12px 22px; border-radius: 12px; border: 2px solid transparent;
  font-weight: 600; font-size: 1rem; text-decoration: none; line-height: 1.2;
}
.btn--dark { background: var(--asphalt); color: #fff; }
.btn--dark .i { color: var(--yellow); }
.btn--dark:hover { background: var(--asphalt-2); }
.btn--ghost { background: transparent; border-color: var(--asphalt); }
.btn--ghost:hover { background: var(--asphalt); color: #fff; }
.btn--big { min-height: 60px; font-size: 1.1rem; padding-inline: 26px; }
.btn--tall { min-height: 52px; }
.linkish { background: none; border: 0; padding: 0; text-decoration: underline; text-decoration-color: var(--yellow); text-underline-offset: 3px; text-decoration-thickness: 2px; }
.more { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.more .i-arrow { transition: transform .18s ease; }
.more:hover .i-arrow { transform: translateX(3px); }

/* ── home hero ──────────────────────────────────────────────────────── */
.hero { background: linear-gradient(180deg, var(--paper) 0%, var(--concrete) 100%); position: relative; overflow: hidden; }
.hero__grid { display: grid; gap: 8px; padding-top: clamp(28px, 5vw, 64px); }
.hero__text { position: relative; z-index: 2; }
.hero__h1 { font-size: clamp(3rem, 1.2rem + 7.2vw, 7.4rem); margin-bottom: .3em; }
.hero__lede, .phero .hero__lede { font-size: clamp(1.1rem, 1rem + .4vw, 1.3rem); max-width: 40ch; color: var(--asphalt-2); margin-bottom: 26px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 22px; }
.factsrow { list-style: none; margin: 0 0 8px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-weight: 600; font-size: .98rem; }
.factsrow li { display: flex; align-items: center; gap: 6px; }
.factsrow li::before { content: ''; width: 8px; height: 8px; background: var(--yellow); box-shadow: 0 0 0 2px var(--asphalt); border-radius: 2px; margin-right: 4px; }
.factsrow li:has(.i)::before { display: none; }
.factsrow .i { color: #E0A800; }
.hero__truck { position: relative; margin-right: calc(var(--gut) * -1); }
.truck-fig { margin: 0; position: relative; }
.truck-fig img { width: 100%; mix-blend-mode: multiply; }
.dim { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.dim__g line, .dim__tick { stroke: var(--asphalt); stroke-width: 3.2; fill: none; }
.dim__g line:not(.dim__line) { stroke-width: 2; stroke-dasharray: 5 5; }
.dim__txt { font: 800 46px var(--display); fill: var(--asphalt); paint-order: stroke; stroke: var(--concrete); stroke-width: 10px; stroke-linejoin: round; }
.road { height: 26px; background: var(--asphalt); position: relative; margin-top: -10px; }
.road::after { content: ''; position: absolute; left: 0; right: 0; top: 11px; height: 3px; background: repeating-linear-gradient(90deg, #fff 0 44px, transparent 44px 88px); opacity: .85; }
@media (min-width: 900px) {
  .hero__grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: end; column-gap: 24px; row-gap: 0; }
  .hero__h1 { grid-column: 1 / -1; }
  .hero__text { padding-bottom: 56px; }
  .hero__truck { margin-right: calc(var(--gut) * -1); }
}
@media (min-width: 1300px) { .hero__truck { margin-left: -60px; } }
@media (max-width: 520px) {
  .plate { display: grid; width: 100%; }
  .hero__actions .wa { width: 100%; }
}

/* ── truck section ──────────────────────────────────────────────────── */
section { scroll-margin-top: 12px; }
.truck, .split, .areas, .accident, .gallery, .reviews, .faq, .contact, .block, .related { padding-block: clamp(56px, 8vw, 110px); }
.truck__grid { display: grid; gap: clamp(28px, 4vw, 64px); align-items: center; }
.truck__photo img { border-radius: var(--r); aspect-ratio: 4 / 3; object-fit: cover; }
.truck__lt { margin-top: 28px; font-size: 1.5rem; }
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px 26px; }
.ticks li { position: relative; padding-left: 30px; font-weight: 600; }
.ticks li::before { content: ''; position: absolute; left: 0; top: .25em; width: 19px; height: 19px; border-radius: 4px; background: var(--yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.2 3.2L15 7' fill='none' stroke='%2323272B' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% no-repeat; box-shadow: inset 0 0 0 2px var(--asphalt); }
@media (min-width: 900px) {
  .truck__grid { grid-template-columns: 1.1fr 1fr; }
  .ticks { grid-template-columns: 1fr 1fr; }
  .ticks--wide { grid-template-columns: repeat(3, 1fr); }
}

/* ── split: the road and the workshop ───────────────────────────────── */
.split { background: var(--concrete); }
.split__head { max-width: 760px; margin-bottom: 36px; }
.split__grid { display: grid; gap: 0; border-radius: calc(var(--r) + 4px); overflow: hidden; box-shadow: 0 0 0 1px var(--line); }
.panel { padding: clamp(26px, 4vw, 48px); }
.panel h3 { font-size: clamp(2.1rem, 1.6rem + 2vw, 3rem); margin-bottom: 4px; }
.panel__when { font-weight: 600; margin-bottom: 22px; }
.panel--road { background: var(--asphalt); color: #fff; }
.panel--road .panel__when { color: var(--yellow); }
.panel--shop { background: var(--paper); }
.panel--shop .panel__when { color: var(--muted); }
.svc { list-style: none; margin: 0; padding: 0; }
.svc li + li { border-top: 1px solid rgba(127, 135, 140, .35); }
.svc a { display: block; padding: 18px 0; text-decoration: none; }
.svc__t { display: flex; align-items: center; gap: 10px; font: 800 1.65rem/1.05 var(--display); }
.svc__t .i-arrow { width: 1em; height: 1em; transition: transform .18s ease; }
.svc__d { display: block; margin-top: 6px; opacity: .88; max-width: 52ch; }
.svc a:hover .svc__t { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.svc a:hover .i-arrow { transform: translateX(4px); }
.panel--road :focus-visible { outline-color: var(--yellow); }
@media (min-width: 900px) { .split__grid { grid-template-columns: 1.15fr 1fr; } }

/* ── price band ─────────────────────────────────────────────────────── */
.price { background: var(--yellow); position: relative; padding-block: clamp(44px, 6vw, 72px); }
.price::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 12px; background: var(--chev); background-size: 31.1px 31.1px; }
.price__in { display: grid; gap: 22px; align-items: center; }
.price h2 { margin-bottom: .25em; }
.price p { max-width: 60ch; margin: 0; font-size: 1.1em; }
@media (min-width: 900px) { .price__in { grid-template-columns: 1fr auto; gap: 48px; } }

/* ── areas + map ────────────────────────────────────────────────────── */
.areas__grid { display: grid; gap: clamp(28px, 4vw, 64px); align-items: start; }
.areas__h { font-size: 1.45rem; margin: 26px 0 10px; }
.places { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--asphalt); }
.places li { display: grid; gap: 2px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.places strong { font-weight: 600; font-size: 1.08em; }
.places span { color: var(--muted); }
@media (min-width: 640px) { .places li { grid-template-columns: 13.5em 1fr; gap: 16px; } }
.map { margin: 0; position: sticky; top: 20px; }
.map svg { width: 100%; max-width: 480px; margin-inline: auto; border-radius: var(--r); box-shadow: 0 0 0 1px var(--line); }
.m-land { fill: #F4F5F2; }
.m-sea { fill: var(--sea); }
.m-coast { fill: none; stroke: #9CB9C9; stroke-width: 1.5; }
.m-lake { fill: var(--sea); stroke: #9CB9C9; stroke-width: 1; }
.m-ring { fill: none; stroke: var(--asphalt); stroke-opacity: .35; stroke-width: 1.2; stroke-dasharray: 4 5; }
.m-km { font: 600 12px var(--text); fill: var(--muted); }
.m-seat { font: 600 13px var(--text); fill: #6F8C9C; font-style: italic; }
.m-base { fill: var(--yellow); stroke: var(--asphalt); stroke-width: 3; }
.m-daily { fill: var(--asphalt); }
.m-far { fill: #fff; stroke: var(--asphalt); stroke-width: 2; }
.m-t { font: 600 14px var(--text); fill: var(--asphalt); paint-order: stroke; stroke: #F4F5F2; stroke-width: 4px; stroke-linejoin: round; }
.m-t--base { font: 800 19px var(--display); stroke: var(--sea); }
.map figcaption { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 14px; font-size: .95rem; max-width: 480px; margin-inline: auto; }
.key { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.key__m { width: 12px; height: 12px; border-radius: 50%; background: var(--asphalt); }
.key__m--base { border-radius: 3px; background: var(--yellow); box-shadow: 0 0 0 2px var(--asphalt); }
.key__m--far { background: #fff; box-shadow: inset 0 0 0 2px var(--asphalt); }
.map__note { flex-basis: 100%; color: var(--muted); }
@media (min-width: 960px) { .areas__grid { grid-template-columns: 1.1fr .9fr; } }

/* ── steps ──────────────────────────────────────────────────────────── */
.accident { background: var(--concrete); }
.steps { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 0; counter-reset: s; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 20px 0; border-top: 2px solid var(--asphalt); }
.steps__n { font: 800 3.3rem/.8 var(--display); color: var(--asphalt); }
.steps h3 { font-size: 1.55rem; margin-bottom: 6px; }
.steps p { margin: 0; max-width: 60ch; }
@media (min-width: 960px) {
  .steps { grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .block--steps .steps:has(li:nth-child(3):last-child) { grid-template-columns: repeat(3, 1fr); }
  .steps li { grid-template-columns: 1fr; gap: 10px; }
}
.accident__more { margin: 30px 0 18px; }
.insurers { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.insurers li { padding: 8px 14px; border-radius: 8px; background: var(--paper); box-shadow: inset 0 0 0 1.5px var(--line); font-weight: 600; font-size: .95rem; }
.insurers--quiet li { background: transparent; }

/* ── gallery + lightbox ─────────────────────────────────────────────── */
.gallery__head { max-width: 760px; margin-bottom: 30px; }
.gallery__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.g { position: relative; }
.g--big { grid-column: 1 / -1; }
.g__btn { display: block; width: 100%; padding: 0; border: 0; background: var(--concrete); border-radius: var(--r); overflow: hidden; }
.g__btn img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s ease; }
.g--big .g__btn img { aspect-ratio: 16 / 10; }
.g__btn:hover img { transform: scale(1.025); }
.g__cap { display: block; font-size: .92rem; color: var(--muted); padding: 8px 2px 0; }
@media (min-width: 900px) {
  .gallery__grid { grid-template-columns: repeat(6, 1fr); gap: 18px; }
  .g { grid-column: span 2; }
  .g--big { grid-column: span 4; grid-row: span 2; }
  .g:nth-child(n+4) { grid-column: span 3; }
  .g:nth-child(n+4) .g__btn img { aspect-ratio: 16 / 9; }
  .g--big .g__btn, .g--big .g__btn picture { height: calc(100% - 34px); }
  .g--big .g__btn img { height: 100%; aspect-ratio: auto; }
}
.lb { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; }
.lb::backdrop { background: rgba(20, 22, 25, .92); }
.lb[open] { display: grid; place-items: center; }
.lb figure { margin: 0; max-width: min(1400px, 92vw); }
.lb img { max-height: 82vh; width: auto; margin-inline: auto; border-radius: 10px; }
.lb figcaption { color: #fff; text-align: center; padding-top: 12px; }
.lb__close, .lb__nav { position: fixed; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .12); color: #fff; }
.lb__close:hover, .lb__nav:hover { background: var(--yellow); color: var(--asphalt); }
.lb__close { top: 16px; right: 16px; }
.lb__prev { left: 16px; top: 50%; }
.lb__next { right: 16px; top: 50%; }
.lb :focus-visible { outline-color: var(--yellow); }

/* ── reviews ────────────────────────────────────────────────────────── */
.reviews__head { display: grid; gap: 18px; align-items: end; margin-bottom: 34px; }
.rating { display: flex; align-items: center; gap: 16px; text-decoration: none; }
.rating__n { font: 800 5rem/.8 var(--display); }
.rating__t { display: grid; gap: 2px; font-weight: 600; }
.rating__stars { display: flex; color: #E0A800; }
.rating__stars .i { width: 1.25em; height: 1.25em; }
.rating__part { position: relative; display: block; width: 1.25em; overflow: hidden; }
.rating__part .i { clip-path: inset(0 40% 0 0); }
.rating__part::after { content: ''; }
.rating__check { display: inline-flex; align-items: center; gap: 6px; text-decoration: underline; text-decoration-color: var(--yellow); text-underline-offset: 3px; text-decoration-thickness: 2px; font-weight: 400; }
.rating:hover .rating__check { text-decoration-color: currentColor; }
.reviews__grid { display: grid; gap: 22px; }
.quote { margin: 0; padding: 26px 0 0; border-top: 4px solid var(--yellow); }
.quote blockquote { margin: 0; }
.quote p { font-size: 1.22rem; line-height: 1.45; margin-bottom: 18px; }
.quote figcaption { display: grid; gap: 2px; }
.quote figcaption span { color: var(--muted); font-size: .95rem; }
.reviews__leave { margin: 26px 0 0; }
@media (min-width: 900px) {
  .reviews__head { grid-template-columns: 1fr auto; }
  .reviews__grid { grid-template-columns: repeat(3, 1fr); gap: 36px; }
}

/* ── faq ────────────────────────────────────────────────────────────── */
.faq { background: var(--concrete); }
.faq__grid { display: grid; gap: 24px; }
.faq__list { border-top: 2px solid var(--asphalt); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; cursor: pointer; font: 800 1.45rem/1.1 var(--display); }
.faq summary::-webkit-details-marker { display: none; }
.faq__pm { position: relative; width: 22px; height: 22px; flex: none; }
.faq__pm::before, .faq__pm::after { content: ''; position: absolute; left: 0; right: 0; top: 10px; height: 2.5px; background: var(--asphalt); transition: transform .2s ease; }
.faq__pm::after { transform: rotate(90deg); }
.faq details[open] .faq__pm::after { transform: rotate(0); }
.faq details p { max-width: 64ch; padding-bottom: 20px; margin: 0; }
@media (min-width: 960px) { .faq__grid { grid-template-columns: .8fr 1.2fr; gap: 64px; } }

/* ── contact ────────────────────────────────────────────────────────── */
.contact__grid { display: grid; gap: clamp(32px, 5vw, 72px); }
.form { display: grid; gap: 16px; background: var(--concrete); padding: clamp(22px, 4vw, 40px); border-radius: calc(var(--r) + 4px); }
.form h2 { margin-bottom: 0; }
.form > p { margin: 0; color: var(--asphalt-2); }
.form label { display: grid; gap: 6px; font-weight: 600; }
.form [aria-invalid="true"] { border-color: var(--red); }
.form input, .form textarea { font: inherit; font-weight: 400; color: var(--asphalt); background: var(--paper); border: 2px solid #B9BEBD; border-radius: 10px; padding: 12px 14px; min-height: 50px; width: 100%; }
.form input:focus, .form textarea:focus { border-color: var(--asphalt); outline: 3px solid var(--yellow); outline-offset: 0; }
.form .hp { position: absolute; left: -9999px; }
.form button { justify-self: start; }
.form__note { font-size: .92rem; color: var(--muted) !important; }
.dl { margin: 0; display: grid; gap: 0; border-top: 2px solid var(--asphalt); }
.dl > div { padding: 14px 0; border-bottom: 1px solid var(--line); display: grid; gap: 4px; }
.dl dt { font-weight: 600; color: var(--muted); font-size: .95rem; }
.dl dd { margin: 0; font-size: 1.1em; }
.dl--row { max-width: 980px; }
@media (min-width: 900px) {
  .contact__grid { grid-template-columns: 1.1fr .9fr; }
  .contact__grid--solo { grid-template-columns: minmax(0, 720px); }
  .dl > div { grid-template-columns: 9em 1fr; gap: 16px; }
  .dl--row { grid-template-columns: repeat(3, 1fr); border-top: 0; gap: 28px; }
  .dl--row > div { grid-template-columns: 1fr; border-top: 2px solid var(--asphalt); border-bottom: 0; }
}

/* ── sub pages ──────────────────────────────────────────────────────── */
.phero { background: linear-gradient(180deg, var(--paper) 0%, var(--concrete) 100%); padding-block: clamp(24px, 4vw, 56px) clamp(40px, 5vw, 72px); }
.phero__grid { display: grid; gap: 28px; align-items: center; }
.phero h1 { font-size: clamp(2.8rem, 1.6rem + 4.6vw, 5.4rem); }
.phero__pic img { border-radius: calc(var(--r) + 4px); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.phero__pic--illu img { aspect-ratio: 3 / 2; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .95rem; color: var(--muted); margin-bottom: 18px; }
.crumbs a { color: inherit; }
@media (min-width: 1000px) { .phero__grid { grid-template-columns: 1.05fr .95fr; gap: 56px; } }
.block + .block { padding-top: 0; }
.block__narrow > * { max-width: 820px; }
.block__narrow p { max-width: 66ch; }
.cards { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 0; border-top: 2px solid var(--asphalt); }
.cards li { padding: 20px 0; border-bottom: 1px solid var(--line); }
.cards h3 { font-size: 1.6rem; margin-bottom: 6px; }
.cards p { margin: 0; max-width: 60ch; }
@media (min-width: 900px) {
  .cards { grid-template-columns: repeat(2, 1fr); column-gap: 48px; }
}
.block--steps { background: var(--concrete); }
.block--steps + .block--steps { padding-top: 0; }
.insurers-block { background: var(--paper); }
.block--quote .quote p { font-size: clamp(1.3rem, 1.1rem + .8vw, 1.7rem); }
.related { background: var(--concrete); }
.svc--cols { display: grid; gap: 0 48px; border-top: 2px solid var(--asphalt); margin-top: 20px; }
.svc--cols li { border-bottom: 1px solid var(--line); }
.svc--cols li + li { border-top: 0; }
@media (min-width: 900px) { .svc--cols { grid-template-columns: repeat(3, 1fr); } }
.legal { padding-block: clamp(28px, 5vw, 64px) 80px; }
.legal h1 { font-size: clamp(2.6rem, 1.6rem + 3.6vw, 4.4rem); }
.legal h2 { font-size: 1.9rem; margin-top: 1.4em; }
.legal__date { color: var(--muted); }
.legal .table-wrap { overflow-x: auto; margin-bottom: 1em; }
.legal table { border-collapse: collapse; width: 100%; font-size: .98rem; }
.legal th, .legal td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal th { border-bottom: 2px solid var(--asphalt); }
.nf { padding-block: 64px 96px; }

/* ── footer ─────────────────────────────────────────────────────────── */
.foot { background: var(--asphalt); color: #E7E9EA; padding-top: 56px; position: relative; }
.foot::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 10px; background: var(--chev); background-size: 31.1px 31.1px; }
.foot a { color: #fff; }
.foot :focus-visible { outline-color: var(--yellow); }
.foot__grid { display: grid; gap: 30px; }
.foot__name { font: 800 2rem/1 var(--display); color: #fff; margin-bottom: 10px; }
.foot__about p { max-width: 38ch; }
.foot__call { display: inline-flex; align-items: center; gap: 10px; font: 800 1.9rem/1 var(--display); text-decoration: none; color: var(--yellow) !important; }
.foot__h { font-weight: 600; color: #fff; margin-bottom: 10px; }
.foot__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot__legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; padding-block: 26px 30px; margin-top: 40px; border-top: 1px solid rgba(255, 255, 255, .15); font-size: .92rem; color: #B9BFC3; }
.foot__legal p { margin: 0; }
.foot__links { display: flex; gap: 18px; flex-wrap: wrap; }
.foot__legal .linkish { color: #fff; }
@media (min-width: 900px) { .foot__grid { grid-template-columns: 1.4fr 1fr 1.2fr 1fr; } }

/* ── sticky call bar (phones) + consent ─────────────────────────────── */
.bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: 1.6fr 1fr; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: var(--paper); box-shadow: 0 -10px 24px -16px rgba(35, 39, 43, .55); transform: translateY(110%); transition: transform .22s ease; }
.bar::before { content: ''; position: absolute; left: 0; right: 0; top: -6px; height: 6px; background: var(--chev); background-size: 20px 20px; }
.show-bar .bar { transform: none; }
.bar a, .bar button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; border-radius: 12px; font-weight: 600; text-decoration: none; border: 0; }
.bar__call { background: var(--yellow); color: var(--asphalt); box-shadow: inset 0 0 0 2.5px var(--asphalt); }
.bar__num { font: 800 1.4rem/1 var(--display); }
.bar__wa { background: var(--asphalt); color: #fff; }
.bar__wa .i { color: #3fd67f; }
@media (min-width: 900px) { .bar { display: none; } }
@media (max-width: 899px) { :root { --bar-h: 74px; } }
.consent { position: fixed; z-index: 45; left: 12px; right: 12px; bottom: calc(12px + var(--bar-h)); max-width: 560px; background: var(--paper); border-radius: 14px; padding: 18px; box-shadow: 0 0 0 1px var(--line), 0 20px 40px -20px rgba(35, 39, 43, .6); font-size: .95rem; }
.consent p { margin: 0 0 12px; }
.consent__btns { display: flex; gap: 10px; flex-wrap: wrap; }
.consent .btn { min-height: 44px; padding: 8px 18px; }
@media (min-width: 900px) { .consent { left: auto; right: 24px; bottom: 24px; max-width: 440px; } }
@media (max-width: 899px) { .consent { font-size: .88rem; padding: 14px; } .consent p { margin-bottom: 10px; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .bar, .consent, .menu, .top__call { display: none !important; }
}
