/* ============================================================================
   bussgeldlotse.com v6 — „Papier & Tinte" (Neugestaltung 22.09.2026)
   Weg vom Tech-/SaaS-Look (Tannengrün, Mono, Ledger) hin zur Zielgruppe
   Rechtsanwälte: Papierweiß, Tinte, ein Siegelrot als einziger Akzent.
   Serifen-Titel (Newsreader) tragen die Claims, Instrument Sans den Text.
   Ruhig: keine Scroll-Reveals, Bewegung nur bei Hover/Dialog/Fab-Hinweis.
   Die einzige dunkle Fläche im Einstieg ist die Anfrage-Karte — dort steht
   der hellere Rot-Ton (Weiß darauf 6,4:1), damit der Knopf auf Tinte trägt.
   Vorgänger: scratchpad backup-website (live) / backup-v1-umbau (Runde 1).
   ============================================================================ */

:root {
  --paper: #F6F2EA;
  --paper-hi: #FBF9F4;
  --karton: #EDE6D8;
  --ink: #16161A;
  --ink-2: #2A2A30;
  --ink-soft: #57534B;       /* 7,0:1 auf Papier */
  --ink-mute: #77726A;       /* 4,6:1 auf Papier — nur Meta-Text */
  --line: rgba(22, 22, 26, 0.14);
  --line-strong: rgba(22, 22, 26, 0.28);
  --seal: #8C1D2B;           /* Weiß darauf 9,3:1 */
  --seal-hover: #741624;
  --seal-bright: #B3263A;    /* auf Tinte: Weiß 6,4:1 */
  --seal-bright-hover: #C73348;
  --on-ink: #F3EEE4;
  --on-ink-soft: #B9B3A7;    /* 8,6:1 auf Tinte */
  --on-ink-line: rgba(243, 238, 228, 0.16);
  --ok: #2F5D3A;
  --ok-bg: #E3EADB;
  --warn: #7A5410;
  --warn-bg: #F2E5C6;
  --err: #A3202C;

  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --wrap: 1200px;
  --gutter: clamp(16px, 4vw, 40px);
  --nav-h: 68px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: 1.0625rem; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; }
ul[role="list"], ol[role="list"] { list-style: none; padding: 0; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--seal); outline-offset: 3px; }
.mono { font-variant-numeric: tabular-nums; }

.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); }

/* ------------------------------------------------------------ Typografie -- */
h1, h2, .card-title, .preis-betrag, .idee-band-titel, .hero-facts dt, .ablauf-nr {
  font-family: var(--serif); font-weight: 500; letter-spacing: -0.015em;
  font-optical-sizing: auto;
}
h1 em, h2 em { font-style: italic; }
.kicker {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--seal); margin-bottom: 20px;
}

/* --------------------------------------------------------------- Buttons -- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 24px; border-radius: 3px;
  border: 1px solid transparent; cursor: pointer; text-decoration: none;
  font-family: var(--sans); font-size: 0.98rem; font-weight: 600; line-height: 1.2;
  letter-spacing: 0.005em; white-space: nowrap;
  transition: background-color 0.18s, border-color 0.18s, color 0.18s;
}
.btn-block { display: flex; width: 100%; }
.btn-small { min-height: 40px; padding: 8px 16px; font-size: 0.9rem; }
.btn-seal, .btn-primary { background: var(--seal); color: #fff; }
.btn-seal:hover, .btn-primary:hover { background: var(--seal-hover); }
.btn-ink { background: var(--ink); color: var(--on-ink); }
.btn-ink:hover { background: var(--ink-2); }
.btn-line, .btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-line:hover, .btn-ghost:hover { border-color: var(--ink); }
.btn-ghost-light { background: transparent; color: var(--on-ink); border-color: rgba(243, 238, 228, 0.4); }
.btn-ghost-light:hover { border-color: var(--on-ink); }
.btn:disabled, .btn:disabled:hover { background: var(--karton); color: var(--ink-mute); border-color: transparent; cursor: default; }

/* ------------------------------------------------------------------- Nav -- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 242, 234, 0.92);
  -webkit-backdrop-filter: saturate(1.2) blur(8px); backdrop-filter: saturate(1.2) blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: calc(var(--wrap) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter);
  height: var(--nav-h); display: flex; align-items: center; gap: 32px;
}
.nav-brand {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  font-family: var(--serif); font-size: 1.35rem; font-weight: 600; letter-spacing: -0.01em;
}
.nav-seal {
  width: 12px; height: 12px; border-radius: 50%; background: var(--seal); flex: none;
  box-shadow: 0 0 0 3px var(--paper), 0 0 0 4px var(--seal);
}
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a {
  text-decoration: none; font-size: 0.95rem; color: var(--ink-soft);
  transition: color 0.18s;
}
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  display: inline-flex; align-items: center; min-height: 40px; padding: 8px 18px;
  border-radius: 3px; background: var(--ink); color: var(--on-ink);
  text-decoration: none; font-size: 0.92rem; font-weight: 600;
  transition: background-color 0.18s;
}
.nav-cta:hover { background: var(--ink-2); }
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
}
@media (max-width: 400px) {
  .nav-brand { font-size: 1.2rem; }
  .nav-cta { padding: 8px 14px; font-size: 0.86rem; }
}

/* ======================================================= 1 · EINSTIEG ===== */
.hero { padding: clamp(36px, 4.5vw, 64px) 0 clamp(64px, 8vw, 112px); }
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.72fr);
  gap: clamp(40px, 5vw, 72px); align-items: start;
}
.hero-copy { padding-top: clamp(8px, 3.4vw, 56px); }
.hero h1 {
  font-size: clamp(2.9rem, 5.3vw, 4.7rem); line-height: 1.02; letter-spacing: -0.028em;
}
.hero h1 em { color: var(--seal); }
.hero-sub {
  margin-top: 28px; max-width: 34em; font-size: 1.2rem; line-height: 1.6; color: var(--ink-soft);
}
.hero-facts {
  display: grid; grid-template-columns: repeat(3, auto); justify-content: start;
  gap: 0 clamp(24px, 4vw, 48px); margin-top: 40px; padding-top: 28px;
  border-top: 1px solid var(--line);
}
.hero-facts dt { font-size: clamp(1.9rem, 3vw, 2.5rem); line-height: 1; color: var(--ink); }
.hero-facts dd { margin-top: 8px; font-size: 0.9rem; line-height: 1.4; color: var(--ink-soft); }
.hero-lotse {
  margin-top: 40px; max-width: 36em; font-size: 0.95rem; line-height: 1.6; color: var(--ink-soft);
}
.hero-lotse span { color: var(--ink); font-weight: 600; }
.hero-lotse a { color: var(--seal); font-weight: 600; text-decoration: none; white-space: nowrap; }
.hero-lotse a:hover { text-decoration: underline; text-underline-offset: 0.2em; }

/* Anfrage-Karte: die einzige dunkle Fläche im Einstieg. */
.hero-visual { position: relative; scroll-margin-top: calc(var(--nav-h) + 16px); }
.anfrage-card {
  background: var(--ink); color: var(--on-ink);
  border-radius: 4px; padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 2px 4px rgba(22, 22, 26, 0.08), 0 30px 60px -30px rgba(22, 22, 26, 0.55);
  position: relative;
}
/* Kapazitäts-Streifen oben in der Karte: echte Grenze (3 Websites/Woche),
   bewusst prominent — das Auge landet zuerst hier. */
.card-limit {
  margin: calc(-1 * clamp(24px, 3vw, 36px)) calc(-1 * clamp(24px, 3vw, 36px)) 24px;
  padding: 14px clamp(24px, 3vw, 36px);
  background: var(--seal-bright); border-radius: 4px 4px 0 0;
  font-size: 0.88rem; line-height: 1.5; color: rgba(255, 255, 255, 0.88);
}
.card-limit b { display: block; color: #fff; font-size: 1rem; font-weight: 700; }
.card-kicker {
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--on-ink-soft); margin-bottom: 10px;
}
.card-title { font-size: clamp(1.7rem, 2.4vw, 2.05rem); line-height: 1.1; color: var(--on-ink); }
.card-sub { margin: 10px 0 24px; font-size: 0.94rem; line-height: 1.55; color: var(--on-ink-soft); }
.card-sub a { color: var(--on-ink); }
.card-note { margin-top: 14px; font-size: 0.84rem; line-height: 1.5; color: var(--on-ink-soft); text-align: center; }
.pane-mark {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  font-size: 1.3rem; font-weight: 700; margin-bottom: 18px;
}
.pane-mark.ok { background: rgba(227, 234, 219, 0.14); color: #CFE0C6; box-shadow: inset 0 0 0 1px rgba(207, 224, 198, 0.4); }
.pane-mark.err { background: rgba(179, 38, 58, 0.18); color: #F2B8C0; box-shadow: inset 0 0 0 1px rgba(242, 184, 192, 0.4); }

/* ---------------------------------------------------------- Formulare ----- */
/* Basis (hell, Dialog) — die dunkle Karte überschreibt Farben weiter unten.
   .form-error erscheint über `.invalid ~ .form-error` (main.js setzt .invalid). */
.form-row { margin-bottom: 16px; }
.form-row label {
  display: block; margin-bottom: 6px;
  font-size: 0.86rem; font-weight: 600; line-height: 1.3; color: var(--ink);
}
.form-row label [aria-hidden] { white-space: nowrap; }
.form-row .optional { font-weight: 400; color: var(--ink-mute); }
.form-row input, .form-row textarea {
  width: 100%; padding: 11px 14px; border-radius: 3px;
  border: 1px solid var(--line-strong); background: var(--paper-hi); color: var(--ink);
  font: inherit; font-size: 1rem; line-height: 1.5;
  transition: border-color 0.18s, box-shadow 0.18s, background-color 0.18s;
}
.form-row textarea { resize: vertical; min-height: 120px; display: block; }
.form-row input::placeholder, .form-row textarea::placeholder { color: var(--ink-mute); opacity: 1; }
.form-row input:hover, .form-row textarea:hover { border-color: rgba(22, 22, 26, 0.45); }
.form-row input:focus, .form-row textarea:focus {
  outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(22, 22, 26, 0.12);
}
.form-row input.invalid, .form-row textarea.invalid { border-color: var(--err); }
.form-row input.invalid:focus, .form-row textarea.invalid:focus { box-shadow: 0 0 0 3px rgba(163, 32, 44, 0.16); }
.form-error { display: none; margin: 6px 0 0; font-size: 0.8rem; line-height: 1.35; color: var(--err); }
.form-row input.invalid ~ .form-error, .form-row textarea.invalid ~ .form-error { display: block; }
.form-row--checkbox { margin: 20px 0 22px; }
/* .form-row davor, sonst gewinnt `.form-row label` (Block, Halbfett). */
.form-row .checkbox-label {
  display: flex; align-items: flex-start; gap: 10px; cursor: pointer; margin: 0;
  font-size: 0.8rem; font-weight: 400; line-height: 1.45; color: var(--ink-soft);
}
.checkbox-label input[type="checkbox"] {
  width: 17px; height: 17px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--seal);
}
.checkbox-label a { color: inherit; text-decoration: underline; text-underline-offset: 0.18em; }
.form-row--checkbox.invalid .checkbox-label input[type="checkbox"] {
  box-shadow: 0 0 0 1px var(--err), 0 0 0 4px rgba(163, 32, 44, 0.16);
}
.form-row--checkbox.invalid .form-error { display: block; }

/* Dunkle Karte */
.anfrage-card .form-row label { color: var(--on-ink); }
.anfrage-card .form-row .optional { color: var(--on-ink-soft); }
.anfrage-card .form-row :is(input, textarea) {
  background: rgba(243, 238, 228, 0.06); border-color: rgba(243, 238, 228, 0.22); color: var(--on-ink);
}
.anfrage-card .form-row :is(input, textarea)::placeholder { color: rgba(243, 238, 228, 0.42); }
.anfrage-card .form-row :is(input, textarea):hover { border-color: rgba(243, 238, 228, 0.4); }
.anfrage-card .form-row :is(input, textarea):focus {
  border-color: var(--on-ink); background: rgba(243, 238, 228, 0.09);
  box-shadow: 0 0 0 3px rgba(243, 238, 228, 0.14);
}
.anfrage-card .form-row :is(input, textarea).invalid { border-color: #E4707F; }
.anfrage-card .form-error { color: #F2A7B1; }
.anfrage-card .form-row .checkbox-label { color: var(--on-ink-soft); }
.anfrage-card .checkbox-label input[type="checkbox"] { accent-color: var(--seal-bright); }
.anfrage-card .form-row--checkbox.invalid .checkbox-label input[type="checkbox"] {
  box-shadow: 0 0 0 1px #E4707F, 0 0 0 4px rgba(228, 112, 127, 0.2);
}
.anfrage-card .btn-seal { background: var(--seal-bright); min-height: 54px; font-size: 1.04rem; }
.anfrage-card .btn-seal:hover { background: var(--seal-bright-hover); }
.anfrage-card .btn:disabled { background: rgba(243, 238, 228, 0.14); color: var(--on-ink-soft); }
.form-wunsch { margin-bottom: 16px; }
.form-wunsch > summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 8px;
  padding: 11px 14px; border-radius: 3px; border: 1px dashed rgba(243, 238, 228, 0.3);
  font-size: 0.86rem; font-weight: 600; color: var(--on-ink);
  transition: border-color 0.18s, background-color 0.18s;
}
.form-wunsch > summary::-webkit-details-marker { display: none; }
.form-wunsch > summary::before {
  content: "+"; width: 18px; font-size: 1.15rem; font-weight: 400; line-height: 1; color: var(--on-ink-soft);
}
.form-wunsch[open] > summary::before { content: "−"; }
.form-wunsch > summary:hover { border-color: rgba(243, 238, 228, 0.55); background: rgba(243, 238, 228, 0.04); }
.form-wunsch > summary .optional { font-weight: 400; color: var(--on-ink-soft); }
.form-wunsch[open] > summary { margin-bottom: 10px; border-style: solid; }
.form-wunsch .form-row { margin-bottom: 0; }
.form-wunsch textarea { min-height: 110px; }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
/* Schnell-Autofill (Chrome) färbt Felder sonst hellgelb auf der Tinte. */
.anfrage-card input:-webkit-autofill {
  -webkit-text-fill-color: var(--on-ink);
  -webkit-box-shadow: 0 0 0 40px #26262B inset;
  caret-color: var(--on-ink);
}

/* ======================================================= Abschnitte ======= */
.section { padding: clamp(80px, 10vw, 144px) 0; }
.section--karton { background: var(--karton); }
.sec-head { max-width: 960px; margin-bottom: clamp(40px, 5vw, 64px); }
.sec-head h2 {
  font-size: clamp(2.3rem, 4.6vw, 3.9rem); line-height: 1.04; letter-spacing: -0.022em;
  text-wrap: balance;
}
.sec-sub { margin-top: 24px; max-width: 40em; font-size: 1.1rem; line-height: 1.65; color: var(--ink-soft); }
.sec-head--plain { margin-bottom: 0; }

/* ======================================================= 2 · SO LÄUFT ES == */
.ablauf {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px); list-style: none; padding: 0; margin: 0;
}
.ablauf li { border-top: 1px solid var(--ink); padding-top: 22px; }
.ablauf-nr { display: block; font-size: 2.6rem; line-height: 1; color: var(--seal); margin-bottom: 18px; }
.ablauf h3 { font-size: 1.12rem; font-weight: 600; margin-bottom: 8px; }
.ablauf p { font-size: 0.98rem; line-height: 1.6; color: var(--ink-soft); }
.ablauf-note a { color: var(--seal); text-underline-offset: 0.18em; white-space: nowrap; }
.ablauf-note {
  margin-top: clamp(40px, 5vw, 56px); padding: 18px 22px;
  border-left: 3px solid var(--seal); background: var(--paper-hi);
  font-size: 1rem; line-height: 1.6; color: var(--ink);
}

/* ======================================================= 3 · GALERIE ====== */
.weg-trenner {
  display: flex; align-items: center; gap: 20px; margin: 0 0 clamp(48px, 6vw, 72px);
  font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--ink-soft);
}
.weg-trenner::before, .weg-trenner::after { content: ""; flex: 1; height: 1px; background: var(--line-strong); }
.galerie-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 32px);
}
.vorlage-card {
  display: flex; flex-direction: column; background: var(--paper-hi);
  border: 1px solid var(--line); border-radius: 4px; overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.25s var(--ease);
}
.vorlage-card:hover { border-color: var(--line-strong); box-shadow: 0 24px 48px -32px rgba(22, 22, 26, 0.45); }
.vorlage-media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--karton); border-bottom: 1px solid var(--line); }
.vorlage-media img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 0.6s var(--ease); }
.vorlage-card:hover .vorlage-media img { transform: scale(1.02); }
.vorlage-open {
  position: absolute; right: 12px; bottom: 12px; padding: 6px 12px; border-radius: 3px;
  background: var(--ink); color: var(--on-ink); font-size: 0.8rem; font-weight: 600;
  opacity: 0; transform: translateY(4px); transition: opacity 0.2s, transform 0.2s var(--ease);
}
.vorlage-media:hover .vorlage-open, .vorlage-media:focus-visible .vorlage-open { opacity: 1; transform: none; }
@media (hover: none) { .vorlage-open { opacity: 1; transform: none; } }
.vorlage-body { display: flex; flex-direction: column; gap: 12px; padding: 20px 22px 22px; flex: 1; }
.vorlage-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.vorlage-head h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; letter-spacing: -0.01em; line-height: 1.15; }
.vorlage-desc { font-size: 0.93rem; line-height: 1.55; color: var(--ink-soft); flex: 1; }
.vorlage-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding-top: 14px; border-top: 1px solid var(--line);
}
.vorlage-preis { font-weight: 600; font-size: 0.98rem; }
.vorlage-preis small { font-weight: 400; color: var(--ink-mute); font-size: 0.82rem; }
/* In der Galerie ist Reservieren zweitrangig: Tinten-Umriss statt Rot. */
.vorlage-card .btn-primary { background: transparent; color: var(--ink); border-color: var(--ink); }
.vorlage-card .btn-primary:hover { background: var(--ink); color: var(--on-ink); }
.vorlage-card .btn-ghost { color: var(--ink-mute); border-color: var(--line); }

.badge {
  display: inline-flex; align-items: center; gap: 6px; flex: none;
  padding: 3px 10px; border-radius: 999px;
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.02em; line-height: 1.5;
}
.badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.badge-frei { color: var(--ok); background: var(--ok-bg); }
.badge-angefragt { color: var(--warn); background: var(--warn-bg); }
.badge-vergeben { color: var(--ink-soft); background: rgba(22, 22, 26, 0.07); }
.vorlage-card:has(.badge-vergeben) .vorlage-media img { filter: grayscale(1); opacity: 0.7; }
.vorlage-card:has(.badge-vergeben) .vorlage-head h3,
.vorlage-card:has(.badge-vergeben) .vorlage-preis { color: var(--ink-mute); }

.galerie-mehr { margin-top: clamp(20px, 2.4vw, 32px); }
.galerie-mehr > summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px;
  width: max-content; max-width: 100%; margin: 12px auto 0; min-height: 48px; padding: 12px 24px;
  border: 1px solid var(--ink); border-radius: 3px; font-weight: 600; font-size: 0.98rem;
  transition: background-color 0.18s, color 0.18s;
}
.galerie-mehr > summary::-webkit-details-marker { display: none; }
.galerie-mehr > summary::after { content: "+"; font-size: 1.2rem; line-height: 1; font-weight: 400; }
.galerie-mehr[open] > summary::after { content: "−"; }
.galerie-mehr > summary:hover { background: var(--ink); color: var(--on-ink); }
.galerie-mehr[open] > summary { margin-bottom: clamp(20px, 2.4vw, 32px); }
.galerie-mehr .mehr-auf, .galerie-mehr[open] .mehr-zu { display: none; }
.galerie-mehr[open] .mehr-auf { display: inline; }

.idee-band {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px 28px;
  margin-top: clamp(40px, 5vw, 64px); padding: clamp(24px, 3vw, 36px) clamp(24px, 3vw, 40px);
  background: var(--paper-hi); border: 1px solid var(--ink); border-radius: 4px;
  text-decoration: none; transition: background-color 0.2s, color 0.2s;
}
.idee-band-titel { font-size: clamp(1.6rem, 2.6vw, 2.2rem); line-height: 1.1; }
.idee-band-text { font-size: 1.02rem; color: var(--ink-soft); transition: color 0.2s; }
.idee-band-pfeil { font-size: 1.6rem; color: var(--seal); transition: transform 0.25s var(--ease), color 0.2s; }
.idee-band:hover { background: var(--ink); color: var(--on-ink); }
.idee-band:hover .idee-band-text { color: var(--on-ink-soft); }
.idee-band:hover .idee-band-pfeil { transform: translateX(6px); color: var(--on-ink); }

/* ======================================================= 4 · BUSSGELDLOTSE */
.lotse-schritte {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 36px); list-style: none; padding: 0; margin: 0;
}
.schritt-bild {
  position: relative; height: 320px; overflow: hidden; border-radius: 4px;
  background: var(--karton); border: 1px solid var(--line);
  display: flex; justify-content: center; align-items: flex-start; padding-top: 28px;
  margin-bottom: 24px;
}
.schritt-nr { font-family: var(--serif); font-size: 2.2rem; line-height: 1; color: var(--seal); margin-bottom: 12px; }
.schritt h3 { font-size: 1.12rem; font-weight: 600; margin-bottom: 8px; }
.schritt > p:last-child { font-size: 0.98rem; line-height: 1.6; color: var(--ink-soft); }

/* 1 · Browser mit Kanzlei-Website und nachgebautem Fab */
.schritt-bild--website { align-items: center; padding: 0 22px; }
.browser {
  width: 100%; background: #fff; border-radius: 6px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(22, 22, 26, 0.06), 0 24px 48px -28px rgba(22, 22, 26, 0.5);
}
.browser-leiste { display: flex; align-items: center; gap: 5px; padding: 8px 10px; background: #EFEBE3; border-bottom: 1px solid #E2DDD3; }
.browser-leiste i { width: 7px; height: 7px; border-radius: 50%; background: #CFC8BB; }
.browser-leiste span {
  margin-left: 8px; flex: 1; padding: 2px 8px; border-radius: 3px; background: #fff;
  font-size: 0.66rem; color: var(--ink-mute); white-space: nowrap; overflow: hidden;
}
.browser-inhalt { position: relative; }
.browser-inhalt img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
.fake-fab {
  position: absolute; right: 5px; bottom: 5px;
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px 7px 10px; border-radius: 999px;
  background: var(--ink); color: #fff; font-size: 0.7rem; font-weight: 600;
  box-shadow: 0 0 0 3px rgba(179, 38, 58, 0.35), 0 8px 18px -6px rgba(22, 22, 26, 0.6);
}
.fake-fab svg { width: 12px; height: 12px; fill: none; stroke: #fff; stroke-width: 2; }

/* 2 · Telefon mit echtem Fragebogen-Screenshot, unten angeschnitten */
.telefon {
  width: 196px; height: 380px; flex: none; overflow: hidden; background: #fff;
  border: 7px solid var(--ink); border-bottom: 0; border-radius: 28px 28px 0 0;
  box-shadow: 0 24px 48px -24px rgba(22, 22, 26, 0.55);
}
.telefon img { width: 100%; height: auto; }

/* 3 · Beispiel-Mail, unten weich ausgeblendet */
.schritt-bild--mail { padding: 22px 18px 0; --mail-fs: 0.66rem; }
.schritt-bild--mail .mail { width: 100%; }
.schritt-bild--mail::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 56px;
  background: linear-gradient(to bottom, rgba(237, 230, 216, 0), var(--karton));
}

.lotse-fuss {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 24px 48px; align-items: center;
  margin-top: clamp(40px, 5vw, 64px); padding-top: 28px; border-top: 1px solid var(--line);
}
.lotse-fuss .lotse-actions { margin-top: 0; }
.lotse-fuss .rdg-note { margin-top: 0; padding-top: 0; border-top: 0; max-width: 46em; }
.lotse-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 28px; margin-top: 36px; }
.lotse-preis { font-size: 0.98rem; color: var(--ink-soft); }
.lotse-preis b { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; color: var(--ink); }
.rdg-note {
  margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--line);
  font-size: 0.84rem; line-height: 1.55; color: var(--ink-mute);
}

/* Beispiel-Mail (spiegelt send-lead.js). Maße in em auf --mail-fs. */
.mail {
  font-size: var(--mail-fs); background: #fff; color: #1a1a1a;
  border: 1px solid var(--line); border-radius: 6px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(22, 22, 26, 0.05), 0 24px 48px -28px rgba(22, 22, 26, 0.45);
}
.mail-bar {
  display: flex; align-items: center; gap: 0.94em; padding: 0.94em 1.25em;
  background: #F4F2EE; border-bottom: 1px solid #E6E2DA;
}
.mail-bar-icon { width: 1.4em; height: 1.4em; fill: var(--ink-mute); flex: none; }
.mail-meta { display: grid; gap: 0.15em; min-width: 0; flex: 1; }
.mail-subject { font-size: 1.025em; font-weight: 600; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mail-from, .mail-time { font-size: max(0.9em, 10px); color: var(--ink-mute); }
.mail-time { flex: none; }
.mail-body { padding: 1.25em 1.5em 1.6em; line-height: 1.4; }
.mail-h { margin: 0 0 0.94em; padding-bottom: 0.55em; font-size: 1.25em; font-weight: 700; border-bottom: 2px solid #c9a84c; }
.mail-flag {
  display: grid; gap: 0.15em; margin-bottom: 0.94em; padding: 0.625em 0.94em;
  background: #f0fdf4; border-left: 4px solid #22c55e; border-radius: 4px;
}
.mail-flag span { font-size: 0.925em; color: #555; }
.mail-table { width: 100%; border-collapse: collapse; margin-bottom: 0.94em; }
.mail-table tr:nth-child(odd) { background: #f5f5f5; }
.mail-table th, .mail-table td { padding: 0.47em 0.78em; text-align: left; vertical-align: top; }
.mail-table th { width: 36%; font-weight: 400; color: #666; }
.mail-foot { margin: 0; padding-top: 0.78em; border-top: 1px solid #eee; font-size: max(0.9em, 10px); color: #999; }

/* ======================================================= 5 · PREISE ======= */
.preise { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: clamp(16px, 2vw, 24px); align-items: stretch; }
.preis {
  display: flex; flex-direction: column; padding: clamp(28px, 3vw, 36px);
  background: var(--paper-hi); border: 1px solid var(--line); border-radius: 4px;
}
.preis-name { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); display: flex; align-items: center; gap: 10px; }
.preis-tag {
  font-size: 0.7rem; letter-spacing: 0.06em; padding: 2px 8px; border-radius: 999px;
  border: 1px solid currentColor;
}
.preis-betrag { margin: 14px 0 24px; font-size: clamp(2.4rem, 3.6vw, 3.1rem); line-height: 1; letter-spacing: -0.02em; }
.preis-betrag span { font-family: var(--sans); font-size: 0.95rem; letter-spacing: 0; color: var(--ink-soft); font-weight: 400; margin-left: 4px; }
.preis ul { display: grid; gap: 10px; margin-bottom: 28px !important; flex: 1; align-content: start; }
.preis li { position: relative; padding-left: 22px; font-size: 0.96rem; line-height: 1.5; color: var(--ink-soft); }
.preis li::before { content: "—"; position: absolute; left: 0; color: var(--ink-mute); }
.preis .btn { align-self: flex-start; }
.preis--haupt { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.preis--haupt .preis-name, .preis--haupt .preis-betrag span, .preis--haupt li { color: var(--on-ink-soft); }
.preis--haupt li::before { color: var(--seal-bright); }
.preis--haupt .btn-seal { background: var(--seal-bright); }
.preis--haupt .btn-seal:hover { background: var(--seal-bright-hover); }

/* ======================================================= 6 · FRAGEN ======= */
.faq { border-top: 1px solid var(--ink); max-width: 880px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
  padding: 22px 0; font-family: var(--serif); font-size: clamp(1.15rem, 1.6vw, 1.35rem); font-weight: 500; line-height: 1.3;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--sans); font-size: 1.4rem; font-weight: 300; color: var(--seal); flex: none; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq summary:hover { color: var(--seal); }
.faq details p { padding: 0 48px 24px 0; font-size: 1rem; line-height: 1.65; color: var(--ink-soft); }

/* ======================================================= Schlussband ====== */
.schluss { background: var(--ink); color: var(--on-ink); padding: clamp(72px, 9vw, 128px) 0; }
.schluss-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.schluss h2 { font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.02; letter-spacing: -0.025em; }
.schluss h2 em { color: var(--on-ink-soft); }
.schluss-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.schluss .btn-seal { background: var(--seal-bright); }
.schluss .btn-seal:hover { background: var(--seal-bright-hover); }

/* ======================================================= Fußzeile ========= */
.footer { background: var(--paper); padding: 64px 0 32px; border-top: 1px solid var(--line); font-size: 0.92rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 0.8fr; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 1.3rem; font-weight: 600; margin-bottom: 12px; }
.footer-tag { max-width: 30em; color: var(--ink-soft); line-height: 1.6; }
.footer-col-title { font-size: 0.76rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 14px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a, .footer-link-btn {
  color: var(--ink); text-decoration: none; background: none; border: 0; padding: 0; cursor: pointer;
  font-size: 0.92rem; text-align: left; overflow-wrap: anywhere;
}
.footer-links a:hover, .footer-link-btn:hover { color: var(--seal); }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 16px; margin-top: 48px; padding-top: 20px;
  border-top: 1px solid var(--line); color: var(--ink-mute); font-size: 0.84rem;
}
.footer-bottom a { color: var(--ink-mute); text-decoration: none; }
.footer-bottom a:hover { color: var(--ink); }

/* ======================================================= Responsive ======= */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 420px); }
  .galerie-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .preise { grid-template-columns: 1fr 1fr; }
  .preis--haupt { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .lotse-schritte { grid-template-columns: minmax(0, 1fr); max-width: 520px; row-gap: 48px; }
  .lotse-fuss { grid-template-columns: minmax(0, 1fr); }
  /* Mobil/Tablet: Formular direkt nach den Kennzahlen, die Lotse-Zeile
     dahinter — so steht die Anfrage-Karte eine Zeile früher im Bild. */
  .hero-grid { display: flex; flex-direction: column; gap: 0; }
  .hero-copy { display: contents; }
  .hero-visual { order: 1; margin-top: 36px; width: 100%; }
  .hero-lotse { order: 2; }
  .hero-visual { max-width: 560px; }
  .ablauf { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  body { font-size: 1rem; }
  .hero { padding-top: 36px; }
  .hero h1 { font-size: clamp(2.55rem, 11.5vw, 3.3rem); }
  .hero-sub { font-size: 1.06rem; margin-top: 20px; }
  .hero-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 16px; margin-top: 28px; padding-top: 22px; }
  .hero-facts dt { font-size: 1.7rem; }
  .hero-facts dd { font-size: 0.8rem; }
  .hero-lotse { margin-top: 28px; }
  .sec-head h2 { font-size: clamp(2rem, 9vw, 2.6rem); }
  .sec-sub { font-size: 1rem; }
  .ablauf { grid-template-columns: minmax(0, 1fr); }
  .galerie-grid { grid-template-columns: minmax(0, 1fr); }
  .idee-band { grid-template-columns: 1fr auto; }
  .idee-band-titel { grid-column: 1 / -1; }
  .preise { grid-template-columns: minmax(0, 1fr); }
  .preis .btn { align-self: stretch; }
  .faq details p { padding-right: 0; }
  .schluss-actions, .schluss-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .schritt-bild { height: 300px; }
  .weg-trenner { font-size: 1.3rem; }
}

/* ======================================================= Dialoge ========== */
/* Öffnen/Schließen weich über @starting-style + transition-behavior;
   Browser ohne beides zeigen den Dialog sofort. */
.reserve-dialog {
  border: none; border-radius: 4px; padding: 0;
  width: min(480px, calc(100vw - 32px));
  max-height: min(calc(100dvh - 32px), calc(100vh - 32px));
  overflow-y: auto; overscroll-behavior: contain;
  background: var(--paper); color: var(--ink);
  box-shadow: 0 2px 4px rgba(22, 22, 26, 0.1), 0 40px 80px -24px rgba(22, 22, 26, 0.5);
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.18s var(--ease), transform 0.2s var(--ease), overlay 0.2s, display 0.2s;
  transition-behavior: allow-discrete;
}
.reserve-dialog[open] { opacity: 1; transform: none; }
@starting-style { .reserve-dialog[open] { opacity: 0; transform: translateY(8px); } }
.reserve-dialog::backdrop {
  background: rgba(22, 22, 26, 0);
  transition: background 0.2s, overlay 0.2s, display 0.2s;
  transition-behavior: allow-discrete;
}
.reserve-dialog[open]::backdrop { background: rgba(22, 22, 26, 0.55); }
@starting-style { .reserve-dialog[open]::backdrop { background: rgba(22, 22, 26, 0); } }
@media (prefers-reduced-motion: reduce) {
  .reserve-dialog, .reserve-dialog::backdrop { transition: none; }
  .reserve-dialog { transform: none; }
}
.reserve-form { padding: clamp(24px, 4vw, 34px); position: relative; margin: 0; }
.reserve-close {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 38px; height: 38px; padding: 0; border-radius: 3px;
  display: grid; place-items: center; background: transparent; border: 1px solid var(--line);
  color: var(--ink-soft); font-size: 1.3rem; line-height: 1; cursor: pointer;
  transition: border-color 0.18s, color 0.18s;
}
.reserve-close::before { content: ""; position: absolute; inset: -4px; }
.reserve-close:hover { border-color: var(--ink); color: var(--ink); }
.dialog-kicker {
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--seal); margin: 0 0 8px;
}
.reserve-dialog h2 {
  font-family: var(--serif); font-weight: 500; font-size: 1.7rem; line-height: 1.15; letter-spacing: -0.015em;
  margin: 0 0 10px; padding-right: 40px; text-wrap: balance;
}
.reserve-sub { font-size: 0.93rem; line-height: 1.6; color: var(--ink-soft); margin: 0 0 24px; }
.reserve-sub a { color: var(--seal); text-underline-offset: 0.18em; }
.reserve-dialog .btn + .btn { margin-top: 10px; }
.pane-icon {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  font-size: 1.3rem; font-weight: 700; line-height: 1; margin-bottom: 16px;
}
.pane-icon.ok { background: var(--ok-bg); color: var(--ok); }
.pane-icon.err { background: #F4DEE0; color: var(--err); }
.termin-dialog { width: min(700px, calc(100vw - 32px)); }
.termin-body { padding: clamp(24px, 4vw, 34px); position: relative; }
.termin-embed { margin-top: 8px; border-radius: 4px; overflow: hidden; background: var(--paper-hi); border: 1px solid var(--line); }
.termin-embed iframe { width: 100%; height: min(640px, calc(100dvh - 220px)); min-height: 420px; border: none; display: block; }
/* [hidden] allein reicht nicht: Klasse+Typ ist spezifischer als die UA-Regel. */
.termin-embed iframe[hidden] { display: none; }
.termin-fallback { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding: 24px; }
.termin-fallback[hidden] { display: none; }
.termin-fallback p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.6; }
@media (max-width: 480px) {
  .reserve-close { top: 10px; right: 10px; }
  .termin-fallback { padding: 20px 16px; }
}

/* ======================================================= Bußgeldlotse-Fab */
/* Farb-Override für den Fab aus embed.js (geteilte Prod-Datei, dort nicht
   angefasst). !important nötig: embed.js setzt die Farbe asynchron per
   Inline-Style. Tinte statt Rot — Rot bleibt dem Website-Angebot. */
.bgl-fab { background: var(--ink, #16161A) !important; }
.bgl-fab:hover { background: var(--seal, #8C1D2B) !important; }
/* Fab-Sperrzone: main.js setzt html.fab-wait vor embed.js und blendet den
   Fab erst ein, wenn er keinen Einstiegs-Inhalt verdeckt (sonst beim ersten
   Scroll). `html .bgl-fab` schlägt das Stylesheet aus embed.js. */
html .bgl-fab { transition: transform 0.15s, opacity 0.4s var(--ease), visibility 0.4s; }
html.fab-wait .bgl-fab { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(10px); }

/* Live-Demo-Verweis: Chip + Ring + Nudge, Positionen setzt main.js. */
.demo-hint {
  position: fixed; z-index: 2147483646; pointer-events: none;
  display: flex; flex-direction: column; align-items: flex-end; gap: 5px;
  max-width: min(280px, calc(100vw - 48px));
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.3s, transform 0.3s var(--ease);
}
.demo-hint.show { opacity: 1; transform: none; }
.demo-hint.side { flex-direction: row; align-items: center; gap: 10px; max-width: min(340px, calc(100vw - 48px)); }
.demo-hint.side .demo-hint-chip { padding: 10px 14px; }
.demo-hint-chip {
  background: var(--paper-hi); border: 1px solid var(--line-strong); border-radius: 4px; padding: 12px 15px;
  box-shadow: 0 14px 34px rgba(22, 22, 26, 0.18);
  font-size: 0.88rem; line-height: 1.5; color: var(--ink);
  display: flex; flex-direction: column; gap: 4px;
}
.demo-hint-kicker { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--seal); }
.demo-hint-arrow { font-size: 1.2rem; font-weight: 600; line-height: 1; color: var(--ink); }
.demo-ring { position: fixed; z-index: 2147483646; pointer-events: none; border: 2px solid var(--ink); border-radius: 999px; opacity: 0; }
.demo-ring.run { animation: demo-ring 1s ease-out 3; }
@keyframes demo-ring {
  0%   { transform: scale(0.92); opacity: 0.8; }
  70%  { opacity: 0.3; }
  100% { transform: scale(1.45); opacity: 0; }
}
.demo-ring.static { opacity: 1; }
.bgl-fab.demo-attn { animation: demo-nudge 0.55s var(--ease) 2; }
@keyframes demo-nudge {
  0%, 100% { transform: none; }
  35%      { transform: translateY(-6px) scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  .demo-hint { transform: none; transition: opacity 0.3s; }
  .bgl-fab.demo-attn { animation: none; }
  html .bgl-fab { transition: none; }
  html.fab-wait .bgl-fab { transform: none; }
}
