.elementor-829 .elementor-element.elementor-element-4943d04{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-63c6502 *//* --- Scoped Reset (Ersatz fuer site-layout.css innerhalb des Widgets) --- */
.fb-v3, .fb-v3 *, .fb-v3 *::before, .fb-v3 *::after { box-sizing: border-box; }
.fb-v3 { margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; font-size: 15px; line-height: 1.6; color: #414141; -webkit-font-smoothing: antialiased; }
.fb-v3 h1, .fb-v3 h2, .fb-v3 h3, .fb-v3 h4, .fb-v3 p, .fb-v3 ul, .fb-v3 ol, .fb-v3 figure, .fb-v3 blockquote { margin: 0; padding: 0; }
.fb-v3 a { color: #c40938; text-decoration: none; }
.fb-v3 a:hover { color: #96070a; }
.fb-v3 img { max-width: 100%; display: block; }
.fb-v3 ul { list-style: none; }

/* ==========================================================================
   Frühe Bindung — V3 Design System
   Gemeinsames Skelett für fb-a/b/c/d-v3: ein Token-Set, Zielgruppen-Akzent
   per <body data-audience="…">, identische Komponenten-Anatomie.
   Grundlage: input-stmk.at (Rot #C40938, Open Sans, Weiß/Grau) +
   Goldstandard-Empfehlungen (60/30/10-Akzentregel, 8px-Raster,
   Body ≥17px, 68ch-Zeilenlänge, WCAG-2.2-AA-Fokusstile).
   Seiten-spezifische Einzelstücke (Plakat, WIEGE-Panel, Ebenen …)
   leben im <style>-Block der jeweiligen Seite — auf Basis dieser Tokens.
   ========================================================================== */

:root {
  /* Flächen */
  --p-paper: #FFFFFF;
  --p-soft: #F8F5EF;
  --p-cream: #FBF6EC;
  --p-cream-deep: #F4ECDC;

  /* Text */
  --ink: #3D3A3C;
  --ink-deep: #221F22;
  --ink-muted: #6B6259;
  --ink-soft: #8C8276;

  /* Linien */
  --line: #E5DED2;
  --line-soft: #EFE9DD;

  /* Markenfarben */
  --red: #C40938;
  --red-dark: #9D0A2D;
  --red-soft: #FBE7EC;
  --blue: #3F5A92;
  --blue-mid: #5876B0;
  --blue-dark: #2A4070;
  --blue-soft: #E4EAF4;
  --navy: #1D2D50;
  --navy-deep: #141F3A;
  --sky: #AFC4E8;

  /* Typo */
  --ff-display: 'Dosis', 'Open Sans', sans-serif;
  --ff-body: 'Open Sans', sans-serif;

  /* Geometrie */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --r-pill: 999px;
  --wrap: 1320px;
  --pad: 28px;
  --sec-gap: clamp(64px, 8vw, 96px);

  /* Schatten */
  --shadow-card: 0 22px 42px -22px rgba(34,31,34,.20);
  --shadow-pop: 0 28px 56px -28px rgba(34,31,34,.25);
}

/* ---------- Zielgruppen-Akzent ------------------------------------------ */
.fb-v3[data-audience="eltern"] {
  --acc: var(--red);
  --acc-dark: var(--red-dark);
  --acc-soft: var(--red-soft);
  --acc-rgb: 196, 9, 56;
}
.fb-v3[data-audience="fachkraefte"] {
  --acc: var(--blue);
  --acc-dark: var(--blue-dark);
  --acc-soft: var(--blue-soft);
  --acc-rgb: 63, 90, 146;
}
.fb-v3[data-audience="zuweisende"] {
  --acc: var(--navy);
  --acc-dark: var(--navy-deep);
  --acc-soft: #E8EDF6;
  --acc-rgb: 29, 45, 80;
}
.fb-v3[data-audience="hub"] {
  --acc: var(--red);
  --acc-dark: var(--red-dark);
  --acc-soft: var(--red-soft);
  --acc-rgb: 196, 9, 56;
}

/* ---------- Basis --------------------------------------------------------- */
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 150px; }

:focus-visible {
  outline: 3px solid var(--acc, var(--red));
  outline-offset: 2px;
  border-radius: 2px;
}
:focus:not(:focus-visible) { outline: none; }

.v3-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }

/* ---------- Typo-Bausteine ------------------------------------------------ */
.v3-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ff-display);
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.26em;
  color: var(--acc);
  margin-bottom: 16px;
}
.v3-eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--acc); }

/* Nummerierte Abschnitts-Marke: <span class="v3-step" data-step="01">…</span> */
.v3-step {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-display);
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.26em;
  color: var(--acc-dark);
  margin-bottom: 14px;
}
.v3-step::before {
  content: attr(data-step);
  font-family: var(--ff-display); font-weight: 800; font-size: 12px;
  padding: 3px 9px; border-radius: var(--r-pill);
  background: var(--acc-soft); color: var(--acc-dark);
  letter-spacing: 0.06em;
}

/* Marker-Highlight in Überschriften (keine Hyperlink-Anmutung) */
.v3-hl {
  font-style: normal; font-weight: inherit; color: inherit;
  background: linear-gradient(180deg, transparent 62%, rgba(var(--acc-rgb), .22) 62%, rgba(var(--acc-rgb), .22) 94%, transparent 94%);
  padding: 0 2px;
  box-decoration-break: clone; -webkit-box-decoration-break: clone;
}
.v3-acc { color: var(--acc); font-style: normal; }

/* Fließtext-Konventionen */
.v3-prose p { font-size: 17px; line-height: 1.75; color: var(--ink-deep); max-width: 68ch; }
.v3-prose p + p { margin-top: 16px; }
.v3-prose b { color: var(--ink-deep); font-weight: 700; }
.v3-quoted { color: var(--acc); font-weight: 700; padding: 0 2px; }

/* STEEP-Wortmarke */
.v3-steep { color: var(--blue); font-weight: 800; }
.v3-steep .tm { font-size: 0.45em; vertical-align: super; opacity: 0.6; font-weight: 600; }

/* ---------- SUB-RAIL: Breadcrumb + Geschwister-Tabs ----------------------- */
.v3-rail { background: var(--p-cream); border-bottom: 1px solid var(--line); }
.v3-rail-inner {
  max-width: var(--wrap); margin: 0 auto; padding: 12px var(--pad);
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
}
.v3-crumb { font-size: 12.5px; color: var(--ink-soft); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.v3-crumb a { color: var(--ink-muted); text-decoration: none; }
.v3-crumb a:hover { color: var(--acc); }
.v3-crumb .sep { opacity: 0.45; }
.v3-crumb .current { color: var(--acc); font-weight: 700; }
.v3-tabs { display: flex; gap: 4px; flex-wrap: wrap; }
.v3-tab {
  font-family: var(--ff-display);
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-muted);
  padding: 9px 16px; border-radius: var(--r-pill);
  text-decoration: none; transition: all .25s;
}
.v3-tab:hover { color: var(--acc); background: rgba(255,255,255,.75); }
.v3-tab.active { color: var(--acc); background: #fff; box-shadow: 0 4px 14px -8px rgba(var(--acc-rgb), .35); }

/* ---------- RIBBON: Navy-Band (Programm-Kontext / Sprungnavigation) ------- */
.v3-ribbon { background: var(--navy); color: #fff; padding: 16px 0; position: relative; }
.v3-ribbon::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--blue-mid) 30%, var(--blue-mid) 70%, transparent 100%);
}
.v3-ribbon-inner {
  max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad);
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
}
.v3-ribbon .title-block { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.v3-ribbon .lab-num {
  font-family: var(--ff-display); font-weight: 800; font-size: 12px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--sky); padding: 5px 11px;
  border: 1px solid var(--sky); border-radius: var(--r-pill);
  white-space: nowrap;
}
.v3-ribbon .title {
  font-family: var(--ff-display); font-weight: 700;
  font-size: clamp(15px, 1.4vw, 18px);
  letter-spacing: 0.04em; line-height: 1.35;
}
.v3-ribbon .title em {
  font-style: normal; font-weight: 800; color: #fff;
  background: linear-gradient(transparent 60%, rgba(88,118,176,.38) 60%);
  padding: 0 4px;
}
.v3-ribbon .meta {
  font-family: var(--ff-display); font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,.72);
  display: inline-flex; gap: 8px; align-items: center; flex-wrap: wrap;
}
.v3-ribbon .meta span {
  padding: 7px 14px; border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r-pill); background: rgba(255,255,255,.06);
}
.v3-ribbon .meta b { color: #fff; font-weight: 700; }
.v3-ribbon .jump-nav { display: flex; gap: 8px; flex-wrap: wrap; }
.v3-ribbon .jump-link {
  font-family: var(--ff-display); font-size: 11.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: rgba(255,255,255,.82);
  padding: 7px 13px; border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--r-pill); text-decoration: none; transition: all .25s;
}
.v3-ribbon .jump-link:hover { color: var(--navy); background: var(--sky); border-color: var(--sky); }

/* ---------- HERO: Cream-Bühne + Panel/Figure ------------------------------ */
.v3-hero {
  position: relative; isolation: isolate; overflow: hidden;
  background:
    radial-gradient(ellipse at 82% 18%, rgba(var(--acc-rgb), .09) 0%, transparent 55%),
    radial-gradient(ellipse at 12% 92%, rgba(88,118,176,.07) 0%, transparent 55%),
    linear-gradient(135deg, var(--p-cream) 0%, var(--p-cream-deep) 100%);
  border-bottom: 1px solid var(--line);
}
.v3-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(var(--acc-rgb), .04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(var(--acc-rgb), .04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none; z-index: 0;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}
.v3-hero-inner {
  position: relative; z-index: 2;
  max-width: var(--wrap); margin: 0 auto;
  padding: 64px var(--pad) 64px;
  display: grid; grid-template-columns: 1.35fr 1fr;
  gap: clamp(36px, 4.5vw, 64px);
  align-items: center;
}
.v3-hero-inner.single { grid-template-columns: 1fr; }

.v3-hero h1 {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.06; letter-spacing: -0.02em;
  color: var(--ink-deep);
}
.v3-hero h1 .sub-line {
  display: block; margin-top: 16px;
  font-weight: 500; font-size: 0.6em;
  color: var(--ink-muted); line-height: 1.35; letter-spacing: -0.005em;
}
.v3-hero h1 .sub-line b { color: var(--acc-dark); font-weight: 700; }
.v3-hero .lead {
  margin-top: 24px;
  font-family: var(--ff-display); font-weight: 500;
  font-size: clamp(16px, 1.5vw, 19px);
  color: var(--ink-deep); line-height: 1.6; max-width: 640px;
}

/* Brief-/Notiz-Panel (Hero-Textträger mit Knick-Ecke) */
.v3-panel {
  position: relative; background: #FFFDF8;
  border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 44px 48px 40px;
  box-shadow: var(--shadow-pop);
}
.v3-panel::before {
  content: ''; position: absolute; top: 0; right: 0;
  width: 64px; height: 64px;
  background: linear-gradient(225deg, transparent 50%, var(--p-cream-deep) 50%);
  border-bottom: 1px solid var(--line); border-left: 1px solid var(--line);
  border-radius: 0 var(--r-md) 0 0;
}
.v3-panel::after {
  content: ''; position: absolute; top: 0; right: 0;
  width: 64px; height: 64px;
  border-bottom: 1px dashed rgba(var(--acc-rgb), .3);
  border-left: 1px dashed rgba(var(--acc-rgb), .3);
  pointer-events: none;
}
.v3-panel .greeting {
  font-family: var(--ff-body); font-style: italic; font-weight: 600;
  font-size: clamp(19px, 1.8vw, 23px);
  color: var(--acc); line-height: 1.3; margin-bottom: 12px;
}
.v3-panel h1 { font-size: clamp(27px, 2.8vw, 40px); line-height: 1.14; margin-bottom: 20px; }
.v3-panel h1 em { font-style: normal; color: var(--acc); }
.v3-panel p { font-size: 17px; line-height: 1.7; color: var(--ink-deep); max-width: 62ch; }
.v3-panel p + p { margin-top: 14px; }
.v3-panel .pull-note {
  margin: 18px 0 16px;
  font-family: var(--ff-body); font-style: italic; font-weight: 600;
  font-size: clamp(17px, 1.6vw, 20px);
  color: var(--acc); line-height: 1.45;
  padding-left: 16px; border-left: 3px solid var(--acc);
}
.v3-panel .pull-note b { color: var(--ink-deep); font-weight: 700; font-style: normal; }
.v3-panel .sign {
  display: flex; justify-content: flex-end; margin-top: 26px;
  font-family: var(--ff-body); font-style: italic; font-weight: 700;
  font-size: 19px; color: var(--acc-dark);
}
.v3-panel .number { color: var(--acc); font-weight: 800; letter-spacing: -0.01em; }

/* Figure: rechter Hero-Träger für Foto / Evidenz / Merk-Grafik */
.v3-figure {
  position: relative; overflow: hidden;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-pop);
}
.v3-figure .fig-tag {
  position: absolute; top: 18px; left: 18px; z-index: 4;
  font-family: var(--ff-display); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--ink-deep);
  padding: 6px 13px; background: rgba(255,255,255,.85);
  border: 1px solid var(--line); border-radius: var(--r-pill);
  backdrop-filter: blur(4px);
}
.v3-figure .fig-photo { display: block; width: 100%; aspect-ratio: 4/4.4; object-fit: cover; }
.v3-figure .fig-cap {
  padding: 16px 22px 18px;
  border-top: 1px solid var(--line);
  background: #FFFDF8;
  font-family: var(--ff-body); font-style: italic;
  font-size: 15px; line-height: 1.55; color: var(--ink-muted);
}
.v3-figure .fig-cap b {
  display: block; font-family: var(--ff-display); font-style: normal;
  font-weight: 700; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--acc); margin-bottom: 5px;
}
.v3-figure .fig-body { padding: 64px 28px 24px; }

/* Stat-Leiste (Eckdaten) */
.v3-stats {
  margin-top: 32px;
  display: inline-flex; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 18px 26px;
  box-shadow: 0 16px 32px -22px rgba(34,31,34,.22);
}
.v3-stat { display: flex; flex-direction: column; gap: 6px; }
.v3-stat .num {
  font-family: var(--ff-display); font-weight: 800;
  font-size: 28px; color: var(--acc-dark);
  line-height: 1; letter-spacing: -0.01em;
}
.v3-stat .lab {
  font-family: var(--ff-display); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--ink-muted); font-weight: 700;
}
.v3-stat + .v3-stat { margin-left: 26px; padding-left: 26px; border-left: 1px solid var(--line); }

/* ---------- STATEMENT-BAND: Manifest-/Callout-Bühne ----------------------- */
.v3-band {
  margin-top: var(--sec-gap);
  background: linear-gradient(135deg, var(--p-cream) 0%, var(--p-cream-deep) 100%);
  border-top: 4px solid var(--acc);
  border-bottom: 1px solid var(--line);
  padding: 72px 0;
  position: relative; overflow: hidden;
}
.v3-band::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(var(--acc-rgb), .05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(var(--acc-rgb), .05) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}
.v3-band-inner {
  max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad);
  position: relative; z-index: 2;
}
.v3-band-inner.center { text-align: center; }
.v3-band-inner.cols {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 4.5vw, 60px); align-items: center;
}
.v3-band h2 {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(29px, 3.3vw, 44px);
  line-height: 1.1; letter-spacing: -0.015em;
  color: var(--ink-deep);
}
.v3-band h2 em { font-style: normal; color: var(--acc); }
.v3-band-inner.center .body { max-width: 680px; margin: 22px auto 0; font-size: 16px; line-height: 1.7; color: var(--ink); }
.v3-band .body b { color: var(--ink-deep); font-weight: 700; }
.v3-band .closing {
  margin-top: 24px;
  font-family: var(--ff-body); font-style: italic; font-weight: 600;
  font-size: clamp(17px, 1.7vw, 21px);
  color: var(--acc); line-height: 1.5;
  display: inline-block; position: relative; padding: 0 24px;
  max-width: 640px;
}
.v3-band .closing::before, .v3-band .closing::after {
  content: ''; position: absolute; top: 50%;
  width: 30px; height: 1px;
  background: var(--acc); opacity: 0.4;
  transform: translateY(-50%);
}
.v3-band .closing::before { left: -14px; }
.v3-band .closing::after { right: -14px; }

/* Weiße Text-Karte innerhalb eines Bands */
.v3-band-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 32px 36px;
  box-shadow: var(--shadow-pop);
}
.v3-band-card p { font-size: 15.5px; line-height: 1.75; color: var(--ink-deep); }
.v3-band-card p + p { margin-top: 14px; }
.v3-band-card .highlight {
  display: block; margin: 18px 0;
  padding: 18px 22px;
  background: linear-gradient(120deg, var(--p-cream) 0%, #fff 100%);
  border-left: 4px solid var(--acc);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  font-family: var(--ff-display); font-weight: 600;
  font-size: 15.5px; color: var(--ink-deep); line-height: 1.6;
}
.v3-band-card .highlight b { color: var(--acc-dark); font-weight: 800; }

/* Begriffs-Chips (z.B. „Grammatik"-Begriffe, Prinzipien) */
.v3-chips { display: inline-flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.v3-chips span {
  font-family: var(--ff-display); font-size: 11.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-deep);
  padding: 7px 14px; background: #fff;
  border: 1px solid var(--acc-soft); border-radius: var(--r-pill);
  box-shadow: 0 6px 14px -10px rgba(34,31,34,.25);
}
.v3-chips span b { color: var(--acc-dark); font-weight: 800; }
.v3-chips span .dot {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--acc); margin-right: 8px; vertical-align: middle;
}

/* ---------- SECTION-HEAD --------------------------------------------------- */
.v3-sec { max-width: var(--wrap); margin: 0 auto; padding: var(--sec-gap) var(--pad) 28px; }
.v3-sec.tight { padding-top: calc(var(--sec-gap) * 0.55); }
.v3-sec h2 {
  font-family: var(--ff-display); font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1; letter-spacing: -0.015em;
  color: var(--ink-deep); max-width: 26ch;
}
.v3-sec h2 em { font-style: normal; color: var(--acc); }
.v3-sec .sec-intro { margin-top: 16px; font-size: 16.5px; color: var(--ink-muted); line-height: 1.7; max-width: 68ch; }
.v3-sec .sec-intro b { color: var(--ink-deep); font-weight: 700; }
.v3-sec-cols {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 56px); align-items: end;
}
.v3-sec-cols .sec-intro { margin-top: 0; font-size: 17px; color: var(--ink-deep); }

/* ---------- KARTEN ---------------------------------------------------------- */
.v3-cards {
  max-width: var(--wrap); margin: 0 auto;
  padding: 4px var(--pad) 0;
  display: grid; gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.v3-cards.cols2 { grid-template-columns: 1fr 1fr; }
.v3-cards.cols4 { grid-template-columns: repeat(4, 1fr); }

.v3-card {
  position: relative;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 28px 26px 24px;
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s;
  overflow: hidden;
}
.v3-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.v3-card .card-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 16px; margin-bottom: 14px; padding-bottom: 14px;
  border-bottom: 1px solid var(--line-soft);
}
.v3-card .card-num {
  font-family: var(--ff-display); font-weight: 800; font-size: 11px;
  letter-spacing: 0.22em; color: var(--acc-dark);
  text-transform: uppercase; padding-top: 4px; line-height: 1.4;
}
.v3-card .card-num b {
  display: block; font-size: 30px; line-height: 0.9;
  letter-spacing: -0.02em; color: var(--acc-dark);
  margin-bottom: 4px; font-weight: 800;
}
.v3-card .card-icon {
  width: 44px; height: 44px; border-radius: var(--r-sm);
  background: var(--acc-soft); color: var(--acc-dark);
  display: grid; place-items: center; flex-shrink: 0;
}
.v3-card h3 {
  font-family: var(--ff-display); font-weight: 700;
  font-size: 19px; color: var(--ink-deep);
  line-height: 1.28; margin-bottom: 10px; letter-spacing: -0.005em;
}
.v3-card p { font-size: 15.5px; color: var(--ink-muted); line-height: 1.65; }
.v3-card p b { color: var(--ink-deep); font-weight: 700; }
.v3-card .card-q {
  font-family: var(--ff-body); font-style: italic; font-weight: 600;
  font-size: 16px; color: var(--acc); line-height: 1.5;
  padding-left: 14px; border-left: 2px solid var(--acc);
}
.v3-card .card-key {
  display: inline-block;
  font-family: var(--ff-display); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--acc-dark); font-weight: 700;
  margin-top: auto; padding-top: 18px;
}
.v3-card .card-key::before { content: '→ '; opacity: 0.6; }
.v3-card .card-src {
  margin-top: auto; padding-top: 14px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--ff-display); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--acc-dark); font-weight: 700;
}
.v3-card .card-facts { margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--line); }
.v3-card .facts-lab {
  display: block; font-family: var(--ff-display); font-size: 11px;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--ink-muted); margin-bottom: 8px;
}
.v3-card .facts-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.v3-card .chip {
  font-family: var(--ff-display); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--acc-dark);
  padding: 5px 11px; background: var(--acc-soft);
  border: 1px solid rgba(var(--acc-rgb), .22);
  border-radius: var(--r-pill); line-height: 1.4;
}

/* Foto-Karte (Bild oben, Nummer + Bild-Caption, Text unten) */
.v3-card.photo { padding: 0; }
.v3-card.photo .card-photo { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--p-cream); }
.v3-card.photo .card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v3-card.photo .card-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.55) 100%);
}
.v3-card.photo .photo-num {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-family: var(--ff-display); font-weight: 800; font-size: 12px;
  letter-spacing: 0.18em;
  padding: 5px 11px; background: rgba(255,255,255,.94);
  color: var(--acc); border-radius: var(--r-pill);
}
.v3-card.photo .photo-tag {
  position: absolute; bottom: 14px; left: 14px; right: 14px; z-index: 2;
  font-family: var(--ff-body); font-style: italic; font-weight: 600;
  font-size: 15.5px; color: #fff; line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.v3-card.photo .card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }

/* Akzent-Karte (linke Akzentkante, Crème-Fläche) */
.v3-card.accent {
  background: var(--p-cream);
  border-left: 4px solid var(--acc);
  padding: 32px 34px;
}
.v3-card.accent .s-num {
  font-family: var(--ff-display); font-weight: 800; font-size: 11px;
  letter-spacing: 0.2em; color: var(--acc-dark); text-transform: uppercase;
}
.v3-card.accent h3 { font-size: 22px; font-weight: 800; margin: 10px 0; }
.v3-card.accent .s-role {
  font-family: var(--ff-display); font-weight: 700; font-size: 14.5px;
  color: var(--acc-dark); margin-bottom: 12px; line-height: 1.45;
}
.v3-card.accent p { color: var(--ink-deep); line-height: 1.72; }

/* ---------- VOICE: kursive Übergangs-Stimme -------------------------------- */
.v3-voice { max-width: 920px; margin: 0 auto; padding: var(--sec-gap) var(--pad) 0; text-align: center; }
.v3-voice p {
  font-family: var(--ff-body); font-style: italic; font-weight: 500;
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.55; color: var(--ink-deep);
  display: inline-block; position: relative; padding: 0 24px;
}
.v3-voice p::before, .v3-voice p::after {
  content: ''; position: absolute; top: 50%;
  width: 36px; height: 1px;
  background: var(--acc); opacity: 0.4;
  transform: translateY(-50%);
}
.v3-voice p::before { left: -20px; }
.v3-voice p::after { right: -20px; }
.v3-voice b { color: var(--acc); font-weight: 700; }

/* ---------- QUICK-BAND: kompakter Zwischen-Kontakt / Übersicht ------------- */
.v3-quick { max-width: var(--wrap); margin: 0 auto; padding: 28px var(--pad) 0; }
.v3-quick-inner {
  background: #fff; border: 1px solid var(--line);
  border-left: 4px solid var(--acc);
  border-radius: var(--r-md);
  padding: 24px 30px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
  box-shadow: 0 14px 32px -26px rgba(34,31,34,.35);
}
.v3-quick .q-text { flex: 1 1 380px; }
.v3-quick .q-tag {
  display: inline-block; font-family: var(--ff-display);
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--acc-dark); font-weight: 800; margin-bottom: 6px;
}
.v3-quick .q-line {
  font-family: var(--ff-display); font-weight: 600;
  font-size: 18px; color: var(--ink-deep);
  line-height: 1.4; letter-spacing: -0.005em;
}
.v3-quick .q-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.v3-quick .q-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.v3-quick .q-pill {
  font-family: var(--ff-display); font-size: 12.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink-deep);
  padding: 8px 16px; background: var(--p-cream);
  border: 1px solid var(--acc-soft); border-radius: var(--r-pill);
}
.v3-quick .q-pill .dot {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--acc); margin-right: 8px; vertical-align: middle;
}
.v3-quick .q-mail {
  font-family: var(--ff-display); font-weight: 700; font-size: 14px;
  color: var(--ink-deep); text-decoration: none;
  border-bottom: 2px solid var(--acc);
  padding-bottom: 2px; white-space: nowrap;
}
.v3-quick .q-mail:hover { color: var(--acc-dark); }

/* ---------- BUTTONS --------------------------------------------------------- */
.v3-btn {
  display: inline-flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 56px;
  padding: 15px 22px;
  background: var(--acc); color: #fff;
  border: 1px solid var(--acc);
  border-radius: var(--r-md);
  font-family: var(--ff-display); font-weight: 700; font-size: 15px;
  letter-spacing: 0.06em; text-decoration: none;
  transition: transform .25s, box-shadow .25s, background .25s;
  box-shadow: 0 18px 34px -18px rgba(var(--acc-rgb), .55);
}
.v3-btn:hover {
  transform: translateY(-2px);
  background: var(--acc-dark); color: #fff;
  box-shadow: 0 24px 42px -18px rgba(var(--acc-rgb), .6);
}
.v3-btn .label { display: flex; flex-direction: column; gap: 2px; align-items: flex-start; text-align: left; }
.v3-btn .label .small {
  font-size: 11px; font-weight: 600;
  color: rgba(255,255,255,.78);
  text-transform: uppercase; letter-spacing: 0.2em;
}
.v3-btn svg { flex-shrink: 0; transition: transform .25s; }
.v3-btn:hover svg { transform: translateX(4px); }
.v3-btn.ghost {
  background: #fff; color: var(--acc-dark);
  border: 1.5px solid var(--acc);
  box-shadow: 0 10px 24px -16px rgba(34,31,34,.2);
}
.v3-btn.ghost:hover { background: var(--acc-soft); color: var(--acc-dark); }
.v3-btn.ghost .label .small { color: var(--ink-muted); }
.v3-btn.compact { min-height: 48px; padding: 12px 20px; justify-content: center; gap: 12px; white-space: nowrap; }

/* ---------- CTA: Abschluss-Band --------------------------------------------- */
.v3-cta {
  margin-top: var(--sec-gap);
  background: linear-gradient(135deg, var(--p-cream) 0%, var(--p-cream-deep) 100%);
  border-top: 4px solid var(--acc);
  border-bottom: 1px solid var(--line);
  padding: 76px 0;
  position: relative; overflow: hidden;
}
.v3-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(var(--acc-rgb), .05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(var(--acc-rgb), .05) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}
.v3-cta-inner {
  max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad);
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}
.v3-cta .ct-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ff-display); font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.26em;
  color: var(--acc-dark); font-weight: 700;
  margin-bottom: 18px;
  padding: 6px 13px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--acc-soft);
  border-radius: var(--r-pill);
}
.v3-cta .ct-eyebrow::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--acc);
  animation: v3-pulse 2.4s ease-in-out infinite;
}
@keyframes v3-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.5; }
}
.v3-cta h2 {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.1; letter-spacing: -0.015em;
  color: var(--ink-deep);
}
.v3-cta h2 em {
  font-family: var(--ff-body); font-style: italic; font-weight: 400;
  color: var(--ink-muted); display: block;
  font-size: 16px; margin-top: 14px; line-height: 1.6; letter-spacing: 0;
}
.v3-cta-actions { display: flex; flex-direction: column; gap: 12px; }
.v3-cta .cta-micro { font-size: 13.5px; color: var(--ink-muted); text-align: center; line-height: 1.5; }

/* CTA mit Kontakt-Foto (Kind am Telefon, iStock-629606348) */
.v3-cta-inner.has-photo { grid-template-columns: 1.3fr auto 1fr; }
.v3-cta .cta-figure { margin: 0; width: clamp(170px, 17vw, 230px); min-width: 170px; justify-self: center; }
.v3-cta .cta-figure img {
  display: block; width: 100%;
  aspect-ratio: 4/4.6; object-fit: cover; object-position: 15% 50%;
  border-radius: var(--r-md); border: 1px solid var(--line);
  box-shadow: var(--shadow-card); background: #fff;
}
@media (max-width: 1080px) {
  .v3-cta-inner.has-photo { grid-template-columns: 1fr; }
  .v3-cta .cta-figure { width: 240px; max-width: 100%; min-width: 0; }
}

/* ==========================================================================
   V3 TEIL 2 — Inhalts-Darstellungskomponenten
   Recherche-Basis: Harvard CDTC (Takeaway-Box, sparsamer Fettdruck),
   GOV.UK (Warning-Text), USWDS/PatternFly (vertikale Prozess-Leiter),
   NN/g (Zwei-Karten-Vergleich), Translation-Cards (Signal → Botschaft).
   ========================================================================== */

/* ---------- GREETING: emotionale Anrede über dem H1 ------------------------ */
.v3-greeting {
  font-family: var(--ff-body); font-style: italic; font-weight: 600;
  font-size: clamp(19px, 1.9vw, 24px);
  color: var(--acc); line-height: 1.3;
  margin-bottom: 14px;
}

/* ---------- PULL-QUOTE: herausgehobener Merksatz ---------------------------- */
.v3-pull {
  margin: 28px 0;
  padding: 4px 0 4px 22px;
  border-left: 4px solid var(--acc);
  font-family: var(--ff-display); font-weight: 700;
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.35; color: var(--acc-dark);
}
.v3-pull b { color: var(--ink-deep); font-weight: 800; }

/* ---------- SIGNATUR-ZEILE (links, im Textfluss verankert) ------------------- */
.v3-sign {
  margin-top: 18px; text-align: left;
  font-family: var(--ff-body); font-style: italic; font-weight: 700;
  font-size: 19px; color: var(--acc-dark);
}
.v3-sign::before { content: '— '; }

/* ---------- TAKEAWAY-BOX (Harvard-Muster) ------------------------------------ */
.v3-takeaway {
  background: var(--acc-soft);
  border-left: 4px solid var(--acc);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: 26px 30px;
  max-width: 880px;
}
.v3-takeaway p { font-size: 16.5px; line-height: 1.7; color: var(--ink-deep); max-width: 68ch; }

/* ---------- MEDIA-ROWS: editoriale Foto+Text-Zeilen -------------------------- */
.v3-rows { max-width: var(--wrap); margin: 0 auto; padding: 4px var(--pad) 0; display: grid; gap: 16px; }
.v3-row {
  display: grid; grid-template-columns: minmax(240px, 360px) 1fr;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-md); overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.v3-row:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.v3-row.flip { grid-template-columns: 1fr minmax(240px, 360px); }
.v3-row.flip .row-photo { order: 2; }
.v3-row .row-photo { position: relative; min-height: 230px; }
.v3-row .row-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* Foto links + rechts vom Text (z. B. Eltern, Feld 03) —
   Foto-Spalten in derselben Breite wie bei den übrigen Rows */
.v3-row.split3 { grid-template-columns: minmax(240px, 360px) 1fr minmax(240px, 360px); }
.v3-row .row-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.45) 100%); }
.v3-row .row-photo .photo-num {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-family: var(--ff-display); font-weight: 800; font-size: 12px;
  letter-spacing: 0.18em; padding: 5px 11px;
  background: rgba(255,255,255,.94); color: var(--acc);
  border-radius: var(--r-pill);
}
.v3-row .row-photo .photo-tag {
  position: absolute; bottom: 12px; left: 14px; right: 14px; z-index: 2;
  font-family: var(--ff-body); font-style: italic; font-weight: 600;
  font-size: 15px; color: #fff; line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.v3-row .row-body { padding: 30px 34px; display: flex; flex-direction: column; justify-content: center; }
.v3-row .row-body h3 {
  font-family: var(--ff-display); font-weight: 700; font-size: 21px;
  color: var(--ink-deep); line-height: 1.28; margin-bottom: 10px;
  letter-spacing: -0.005em;
}
.v3-row .row-body p { font-size: 16px; color: var(--ink-muted); line-height: 1.65; max-width: 60ch; }
.v3-row .row-body p b { color: var(--ink-deep); font-weight: 700; }
.v3-row .row-body .card-q {
  font-family: var(--ff-body); font-style: italic; font-weight: 600;
  font-size: 17px; color: var(--acc); line-height: 1.5;
  padding-left: 14px; border-left: 2px solid var(--acc);
}

/* ---------- CHECKLISTE (Indikationskriterien) -------------------------------- */
.v3-checks { list-style: none; margin: 0; padding: 0; display: grid; }
.v3-checks li {
  display: grid; grid-template-columns: 34px 1fr; gap: 14px;
  align-items: baseline;
  padding: 13px 0; border-bottom: 1px solid var(--line-soft);
  font-size: 15.5px; color: var(--ink-deep); line-height: 1.6;
}
.v3-checks li:last-child { border-bottom: none; }
.v3-checks li::before {
  content: '✓';
  align-self: start;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--acc-soft); color: var(--acc-dark);
  font-family: var(--ff-display); font-weight: 800; font-size: 13px;
  display: grid; place-items: center;
}
.v3-checks li i { font-family: var(--ff-body); font-style: italic; color: var(--ink-muted); font-size: 14px; }

/* ---------- WARNBOX (GOV.UK warning-text, warm statt alarmrot) --------------- */
.v3-warning {
  margin-top: 18px;
  display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start;
  background: #FCF4E3;
  border: 1px solid #E8CD96;
  border-left: 5px solid #C9931B;
  border-radius: var(--r-md);
  padding: 22px 26px;
  max-width: 880px;
}
.v3-warning .warn-icon {
  width: 38px; height: 38px; border-radius: 50%;
  background: #C9931B; color: #fff;
  display: grid; place-items: center;
  font-family: var(--ff-display); font-weight: 800; font-size: 20px;
}
.v3-warning p { font-size: 15.5px; color: var(--ink-deep); line-height: 1.65; }
.v3-warning p b { font-weight: 800; }
.v3-warning .contra-lab { color: var(--red); font-weight: 800; }

/* ---------- LEITER: vertikaler Prozess mit Verbindungslinie ------------------ */
.v3-ladder { list-style: none; margin: 0; padding: 0; counter-reset: rung; }
.v3-ladder > li {
  position: relative;
  display: grid; grid-template-columns: 56px 1fr;
  gap: 26px;
  padding-bottom: 34px;
}
.v3-ladder > li::before {
  counter-increment: rung;
  content: counter(rung, decimal-leading-zero);
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--acc); color: #fff;
  display: grid; place-items: center;
  font-family: var(--ff-display); font-weight: 800; font-size: 19px;
  position: relative; z-index: 2;
  box-shadow: 0 0 0 6px rgba(var(--acc-rgb), .12);
}
.v3-ladder > li::after {
  content: ''; position: absolute;
  left: 27px; top: 60px; bottom: -4px;
  width: 2px;
  background: rgba(var(--acc-rgb), .28);
}
.v3-ladder > li:last-child { padding-bottom: 0; }
.v3-ladder > li:last-child::after { display: none; }
.v3-ladder .rung-body {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 26px 30px;
}
.v3-ladder .rung-tag {
  display: inline-block;
  font-family: var(--ff-display); font-weight: 700; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: #fff; background: var(--acc);
  padding: 4px 11px; border-radius: var(--r-pill);
  margin-bottom: 10px;
}
.v3-ladder .rung-body h3 {
  font-family: var(--ff-display); font-weight: 700; font-size: 21px;
  color: var(--ink-deep); line-height: 1.2; margin-bottom: 12px;
  letter-spacing: -0.005em;
}
.v3-ladder .rung-lead {
  font-family: var(--ff-display); font-weight: 700; font-size: 17px;
  color: var(--ink-deep); line-height: 1.45; letter-spacing: -0.005em;
  padding-bottom: 14px; margin-bottom: 14px;
  border-bottom: 1px solid var(--line-soft);
}
.v3-ladder .rung-body p { font-size: 15.5px; color: var(--ink-deep); line-height: 1.75; max-width: 72ch; }
.v3-ladder .rung-body p + p { margin-top: 12px; }
.v3-ladder .rung-body p b { font-weight: 700; }
.v3-ladder .footnote { display: block; margin-top: 14px; font-size: 12.5px; color: var(--ink-muted); font-family: var(--ff-body); font-style: italic; }

/* ---------- WIRKDIMENSIONS-KARTEN (qualitative Evidenz) ---------------------- */
.v3-impact-verb {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-display); font-weight: 800; font-size: 12.5px;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--acc-dark);
  padding: 6px 13px; background: var(--acc-soft);
  border-radius: var(--r-pill);
  margin-bottom: 14px;
}
.v3-impact-verb::before { font-size: 10px; line-height: 1; }
.v3-impact-verb.up::before { content: '\25B2'; }
.v3-impact-verb.down::before { content: '\25BC'; }
.v3-impact-verb.steady::before { content: '\25AC'; }
.v3-cite {
  display: block;
  max-width: var(--wrap); margin: 0 auto;
  padding: 16px var(--pad) 0;
  font-family: var(--ff-body); font-style: italic;
  font-size: 13px; color: var(--ink-muted); line-height: 1.6;
}

/* ---------- TRANSLATION: Signal → Botschaft ---------------------------------- */
.v3-translate {
  display: grid; grid-template-columns: minmax(220px, 0.9fr) 56px 1.4fr;
  gap: 20px; align-items: center;
  margin-top: 28px;
}
.v3-translate .signals { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.v3-translate .signals li {
  font-family: var(--ff-display); font-size: 12.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-deep); text-align: center;
  padding: 12px 16px; background: #fff;
  border: 1px solid var(--acc-soft); border-radius: var(--r-pill);
  box-shadow: 0 6px 14px -10px rgba(34,31,34,.25);
}
.v3-translate .signals li b { color: var(--acc-dark); font-weight: 800; }
.v3-translate .t-arrow {
  display: grid; place-items: center;
  font-family: var(--ff-display); font-weight: 400;
  font-size: 36px; color: var(--acc);
}

/* ---------- TIMESPAN: Meilenstein-Rail ---------------------------------------- */
.v3-timespan { max-width: 1000px; margin: 0 auto; padding: var(--sec-gap) var(--pad) 0; text-align: center; }
.v3-timespan .ts-lead {
  font-family: var(--ff-body); font-style: italic; font-weight: 500;
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.55; color: var(--ink-deep);
}
.v3-timespan .ts-lead b { color: var(--acc); font-weight: 700; }
.v3-timespan .ts-rail {
  margin-top: 40px;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 14px;
}
.v3-timespan .ts-node {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-family: var(--ff-display); font-weight: 700; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-muted); line-height: 1.45;
  max-width: 190px;
}
.v3-timespan .ts-node::before { content: ''; width: 14px; height: 14px; border-radius: 50%; background: var(--acc); }
.v3-timespan .ts-track {
  position: relative; height: 2px;
  margin-top: -34px;
  background: linear-gradient(90deg, rgba(var(--acc-rgb), .55), rgba(var(--acc-rgb), .22), rgba(var(--acc-rgb), .55));
}
.v3-timespan .ts-track .ts-label {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--ff-display); font-weight: 800; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--acc-dark);
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 8px 18px;
  box-shadow: 0 10px 22px -14px rgba(34,31,34,.3);
  white-space: nowrap;
}

/* ---------- FIGURE-BADGE: kleines Overlay-Etikett oben rechts ----------------- */
.v3-figure .fig-badge {
  position: absolute; top: 18px; right: 18px; z-index: 4;
  font-family: var(--ff-display); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--acc-dark);
  padding: 6px 13px; background: rgba(255,255,255,.88);
  border: 1px solid var(--line); border-radius: var(--r-pill);
  backdrop-filter: blur(4px);
}

/* ---------- ASIDE-CARD: Zitat-/Merk-Karte im Hero ----------------------------- */
.v3-aside-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 30px 32px;
  box-shadow: var(--shadow-pop);
}
.v3-aside-card .tag {
  display: inline-block;
  font-family: var(--ff-display); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--acc-dark);
  padding: 6px 13px; background: var(--acc-soft);
  border-radius: var(--r-pill);
  margin-bottom: 18px;
}
.v3-aside-card .big {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(40px, 4.2vw, 58px);
  line-height: 1; letter-spacing: -0.02em;
  color: var(--acc);
}
.v3-aside-card .big small {
  display: block;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.24em;
  color: var(--ink-muted);
  margin-top: 8px;
}
.v3-aside-card .quote {
  margin-top: 18px; padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: var(--ff-body); font-style: italic; font-weight: 500;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55; color: var(--ink-deep);
}
.v3-aside-card .quote b {
  display: block;
  font-family: var(--ff-display); font-style: normal; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--acc-dark);
  margin-bottom: 8px;
}

/* ---------- RESPONSIVE (Teil 2) ----------------------------------------------- */
@media (max-width: 1080px) {
  .v3-translate { grid-template-columns: 1fr; gap: 14px; }
  .v3-translate .t-arrow { transform: rotate(90deg); }
  .v3-translate .signals { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .v3-row, .v3-row.flip, .v3-row.split3 { grid-template-columns: 1fr; }
  .v3-row.flip .row-photo { order: 0; }
  .v3-row .row-body { padding: 22px 22px; }
  .v3-ladder > li { grid-template-columns: 40px 1fr; gap: 16px; }
  .v3-ladder > li::before { width: 40px; height: 40px; font-size: 15px; }
  .v3-ladder > li::after { left: 19px; top: 44px; }
  .v3-ladder .rung-body { padding: 22px 20px; }
  .v3-translate .signals { grid-template-columns: 1fr; }
  .v3-timespan .ts-rail { grid-template-columns: 1fr; gap: 20px; }
  .v3-timespan .ts-track { display: none; }
  .v3-timespan .ts-node { max-width: none; flex-direction: row; }
  .v3-takeaway { padding: 20px 22px; }
  .v3-warning { grid-template-columns: 1fr; gap: 10px; padding: 18px 20px; }
}

/* ---------- RESPONSIVE ------------------------------------------------------- */
@media (max-width: 1080px) {
  .v3-hero-inner, .v3-band-inner.cols, .v3-cta-inner, .v3-sec-cols { grid-template-columns: 1fr; gap: 32px; }
  .v3-cards, .v3-cards.cols4 { grid-template-columns: 1fr 1fr; }
  .v3-panel { padding: 36px 36px 32px; }
  .v3-figure { max-width: 560px; }
  .v3-ribbon-inner { gap: 12px; }
}
@media (max-width: 720px) {
  .v3-cards, .v3-cards.cols2, .v3-cards.cols4 { grid-template-columns: 1fr; }
  .v3-hero-inner { padding: 40px 20px 44px; }
  .v3-panel { padding: 28px 22px 24px; }
  .v3-panel p { font-size: 16px; line-height: 1.65; }
  .v3-band, .v3-cta { padding: 56px 0; }
  .v3-band-card { padding: 24px 22px; }
  .v3-card { padding: 24px 22px 20px; }
  .v3-card.photo { padding: 0; }
  .v3-card.accent { padding: 26px 22px; }
  .v3-stats { padding: 16px 18px; }
  .v3-stat .num { font-size: 23px; }
  .v3-stat + .v3-stat { margin-left: 16px; padding-left: 16px; }
  .v3-quick-inner { padding: 22px 22px; }
  .v3-btn.compact { white-space: normal; text-align: left; }
}/* End custom CSS */