/*
Theme Name: HAKO Pomoc Drogowa
Theme URI: https://www.hako.net.pl/
Author: HAKO
Description: Lekki, responsywny motyw dla HAKO: pomoc drogowa, auta zastępcze, wynajem, HDS, mechanika i kontakt.
Version: 1.5.3
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: hako
*/

:root {
  --ink: #171b1f;
  --muted: #636b72;
  --paper: #fff;
  --soft: #f4f5f3;
  --line: #dde1e3;
  --orange: #e65c18;
  --orange-dark: #b94008;
  --yellow: #ffc82e;
  --radius: 17px;
  --shadow: 0 18px 48px rgba(12, 17, 21, .14);
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 12px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.topbar { color: #fff; background: var(--ink); }
.topbar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}
.topbar p { margin: 0; }
.topbar a { color: #fff; font-weight: 900; text-decoration: none; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(23, 27, 31, .1);
  backdrop-filter: blur(12px);
}
.header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 70px; height: 48px; object-fit: contain; }
.brand__tagline { max-width: 150px; color: var(--orange-dark); font-size: 11px; font-weight: 950; letter-spacing: .13em; line-height: 1.25; }
.nav { display: flex; align-items: center; gap: 18px; }
.nav a { font-size: 14px; font-weight: 800; text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"], .nav .current-menu-item > a { color: var(--orange-dark); }
.nav .nav__call {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  color: var(--ink);
  background: var(--orange);
  border-radius: 11px;
  white-space: nowrap;
}
.nav .nav__call:hover { color: #fff; background: var(--orange-dark); }
.menu {
  display: none;
  min-width: 74px;
  height: 48px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  touch-action: manipulation;
}
.menu__icon { font-size: 20px; line-height: 1; }

.hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10, 14, 17, .94), rgba(10, 14, 17, .78) 55%, rgba(10, 14, 17, .42)),
    var(--hako-hero, url("assets/slider/pomoc-drogowa-24h.jpg")) center / cover;
}
.hero__inner {
  min-height: 570px;
  display: grid;
  grid-template-columns: 1.1fr .8fr;
  align-items: center;
  gap: 70px;
  padding-block: 68px;
}
.kicker {
  margin: 0 0 14px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3, p { text-wrap: pretty; }
.hero h1, .page-hero h1 {
  margin: 0;
  font-size: clamp(46px, 6vw, 74px);
  line-height: .98;
  letter-spacing: -.055em;
}
.hero h1 { color: #fff; }
.hero h1 .hero__accent { color: var(--orange); }
.hero__lead {
  max-width: 620px;
  margin: 22px 0 0;
  color: #edf0f1;
  font-size: 20px;
}
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.button {
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 2px solid transparent;
  border-radius: 12px;
  font: inherit;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
}
.button[href^="tel:"] { white-space: nowrap; }
.button--primary { color: var(--ink); background: var(--orange); }
.button--primary:hover { color: #fff; background: var(--orange-dark); }
.button--outline { color: #fff; border-color: rgba(255, 255, 255, .6); background: rgba(255, 255, 255, .06); }
.button--dark { color: #fff; background: var(--ink); }
.button--full { width: 100%; }

.order-card {
  padding: 27px;
  color: var(--ink);
  background: rgba(255, 255, 255, .97);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.order-card h2 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.steps { display: grid; gap: 13px; margin: 22px 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; font-weight: 750; }
.steps li::before {
  counter-increment: steps;
  content: counter(steps);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 950;
}
.second-line { margin: 12px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.second-line a { color: var(--ink); font-weight: 900; }

.cashless { position: relative; z-index: 2; margin-top: -36px; }
.cashless__inner {
  min-height: 118px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 34px;
  padding: 24px 28px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(23, 27, 31, .12);
  border-top: 5px solid var(--orange);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.cashless__heading { display: flex; align-items: center; gap: 16px; }
.cashless__icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(230, 92, 24, .25);
  font-size: 24px;
  font-weight: 950;
}
.cashless__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.cashless__heading strong { display: block; font-size: 23px; line-height: 1.12; letter-spacing: -.03em; }
.cashless__inner > p {
  margin: 0;
  padding-left: 32px;
  color: var(--muted);
  border-left: 1px solid var(--line);
  font-size: 16px;
}
.cashless__inner > p strong { color: var(--ink); font-size: inherit; letter-spacing: normal; }

.quick-options { padding-block: 72px; }
.quick-options__head { margin-bottom: 27px; text-align: center; }
.quick-options__head h2 { margin: 0; font-size: clamp(32px, 4vw, 45px); letter-spacing: -.045em; }
.quick-options__head p { margin: 10px 0 0; color: var(--muted); }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.option {
  min-height: 225px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}
.option__label { color: var(--orange-dark); font-size: 12px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.option h3 { margin: 22px 0 8px; font-size: 28px; letter-spacing: -.04em; }
.option p { margin: 0; color: var(--muted); }
.option a { margin-top: auto; padding-top: 23px; font-weight: 950; text-decoration-color: var(--orange); text-underline-offset: 5px; }

.coverage { padding-block: 25px 70px; }
.coverage__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.coverage h2 { margin: 0; font-size: 23px; }
.coverage p { margin: 5px 0 0; color: var(--muted); }
.coverage .button { min-width: 170px; flex: 0 0 auto; }

.page-hero { padding-block: 85px; background: var(--soft); }
.page-hero__inner { max-width: 820px; }
.page-hero .kicker { color: var(--orange-dark); }
.page-hero p { max-width: 690px; margin: 22px 0 0; color: var(--muted); font-size: 20px; }
.page-hero--image {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--ink);
}
.page-hero--image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(10, 14, 17, .92), rgba(10, 14, 17, .72) 54%, rgba(10, 14, 17, .22));
}
.page-hero__background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero--hds .page-hero__background { object-position: center; transform: scale(1.08) translateX(8%); }
.page-hero--image .page-hero__inner { position: relative; z-index: 1; }
.page-hero--image .kicker { color: var(--yellow); }
.page-hero--image p { color: #edf0f1; }
.page-content { padding-block: 66px 82px; }
.info-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 55px; align-items: start; }
.info-grid h2 { margin: 0 0 20px; font-size: 34px; letter-spacing: -.045em; }
.service-intro { max-width: 680px; margin: -5px 0 22px; color: var(--muted); }
.service-note { margin: 20px 0 0; color: var(--muted); font-size: 14px; }
.short-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.short-list li { padding: 15px 17px; border: 1px solid var(--line); border-radius: 12px; font-weight: 750; }
.short-list li::before { content: "✓"; margin-right: 10px; color: var(--orange-dark); font-weight: 950; }
.call-box { padding: 28px; color: #fff; background: var(--ink); border-radius: var(--radius); }
.call-box h2 { margin: 0; font-size: 29px; }
.call-box p { color: #cdd2d5; }

.vehicle-gallery { padding-block: 68px 82px; background: var(--soft); }
.vehicle-gallery__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 26px;
}
.vehicle-gallery__head .kicker { margin-bottom: 9px; color: var(--orange-dark); }
.vehicle-gallery__head h2 { margin: 0; font-size: 38px; letter-spacing: -.045em; }
.vehicle-gallery__head > p { max-width: 410px; margin: 0; color: var(--muted); }
.vehicle-gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.vehicle-gallery__grid--three { grid-template-columns: repeat(3, 1fr); }
.vehicle-gallery__grid--two { grid-template-columns: repeat(2, 1fr); }
.vehicle-photo {
  overflow: hidden;
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(12, 17, 21, .08);
}
.vehicle-photo picture { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #e7e8e5; }
.vehicle-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.vehicle-photo--contain picture { background: #eef0ef; }
.vehicle-photo--contain img { object-fit: contain; }
.vehicle-photo--portrait img { object-position: center 56%; }
.vehicle-photo:hover img { transform: scale(1.025); }
.vehicle-photo figcaption { padding: 14px 16px; font-size: 14px; font-weight: 850; }

.insurers { padding-block: 65px 78px; }
.insurers__head { max-width: 720px; margin-bottom: 28px; }
.insurers__head .kicker { margin-bottom: 9px; color: var(--orange-dark); }
.insurers__head h2 { margin: 0; font-size: 38px; line-height: 1.08; letter-spacing: -.045em; }
.insurers__head > p:last-child { margin: 13px 0 0; color: var(--muted); font-size: 17px; }
.insurers__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.insurer-logo { min-height: 104px; display: grid; place-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 7px 22px rgba(12, 17, 21, .06); }
.insurer-logo img { width: 100%; max-width: 150px; height: 74px; object-fit: contain; }

.company-summary { padding-block: 62px; }
.company-summary__inner { display: grid; grid-template-columns: 184px .8fr 1.35fr; gap: 36px; align-items: center; }
.company-summary__logo-cell { display: grid; place-items: center; }
.company-summary__logo { width: 168px; height: auto; display: block; }
.company-summary__headline,
.company-summary__details { min-height: 148px; display: flex; justify-content: center; flex-direction: column; padding-left: 36px; border-left: 1px solid var(--line); }
.company-summary h2 { margin: 0; font-size: 38px; letter-spacing: -.045em; }
.company-summary p { margin: 0; color: var(--muted); font-size: 18px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 23px; }
.contact-actions .button--outline { color: var(--ink); border-color: var(--line); background: #fff; }
.email-note { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.locations { padding-block: 68px 82px; background: var(--soft); }
.locations__head { margin-bottom: 27px; }
.locations__head h2 { margin: 0; font-size: 40px; letter-spacing: -.045em; }
.locations__head p { margin: 8px 0 0; color: var(--muted); }
.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.location-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(12, 17, 21, .08); }
.location-map { position: relative; aspect-ratio: 16 / 9; background: #e7e8e5; }
.location-map iframe { width: 100%; height: 100%; border: 0; }
.location-card__body { padding: 25px; }
.location-card__body h3 { margin: 0 0 8px; font-size: 27px; letter-spacing: -.035em; }
.location-card__body address { margin: 0 0 18px; color: var(--muted); font-style: normal; }
.location-card__phones { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 20px; }
.location-card__phones a { font-weight: 900; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.location-card__email {
  display: block;
  margin: -4px 0 20px;
  padding: 0;
  color: var(--ink);
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: 4px;
  cursor: pointer;
}
.location-card .button { min-height: 50px; }
.contact-followup { display: grid; grid-template-columns: .85fr 1.15fr; gap: 18px; margin-top: 22px; }
.direct-contact,
.google-review-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.direct-contact .kicker { margin-bottom: 9px; color: var(--orange-dark); }
.direct-contact h2,
.google-review-card h2 { margin: 0; font-size: 29px; letter-spacing: -.04em; }
.direct-contact__text { margin: 12px 0 0; color: var(--muted); }
.direct-contact__label { margin: 20px 0 7px; color: var(--muted); font-size: 12px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.direct-contact__call { margin: 0 0 12px; font-size: 20px; }
.direct-contact__numbers { display: grid; gap: 10px; }
.direct-contact__numbers .direct-contact__call { margin: 0; font-size: 18px; }
.direct-contact .button--outline { color: var(--ink); border-color: var(--line); background: var(--soft); }
.google-review-card { box-shadow: 0 10px 28px rgba(12, 17, 21, .08); }
.google-review-card__brand { margin-bottom: 8px; font-size: 24px; font-weight: 750; letter-spacing: -.07em; }
.google-blue { color: #4285f4; }
.google-red { color: #ea4335; }
.google-yellow { color: #fbbc05; }
.google-green { color: #34a853; }
.review-stars { color: #fbbc05; font-size: 22px; letter-spacing: .08em; }
.google-review-card > p { margin: 13px 0 22px; color: var(--muted); }
.google-review-card .review-help { margin: 16px 0 0; color: var(--ink); font-size: 14px; }
.review-help a { font-weight: 900; }

.local-support { padding-block: 76px; color: #fff; background: var(--ink); }
.local-support__inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 46px;
}
.local-support__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.local-support__image img { width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.local-support__image figcaption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(14, 17, 19, .9);
  border-left: 4px solid var(--orange);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.local-support__heading { display: flex; align-items: center; gap: 18px; }
.local-support__logo { width: 92px; height: 92px; flex: 0 0 92px; object-fit: cover; border-radius: 14px; }
.local-support__content .kicker { margin-bottom: 10px; }
.local-support__content h2 { margin: 0; font-size: 39px; line-height: 1.04; letter-spacing: -.045em; }
.local-support__content p { margin: 19px 0 0; color: #d5dadd; font-size: 17px; }
.local-support__content .local-support__wish { color: #fff; font-weight: 900; }

.compact-facts { padding-block: 64px 76px; background: #fff; }
.compact-facts h2 { margin: 0 0 24px; font-size: 36px; letter-spacing: -.045em; }
.compact-facts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.compact-facts details { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.compact-facts summary { color: var(--ink); font-weight: 900; cursor: pointer; }
.compact-facts details[open] summary { color: var(--orange-dark); }
.compact-facts p { margin: 13px 0 0; color: var(--muted); font-size: 15px; }

.footer { color: #d5dadd; background: #0e1113; }
.footer__inner { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 35px; padding-block: 45px; }
.footer strong { display: block; margin-bottom: 8px; color: #fff; }
.footer p { margin: 0; font-size: 14px; }
.footer a { color: #fff; }
.mobile-call { display: none; touch-action: manipulation; }
.mobile-rescue-card { display: none; }

.page-generic { padding-block: 72px 90px; }
.page-generic__content { max-width: 820px; }
.page-generic__content > *:first-child { margin-top: 0; }
.page-generic__content h1 { font-size: clamp(42px, 6vw, 64px); line-height: 1; letter-spacing: -.05em; }
.page-generic__content a { text-decoration-color: var(--orange); text-underline-offset: 4px; }

body.admin-bar .header { top: 32px; }

@media (max-width: 930px) {
  .menu { display: flex; align-items: center; justify-content: center; gap: 6px; }
  .nav {
    position: absolute;
    top: 82px;
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
  }
  .nav[data-open="true"] { display: flex; }
  .nav a { padding: 12px; }
  .nav .nav__call { justify-content: center; margin-top: 4px; }
  .hero__inner { grid-template-columns: 1fr; gap: 35px; }
  .order-card { max-width: 560px; }
  .cashless__inner { grid-template-columns: 1fr; gap: 18px; }
  .cashless__inner > p { padding: 18px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .info-grid { grid-template-columns: 1fr; }
  .company-summary__inner { grid-template-columns: 1fr; gap: 25px; }
  .company-summary__logo-cell { justify-items: start; }
  .company-summary__headline,
  .company-summary__details { min-height: 0; padding-left: 0; border-left: 0; }
  .contact-followup { grid-template-columns: 1fr; }
  .vehicle-gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .insurers__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .local-support__inner { grid-template-columns: 1fr; gap: 29px; }
  .compact-facts__grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .topbar__inner { min-height: 34px; justify-content: center; font-size: 13px; }
  .topbar__inner p:first-child { display: none; }
  .header__inner { min-height: 58px; }
  .brand { gap: 8px; }
  .brand img { width: 50px; height: 36px; }
  .brand__tagline { max-width: 112px; font-size: 8px; line-height: 1.2; }
  .menu {
    min-width: 74px;
    height: 44px;
    padding-inline: 10px;
    color: var(--ink);
    background: var(--orange);
    border: 2px solid var(--orange-dark);
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(23, 27, 31, .18);
    font-size: 11px;
  }
  .menu[aria-expanded="true"] { color: #fff; background: var(--ink); border-color: var(--ink); }
  .nav { top: 58px; right: 14px; left: 14px; }
  body.home .hero {
    background:
      radial-gradient(circle at 96% 10%, rgba(230, 92, 24, .25), transparent 39%),
      linear-gradient(155deg, #0c1013, #22282c);
  }
  body.home .hero__inner { min-height: auto; gap: 0; padding-block: 22px 25px; }
  body.home .hero .kicker { margin-bottom: 9px; font-size: 11px; letter-spacing: .11em; }
  body.home .hero h1 { max-width: 350px; font-size: clamp(36px, 10.2vw, 44px); line-height: .98; }
  body.home .hero__lead { max-width: 350px; margin-top: 12px; font-size: 15px; line-height: 1.4; }
  body.home .hero .actions { display: none; }
  body.home .order-card { display: none; }
  body.home .mobile-rescue-card {
    display: grid;
    gap: 9px;
    margin-top: 17px;
    padding: 14px;
    color: var(--ink);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 15px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
  }
  body.home .mobile-rescue-card h2 { margin: 0; font-size: 22px; line-height: 1.1; }
  body.home .mobile-rescue-card__steps {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body.home .mobile-rescue-card__steps li {
    min-width: 0;
    display: grid;
    grid-template-columns: 27px 1fr;
    gap: 9px;
    align-items: center;
    min-height: 34px;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.2;
  }
  body.home .mobile-rescue-card__steps li span {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--ink);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 950;
  }
  body.home .mobile-rescue-card__steps strong { font-weight: 900; }
  body.home .mobile-rescue-card__call,
  body.home .mobile-rescue-card__whatsapp {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 13px;
    border: 2px solid #fff;
    border-radius: 11px;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
  }
  body.home .mobile-rescue-card__call { color: var(--ink); background: var(--orange); box-shadow: 0 8px 18px rgba(230, 92, 24, .22); }
  body.home .mobile-rescue-card__whatsapp { color: #fff; background: #087a45; box-shadow: 0 8px 18px rgba(8, 122, 69, .2); }
  body.home .mobile-rescue-card__call:hover,
  body.home .mobile-rescue-card__call:focus-visible { color: #fff; background: var(--orange-dark); }
  body.home .mobile-rescue-card__whatsapp:hover,
  body.home .mobile-rescue-card__whatsapp:focus-visible { color: #fff; background: #075e54; }
  body.home .mobile-rescue-card small { color: #59656b; font-size: 10px; line-height: 1.3; text-align: center; }
  .hero h1, .page-hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero__lead, .page-hero p { font-size: 18px; }
  .actions { display: grid; }
  .button { width: 100%; }
  .order-card { padding: 22px; }
  .cashless { margin-top: -18px; background: transparent; }
  .cashless__inner {
    width: min(calc(100% - 28px), var(--max));
    padding: 21px;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(18, 24, 28, .14);
  }
  .cashless__heading { align-items: flex-start; gap: 13px; }
  .cashless__icon { width: 44px; height: 44px; flex-basis: 44px; font-size: 20px; }
  .cashless__heading strong { font-size: 20px; }
  .cashless__inner > p { font-size: 15px; }
  .quick-options { padding-block: 55px; }
  .option-grid { grid-template-columns: 1fr; }
  .option { min-height: 205px; }
  .coverage__inner { align-items: stretch; flex-direction: column; }
  .page-hero { padding-block: 58px; }
  .page-hero--image { min-height: 450px; background-position: center; }
  .page-hero--hds .page-hero__background { object-position: 25% center; transform: none; }
  .page-hero--contact .page-hero__background { object-position: center; transform: scale(1.85); }
  .page-content { padding-block: 50px 65px; }
  .company-summary { padding-block: 48px; }
  .company-summary__logo { width: 150px; }
  .company-summary h2, .locations__head h2 { font-size: 33px; }
  .contact-actions { display: grid; }
  .location-grid { grid-template-columns: 1fr; }
  .locations { padding-block: 52px 68px; }
  .vehicle-gallery { padding-block: 50px 62px; }
  .vehicle-gallery__head { align-items: start; flex-direction: column; gap: 10px; margin-bottom: 20px; }
  .vehicle-gallery__head h2 { font-size: 32px; }
  .vehicle-gallery__grid,
  .vehicle-gallery__grid--three,
  .vehicle-gallery__grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .vehicle-gallery__grid .vehicle-photo:nth-child(n + 3) { display: none; }
  .vehicle-photo picture { aspect-ratio: 4 / 3; }
  .vehicle-photo figcaption { padding: 11px 12px; font-size: 12px; }
  .insurers { padding-block: 52px 64px; }
  .insurers__head h2 { font-size: 32px; }
  .insurers__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .insurer-logo { min-height: 90px; padding: 10px; }
  .insurer-logo img { height: 64px; }
  .local-support { padding-block: 55px; }
  .local-support__content h2 { font-size: 33px; }
  .local-support__content p { font-size: 16px; }
  .local-support__heading { align-items: flex-start; gap: 13px; }
  .local-support__logo { width: 72px; height: 72px; flex-basis: 72px; border-radius: 11px; }
  .local-support__image figcaption { bottom: 10px; left: 10px; padding: 8px 10px; font-size: 10px; }
  .compact-facts { padding-block: 50px 60px; }
  .compact-facts h2 { font-size: 31px; }
  .footer__inner { grid-template-columns: 1fr; }
  .mobile-call {
    position: fixed;
    right: 12px;
    bottom: max(11px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 80;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    background: var(--orange);
    border: 2px solid #fff;
    border-radius: 13px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .33);
    font-size: 17px;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .18s ease, transform .18s ease;
  }
  body.home.mobile-call--managed .mobile-call { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 24px)); }
  body.home.mobile-call--managed.mobile-call--visible .mobile-call { opacity: 1; pointer-events: auto; transform: translateY(0); }
}

@media (max-width: 782px) {
  body.admin-bar .header { top: 46px; }
}

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