/* ══════════════════════════════════════════════════════════════════
   ENERGYO · Vertical-Familie
   Gilt für die vier Branchen-Landingpages (/gewerbestrom-kfz-werkstatt,
   -baeckerei, -friseursalon, -restaurant), /hausverwaltungen, /start und alle
   vier Branchen-Rechner unter /tools/. Lädt nach shell.css und tool-base.css und
   ergänzt sie nur (Präfix v-). Tokens, Header, Footer und Buttons bleiben aus
   der Shell. Spezifikationen: docs/marketing/b2b-funnel-phase-a-spec.md,
   CTA-Hierarchie: docs/marketing/vertical-conversion-hierarchy.md

   KFZ bleibt dark. Die Hausverwaltung ist Hybrid: dunkler Header und Hero,
   helle Arbeitsflächen (v-tone--light / --paper), dunkle Bänder als Anker
   (v-tone--dark).
   ══════════════════════════════════════════════════════════════════ */

:root {
  /* Ivory-Signalphrase. Gilt fuer die ganze oeffentliche Familie (H1-Signal auf den
     Landingpages, der Hausverwaltung und in den Rechnern), nicht nur fuer V3. */
  --v-signal: #e6cf9c;
  --v-line: rgba(255, 255, 255, 0.09);
  --v-line-2: rgba(255, 255, 255, 0.06);
  --v-tile: rgba(6, 7, 13, 0.5);
  --v-or-tx: #f5a623;
  --v-or-num: #f5a623;
  --v-or-soft: rgba(245, 166, 35, 0.14);
  --v-ok-bg: rgba(52, 211, 153, 0.15);
  --v-ok-tx: #7ee2b8;
  --v-st-bg: rgba(255, 255, 255, 0.08);
  --v-st-tx: #dde2ec;
  --v-of-bg: rgba(245, 166, 35, 0.18);
  --v-of-tx: #ffd08a;
  --v-ring: #06070d;
  --v-node-bg: #06070d;
  --v-shadow: none;
}

/* ---------- Tonflächen (Hausverwaltung: Hybrid) ---------- */
.v-tone--dark { background: #0a0e1a; --v-ring: #0a0e1a; --v-node-bg: #0a0e1a; }
.v-tone--light,
.v-tone--paper,
.v-paper {
  --text: #11141c;
  --muted: #555c6b;
  --accent: #0b6a93;
  --card: #ffffff;
  --card-hover: #fbfaf7;
  --card-border: rgba(17, 20, 28, 0.12);
  --bg-soft: #f6f4ef;
  --v-line: rgba(17, 20, 28, 0.12);
  --v-line-2: rgba(17, 20, 28, 0.075);
  --v-tile: #f6f4ef;
  --v-or-tx: #9a5800;
  --v-or-num: #c26d00;
  --v-or-soft: #fcefd6;
  --v-ok-bg: #e1f2e8;
  --v-ok-tx: #0f6139;
  --v-st-bg: #eef0f4;
  --v-st-tx: #343b4a;
  --v-of-bg: #fde6bf;
  --v-of-tx: #6f4000;
  --v-ring: #f6f4ef;
  --v-shadow: 0 1px 2px rgba(17, 20, 28, 0.05), 0 12px 30px rgba(17, 20, 28, 0.07);
  color: var(--text);
}
.v-tone--light { background: #f6f4ef; --v-node-bg: #f6f4ef; }
.v-tone--paper {
  --card: #f6f4ef;
  --v-ring: #ffffff;
  background: #ffffff;
  border-block: 1px solid rgba(17, 20, 28, 0.07);
}
.v-tone--light .btn-secondary,
.v-tone--paper .btn-secondary {
  background: #ffffff;
  border: 1px solid rgba(17, 20, 28, 0.2);
  color: #11141c;
}
.v-tone--light .btn-secondary:hover,
.v-tone--paper .btn-secondary:hover { background: #f6f4ef; }

/* Hybrid: der Header bleibt über hellen Flächen ein dunkler Markenanker (Shell: 70 % Deckkraft). */
.v-hybrid header { background: rgba(10, 14, 26, 0.96); }

/* ---------- Raster ---------- */
.v-container {
  width: 100%;
  max-width: var(--max-width, 1180px);
  margin: 0 auto;
  padding-inline: 24px;
  position: relative;
}
.v-section { position: relative; padding-block: 96px; color: var(--text); }
.v-section--tight-top { padding-top: 24px; }
.v-band {
  background: #0b0f19;
  border-block: 1px solid rgba(255, 255, 255, 0.05);
  --v-ring: #0b0f19;
}
.v-main :where(a, button, summary, input):focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* ---------- Typografie ---------- */
.v-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.v-kicker::before {
  content: "";
  flex: none;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--primary);
}
.v-h2 {
  font-family: var(--font-display);
  font-weight: 650;
  font-size: clamp(26px, 3.1vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-wrap: balance;
  max-width: 22em;
  color: var(--text);
}
.v-intro { margin-top: 14px; max-width: 40em; color: var(--muted); font-size: 17px; line-height: 1.6; }
.v-intro + .v-intro { margin-top: 12px; }
.v-head { margin-bottom: 40px; }
.v-note { margin-top: 20px; color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 62em; }
.v-note a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.v-note a:hover { color: var(--primary); }
.v-fine { padding-top: 28px; color: var(--muted); font-size: 13px; line-height: 1.6; max-width: 62em; }

/* ---------- Hero ---------- */
.v-hero { position: relative; overflow: hidden; padding: 26px 0 88px; }
.v-crumb { margin: 0 0 34px; font-size: 13px; color: var(--muted); }
.v-crumb a { color: var(--muted); text-decoration: none; }
.v-crumb a:hover { color: var(--text); text-decoration: underline; }
.v-crumb [aria-current] { color: var(--text); }
.v-eyebrow {
  display: block;
  margin-bottom: 16px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
}
.v-h1 {
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 50px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-wrap: balance;
  color: var(--text);
}
.v-sub { max-width: 36em; color: var(--muted); font-size: 18px; line-height: 1.6; }
.v-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 30px; }
.v-micro { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.btn.v-btn-text {
  padding-inline: 4px;
  background: none;
  border: 0;
  box-shadow: none;
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(240, 242, 248, 0.4);
  text-underline-offset: 5px;
}
.btn.v-btn-text::before { display: none; }
.btn.v-btn-text:hover { color: var(--primary); transform: none; }

.v-grid-66 {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: 56px;
  align-items: center;
}
.v-grid-hv {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  grid-template-areas: "text visual" "trust visual";
  column-gap: 56px;
  align-items: center;
}
.v-grid-hv > .v-area-text { grid-area: text; align-self: end; }
.v-grid-hv > .v-area-visual { grid-area: visual; }
.v-grid-hv > .v-area-trust { grid-area: trust; align-self: start; }

/* ---------- Personen (vorhandene runde Bilder aus index.html) ---------- */
.v-ph {
  display: block;
  flex: none;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 32%;
  border: 2px solid rgba(245, 166, 35, 0.5);
  background: #2b2f3a;
}
.v-avatars { display: inline-flex; flex: none; align-items: center; }
.v-avatars .v-ph { width: 44px; height: 44px; box-shadow: 0 0 0 2px var(--v-ring); }
.v-avatars .v-ph + .v-ph { margin-left: -11px; }
.v-avatars--sm .v-ph { width: 30px; height: 30px; }
.v-avatars--sm .v-ph + .v-ph { margin-left: -8px; }
.v-trustline {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 560px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--v-line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.v-trustline strong { color: var(--text); font-family: var(--font-display); font-weight: 650; font-size: 15.5px; }
.v-grid-66 .v-trustline { max-width: none; }

/* ---------- HV: Bestandsübersicht (Hauptvisual, hell) ---------- */
.v-frame {
  border-radius: 20px;
  padding: 20px 22px 16px;
  background: #ffffff;
  border: 1px solid #e3e0d8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 14px 34px rgba(0, 0, 0, 0.24);
}
.v-frame-top { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin-bottom: 14px; color: var(--muted); font-size: 12px; }
.v-badge {
  padding: 3px 10px;
  border: 1px solid var(--primary);
  border-radius: 999px;
  color: var(--v-or-tx);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.v-frame-h { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--v-line); }
.v-frame-h strong { font-family: var(--font-display); font-weight: 650; font-size: 17px; }
.v-frame-h span { color: var(--muted); font-size: 12.5px; }
.v-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 14px 0 12px; padding: 0; list-style: none; }
.v-metrics li { padding: 12px 14px; border: 1px solid var(--v-line-2); border-radius: 12px; background: var(--v-tile); }
.v-metrics strong { display: block; font-family: var(--font-display); font-weight: 650; font-size: 26px; line-height: 1.1; font-variant-numeric: tabular-nums; }
.v-metrics .is-warn strong { color: var(--v-or-num); }
.v-metrics span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.3; }
.v-supply { display: block; width: 100%; border-collapse: collapse; font-size: 13px; line-height: 1.4; }
.v-supply tbody { display: block; }
.v-supply-head,
.v-supply tbody tr {
  display: grid;
  grid-template-columns: 1.3fr 0.95fr 1.15fr 1.25fr;
  column-gap: 10px;
  align-items: start;
}
.v-supply-head {
  padding: 2px 0 8px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.v-supply thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.v-supply tbody tr { padding: 11px 0; border-top: 1px solid var(--v-line-2); }
.v-supply td { display: block; padding: 0; border: 0; text-align: left; color: var(--text); }
.v-supply td[data-label="Objekt"] { grid-column: 1; grid-row: 1; font-weight: 650; font-size: 13.5px; }
.v-supply td[data-label="Sparte"] { grid-column: 1; grid-row: 2; display: flex; align-items: flex-start; gap: 5px; margin-top: 2px; color: var(--muted); font-size: 12px; }
.v-supply td[data-label="Vertragsstand"] { grid-column: 2; grid-row: 1 / 3; }
.v-supply td[data-label="Frist"] { grid-column: 3; grid-row: 1 / 3; display: flex; align-items: baseline; gap: 7px; }
.v-supply td[data-label="Vorgang"] { grid-column: 4; grid-row: 1 / 3; }
.v-supply svg { flex: none; width: 11px; height: 11px; margin-top: 3px; fill: currentColor; }
.v-dot { flex: none; width: 7px; height: 7px; border-radius: 50%; background: var(--muted); opacity: 0.45; transform: translateY(-1px); }
.v-dot--due { background: var(--primary); opacity: 1; }
.v-dot--done { background: var(--v-ok-tx); opacity: 0.9; }
.v-status {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 8px;
  background: var(--v-st-bg);
  color: var(--v-st-tx);
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.35;
}
.v-status--open { background: var(--v-of-bg); color: var(--v-of-tx); }
.v-status--done { background: var(--v-ok-bg); color: var(--v-ok-tx); }
.v-more { display: none; }
.v-frame-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 2px; padding-top: 12px; border-top: 1px solid var(--v-line); color: var(--muted); font-size: 12px; }

/* ---------- HV: Nutzen · Für wen · Ablauf · Modelle · Digital ---------- */
.v-tag {
  align-self: flex-start;
  padding: 3px 10px;
  border: 1px solid var(--v-line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.v-tag--key { color: var(--v-or-tx); border-color: rgba(245, 166, 35, 0.4); }

.v-rail { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 6px 0 0; padding: 0; list-style: none; }
.v-rail::before {
  content: "";
  position: absolute;
  left: 32px;
  right: calc(20% - 32px);
  top: 17px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), rgba(245, 166, 35, 0.3));
}
.v-rail li { position: relative; padding: 0 14px; }
.v-node {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  background: var(--v-node-bg);
  color: var(--primary);
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 14px;
}
.v-rail li.is-key .v-node { background: var(--primary); color: #1a1208; }
.v-rail h3 { margin-bottom: 6px; font-family: var(--font-display); font-weight: 650; font-size: 17px; }
.v-rail p { color: var(--muted); font-size: 14px; line-height: 1.5; }
.v-legal { max-width: 60em; margin-top: 12px; color: var(--muted); font-size: 13.5px; line-height: 1.6; }

.v-cards3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.v-card {
  padding: 26px;
  border: 1px solid var(--card-border);
  border-radius: 16px;
  background: var(--card);
  box-shadow: var(--v-shadow);
}
.v-card .v-tag { display: inline-block; margin-bottom: 14px; }
.v-card h3 { margin-bottom: 8px; font-family: var(--font-display); font-weight: 650; font-size: 19px; line-height: 1.25; }
.v-card p { color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.v-qline { margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--v-line); color: var(--muted); font-size: 14.5px; line-height: 1.6; }

.v-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.v-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; margin: 0 0 20px; padding: 0; list-style: none; }
.v-checklist li { position: relative; padding-left: 30px; font-size: 15px; line-height: 1.4; }
.v-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--v-or-soft);
  color: var(--v-or-tx);
  font-size: 11.5px;
  font-weight: 700;
}
.v-footnote { padding-top: 14px; border-top: 1px solid var(--v-line); color: var(--muted); font-size: 13px; line-height: 1.55; }

/* ---------- Ansprechpartner: Yasin & Onur ---------- */
.v-quote {
  margin: 26px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--primary);
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
}
.v-team {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border: 1px solid var(--card-border);
  border-radius: 22px;
  background: var(--card);
  box-shadow: var(--v-shadow);
}
.v-team > li { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 32px 30px; }
.v-team > li + li { border-left: 1px solid var(--v-line); }
.v-team .v-ph { width: 112px; height: 112px; margin-bottom: 18px; box-shadow: 0 10px 30px rgba(245, 166, 35, 0.18); }
.v-team h3 { font-family: var(--font-display); font-weight: 650; font-size: 21px; }
.v-role { color: var(--v-or-tx); font-size: 13.5px; font-weight: 600; }
.v-team p { flex: 1; margin-top: 8px; color: var(--muted); font-size: 14.5px; line-height: 1.5; }
/* Telefon – ein Bauteil für die ganze Familie: Hörer-Symbol der Kopfzeile + Text, ohne
   Knopf-Rahmen. Telefon ist immer die ruhige dritte Option, nie ein Primary. */
.v-call {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-self: flex-start;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}
.v-call span { color: var(--text); font-family: var(--font-display); font-weight: 650; white-space: nowrap; }
.v-call:hover span { color: var(--primary); }
.v-call-icon {
  flex: none;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.v-team .v-call { margin-top: 14px; }

/* Google-Bewertung (shell.js): Sterne nur, wenn die Zahl gerade belegt ist. */
[data-google-rating] .tool-trust-stars { display: none; color: var(--primary); letter-spacing: 0.03em; }
[data-google-rating][data-state="ready"] .tool-trust-stars { display: inline; }
.v-rating { display: inline-flex; align-items: center; gap: 7px; color: var(--text); font-size: 13px; font-weight: 600; text-decoration: none; }
.v-rating:hover { color: var(--primary); }

/* ---------- FAQ-Split (nutzt .faq-liste aus tool-base.css) ---------- */
.v-faq-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 64px; align-items: start; }
.v-faq-grid .v-call { margin-top: 12px; }

/* ---------- KFZ: Check-Vorschau im Hero (D5) ---------- */
.v-preview {
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.v-preview-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--v-line); color: var(--muted); font-size: 13px; }
.v-preview-head strong { color: var(--text); font-family: var(--font-display); font-weight: 650; font-size: 15px; }
.v-preview-title { margin: 16px 0 4px; font-family: var(--font-display); font-weight: 650; font-size: 20px; }
.v-pv-row { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; gap: 6px 10px; padding: 11px 0; border-bottom: 1px solid var(--v-line-2); font-size: 15px; }
.v-pv-row--key { grid-template-columns: 28px minmax(0, 1fr); }
.v-num { color: var(--muted); font-family: var(--font-display); font-weight: 650; font-size: 12px; letter-spacing: 0.1em; opacity: 0.75; }
.v-chips { grid-column: 2 / -1; display: flex; flex-wrap: wrap; gap: 6px; }
.v-chip {
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid var(--v-line);
  border-radius: 9px;
  background: var(--bg-soft);
  color: var(--muted);
  font: inherit;
  font-size: 13.5px;
  cursor: pointer;
}
.v-chip[aria-pressed="true"] { border-color: var(--primary); background: rgba(245, 166, 35, 0.12); color: var(--text); }
.v-stepper { display: inline-flex; align-items: center; border: 1px solid var(--v-line); border-radius: 10px; background: var(--bg-soft); }
.v-stepper button {
  min-width: 40px;
  min-height: 36px;
  border: 0;
  background: none;
  color: var(--muted);
  font: inherit;
  font-size: 18px;
  cursor: pointer;
}
.v-stepper output { min-width: 26px; text-align: center; font-weight: 600; font-variant-numeric: tabular-nums; }
.v-val { color: var(--text); font-size: 14px; }
.v-pv-sum { display: none; padding: 10px 0; border-bottom: 1px solid var(--v-line-2); color: var(--muted); font-size: 13px; }
.v-pv-note { margin: 12px 0 14px; color: var(--muted); font-size: 12.5px; }
.v-pv-foot { margin-top: 12px; color: var(--muted); font-size: 12.5px; line-height: 1.5; }
.btn.v-btn-outline { width: 100%; background: transparent; border: 1.5px solid var(--primary); color: var(--primary); box-shadow: none; }
.btn.v-btn-outline::before { display: none; }

/* ---------- KFZ: Faktoren, Vergleich, Einstieg, Entscheidung, Spec ---------- */
.v-factors { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.v-factors li { display: flex; flex-direction: column; gap: 10px; padding: 24px 22px; border: 1px solid var(--v-line); border-radius: 14px; background: var(--card); }
.v-factors h3 { font-family: var(--font-display); font-weight: 650; font-size: 20px; }
.v-factors p { flex: 1; color: var(--muted); font-size: 15px; line-height: 1.55; }

.v-disclosure { margin-top: 22px; border: 1px solid var(--v-line); border-radius: 12px; background: var(--card); }
.v-disclosure > summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
.v-disclosure > summary::-webkit-details-marker { display: none; }
.v-disclosure > summary::before { content: "▸"; color: var(--primary); transition: transform 0.2s; }
.v-disclosure[open] > summary::before { transform: rotate(90deg); }
.v-count { margin-left: auto; padding: 1px 8px; border: 1px solid var(--v-line); border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 600; }
.v-disclosure-body { padding: 0 18px 18px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.v-disclosure-body p + p { margin-top: 10px; }
.v-disclosure-body strong { color: var(--text); font-weight: 600; }
.v-disclosure-body ul { margin: 0; padding-left: 20px; }
.v-disclosure-body li { margin: 0 0 8px; }

.v-compare { width: 100%; overflow: hidden; border-collapse: separate; border-spacing: 0; border: 1px solid var(--v-line); border-radius: 18px; background: rgba(255, 255, 255, 0.02); }
.v-compare th,
.v-compare td { padding: 18px 22px; border-top: 1px solid var(--v-line); text-align: left; vertical-align: top; font-size: 15.5px; line-height: 1.5; }
.v-compare thead th { border-top: 0; font-family: var(--font-display); font-weight: 650; font-size: 18px; }
.v-compare tbody th {
  width: 17%;
  padding-top: 21px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.v-compare td { color: var(--text); }
.v-compare :is(th, td):last-child { background: rgba(245, 166, 35, 0.06); }
.v-compare thead th:last-child { box-shadow: inset 0 3px 0 var(--primary); }
.v-foot { display: flex; justify-content: space-between; gap: 20px; margin-top: 16px; color: var(--muted); font-size: 14px; }
.v-foot a { color: var(--text); font-weight: 600; text-decoration: none; }

.v-entry {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 48px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(245, 166, 35, 0.42);
  border-radius: 22px;
  background: radial-gradient(120% 160% at 0% 0%, rgba(245, 166, 35, 0.13), transparent 55%), rgba(255, 255, 255, 0.03);
}
.v-q { margin-bottom: 14px; font-family: var(--font-display); font-weight: 650; font-size: 18px; }
.v-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 18px; }
a.v-tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-height: 72px;
  padding: 15px 10px;
  border: 1px solid var(--v-line);
  border-radius: 14px;
  background: var(--bg-soft);
  color: var(--text);
  text-align: center;
  text-decoration: none;
}
a.v-tile:hover { border-color: var(--primary); background: rgba(245, 166, 35, 0.09); }
.v-tile strong { font-size: 15.5px; font-weight: 600; }
.v-tile span { color: var(--muted); font-size: 12px; line-height: 1.35; }

.v-decide { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: 24px; align-items: start; }
.v-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.v-list { padding: 26px; border: 1px solid var(--v-line); border-radius: 16px; background: var(--card); }
.v-list--go { border-color: rgba(245, 166, 35, 0.36); }
.v-list h3 { margin-bottom: 16px; font-family: var(--font-display); font-weight: 650; font-size: 19px; }
.v-list ul { margin: 0; padding: 0; list-style: none; }
.v-list li { position: relative; margin: 0 0 13px; padding-left: 32px; font-size: 15.5px; line-height: 1.5; }
.v-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.16);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
}
.v-list--calm li::before { content: "–"; background: rgba(255, 255, 255, 0.07); color: var(--muted); }
.v-after { margin-top: 16px; color: var(--muted); font-size: 15px; }

.v-person { padding: 26px; border: 1px solid var(--v-line); border-radius: 16px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)); }
.v-person-t { margin-bottom: 12px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.v-person ul { margin: 0; padding: 0; list-style: none; }
.v-person li { display: grid; grid-template-columns: 56px minmax(0, 1fr); column-gap: 14px; align-items: center; padding: 12px 0; border-top: 1px solid var(--v-line); }
.v-person li:first-child { padding-top: 0; border-top: 0; }
.v-person li .v-ph { width: 56px; height: 56px; grid-row: 1 / 4; }
.v-person li strong { font-family: var(--font-display); font-weight: 650; font-size: 16px; line-height: 1.25; }
.v-person li span { color: var(--muted); font-size: 13px; line-height: 1.4; }
.v-person li a { color: var(--text); font-size: 13.5px; font-weight: 600; text-decoration: none; }
.v-person li a:hover { color: var(--primary); }
.v-person .v-quote-sm { margin: 14px 0; font-family: var(--font-display); font-weight: 500; font-size: 17px; line-height: 1.4; }
.v-textlink { color: var(--text); font-size: 14.5px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.v-textlink:hover { color: var(--primary); }

.v-split--57 { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 72px; }
.v-spec { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--v-line); }
.v-spec > li { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 8px 16px; padding: 22px 0; border-bottom: 1px solid var(--v-line); }
.v-spec h3 { font-family: var(--font-display); font-weight: 650; font-size: 19px; }
.v-spec p { grid-column: 1 / -1; color: var(--muted); font-size: 15.5px; line-height: 1.55; }
.v-spec .v-disclosure { grid-column: 1 / -1; margin-top: 4px; }

.v-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  margin-top: 72px;
  padding: 40px 44px;
  border: 1px solid rgba(245, 166, 35, 0.3);
  border-radius: 22px;
  background: radial-gradient(120% 160% at 100% 0%, rgba(245, 166, 35, 0.1), transparent 55%), rgba(255, 255, 255, 0.03);
}
.v-final h2 { margin-bottom: 8px; font-family: var(--font-display); font-weight: 650; font-size: 30px; line-height: 1.15; }
.v-final p { color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 40em; }
.v-final .v-ctas { flex-direction: column; align-items: stretch; margin-top: 0; }
.v-final .v-micro { max-width: 17rem; margin-inline: auto; text-align: center; } /* bestimmt nie die Breite der CTA-Spalte */

/* ---------- KFZ-Stromcheck: Kopf + Formular ---------- */
.v-tool { padding: 22px 0 72px; }
.v-tool .v-crumb { margin-bottom: 24px; }
.v-tool-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: start; }
.v-h1--tool { font-size: 40px; line-height: 1.08; letter-spacing: -0.028em; }
.v-lead { color: var(--muted); font-size: 17px; line-height: 1.6; }
.v-gets { margin: 26px 0 0; padding: 0; list-style: none; }
.v-gets li { position: relative; padding: 9px 0 9px 26px; border-top: 1px solid var(--v-line-2); font-size: 15px; }
.v-gets li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 700; }
.v-tool-grid .tool-trust { margin: 24px 0 0; }
.v-trust-pair { display: inline-flex; }
.tool-trust .v-trust-pair img { width: 42px; height: 42px; border: 2px solid rgba(245, 166, 35, 0.5); box-shadow: 0 0 0 2px var(--bg); }
.tool-trust .v-trust-pair img + img { margin-left: -11px; }
.tool-trust.is-team { grid-template-columns: auto minmax(0, 1fr); }
.tool-trust.is-team .tool-trust-person span { display: block; line-height: 1.4; }
.tool-trust.is-team .tool-trust-rating { grid-column: 1 / -1; justify-content: flex-start; text-align: left; }

.v-check { margin: 0; padding: 24px 26px; border-radius: 22px; }
.v-check fieldset { margin-bottom: 18px; }
/* legend sitzt sonst im Rahmen des Fieldsets, die Fragenummer stünde neben dem Hinweis */
.v-check legend { float: left; width: 100%; margin-bottom: 6px; }
.v-check legend + * { clear: both; }
.v-check-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--v-line); }
.v-check-head strong { font-family: var(--font-display); font-weight: 650; font-size: 19px; }
.v-check-head span { color: var(--muted); font-size: 13px; }
.v-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 18px; }
.v-pair > fieldset { margin: 0; }
.v-check .field-hint { margin-top: -6px; }
.v-check .radio-group { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.v-check .radio-group.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.v-check .radio-tile { min-height: 58px; padding: 10px 8px; }
.v-step { display: flex; align-items: stretch; height: 48px; border: 1px solid var(--card-border); border-radius: var(--radius-sm); background: var(--bg-soft); overflow: hidden; }
.v-step button { flex: none; width: 46px; border: 0; background: none; color: var(--muted); font: inherit; font-size: 20px; cursor: pointer; }
.v-step button:hover { color: var(--text); }
.v-step input[type="number"] {
  min-height: 0;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  text-align: center;
  font-weight: 600;
  -moz-appearance: textfield;
}
.v-step input[type="number"]::-webkit-inner-spin-button,
.v-step input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.v-step:focus-within { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.18); }
.v-step input:focus { box-shadow: none; }
.v-subnote { margin-top: 10px; color: var(--muted); font-size: 12.5px; text-align: center; }

/* ---------- KFZ-Stromcheck: Ergebnis (D1–D3) ---------- */
#result.v-result { padding: 0 0 64px; }
#result .result-hero.v-res-band {
  margin: 0 0 28px;
  padding: 40px 0;
  text-align: left;
  border: 0;
  border-block: 1px solid var(--v-line);
  border-radius: 0;
  background: radial-gradient(120% 140% at 50% 0%, rgba(245, 166, 35, 0.1), transparent 62%), rgba(255, 255, 255, 0.015);
}
.v-res-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.v-res-h2 { margin: 0 0 14px; font-family: var(--font-display); font-weight: 650; font-size: 32px; line-height: 1.15; text-wrap: balance; }
.v-inchips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.v-inchips li { padding: 5px 12px; border: 1px solid var(--v-line); border-radius: 999px; color: var(--muted); font-size: 13px; }
.v-res-links { display: flex; gap: 16px; white-space: nowrap; }
.v-linkbtn { padding: 0; border: 0; background: none; color: var(--text); font: inherit; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.v-linkbtn:hover { color: var(--primary); }
.v-kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 28px 0 0; padding: 0; list-style: none; }
.v-kpis li { padding: 20px 22px; border: 1px solid var(--v-line); border-radius: 14px; background: rgba(6, 7, 13, 0.55); }
.v-kpi-l { color: var(--muted); font-size: 11.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.v-kpi-v { margin: 8px 0 4px; font-family: var(--font-display); font-weight: 650; font-size: 26px; line-height: 1.2; }
.v-kpi-v--or { color: var(--primary); }
.v-kpi-s { color: var(--muted); font-size: 13px; line-height: 1.45; }
.v-res-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 24px; align-items: start; }
.v-panel { padding: 24px; border: 1px solid var(--v-line); border-radius: 16px; background: var(--card); }
.v-panel-t { margin: 0 0 3px; font-family: var(--font-display); font-weight: 650; font-size: 19px; }
.v-panel-s { margin-bottom: 18px; color: var(--muted); font-size: 13.5px; }
.v-rank { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.v-rank li { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; font-size: 14.5px; }
.v-rank em { color: var(--muted); font-size: 13.5px; font-style: normal; }
.v-rank .v-bar { grid-column: 1 / -1; height: 8px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, 0.07); }
.v-rank .v-bar i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--primary), var(--primary-dark)); }
.v-rank li:nth-child(n + 4) .v-bar i { background: rgba(155, 163, 181, 0.5); }
.v-levers { margin: 0; padding: 0; list-style: none; }
.v-levers li { padding: 15px 0; border-top: 1px solid var(--v-line); }
.v-levers li:first-child { padding-top: 0; border-top: 0; }
.v-lever-h { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 5px; font-family: var(--font-display); font-weight: 650; font-size: 16px; }
.v-lever-badge { padding: 3px 9px; border: 1px solid rgba(52, 211, 153, 0.3); border-radius: 999px; background: rgba(52, 211, 153, 0.12); color: var(--success); font-family: var(--font-body); font-size: 12px; font-weight: 700; white-space: nowrap; }
.v-levers p { color: var(--muted); font-size: 13.5px; line-height: 1.55; }

/* ---------- Ergebnis · 2 Kostenwirkung (1 ct/kWh, optional eigener Preis) ---------- */
.v-cost { margin-top: 24px; }
.v-cost-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px 24px; }
.v-cost.has-gas .v-cost-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v-cost-col { display: flex; flex-direction: column; gap: 10px; }
.v-cost-col[hidden] { display: none; }

/* ---------- Ergebnis · 4 Beschaffung: drei Wege, gleich gewichtet, nichts zum Anklicken ---------- */
.v-strategy { margin-top: 24px; }
.v-ways { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 4px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--v-line); }
.v-ways li { padding: 16px 20px 2px 0; }
.v-ways li + li { padding-left: 20px; border-left: 1px solid var(--v-line); }
.v-ways h4 { margin: 0 0 6px; font-family: var(--font-display); font-weight: 650; font-size: 16px; line-height: 1.3; }
.v-ways p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.v-strategy .v-qline { margin-top: 16px; font-size: 13.5px; }
.v-handoff { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--v-line); }

.v-contract { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 24px; align-items: start; margin-top: 24px; }
.v-seg { display: grid; gap: 8px; margin: 4px 0 0; padding: 0; border: 0; }
.v-seg label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid var(--v-line);
  border-radius: 12px;
  background: var(--bg-soft);
  font-size: 14.5px;
  cursor: pointer;
}
.v-seg input { width: 18px; height: 18px; margin: 0; flex: none; accent-color: var(--primary); }
.v-seg label:has(input:checked) { border-color: var(--primary); background: rgba(245, 166, 35, 0.09); }
.v-verdict {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(245, 166, 35, 0.34);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(245, 166, 35, 0.1), rgba(56, 189, 248, 0.03));
}
.v-verdict-l { color: var(--primary); font-size: 12px; font-weight: 650; letter-spacing: 0.08em; text-transform: uppercase; }
.v-verdict h2 { margin: 0; font-family: var(--font-display); font-weight: 650; font-size: 22px; line-height: 1.25; }
.v-pill { align-self: flex-start; padding: 7px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); color: var(--text); font-family: var(--font-display); font-weight: 650; font-size: 15px; }
/* Die Empfehlung ist ein Befund, kein Knopf: keine volle Primärfläche neben „Vertragsprüfung starten“. */
.v-pill[data-tone="pruefen"] { border: 1px solid rgba(245, 166, 35, 0.45); background: rgba(245, 166, 35, 0.16); color: var(--primary); }
.v-pill[data-tone="zeit"] { border: 1.5px solid var(--primary); background: none; color: var(--primary); }
.v-pill[data-tone="ruhe"] { border: 1px solid rgba(52, 211, 153, 0.4); background: rgba(52, 211, 153, 0.15); color: var(--success); }
.v-verdict .result-insight-copy { color: var(--text); font-size: 15px; line-height: 1.5; }
.v-verdict-extra { color: var(--muted); font-size: 13.5px; }
.v-sens { padding: 10px 14px; border: 1px solid var(--v-line); border-radius: 10px; background: rgba(6, 7, 13, 0.55); font-size: 14px; }
.v-sens strong { color: var(--primary); }
.v-price { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: var(--muted); font-size: 13.5px; }
.v-price input[type="text"] { width: 92px; min-height: 40px; padding: 8px 10px; }
.v-price-out { color: var(--text); font-size: 13.5px; }
.v-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.v-actions .btn { padding: 13px 18px; font-size: 14px; white-space: normal; text-align: center; }
/* Schritt 2 (Kontakt) ist sichtbar abgesetzt: eigene Zone unter einer Linie. */
.v-next {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 24px;
  align-items: start;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--v-line);
}
.v-steps { margin: 12px 0 0; padding: 0; list-style: none; counter-reset: stp; }
.v-steps li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid var(--v-line); font-size: 15px; line-height: 1.45; counter-increment: stp; }
.v-steps li::before {
  content: counter(stp);
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid var(--v-line);
  border-radius: 50%;
  color: var(--primary);
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 12px;
}
.v-mini-team { display: flex; align-items: center; gap: 14px; margin-top: 14px; }
.v-mini-team strong { display: block; font-family: var(--font-display); font-weight: 650; font-size: 16px; }
.v-mini-team span { color: var(--muted); font-size: 13.5px; }
.v-next .lead-block { margin: 0; min-width: 0; }
/* Ergebnis → Kontakt (tool-intake.js, #result[data-stage]): Das Formular wird erst zur
   Hauptfläche, wenn der Nutzer „Vertragsprüfung starten“ genommen hat oder dort ist. */
#result .lead-block {
  border-color: var(--v-line);
  background: var(--card);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
#result[data-stage="contact"] .lead-block {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(245, 166, 35, 0.1), 0 18px 44px rgba(0, 0, 0, 0.35);
}
#result .lead-block #lead-btn { margin-top: 16px; }
.v-h3 { margin: 0 0 14px; font-family: var(--font-display); font-weight: 650; font-size: 19px; }
.v-prose { max-width: 46em; }
.v-prose h3.sub { margin-top: 28px; }
.v-prose h3.sub:first-child { margin-top: 0; }
.v-next .lead-block .btn-block, .v-actions .btn { white-space: normal; text-align: center; }
.v-annahmen { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 24px; align-items: start; margin-top: 20px; }
.v-annahmen .v-disclosure { margin: 0; }
.v-annahmen table { width: 100%; margin: 6px 0 12px; border-collapse: collapse; font-size: 14px; }
.v-annahmen th,
.v-annahmen td { padding: 7px 8px 7px 0; border-bottom: 1px solid var(--v-line-2); text-align: left; vertical-align: top; }
.v-annahmen td:last-child { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; color: var(--text); }
.v-mini { padding: 14px 18px; border: 1px dashed var(--v-line); border-radius: 12px; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.v-mini strong { color: var(--text); }

/* ---------- KFZ-Stromcheck: Wissen danach ---------- */
.v-quiet { padding-block: 72px; }
.v-process { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; overflow: hidden; border: 1px solid var(--v-line); border-radius: 16px; }
.v-process li { padding: 24px; border-left: 1px solid var(--v-line); }
.v-process li:first-child { border-left: 0; }
.v-process h3 { margin: 8px 0 6px; font-family: var(--font-display); font-weight: 650; font-size: 17px; }
.v-process p { color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.v-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 4px 0 12px; }
.v-stats div { padding: 12px 14px; border: 1px solid var(--v-line); border-radius: 10px; background: rgba(255, 255, 255, 0.03); }
.v-stats strong { display: block; margin-bottom: 4px; color: var(--primary); font-family: var(--font-display); font-weight: 650; font-size: 23px; line-height: 1.15; }
.v-stats span { display: block; color: var(--muted); font-size: 12.5px; line-height: 1.35; }
.v-callout {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: 40px;
  align-items: start;
  padding: 32px;
  border: 1px solid rgba(245, 166, 35, 0.3);
  border-radius: 18px;
  background: rgba(245, 166, 35, 0.05);
}
.v-callout .v-h2 { font-size: 26px; }
.v-callout p { color: var(--muted); font-size: 15.5px; line-height: 1.6; }
.v-linkcard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid var(--v-line);
  border-radius: 14px;
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 16px;
  text-decoration: none;
}
.v-linkcard::after { content: "→"; color: var(--primary); font-size: 20px; }
.v-linkcard:hover { border-color: var(--primary); }

.v-tone--light .faq-liste summary::after,
.v-tone--paper .faq-liste summary::after { color: var(--v-or-tx); }

/* ══════════════════════════ Breakpoints ══════════════════════════ */
/* ---------- HV V3: Durcheinander → Ordnung → Klarer Stand ----------
   Spezifikation: energyo-control/handoffs/HV-V3-VISUAL-CONCEPT-2026-09-19.md (owner-approved).
   Die Papier-Welt ist reine Dekoration (aria-hidden); jede Aussage steht zusätzlich als Text.
   Handschrift ohne Webfont: Systemschriften, keine externe Quelle. */
:root {
  --v-hand: "Segoe Print", "Bradley Hand", "Chalkboard SE", "Comic Neue", "Comic Sans MS", cursive;
  --v-ink: #233a7d;
}
.v-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Papier-Primitive (Rechnung ohne Beträge und Versorger, Post-it, Ordner, Rücken, Mail, Tabelle) */
.v-doc, .hv-paper-note, .v-folder, .v-spines, .v-mail, .v-xls, .v-pen, .v-voice, .v-otag, .v-qm, .v-dash, .v-cal, .v-hand { position: absolute; }
.v-doc { display: block; width: 196px; height: 250px; padding: 14px 14px 12px; overflow: hidden; border-radius: 4px; background: #fbf8f1; color: #2a2f3a; font-family: var(--font-body); line-height: 1.3; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 12px 26px rgba(0, 0, 0, 0.2); }
.v-doc > span { display: block; }
.v-doc .v-doc-hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.v-doc-hd b { font-family: var(--font-display); font-weight: 650; font-size: 13px; }
.v-doc-hd i { width: 36px; height: 11px; border-radius: 3px; background: #d8d2c3; }
.v-doc-s { margin-bottom: 8px; color: #7a7f8a; font-size: 9.5px; white-space: nowrap; }
.v-bars i { display: block; height: 5px; margin: 6px 0; border-radius: 3px; background: #e5e0d4; }
.v-bars .w95 { width: 95%; } .v-bars .w85 { width: 85%; } .v-bars .w70 { width: 70%; }
.v-bars .w60 { width: 60%; } .v-bars .w45 { width: 45%; } .v-bars .w30 { width: 30%; }
.v-doc .v-doc-k { display: flex; justify-content: space-between; align-items: center; gap: 6px; margin: 9px 0 3px; color: #6a6f7a; font-size: 9px; white-space: nowrap; }
.v-doc-k b { padding: 0 3px; color: #2a2f3a; font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 9.5px; font-weight: 600; }
.v-hl { background: linear-gradient(180deg, transparent 28%, rgba(253, 224, 71, 0.9) 28%, rgba(253, 224, 71, 0.9) 90%, transparent 90%); }
.v-doc .v-doc-sum { display: flex; justify-content: space-between; margin-top: 10px; padding-top: 7px; border-top: 1px solid #e5e0d4; }
.v-doc-sum i { width: 38%; height: 6px; border-radius: 3px; background: #d9d3c5; }
.v-doc-sum b { width: 28%; height: 9px; border-radius: 3px; background: #c9c2b2; }
.v-doc--sm { width: 104px; height: 136px; padding: 9px 9px 8px; }
.v-doc--sm .v-doc-hd b { font-size: 10.5px; }
.v-doc--sm .v-doc-hd i { width: 24px; height: 8px; }
.v-doc--sm .v-doc-s { margin-bottom: 5px; font-size: 7.5px; }
.v-doc--sm .v-bars i { height: 4px; margin: 4px 0; }
.v-doc--sm .v-doc-k { margin: 6px 0 2px; font-size: 7.5px; }
.v-doc--sm .v-doc-k b { font-size: 7.5px; }
.v-pen { width: 150px; height: 44px; fill: none; stroke: #2d4aa0; stroke-width: 1.6; stroke-linecap: round; opacity: 0.85; }
/* Die Post-its haben margin-top/max-width bisher zufällig von der kanonischen .v-note geerbt; ihre inline gesetzten
   Positionen sind darauf abgestimmt. Jetzt stehen die Werte hier, .v-note bleibt die normale Textnotiz. */
.hv-paper-note { display: block; width: 150px; margin-top: 20px; max-width: 62em; padding: 13px 11px 13px; background: #fff1a1; color: var(--v-ink); font-family: var(--v-hand); font-size: 15px; line-height: 1.22; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 12px 20px rgba(0, 0, 0, 0.18); }
.hv-paper-note::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 11px; background: rgba(0, 0, 0, 0.035); }
.hv-paper-note--pink { background: #ffd9df; }
.hv-paper-note--blue { background: #d8ebff; }
.hv-paper-note--green { background: #e0f2d8; }
.v-folder { display: block; width: 290px; height: 196px; border-radius: 6px 10px 8px 8px; background: #e6d5ae; box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28); }
.v-folder::before { content: ""; position: absolute; left: 18px; top: -16px; width: 112px; height: 22px; border-radius: 8px 8px 0 0; background: #e6d5ae; }
.v-folder-l { position: absolute; left: 22px; top: 18px; padding: 3px 10px; border-radius: 3px; background: #fff; color: var(--v-ink); font-family: var(--v-hand); font-size: 14px; white-space: nowrap; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.v-folder-p { position: absolute; left: 30px; right: 24px; top: 62px; height: 110px; border-radius: 3px; background: #fbf8f1; transform: rotate(-2deg); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }
.v-spines { display: flex; gap: 6px; }
.v-spine { position: relative; display: block; width: 46px; height: 240px; border-radius: 4px; background: #2c3e66; box-shadow: inset -6px 0 0 rgba(0, 0, 0, 0.16), 0 12px 22px rgba(0, 0, 0, 0.24); }
.v-spine:nth-child(2) { background: #7a3a2e; }
.v-spine:nth-child(3) { background: #3f5b3c; }
.v-spine-lb { position: absolute; left: 6px; right: 6px; top: 20px; height: 118px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 2px; background: #fbf8f1; }
.v-spine-lb span { transform: rotate(-90deg); color: var(--v-ink); font-family: var(--v-hand); font-size: 14px; white-space: nowrap; }
.v-spine-hole { position: absolute; left: 50%; bottom: 24px; width: 20px; height: 20px; margin-left: -10px; border-radius: 50%; background: rgba(0, 0, 0, 0.35); box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.45); }
.v-spines--sm .v-spine { width: 34px; height: 190px; }
.v-spines--sm .v-spine-lb { left: 5px; right: 5px; top: 14px; height: 96px; }
.v-spines--sm .v-spine-lb span { font-size: 12.5px; }
.v-spines--sm .v-spine-hole { width: 15px; height: 15px; margin-left: -7.5px; bottom: 18px; }
.v-mail { display: block; width: 212px; padding: 10px 12px 11px; border-radius: 10px; background: #fff; color: #2a2f3a; font-size: 10px; line-height: 1.35; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16); }
.v-mail-h { display: flex; align-items: center; gap: 6px; margin-bottom: 3px; color: #6a6f7a; }
.v-mail-h i { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: #3b6fd8; }
.v-mail b { display: block; font-size: 12px; line-height: 1.3; }
.v-mail-b { display: block; margin-top: 2px; color: #7a7f8a; }
.v-xls { display: block; width: 196px; overflow: hidden; border-radius: 6px; background: #fff; color: #2a2f3a; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); }
.v-xls-t { display: flex; align-items: center; gap: 6px; height: 18px; padding: 0 7px; overflow: hidden; background: #e9ece9; color: #6a6f7a; font-size: 8.5px; white-space: nowrap; }
.v-xls-t i { flex: none; width: 8px; height: 8px; border-radius: 2px; background: #6c8f76; }
.v-xls-g { display: grid; grid-template-columns: 16px repeat(3, minmax(0, 1fr)); font-size: 9px; line-height: 1.3; }
.v-xls-g span { height: 19px; padding: 3px 4px; overflow: hidden; white-space: nowrap; border-right: 1px solid #ececec; border-bottom: 1px solid #ececec; }
.v-xls-g .x { padding: 3px 0; background: #f4f4f4; color: #9a9a9a; text-align: center; }
.v-xls-g .q { background: #fff1a1; color: var(--v-ink); font-weight: 700; }
.v-xls-g .r { color: #b4452f; font-weight: 700; }
.v-voice { display: block; width: 112px; }
.v-voice-r { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; color: #6a6f7a; font-size: 9.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.v-voice-r i { flex: none; width: 16px; height: 16px; border-radius: 50%; background: #cfc8b8; }
.v-voice-b { display: block; padding: 7px 9px 8px; border-radius: 10px; background: #fff; color: var(--v-ink); font-family: var(--v-hand); font-size: 12.5px; line-height: 1.22; box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1); }
.v-otag { display: flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 10px; background: #fff; color: #11141c; font-size: 12.5px; font-weight: 600; white-space: nowrap; box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1); }
.v-otag svg { width: 15px; height: 15px; fill: none; stroke: #555c6b; stroke-width: 2; stroke-linejoin: round; }
.v-qm { color: #b4452f; font-family: var(--v-hand); font-size: 30px; font-weight: 700; line-height: 1; }
.v-dash { left: 0; top: 0; width: 340px; height: 260px; overflow: visible; fill: none; stroke: #8c8574; stroke-width: 1.5; stroke-dasharray: 4 4; }
.v-cal { display: block; width: 132px; height: 172px; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 10px 22px rgba(0, 0, 0, 0.13); }
.v-cal-h { display: flex; align-items: center; justify-content: center; height: 30px; background: #b4452f; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; }
.v-cal-g { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; padding: 8px 10px; }
.v-cal-g i { height: 7px; border-radius: 2px; background: #ece8df; }
.v-cal--old { opacity: 0.62; }
.v-hand { color: #6a6456; font-family: var(--v-hand); font-size: 14px; white-space: nowrap; }
.v-hand--warn { color: #b4452f; }

/* Hero: Belegstapel hinten, Beispielansicht vorn – das Blatt bleibt das hellste Element, ohne Glow */
.v-stack { position: relative; height: 572px; }
.v-pile { position: absolute; inset: 0; filter: saturate(0.8) brightness(0.9); animation: v-pile-in 0.6s ease-out both; }
.v-sk-folder { left: 0; top: 70px; transform: rotate(-9deg); }
.v-sk-d1 { left: 118px; top: 10px; width: 198px; height: 252px; transform: rotate(-4deg); }
.v-sk-d2 { left: 312px; top: 34px; width: 190px; height: 240px; transform: rotate(6deg); }
.v-sk-pen { left: 136px; top: 150px; transform: rotate(-4deg); }
.v-sk-n1 { left: 410px; top: 0; transform: rotate(4deg); }
.v-sk-n2 { left: 6px; top: 262px; width: 136px; transform: rotate(-6deg); }
.v-sk-n3 { left: 470px; top: 170px; width: 130px; transform: rotate(8deg); }
.v-stack-sheet { position: absolute; left: 104px; right: 0; top: 206px; animation: v-sheet-in 0.85s 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
.v-stack-sheet .v-frame { padding: 0; overflow: hidden; border-radius: 14px; box-shadow: 0 1px 2px rgba(17, 20, 28, 0.06), 0 22px 48px rgba(0, 0, 0, 0.3); }
.v-stack-sheet .v-frame-top { margin: 0; padding: 9px 16px; border-bottom: 1px solid var(--v-line-2); background: #faf8f3; font-size: 11.5px; }
.v-stack-sheet .v-frame-h { padding: 12px 16px 0; border: 0; }
.v-stack-sheet .v-metrics { margin: 10px 0 0; padding: 0 16px 12px; gap: 8px; }
.v-stack-sheet .v-metrics li { padding: 8px 10px; }
.v-stack-sheet .v-metrics strong { font-size: 22px; }
.hv-mini { margin: 0; padding: 0; list-style: none; border: 1px dashed var(--v-line); border-radius: 12px; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.hv-mini strong { color: var(--text); }
.hv-mini li { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) auto; gap: 10px; align-items: center; padding: 9px 16px; border-top: 1px solid var(--v-line-2); color: var(--text); font-size: 12.5px; line-height: 1.35; }
.hv-mini b { display: block; font-weight: 650; }
.hv-mini small { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 11.5px; }
.hv-mini svg { flex: none; width: 11px; height: 11px; fill: currentColor; }
.v-mini-f { display: flex; align-items: center; gap: 7px; }
.v-stack-cap { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; margin-top: 18px; color: var(--muted); font-size: 13px; }
.v-stack-cap strong { color: var(--text); font-weight: 600; }
.v-stack-cap > span[aria-hidden] { color: var(--primary); }
@keyframes v-pile-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@keyframes v-sheet-in { from { opacity: 0; transform: translateY(46px); } to { opacity: 1; transform: none; } }

/* Der Alltag heute: drei Problemszenen */
.v-probs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
.v-prob { overflow: hidden; border: 1px solid var(--v-line-2); border-radius: 20px; background: #fff; box-shadow: var(--v-shadow); }
.v-scene { position: relative; height: 284px; overflow: hidden; background: #ebe6db; }
.v-sc { position: absolute; left: 50%; top: 10px; width: 340px; height: 260px; margin-left: -170px; }
.v-prob-tx { padding: 22px 24px 26px; }
.hv-num { font-family: var(--font-display); font-weight: 650; font-size: 13px; letter-spacing: 0.08em; color: var(--v-or-tx); opacity: 0.75; }
.v-prob h3 { margin: 6px 0 8px; font-family: var(--font-display); font-weight: 650; font-size: 22px; line-height: 1.2; letter-spacing: -0.01em; }
.v-prob p { color: var(--muted); font-size: 15.5px; line-height: 1.5; }

/* Ordnung: Sortier-Moment – Start „Heute“, Wechsel nur per Klick, im selben Rahmen */
.v-sort-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.v-sort-seg { display: inline-flex; flex: none; padding: 5px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 15px; background: rgba(255, 255, 255, 0.06); }
.v-sort-seg button { min-height: 46px; padding: 0 22px; border: 0; border-radius: 11px; background: transparent; color: #b6bdcc; font-family: var(--font-display); font-weight: 600; font-size: 15.5px; cursor: pointer; transition: background 0.25s, color 0.25s; }
.v-sort-seg button[aria-pressed="true"] { background: #fff; color: #11141c; }
.v-sort-stage { position: relative; height: 536px; overflow: hidden; border-radius: 22px; background: #ebe6db; }
/* Choreografie (≈1,1 s): Ordner treten zurück · Rechnungen laufen gestaffelt in ihren Objektstapel und
   richten sich auf · Notizen und Mail heften sich an und lösen sich auf · die Stapel werden sichtbar,
   A bis D nacheinander · danach steht alles still. Zurück zu „Heute“ ohne Verzögerung. */
.v-chaos > * { transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.3s ease; }
.v-chaos .c1 { --d: 0s; } .v-chaos .c2 { --d: 0.07s; } .v-chaos .c3 { --d: 0.14s; }
.v-chaos .c5 { --d: 0.1s; } .v-chaos .c7 { --d: 0.17s; } .v-chaos .c8 { --d: 0.21s; } .v-chaos .c6 { --d: 0.24s; }
.v-chaos .c1 { left: 44px; top: 40px; transform: rotate(-7deg); }
.v-chaos .c2 { left: 236px; top: 112px; width: 190px; height: 244px; transform: rotate(5deg); }
.v-chaos .c3 { left: 452px; top: 36px; width: 192px; height: 246px; transform: rotate(-3deg); }
.v-chaos .c4 { left: 938px; top: 40px; }
.v-chaos .c5 { left: 84px; top: 326px; width: 170px; transform: rotate(-5deg); }
.v-chaos .c6 { left: 760px; top: 318px; width: 156px; transform: rotate(6deg); }
.v-chaos .c7 { left: 470px; top: 318px; width: 176px; transform: rotate(3deg); }
.v-chaos .c8 { left: 688px; top: 70px; transform: rotate(3deg); }
[data-state="stand"] .v-chaos [data-to] { opacity: 0; transform: translate(var(--to-x, 0px), var(--to-y, 0px)) rotate(0deg) scale(var(--to-s, 0.5)); }
[data-state="stand"] .v-chaos .v-doc { transition: transform 0.62s cubic-bezier(0.25, 0.8, 0.25, 1) var(--d), opacity 0.2s ease calc(var(--d) + 0.72s); }
[data-state="stand"] .v-chaos .hv-paper-note, [data-state="stand"] .v-chaos .v-mail { transition: transform 0.55s cubic-bezier(0.3, 0.7, 0.25, 1) var(--d), opacity 0.3s ease calc(var(--d) + 0.32s); }
[data-state="stand"] .v-chaos .c4 { opacity: 0; transform: translateX(28px) scale(0.96); transition: transform 0.35s ease, opacity 0.3s ease; }
.v-sorted { position: absolute; left: 40px; right: 40px; top: 50%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; visibility: hidden; transform: translateY(-50%); transition: visibility 0s linear 0.25s; }
[data-state="stand"] .v-sorted { visibility: visible; transition: visibility 0s; }
.v-sorted li { opacity: 0; transition: opacity 0.2s ease; }
.v-sorted [data-obj="A"] { --cd: 0.6s; } .v-sorted [data-obj="B"] { --cd: 0.67s; } .v-sorted [data-obj="C"] { --cd: 0.74s; } .v-sorted [data-obj="D"] { --cd: 0.84s; }
[data-state="stand"] .v-sorted li { opacity: 1; transition: opacity 0.3s ease var(--cd); }
/* Je Objekt ein geordneter Stapel: Blattkanten dahinter zeigen, dass die Belege darin liegen. */
.v-sorted li { display: flex; flex-direction: column; gap: 8px; padding: 18px 16px 16px; border-radius: 12px; background: #fff; color: #11141c; box-shadow: 4px 5px 0 -1px #f6f3ec, 4px 5px 0 0 #ddd6c7, 8px 10px 0 -1px #f1ede4, 8px 10px 0 0 #d6cfbf, 0 18px 30px rgba(17, 20, 28, 0.12); }
.v-sorted-t { font-family: var(--font-display); font-weight: 650; font-size: 18px; }
.v-sorted-s, .v-sorted-f { display: flex; align-items: center; gap: 6px; color: #555c6b; font-size: 13px; line-height: 1.35; }
.v-sorted-f { color: #343b4a; }
.v-sorted svg { flex: none; width: 11px; height: 11px; fill: currentColor; }
.v-sorted .v-status { align-self: flex-start; }
.v-zn { display: inline-block; align-self: flex-start; padding: 1px 6px; border-radius: 5px; background: #f3f1ec; color: #555c6b; font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 11px; font-weight: 600; white-space: nowrap; }
.v-sort-go { position: absolute; left: 50%; bottom: 26px; display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 24px; border: 0; border-radius: 14px; background: #11141c; color: #fff; font-family: var(--font-display); font-weight: 650; font-size: 16px; cursor: pointer; transform: translateX(-50%); box-shadow: 0 10px 26px rgba(17, 20, 28, 0.3); transition: opacity 0.3s; }
.v-sort-go svg { width: 18px; height: 18px; fill: none; stroke: var(--primary); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
[data-state="stand"] .v-sort-go { opacity: 0; visibility: hidden; pointer-events: none; }
.v-sort-next { position: absolute; left: 50%; bottom: 30px; color: #343b4a; font-size: 14.5px; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; transform: translateX(-50%); visibility: hidden; opacity: 0; transition: opacity 0.3s 1s; }
[data-state="stand"] .v-sort-next { visibility: visible; opacity: 1; }
.v-sort-next:hover { color: #11141c; }

/* Klarer Stand: die vollständige Beispielansicht im Seitenfluss, Marker verbinden Problem und Ort */
.v-frame--full { box-shadow: 0 1px 2px rgba(17, 20, 28, 0.05), 0 14px 34px rgba(17, 20, 28, 0.08); }
.v-mk { display: inline-grid; flex: none; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--primary); color: #1a1208; font-family: var(--font-display); font-size: 11px; font-weight: 700; font-style: normal; letter-spacing: 0; line-height: 1; text-transform: none; }
.v-supply-head > span { display: flex; align-items: center; gap: 7px; }
.v-frame-foot > span { display: inline-flex; align-items: center; gap: 8px; }
.v-supply td[data-label="Sparte"] { flex-wrap: wrap; }
.v-trace { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 20px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 14.5px; line-height: 1.45; }
.v-trace li { display: flex; flex: 1 1 280px; align-items: flex-start; gap: 10px; }
.v-trace .v-mk { margin-top: 1px; }
.v-trace strong { color: var(--text); font-weight: 600; }

/* Ablauf: kompakte Leiste mit Stand je Schritt */
.v-tone--light .v-node { color: var(--v-or-tx); }
.v-rail .v-status { margin-top: 10px; }

/* Einstieg + Ansprechpartner */
.v-entry-hv { display: grid; grid-template-columns: minmax(0, 6.4fr) minmax(0, 5.6fr); gap: 56px; align-items: center; }
.v-teamcard { padding: 28px 28px 26px; border: 1px solid var(--v-line); border-radius: 22px; background: rgba(255, 255, 255, 0.04); }
.v-teamcard-k { margin-bottom: 18px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.v-teamcard .v-team { gap: 22px; overflow: visible; border: 0; border-radius: 0; background: none; box-shadow: none; }
.v-teamcard .v-team > li { padding: 0; }
.v-teamcard .v-team > li + li { border-left: 0; }
.v-teamcard .v-team .v-ph { width: 88px; height: 88px; margin-bottom: 14px; }
.v-teamcard .v-team h3 { font-size: 18px; }
.v-teamcard .v-team p { font-size: 13.5px; }
.v-teamcard .v-quote { margin-top: 22px; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--v-line); font-size: 18px; }

/* Gut zu wissen: aufklappbar, Inhalt im DOM */
.v-kn { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.v-kn .v-kn-d { margin-top: 0; background: #fff; }
.v-kn-d > summary { align-items: flex-start; padding: 16px 18px; }
.v-kn-d > summary::before { margin-top: 18px; }
.v-kn-d > summary h2 { margin: 3px 0 0; color: var(--text); font-family: var(--font-display); font-weight: 650; font-size: 19px; line-height: 1.25; }
.v-kn-k { display: block; color: var(--muted); font-size: 11.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.v-kn-d .v-kn-l, .v-kn-d .v-checklist { margin: 12px 0 0; padding: 0; list-style: none; }
.v-kn-d .v-kn-l li { margin: 0; padding: 12px 0; border-top: 1px solid var(--v-line-2); }
.v-kn-l h3 { margin-bottom: 3px; color: var(--text); font-family: var(--font-display); font-weight: 600; font-size: 15.5px; }
.v-kn-l .v-tag { display: inline-block; margin-top: 8px; }
.v-kn-d .v-checklist { grid-template-columns: 1fr; gap: 10px; margin-bottom: 16px; }
.v-kn-d .v-checklist li { margin: 0; }

@media (max-width: 1180px) {
  .v-stack { height: 540px; }
  .v-sk-n1 { left: 360px; }
  .v-sk-n3 { display: none; }
}
@media (max-width: 1100px) {
  .v-grid-hv .v-stack-sheet .v-frame { max-width: none; }
  .v-area-visual { max-width: 640px; }
  .v-probs { grid-template-columns: minmax(0, 1fr); max-width: 560px; }
  .v-sorted { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v-chaos .c4 { display: none; }
  .v-entry-hv { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .v-kn { grid-template-columns: minmax(0, 1fr); gap: 12px; }
}
@media (max-width: 768px) {
  .v-stack { height: 372px; margin-inline: -4px; }
  .v-sk-folder { left: -18px; top: 44px; width: 200px; height: 136px; }
  .v-sk-folder::before { top: -13px; width: 80px; height: 18px; }
  .v-sk-folder .v-folder-l { left: 14px; top: 12px; font-size: 12.5px; }
  .v-sk-folder .v-folder-p { left: 20px; right: 16px; top: 44px; height: 72px; }
  .v-sk-d1 { left: 74px; top: 4px; width: 150px; height: 196px; }
  .v-sk-d2 { left: 204px; top: 22px; width: 140px; height: 180px; }
  .v-sk-pen { left: 84px; top: 104px; width: 112px; height: 36px; }
  .v-sk-n1 { left: auto; right: -2px; top: -6px; width: 116px; padding: 10px 9px; font-size: 13px; }
  .v-sk-n2 { left: -4px; top: 150px; width: 104px; padding: 10px 9px; font-size: 13px; }
  .v-stack-sheet { left: 0; top: 162px; }
  .v-stack-sheet .v-frame-top { padding: 8px 12px; font-size: 10.5px; }
  .v-stack-sheet .v-frame-h { padding: 10px 12px 0; flex-direction: row; }
  .v-stack-sheet .v-metrics { padding: 0 12px 10px; gap: 6px; }
  .v-stack-sheet .v-metrics li { padding: 7px 8px; }
  .v-stack-sheet .v-metrics strong { font-size: 19px; }
  .hv-mini li { grid-template-columns: minmax(0, 1fr) auto; padding: 8px 12px; }
  .v-mini-f { display: none; }
  .hv-mini .v-mini-x { display: none; }
  .v-stack-cap { gap: 4px 8px; margin-top: 14px; font-size: 12.5px; }

  .v-probs { gap: 16px; }
  .v-scene { height: 236px; }
  .v-sc { top: 4px; transform: scale(0.88); transform-origin: 50% 0; }
  .v-prob-tx { padding: 16px 18px 20px; }
  .v-prob h3 { font-size: 19px; }
  .v-prob p { font-size: 15px; }

  .v-sort-head { flex-direction: column; align-items: stretch; gap: 20px; margin-bottom: 20px; }
  .v-sort-seg { display: flex; }
  .v-sort-seg button { flex: 1; padding: 0 10px; }
  .v-sort-stage { height: 520px; border-radius: 18px; }
  .v-chaos .c1 { left: 8px; top: 24px; width: 136px; height: 176px; padding: 10px; }
  .v-chaos .c2 { left: 104px; top: 70px; width: 130px; height: 170px; padding: 10px; }
  .v-chaos .c3 { left: auto; right: 8px; top: 18px; width: 132px; height: 172px; padding: 10px; }
  .v-chaos .c1 .v-doc-s, .v-chaos .c2 .v-doc-s, .v-chaos .c3 .v-doc-s { font-size: 7.5px; }
  .v-chaos .c1 .v-doc-k, .v-chaos .c2 .v-doc-k, .v-chaos .c3 .v-doc-k { font-size: 7.5px; }
  .v-chaos .c1 .v-doc-k b, .v-chaos .c2 .v-doc-k b, .v-chaos .c3 .v-doc-k b { font-size: 7.5px; }
  .v-chaos .c5 { left: 10px; top: 262px; width: 132px; font-size: 13px; }
  .v-chaos .c6 { left: auto; right: 10px; top: 292px; width: 122px; font-size: 13px; }
  .v-chaos .c7 { left: 96px; top: 356px; width: 140px; font-size: 13px; }
  .v-chaos .c8 { left: auto; right: 10px; top: 206px; width: 180px; }
  .v-sorted { left: 12px; right: 12px; gap: 12px 14px; }
  .v-sorted li { gap: 5px; padding: 12px 11px; box-shadow: 3px 4px 0 -1px #f6f3ec, 3px 4px 0 0 #ddd6c7, 0 12px 22px rgba(17, 20, 28, 0.12); }
  .v-sorted-t { font-size: 15.5px; }
  .v-sorted-s, .v-sorted-f { font-size: 11.5px; }
  .v-sorted-f { display: none; }
  .v-sorted .v-status { font-size: 10.5px; white-space: normal; }
  .v-sort-go { bottom: 18px; }

  .v-trace { flex-direction: column; gap: 10px; font-size: 14px; }
  .v-trace li { flex: none; }
  .v-supply-head { display: none; }

  .v-teamcard { padding: 20px 16px; }
  .v-teamcard .v-team { gap: 0; }
  .v-teamcard .v-team > li { padding: 0; }
  .v-teamcard .v-team > li + li { margin-top: 18px; padding-top: 18px; }
  .v-teamcard .v-team .v-ph { width: 72px; height: 72px; margin: 0; }
  .v-kn-d > summary h2 { font-size: 17.5px; }
}
@media (max-width: 400px) {
  .v-sc { transform: scale(0.84); }
  .v-scene { height: 226px; }
}
@media (prefers-reduced-motion: reduce) {
  .v-pile, .v-stack-sheet { animation: none; }
  .v-chaos > *, .v-sorted, .v-sorted li, [data-state] .v-chaos > *, [data-state] .v-chaos .v-doc, [data-state] .v-chaos .hv-paper-note,
  [data-state] .v-chaos .v-mail, [data-state] .v-sorted, [data-state] .v-sorted li, .v-sort-go, .v-sort-next,
  [data-state] .v-sort-next, .v-sort-seg button { transition: none !important; }
}

@media (max-width: 1100px) {
  .v-grid-hv { grid-template-columns: 1fr; grid-template-areas: "text" "visual" "trust"; row-gap: 32px; }
  .v-grid-hv .v-frame { max-width: 640px; }
  .v-grid-66 { grid-template-columns: 1fr; gap: 36px; }
  .v-grid-66 .v-preview { max-width: 620px; }
  .v-factors { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 24px; }
  .v-rail { grid-template-columns: 1fr; gap: 18px; }
  .v-rail::before { left: 17px; right: auto; top: 18px; bottom: 18px; width: 2px; height: auto; background: rgba(245, 166, 35, 0.45); }
  .v-rail li { display: grid; grid-template-columns: 36px 1fr; column-gap: 14px; padding: 0; }
  .v-rail li .v-node { grid-row: 1 / 3; margin: 0; }
  .v-decide { grid-template-columns: 1fr; }
  .v-decide .v-person { max-width: 520px; }
}
@media (max-width: 900px) {
  .v-section { padding-block: 64px; }
  .v-split, .v-split--57, .v-faq-grid, .v-entry, .v-callout,
  .v-tool-grid, .v-res-grid, .v-contract, .v-next, .v-annahmen { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .v-cost.has-gas .v-cost-grid { grid-template-columns: minmax(0, 1fr); }
  .v-ways { grid-template-columns: minmax(0, 1fr); }
  .v-ways li, .v-ways li + li { padding: 14px 0 4px; border-left: 0; }
  .v-ways li + li { border-top: 1px solid var(--v-line-2); }
  .v-cards3 { grid-template-columns: 1fr; gap: 12px; }
  .v-final { grid-template-columns: 1fr; gap: 20px; padding: 28px 22px; }
  .v-lists { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .v-container { padding-inline: 20px; }
  .v-section { padding-block: 56px; }
  .v-section--tight-top { padding-top: 16px; }
  .v-hero { padding: 16px 0 44px; }
  .v-crumb { margin-bottom: 18px; font-size: 12px; }
  .v-eyebrow { margin-bottom: 10px; font-size: 12px; }
  .v-h1 { font-size: 31px; margin-bottom: 14px; }
  .v-h1--tool { font-size: 29px; margin-bottom: 10px; }
  .v-h2 { font-size: 26px; }
  .v-sub { font-size: 16px; }
  .v-intro { font-size: 15.5px; }
  .v-head { margin-bottom: 24px; }
  .v-ctas { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 22px; }
  .v-ctas .btn { width: 100%; white-space: normal; text-align: center; }
  .v-micro { font-size: 13px; text-align: center; }
  .v-trustline { margin-top: 18px; padding-top: 16px; font-size: 13px; }
  .v-trustline strong { font-size: 14.5px; }
  .v-grid-hv { row-gap: 26px; }

  .v-frame { padding: 16px 14px 12px; border-radius: 18px; }
  .v-frame-h { flex-direction: column; gap: 2px; }
  .v-metrics { gap: 6px; }
  .v-metrics li { padding: 9px 10px; }
  .v-metrics strong { font-size: 21px; }
  .v-metrics span { font-size: 11px; }
  .v-supply-head { display: none; }
  .v-supply tbody tr {
    grid-template-columns: 1fr auto;
    gap: 4px 10px;
    margin-bottom: 8px;
    padding: 11px 12px;
    border: 1px solid var(--v-line-2);
    border-radius: 12px;
    background: var(--v-tile);
  }
  .v-supply td[data-label="Objekt"] { grid-column: 1; grid-row: 1; }
  .v-supply td[data-label="Vorgang"] { grid-column: 2; grid-row: 1; }
  .v-supply td[data-label="Sparte"] { grid-column: 1 / -1; grid-row: 2; }
  .v-supply td[data-label="Vertragsstand"],
  .v-supply td[data-label="Frist"] { grid-column: 1 / -1; grid-row: auto; color: var(--muted); font-size: 12.5px; }
  .v-supply tr.v-extra { display: none; }
  .v-more { display: block; padding: 2px 0 10px; color: var(--muted); font-size: 12.5px; text-align: center; }

  .v-factors { grid-template-columns: 1fr; gap: 0; }
  .v-factors { border-top: 1px solid var(--v-line); }
  .v-factors li { gap: 6px; padding: 16px 0; border: 0; border-bottom: 1px solid var(--v-line); border-radius: 0; background: none; }
  .v-factors h3 { font-size: 18px; }
  .v-card { padding: 18px 16px; }
  .v-checklist { grid-template-columns: 1fr; gap: 10px; }
  .v-quote { margin-top: 18px; font-size: 18px; }
  .v-team { grid-template-columns: 1fr; }
  .v-team > li { display: grid; grid-template-columns: 72px minmax(0, 1fr); column-gap: 16px; row-gap: 2px; align-items: start; padding: 20px 16px; }
  .v-team > li + li { border-left: 0; border-top: 1px solid var(--v-line); }
  .v-team .v-ph { width: 72px; height: 72px; margin: 0; grid-row: 1 / 6; }
  .v-team h3 { font-size: 18px; }
  .v-team p { margin-top: 4px; font-size: 13.5px; }
  .v-team .v-call { justify-self: start; margin-top: 10px; font-size: 13px; }

  .v-preview { padding: 18px; }
  .v-pv-row--opt { display: none; }
  .v-pv-sum { display: block; }
  .v-compare, .v-compare thead, .v-compare tbody, .v-compare tr { display: block; }
  .v-compare thead tr { display: grid; grid-template-columns: 1fr 1fr; }
  .v-compare thead td { display: none; }
  .v-compare tbody tr { display: grid; grid-template-columns: 1fr 1fr; }
  .v-compare th, .v-compare td { display: block; }
  .v-compare thead th { padding: 14px; font-size: 14.5px; }
  .v-compare tbody th { grid-column: 1 / -1; width: auto; padding: 14px 14px 6px; }
  .v-compare tbody td { padding: 4px 14px 14px; border-top: 0; font-size: 13.5px; }
  .v-foot { flex-direction: column; gap: 8px; font-size: 13px; }
  .v-entry { padding: 24px 18px; gap: 22px; }
  .v-tiles { grid-template-columns: 1fr; gap: 8px; }
  a.v-tile { flex-direction: row; justify-content: space-between; align-items: center; min-height: 52px; padding: 13px 14px; text-align: left; gap: 10px; }
  a.v-tile span { text-align: right; }
  .v-list { padding: 20px 18px; }
  .v-final h2 { font-size: 23px; }

  .v-tool { padding: 16px 0 48px; }
  .v-lead { font-size: 15.5px; }
  .v-gets { display: none; }
  .v-next { margin-top: 32px; padding-top: 28px; }
  .v-check { padding: 18px 16px; border-radius: 18px; }
  .v-check-head { flex-direction: column; gap: 2px; }
  .v-pair { gap: 12px; }
  .v-check .radio-group, .v-check .radio-group.cols-4 { grid-template-columns: 1fr; }
  .v-check .radio-tile { flex-direction: row; justify-content: space-between; min-height: 52px; padding: 12px 14px; text-align: left; }
  .v-check .radio-tile .radio-tile-sub { text-align: right; }
  #result .result-hero.v-res-band { padding: 26px 0; }
  .v-res-top { flex-direction: column; gap: 12px; }
  .v-res-h2 { font-size: 23px; }
  .v-kpis { grid-template-columns: 1fr; gap: 8px; margin-top: 18px; }
  .v-kpis li { padding: 12px 14px; }
  .v-kpi-v { margin: 4px 0 2px; font-size: 20px; }
  .v-panel, .v-verdict { padding: 18px 16px; }
  .v-seg { grid-template-columns: 1fr 1fr; }
  .v-seg label { gap: 8px; padding: 11px 12px; font-size: 13px; }
  .v-actions { flex-direction: column; align-items: stretch; }
  .v-quiet { padding-block: 48px; }
  .v-process { grid-template-columns: 1fr; }
  .v-process li { padding: 18px 16px; border-top: 1px solid var(--v-line); border-left: 0; }
  .v-process li:first-child { border-top: 0; }
  .v-callout { padding: 20px 16px; }
  .v-callout .v-h2 { font-size: 22px; }
}
@media (max-width: 560px) {
  .v-pair { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .v-check fieldset, #form-card.v-check fieldset { padding-left: 30px; }
  .v-step button { width: 36px; }
}
@media (max-width: 430px) {
  .v-container { padding-inline: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .v-disclosure > summary::before { transition: none; }
}

/* ---------- HV V3 · Wirtschaftliche Einordnung (#beschaffung) ----------
   Klarer Stand → Prüfpunkte je Lieferstelle → drei Beschaffungswege → persönliche Prüfung.
   Dunkles Band wie #ordnen, die Arbeitsfläche (Prüfansicht) bleibt hell. Orange nur für Prüfpunkte
   und den Primary; die schematischen Wege-Linien in Elfenbein. Steht nach den allgemeinen
   Media-Queries, damit die kompakte Rahmen-Variante (.v-frame.v-sig) dort nicht überschrieben wird. */
.v-econ-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 40px; }
.v-econ-head .v-intro { max-width: 36em; }
.v-ct { flex: none; width: 360px; padding: 18px 20px 16px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 16px; background: rgba(255, 255, 255, 0.04); }
.v-ct-k { margin-bottom: 12px; color: var(--muted); font-size: 11.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.v-ct-f { display: flex; align-items: flex-start; gap: 10px; margin: 0; }
.v-ct-f > span { display: flex; flex-direction: column; gap: 3px; }
.v-ct-f b { color: var(--text); font-family: var(--font-display); font-weight: 650; font-size: 19px; line-height: 1.2; font-variant-numeric: tabular-nums; white-space: nowrap; }
.v-ct-f small { color: var(--muted); font-size: 11.5px; line-height: 1.3; }
.v-ct-f i { color: var(--muted); font-size: 17px; font-style: normal; line-height: 1.3; }
.v-ct-s { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--v-line); color: var(--muted); font-size: 13px; line-height: 1.5; }

.v-econ-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 56px; align-items: start; }

/* Prüfansicht: dieselben fiktiven Objekte wie #stand, gezielt wenige Prüfpunkte */
.v-frame.v-sig { padding: 0; overflow: hidden; border-radius: 18px; box-shadow: 0 1px 2px rgba(17, 20, 28, 0.06), 0 22px 48px rgba(0, 0, 0, 0.3); }
.v-sig .v-frame-top { margin: 0; padding: 10px 18px; border-bottom: 1px solid var(--v-line-2); background: #faf8f3; font-size: 11.5px; }
.v-sig .v-frame-h { padding: 14px 18px 10px; border: 0; }
.v-sig .v-frame-foot { margin: 0; padding: 12px 18px 14px; }
.v-sig-head,
.v-sig-list li { display: grid; grid-template-columns: minmax(0, 1.3fr) 138px minmax(0, 1.3fr); column-gap: 14px; }
.v-sig-head { padding: 4px 18px 8px 21px; color: var(--muted); font-size: 10.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.v-sig-list { margin: 0; padding: 0; list-style: none; }
.v-sig-list li { position: relative; align-items: center; row-gap: 6px; padding: 13px 18px 13px 21px; border-top: 1px solid var(--v-line-2); color: var(--text); font-size: 13.5px; line-height: 1.4; transition: background-color 0.45s ease var(--sd, 0s); }
.v-sig-list li.is-sig { background-color: #fdf7ec; }
.v-sig-list li.is-sig::before { content: ""; position: absolute; left: 0; top: 9px; bottom: 9px; width: 3px; border-radius: 0 3px 3px 0; background: var(--primary); transform-origin: 50% 0; transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) var(--sd, 0s); }
.v-sig-list li:nth-child(1) { --sd: 0.15s; }
.v-sig-list li:nth-child(2) { --sd: 0.6s; }
.v-sig-list li:nth-child(4) { --sd: 1.05s; }
.v-sig-o b { display: block; font-weight: 650; }
.v-sig-o small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.v-sig-z { white-space: nowrap; }
.v-sig-o svg { display: inline-block; width: 11px; height: 11px; margin-right: 4px; vertical-align: -1px; fill: currentColor; }
.v-sig-k { justify-self: start; padding: 3px 9px; border-radius: 8px; background: var(--v-or-soft); color: var(--v-or-tx); font-size: 11.5px; font-weight: 700; line-height: 1.35; white-space: nowrap; transition: opacity 0.35s ease calc(var(--sd, 0s) + 0.12s), transform 0.35s ease calc(var(--sd, 0s) + 0.12s); }
.v-sig-t { transition: color 0.35s ease calc(var(--sd, 0s) + 0.12s); }
.v-sig-list .is-quiet .v-sig-k { background: var(--v-st-bg); color: var(--v-st-tx); font-weight: 600; }
.v-sig-list .is-quiet .v-sig-t { color: var(--muted); }
/* Vor dem ersten Sichtkontakt (nur mit JS gesetzt): Stand ohne Hervorhebung, danach einmal A → B → D. */
[data-signals="wait"] .v-sig-list li.is-sig { background-color: transparent; }
[data-signals="wait"] .v-sig-list li.is-sig::before { transform: scaleY(0); }
[data-signals="wait"] .v-sig-list .is-sig .v-sig-k { opacity: 0; transform: translateX(-6px); }
[data-signals="wait"] .v-sig-list .is-sig .v-sig-t { color: var(--muted); }
.v-econ-grid .v-stack-cap { margin-top: 16px; }

/* Drei Wege der Energiebeschaffung: untereinander, gleich gewichtet, nichts zum Anklicken */
.v-proc-t { margin: 0 0 14px; color: var(--muted); font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.v-proc-l { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid var(--v-line); }
.v-proc-l li { display: grid; grid-template-columns: 116px minmax(0, 1fr); column-gap: 20px; align-items: start; padding: 20px 0; border-top: 1px solid var(--v-line); }
.v-proc-v { grid-row: 1 / 3; width: 116px; height: 44px; margin-top: 2px; overflow: visible; }
.v-proc-v path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.v-proc-v .m { stroke: rgba(255, 255, 255, 0.22); stroke-width: 1.5; stroke-dasharray: 3 4; }
.v-proc-v .p { stroke: #e6cf9c; stroke-width: 2.25; }
.v-proc-v .t { stroke: rgba(230, 207, 156, 0.6); stroke-width: 1.5; }
.v-proc-v circle { fill: #e6cf9c; }
.v-proc-l h4 { margin: 0 0 4px; color: var(--text); font-family: var(--font-display); font-weight: 650; font-size: 17px; line-height: 1.3; }
.v-proc-l p { color: var(--muted); font-size: 14.5px; line-height: 1.5; }
.v-proc-n { margin-top: 10px; color: var(--muted); font-size: 12px; }

.v-econ-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px 48px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--v-line); }
.v-econ-guard { max-width: 46em; color: var(--muted); font-size: 15.5px; line-height: 1.6; }
.v-econ-guard strong { color: var(--text); font-weight: 600; }
.v-econ-foot .v-ctas { flex: none; margin: 0; }

/* Gestapelt gilt die Reihenfolge Aussage → Prüfpunkte → Rechenbeispiel → Wege → Prüfung + nächster Schritt. */
@media (max-width: 1100px) {
  .v-econ { display: flex; flex-direction: column; }
  .v-econ-head, .v-econ-grid { display: contents; }
  .v-econ-head > div:first-child { order: 1; margin-bottom: 36px; }
  .v-econ-grid > div:first-child { order: 2; max-width: 720px; }
  .v-ct { order: 3; width: auto; max-width: 440px; margin-top: 32px; }
  .v-proc { order: 4; max-width: 720px; margin-top: 44px; }
  .v-econ-foot { order: 5; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 768px) {
  .v-econ-head > div:first-child { margin-bottom: 24px; }
  .v-ct { max-width: none; margin-top: 24px; padding: 14px 16px; }
  .v-proc { margin-top: 32px; }
  .v-ct-f { gap: 8px; }
  .v-ct-f b { font-size: 17px; }
  .v-ct-f i { font-size: 15px; }
  .v-ct-s { margin-top: 10px; padding-top: 10px; }
  .v-frame.v-sig { border-radius: 16px; }
  .v-sig .v-frame-top { padding: 8px 14px; font-size: 10.5px; }
  .v-sig .v-frame-h { flex-direction: row; flex-wrap: wrap; gap: 2px 10px; padding: 12px 14px 10px; }
  .v-sig .v-frame-foot { padding: 10px 14px 12px; font-size: 11.5px; }
  .v-sig-head { display: none; }
  .v-sig-list li { grid-template-columns: minmax(0, 1fr) auto; column-gap: 10px; row-gap: 6px; padding: 12px 14px 12px 17px; }
  .v-sig-t { grid-column: 1 / -1; font-size: 13px; }
  .v-sig-k { font-size: 11px; }
  .v-proc-t { margin-bottom: 8px; }
  .v-proc-l li { grid-template-columns: minmax(0, 1fr) 84px; column-gap: 14px; padding: 16px 0; }
  .v-proc-v { grid-row: 1; grid-column: 2; width: 84px; height: 31px; margin: 0; }
  .v-proc-l h4 { grid-row: 1; grid-column: 1; align-self: center; margin: 0; font-size: 16px; }
  .v-proc-l p { grid-column: 1 / -1; margin-top: 6px; font-size: 14px; }
  .v-econ-foot { margin-top: 32px; padding-top: 22px; }
  .v-econ-guard { font-size: 14.5px; }
  .v-econ-foot .v-ctas { align-self: stretch; }
}
@media (prefers-reduced-motion: reduce) {
  .v-sig-list li, .v-sig-list li::before, .v-sig-k, .v-sig-t { transition: none !important; }
}

/* ══════════════════════════════════════════════════════════════════
   Tool V3 · Befund + Insight Deck (Owner-Freigabe V3.3)
   Spezifikation: docs/marketing/tool-v3-spec.md · Opt-in per Markup: [data-tool-v3] am <main>.
   Materialprinzip: Die aktuell relevante Arbeitsfläche ist hell (.v-surf); der Rahmen – Kopf,
   Band, Deck-Bedienung, Wissen, Fuß – bleibt dunkel. Primary-Orange gibt es je Zustand nur einmal.
   Breakpoints: < 700 mobil · 700–1079 einspaltig · ≥ 1080 Befund | Deck · ≥ 1600 breiter.
   ══════════════════════════════════════════════════════════════════ */
[data-tool-v3] {
  --v3-paper: #f5f4f0;
  --v3-paper-2: #ebe9e3;
  --v3-slate: #e3e6eb;
  --v3-sheet: var(--v3-slate);
  --v3-sheet-1: #969cab;
  --v3-sheet-2: #4b5263;
  --v3-ink: #12151d;
  --v3-ink-2: #353b48;
  --v3-ink-mut: #5c6270;
  --v3-ink-faint: #666c7a;
  --v3-ink-line: rgba(18, 21, 29, 0.11);
  --v3-ink-line2: rgba(18, 21, 29, 0.07);
  --v3-core: #b96500;             /* Kernwert: nur die Verbrauchsklasse, ab 25 px */
  --v3-offwhite: #f4efe6;         /* H1-Basis */
  --v-signal: #e6cf9c;            /* H1-Signalphrase (Ivory) */
  --v3-band: #0a0e1a;
  --v3-s1: #0f1423;
  --v3-tx2: #c3c9d5;
  --v3-faint: #838b9d;
  --v3-hover: rgba(255, 255, 255, 0.05);
  --v3-focus: #f0f2f8;
  --v3-warm: #e09a12;
  --v3-calm: #22936a;
  --v3-lift: 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 36px 70px -38px rgba(0, 0, 0, 0.95), 0 2px 6px -2px rgba(0, 0, 0, 0.35);
}

/* Helle Arbeitsfläche: dieselben Token-Namen, andere Werte – alles darin stellt sich um. */
[data-tool-v3] .v-surf,
[data-tool-v3] .v-sheet,
[data-tool-v3] #result[data-stage="contact"] .lead-block,
[data-tool-v3] #result[data-stage="sent"] .lead-block {
  --text: var(--v3-ink);
  --v3-tx2: var(--v3-ink-2);
  --muted: var(--v3-ink-mut);
  --v3-faint: var(--v3-ink-faint);
  --card: var(--v3-paper);
  --card-border: rgba(18, 21, 29, 0.15);
  --bg-soft: #ffffff;
  --accent: #0b6a93;
  --v-line: var(--v3-ink-line);
  --v-line-2: var(--v3-ink-line2);
  --v3-hover: rgba(18, 21, 29, 0.04);
  --v3-focus: var(--v3-ink);
  color: var(--text);
}
[data-tool-v3] .v-surf,
[data-tool-v3] #result[data-stage="contact"] .lead-block,
[data-tool-v3] #result[data-stage="sent"] .lead-block { background: var(--v3-paper); }

/* Sichtbarer Fokus: 2 px, hell auf Dunkel, Tinte auf Hell – nur per :focus-visible, nie ohne Ersatz. */
[data-tool-v3] :is(a, button, summary, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--v3-focus);
  outline-offset: 2px;
  box-shadow: none;
}
[data-tool-v3] .v-step :is(button, input):focus-visible { outline-offset: -2px; }
/* Eingabefelder: der Ring ersetzt den orangen Rand der Basis (tool-base.css setzt dort outline: none). */
[data-tool-v3] input:focus { border-color: var(--v3-focus); box-shadow: none; }
[data-tool-v3] #result-profil:focus-visible { outline-offset: 4px; }
[data-tool-v3] #result-profil:focus:not(:focus-visible) { outline: 0; }

/* ---------- Kopf: Container, Raster, H1 ---------- */
[data-tool-v3] .v-container { max-width: 1240px; padding-inline: 16px; }
@media (min-width: 700px) { [data-tool-v3] .v-container { padding-inline: 28px; } }
@media (min-width: 1080px) { [data-tool-v3] .v-container { padding-inline: 32px; } }
@media (min-width: 1600px) { [data-tool-v3] .v-container { max-width: 1420px; } }

[data-tool-v3] .v-tool { padding: 22px 0 34px; border-bottom: 1px solid var(--v-line-2); }
[data-tool-v3] .v-tool .v-crumb { margin-bottom: 14px; font-size: 12.5px; }
[data-tool-v3] .v-tool-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
@media (min-width: 1080px) {
  [data-tool-v3] .v-tool { padding: 34px 0 48px; }
  [data-tool-v3] .v-tool-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; }
}
[data-tool-v3] .v-h1--tool {
  margin: 0 0 12px;
  font-size: clamp(27px, 3.6vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: var(--v3-offwhite);
}
/* H1-Signal: höchstens EINE fachliche Phrase, Ivory, nie Orange – nur ein span, der Text bleibt derselbe. */
.v-h1-signal { color: var(--v-signal); font-style: normal; }
[data-tool-v3] .v-h1-signal { color: var(--v-signal); font-style: normal; }
[data-tool-v3] .v-lead { max-width: 46ch; margin-bottom: 14px; font-size: 16px; color: var(--v3-tx2); }
[data-tool-v3] .v-gets { display: grid; gap: 6px; margin: 0; font-size: 14.5px; color: var(--v3-tx2); }
[data-tool-v3] .v-gets li { padding: 0 0 0 24px; border: 0; }
@media (max-width: 699.98px) { [data-tool-v3] .v-gets { display: none; } }

/* ---------- Eingabe: helle Karte · Summary · Editing ---------- */
[data-tool-v3] .v-check.v-surf {
  padding: 24px 26px;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: var(--v3-lift);
}
[data-tool-v3] #form-card fieldset { padding-left: 0; }
[data-tool-v3] #form-card fieldset::before { display: none; }
[data-tool-v3] .v-check-head span { font-size: 12.5px; }
[data-tool-v3] .v-check .radio-tile { border-radius: 12px; background: var(--bg-soft); }
[data-tool-v3] .v-check .radio-tile:hover { border-color: rgba(18, 21, 29, 0.32); }
[data-tool-v3] .v-check .radio-tile:has(input:checked) {
  border-color: var(--v3-ink);
  background: var(--bg-soft);
  box-shadow: 0 0 0 1px var(--v3-ink) inset;
}
[data-tool-v3] .v-check .radio-tile:has(input:focus-visible) {
  outline: 2px solid var(--v3-ink);
  outline-offset: 2px;
  box-shadow: 0 0 0 1px var(--v3-ink) inset;
}
[data-tool-v3] .v-check .radio-tile-sub { font-size: 12px; }
[data-tool-v3] .v-step { border-radius: 12px; background: var(--bg-soft); }
[data-tool-v3] .v-step:focus-within { border-color: var(--card-border); box-shadow: none; }
[data-tool-v3] .v-step button { color: var(--text); }
[data-tool-v3] .v-step button:hover { background: var(--v3-hover); }
[data-tool-v3] .v-check .btn-primary { min-height: 48px; }
[data-tool-v3] .v-subnote { font-size: 12.5px; }

/* Nach der Berechnung tritt die Karte zur kompakten Summary zurück (Rang 5); „Angaben ändern“ holt sie zurück. */
[data-tool-v3] .v-insum {
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding: 14px 16px;
  border: 1px solid var(--v-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.015);
}
[data-tool-v3] .v-insum-l { margin: 0 0 3px; font-size: 12.5px; color: var(--muted); }
[data-tool-v3] .v-insum-v { margin: 0; max-width: 52ch; font-size: 14.5px; color: var(--v3-tx2); }
[data-tool-v3] .v-insum .btn { min-height: 44px; padding: 8px 16px; font-size: 14px; }
[data-tool-v3] .v-tool[data-eingabe="summary"] #form-card { display: none; }
[data-tool-v3] .v-tool[data-eingabe="summary"] .v-insum { display: flex; }
[data-tool-v3] .v-tool[data-eingabe="summary"] { padding-block: 22px 26px; }

/* V3.3 · Mobile-Eingabe unter 700 px: eine eigene Komposition, kein zusammengeschobenes Desktop-Grid. */
@media (max-width: 699.98px) {
  [data-tool-v3] .v-check.v-surf { display: grid; gap: 22px; padding: 20px; border-radius: 20px; }
  [data-tool-v3] .v-check-head { display: flex; flex-direction: row; flex-wrap: wrap; margin: 0; padding: 0; border: 0; }
  [data-tool-v3] .v-check-head strong { font-size: 17px; }
  [data-tool-v3] .v-check fieldset { margin: 0; }
  [data-tool-v3] .v-check legend { margin-bottom: 10px; font-size: 15px; line-height: 1.3; }
  [data-tool-v3] .v-check .field-hint { margin: -4px 0 10px; }
  /* Lackierkabine und Beleuchtung: volle Zeilen, Titel links, Unterzeile rechts (umbrechend erlaubt). */
  [data-tool-v3] .v-check .radio-group { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  [data-tool-v3] .v-check .radio-tile {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 4px 14px;
    min-height: 50px;
    padding: 13px 16px;
    text-align: left;
  }
  [data-tool-v3] .v-check .radio-tile-title { font-size: 15px; line-height: 1.3; }
  [data-tool-v3] .v-check .radio-tile-sub { font-size: 13px; line-height: 1.35; text-align: right; }
  /* Druckluft: 2×2 bleibt, Unterzeile bewusst zweizeilig. */
  [data-tool-v3] .v-check .radio-group.cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  [data-tool-v3] .v-check .radio-group.cols-4 .radio-tile { display: block; min-height: 72px; padding: 12px 11px 12px 13px; }
  [data-tool-v3] .v-check .radio-group.cols-4 .radio-tile-sub { display: block; margin-top: 3px; text-align: left; }
  /* Arbeitsplätze / Stunden: zwei Zeilen – Label links, Stepper rechts. */
  [data-tool-v3] .v-pair { grid-template-columns: minmax(0, 1fr); gap: 12px; margin: 0; }
  [data-tool-v3] .v-pair > fieldset {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 152px;
    align-items: center;
    column-gap: 12px;
    row-gap: 2px;
  }
  [data-tool-v3] .v-pair .field-label { margin: 0; font-size: 15px; }
  [data-tool-v3] .v-pair .field-hint { grid-column: 1; margin: 0; font-size: 13px; line-height: 1.35; }
  [data-tool-v3] .v-pair .v-step { grid-column: 2; grid-row: 1 / span 2; height: 50px; }
  [data-tool-v3] .v-pair .v-step button { width: 48px; }
  [data-tool-v3] .v-check .btn-primary { min-height: 50px; }
  [data-tool-v3] .v-subnote { margin: -8px 0 0; font-size: 13px; }
  [data-tool-v3] .v-check-head span { font-size: 13px; }
}

/* ---------- Ergebnis: dunkles Band als Rahmen ---------- */
[data-tool-v3] #result { scroll-margin-top: var(--navbar-height, 76px); }
[data-tool-v3] #result.v-result { padding: 0; }
[data-tool-v3] .v-stageband {
  padding: 12px 0 36px;
  border-bottom: 1px solid var(--v-line-2);
  background: linear-gradient(180deg, #0d1221 0%, #0a0d19 55%, var(--bg) 100%);
}
@media (min-width: 1080px) { [data-tool-v3] .v-stageband { padding: 26px 0 52px; } }
[data-tool-v3] .v-stageband { font-size: 15.5px; line-height: 1.55; }
@media (min-width: 1080px) { [data-tool-v3] .v-stageband { font-size: 16px; } }
[data-tool-v3] .v-stage { display: grid; gap: 30px; }
@media (min-width: 1080px) {
  [data-tool-v3] .v-stage { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 44px; align-items: start; }
  [data-tool-v3] .v-befund { position: sticky; top: calc(var(--navbar-height, 76px) + 18px); }
}
@media (min-width: 1600px) { [data-tool-v3] .v-stage { gap: 60px; } }

/* ResultSummary · Ebene 1: hellste Fläche, eine starke Zahl, ruhige Daten, Entscheidungszone. */
[data-tool-v3] .v-befund { padding: 20px 20px 0; border-radius: 20px; box-shadow: var(--v3-lift); overflow: hidden; }
@media (min-width: 700px) { [data-tool-v3] .v-befund { padding: 26px 28px 0; } }
[data-tool-v3] .v-bf-top { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
[data-tool-v3] .v-bf-top .v-kicker { margin: 0; font-size: 11px; letter-spacing: 0.13em; }
[data-tool-v3] .v-bf-top .v-kicker::before { display: none; }
[data-tool-v3] .v-befund .v-linkbtn { position: relative; color: var(--v3-tx2); font-size: 13.5px; line-height: 1.3; }
[data-tool-v3] .v-befund .v-linkbtn::after { content: ""; position: absolute; inset: -14px 0; }
[data-tool-v3] .v-befund .v-linkbtn:hover { color: var(--text); }
[data-tool-v3] .v-bf-title {
  margin: 9px 0 3px;
  font-family: var(--font-display);
  font-weight: 550;
  font-size: clamp(19px, 1.6vw, 22px);
  line-height: 1.22;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
[data-tool-v3] .v-bf-setup { margin: 0; font-size: 13px; color: var(--muted); }
[data-tool-v3] .v-bf-row { position: relative; border-radius: 10px; transition: background-color 0.25s; }
[data-tool-v3] .v-bf-hero { margin: 18px 0 4px; padding: 14px 0 12px; border-top: 1px solid var(--v-line-2); }
[data-tool-v3] .v-bf-lbl { margin: 0 0 4px; font-size: 13px; color: var(--muted); }
[data-tool-v3] .v-bf-val {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--text);
  font: 500 17px/1.25 var(--font-display);
  text-align: left;
  cursor: pointer;
}
[data-tool-v3] .v-bf-val .v-chev { width: 14px; height: 14px; flex: none; color: var(--v3-faint); transition: transform 0.15s, color 0.15s; }
[data-tool-v3] .v-bf-val:hover .v-chev { color: var(--text); transform: translateX(3px); }
[data-tool-v3] .v-bf-hero .v-bf-val { font: 550 clamp(25px, 2.2vw, 34px) / 1.1 var(--font-display); letter-spacing: -0.022em; color: var(--v3-core); }
[data-tool-v3] .v-nw { white-space: nowrap; }
[data-tool-v3] .v-bf-sub { display: block; margin-top: 4px; font-size: 12.5px; line-height: 1.45; color: var(--muted); }
[data-tool-v3] .v-bf-list { margin: 0; padding: 0; }
[data-tool-v3] .v-bf-list .v-bf-row { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2px; padding: 11px 0; border-top: 1px solid var(--v-line-2); }
@media (min-width: 700px) {
  [data-tool-v3] .v-bf-list .v-bf-row { grid-template-columns: minmax(0, 36%) minmax(0, 1fr); gap: 4px 14px; align-items: baseline; }
}
[data-tool-v3] .v-bf-list dt { margin: 0; font-size: 13px; color: var(--muted); }
[data-tool-v3] .v-bf-list dd { margin: 0; min-width: 0; }
/* Die Befundzeile, deren Blatt rechts offen ist, ist hinterlegt – nur nebeneinander sinnvoll. */
@media (min-width: 1080px) {
  [data-tool-v3] .v-bf-row.is-shown { background: rgba(18, 21, 29, 0.035); box-shadow: -10px 0 0 rgba(18, 21, 29, 0.035), 10px 0 0 rgba(18, 21, 29, 0.035); }
  [data-tool-v3] .v-bf-row.is-shown .v-bf-val .v-chev { color: var(--text); }
}

/* ContractStatus: Frage → Befund. Die Leuchte ist immer mit Textbefund gepaart. */
[data-tool-v3] .v-bf-vertrag { padding: 12px 0 16px; border-top: 1px solid var(--v-line-2); }
[data-tool-v3] .v-vt-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin: 0 0 8px; font-size: 13px; color: var(--muted); }
[data-tool-v3] .v-open { display: inline-flex; align-items: center; gap: 7px; color: var(--v3-tx2); }
[data-tool-v3] .v-open[hidden] { display: none; }
[data-tool-v3] .v-open::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--v3-warm); }
[data-tool-v3] .v-vt { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; min-width: 0; margin: 0; padding: 0; border: 0; }
[data-tool-v3] .v-vt-opt { position: relative; display: block; cursor: pointer; }
[data-tool-v3] .v-vt-opt input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
[data-tool-v3] .v-vt-opt span { display: block; height: 100%; min-height: 48px; padding: 9px 11px; border: 1px solid var(--v-line); border-radius: 11px; background: color-mix(in srgb, var(--bg-soft) 55%, transparent); transition: border-color 0.15s, background-color 0.15s; }
[data-tool-v3] .v-vt-opt b { display: block; font: 500 14px / 1.25 var(--font-display); }
[data-tool-v3] .v-vt-opt small { display: block; margin-top: 1px; font-size: 12px; line-height: 1.3; color: var(--muted); }
[data-tool-v3] .v-vt-opt:hover span { border-color: rgba(18, 21, 29, 0.32); background: var(--bg-soft); }
[data-tool-v3] .v-vt-opt input:checked + span { border-color: var(--v3-ink); background: var(--bg-soft); box-shadow: 0 0 0 1px var(--v3-ink) inset; }
[data-tool-v3] .v-vt-opt input:focus-visible + span { outline: 2px solid var(--v3-ink); outline-offset: 2px; }
[data-tool-v3] .v-bf-vertrag.is-answered .v-vt { display: none; }
[data-tool-v3] .v-vt-done { display: none; margin: 0 0 8px; font-size: 13px; color: var(--muted); }
[data-tool-v3] .v-bf-vertrag.is-answered .v-vt-done { display: block; }
[data-tool-v3] .v-vt-done .v-linkbtn { margin-left: 6px; font-size: 12.5px; }
[data-tool-v3] .v-verdict { display: none; padding: 0; border: 0; border-radius: 0; background: none; gap: 0; }
[data-tool-v3] .v-bf-vertrag.is-answered .v-verdict { display: block; }
[data-tool-v3] .v-lamp { --lamp: var(--muted); flex: none; width: 9px; height: 9px; border-radius: 50%; background: var(--lamp); box-shadow: 0 0 0 3px color-mix(in srgb, var(--lamp) 18%, transparent); }
[data-tool-v3] [data-tone="pruefen"] .v-lamp,
[data-tool-v3] [data-tone="zeit"] .v-lamp { --lamp: var(--v3-warm); }
[data-tool-v3] [data-tone="ruhe"] .v-lamp { --lamp: var(--v3-calm); }
[data-tool-v3] [data-tone="unklar"] .v-lamp { background: transparent; box-shadow: inset 0 0 0 1.5px var(--muted); }
[data-tool-v3] .v-verdict-t {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--text);
  font: 550 17px / 1.25 var(--font-display);
  text-align: left;
  cursor: pointer;
}
[data-tool-v3] .v-verdict-t .v-chev { width: 14px; height: 14px; flex: none; color: var(--v3-faint); transition: transform 0.15s, color 0.15s; }
[data-tool-v3] .v-verdict-t:hover .v-chev { color: var(--text); transform: translateX(3px); }
[data-tool-v3] .v-verdict-x { margin: 6px 0 0; max-width: 54ch; font-size: 14px; color: var(--v3-tx2); }

/* Entscheidungszone: die einzige Fläche mit eigenem Ton im Befund. */
[data-tool-v3] .v-bf-act { margin: 0 -20px; padding: 16px 20px 18px; border-top: 1px solid var(--v-line-2); background: var(--v3-paper-2); }
@media (min-width: 700px) { [data-tool-v3] .v-bf-act { margin: 0 -28px; padding: 18px 28px 20px; } }
[data-tool-v3] .v-bf-act .v-actions { gap: 10px; }
[data-tool-v3] .v-bf-act .v-actions .btn { min-height: 48px; padding: 12px 18px; font-size: 15px; }
[data-tool-v3] .v-bf-act .btn-secondary { border: 1px solid rgba(18, 21, 29, 0.15); background: #ffffff; color: var(--v3-ink); }
[data-tool-v3] .v-bf-act .btn-secondary:hover { border-color: rgba(18, 21, 29, 0.28); background: #fbfaf8; }
@media (max-width: 699.98px) {
  [data-tool-v3] .v-bf-act .v-actions { flex-direction: column; align-items: stretch; }
  [data-tool-v3] .v-bf-act .v-actions .btn { width: 100%; }
}
[data-tool-v3] .v-bf-act .v-call { display: inline-flex; margin-top: 12px; color: var(--v3-tx2); font-size: 14px; }
[data-tool-v3] .v-bf-act .v-call span { color: var(--text); font-family: var(--font-body); font-weight: 600; }
[data-tool-v3] .v-bf-fine { margin: 6px 0 0; font-size: 12px; color: var(--muted); }
@media (max-width: 699.98px) {
  [data-tool-v3] .v-befund { padding-top: 20px; }
  [data-tool-v3] .v-bf-title { margin: 7px 0 3px; }
  [data-tool-v3] .v-bf-hero { margin-top: 14px; padding: 12px 0 10px; }
  [data-tool-v3] .v-bf-list .v-bf-row { padding: 10px 0; }
  [data-tool-v3] .v-bf-vertrag { padding: 10px 0 14px; }
  [data-tool-v3] .v-vt-opt span { padding: 8px 11px; }
  [data-tool-v3] .v-bf-hero .v-bf-val { font-size: 25px; }
}

/* ---------- InsightDeck · Bedienung bleibt dunkler Rahmen ---------- */
[data-tool-v3] .v-deck { min-width: 0; }
[data-tool-v3] .v-deck-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
@media (max-width: 699.98px) { [data-tool-v3] .v-deck-top { flex-direction: column; gap: 2px; } }
[data-tool-v3] .v-deck-t { margin: 0; font: 500 15px / 1.2 var(--font-display); color: var(--v3-tx2); }
[data-tool-v3] .v-deck-hint { margin: 0; font-size: 12.5px; color: var(--v3-faint); }
[data-tool-v3] .v-tabs,
[data-tool-v3] .v-deck-menu,
[data-tool-v3] .v-deck-list,
[data-tool-v3] .v-deck-nav,
[data-tool-v3] .v-swipe { display: none; }
[data-tool-v3] .v-deck.is-live .v-deck-nav { display: flex; }
@media (min-width: 700px) {
  [data-tool-v3] .v-deck.is-live .v-tabs { display: flex; gap: 2px; margin-top: 10px; border-bottom: 1px solid var(--v-line-2); }
}
[data-tool-v3] .v-tab {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: -1px;
  padding: 10px 11px 11px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  color: var(--v3-faint);
  font: 500 14px / 1 var(--font-display);
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.15s, border-color 0.2s;
}
[data-tool-v3] .v-tab .n { font: 500 11px / 1 var(--font-body); font-variant-numeric: tabular-nums; }
[data-tool-v3] .v-tab:hover { color: var(--v3-tx2); }
[data-tool-v3] .v-tab[aria-selected="true"] { border-bottom-color: var(--text); color: var(--text); }
@media (max-width: 699.98px) {
  [data-tool-v3] .v-deck.is-live .v-deck-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    margin-top: 10px;
    padding: 11px 14px;
    border: 1px solid var(--v-line);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font: 500 15px / 1.2 var(--font-display);
    text-align: left;
    cursor: pointer;
  }
  [data-tool-v3] .v-deck.is-live .v-deck-list { display: block; }
  [data-tool-v3] .v-deck.is-live .v-deck-list[hidden] { display: none; }
}
[data-tool-v3] .v-deck-menu .c { display: inline-flex; align-items: center; gap: 6px; font: 400 13px var(--font-body); color: var(--muted); }
[data-tool-v3] .v-deck-menu svg { width: 15px; height: 15px; flex: none; transition: transform 0.2s; }
[data-tool-v3] .v-deck-menu[aria-expanded="true"] svg { transform: rotate(180deg); }
[data-tool-v3] .v-deck-list { margin: 6px 0 0; padding: 4px; list-style: none; border: 1px solid var(--v-line); border-radius: 13px; background: #0e1320; }
[data-tool-v3] .v-deck-list button {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 2px 10px;
  width: 100%;
  min-height: 48px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: none;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}
[data-tool-v3] .v-deck-list button:hover,
[data-tool-v3] .v-deck-list button[aria-current="true"] { background: var(--v3-hover); }
[data-tool-v3] .v-deck-list .n { grid-row: span 2; padding-top: 2px; font: 500 12px / 1.4 var(--font-body); color: var(--v3-faint); }
[data-tool-v3] .v-deck-list b { font: 500 14.5px / 1.25 var(--font-display); }
[data-tool-v3] .v-deck-list small { font-size: 12.5px; color: var(--muted); }

/* Stapel · Ebene 2 vorn, Ebene 3 dahinter (die Helligkeit fällt ins Dunkel). */
[data-tool-v3] .v-dstack { position: relative; display: grid; margin-top: 10px; padding-top: 20px; touch-action: pan-y; }
[data-tool-v3] .v-sheet {
  position: relative;
  grid-area: 1 / 1;
  min-width: 0;
  border-radius: 16px;
  background: var(--v3-sheet);
  transform-origin: 50% 0;
  transition: transform 0.5s cubic-bezier(0.2, 0.75, 0.25, 1), opacity 0.38s ease, background-color 0.38s;
}
/* Ohne JS (kein .is-live) und im Druck stehen die Blätter untereinander – vollständig lesbar. */
[data-tool-v3] .v-deck:not(.is-live) .v-dstack { display: flex; flex-direction: column; gap: 14px; padding-top: 0; }
[data-tool-v3] .v-deck:not(.is-live) .v-sheet { transition: none; }
[data-tool-v3] .v-deck.is-live .v-sheet[data-pos="0"] { z-index: 3; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset, 0 30px 56px -32px rgba(0, 0, 0, 0.95), 0 2px 5px -2px rgba(0, 0, 0, 0.4); }
[data-tool-v3] .v-deck.is-live .v-sheet[data-pos="1"] { z-index: 2; transform: translateY(-10px) scale(0.962); background: var(--v3-sheet-1); }
[data-tool-v3] .v-deck.is-live .v-sheet[data-pos="2"] { z-index: 1; transform: translateY(-19px) scale(0.924); background: var(--v3-sheet-2); }
[data-tool-v3] .v-deck.is-live .v-sheet[data-pos="far"] { z-index: 0; opacity: 0; transform: translateY(-19px) scale(0.924); background: var(--v3-sheet-2); }
[data-tool-v3] .v-deck.is-live .v-sheet[data-pos="past"] { z-index: 4; opacity: 0; transform: translateX(-7%) rotate(-1.2deg); pointer-events: none; }
@media (max-width: 1079.98px) {
  [data-tool-v3] .v-deck.is-live .v-sheet:not([data-pos="0"]) { position: absolute; inset: 0; overflow: hidden; }
}
/* Mobil: die Blattkanten liegen rechts und zeigen „zur Seite geht es weiter“. */
@media (max-width: 699.98px) {
  [data-tool-v3] .v-deck { overflow-x: clip; }
  [data-tool-v3] .v-dstack { margin-top: 12px; padding-top: 0; padding-right: 12px; }
  [data-tool-v3] .v-sheet { transform-origin: 100% 50%; }
  [data-tool-v3] .v-deck.is-live .v-sheet[data-pos="1"] { transform: translateX(6px) scale(0.955); }
  [data-tool-v3] .v-deck.is-live .v-sheet[data-pos="2"],
  [data-tool-v3] .v-deck.is-live .v-sheet[data-pos="far"] { transform: translateX(12px) scale(0.91); }
  [data-tool-v3] .v-deck.is-live .v-sheet[data-pos="past"] { opacity: 0.2; transform: translateX(-118%) rotate(-5deg); }
}
[data-tool-v3] .v-deck.is-dragging .v-dstack { cursor: grabbing; user-select: none; }
[data-tool-v3] .v-deck.is-live .v-sheet.is-reveal[data-pos] { background: var(--v3-sheet); }
[data-tool-v3] .v-deck.is-live .v-sheet.is-reveal[data-pos] .v-sheet-in { visibility: visible; opacity: var(--rp, 0); transition: none; }
[data-tool-v3] .v-sheet-in { display: flex; flex-direction: column; height: 100%; padding: 20px 18px 16px; transition: opacity 0.28s ease 0.08s; }
@media (min-width: 700px) { [data-tool-v3] .v-sheet-in { padding: 26px 30px 20px; } }
[data-tool-v3] .v-deck.is-live .v-sheet:not([data-pos="0"]) .v-sheet-in { visibility: hidden; opacity: 0; transition: opacity 0.18s, visibility 0s 0.18s; }
[data-tool-v3] .v-sheet-t { margin: 0 0 16px; font: 550 clamp(18px, 1.55vw, 22px) / 1.22 var(--font-display); letter-spacing: -0.01em; text-wrap: balance; }
[data-tool-v3] .v-sheet-body { flex: 1; }
[data-tool-v3] .v-sheet-foot { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; margin-top: 18px; padding-top: 11px; border-top: 1px solid var(--v3-ink-line); font-size: 12px; color: var(--v3-ink-mut); }
[data-tool-v3] .v-pg { font-variant-numeric: tabular-nums; white-space: nowrap; }

[data-tool-v3] .v-deck-nav { align-items: center; justify-content: space-between; gap: 10px; margin-top: 14px; }
[data-tool-v3] .v-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: none;
  color: var(--v3-tx2);
  font: 500 14.5px / 1 var(--font-display);
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
}
[data-tool-v3] .v-nav-btn:hover { background: var(--v3-hover); color: var(--text); }
[data-tool-v3] .v-nav-btn--next { padding: 0 16px; background: rgba(255, 255, 255, 0.08); color: var(--text); }
[data-tool-v3] .v-nav-btn--next:hover { background: rgba(255, 255, 255, 0.13); }
[data-tool-v3] .v-nav-btn[disabled] { opacity: 0.3; cursor: default; background: none; }
[data-tool-v3] .v-nav-btn--next.is-end { background: transparent; color: var(--v3-tx2); }
[data-tool-v3] .v-nav-btn--next.is-end svg { display: none; }
@media (min-width: 700px) { [data-tool-v3] .v-nav-btn--next.is-end { visibility: hidden; } }
[data-tool-v3] .v-nav-btn svg { width: 15px; height: 15px; flex: none; }
[data-tool-v3] .v-nav-btn b { font-weight: 550; }
[data-tool-v3] .v-deck-count { font-size: 12.5px; color: var(--v3-faint); font-variant-numeric: tabular-nums; }
@media (max-width: 699.98px) { [data-tool-v3] .v-deck-count { display: none; } }
@media (max-width: 699.98px) {
  [data-tool-v3] .v-deck.is-live .v-swipe { display: flex; justify-content: center; align-items: center; gap: 8px; margin: 10px 0 0; font-size: 12.5px; color: var(--muted); transition: opacity 0.4s; }
  [data-tool-v3] .v-swipe svg { width: 26px; height: 14px; color: var(--v3-tx2); }
  [data-tool-v3] .v-deck.swiped .v-swipe { opacity: 0; }
}

/* ---------- Blatt 1 · Energieprofil: Tinte statt Signal ---------- */
[data-tool-v3] .v-ic { flex: none; width: 28px; height: 28px; }
[data-tool-v3] .v-scale-track { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 3px; }
[data-tool-v3] .v-scale-track span { padding: 8px 4px 7px; background: rgba(18, 21, 29, 0.075); font: 500 12px / 1.2 var(--font-body); color: var(--v3-ink-2); text-align: center; }
[data-tool-v3] .v-scale-track span:first-child { border-radius: 8px 0 0 8px; }
[data-tool-v3] .v-scale-track span:last-of-type { border-radius: 0 8px 8px 0; }
[data-tool-v3] .v-scale-track span.on { background: #262c3a; color: #ffffff; font-weight: 550; }
[data-tool-v3] .v-scale-thr { position: absolute; top: -7px; bottom: -7px; left: 62.5%; width: 1.5px; margin-left: -0.75px; opacity: 0.6; background: linear-gradient(var(--v3-ink), var(--v3-ink)) top / 1.5px 6px no-repeat, linear-gradient(var(--v3-ink), var(--v3-ink)) bottom / 1.5px 6px no-repeat; }
[data-tool-v3] .v-scale-leg { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 9px; font-size: 12.5px; color: var(--v3-ink-mut); }
[data-tool-v3] .v-scale-leg b { font-weight: 550; color: var(--v3-ink); }
[data-tool-v3] .v-scale-leg .thr { display: inline-flex; align-items: center; gap: 6px; }
[data-tool-v3] .v-scale-leg .thr::before { content: ""; height: 12px; border-left: 1.5px dashed var(--v3-ink); opacity: 0.6; }
[data-tool-v3] .v-drv { margin: 16px 0 0; padding: 0; list-style: none; }
[data-tool-v3] .v-drv li { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 7px 12px; padding: 9px 0; border-top: 1px solid var(--v3-ink-line); }
[data-tool-v3] .v-drv .v-ic { grid-row: span 2; align-self: start; color: var(--v3-ink-mut); }
[data-tool-v3] .v-drv .nm { min-width: 0; font: 500 14.5px / 1.25 var(--font-display); }
[data-tool-v3] .v-drv .nm small { display: block; font: 400 12.5px / 1.35 var(--font-body); color: var(--v3-ink-mut); }
[data-tool-v3] .v-bar { display: block; height: 7px; overflow: hidden; border-radius: 4px; background: rgba(18, 21, 29, 0.075); }
[data-tool-v3] .v-bar i { display: block; width: var(--w, 0%); height: 100%; border-radius: 4px; background: #a8aeba; animation: v-grow 0.6s cubic-bezier(0.2, 0.75, 0.25, 1) both; }
@keyframes v-grow { from { width: 0; } }
[data-tool-v3] .v-drv li.is-top .v-bar i { background: #262c3a; }
[data-tool-v3] .v-drv li.is-top .v-ic { color: var(--v3-ink); }
[data-tool-v3] .v-drv li.is-none .v-bar { border: 1px dashed var(--v3-ink-line); background: none; }
[data-tool-v3] .v-drv li.is-none .nm { color: var(--v3-ink-mut); }
@media (min-width: 700px) {
  [data-tool-v3] .v-drv li { grid-template-columns: 28px minmax(0, 210px) minmax(0, 1fr); }
  [data-tool-v3] .v-drv .v-ic { grid-row: auto; align-self: center; }
}
[data-tool-v3] .v-hours { display: flex; align-items: center; gap: 10px; margin: 12px 0 0; padding-top: 11px; border-top: 1px solid var(--v3-ink-line); font-size: 14px; }
[data-tool-v3] .v-hours .v-ic { width: 24px; height: 24px; color: var(--v3-ink-mut); }

/* ---------- Blatt 2 · Kostenwirkung ---------- */
[data-tool-v3] .v-cost-big { margin: 6px 0 8px; font: 550 clamp(42px, 4.4vw, 62px) / 1 var(--font-display); letter-spacing: -0.028em; font-variant-numeric: tabular-nums; color: var(--v3-ink); }
@media (max-width: 699.98px) { [data-tool-v3] .v-cost-big { font-size: 42px; } }
[data-tool-v3] .v-cost-ap { margin-right: 0.08em; font-weight: 500; color: var(--v3-ink-mut); }
[data-tool-v3] .v-cost-big small { margin-left: 0.3em; font-size: 0.32em; font-weight: 500; letter-spacing: 0; color: var(--v3-ink-mut); }
[data-tool-v3] .v-cost-cap { margin: 0; max-width: 46ch; font-size: 15px; color: var(--v3-ink-2); }
[data-tool-v3] .v-formula { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; margin: 12px 0 0; font-size: 13px; color: var(--v3-ink-mut); }
[data-tool-v3] .v-formula .op { font: 500 16px / 1 var(--font-display); color: var(--v3-ink); }
[data-tool-v3] .v-cost3-lbl { margin: 0 0 4px; font: 550 13px var(--font-display); color: var(--v3-ink-mut); }
[data-tool-v3] .v-cost3-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px 32px; }
@media (min-width: 700px) { [data-tool-v3] .has-gas .v-cost3-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
[data-tool-v3] .v-cost3-col[hidden] { display: none; }
[data-tool-v3] .v-own { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--v3-ink-line); }
[data-tool-v3] .v-own label { display: block; margin-bottom: 8px; font: 500 14px / 1.3 var(--font-display); }
[data-tool-v3] .v-own-in { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: var(--v3-ink-mut); }
[data-tool-v3] .v-own input[type="text"] { width: 116px; min-height: 44px; height: 44px; padding: 0 12px; border: 1px solid rgba(18, 21, 29, 0.18); border-radius: 11px; background: #ffffff; color: var(--v3-ink); font: 500 16px var(--font-body); }
[data-tool-v3] .v-own input::placeholder { color: var(--v3-ink-mut); opacity: 1; }
[data-tool-v3] .v-own-out { min-height: 1.5em; margin-top: 12px; font-size: 14.5px; }
[data-tool-v3] .v-own-out p { margin: 0; }
[data-tool-v3] .v-own-hint { color: var(--v3-ink-mut); }
[data-tool-v3] .v-own-res b { font: 550 17px var(--font-display); }
[data-tool-v3] .v-cents { display: flex; flex-wrap: wrap; gap: 3px; margin-top: 10px; }
[data-tool-v3] .v-cents i { width: 12px; height: 12px; border-radius: 3px; background: #a8aeba; opacity: 0.6; }
[data-tool-v3] .v-cents i:first-child { background: #262c3a; opacity: 1; }
[data-tool-v3] .v-cents i.half { background: linear-gradient(90deg, #a8aeba 50%, transparent 50%); }
[data-tool-v3] .v-cents-cap { margin: 7px 0 0; font-size: 12.5px; color: var(--v3-ink-mut); }

/* ---------- Blatt 3 · Vertragssituation ---------- */
[data-tool-v3] .v-tl { position: relative; padding: 26px 0 0; }
[data-tool-v3] .v-tl-track { position: relative; height: 6px; border-radius: 3px; background: rgba(18, 21, 29, 0.075); }
[data-tool-v3] .v-tl-win { position: absolute; inset: 0 auto 0 0; display: none; width: 45%; border-radius: 3px; background: color-mix(in srgb, #c07a00 30%, transparent); }
[data-tool-v3] .v-tl[data-state="bald"] .v-tl-win { display: block; }
[data-tool-v3] .v-tl[data-state="grund"] .v-tl-track,
[data-tool-v3] .v-tl[data-state="unklar"] .v-tl-track { background: repeating-linear-gradient(90deg, rgba(18, 21, 29, 0.16) 0 8px, transparent 8px 13px); }
[data-tool-v3] .v-tl-mark { position: absolute; top: 50%; display: none; width: 14px; height: 14px; margin: -7px 0 0 -7px; border: 3px solid var(--v3-sheet); border-radius: 50%; background: var(--v3-ink); }
[data-tool-v3] .v-tl-mark::after { content: attr(data-l); position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 12px; color: var(--v3-ink); }
[data-tool-v3] .v-tl[data-state="bald"] .v-tl-mark { display: block; left: 30%; }
[data-tool-v3] .v-tl[data-state="lang"] .v-tl-mark { display: block; left: 82%; }
[data-tool-v3] .v-tl[data-state="unklar"] .v-tl-mark { display: block; left: 58%; border: 1.5px dashed var(--v3-ink); background: transparent; }
[data-tool-v3] .v-tl-leg { position: relative; height: 18px; margin-top: 7px; font-size: 12px; color: var(--v3-ink-mut); }
[data-tool-v3] .v-tl-leg span { position: absolute; top: 0; white-space: nowrap; }
[data-tool-v3] .v-tl-leg span:nth-child(1) { left: 0; }
[data-tool-v3] .v-tl-leg span:nth-child(2) { left: 45%; transform: translateX(-50%); }
[data-tool-v3] .v-tl-leg span:nth-child(3) { right: 0; }
[data-tool-v3] .v-tl-tick { position: absolute; left: 45%; top: -4px; height: 14px; border-left: 1px solid var(--v3-ink-mut); }
[data-tool-v3] .v-tl-free { position: absolute; inset: 0 0 auto; display: none; text-align: center; font-size: 12px; color: var(--v3-ink); }
[data-tool-v3] .v-tl[data-state="grund"] .v-tl-free,
[data-tool-v3] .v-tl[data-state="none"] .v-tl-free { display: block; }
[data-tool-v3] .v-vt3 { display: grid; gap: 14px; margin-top: 18px; }
@media (min-width: 700px) { [data-tool-v3] .v-vt3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; } }
[data-tool-v3] .v-vt3 h5 { margin: 0 0 6px; font: 500 12.5px / 1.25 var(--font-body); color: var(--v3-ink-mut); }
[data-tool-v3] .v-vt3 p { margin: 0; font-size: 14.5px; line-height: 1.5; }
[data-tool-v3] .v-vt3 .st { display: flex; align-items: center; gap: 10px; font: 550 16.5px / 1.25 var(--font-display); }
[data-tool-v3] .v-vt3 .lb { margin-top: 4px; font-size: 13px; color: var(--v3-ink-mut); }
[data-tool-v3] .v-vt3-extra { margin: 14px 0 0; font-size: 14px; }
[data-tool-v3] .v-vt3-empty { margin: 18px 0 0; }
[data-tool-v3] .v-vt3-empty p { margin: 0 0 12px; font-size: 15px; }
[data-tool-v3] .v-sheet .btn-secondary { min-height: 44px; padding: 10px 16px; border: 1px solid rgba(18, 21, 29, 0.15); background: #ffffff; color: var(--v3-ink); font-size: 14.5px; }

/* ---------- Blatt 4 · Beschaffung (drei Wege, keine Empfehlung, nichts zum Anklicken außer Mehr-Text) ---------- */
[data-tool-v3] .v-ways3 { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--v3-ink-line); }
[data-tool-v3] .v-ways3 li { border-bottom: 1px solid var(--v3-ink-line); }
[data-tool-v3] .v-ways3 summary { display: grid; grid-template-columns: 76px minmax(0, 1fr) 18px; align-items: center; gap: 14px; min-height: 48px; padding: 12px 6px; border-radius: 10px; cursor: pointer; list-style: none; }
[data-tool-v3] .v-ways3 summary::-webkit-details-marker { display: none; }
[data-tool-v3] .v-ways3 summary:hover { background: rgba(18, 21, 29, 0.04); }
@media (min-width: 700px) { [data-tool-v3] .v-ways3 summary { grid-template-columns: 96px minmax(0, 1fr) 18px; } }
[data-tool-v3] .v-mini-kurve { display: block; width: 100%; height: 34px; }
[data-tool-v3] .v-mini-kurve .mk { fill: none; stroke: var(--v3-ink-mut); stroke-width: 1.2; stroke-dasharray: 2 3; opacity: 0.75; }
[data-tool-v3] .v-mini-kurve .ln { fill: none; stroke: var(--v3-ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
[data-tool-v3] .v-ways3 b { display: block; font: 500 15.5px / 1.25 var(--font-display); }
[data-tool-v3] .v-ways3 small { display: block; margin-top: 1px; font-size: 13.5px; line-height: 1.4; color: var(--v3-ink-mut); }
[data-tool-v3] .v-ways3 .v-chev { width: 14px; height: 14px; color: var(--v3-ink-mut); transition: transform 0.2s; }
[data-tool-v3] .v-ways3 details[open] .v-chev { transform: rotate(90deg); }
[data-tool-v3] .v-ways3 details p { margin: 0 0 12px; padding-left: 116px; font-size: 14px; }
@media (max-width: 699.98px) { [data-tool-v3] .v-ways3 details p { padding-left: 6px; } }
[data-tool-v3] .v-guard { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; margin: 14px 0 0; font-size: 14px; line-height: 1.5; color: var(--v3-ink-2); }
[data-tool-v3] .v-guard svg { width: 22px; height: 22px; color: var(--v3-ink-mut); }

/* ---------- Blatt 5 · Hebel: Status immer mit Text, nie nur Farbe ---------- */
[data-tool-v3] .v-lev { margin: 0; padding: 0; list-style: none; }
/* Die Baeckerei zeigt quantitative kWh-Hebel und rendert sie weiter ueber renderHebel
   (altes .v-lever-*-Markup, Top 3 nach kWh). Im Deck-Blatt ist weniger Platz als im
   alten Panel: Titel und Badge duerfen deshalb umbrechen, statt aus dem Blatt zu laufen.
   Gilt nur im V3-Blatt - das alte Panel der noch nicht umgestellten Rechner bleibt. */
[data-tool-v3] [data-hebel] .v-lever-h { flex-wrap: wrap; gap: 4px 10px; }
[data-tool-v3] [data-hebel] .v-lever-h > span:first-child { min-width: 0; }
[data-tool-v3] [data-hebel] .v-lever-badge { white-space: normal; }
[data-tool-v3] .v-lev > li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; padding: 11px 0; border-top: 1px solid var(--v3-ink-line); }
[data-tool-v3] .v-lev > li:first-child { padding-top: 0; border-top: 0; }
[data-tool-v3] .v-lev .v-ic { color: var(--v3-ink-mut); }
[data-tool-v3] .v-lev-h { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 3px 12px; }
[data-tool-v3] .v-lev-h b { font: 500 15.5px / 1.25 var(--font-display); }
[data-tool-v3] .v-st { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--v3-ink-mut); white-space: nowrap; }
[data-tool-v3] .v-st svg { width: 14px; height: 14px; flex: none; }
[data-tool-v3] .v-st-haken { stroke: var(--v3-sheet); }
[data-tool-v3] .v-lev-f { margin: 3px 0 0; font-size: 14px; color: var(--v3-ink-2); }
[data-tool-v3] .v-lev > li[data-status="done"] .v-lev-h b,
[data-tool-v3] .v-lev > li[data-status="na"] .v-lev-h b,
[data-tool-v3] .v-lev > li[data-status="done"] .v-lev-f,
[data-tool-v3] .v-lev > li[data-status="na"] .v-lev-f { color: var(--v3-ink-mut); }
[data-tool-v3] .v-lev > li[data-status="done"] .v-st { color: #176a45; }
[data-tool-v3] .v-cmp { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 5px 10px; align-items: center; max-width: 340px; margin-top: 8px; font-size: 12px; color: var(--v3-ink-mut); }
[data-tool-v3] .v-cmp .v-bar { height: 6px; }
[data-tool-v3] .v-cmp .v-bar.gut i { background: #1d7a52; }
[data-tool-v3] .v-lev details { margin-top: 4px; }
[data-tool-v3] .v-mehr { display: inline-flex; align-items: center; gap: 5px; min-height: 28px; border-radius: 6px; font-size: 13px; color: var(--v3-ink-mut); cursor: pointer; list-style: none; }
[data-tool-v3] .v-mehr::-webkit-details-marker { display: none; }
[data-tool-v3] .v-mehr::before { display: none; }
[data-tool-v3] .v-mehr:hover { color: var(--v3-ink); }
[data-tool-v3] .v-mehr .v-chev { width: 12px; height: 12px; transition: transform 0.2s; }
[data-tool-v3] .v-lev details[open] .v-mehr .v-chev { transform: rotate(90deg); }
[data-tool-v3] .v-lev details p { max-width: 60ch; margin: 6px 0 2px; font-size: 14px; }

/* ---------- Kontakt: ruht dunkel, wird hell, wenn er dran ist ---------- */
[data-tool-v3] .v-contactband { padding: 40px 0 44px; border-bottom: 1px solid var(--v-line-2); background: var(--v3-band); }
@media (min-width: 1080px) { [data-tool-v3] .v-contactband { padding: 56px 0; } }
[data-tool-v3] .v-contactband .v-next { margin-top: 0; padding-top: 0; border-top: 0; }
[data-tool-v3] #result .lead-block { border: 1px solid var(--v-line); border-radius: 20px; background: rgba(255, 255, 255, 0.015); transition: background-color 0.4s, border-color 0.4s, box-shadow 0.4s, color 0.4s; }
[data-tool-v3] #result[data-stage="contact"] .lead-block,
[data-tool-v3] #result[data-stage="sent"] .lead-block { border-color: transparent; box-shadow: var(--v3-lift); }
[data-tool-v3] .lead-block h2 { font-weight: 650; }
[data-tool-v3] .lead-fields input { min-height: 48px; }
[data-tool-v3] .checkbox-row a { color: var(--accent); }
[data-tool-v3] .lead-block .btn-primary { color: #000; }

/* ---------- Details, Wissen, FAQ: Liste statt Kartenwand ---------- */
[data-tool-v3] .v-details { padding: 24px 0 30px; border-bottom: 1px solid var(--v-line-2); }
[data-tool-v3] .v-details .v-annahmen { margin-top: 0; }
[data-tool-v3] .v-disclosure { margin: 0; border: 0; border-top: 1px solid var(--v-line); border-radius: 0; background: none; }
[data-tool-v3] .v-disclosure > summary { display: flex; justify-content: space-between; align-items: center; gap: 10px; min-height: 48px; padding: 15px 2px; font: 500 15px / 1.35 var(--font-display); color: var(--text); cursor: pointer; list-style: none; }
[data-tool-v3] .v-disclosure > summary::-webkit-details-marker { display: none; }
[data-tool-v3] .v-disclosure > summary::before { display: none; }
[data-tool-v3] .v-disclosure > summary::after { content: ""; flex: none; width: 8px; height: 8px; margin-right: 4px; border-right: 1.7px solid var(--v3-faint); border-bottom: 1.7px solid var(--v3-faint); transform: rotate(45deg); transition: transform 0.2s; }
[data-tool-v3] .v-disclosure[open] > summary::after { transform: rotate(-135deg); }
[data-tool-v3] .v-disclosure > summary:hover { color: #ffffff; }
[data-tool-v3] .v-disclosure-body { padding: 0 2px 18px; font-size: 14px; color: var(--v3-tx2); }
[data-tool-v3] .v-disclosure-body p { margin: 0 0 10px; }
[data-tool-v3] .v-disclosure-body strong { color: var(--text); }
[data-tool-v3] .v-disclosure-body ul { margin: 0 0 10px; padding-left: 18px; }
[data-tool-v3] .v-disclosure-body table { width: 100%; margin: 6px 0 12px; border-collapse: collapse; font-size: 13.5px; font-variant-numeric: tabular-nums; }
[data-tool-v3] .v-disclosure-body th,
[data-tool-v3] .v-disclosure-body td { padding: 7px 0; border-bottom: 1px solid var(--v-line-2); text-align: left; }
[data-tool-v3] .v-disclosure-body th { font-weight: 500; color: var(--muted); }
[data-tool-v3] .v-disclosure-body td:last-child,
[data-tool-v3] .v-disclosure-body th:last-child { text-align: right; white-space: nowrap; }
[data-tool-v3] .v-details .v-mini { padding: 15px 0 0; border: 0; font-size: 13.5px; }
[data-tool-v3] .v-acc { display: grid; }
[data-tool-v3] .v-acc .v-disclosure:last-child { border-bottom: 1px solid var(--v-line); }
[data-tool-v3] .v-knowledge .v-quiet { padding-block: 44px 20px; }
[data-tool-v3] .v-kn-grid { display: grid; gap: 14px; padding-bottom: 34px; }
@media (min-width: 1080px) { [data-tool-v3] .v-kn-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; } }
[data-tool-v3] .v-kn-h { margin: 0 0 8px; font: 550 clamp(21px, 2vw, 27px) / 1.18 var(--font-display); letter-spacing: -0.012em; text-wrap: balance; color: var(--v3-tx2); }
[data-tool-v3] .v-kn-s { max-width: 42ch; margin: 0; font-size: 14px; color: var(--muted); }
[data-tool-v3] .v-stats { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 4px 0 10px; }
[data-tool-v3] .v-stats div { padding: 0; border: 0; background: none; }
[data-tool-v3] .v-stats strong { margin: 0; color: var(--text); font: 550 18px / 1.1 var(--font-display); }
[data-tool-v3] .v-stats span { font-size: 12.5px; color: var(--muted); }
[data-tool-v3] .v-disclosure-body .v-linkcard { margin-top: 6px; padding: 14px 16px; font-size: 15px; }

/* ---------- Bewegung: reduzierte Bewegung heißt keine Transform-Übergänge, keine wachsenden Balken ---------- */
@media (prefers-reduced-motion: reduce) {
  [data-tool-v3] .v-sheet,
  [data-tool-v3] .v-sheet-in,
  [data-tool-v3] .v-bf-row,
  [data-tool-v3] .v-bf-val .v-chev,
  [data-tool-v3] .v-verdict-t .v-chev,
  [data-tool-v3] .v-deck-menu svg,
  [data-tool-v3] .v-ways3 .v-chev,
  [data-tool-v3] .v-mehr .v-chev,
  [data-tool-v3] .v-disclosure > summary::after,
  [data-tool-v3] .v-tab,
  [data-tool-v3] #result .lead-block { transition: none !important; }
  [data-tool-v3] .v-bar i { animation: none; }
}

/* ---------- Druck (D6): nur das Ergebnis, vorhandener window.print()-Weg ---------- */
@media print {
  header, footer, .v-tool, .v-knowledge, .v-next, .v-actions, .v-call, .v-res-links, .v-price, .tool-trust { display: none !important; }
  body, .v-main { background: #fff !important; color: #000 !important; }
  body::before { display: none; }
  #result { display: block !important; }
  #result .result-hero.v-res-band, .v-panel, .v-verdict, .v-kpis li, .v-sens {
    background: #fff !important;
    border-color: #ccc !important;
    color: #000 !important;
    break-inside: avoid;
  }
  .v-kpi-l, .v-kpi-s, .v-panel-s, .v-levers p, .v-inchips li, .v-verdict-extra { color: #444 !important; }
  .v-kpi-v--or, .v-verdict-l, .v-sens strong { color: #8a5a00 !important; }
  .v-rank .v-bar { background: #eee !important; }
  .v-rank .v-bar i { background: #c2871a !important; }
  .v-annahmen .v-disclosure-body { display: block !important; }
}

/* Druck V3: Befund und alle Blätter untereinander, keine Bedienung, kein Formular, kein Kontakt. */
@media print {
  [data-tool-v3] .v-insum, [data-tool-v3] .v-tabs, [data-tool-v3] .v-deck-menu, [data-tool-v3] .v-deck-list,
  [data-tool-v3] .v-deck-nav, [data-tool-v3] .v-swipe, [data-tool-v3] .v-deck-hint, [data-tool-v3] .v-bf-top .v-linkbtn,
  [data-tool-v3] .v-vt, [data-tool-v3] .v-vt-done .v-linkbtn, [data-tool-v3] .v-chev, [data-tool-v3] .v-contactband,
  [data-tool-v3] .v-vt3-empty .btn, [data-tool-v3] .v-own-in, [data-tool-v3] .v-own label, [data-tool-v3] .v-own-hint { display: none !important; }
  [data-tool-v3] .v-stageband { padding: 0 !important; background: #fff !important; border: 0; }
  [data-tool-v3] .v-stage { grid-template-columns: minmax(0, 1fr) !important; gap: 14px; max-width: 820px; margin-inline: auto; }
  [data-tool-v3] .v-befund { position: static !important; background: #fff !important; box-shadow: none !important; border: 1px solid #ccc; break-inside: avoid; }
  [data-tool-v3] .v-bf-act { background: #fff !important; border-top: 1px solid #ccc; }
  [data-tool-v3] .v-bf-row.is-shown { background: none !important; box-shadow: none !important; }
  [data-tool-v3] .v-verdict { display: block !important; }
  [data-tool-v3] .v-dstack { display: flex !important; flex-direction: column; gap: 14px; padding: 0 !important; margin: 0; }
  [data-tool-v3] .v-sheet {
    position: relative !important;
    inset: auto !important;
    overflow: visible !important;
    transform: none !important;
    opacity: 1 !important;
    background: #fff !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    break-inside: avoid;
  }
  [data-tool-v3] .v-sheet-in { visibility: visible !important; opacity: 1 !important; }
  [data-tool-v3] .v-bar, [data-tool-v3] .v-scale-track span { background: #eee !important; }
  [data-tool-v3] .v-bar i, [data-tool-v3] .v-scale-track span.on { background: #444 !important; color: #fff; }
  [data-tool-v3] .v-bar i { animation: none; }
  [data-tool-v3] .v-ways3 details > *:not(summary) { display: block !important; }
  [data-tool-v3] .v-own { margin: 0; padding: 0; border: 0; }
  [data-tool-v3] .v-details { padding: 14px 0 0; border: 0; }
  [data-tool-v3] .v-details .v-container { max-width: 820px; margin-inline: auto; }
  [data-tool-v3] .v-details .v-annahmen { display: block; }
  [data-tool-v3] .v-disclosure { border: 0; break-inside: avoid; }
  [data-tool-v3] .v-disclosure > summary { font-weight: 650; color: #000; }
  [data-tool-v3] .v-disclosure > summary::after { display: none; }
  [data-tool-v3] .v-disclosure-body { display: block !important; color: #000; }
  [data-tool-v3] .v-disclosure-body th { color: #444; }
  [data-tool-v3] .v-details .v-mini { color: #444; }
  [data-tool-v3] .v-sheet, [data-tool-v3] .v-sheet-in { transition: none !important; }
}
