/* =================================================================
   waschparkfinder.de — Editorial Design System
   - Typography:    IBM Plex Sans (techniczny sans-serif, jeden font)
   - Mood:          NYT/Bloomberg/MIT-Press editorial
   - Cards:         neo-brutalist, 2px black border + offset shadow
   - Background:    warm off-white (paper-like), nie szary
   - Grid utility:  minimalna warstwa kompatybilna z Bootstrap (.row/.col-*)
   - WCAG 2.2 AA:   wszystkie kontrasty ≥ 8:1 dla tekstu
   ================================================================= */

/* =========== TOKENS =========== */
:root {
  /* Background — warm paper, mid-grey, deep ink */
  --bg-paper:   #f7f4ee;     /* warm off-white, główne tło */
  --bg-card:    #ffffff;     /* białe karty na warm bg */
  --bg-deep:    #0a0a0a;     /* near-black, hero/footer */
  --bg-section: #efeae0;     /* trochę ciemniejszy paper */
  --bg-rule:    #1a1a1a;     /* black-ish dla 2px borders */

  /* Ink — text */
  --ink:        #0a0a0a;     /* main text — ~21:1 on paper */
  --ink-mid:    #2a2a2a;     /* secondary — ~13:1 */
  --ink-soft:   #555555;     /* meta / captions — ~8.4:1 */

  /* Accent — signal red & navy retain */
  --accent:     #b8001f;     /* signal red, ~8.6:1 on paper */
  --accent-on:  #ffffff;
  --primary:    #0b2a5b;     /* deep navy, ~13:1 on paper */
  --primary-on: #ffffff;

  /* Functional */
  --rule:       #1a1a1a;     /* black hairline */
  --rule-soft:  #c9c2b1;     /* warm hairline na paper */
  --highlight:  #fff19b;     /* highlighter yellow (rare accent) */
  --success:    #157f3a;
  --warning:    #b86200;

  /* Typography */
  --font:       "IBM Plex Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono:  "IBM Plex Mono", ui-monospace, SFMono-Regular, "Cascadia Code", Consolas, monospace;

  /* Sizing */
  --radius:    2px;          /* editorial = sharp, niemal brak zaokrągleń */
  --radius-md: 4px;
  --shadow-card:    4px 4px 0 0 var(--rule);                       /* signature offset */
  --shadow-card-hv: 6px 6px 0 0 var(--rule);                       /* hover */
  --shadow-card-prem: 4px 4px 0 0 var(--accent);                   /* premium variant */
  --shadow-elevated: 0 12px 40px -12px rgba(10,10,10,0.18);

  /* Container */
  --container-max: 1240px;
  --container-pad: clamp(1rem, 4vw, 2.5rem);
}

/* =========== RESET / BASE =========== */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg-paper);
  font-feature-settings: "ss01", "cv05";  /* IBM Plex stylistic alternates */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

img, svg { max-width: 100%; height: auto; }

a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--rule-soft);
  transition: text-decoration-color .12s ease, color .12s ease;
}
a:hover, a:focus-visible {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

p { margin: 0 0 1rem; }
hr { border: none; border-top: 1px solid var(--rule-soft); margin: 2rem 0; }

/* =========== TYPOGRAPHY =========== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0 0 .75rem;
  color: var(--ink);
}
h1 { font-size: clamp(2rem, 5.5vw, 3.4rem); font-weight: 800; letter-spacing: -0.025em; }
h2 { font-size: clamp(1.55rem, 3.5vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 2.4vw, 1.45rem); }
h4 { font-size: 1.1rem; }
h5 { font-size: 1rem; }
h6 { font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }

.h1 { font-size: clamp(2rem, 5.5vw, 3.4rem); font-weight: 800; }
.h3 { font-size: clamp(1.2rem, 2.4vw, 1.45rem); font-weight: 700; }
.h5 { font-size: 1rem; font-weight: 700; }
.h6 { font-size: .9rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.eyebrow {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: .9rem;
  position: relative;
  padding-left: 1.4rem;
}
.eyebrow::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 1rem; height: 2px;
  background: var(--accent);
}

.section-title {
  font-size: clamp(1.55rem, 3.5vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 1.25rem;
  letter-spacing: -0.015em;
}
.section-subtitle {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.5rem 0 .6rem;
  letter-spacing: -0.005em;
}
.section-lead {
  font-size: 1.1rem;
  color: var(--ink-mid);
  max-width: 65ch;
  margin: 0 0 2rem;
  line-height: 1.55;
}

.text-muted { color: var(--ink-soft) !important; }
.text-center { text-align: center; }
.small { font-size: .85rem; }
.text-light { color: rgba(255,255,255,.78) !important; }

strong, b { font-weight: 700; color: var(--ink); }

/* =========== LAYOUT — CONTAINERS =========== */
.container-xxl {
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

.section {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}
.section--alt {
  background: var(--bg-section);
  border-top: 2px solid var(--rule);
  border-bottom: 2px solid var(--rule);
}
.section--dark {
  background: var(--bg-deep);
  color: rgba(255,255,255,.92);
}
.section--dark .section-title,
.section--dark .section-lead,
.section--dark h1, .section--dark h2, .section--dark h3 {
  color: #fff;
}
.section--dark .section-lead { color: rgba(255,255,255,.78); }
.section--dark .eyebrow { color: #ff5a6e; }
.section--dark .eyebrow::before { background: #ff5a6e; }

/* =========== BOOTSTRAP-COMPAT GRID =========== */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -.75rem;
  margin-right: -.75rem;
}
.row > [class*="col-"] {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  flex: 0 0 auto;
}
.row.g-3 > [class*="col-"] { padding: .75rem; }
.row.g-3 { margin: -.75rem; }
.row.g-4 > [class*="col-"] { padding: 1rem; }
.row.g-4 { margin: -1rem; }

.col-12 { width: 100%; }
.col-6  { width: 50%; }

@media (min-width: 768px) {
  .col-md-3  { width: 25%; }
  .col-md-4  { width: 33.3333%; }
  .col-md-6  { width: 50%; }
  .col-md-8  { width: 66.6666%; }
  .col-md-12 { width: 100%; }
}
@media (min-width: 992px) {
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.3333%; }
  .col-lg-5 { width: 41.6666%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.3333%; }
  .col-lg-8 { width: 66.6666%; }
}

.d-flex { display: flex; }
.d-grid { display: grid; }
.gap-3 { gap: 1rem; }
.gap-2 { gap: .5rem; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.ms-auto { margin-left: auto !important; }

/* =========== SKIP LINK (a11y) =========== */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: .85rem 1.25rem;
  font-weight: 700;
  z-index: 1000;
  text-decoration: none;
}
.skip-link:focus, .skip-link:focus-visible {
  left: 1rem;
  top: 1rem;
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  color: #fff;
}
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* =========================================================
   HEADER + MEGA-NAV (modern, sticky, glassmorphic + crisp)
   ========================================================= */

.wpf-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg-paper);
  border-bottom: 2px solid var(--rule);
  isolation: isolate;
}

/* --- Top utility bar --- */
.wpf-topbar {
  background: var(--ink);
  color: rgba(255,255,255,.88);
  font-size: .78rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.wpf-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 36px;
  padding-top: .35rem;
  padding-bottom: .35rem;
  flex-wrap: wrap;
}
.wpf-topbar__chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 500;
  letter-spacing: .005em;
}
.wpf-topbar__chip i {
  color: var(--accent);
  font-size: .9rem;
}
.wpf-topbar__links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.wpf-topbar__links a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: .005em;
  transition: color .15s ease;
  padding: 0;
}
.wpf-topbar__links a:hover {
  color: #fff;
  text-decoration-color: var(--accent);
}
.wpf-topbar__links a i { font-size: .85rem; opacity: .8; }
.wpf-topbar__links a:hover i { opacity: 1; color: var(--accent); }
@media (max-width: 720px) {
  .wpf-topbar__chip { font-size: .72rem; }
  .wpf-topbar__links { gap: .85rem; font-size: .72rem; }
  .wpf-topbar__links a span { display: none; }
}

/* --- Main nav --- */
.wpf-nav {
  background: var(--bg-paper);
  position: relative;
}
.wpf-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 76px;
}

.wpf-nav__brand {
  display: flex;
  align-items: center;
  gap: .85rem;
  text-decoration: none;
  color: var(--ink);
  flex-shrink: 0;
  padding: .25rem 0;
}
.wpf-nav__brand:hover { text-decoration: none; color: var(--ink); }
.wpf-nav__logo {
  display: inline-flex;
  color: var(--primary);
  flex-shrink: 0;
  transition: transform .15s ease;
}
.wpf-nav__brand:hover .wpf-nav__logo { transform: rotate(-3deg); }
.wpf-nav__logo svg { display: block; }

.wpf-nav__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.wpf-nav__brand-text strong {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.wpf-nav__brand-text small {
  font-size: .65rem;
  color: var(--ink-soft);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 3px;
  font-weight: 600;
}

.wpf-nav__menu {
  display: flex;
  align-items: center;
  gap: .15rem;
  list-style: none;
  margin: 0; padding: 0;
}
.wpf-nav__item {
  position: relative;
}
.wpf-nav__link {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .65rem .9rem;
  font-family: var(--font);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  text-decoration: none;
  color: var(--ink-mid);
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: color .15s ease, background .15s ease;
  white-space: nowrap;
}
.wpf-nav__link:hover,
.wpf-nav__link:focus-visible,
.wpf-nav__item--mega[data-mega-open] .wpf-nav__link {
  color: var(--ink);
  background: var(--bg-section);
  text-decoration: none;
}
.wpf-nav__link i.bi-chevron-down {
  font-size: .7rem;
  margin-left: .15rem;
  transition: transform .2s ease;
  opacity: .6;
}
.wpf-nav__item--mega[data-mega-open] .wpf-nav__link i.bi-chevron-down {
  transform: rotate(180deg);
  opacity: 1;
}

.wpf-nav__cta {
  margin-left: .5rem;
}
.wpf-nav__cta .btn-cta {
  padding: .6rem 1.1rem;
}

/* --- Burger toggle (mobile) --- */
.wpf-nav__toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 2px solid var(--rule);
  border-radius: 6px;
  cursor: pointer;
  color: var(--ink);
  padding: 0;
  align-items: center;
  justify-content: center;
}
.wpf-nav__burger {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  transition: background .15s ease;
}
.wpf-nav__burger::before,
.wpf-nav__burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--ink);
  transition: transform .2s ease, top .2s ease;
}
.wpf-nav__burger::before { top: -7px; }
.wpf-nav__burger::after  { top:  7px; }
.wpf-nav__toggle[aria-expanded="true"] .wpf-nav__burger { background: transparent; }
.wpf-nav__toggle[aria-expanded="true"] .wpf-nav__burger::before {
  top: 0; transform: rotate(45deg);
}
.wpf-nav__toggle[aria-expanded="true"] .wpf-nav__burger::after {
  top: 0; transform: rotate(-45deg);
}

/* =========================================================
   MEGA MENU (desktop dropdown)
   ========================================================= */
.wpf-mega {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 720px;
  max-width: 96vw;
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: 0 24px 60px -20px rgba(10,10,10,.25),
              8px 8px 0 0 var(--rule);
  padding: 1.75rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  z-index: 50;
}
.wpf-nav__item--mega[data-mega-open] .wpf-mega {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity .18s ease, transform .18s ease, visibility 0s linear 0s;
}

/* 3-card service grid */
.wpf-mega__grid {
  display: grid;
  gap: 1rem;
}
.wpf-mega__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.wpf-mega__grid--cities {
  grid-template-columns: 1fr 1fr 1.2fr;
  min-width: 760px;
}
.wpf-mega__grid--vehicles {
  grid-template-columns: repeat(4, 1fr);
  min-width: 640px;
}

.wpf-mega__feature {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  padding: 1.15rem 1.1rem;
  background: var(--bg-paper);
  border: 1.5px solid var(--rule-soft);
  text-decoration: none;
  color: var(--ink);
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}
.wpf-mega__feature:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 0 var(--accent);
  border-color: var(--rule);
  color: var(--ink);
  text-decoration: none;
}
.wpf-mega__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--ink);
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: .25rem;
}
.wpf-mega__feature:hover .wpf-mega__icon {
  background: var(--accent);
}
.wpf-mega__feature strong {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.wpf-mega__feature > span:not(.wpf-mega__icon):not(.wpf-mega__cta) {
  font-size: .85rem;
  color: var(--ink-mid);
  line-height: 1.5;
}
.wpf-mega__cta {
  margin-top: .35rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

/* Cities columns */
.wpf-mega__col {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.wpf-mega__col--accent {
  background: var(--bg-section);
  padding: 1rem;
  border-left: 3px solid var(--accent);
  margin: -1rem -1rem -1rem 0;
}
.wpf-mega__col-label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: .35rem;
  margin-bottom: .25rem;
  padding-bottom: .35rem;
  border-bottom: 1px solid var(--rule-soft);
}
.wpf-mega__col-label i { color: var(--accent); font-size: .85rem; }
.wpf-mega__col ul {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  gap: 0;
}
.wpf-mega__col ul li {
  border-bottom: 1px solid var(--rule-soft);
}
.wpf-mega__col ul li:last-child { border-bottom: none; }
.wpf-mega__col ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .55rem 0;
  text-decoration: none;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 500;
  transition: color .12s ease, padding .12s ease;
}
.wpf-mega__col ul a:hover {
  color: var(--accent);
  padding-left: .35rem;
  text-decoration: none;
}
.wpf-mega__dist {
  font-size: .72rem;
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}
.wpf-mega__hwy-tag {
  display: inline-block;
  background: var(--accent);
  color: #fff !important;
  padding: .15rem .45rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-right: .35rem;
}
.wpf-mega__col--accent ul a {
  flex-direction: row;
  gap: .5rem;
  align-items: center;
}
.wpf-mega__col--accent ul a > span:last-child {
  font-size: .8rem;
  color: var(--ink-soft);
}

/* Vehicle tiles */
.wpf-mega__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: 1.1rem .75rem;
  background: var(--bg-paper);
  border: 1.5px solid var(--rule-soft);
  text-decoration: none;
  color: var(--ink);
  text-align: center;
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}
.wpf-mega__tile:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  background: var(--bg-card);
  color: var(--ink);
  text-decoration: none;
}
.wpf-mega__tile i {
  font-size: 1.6rem;
  color: var(--ink);
  transition: color .12s ease;
}
.wpf-mega__tile:hover i { color: var(--accent); }
.wpf-mega__tile span {
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: -0.005em;
}

/* Mega foot row */
.wpf-mega__foot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .35rem 1.25rem;
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule-soft);
  font-size: .85rem;
}
.wpf-mega__foot-label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-right: .5rem;
}
.wpf-mega__foot a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  padding: .25rem 0;
  transition: color .12s ease;
}
.wpf-mega__foot a:hover { color: var(--accent); }
.wpf-mega__foot a i { color: var(--ink-soft); font-size: .9rem; }
.wpf-mega__foot a:hover i { color: var(--accent); }
.wpf-mega__foot--accent {
  margin-left: auto;
  background: var(--ink);
  color: #fff !important;
  padding: .45rem .85rem !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
}
.wpf-mega__foot--accent:hover {
  background: var(--accent);
  color: #fff !important;
}
.wpf-mega__foot--accent i { color: #fff !important; }

/* =========================================================
   MOBILE NAV (off-canvas slide-in)
   ========================================================= */
@media (max-width: 1100px) {
  .wpf-nav__toggle { display: inline-flex; }

  .wpf-nav__menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(380px, 100vw);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--bg-paper);
    border-left: 2px solid var(--rule);
    padding: 5rem 1.5rem 2rem;
    overflow-y: auto;
    box-shadow: -16px 0 40px -10px rgba(0,0,0,.25);
    z-index: 99;
  }
  .wpf-nav__menu.is-open { display: flex; }

  .wpf-nav__item { width: 100%; }
  .wpf-nav__link, .wpf-nav__link--btn {
    width: 100%;
    justify-content: space-between;
    padding: 1rem .75rem;
    font-size: 1rem;
    border-bottom: 1px solid var(--rule-soft);
    border-radius: 0;
  }
  .wpf-nav__link:hover, .wpf-nav__item--mega[data-mega-open] .wpf-nav__link {
    background: transparent;
    color: var(--accent);
  }

  /* Mobile mega menu collapses below the trigger */
  .wpf-mega {
    position: static;
    transform: none !important;
    min-width: 0;
    max-width: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid var(--rule-soft);
    padding: 0 0 1rem;
    background: transparent;
    display: none;
    transition: none;
  }
  .wpf-nav__item--mega[data-mega-open] .wpf-mega {
    display: block;
  }

  .wpf-mega__grid--3,
  .wpf-mega__grid--cities,
  .wpf-mega__grid--vehicles {
    grid-template-columns: 1fr;
    min-width: 0;
    gap: .5rem;
  }
  .wpf-mega__grid--vehicles {
    grid-template-columns: repeat(2, 1fr);
  }
  .wpf-mega__col--accent { margin: 0; }
  .wpf-mega__feature { padding: .85rem; }
  .wpf-mega__feature strong { font-size: .92rem; }
  .wpf-mega__cta { font-size: .72rem; }
  .wpf-mega__foot { gap: .35rem .85rem; padding-top: .75rem; margin-top: .75rem; }
  .wpf-mega__foot--accent { margin-left: 0; width: 100%; justify-content: center; }

  .wpf-nav__cta {
    margin: 1.25rem 0 0;
    width: 100%;
  }
  .wpf-nav__cta .btn-cta {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: .85rem 1rem;
  }
}

/* Body scroll lock when mobile nav is open */
body.is-nav-open {
  overflow: hidden;
}
body.is-nav-open::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(10,10,10,.45);
  z-index: 98;
}

/* =========== BUTTONS =========== */
.btn-cta, .btn-ghost, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .85rem 1.5rem;
  font-family: var(--font);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration: none;
  border: 2px solid var(--rule);
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease;
  white-space: nowrap;
}

.btn-cta {
  background: var(--accent);
  color: var(--accent-on);
  border-color: var(--accent);
  box-shadow: 4px 4px 0 0 var(--rule);
}
.btn-cta:hover, .btn-cta:focus-visible {
  background: var(--accent);
  color: var(--accent-on);
  text-decoration: none;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 0 var(--rule);
}
.btn-cta:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 0 0 var(--rule);
}

.btn-ghost {
  background: var(--bg-card);
  color: var(--ink);
  border-color: var(--rule);
  box-shadow: 4px 4px 0 0 var(--rule);
}
.btn-ghost:hover, .btn-ghost:focus-visible {
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 0 var(--accent);
}

.section--dark .btn-ghost {
  background: transparent;
  color: #fff;
  border-color: #fff;
  box-shadow: 4px 4px 0 0 var(--accent);
}
.section--dark .btn-ghost:hover {
  background: #fff;
  color: var(--ink);
  box-shadow: 6px 6px 0 0 var(--accent);
}

/* =========== HERO =========== */
.hero {
  position: relative;
  padding: clamp(2.5rem, 7vw, 6rem) 0 clamp(3rem, 8vw, 7rem);
  background: var(--bg-paper);
  border-bottom: 2px solid var(--rule);
  overflow: hidden;
}
.hero::before {
  /* Editorial vertical rule on the right */
  content: "";
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  top: 0; bottom: 0;
  width: 1px;
  background: var(--rule-soft);
  display: none;
}
@media (min-width: 992px) { .hero::before { display: block; } }

.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: end;
}
@media (min-width: 992px) {
  .hero__grid { grid-template-columns: 1.4fr 1fr; }
}

.hero__h1, .hero__title {
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0 0 1.25rem;
  color: var(--ink);
}
.hero__h1 em, .hero__title em {
  font-style: normal;
  color: var(--accent);
}
.hero__lead {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.55;
  color: var(--ink-mid);
  max-width: 60ch;
  margin: 0 0 2rem;
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 2px solid var(--rule);
}
.hero-stats__item {
  padding: 1.25rem 1rem;
  border-right: 1px solid var(--rule-soft);
}
.hero-stats__item:last-child { border-right: none; }
.hero-stats__num {
  display: block;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--accent);
}
.hero-stats__label {
  display: block;
  margin-top: .35rem;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
}

.hero__chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .35rem .75rem;
  margin-bottom: 1.25rem;
  border: 2px solid var(--rule);
  background: var(--bg-card);
  color: var(--ink);
}

/* =========== BREADCRUMB =========== */
.breadcrumb-wrap {
  background: var(--bg-paper);
  border-bottom: 1px solid var(--rule-soft);
  padding: .9rem 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0; padding: 0;
  font-size: .82rem;
  color: var(--ink-soft);
}
.breadcrumb li {
  display: inline-flex;
  align-items: center;
}
.breadcrumb li + li::before {
  content: "/";
  margin: 0 .65rem;
  color: var(--rule-soft);
  font-weight: 400;
}
.breadcrumb a {
  color: var(--ink-soft);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 500;
}
.breadcrumb a:hover { color: var(--accent); text-decoration: underline; }
.breadcrumb li:last-child { color: var(--ink); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }

/* =========== LEAD-ANSWER (SGE box) =========== */
.lead-answer {
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
  padding: clamp(1.4rem, 3vw, 2.25rem);
  margin: 1.5rem 0 2.5rem;
  position: relative;
}
.lead-answer__eyebrow {
  display: inline-block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: .8rem;
  padding: .25rem .55rem;
  background: var(--ink);
  color: #fff;
}
.lead-answer__title {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 700;
  margin: 0 0 .9rem;
  letter-spacing: -0.015em;
}
.lead-answer__text {
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ink-mid);
  margin: 0 0 1.5rem;
}
.lead-answer__bullets {
  list-style: none; padding: 0; margin: 0 0 1.5rem;
  display: grid;
  gap: .55rem;
}
.lead-answer__bullets li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  padding-left: 0;
  position: relative;
}
.lead-answer__bullets li::before {
  content: "→";
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
  font-size: 1.05em;
}
.lead-answer__sub {
  border-top: 1px solid var(--rule-soft);
  padding-top: 1.25rem;
  margin-top: 1rem;
  font-size: .92rem;
  color: var(--ink-soft);
}
.lead-answer__sub strong {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: .35rem;
}
.lead-answer__dl {
  display: grid;
  gap: 1rem;
  margin: 0;
}
@media (min-width: 720px) {
  .lead-answer__dl { grid-template-columns: 1fr 1fr; }
}

/* =========== WASH GRID & CARDS (neo-brutalist editorial) =========== */
.wash-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 720px)  { .wash-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .wash-grid { grid-template-columns: repeat(3, 1fr); } }

.wash-card {
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  transition: transform .14s ease, box-shadow .14s ease;
  position: relative;
}
.wash-card:hover, .wash-card:focus-within {
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-card-hv);
}
.wash-card--prem {
  border-color: var(--accent);
  box-shadow: var(--shadow-card-prem);
}
.wash-card--prem:hover {
  box-shadow: 6px 6px 0 0 var(--accent);
}

.wash-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  border-bottom: 1px solid var(--rule-soft);
  padding-bottom: .75rem;
  margin-bottom: 0;
}
.wash-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.25;
}
.wash-card__title a {
  color: var(--ink);
  text-decoration: none;
  background-image: linear-gradient(to right, var(--accent), var(--accent));
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .2s ease;
}
.wash-card__title a:hover {
  color: var(--ink);
  background-size: 100% 2px;
}
.wash-card__rating {
  flex-shrink: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.wash-card__rating-num {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.02em;
}
.wash-card__rating-stars {
  display: block;
  font-size: .8rem;
  color: var(--accent);
  margin-top: 2px;
}
.wash-card__rating-count {
  display: block;
  font-size: .72rem;
  color: var(--ink-soft);
  margin-top: 2px;
}

.wash-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: .85rem;
  color: var(--ink-soft);
  margin: 0;
}
.wash-card__meta i { margin-right: .25rem; color: var(--ink-mid); }

.wash-card__desc {
  font-size: .92rem;
  line-height: 1.55;
  color: var(--ink-mid);
  margin: 0;
}

.wash-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.wash-card__foot {
  margin-top: auto;
  padding-top: .75rem;
  border-top: 1px solid var(--rule-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: .85rem;
}
.wash-card__price {
  font-weight: 700;
  color: var(--ink);
}
.wash-card__price strong {
  font-size: 1.1rem;
  color: var(--accent);
}
.wash-card__cta {
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 2px;
}
.wash-card__cta:hover { color: var(--accent); }

/* =========== BADGES (kategorie / B2B / premium) =========== */
.badge, .badge-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .25rem .55rem;
  border: 1.5px solid var(--rule);
  background: var(--bg-card);
  color: var(--ink);
  border-radius: 0;
}
.badge-feat,    .badge.bg-warning  { background: var(--highlight); border-color: var(--rule); color: var(--ink); }
.badge-b2b,     .badge.bg-info     { background: var(--ink); color: #fff; border-color: var(--ink); }
.badge-prem,    .badge.bg-success  { background: var(--accent); color: #fff; border-color: var(--accent); }
.badge-pickup,  .badge.bg-primary  { background: var(--primary); color: #fff; border-color: var(--primary); }
.badge.bg-secondary, .text-bg-secondary { background: var(--ink-soft); color: #fff; border-color: var(--ink-soft); }

/* =========== CATEGORY CHIPS =========== */
.cat-chip-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: .4rem;
}
.cat-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .35rem .75rem;
  font-size: .82rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--ink);
  background: var(--bg-card);
  border: 1.5px solid var(--rule);
  transition: background .12s, color .12s;
}
.cat-chip:hover {
  background: var(--ink);
  color: #fff;
  text-decoration: none;
}
.cat-chip i { font-size: .9rem; opacity: .8; }

/* =========== INFO CARD (sidebar w wash detail) =========== */
.info-card {
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
  padding: 1.4rem;
  margin-bottom: 1.25rem;
}
.info-card h3 {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin: 0 0 1rem;
  padding-bottom: .65rem;
  border-bottom: 2px solid var(--rule);
  display: flex;
  align-items: center;
  gap: .45rem;
}
.info-card h3 i { color: var(--accent); }
.info-card__dl {
  margin: 0;
  display: grid;
  gap: .8rem;
}
.info-card__dl > div {
  display: grid;
  grid-template-columns: minmax(110px, 0.85fr) 1fr;
  gap: .75rem;
  align-items: baseline;
}
.info-card__dl dt {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 600;
  color: var(--ink-soft);
  margin: 0;
}
.info-card__dl dd {
  font-size: .92rem;
  color: var(--ink);
  margin: 0;
  font-weight: 500;
}
.info-card__dl dd a { color: var(--ink); text-decoration-color: var(--accent); }

.info-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  margin-bottom: .85rem;
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
  text-decoration: none;
  color: var(--ink);
  transition: transform .12s, box-shadow .12s;
}
.info-cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-card-hv);
  color: var(--ink);
  text-decoration: none;
}
.info-cta > i:first-child {
  font-size: 1.6rem;
  color: var(--accent);
}
.info-cta span {
  display: flex;
  flex-direction: column;
  font-size: .85rem;
  color: var(--ink-mid);
  line-height: 1.35;
}
.info-cta span strong {
  font-size: .95rem;
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 2px;
}
.info-cta--b2b   { border-left: 6px solid var(--ink); }
.info-cta--prem  { border-left: 6px solid var(--accent); }
.info-cta--pickup{ border-left: 6px solid var(--primary); }

/* =========== PRICE TABLE =========== */
.price-table {
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
  margin-bottom: 1.5rem;
}
.price-table__row {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr 1fr;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--rule-soft);
  align-items: start;
  font-size: .92rem;
}
.price-table__row:first-child { border-top: 0; }
.price-table__head {
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.price-table__head + .price-table__row { border-top: 0; }
.price-table__row--accent {
  background: var(--bg-section);
  border-left: 4px solid var(--accent);
}
.price-table--2col .price-table__row { grid-template-columns: 2fr 1fr; }
@media (max-width: 640px) {
  .price-table__row { grid-template-columns: 1fr; gap: .25rem; }
  .price-table--2col .price-table__row { grid-template-columns: 1fr; }
}

/* =========== BENEFIT LIST =========== */
.benefit-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  gap: 0;
  border-top: 2px solid var(--rule);
}
.benefit-list li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--rule-soft);
}
/* First child is the icon/number indicator (either <i> or <span class="num">) */
.benefit-list li > i,
.benefit-list li > .num {
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  margin-top: .15rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.benefit-list li > i { font-size: 1.5rem; }
.benefit-list li > .num { font-size: 1.85rem; }
/* The text block (always second child, either bare text or wrapped <div>) */
.benefit-list li > div,
.benefit-list li > strong + span {
  display: block;
}
.benefit-list li strong {
  display: block;
  margin-bottom: .25rem;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 700;
}
.benefit-list li > div > span,
.benefit-list li > span:not(.num) {
  display: block;
  color: var(--ink-mid);
  font-size: .94rem;
  line-height: 1.55;
}

/* =========== CHECK-LIST (highlights vor ort) =========== */
.check-list {
  list-style: none; padding: 0; margin: 0 0 1.25rem;
  display: grid; gap: .55rem;
}
.check-list li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  padding: .15rem 0;
}
.check-list li i {
  color: var(--accent);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: .15rem;
}

/* =========== MINI LIST (sidebar info-cards) =========== */
.mini-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: .4rem;
}
.mini-list li {
  display: flex;
  gap: .5rem;
  align-items: center;
  font-size: .9rem;
  color: var(--ink);
  padding: .15rem 0;
}
.mini-list li i {
  color: var(--accent);
  font-size: .9rem;
  flex-shrink: 0;
}

/* =========== PILLAR CARDS (na home) =========== */
.pillar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 720px)  { .pillar-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .pillar-grid { grid-template-columns: repeat(3, 1fr); } }

.pillar-card {
  display: block;
  padding: 1.75rem 1.5rem;
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
  text-decoration: none;
  color: var(--ink);
  transition: transform .14s, box-shadow .14s;
  position: relative;
}
.pillar-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 0 var(--accent);
  color: var(--ink);
  text-decoration: none;
}
.pillar-card > i:first-child {
  display: block;
  font-size: 2.2rem;
  color: var(--accent);
  margin-bottom: 1rem;
  line-height: 1;
}
.pillar-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 .5rem;
}
.pillar-card p {
  color: var(--ink-mid);
  margin: 0 0 1rem;
  font-size: .94rem;
  line-height: 1.55;
}
.pillar-card__cta {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: auto;
}

/* =========== TRUST BAR (Lkw pillar) =========== */
.trust-bar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
}
@media (min-width: 720px) {
  .trust-bar { grid-template-columns: repeat(3, 1fr); }
}
.trust-bar__item {
  display: flex;
  gap: .85rem;
  align-items: center;
  padding: 1.25rem 1.4rem;
  border-right: 1px solid var(--rule-soft);
}
.trust-bar__item:last-child { border-right: none; }
@media (max-width: 719px) {
  .trust-bar__item { border-right: none; border-bottom: 1px solid var(--rule-soft); }
  .trust-bar__item:last-child { border-bottom: none; }
}
.trust-bar__item i {
  font-size: 1.6rem;
  color: var(--accent);
  flex-shrink: 0;
}
.trust-bar__item strong {
  color: var(--ink);
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

/* =========== VEHICLE TYPE GROUPS & CARDS =========== */
.vt-group { margin-bottom: 3rem; }
.vt-group:last-child { margin-bottom: 0; }
.vt-group__head {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1.25rem;
  align-items: start;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--rule);
}
.vt-group__head > i {
  font-size: 2.2rem;
  color: var(--accent);
  grid-row: span 2;
  align-self: start;
  line-height: 1;
}
.vt-group__title {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0;
}
.vt-group__lead {
  margin: .3rem 0 0;
  color: var(--ink-soft);
  font-size: .92rem;
  grid-column: 2;
}

.vt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 1rem;
}
.vt-card {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: 1.25rem 1.1rem;
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
  text-decoration: none;
  color: var(--ink);
  transition: transform .14s, box-shadow .14s;
  min-height: 9rem;
}
.vt-card:hover, .vt-card:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 0 var(--accent);
  color: var(--ink);
  text-decoration: none;
}
.vt-card > i {
  font-size: 1.85rem;
  color: var(--ink);
  margin-bottom: .55rem;
  line-height: 1;
}
.vt-card:hover > i { color: var(--accent); }
.vt-card__name {
  font-weight: 700;
  font-size: .95rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.vt-card__price {
  font-weight: 700;
  color: var(--accent);
  font-size: .9rem;
  margin-top: auto;
}
.vt-card__diff {
  color: var(--ink-soft);
  font-size: .78rem;
  font-weight: 500;
}

.vt-group-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 1.25rem 0 .5rem;
  padding-bottom: .35rem;
  border-bottom: 1px solid var(--rule-soft);
}

/* =========== FAQ ACCORDION (override Bootstrap) =========== */
.accordion {
  border-top: 2px solid var(--rule);
  border-bottom: 2px solid var(--rule);
}
.accordion-item {
  border: none;
  border-bottom: 1px solid var(--rule-soft);
  background: var(--bg-paper);
}
.accordion-item:last-child { border-bottom: none; }
.accordion-header { margin: 0; }
.accordion-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem 1.25rem 0;
  background: transparent;
  border: none;
  font-family: var(--font);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  letter-spacing: -0.005em;
}
.accordion-button:hover { color: var(--accent); }
.accordion-button::after {
  content: "+";
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 1rem;
  color: var(--accent);
  transition: transform .2s;
  flex-shrink: 0;
}
.accordion-button:not(.collapsed)::after {
  content: "−";
}
.accordion-button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}
.accordion-body {
  padding: 0 1.5rem 1.5rem 0;
  color: var(--ink-mid);
  font-size: .98rem;
  line-height: 1.65;
}

/* =========== PROSE (treść artykułów) =========== */
.prose {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink-mid);
  max-width: 65ch;
}
.prose p { margin: 0 0 1.25rem; }
.prose h2, .prose h3 { color: var(--ink); margin-top: 2rem; }

/* =========== FORMS =========== */
.form-group { margin-bottom: 1rem; }
.form-label {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink);
  margin-bottom: .35rem;
}
.form-control, .form-select, input[type="text"], input[type="email"],
input[type="tel"], input[type="number"], input[type="url"], input[type="password"],
input[type="search"], textarea, select {
  display: block;
  width: 100%;
  padding: .7rem .85rem;
  font-family: var(--font);
  font-size: 1rem;
  color: var(--ink);
  background: var(--bg-card);
  border: 2px solid var(--rule);
  border-radius: var(--radius);
  transition: border-color .12s, box-shadow .12s;
}
.form-control:focus, .form-select:focus, input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 4px 4px 0 0 var(--rule);
}
textarea { min-height: 7rem; resize: vertical; }
.form-text { font-size: .82rem; color: var(--ink-soft); margin-top: .25rem; }

/* =========================================================
   FOOTER (modern, structured, multi-section)
   ========================================================= */

.wpf-footer {
  background: var(--bg-deep);
  color: rgba(255,255,255,.85);
  border-top: 4px solid var(--accent);
}

/* --- CTA strip at the very top of the footer --- */
.wpf-footer__cta-strip {
  background: linear-gradient(135deg, var(--bg-deep) 0%, #1a1a1a 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: clamp(2rem, 5vw, 3rem) 0;
  position: relative;
}
.wpf-footer__cta-strip::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
}
.wpf-footer__cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}
.wpf-footer__cta-inner h2 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: #fff;
  margin: .35rem 0 0;
  max-width: 36ch;
}
.wpf-footer__cta-actions {
  display: flex;
  gap: .85rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .wpf-footer__cta-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* --- Main grid: brand / links / cities / wash-types --- */
.wpf-footer__main {
  padding: clamp(2.5rem, 5vw, 4rem) 0 2rem;
}
.wpf-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.6fr 1fr;
  gap: clamp(1.5rem, 3vw, 3rem);
}
@media (max-width: 1100px) {
  .wpf-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2rem;
  }
}
@media (max-width: 600px) {
  .wpf-footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Brand block */
.wpf-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wpf-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: var(--accent);
}
.wpf-footer__logo strong {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}
.wpf-footer__tagline {
  margin: 0;
  font-size: .95rem;
  color: rgba(255,255,255,.7);
  line-height: 1.55;
  max-width: 30ch;
}
.wpf-footer__contact {
  list-style: none;
  padding: 0;
  margin: .25rem 0 0;
  display: grid !important;
  gap: .55rem !important;
}
.wpf-footer__contact li {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-size: .88rem;
  color: rgba(255,255,255,.85);
}
.wpf-footer__contact i {
  color: var(--accent);
  font-size: .9rem;
  flex-shrink: 0;
}
.wpf-footer__contact a {
  color: rgba(255,255,255,.85) !important;
  text-decoration: none;
  font-weight: 500;
}
.wpf-footer__contact a:hover {
  color: #fff !important;
  text-decoration-color: var(--accent);
}

.wpf-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .85rem;
}
.wpf-footer__badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .3rem .55rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.85);
}
.wpf-footer__badge i {
  color: var(--accent);
  font-size: .8rem;
}

/* Link columns */
.wpf-footer__col h3 {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid rgba(255,255,255,.14);
  position: relative;
}
.wpf-footer__col h3::after {
  content: "";
  position: absolute;
  bottom: -1px; left: 0;
  width: 32px;
  height: 1px;
  background: var(--accent);
}
.wpf-footer__col h3.wpf-footer__sub {
  margin-top: 1.5rem;
}
.wpf-footer__col ul {
  list-style: none;
  padding: 0; margin: 0;
  display: grid !important;
  gap: .55rem !important;
}
.wpf-footer__col a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  transition: color .14s ease, padding .14s ease;
}
.wpf-footer__col a:hover {
  color: #fff;
  padding-left: .25rem;
  text-decoration: none;
}
.wpf-footer__col a strong { color: #fff; }

/* Multi-column city list (looks compact on wide screens) */
.wpf-footer__multi {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: .35rem .85rem !important;
}
.wpf-footer__multi a {
  justify-content: space-between;
  width: 100%;
}
.wpf-footer__dist {
  font-size: .7rem;
  color: rgba(255,255,255,.4);
  font-variant-numeric: tabular-nums;
}
.wpf-footer__hwys {
  display: flex !important;
  flex-wrap: wrap;
  gap: .4rem !important;
  grid: none !important;
}
.wpf-footer__hwys li { display: inline-flex; }
.wpf-footer__hwys a {
  display: inline-flex;
  padding: .25rem .55rem;
  background: var(--accent);
  color: #fff !important;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  border: 1px solid var(--accent);
  transition: background .14s ease;
}
.wpf-footer__hwys a:hover {
  background: transparent;
  color: var(--accent) !important;
  padding-left: .55rem;
}

/* Bottom legal row */
.wpf-footer__bottom {
  background: rgba(0,0,0,.4);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.1rem 0;
  font-size: .82rem;
  color: rgba(255,255,255,.55);
}
.wpf-footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.wpf-footer__bottom p { margin: 0; }
.wpf-footer__legal {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.wpf-footer__legal li {
  display: inline-flex;
  align-items: center;
}
.wpf-footer__legal li + li::before {
  content: "·";
  margin: 0 .65rem;
  color: rgba(255,255,255,.25);
}
.wpf-footer__legal a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
  font-weight: 500;
  transition: color .14s ease;
}
.wpf-footer__legal a:hover {
  color: var(--accent);
  text-decoration: none;
}

/* =========== ADMIN =========== */
.admin-wrap {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 0 var(--container-pad);
}
.admin-wrap h1 { font-size: 1.6rem; }
.admin-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
}
.admin-table th, .admin-table td {
  padding: .75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--rule-soft);
  font-size: .9rem;
}
.admin-table th {
  background: var(--ink); color: #fff;
  font-size: .72rem; text-transform: uppercase; letter-spacing: .08em;
  font-weight: 700;
  border-bottom: none;
}
.admin-table tr:last-child td { border-bottom: none; }

/* =========== UTILITIES =========== */
.tabular { font-variant-numeric: tabular-nums; }

@media print {
  .wpf-nav, .wpf-footer, .skip-link, .btn-cta, .btn-ghost { display: none !important; }
  body { background: white; color: black; }
  .wash-card, .info-card, .lead-answer { box-shadow: none !important; border: 1px solid #888 !important; }
}

/* =========== Additional Bootstrap-compat utilities =========== */
.list-unstyled { list-style: none; padding: 0; margin: 0; }
.list-inline { list-style: none; padding: 0; margin: 0; }
.list-inline-item { display: inline-block; }
.list-inline-item:not(:last-child) { margin-right: 1rem; }
.column-2 { column-count: 2; column-gap: 1rem; }
@media (max-width: 540px) { .column-2 { column-count: 1; } }
.flex-wrap { flex-wrap: wrap; }
.justify-content-between { justify-content: space-between; }
.justify-content-center { justify-content: center; }
.align-items-center { align-items: center; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.text-success { color: var(--success) !important; }
.text-warning { color: var(--warning) !important; }
.text-decoration-none { text-decoration: none !important; }
.fw-bold, .fw-700 { font-weight: 700 !important; }
.text-uppercase { text-transform: uppercase; }
.bg-primary { background: var(--primary) !important; color: #fff !important; }
.bg-warning { background: var(--highlight) !important; color: var(--ink) !important; }
.bg-success { background: var(--success) !important; color: #fff !important; }
.bg-info    { background: var(--ink) !important; color: #fff !important; }
.text-bg-warning { background: var(--highlight); color: var(--ink); }
.text-bg-secondary { background: var(--ink-soft); color: #fff; }
.text-bg-info { background: var(--ink); color: #fff; }
.rounded-pill { border-radius: 100px; }
.shadow-sm { box-shadow: 2px 2px 0 0 var(--rule); }

/* d-flex variations */
.d-inline-flex { display: inline-flex; }
.flex-column { flex-direction: column; }
.flex-grow-1 { flex-grow: 1; }

/* =========== HERO HIGHLIGHTS (3-stat grid w lewej kolumnie) =========== */
.hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 2px solid var(--rule);
  margin-top: 2rem;
}
.hero__highlights > div {
  padding: 1.25rem 1rem;
  border-right: 1px solid var(--rule-soft);
  display: flex;
  flex-direction: column;
}
.hero__highlights > div:last-child { border-right: none; }
.hero__highlights strong {
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  margin-bottom: .35rem;
}
.hero__highlights span {
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
}

/* =========== HERO VISUAL (prawa kolumna, editorial blockquote) =========== */
.hero__visual {
  position: relative;
  padding: 2rem;
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card-prem);
  margin: 0;
}
.hero__badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .35rem .65rem;
  background: var(--accent);
  color: #fff;
  margin-bottom: 1rem;
}
.hero__quote {
  font-size: 1.1rem;
  line-height: 1.55;
  font-style: italic;
  color: var(--ink);
  margin: 0;
  padding-left: 1rem;
  border-left: 4px solid var(--accent);
}
@media (max-width: 991px) {
  .hero__visual { margin-top: 1rem; }
}

/* =========== Lead-answer bullets — replace native list-style =========== */
.lead-answer__bullets li {
  list-style: none;
}
ul.lead-answer__bullets { list-style: none; }

/* =========== BREADCRUMB (alias dla istniejącego markup-u) =========== */
.wpf-breadcrumb {
  background: var(--bg-paper);
  border-bottom: 1px solid var(--rule-soft);
  padding: .9rem 0;
}
.wpf-breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-size: .82rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 500;
}
.wpf-breadcrumb .breadcrumb-item a {
  color: var(--ink-soft);
  text-decoration: none;
}
.wpf-breadcrumb .breadcrumb-item a:hover { color: var(--accent); text-decoration: underline; }
.wpf-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin: 0 .65rem;
  color: var(--rule-soft);
}
.wpf-breadcrumb .breadcrumb-item.active { color: var(--ink); font-weight: 600; }

/* =========== Additional badges =========== */
.badge-mob { background: var(--primary); color: #fff; border-color: var(--primary); }

/* =========== wash-card extras =========== */
.wash-card__hwy { color: var(--ink-soft); }
.wash-card__cats { display: flex; flex-wrap: wrap; gap: .35rem; padding: 0; margin: 0; }
.wash-card__cats li { display: inline-flex; }
.wash-card__cats li:not(:last-child) { margin-right: 0; }

/* =========== wash-card foot (3-kolumnowy: cena · rating · CTA) =========== */
.wash-card__foot {
  margin-top: auto;
  padding-top: .9rem;
  border-top: 1px solid var(--rule-soft);
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 1rem;
  align-items: center;
  font-size: .85rem;
}
.wash-card__price .label {
  display: block;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
}
.wash-card__price strong {
  font-size: 1.25rem;
  color: var(--ink);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.wash-card__rating {
  display: flex;
  align-items: center;
  gap: .25rem;
  font-variant-numeric: tabular-nums;
}
.wash-card__rating i {
  color: var(--accent);
  font-size: 1rem;
}
.wash-card__rating strong {
  font-weight: 700;
  color: var(--ink);
}
.wash-card__rating .text-muted { font-size: .8rem; }

.btn-cta--sm {
  padding: .5rem .85rem;
  font-size: .82rem;
  box-shadow: 3px 3px 0 0 var(--rule);
}
.btn-cta--sm:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 0 var(--rule);
}

/* =========================================================
   PAGE-SPECIFIC HEROES
   ========================================================= */

/* --- LOCAL HERO (city / highway page) --- */
.local-hero {
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(2.5rem, 6vw, 4.5rem);
  background: var(--bg-paper);
  border-bottom: 2px solid var(--rule);
}
.local-hero--hwy { background: var(--bg-section); }
.local-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: end;
}
@media (min-width: 992px) {
  .local-hero__inner { grid-template-columns: 1.6fr 1fr; }
}
.local-hero__title {
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: .85rem 0 1rem;
}
.local-hero__lead {
  font-size: 1.05rem;
  color: var(--ink-mid);
  line-height: 1.55;
  margin: 0 0 1.5rem;
  max-width: 60ch;
}
.local-hero__cta { display: flex; flex-wrap: wrap; gap: .85rem; }
.local-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 2px solid var(--rule);
  background: var(--bg-card);
}
.local-hero__stats > div {
  padding: 1.1rem;
  border-right: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.local-hero__stats > div:nth-child(2n) { border-right: none; }
.local-hero__stats > div:nth-last-child(-n+2) { border-bottom: none; }
.local-hero__stats strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.local-hero__stats span {
  display: block;
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
  margin-top: .35rem;
}

/* --- WASH HERO (single facility page) --- */
.wash-hero {
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2rem, 4vw, 3rem);
  background: var(--bg-paper);
  border-bottom: 2px solid var(--rule);
}
.wash-hero--prem { background: var(--bg-section); border-bottom-color: var(--accent); }
.wash-hero__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .wash-hero__head { grid-template-columns: 1fr auto; align-items: end; }
}
.wash-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-bottom: 1rem;
}
.wash-hero__title {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 .85rem;
}
.wash-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: .94rem;
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
}
.wash-hero__meta i { color: var(--ink-mid); margin-right: .25rem; }
.wash-hero__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .75rem;
}
@media (min-width: 992px) {
  .wash-hero__side { align-items: flex-end; text-align: right; }
}
.wash-hero__rating {
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
  padding: .9rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .15rem;
  min-width: 110px;
}
.wash-hero__rating > strong {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.wash-hero__rating .stars { color: var(--accent); font-size: .85rem; letter-spacing: .1em; }
.wash-hero__rating .count { font-size: .75rem; color: var(--ink-soft); }
.wash-hero__price {
  background: var(--ink);
  color: #fff;
  padding: .9rem 1.25rem;
  font-weight: 700;
  text-align: center;
}
.wash-hero__price .label {
  display: block;
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  font-weight: 500;
  margin-bottom: 2px;
}
.wash-hero__price strong {
  color: #fff;
  font-size: 1.5rem;
  font-variant-numeric: tabular-nums;
}
.wash-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }

/* --- EXIT CARDS (autostrady) --- */
.exit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 720px)  { .exit-list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .exit-list { grid-template-columns: repeat(3, 1fr); } }

.exit-card {
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
  padding: 1.5rem;
  transition: transform .14s, box-shadow .14s;
}
.exit-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-card-hv);
}
.exit-card__sign {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: .25rem .65rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .85rem;
}
.exit-card__name {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 .35rem;
}
.exit-card__hwy { font-size: .85rem; color: var(--ink-soft); margin: 0 0 1rem; }
.exit-card__meta { font-size: .85rem; color: var(--ink-mid); margin: 0; }
.exit-card__body { padding: 0; }
.exit-card__list { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .35rem; font-size: .9rem; }
.exit-card__list li { padding: .35rem 0; border-top: 1px solid var(--rule-soft); }
.exit-card__list a { color: var(--ink); text-decoration: none; }
.exit-card__list a:hover { color: var(--accent); }

/* --- TOP-LIST (Top 10 Kassel) --- */
.top-list { list-style: none; padding: 0; margin: 0; counter-reset: rank; }
.top-list > li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--rule-soft);
  align-items: start;
}
.top-list > li:first-child { border-top: 2px solid var(--rule); }
.top-list > li:last-child { border-bottom: 2px solid var(--rule); }
.top-list__rank {
  font-family: var(--font);
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--accent);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.top-list__body { padding: 0; }
.top-list .top-list__item--prem .top-list__rank,
.top-list > li.top-list__item--prem .top-list__rank {
  color: var(--accent);
}

/* --- POST CARDS (Ratgeber) --- */
.post-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 720px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px){ .post-grid { grid-template-columns: repeat(3, 1fr); } }

.post-card {
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform .14s, box-shadow .14s;
}
.post-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-card-hv);
  text-decoration: none;
}
.post-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  flex: 1;
}
.post-card__date {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
}
.post-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
  line-height: 1.25;
}
.post-card__lead {
  color: var(--ink-mid);
  font-size: .94rem;
  line-height: 1.55;
  margin: 0;
}
.post-card__more {
  margin-top: auto;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding-top: .5rem;
}

/* --- POST BODY (single article) --- */
.post-body {
  max-width: 70ch;
  margin: 2rem auto;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-mid);
}
.post-body__head { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 2px solid var(--rule); }
.post-body__title { font-size: clamp(1.8rem, 4.5vw, 2.6rem); font-weight: 800; letter-spacing: -0.025em; color: var(--ink); margin: .5rem 0 1rem; }
.post-body__lead { font-size: 1.2rem; color: var(--ink-mid); line-height: 1.5; margin: 0; }
.post-body p { margin: 0 0 1.25rem; }
.post-body h2 { color: var(--ink); margin-top: 2.5rem; font-size: 1.6rem; }
.post-body h3 { color: var(--ink); margin-top: 1.5rem; font-size: 1.2rem; }
.post-body__cta { background: var(--ink); color: #fff; padding: 2rem; margin-top: 3rem; }
.post-body__cta a { color: var(--highlight); }

/* --- FAQ section wrap --- */
.wpf-faq {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: var(--bg-paper);
}

/* --- FORMS - wpf-form --- */
.wpf-form {
  background: var(--bg-card);
  border: 2px solid var(--rule);
  box-shadow: var(--shadow-card);
  padding: clamp(1.5rem, 3vw, 2.25rem);
}
.wpf-form fieldset { border: none; padding: 0; margin: 0 0 1.5rem; }
.wpf-form legend {
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink-soft);
  padding: 0 0 .5rem;
  width: 100%;
  border-bottom: 1px solid var(--rule-soft);
  margin-bottom: 1rem;
}
.form-required { color: var(--accent); margin-left: 2px; }

/* --- Pillar card additions --- */
.pillar-card--accent {
  border-color: var(--accent);
  box-shadow: var(--shadow-card-prem);
}
.pillar-card--accent:hover {
  box-shadow: 7px 7px 0 0 var(--rule);
}
.pillar-card__icon {
  font-size: 2.2rem;
  color: var(--accent);
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
}

/* --- Misc utilities --- */
.col-lg-2 { width: 100%; }
@media (min-width: 992px) { .col-lg-2 { width: 16.6666%; } }
.d-block { display: block; }
.align-items-end { align-items: flex-end; }
.mt-5 { margin-top: 3rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.p-3 { padding: 1rem !important; }
.rounded { border-radius: var(--radius); }
.display-1 {
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}
.text-light-50 { color: rgba(255,255,255,.55) !important; }
.eyebrow--light {
  color: rgba(255,255,255,.85);
}
.eyebrow--light::before { background: rgba(255,255,255,.85); }
.btn-ghost--sm {
  padding: .5rem .85rem;
  font-size: .82rem;
  box-shadow: 3px 3px 0 0 var(--rule);
}
.btn-ghost--light {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-ghost--light:hover { background: #fff; color: var(--ink); }
.num { font-variant-numeric: tabular-nums; font-weight: 700; }
.benefit-list--numbered { /* Numbers come from <span class="num"> in markup */ }
.benefit-list--numbered li > i { display: none; }
.table-responsive { overflow-x: auto; }
.price-cell { font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
.bi { display: inline-block; }
.collapsed { /* Bootstrap accordion convenience */ }
.accordion-collapse { /* Container — display via [hidden] attr */ }
.accordion-collapse[hidden] { display: none !important; }

/* =========== Source-tag on wash card (small "öffentliche Quellen" chip) =========== */
.source-tag {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding: .15rem .45rem;
  border: 1px solid var(--rule-soft);
  background: var(--bg-paper);
}
.source-tag i { font-size: .75rem; }

/* =========== Report links on wash detail =========== */
.report-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: .85rem;
  color: var(--ink-soft);
  padding: 1rem 1.25rem;
  background: var(--bg-section);
  border: 1px dashed var(--rule-soft);
  margin: 1.5rem 0;
}
.report-links a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--rule-soft);
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.report-links a:hover { color: var(--accent); text-decoration-color: var(--accent); }

/* =========== Radio buttons (data-melden form) =========== */
.wpf-form input[type="radio"],
.wpf-form input[type="checkbox"] {
  width: auto;
  margin-right: .5rem;
  accent-color: var(--accent);
  transform: translateY(1px);
}
.wpf-form input[type="file"] {
  font-family: var(--font);
  font-size: .9rem;
  padding: .5rem;
  background: var(--bg-paper);
}

/* =========== ORIENTATIONAL PRICE NOTES =========== */
.wash-card__price .label {
  display: block;
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
  line-height: 1;
  margin-bottom: .15rem;
}
.wash-card__price-note {
  display: block;
  font-size: .65rem;
  color: var(--ink-soft);
  font-weight: 500;
  margin-top: .15rem;
  font-style: italic;
}
.wash-hero__price-note {
  display: block;
  font-size: .68rem;
  letter-spacing: .04em;
  color: rgba(255,255,255,.65);
  font-style: italic;
  margin-top: .15rem;
  font-weight: 400;
}

/* =========== PRICE DISCLAIMER (above price tables) =========== */
.price-disclaimer {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  background: var(--bg-section);
  border-left: 3px solid var(--ink-soft);
  padding: .85rem 1rem;
  margin: 0 0 1rem;
  font-size: .85rem;
  line-height: 1.5;
  color: var(--ink-mid);
}
.price-disclaimer i {
  color: var(--ink-soft);
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: .15rem;
}
.price-disclaimer strong { color: var(--ink); }

/* =========================================================
   CITIES — coverage tagging & extended-area styles
   ========================================================= */

/* New 4-column mega-menu grid for Standorte */
.wpf-mega__grid--cities-3 {
  grid-template-columns: 1fr 1fr 1fr 1.1fr;
  min-width: 880px;
}
@media (max-width: 1100px) {
  .wpf-mega__grid--cities-3 {
    grid-template-columns: 1fr;
    min-width: 0;
  }
}

/* Extended-area link variant — italic, dotted underline-ish */
.wpf-mega__ext {
  position: relative;
}
.wpf-mega__ext > span:first-child::after {
  content: " ↗";
  font-size: .72em;
  color: var(--ink-soft);
  margin-left: .15rem;
}
.wpf-mega__ext:hover > span:first-child::after { color: var(--accent); }

/* Population chip in mega-menu foot */
.wpf-mega__pop {
  display: inline-block;
  padding: .05rem .35rem;
  margin-left: .35rem;
  background: var(--bg-section);
  color: var(--ink-soft);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .04em;
  border-radius: 2px;
  vertical-align: 1px;
}
.wpf-mega__foot a:hover .wpf-mega__pop {
  background: var(--accent);
  color: #fff;
}

/* Coverage tag in city hero eyebrow */
.city-coverage-tag {
  display: inline-block;
  margin-left: .65rem;
  padding: .15rem .55rem;
  background: var(--accent);
  color: #fff;
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: 2px;
}

/* Extended-area local hero — slightly different bg accent */
.local-hero--ext {
  background: linear-gradient(180deg, var(--bg-section) 0%, var(--bg-paper) 100%);
  border-bottom-color: var(--accent);
}
.local-hero--ext::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg,
    var(--accent) 0%,
    var(--accent) 33%,
    transparent 33%,
    transparent 100%);
}
.local-hero { position: relative; }

/* Stats with 4 columns */
.local-hero__stats--4 {
  grid-template-columns: repeat(4, 1fr) !important;
}
@media (max-width: 720px) {
  .local-hero__stats--4 { grid-template-columns: repeat(2, 1fr) !important; }
  .local-hero__stats--4 > div:nth-child(2n) { border-right: none; }
}

/* Distance line on wash card (when shown from a city's POV) */
.wash-card__distance {
  background: var(--bg-section);
  padding: .35rem .55rem;
  border-left: 3px solid var(--accent);
  display: inline-flex !important;
  margin-top: .25rem !important;
}
.wash-card__distance i { color: var(--accent) !important; }
.wash-card__distance strong {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--ink);
}

/* Wash grid variant for city pages with distance shown */
.wash-grid--with-distance .wash-card { padding-bottom: 1.25rem; }

/* =========================================================
   TAG CLUSTER — Service & Vehicle tags for SEO/AI on city pages
   ========================================================= */
.tag-cluster {
  display: grid;
  gap: 2.5rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .tag-cluster { grid-template-columns: 1fr 1fr; gap: 3rem; }
}
.tag-cluster__group h3 {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 1rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--rule);
  position: relative;
}
.tag-cluster__group h3::after {
  content: "";
  position: absolute;
  bottom: -2px; left: 0;
  width: 48px; height: 2px;
  background: var(--accent);
}
.tag-cluster__list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.tag-cluster__list li { display: inline-flex; }

.tag-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .55rem .85rem;
  background: var(--bg-card);
  border: 2px solid var(--rule);
  text-decoration: none;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.tag-chip:hover {
  transform: translate(-2px, -2px);
  box-shadow: 3px 3px 0 0 var(--accent);
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  text-decoration: none;
}
.tag-chip:hover i { color: var(--accent); }
.tag-chip i {
  color: var(--ink-soft);
  font-size: 1rem;
  transition: color .12s ease;
}
.tag-chip--vt {
  background: var(--bg-paper);
  border-color: var(--rule-soft);
}
.tag-chip--vt:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.tag-chip--vt:hover i { color: #fff; }
.tag-chip--more {
  background: transparent;
  border-style: dashed;
  color: var(--ink-soft);
}
.tag-chip--more:hover {
  background: var(--ink);
  color: #fff;
  border-style: solid;
}

/* =========================================================
   FOOTER — extended cities styling
   ========================================================= */
.wpf-footer__multi--ext a {
  font-style: italic;
}
.wpf-footer__multi--ext a > :first-child::after {
  content: " ↗";
  font-size: .72em;
  color: rgba(255,255,255,.4);
  margin-left: .15rem;
}
.wpf-footer__multi--ext a:hover > :first-child::after {
  color: var(--accent);
}
