/* ============================================================
   City-Mobil Landau GmbH — Design-System
   Farben aus Logo (#010171) und Fahrzeugbeschriftung (Gold)
   ============================================================ */

:root {
  --navy: #010171;
  --navy-dark: #00004e;
  --navy-deep: #060633;
  --gold: #f0b41e;
  --gold-dark: #d99e06;
  --ink: #1a1a2e;
  --gray-700: #44455e;
  --gray-500: #6b6c85;
  --gray-300: #d4d5e3;
  --gray-100: #f1f2f8;
  --white: #ffffff;
  --green: #1d8a4e;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 4px 24px rgba(1, 1, 113, 0.10);
  --shadow-lg: 0 12px 40px rgba(1, 1, 113, 0.16);
  --container: 1140px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 { line-height: 1.2; color: var(--navy-deep); margin: 0 0 .6em; font-weight: 800; }
h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.1rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }

a { color: var(--navy); }
a:hover { color: var(--navy-dark); }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 2px;
}

.container { max-width: var(--container); margin-inline: auto; padding-inline: 20px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--navy); color: #fff; padding: 10px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent;
  font-weight: 700; font-size: 1.03rem; text-decoration: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  line-height: 1.2;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn svg { flex: none; }
.btn-gold { background: var(--gold); color: var(--navy-deep); }
.btn-gold:hover { background: var(--gold-dark); color: var(--navy-deep); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-dark); color: #fff; }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline-light { border-color: #fff; color: #fff; background: transparent; }
.btn-outline-light:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-whatsapp { background: #25d366; color: #06320f; }
.btn-whatsapp:hover { background: #1fb858; color: #06320f; }
.btn-lg { padding: 17px 34px; font-size: 1.12rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--gray-300);
}
.header-inner {
  display: flex; align-items: center; gap: 18px;
  min-height: 72px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand img { width: 52px; height: auto; }
.brand-name { font-weight: 800; color: var(--navy-deep); font-size: 1.12rem; line-height: 1.15; }
.brand-name small { display: block; font-weight: 600; color: var(--gray-500); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }

.main-nav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.main-nav a {
  display: block; padding: 10px 14px; border-radius: var(--radius-sm);
  text-decoration: none; font-weight: 600; color: var(--ink); font-size: .99rem;
}
.main-nav a:hover { background: var(--gray-100); color: var(--navy); }
.main-nav a[aria-current="page"] { color: var(--navy); box-shadow: inset 0 -3px 0 var(--gold); border-radius: var(--radius-sm) var(--radius-sm) 0 0; }

.header-call { white-space: nowrap; }
.header-call .btn { padding: 11px 20px; }

.nav-toggle {
  display: none; background: none; border: 2px solid var(--navy); border-radius: var(--radius-sm);
  width: 46px; height: 46px; cursor: pointer; color: var(--navy); align-items: center; justify-content: center;
}

@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--gray-300);
    display: none; box-shadow: var(--shadow-lg);
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; padding: 10px 16px 16px; }
  .main-nav a { padding: 13px 14px; font-size: 1.06rem; }
  .header-call .call-label { display: none; }
}

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--navy-deep); color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
/* Verlaufs-Overlay sichert Textkontrast (AA) auch bei hellem Bildausschnitt */
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(6,6,51,.82) 0%, rgba(6,6,51,.55) 50%, rgba(6,6,51,.25) 100%);
}
@media (max-width: 760px) {
  .hero-media::after { background: linear-gradient(180deg, rgba(6,6,51,.78) 0%, rgba(6,6,51,.6) 55%, rgba(6,6,51,.5) 100%); }
}
.hero-inner { position: relative; z-index: 1; padding: clamp(56px, 10vw, 120px) 0; max-width: 720px; }
.hero h1 { color: #fff; margin-bottom: .4em; }
.hero h1 .accent { color: var(--gold); }
.hero p.lead { font-size: clamp(1.05rem, 2.2vw, 1.3rem); color: #e8e9f5; max-width: 56ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.usp-row { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 28px; padding: 0; list-style: none; }
.usp-row li { display: flex; align-items: center; gap: 8px; font-weight: 600; color: #f4f5ff; font-size: .98rem; }
.usp-row svg { color: var(--gold); flex: none; }

/* Sub-Hero für Unterseiten */
.page-hero { background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: #fff; padding: clamp(36px, 6vw, 64px) 0; }
.page-hero h1 { color: #fff; margin-bottom: .25em; }
.page-hero p { color: #dcdef2; max-width: 65ch; margin: 0; font-size: 1.1rem; }
.breadcrumb { font-size: .88rem; margin-bottom: 14px; color: #b9bce0; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: #8a8db8; }
.breadcrumb a { color: #d8daf0; text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }

/* ---------- Sections ---------- */
.section { padding: clamp(48px, 7vw, 84px) 0; }
.section-alt { background: var(--gray-100); }
.section-navy { background: var(--navy-deep); color: #fff; }
.section-navy h2 { color: #fff; }
.section-head { max-width: 760px; margin-bottom: clamp(26px, 4vw, 44px); }
.kicker { color: var(--gold-dark); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .85rem; display: block; margin-bottom: 8px; }
.section-navy .kicker { color: var(--gold); }

/* ---------- Trust-Zahlen (Zähler) ---------- */
.stats-grid { display: grid; gap: 24px 16px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); text-align: center; }
.stat { padding: 8px 6px; }
.stat-num { font-size: clamp(2rem, 4.5vw, 2.9rem); font-weight: 800; line-height: 1; color: var(--gold); font-variant-numeric: tabular-nums; }
.stat-label { margin-top: 10px; font-weight: 600; color: #e8e9f5; font-size: .98rem; }

/* ---------- Cards / Grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.card {
  background: #fff; border: 1px solid var(--gray-300); border-radius: var(--radius);
  padding: 26px; transition: transform .15s ease, box-shadow .15s ease;
  display: flex; flex-direction: column;
}
a.card { text-decoration: none; color: inherit; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--navy); }
/* Foto-Kopf in Leistungs-Kacheln (füllt die Kachel randlos aus) */
.card.has-img { padding: 0; overflow: hidden; }
.card.has-img .card-img {
  display: block; width: 100%; height: 172px; object-fit: cover; object-position: center; margin: 0;
}
.card.has-img .card-body { padding: 22px 26px 26px; display: flex; flex-direction: column; flex-grow: 1; }
.card .icon {
  width: 56px; height: 56px; border-radius: 14px; background: var(--navy);
  color: var(--gold); display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.card h3 { margin-bottom: .4em; }
.card p { color: var(--gray-700); flex-grow: 1; margin-bottom: 14px; }
.card .more { font-weight: 700; color: var(--navy); }
.card .more::after { content: " →"; }

/* ---------- Bild/Text-Splits ---------- */
.split { display: grid; gap: clamp(24px, 4vw, 56px); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 860px) { .split { grid-template-columns: 1fr 1fr; } }
.split img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; }

.checklist { list-style: none; padding: 0; margin: 0 0 1.2em; }
.checklist li { padding-left: 32px; position: relative; margin-bottom: 10px; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 5px; width: 20px; height: 20px;
  border-radius: 50%; background: var(--gold);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23060633' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: 13px; background-position: center; background-repeat: no-repeat;
}

/* ---------- Bewertungen ---------- */
.review-card { background: #fff; border-radius: var(--radius); padding: 24px; border: 1px solid var(--gray-300); }
.stars { color: var(--gold-dark); letter-spacing: 2px; font-size: 1.05rem; }
.review-card blockquote { margin: 10px 0 12px; font-size: 1.05rem; color: var(--ink); }
.review-card footer { font-size: .88rem; color: var(--gray-500); }

/* ---------- FAQ ---------- */
.faq-item { border: 1px solid var(--gray-300); border-radius: var(--radius-sm); margin-bottom: 12px; background: #fff; }
.faq-item summary {
  cursor: pointer; padding: 16px 48px 16px 18px; font-weight: 700; color: var(--navy-deep);
  list-style: none; position: relative; border-radius: var(--radius-sm);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--gold-dark); font-weight: 700; transition: transform .2s;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item .faq-body { padding: 0 18px 16px; color: var(--gray-700); }

/* ---------- Galerie ---------- */
.gallery { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.gallery img { border-radius: var(--radius-sm); width: 100%; height: 200px; object-fit: cover; }
.gallery a { display: block; border-radius: var(--radius-sm); transition: transform .15s; }
.gallery a:hover { transform: scale(1.02); }

/* ---------- Formulare ---------- */
.form-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .full { grid-column: 1 / -1; } }
label { font-weight: 700; font-size: .94rem; display: block; margin-bottom: 6px; color: var(--navy-deep); }
input, select, textarea {
  width: 100%; padding: 13px 14px; border: 2px solid var(--gray-300); border-radius: var(--radius-sm);
  font: inherit; color: var(--ink); background: #fff;
}
input:focus, select:focus, textarea:focus { border-color: var(--navy); outline: none; }
.form-hint { font-size: .86rem; color: var(--gray-500); margin-top: 6px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.form-status { font-weight: 700; margin-top: 12px; }
.form-status.ok { color: var(--green); }
.honey { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---------- Preisrechner & Tabellen ---------- */
.calc-box { background: #fff; border: 2px solid var(--navy); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.calc-result {
  margin-top: 18px; padding: 18px 22px; background: var(--navy-deep); color: #fff;
  border-radius: var(--radius-sm); display: none;
}
.calc-hint { margin: 16px 0 8px; font-size: .9rem; color: var(--gray-500); }
.calc-examples { display: flex; flex-wrap: wrap; gap: 8px; }
.calc-chip {
  background: var(--gray-100); border: 1px solid var(--gray-300); color: var(--navy-deep);
  border-radius: 999px; padding: 7px 14px; font: inherit; font-size: .88rem; font-weight: 600;
  cursor: pointer; transition: background .15s ease, border-color .15s ease;
}
.calc-chip:hover { background: #fff; border-color: var(--navy); }
.calc-result.show { display: block; }
.calc-result .price { font-size: 2rem; font-weight: 800; color: var(--gold); }
.calc-result .calc-meta { margin: 4px 0 10px; font-size: 1rem; color: #e8e9f5; }
.calc-result small { color: #c9cbe8; }

/* Adress-Autovervollständigung */
.calc-field { position: relative; }
.ac-list {
  position: absolute; z-index: 30; left: 0; right: 0; top: 100%; margin: 4px 0 0; padding: 6px;
  list-style: none; background: #fff; border: 1px solid var(--gray-300); border-radius: var(--radius-sm);
  box-shadow: var(--shadow); max-height: 260px; overflow-y: auto;
}
.ac-item {
  padding: 9px 12px; border-radius: 8px; font-size: .92rem; color: var(--navy-deep);
  cursor: pointer; line-height: 1.35;
}
.ac-item:hover, .ac-item.active { background: var(--gray-100); }

/* Karte */
.calc-map-wrap { margin-top: 18px; }
.calc-map {
  height: 340px; width: 100%; border-radius: var(--radius-sm); border: 2px solid var(--navy);
  background: var(--gray-100); z-index: 1;
}
.calc-map-hint { margin: 8px 2px 0; font-size: .85rem; color: var(--gray-500); }
.leaflet-container { font: inherit; border-radius: calc(var(--radius-sm) - 2px); }
@media (max-width: 600px) { .calc-map { height: 260px; } }

table.tarif { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
table.tarif th, table.tarif td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--gray-300); }
table.tarif th { background: var(--navy); color: #fff; font-size: .95rem; }
table.tarif tr:last-child td { border-bottom: 0; }
table.tarif td:last-child { font-weight: 700; color: var(--navy-deep); white-space: nowrap; }

/* Verwandte-Leistungen-Block: immer mit Trennlinie abgesetzt */
.related-section { border-top: 1px solid var(--gray-300); }

/* ---------- CTA-Banner ---------- */
.cta-banner { background: linear-gradient(135deg, var(--navy), var(--navy-deep)); border-radius: var(--radius); padding: clamp(30px, 5vw, 52px); color: #fff; text-align: center; }
.cta-banner h2 { color: #fff; }
.cta-banner p { color: #d6d8ef; max-width: 60ch; margin-inline: auto; }
.cta-banner .hero-ctas { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #c6c8e2; padding: 56px 0 110px; margin-top: 0; }
.site-footer a { color: #e6e7f7; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-grid { display: grid; gap: 36px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.footer-grid h3 { color: #fff; font-size: 1.02rem; margin-bottom: 14px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 9px; }
.footer-brand img { width: 84px; filter: brightness(0) invert(1); opacity: .92; margin-bottom: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 40px; padding-top: 22px; font-size: .88rem; display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; }
address { font-style: normal; }

/* ---------- Mobile Aktionsleiste ---------- */
.action-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 110;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  background: var(--navy-deep); padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  gap: 8px; box-shadow: 0 -6px 24px rgba(0,0,0,.25);
}
.action-bar a {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 8px 4px; border-radius: var(--radius-sm); text-decoration: none;
  font-size: .8rem; font-weight: 700; line-height: 1;
}
.action-bar .ab-call { background: var(--gold); color: var(--navy-deep); }
.action-bar .ab-wa { background: #25d366; color: #06320f; }
.action-bar .ab-book { background: #fff; color: var(--navy-deep); }
.action-bar .ab-app { background: var(--navy); color: #fff; }
@media (min-width: 921px) { .action-bar { display: none; } .site-footer { padding-bottom: 56px; } }

/* ---------- Schwebende Schnellkontakt-Buttons (Desktop) ---------- */
.fab-stack { display: none; }
@media (min-width: 921px) {
  /* Block-Container (kein Flex), damit width:max-content der Buttons korrekt greift */
  .fab-stack {
    display: block;
    position: fixed; right: 20px; bottom: 22px; z-index: 105;
    width: 280px; pointer-events: none;
  }
  .fab-stack .fab { pointer-events: auto; margin-left: auto; }
  .fab-stack .fab + .fab { margin-top: 12px; }
  /* Icon rechts (row-reverse), Label klappt nach links aus; rechte Kante bleibt fix.
     width:max-content + max-width-Übergang = sauberes Aufklappen nur des gehoverten Buttons. */
  .fab {
    display: flex; flex-direction: row-reverse; align-items: center; justify-content: flex-start;
    width: 58px; min-width: 58px; height: 58px;
    border-radius: 999px; overflow: hidden; text-decoration: none;
    box-shadow: 0 8px 24px rgba(6,6,51,.28);
    transition: min-width .28s ease, box-shadow .15s ease;
  }
  .fab svg { flex: none; width: 58px; height: 58px; padding: 17px; box-sizing: border-box; }
  .fab .fab-label {
    flex: none; white-space: nowrap; padding: 0 6px 0 22px;
    font-weight: 700; font-size: 1rem; color: inherit;
    opacity: 0; transition: opacity .2s ease;
  }
  .fab:hover, .fab:focus-visible { box-shadow: var(--shadow-lg); }
  .fab:hover .fab-label, .fab:focus-visible .fab-label { opacity: 1; }
  /* feste Zielbreiten je Button (Label + Icon), smooth animiert, rechte Kante fix */
  /* Farbe auch im :hover explizit setzen — sonst überschreibt das globale a:hover die Schrift */
  .fab-call, .fab-call:hover, .fab-call:focus-visible { background: var(--gold); color: var(--navy-deep); }
  .fab-wa, .fab-wa:hover, .fab-wa:focus-visible { background: #25d366; color: #06320f; }
  .fab-app, .fab-app:hover, .fab-app:focus-visible { background: var(--navy); color: #fff; }
  .fab-call:hover, .fab-call:focus-visible { min-width: 212px; }
  .fab-wa:hover, .fab-wa:focus-visible { min-width: 188px; }
  .fab-app:hover, .fab-app:focus-visible { min-width: 182px; }
}
@media (prefers-reduced-motion: reduce) {
  .fab, .fab .fab-label { transition: none; }
}

/* ---------- App: Store-Buttons & Screenshots ---------- */
.store-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.store-btn {
  display: inline-flex; align-items: center; gap: 11px;
  background: #000; color: #fff; border: 1px solid rgba(255,255,255,.3);
  border-radius: 12px; padding: 9px 20px 9px 14px; text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease; line-height: 1;
}
.store-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); color: #fff; }
.store-btn img { width: 28px; height: auto; }
.store-btn .sb-small { display: block; font-size: .68rem; opacity: .85; margin-bottom: 3px; }
.store-btn .sb-big { display: block; font-weight: 700; font-size: 1.05rem; }
.app-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; max-width: 460px; }
.app-shots img { border-radius: 18px; box-shadow: var(--shadow-lg); }

/* ---------- Hero-Trust-Zeile & Live-Badge ---------- */
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-trust a { color: #fff; text-decoration: none; }
.hero-trust a:hover .trust-link { text-decoration: underline; }
.trust-rating { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: #f4f5ff; font-size: .95rem; }
.trust-rating .stars { color: var(--gold); font-size: 1rem; letter-spacing: 1px; }
/* dezentes Live-Badge: nur der Punkt ist grün, keine bunte Fläche */
.live-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22);
  color: #f4f5ff; font-weight: 600; font-size: .9rem; padding: 6px 14px; border-radius: 999px;
}
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #34e07f; box-shadow: 0 0 0 0 rgba(52,224,127,.7); animation: livePulse 2s infinite; }
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(52,224,127,.65); }
  70% { box-shadow: 0 0 0 9px rgba(52,224,127,0); }
  100% { box-shadow: 0 0 0 0 rgba(52,224,127,0); }
}
@media (prefers-reduced-motion: reduce) { .live-dot { animation: none; } }

/* ---------- Referenzband (B2B) ---------- */
.refband { background: var(--navy-deep); color: #fff; padding: 20px 0; }
.refband .container { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 26px; }
.refband .ref-label { font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); margin: 0; }
.refband ul { display: flex; flex-wrap: wrap; gap: 10px 14px; list-style: none; margin: 0; padding: 0; align-items: center; }
.refband li { font-weight: 800; font-size: 1.05rem; color: #eef0ff; letter-spacing: .01em; }
.refband ul:not(.ref-logos) li + li::before { content: "·"; margin-right: 14px; color: #6b6fae; font-weight: 400; }
.refband a.ref-more { color: #cfd2f3; font-size: .9rem; text-decoration: none; white-space: nowrap; }
.refband a.ref-more:hover { color: var(--gold); }
.refband .ref-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; list-style: none; margin: 0; padding: 0; }
.logo-chip {
  background: #fff; border-radius: 10px; padding: 9px 16px; height: 56px;
  display: flex; align-items: center; justify-content: center;
}
.logo-chip img { height: 30px; width: auto; display: block; }
.logo-chip.db img { height: 32px; }
.logo-chip.mb img { height: 40px; }
.logo-chip.ufer img { height: 34px; }
.logo-chip.alm img { height: 40px; }

/* Referenzliste auf der B2B-Seite */
.reflist { display: flex; flex-wrap: wrap; gap: 14px; list-style: none; margin: 0; padding: 0; }
.reflist li {
  background: #fff; border: 1px solid var(--gray-300); border-radius: var(--radius-sm);
  padding: 16px 26px; font-weight: 800; font-size: 1.15rem; color: var(--navy-deep);
  box-shadow: var(--shadow);
}
.reflist li:last-child { background: var(--gray-100); font-weight: 600; color: var(--gray-700); font-size: 1rem; display: flex; align-items: center; box-shadow: none; }
.reflist li.logo { padding: 0; background: #fff; height: 88px; min-width: 180px; display: flex; align-items: center; justify-content: center; }
.reflist li.logo img { max-height: 52px; width: auto; }
.reflist li.logo.db img { max-height: 46px; }
.reflist li.logo.mb img { max-height: 60px; }
.reflist li.logo.alm img { max-height: 66px; }

/* ---------- 3-Schritte „So einfach geht's" ---------- */
.steps { counter-reset: step; display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.step { position: relative; padding-top: 8px; }
.step .step-num {
  width: 48px; height: 48px; border-radius: 50%; background: var(--gold); color: var(--navy-deep);
  font-weight: 800; font-size: 1.25rem; display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.step h3 { margin-bottom: .35em; }
.step p { color: var(--gray-700); margin: 0; }

/* ---------- Krankenkassen-Karussell (Marquee) ---------- */
.kk-marquee { overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.kk-track { display: flex; width: max-content; gap: 14px; animation: kkScroll 38s linear infinite; }
.kk-marquee:hover .kk-track { animation-play-state: paused; }
.kk-track .logo-chip { height: 72px; padding: 12px 24px; flex: none; }
.kk-track .logo-chip img { height: 28px; width: auto; }
.kk-track .logo-chip img[src*="/tk."] { height: 46px; }
.kk-track .logo-chip img[src*="/dak."] { height: 42px; }
.kk-track .logo-chip img[src*="/hkk."] { height: 40px; }
.kk-track .logo-chip img[src*="/knappschaft."] { height: 36px; }
.kk-track .logo-chip img[src*="/aok."] { height: 40px; }
.kk-track .pay-badge { flex: none; height: 64px; min-height: 0; }
/* Bewertungen: nutzergesteuertes, wischbares Karussell (Scroll-Snap, kein Auto-Lauf) */
.reviews-scroller {
  display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; padding: 4px 4px 14px; margin: 0 -4px;
  scrollbar-width: thin; scrollbar-color: var(--gray-300) transparent;
}
.reviews-scroller .review-card { flex: none; width: 320px; max-width: 82vw; scroll-snap-align: start; }
.reviews-scroller:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: var(--radius); }
.reviews-scroller::-webkit-scrollbar { height: 8px; }
.reviews-scroller::-webkit-scrollbar-thumb { background: var(--gray-300); border-radius: 999px; }
@keyframes kkScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .kk-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
}

/* ---------- Zahlungsarten ---------- */
.pay-grid { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; list-style: none; margin: 0; padding: 0; }
.pay-badge {
  background: #fff; border: 1px solid var(--gray-300); border-radius: 10px;
  padding: 10px 18px; display: flex; align-items: center; justify-content: center;
  min-height: 56px; min-width: 96px;
}
.pay-badge img { height: 26px; width: auto; max-width: 88px; }
.pay-badge img[src*="girocard"], .pay-badge img[src*="mastercard"],
.pay-badge img[src*="vpay"], .pay-badge img[src*="amex"],
.pay-badge img[src*="unionpay"] { height: 36px; }
.pay-badge.cash { gap: 9px; font-weight: 800; color: var(--navy-deep); }
.pay-badge.cash svg { color: var(--gold-dark); }

/* ---------- Sonstiges ---------- */
.notice { background: #fff8e6; border: 1px solid var(--gold); border-radius: var(--radius-sm); padding: 14px 18px; font-size: .95rem; }
.legal-text h2 { font-size: 1.3rem; margin-top: 1.6em; }
.legal-text h3 { font-size: 1.1rem; margin-top: 1.2em; }
.error-hero { text-align: center; padding: clamp(60px, 10vw, 120px) 0; }
.error-hero .code { font-size: clamp(4rem, 12vw, 7rem); font-weight: 800; color: var(--navy); line-height: 1; }
