/* ============================================================
   /webinar — Opt-In-Seite (ergaenzt kurs.css)
   ============================================================ */

/* ── Hero-Overrides (Webinar-Page only) ──────────────────── */
.hero {
  /* S87e: volle Viewport-Hoehe statt des 860px-Caps aus kurs.css → der Content wird
     per (Basis-)display:flex + align-items:center ECHT vertikal zentriert.
     S87d-Top haelt weiterhin das absolut positionierte Logo (Unterkante Mobile
     ~54–62px / Desktop ~92px) frei, falls der Content mal hoeher als der Viewport ist. */
  min-height: 100vh;
  padding-block: 80px clamp(80px, 10vw, 140px);
}
.webinar-hero__label {
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);  /* 1.5x default */
  display: block;          /* Block → zuverlaessige vertikale margins (vorher inline-block via .section-label) */
  margin: 0 0 10px;        /* S87c: Eyebrow eng an die H1 (war 100px Desktop / 20px Mobile — wirkte schwebend) */
  letter-spacing: 0.10em;
  color: var(--accent);   /* S67: rot/orange Eyebrow auf dunklem Scrim */
}
/* S87: Deko-Striche per Klassen-Entfernung im HTML weg (User-Wunsch) → Eyebrow = reiner, zentrierter Text. */

/* S87d: Desktop-Top → Content sitzt komfortabel unter dem Logo (Unterkante ~92px) mit Luft. */
@media (min-width: 901px) {
  .hero { padding-top: 104px; }
}
/* S87c: Accent auf Mobile entzerren (Groesse kommt aus der Basisregel).
   S87f: CTA-Label darf umbrechen statt ueber den Rand zu laufen (Basis-Button
   ist white-space:nowrap → das lange Label war breiter als schmale Viewports). */
@media (max-width: 600px) {
  .webinar-hero__headline .hero__headline-accent {
    letter-spacing: 0.015em;
    line-height: 1.4;
  }
  .hero .btn--hero-cta {
    white-space: normal;
    max-width: 100%;
  }
  /* CTA-Pfad oben halten (User-Wunsch S110): CTA direkt nach H1/Accent, VOR Subline +
     Countdown. Reorder via flex-order; align-items bleibt stretch → Element-Breiten +
     Text-Zentrierung unveraendert. Reine Mobile-Umsortierung, Desktop unberuehrt. */
  .webinar-hero__text { display: flex; flex-direction: column; }
  .webinar-hero__text .webinar-hero__label   { order: 1; }
  .webinar-hero__text .webinar-hero__headline { order: 2; }
  .webinar-hero__text .hero__cta              { order: 3; }
  .webinar-hero__text .cta-event-meta         { order: 4; }
  .webinar-hero__text .webinar-countdown      { order: 5; }
  .webinar-hero__text .hero__subline          { order: 6; }
}
.webinar-hero__headline {
  font-size: clamp(1.485rem, 3.45vw, 2.3625rem);   /* S144: Desktop 75% (max 3.15→2.3625rem) + Mobile 90% (min 1.65→1.485rem) der bisherigen Groesse */
  max-width: 39ch;   /* S87: je 20% mehr Breite pro Seite (+40%), war 28ch — gilt fuer H1 + Subheadline (Accent erbt diese Breite) */
  line-height: 1.18;
  text-wrap: balance;   /* S140: balanciert H1-Zeilen (verhindert Orphan-Wort wie "70?" auf Mobile) — progressive Enhancement, kein <br> noetig (Copy via textContent) */
}
/* S160: Biohacker-H1 hat einen bewussten Zwei-Zeilen-Break ("30 %" / "Wie performe ...").
   Copy kommt via textContent (kein <br>) → \n im String + pre-line rendert den Umbruch,
   fuer JS- UND No-JS-Pfad. Lange Zeilen brechen weiterhin normal um (Mobile). */
.webinar-hero__headline [data-variant-headline] { white-space: pre-line; }
/* Frauen-Varianten (S110) + generic-Umbrella (S115): die laengere Frage-H1 soll auf
   Desktop max ~3 Zeilen laufen → Eltern-Container (.hero__text) + H1 deutlich breiter (82ch),
   damit der CTA im ATF sichtbar bleibt. Accent (blaue ATF) + Subline bleiben schmal (58ch,
   Lesbarkeit). generic war frueher kurz (51ch/39ch-Opener); seit dem Umbrella-Umtext (S115)
   ist die generic-H1 eine lange Frage wie bei den Frauen-Slugs → gleiche breite Behandlung,
   die alten engen generic-Caps (51ch/39ch) sind entfernt. Mobile full-width. */
[data-variant^="generic"] .webinar-hero__text,
[data-variant^="meno"] .webinar-hero__text,
[data-variant^="schwanger"] .webinar-hero__text,
[data-variant^="pille"] .webinar-hero__text,
[data-variant^="vital"] .webinar-hero__text { max-width: 82ch; }
[data-variant^="generic"] .webinar-hero__headline,
[data-variant^="meno"] .webinar-hero__headline,
[data-variant^="schwanger"] .webinar-hero__headline,
[data-variant^="pille"] .webinar-hero__headline,
[data-variant^="vital"] .webinar-hero__headline { max-width: 82ch; }
[data-variant^="generic"] .webinar-hero__headline .hero__headline-accent,
[data-variant^="meno"] .webinar-hero__headline .hero__headline-accent,
[data-variant^="schwanger"] .webinar-hero__headline .hero__headline-accent,
[data-variant^="pille"] .webinar-hero__headline .hero__headline-accent,
[data-variant^="vital"] .webinar-hero__headline .hero__headline-accent { max-width: 58ch; margin-inline: auto; }
[data-variant^="generic"] .webinar-hero__text .hero__subline,
[data-variant^="meno"] .webinar-hero__text .hero__subline,
[data-variant^="schwanger"] .webinar-hero__text .hero__subline,
[data-variant^="pille"] .webinar-hero__text .hero__subline,
[data-variant^="vital"] .webinar-hero__text .hero__subline { max-width: 58ch; margin-inline: auto; }
/* Subheadline (S67): voller Satz als eigene Zeile, 65% der Headline-Groesse.
   Farbe BLAU (primary-300, User-Wunsch) — auf dem hellen Bild war das ein
   WCAG-FAIL (2.85:1), ABER auf dem dunklen Scrim unten kehrt sich der Kontrast
   um (heller Text auf dunkel ~5.4:1). Glow geerbt aus kurs.css. User prueft live. */
.webinar-hero__headline .hero__headline-accent {
  display: block;
  /* S140: eigene clamp statt em-Kopplung an die grosse H1 — Desktop ~21px (Optin-Norm,
     war 0.52em ≈ 26px = ~30% ueber Marktniveau), Mobile ~15px lesbar. Entkoppelt die
     lange Mechanismus-Zeile von der Headline-Groesse, damit die ATF ruhiger wirkt. */
  font-size: clamp(0.95rem, 1.6vw, 1.3125rem);
  font-weight: 600;    /* S87e: leichter als die bold H1 (700) → konkurriert nicht mehr */
  line-height: 1.4;
  margin-top: 0.6em;
  color: var(--primary-300);
}

/* Pillar C (S80, User-Wunsch): H1 ist EIN durchgehender Satz —
   "…nicht erholt, obwohl du eigentlich alles richtig machst". Der Accent-Teil
   bleibt blau (geerbt), wird aber inline + in Headline-Groesse gerendert
   statt als abgesetzte, kleinere Subheadline. Greift via data-variant am <html>
   (Pre-Paint gesetzt → kein Flash). Pillar B bleibt zweizeilig. */
[data-variant^="c"] .webinar-hero__headline .hero__headline-accent {
  display: inline;
  font-size: 1em;
  line-height: inherit;
  margin-top: 0;
}

/* ── Hero-ATF-Kontrast-Fix (S67) — nur /webinar (kurs.css unberuehrt) ──────────
   Das Default-Overlay (kurs.css) ist oben fast klar (0.05) → ATF-Text stand auf
   hellem Bild = FAIL. Dunkler Scrim aus der dunkelsten CI-Flaeche (--primary-900
   #0A2933), Deckkraft so, dass alle Hero-Texte auf kontrolliert dunklem Grund
   stehen, das Wassertropfen-Motiv aber durchscheint. */
.hero__overlay {
  background: linear-gradient(180deg,
    rgba(10, 41, 51, 0.80) 0%,
    rgba(8, 33, 43, 0.82) 55%,
    rgba(6, 26, 35, 0.88) 100%);
}
.webinar-hero__text .hero__subline {
  color: rgba(255, 255, 255, 0.88);   /* hell auf Scrim — kein Kruecken-Shadow fuer Fliesstext */
  text-shadow: none;
}

/* ── Countdown-Widget ──────────────────────────────────── */
.webinar-countdown {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 2vw, 16px);
  margin: clamp(24px, 4vw, 40px) auto clamp(28px, 4vw, 44px);
  max-width: 520px;
  flex-wrap: wrap;
}
.webinar-countdown__box {
  flex: 1 1 72px;
  min-width: 72px;
  max-width: 110px;
  padding: clamp(10px, 1.5vw, 16px) clamp(8px, 1.2vw, 12px);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.webinar-countdown__num {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -0.02em;
  text-shadow:
    0 0 20px rgba(127, 219, 238, 0.35),
    0 0 40px rgba(18, 179, 216, 0.15);
  font-variant-numeric: tabular-nums;
}
.webinar-countdown__label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);   /* S67: 0.70→0.82 fuer AA auf dunklem Scrim (Mikro-Label) */
}
.webinar-countdown--dark .webinar-countdown__box {
  background: rgba(18, 179, 216, 0.06);
  border-color: rgba(18, 179, 216, 0.22);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.webinar-countdown--dark .webinar-countdown__num {
  color: var(--primary-500);
  text-shadow:
    0 0 24px rgba(18, 179, 216, 0.30),
    0 0 48px rgba(18, 179, 216, 0.12);
}
.webinar-countdown--dark .webinar-countdown__label { color: var(--text-secondary); }

.webinar-countdown.is-live .webinar-countdown__box { display: none; }
.webinar-countdown.is-live::after {
  content: "Das Webinar läuft";
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.webinar-countdown--dark.is-live::after { color: var(--primary-500); }

/* ── Gunther-Section ───────────────────────────────────── */
.section--gunther {
  padding-block: clamp(80px, 10vw, 144px);
  background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}
.section--gunther .story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.section--gunther .story__portrait {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--bg-secondary);
  box-shadow:
    0 2px 6px rgba(10, 41, 51, 0.08),
    0 24px 60px rgba(10, 41, 51, 0.12);
}
.section--gunther .story__portrait img { width: 100%; height: 100%; object-fit: cover; }
.section--gunther .story__text { color: var(--text-body); }
.section--gunther .story__text p { margin-top: var(--space-5); max-width: 58ch; line-height: 1.65; }
.section--gunther .story__text strong { color: var(--near-black); }

@media (max-width: 900px) {
  .section--gunther .story-grid { grid-template-columns: 1fr; }
  .section--gunther .story__portrait { max-width: 420px; margin-inline: auto; }
}

/* ============================================================
   /webinar-danke — Danke-Seite
   ============================================================ */
/* A2 Stacked-Journey — ATF + Boarding-Ticket + Instagram + Countdown */
.dj-section {
  position: relative;
  background: var(--bg-secondary);
  padding: clamp(28px, 4vw, 48px) 0 clamp(48px, 7vw, 80px);
}
.dj-logo { display: block; width: max-content; margin: 0 auto clamp(20px, 3vw, 32px); }
.dj-logo img { display: block; height: 34px; width: auto; }
.dj-wrap { max-width: 900px; margin-inline: auto; padding-inline: var(--side-padding); }

/* ATF-Kopf */
.dj-atf { text-align: center; margin-bottom: clamp(24px, 4vw, 34px); }
.dj-eyebrow { font-size: 12px; font-weight: var(--weight-bold); letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-dark); }
.dj-h1 { font-family: var(--font-heading); font-weight: var(--weight-bold); line-height: 1.12; color: var(--primary-900); letter-spacing: -0.02em; margin: 10px 0 12px; font-size: clamp(1.5rem, 3.4vw, 2.15rem); }
.dj-h1-accent { color: var(--accent); }
.dj-sub { color: var(--text-body); font-size: var(--text-base); max-width: 64ch; margin-inline: auto; }
@media (min-width: 760px) { .dj-h1 { white-space: nowrap; } }

/* Journey / Timeline */
.dj-journey { max-width: 860px; margin-inline: auto; }
.dj-step { position: relative; padding-left: 62px; padding-bottom: 44px; }
.dj-step:last-child { padding-bottom: 0; }
.dj-node { position: absolute; left: 0; top: 0; width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: 1.15rem; z-index: 3; }
.dj-step--1 .dj-node { background: var(--accent); color: var(--near-black); }
.dj-step--2 .dj-node { background: var(--telegram); color: #fff; }
.dj-step--3 .dj-node { background: var(--primary-700); color: #fff; }
.dj-step--1::after, .dj-step--2::after { content: ""; position: absolute; left: 20px; top: 48px; bottom: 8px; width: 2px; z-index: 0; background: repeating-linear-gradient(180deg, var(--primary-300) 0 7px, transparent 7px 13px); }
/* Arm A (Interstitial gesehen): Journey-Telegram-Schritt bleibt ausgeblendet — sauberer Test (A = nur Interstitial).
   Damit kein Nummern-Sprung 1 → 3 entsteht, rückt Instagram in Arm A visuell auf Schritt 2. */
html.tg-arm-a .dj-step--tg { display: none; }
html.tg-arm-a .dj-step--3 .dj-node { font-size: 0; }
html.tg-arm-a .dj-step--3 .dj-node::before { content: "2"; font-size: 1.15rem; font-family: var(--font-heading); font-weight: var(--weight-bold); }
.dj-plane { position: absolute; left: 8px; top: 48px; width: 24px; height: 24px; color: var(--primary-700); z-index: 1; transform: rotate(180deg); animation: dj-fly 4.6s cubic-bezier(0.45, 0.05, 0.35, 1) 0.7s forwards; }
.dj-plane svg { width: 100%; height: 100%; display: block; }
@keyframes dj-fly { from { top: 48px; } to { top: calc(100% - 14px); } }
.dj-title { font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: 1.15rem; color: var(--primary-900); margin-bottom: 16px; }

/* Boarding-Pass */
.dj-bp { display: flex; background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.dj-bp__main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.dj-bp__head, .dj-bp__foot { background: linear-gradient(120deg, var(--primary-500), var(--primary-700)); color: #fff; padding: 11px 20px; }
.dj-bp__foot { padding: 8px 20px; }
.dj-bp__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dj-bp__tag { font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
.dj-bp__brand { display: flex; align-items: center; gap: 8px; font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: 14px; letter-spacing: 0.04em; }
.dj-bp__brand svg { width: 20px; height: 20px; transform: rotate(45deg); }
.dj-bp__body { flex: 1; padding: 20px; background: radial-gradient(circle, rgba(0,106,142,0.12) 1px, transparent 1.5px); background-size: 14px 14px; }
.dj-bp__fields { display: flex; gap: 26px; flex-wrap: wrap; }
.dj-fld small { display: block; font-size: 9.5px; letter-spacing: 0.11em; text-transform: uppercase; color: var(--accent-dark); font-weight: var(--weight-bold); margin-bottom: 2px; }
.dj-fld b { font-family: var(--font-heading); font-size: 15px; color: var(--primary-900); font-weight: var(--weight-bold); }
.dj-bp__mid { display: flex; align-items: center; gap: 18px; margin: 20px 0; }
.dj-barcode { width: 40px; height: 62px; flex: none; background: repeating-linear-gradient(90deg, #1a1a18 0 1.5px, #fff 1.5px 3px, #1a1a18 3px 4px, #fff 4px 6.5px, #1a1a18 6.5px 8px, #fff 8px 9.5px); }
.dj-bp__route { flex: 1; display: flex; align-items: center; justify-content: center; gap: 16px; }
.dj-bp__route span { font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: 1.7rem; color: var(--primary-900); letter-spacing: 0.02em; }
.dj-route-ico { width: 26px; height: 26px; color: var(--primary-500); transform: rotate(45deg); }
.dj-bp__fields--sub { margin-top: 2px; }
.dj-perf { position: relative; width: 2px; flex: none; background: repeating-linear-gradient(180deg, rgba(0,0,0,0.22) 0 6px, transparent 6px 12px); }
.dj-perf::before, .dj-perf::after { content: ""; position: absolute; left: -9px; width: 18px; height: 18px; border-radius: 50%; background: var(--bg-secondary); }
.dj-perf::before { top: -9px; }
.dj-perf::after { bottom: -9px; }
.dj-stub { width: 172px; flex: none; background: var(--primary-900); color: #fff; padding: 18px 16px; display: flex; flex-direction: column; gap: 12px; }
.dj-stub__route { font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: 13px; letter-spacing: 0.06em; color: var(--primary-300); display: flex; align-items: center; gap: 7px; }
.dj-stub__route svg { width: 15px; height: 15px; transform: rotate(45deg); }
.dj-stub .dj-fld small { color: var(--primary-300); }
.dj-stub .dj-fld b { color: #fff; font-size: 13.5px; }
.dj-stub__grid { display: flex; gap: 18px; }
.dj-stub__barcode { margin-top: auto; height: 42px; background: repeating-linear-gradient(90deg, #fff 0 1.5px, transparent 1.5px 3px, #fff 3px 4px, transparent 4px 6.5px); opacity: 0.85; border-radius: 3px; }

/* Kalender-CTA (Apple / Google) */
.dj-cta { margin-top: 22px; text-align: center; }
.dj-cta__label { font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: 1.05rem; color: var(--primary-900); margin-bottom: 12px; }
.dj-cta__btns { display: flex; gap: 12px; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 20px; }
.dj-calbtn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 168px; background: var(--accent); color: var(--near-black); font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: 1rem; padding: 15px 24px; border-radius: 12px; text-decoration: none; box-shadow: 0 8px 20px rgba(242,100,25,0.32); transition: transform var(--transition-fast), box-shadow var(--transition-fast); }
.dj-calbtn svg { width: 20px; height: 20px; }
.dj-calbtn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(242,100,25,0.44); }
.dj-cta__hint { font-size: 12px; color: var(--text-secondary); margin-top: 12px; }

/* Instagram-Kopf (Schritt 2) */
.ig-head { text-align: center; margin-bottom: var(--space-6); }
.dj-ig-label { justify-content: center; }
.ig-h2 { font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: clamp(1.5rem, 3vw, 1.9rem); color: var(--primary-900); margin: 8px 0 0; letter-spacing: -0.02em; }
.ig-h2-accent { color: var(--primary-500); }

/* Abflug + Countdown */
.dj-abflug { text-align: center; margin: clamp(40px, 6vw, 56px) auto 0; max-width: 560px; }
.dj-abflug__label { font-size: 12px; font-weight: var(--weight-bold); letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-dark); }
.dj-abflug__date { font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: 1.25rem; color: var(--primary-900); margin: 6px 0 14px; }
.dj-abflug .webinar-countdown { justify-content: center; margin: 0 auto; max-width: none; }
.dj-abflug .webinar-countdown__box { background: var(--primary-700); border: 1px solid var(--primary-800); box-shadow: var(--shadow-sm); backdrop-filter: none; -webkit-backdrop-filter: none; }
.dj-abflug .webinar-countdown__num { color: var(--text-on-dark); text-shadow: none; }
.dj-abflug .webinar-countdown__label { color: rgba(255,255,255,0.82); }

/* Mobile — Boarding-Pass wird Hochformat-Pass */
@media (max-width: 600px) {
  .dj-h1 { white-space: normal; }
  .dj-bp { flex-direction: column; }
  .dj-perf, .dj-stub { display: none; }
  .dj-bp__head { padding: 10px 15px; }
  .dj-bp__tag { font-size: 10px; }
  .dj-bp__brand { font-size: 12px; }
  .dj-bp__brand svg { width: 16px; height: 16px; }
  .dj-bp__body { padding: 18px; }
  .dj-bp__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 16px; }
  .dj-bp__mid { flex-direction: column-reverse; gap: 14px; margin: 18px 0; }
  .dj-barcode { width: 100%; height: 30px; }
  .dj-bp__route { width: 100%; }
  .dj-bp__route span { font-size: 1.45rem; }
  .dj-cta__btns { flex-direction: column; }
  .dj-calbtn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .dj-plane { animation: none; top: calc(100% - 14px); }
}

/* Next-Steps Bonus-Highlight (mittlere Karte = Kalender) */
.section--next-steps .pillar--highlight .pillar__number { color: var(--accent); }
/* Next-Steps: Kopf zentriert (wie Instagram-Sektion) */
.section--next-steps .container--narrow { text-align: center; }
.section--next-steps .section-label { justify-content: center; }
/* Next-Steps: 2 Pillars statt 3 → zentriert (Desktop/Tablet; Mobile bleibt 1-spaltig) */
@media (min-width: 601px) {
  .section--next-steps .pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 340px));
    justify-content: center;
    max-width: 800px;
  }
}
.danke-kalender {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-top: var(--space-5);
}
.danke-kalender__btn {
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-700);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.danke-kalender__btn:hover {
  background: #FFFFFF;
  color: var(--primary-800);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

/* Zoom-Link-Fallback unter den 3 Karten */
.danke-zoom-fallback {
  margin-top: clamp(40px, 6vw, 64px);
  padding: clamp(24px, 4vw, 40px);
  border-radius: var(--radius-lg);
  background: rgba(18, 179, 216, 0.06);
  border: 1px solid rgba(18, 179, 216, 0.18);
  text-align: center;
  max-width: 560px;
  margin-inline: auto;
}
.danke-zoom-fallback__text {
  color: var(--text-body);
  font-size: var(--text-sm);
  margin-bottom: var(--space-4);
}

/* Klartext-Zoom-Link + Kopieren-Button (geteilt: Next-Steps-Sektion + Exit-Popup) */
.danke-zoombox {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  align-items: stretch;
  justify-content: center;
  max-width: 480px;
  margin-inline: auto;
}
.danke-zoombox__url {
  flex: 1 1 240px;
  min-width: 0;
  padding: var(--space-3) var(--space-4);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 179, 216, 0.30);
  border-radius: var(--radius);
  color: var(--primary-700);
  font-size: var(--text-sm);
  text-align: left;
  word-break: break-all;
  line-height: 1.3;
}
.danke-zoombox__copy {
  flex: 0 0 auto;
  padding: var(--space-3) var(--space-5);
  background: var(--primary-700);
  color: #FFFFFF;
  border: 1px solid var(--primary-700);
  border-radius: var(--radius);
  font-size: var(--text-sm);
  font-weight: 600;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}
.danke-zoombox__copy:hover { background: var(--primary-800); border-color: var(--primary-800); }
.danke-zoombox__copy.is-copied { background: #1A7A4F; border-color: #1A7A4F; }

/* Zoom-Block im Exit-Popup */
.exit-popup__zoom { margin-top: var(--space-5); }
.exit-popup__zoom-label {
  font-size: var(--text-sm);
  color: var(--text-body);
  margin-bottom: var(--space-3);
}

@media (max-width: 900px) {
  .section--next-steps .pillar--highlight { transform: none; }
  .section--next-steps .pillar--highlight:hover { transform: translateY(-4px); }
}

@media (prefers-reduced-motion: reduce) {
  .danke-hero__check { animation: none; }
}

/* ============================================================
   Signup-Modal — Premium Overlay
   ============================================================ */
.modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4);
  background: rgba(2, 14, 22, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: modal-backdrop-in 240ms ease forwards;
}
.modal[hidden] { display: none; }

@keyframes modal-backdrop-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── Card ────────────────────────────────────────────────── */
.modal__content {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 520px;
  max-height: calc(100vh - var(--space-8));
  overflow-y: auto;
  overflow-x: hidden;
  padding: clamp(36px, 5vw, 56px) clamp(28px, 4vw, 48px);
  border-radius: clamp(20px, 2.2vw, 28px);
  color: var(--text-body);
  text-align: center;
  background:
    /* Crown-Streifen oben: Orange -> Cyan */
    linear-gradient(90deg, var(--accent) 0%, var(--primary-500) 100%) top / 100% 4px no-repeat,
    /* Diagonal-Gradient: warme Creme oben-links -> kuehles Blue-White unten-rechts */
    linear-gradient(135deg,
      rgba(255, 244, 232, 0.80) 0%,
      rgba(255, 255, 255, 1.00) 45%,
      rgba(247, 251, 252, 1.00) 100%);
  box-shadow:
    0 2px 8px rgba(0, 30, 50, 0.18),
    0 40px 80px rgba(0, 60, 80, 0.38),
    0 14px 36px rgba(0, 78, 106, 0.22);
  animation: modal-card-in 360ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
/* Licht-Akzent oben rechts */
.modal__content::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(127, 219, 238, 0.45), transparent 70%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
}

@keyframes modal-card-in {
  from { transform: translateY(18px) scale(0.96); opacity: 0; }
  to   { transform: translateY(0)    scale(1);    opacity: 1; }
}

/* ── Close-Button ────────────────────────────────────────── */
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(10, 41, 51, 0.12);
  background: transparent;
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 260ms ease,
    color 260ms ease,
    background 260ms ease,
    transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2;
}
.modal__close:hover {
  border-color: var(--primary-500);
  color: var(--primary-500);
  background: rgba(18, 179, 216, 0.08);
  transform: rotate(90deg);
}
.modal__close:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 3px;
}

/* ── States ──────────────────────────────────────────────── */
.signup-form__state { text-align: center; position: relative; }

.signup-form__state--form .section-label {
  display: inline-flex;
  justify-content: center;
}
.signup-form__title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--near-black);
  margin-block: var(--space-5) var(--space-3);
  line-height: 1.2;
  letter-spacing: -0.015em;
}
.signup-form__intro {
  color: var(--text-body);
  font-size: var(--text-base);
  margin-bottom: var(--space-6);
  line-height: 1.55;
  max-width: 38ch;
  margin-inline: auto;
}

/* ── Form ────────────────────────────────────────────────── */
.signup-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  text-align: left;
}
.signup-form__field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 2px; /* Platz fuer Focus-Underline */
}
.signup-form__label {
  font-size: 0.68rem;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-secondary);
  transition: color 220ms ease;
}
.signup-form__label em {
  font-style: normal;
  color: var(--accent);
}
/* Optional-Hinweis (Telefon): zurückhaltend, nicht versalisiert */
.signup-form__optional {
  font-weight: var(--weight-regular);
  letter-spacing: 0.02em;
  text-transform: none;
  opacity: 0.72;
}
/* Focus ODER gefüllt → Label cyan */
.signup-form__field:focus-within .signup-form__label,
.signup-form__field:has(input:not(:placeholder-shown)) .signup-form__label {
  color: var(--primary-500);
}

.signup-form__field input {
  padding: 14px 16px;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: var(--text-base);
  font-family: var(--font-body);
  color: var(--near-black);
  background: rgba(215, 240, 247, 0.28);
  transition: background 220ms ease, border-color 220ms ease;
  width: 100%;
  box-sizing: border-box;
}
.signup-form__field input:hover { background: rgba(215, 240, 247, 0.40); }
.signup-form__field input:focus {
  outline: none;
  background: rgba(215, 240, 247, 0.48);
}
.signup-form__field input[aria-invalid="true"] {
  background: rgba(242, 100, 25, 0.08);
}
.signup-form__field input::placeholder { color: transparent; }

/* Focus-Underline: expandiert von Mitte */
.signup-form__field::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
  transition: left 320ms cubic-bezier(0.22, 1, 0.36, 1), right 320ms cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 1px;
  pointer-events: none;
}
.signup-form__field:focus-within::after {
  left: 8%;
  right: 8%;
}

.signup-form__submit {
  margin-top: var(--space-3);
  width: 100%;
}
.signup-form__submit[aria-busy="true"] { animation: submit-pulse 1.2s ease-in-out infinite; }
@keyframes submit-pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.01); }
}

/* ── Privacy mit Schloss-Icon ───────────────────────────── */
.signup-form__privacy {
  font-size: 0.78rem;
  color: #6B7A7E;
  line-height: 1.5;
  text-align: center;
  margin-top: var(--space-4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  max-width: 42ch;
  margin-inline: auto;
}
.signup-form__privacy strong { color: var(--near-black); font-weight: var(--weight-semibold); }
.signup-form__privacy-icon { color: var(--primary-500); flex-shrink: 0; }

/* ── Success-State ───────────────────────────────────────── */
.signup-form__success-icon {
  color: var(--primary-500);
  margin-bottom: var(--space-4);
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 0 18px rgba(18, 179, 216, 0.28));
}
.signup-form__zoom-link { width: 100%; margin-block: var(--space-4) var(--space-4); }

/* ── Error-State ─────────────────────────────────────────── */
.signup-form__state--error .signup-form__title { color: var(--accent-dark); }
.signup-form__retry { width: 100%; margin-top: var(--space-4); }

/* ── Entrance: Staggered Content ─────────────────────────── */
.signup-form__state--form > * {
  opacity: 0;
  transform: translateY(8px);
  animation: form-content-in 380ms var(--anim-ease) forwards;
}
.signup-form__state--form > *:nth-child(1) { animation-delay: 120ms; }  /* Section-Label */
.signup-form__state--form > *:nth-child(2) { animation-delay: 200ms; }  /* Title */
.signup-form__state--form > *:nth-child(3) { animation-delay: 260ms; }  /* Intro */
.signup-form__state--form > *:nth-child(4) { animation-delay: 320ms; }  /* Form */

@keyframes form-content-in {
  to { opacity: 1; transform: translateY(0); }
}

/* ── Mobile: Popup fast Vollbild ─────────────────────────── */
@media (max-width: 640px) {
  .modal { padding: var(--space-3); align-items: flex-end; }
  .modal__content {
    padding: clamp(28px, 6vw, 40px) clamp(20px, 5vw, 28px);
    max-height: calc(100vh - var(--space-4));
  }
  .modal__content::before { width: 180px; height: 180px; top: -30px; right: -30px; }
}

/* ── Reduced Motion ──────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .modal,
  .modal__content,
  .signup-form__state--form > * {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .modal__close,
  .signup-form__field input,
  .signup-form__label,
  .signup-form__field::after { transition: none; }
  .modal__close:hover { transform: none; }
  .signup-form__submit[aria-busy="true"] { animation: none; }
}

/* ── Review Collage (Fallstudien) ───────────────────────── */
.review-collage-wrapper {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  padding: 60px 15px;
  background-color: transparent;
}

.review-collage-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
  gap: 15px;
}

.review-collage-item {
  background-color: #ffffff;
  padding: 10px 10px 25px 10px;
  border-radius: 2px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  margin: -5px -10px;
}

.review-collage-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  pointer-events: none;
}

.review-collage-item:hover {
  transform: scale(1.15) rotate(0deg) !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  z-index: 1000 !important;
}

.review-collage-item.z-1 { z-index: 1; }
.review-collage-item.z-2 { z-index: 2; }
.review-collage-item.z-3 { z-index: 3; }
.review-collage-item.z-4 { z-index: 4; }
.review-collage-item.z-5 { z-index: 5; }

.review-collage-item.size-banner    { width: 260px; }
.review-collage-item.size-portrait  { width: 240px; }
.review-collage-item.size-square    { width: 290px; }
.review-collage-item.size-landscape { width: 400px; }
.review-collage-item.size-large     { width: 500px; }

.review-collage-item.pos-1 { transform: rotate(-3deg)   translateY(8px); }
.review-collage-item.pos-2 { transform: rotate(4deg)    translateY(-8px); }
.review-collage-item.pos-3 { transform: rotate(-1.5deg) translateX(8px); }
.review-collage-item.pos-4 { transform: rotate(3deg)    translateX(-8px); }
.review-collage-item.pos-5 { transform: rotate(-4deg)   translateY(-5px); }
.review-collage-item.pos-6 { transform: rotate(2deg)    translateY(12px); }
.review-collage-item.pos-7 { transform: rotate(-2.5deg) translateX(-10px); }
.review-collage-item.pos-8 { transform: rotate(3.5deg)  translateX(6px); }

@media (max-width: 992px) {
  .review-collage-item { margin: 8px 5px; }
  .review-collage-item.size-large { width: 85%; }
}
@media (max-width: 768px) {
  .review-collage-item {
    width: 46%;
    margin: 10px 5px;
    padding: 8px 8px 20px 8px;
  }
  .review-collage-item.size-large,
  .review-collage-item.size-landscape { width: 95%; }
}
@media (max-width: 480px) {
  .review-collage-item { width: 92%; margin: 15px 0; }
}

/* ── Bridge-Section (Mid-Page Pillar-Match) ─────────────────
   Wird per Pre-Paint-Script in webinaranmeldung.html mit pillar-
   spezifischer Headline + Body befüllt. Eigenständige Sektion auf
   --bg-secondary, zentriert, mit Sekundär-CTA. Subtiler Bruch zum
   dunklen Hero darüber. */
.section--bridge {
  background: var(--bg-secondary);
  text-align: center;
  padding-block: clamp(56px, 8vw, 96px);
}
.section--bridge .section__headline {
  margin-inline: auto;
  max-width: 24ch;
}
.section--bridge .section__intro {
  margin-inline: auto;
  max-width: 56ch;
  margin-bottom: clamp(28px, 4vw, 44px);
}
/* CTA-Lead — Übergangssatz direkt über dem Anmelde-Button (Hero + Bridge).
   Hero liegt auf dunklem Foto-Overlay → helle Schrift; Bridge auf hellem BG → Accent. */
.webinar-hero__cta-lead {
  font-family: var(--font-heading, inherit);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 auto clamp(12px, 1.6vw, 18px);
  max-width: 34ch;
  text-align: center;
  color: var(--text-on-dark);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}
.section--bridge .webinar-hero__cta-lead--bridge {
  color: var(--accent-dark);
  text-shadow: none;
}

/* Mobile-Safety (nur Webinar-Seite, da webinar.css nur hier geladen wird):
   CTA-Buttons dürfen umbrechen statt den Hero über die Viewport-Breite zu
   schieben. Behebt den horizontalen Overflow (rechts abgeschnitten auf Mobile). */
.btn--hero-cta,
.btn--mid-cta {
  white-space: normal;
  max-width: 100%;
  text-align: center;
}

/* Event-Meta direkt unter jedem CTA: Datum · Uhrzeit (dt. Zeit) · Live via Zoom.
   Basis = helle Sektionen (Bridge, Curriculum, Fallstudien, FAQ, Modal).
   --on-dark = dunkle Sektionen (Hero, Dringlichkeit/Offer, Closing). */
.cta-event-meta {
  margin: clamp(10px, 1.4vw, 14px) auto 0;
  max-width: 40ch;
  font-size: clamp(0.82rem, 0.95vw, 0.94rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-align: center;
  color: var(--accent-dark);
}
.cta-event-meta--on-dark {
  color: var(--text-on-dark);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.hero__cta--bridge {
  display: flex;
  justify-content: center;
  margin-top: clamp(20px, 3vw, 32px);
}
.hero__cta--bridge .btn--hero-cta {
  /* Sekundär-CTA-Styling — falls primary-CTA-Styling via .btn--hero-cta zu prominent */
  /* (Notiz: Button-Style bleibt konsistent zum Hero-CTA für Wiedererkennung) */
}

/* ============================================================
   Exit-Intent-Kalender-Popup (S35.4 — Native <dialog>+Top-Layer)
   ============================================================ */

/* Native <dialog>-Reset + Body-Scroll-Lock-Compatible Position.
   Top-Layer-Rendering ist im FC-Iframe nicht zuverlässig — Dialog
   landet im normalen DOM-Flow. Daher: explizites position:fixed +
   inset:0 + margin:auto. Body-Lock (in JS) macht body zum eingefrorenen
   Viewport-Container, dadurch ist position:fixed effektiv viewport-relativ. */
dialog.exit-popup {
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  max-width: 460px;
  width: calc(100% - 2 * var(--space-4));
  max-height: calc(100dvh - 2 * var(--space-4));
  max-height: calc(100vh - 2 * var(--space-4));
  overflow: visible;
  z-index: 10000;
}
dialog.exit-popup:not([open]) { display: none; }

/* Backdrop = Pseudo-Element im Top-Layer (wo unterstützt) ODER
   eigener Block (Fallback bei failed Top-Layer-Promotion).
   Body-Lock macht position:fixed Backdrop auch im Fallback voll-viewport. */
dialog.exit-popup::backdrop {
  background: rgba(2, 14, 22, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: modal-backdrop-in 240ms ease forwards;
}

/* Backdrop-Fallback via box-shadow für Iframe-Fail-Case:
   Wenn ::backdrop nicht voll deckt (Top-Layer-Promotion failed),
   simulieren wir den Backdrop via riesigen box-shadow + outline. */
dialog.exit-popup[open] {
  animation: modal-card-in 360ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  box-shadow: 0 0 0 100vmax rgba(2, 14, 22, 0.72);
}

.exit-popup .modal__content {
  background: linear-gradient(160deg, var(--primary-700) 0%, var(--primary-800) 100%);
  color: var(--text-on-dark);
  box-shadow:
    0 2px 6px rgba(0, 78, 106, 0.28),
    0 24px 60px rgba(0, 106, 142, 0.38),
    0 8px 24px rgba(0, 106, 142, 0.22);
  max-width: 460px;
  padding: clamp(36px, 4.5vw, 56px) clamp(28px, 3.5vw, 44px);
}
.exit-popup .modal__content::before { display: none; }

/* Close-Button auf dunklem BG sichtbar machen */
.exit-popup .modal__close {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.25);
}
.exit-popup .modal__close:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.12);
}

/* Akzent-Label (orange wie .pillar--highlight .pillar__number) als visueller Anker */
.exit-popup .section-label {
  color: var(--accent);
  font-weight: var(--weight-bold);
}
.exit-popup .section-label--with-line::before,
.exit-popup .section-label--with-line::after {
  background: var(--accent);
}

.exit-popup__title {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-on-dark);
  margin-block: var(--space-3) var(--space-3);
  letter-spacing: -0.015em;
}

.exit-popup__text {
  color: var(--text-on-dark);
  font-size: var(--text-base);
  line-height: 1.55;
  margin-bottom: var(--space-5);
  opacity: 0.92;
}
.exit-popup__text strong { color: #FFFFFF; opacity: 1; }

.exit-popup__buttons {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

@media (max-width: 480px) {
  .exit-popup .modal__content {
    padding: clamp(32px, 6vw, 40px) clamp(22px, 5vw, 30px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .modal,
  .modal__content { animation: none; }
}

@media print {
  .modal { display: none !important; }
}

/* ============================================================
   NEU 2026-06-10 — Longform-Sektionen der generischen /webinar
   (Problem-Agitation · Dream-Outcome · Filter). Nur Token-Variablen,
   responsive, Karten-Idiom konsistent zu .offer-card / .pillar
   (weißer BG, --border, --radius-lg, --shadow-md).
   ============================================================ */

/* ── Prose-Absätze (Problem + Dream): lesbare Textspalte ──── */
.prose-paragraph {
  max-width: 60ch;
  margin-block: 0 var(--space-5);
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
  color: var(--text-body);
}
.prose-paragraph:last-child { margin-bottom: 0; }

/* ── S140: Body-Sektions-Headlines auf /webinar (Longform) verkleinern ──────
   Der h2-Default (--text-3xl ≈ 39–44px, Mobile durchgehend 39px) wirkte im Body
   zu wuchtig gegenueber der ruhigeren Hero. Scoped auf .webinar-lp (nur /webinar —
   NICHT kurs-danke; webinar-danke ab S141 ebenfalls angeglichen, die dieselbe webinar.css laden). Zielhierarchie:
   Hero-H1 ~50px > Body-H2 32px > Intro ~19px > Fliesstext 17px. Mobile: H2 → ~26px. */
.webinar-lp .section__headline { font-size: clamp(1.625rem, 4.5vw, 2rem); }
.webinar-lp .section__intro    { font-size: clamp(1.1rem, 1.3vw, 1.1875rem); }
/* Curriculum-Karten (geteiltes .pillar-Idiom aus kurs.css, dort fuer die Verkaufsseite
   gross skaliert): die Stat-Zahl war clamp(3.25rem,6vw,4.5rem) = 52–72px (Mobile 52px!)
   und dominierte den ganzen Body. Auf /webinar ruhiger, in Hierarchie unter Hero-H1. */
.webinar-lp .pillar__number   { font-size: clamp(2.25rem, 5vw, 3rem); }      /* 52–72px → 36–48px */
.webinar-lp .pillar__title    { font-size: clamp(1.25rem, 1.6vw, 1.375rem); } /* h3 25–28px → 20–22px */
.webinar-lp .pillar__sublabel { font-size: clamp(1.1rem, 1.5vw, 1.25rem); }   /* 20–24px → ~18–20px */

/* ── Problem-Agitation ──────────────────────────────────────
   Helle Sektion (Default --bg-primary aus .section), narrow
   Container, Headline-Abstand wie Nachbar-Sektionen. */
.section--problem-agitation .section__headline {
  max-width: 22ch;
}

/* ── Dream-Outcome ──────────────────────────────────────────
   Ruhige, leicht getönte Sektion (--bg-secondary). */
.section--dream {
  background: var(--bg-secondary);
}
.section--dream .section__headline {
  max-width: 24ch;
}

/* ── Filter (Für wen / Nicht für wen) ───────────────────────
   2 Karten ab 768px nebeneinander, darunter gestapelt. */
.section--filter .section__headline {
  max-width: 26ch;
  margin-bottom: var(--space-10);
}
.filter-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
}
@media (min-width: 768px) {
  .filter-grid { grid-template-columns: 1fr 1fr; }
}
.filter-card {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3.5vw, 40px);
  box-shadow: var(--shadow-md);
}
.filter-card--against {
  background: var(--bg-secondary);
}
.filter-card__title {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  color: var(--text-heading);
  margin-bottom: var(--space-5);
}
.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.filter-list__item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
}
.filter-list__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: var(--radius-pill);
  margin-top: 2px;
}
.filter-list__icon--check {
  color: var(--primary-700);
  background: var(--primary-100);
}
.filter-list__icon--cross {
  color: var(--text-secondary);
  background: var(--border);
}
.filter-list__text {
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--text-body);
}

/* ═══════════════════════════════════════════════════════════
   Instagram-Follow-Sektion (webinar-danke) — Profil + 3er-Post-Grid
   ═══════════════════════════════════════════════════════════ */
.ig-intro {
  text-align: center;
  max-width: 52ch;
  margin: var(--space-4) auto 0;
  font-size: var(--text-lg);
  line-height: var(--leading-normal);
  color: var(--text-body);
}
.ig-card {
  max-width: 680px;
  margin: var(--space-10) auto 0;
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: var(--space-8) var(--space-7);
}
.ig-card__profile {
  display: flex;
  align-items: center;
  gap: var(--space-5);
}
.ig-card__meta { min-width: 0; }
.ig-card__handle { max-width: 100%; }
.ig-card__avatar {
  width: 88px;
  height: 88px;
  border-radius: var(--radius-pill);
  object-fit: cover;
  border: 3px solid var(--bg-primary);
  box-shadow: 0 0 0 2px var(--primary-500);
  flex-shrink: 0;
}
.ig-card__handle {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-heading);
  font-weight: var(--weight-bold);
  font-size: var(--text-lg);
  color: var(--near-black);
}
.ig-card__verified {
  color: var(--primary-500);
  display: inline-flex;
}
.ig-card__verified svg { width: 20px; height: 20px; }
.ig-card__name {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  margin: 2px 0 10px;
}
.ig-card__stats {
  display: flex;
  gap: var(--space-5);
  font-size: var(--text-sm);
  color: var(--text-secondary);
}
.ig-card__stats strong {
  color: var(--near-black);
  font-family: var(--font-heading);
}
.ig-grid {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
  margin: var(--space-6) 0;
}
.ig-post { min-width: 0; }
.ig-post__media {
  aspect-ratio: 3 / 4;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-secondary);
}
.ig-post__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ig-post__likes {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: var(--space-2) 0 3px;
}
.ig-post__likes svg { width: 16px; height: 16px; fill: #E0245E; }
.ig-post__likes strong {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  color: var(--near-black);
}
.ig-post__caption {
  font-size: var(--text-sm);
  line-height: var(--leading-snug);
  color: var(--text-body);
  margin: 0;
}
.ig-post__caption strong {
  font-family: var(--font-heading);
  color: var(--near-black);
}
.ig-post__comments {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  margin: 3px 0 0;
}
.ig-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  width: 100%;
  margin-top: var(--space-6);
  background: var(--accent);
  color: var(--near-black);
  font-family: var(--font-heading);
  font-weight: var(--weight-bold);
  font-size: var(--text-base);
  padding: var(--space-4);
  border-radius: var(--radius);
  text-decoration: none;
  transition: background var(--transition-base), transform var(--transition-base);
}
.ig-card__cta:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}
.ig-card__cta svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.ig-card__hint {
  text-align: center;
  font-size: var(--text-xs);
  color: var(--text-secondary);
  margin: var(--space-3) 0 0;
}
@media (max-width: 600px) {
  .ig-card { padding: var(--space-6) var(--space-4); }
  /* Profil-Kopf: zentriertes Vertikal-Layout statt gequetschtem Horizontal */
  .ig-card__profile { flex-direction: column; text-align: center; gap: var(--space-3); }
  .ig-card__avatar { width: 76px; height: 76px; }
  .ig-card__handle { justify-content: center; font-size: var(--text-base); }
  .ig-card__name { margin: 4px 0 8px; }
  .ig-card__stats { justify-content: center; gap: var(--space-5); flex-wrap: wrap; }
  /* Nur EIN Feature-Reel auf Mobile (670-Likes-Post), zentriert */
  .ig-grid { display: block; margin: var(--space-6) 0; }
  .ig-post { display: none; }
  .ig-post:nth-child(2) { display: block; max-width: 300px; margin: 0 auto; }
}

/* ── TikTok — kompakter Zweit-Touchpoint unter der IG-Karte ── */
.tt-connector {
  text-align: center;
  font-size: var(--text-sm);
  color: var(--text-secondary);
  max-width: 520px;
  margin: var(--space-6) auto 0;
}
.tt-card {
  max-width: 680px;
  margin: var(--space-4) auto 0;
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: var(--space-6) var(--space-7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  flex-wrap: wrap;
}
.tt-card__profile { display: flex; align-items: center; gap: var(--space-4); min-width: 0; }
.tt-card__glyph {
  width: 56px;
  height: 56px;
  display: block;
  flex-shrink: 0;
}
.tt-card__handle {
  font-family: var(--font-heading);
  font-weight: var(--weight-bold);
  font-size: var(--text-lg);
  color: var(--near-black);
}
.tt-card__name {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  margin: 2px 0 8px;
}
.tt-card__stats {
  display: flex;
  gap: var(--space-5);
  font-size: var(--text-sm);
  color: var(--text-secondary);
}
.tt-card__stats strong { color: var(--near-black); font-family: var(--font-heading); }
.tt-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  flex-shrink: 0;
  background: var(--near-black);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: var(--weight-bold);
  font-size: var(--text-base);
  padding: var(--space-3) var(--space-6);
  border-radius: var(--radius);
  text-decoration: none;
  transition: transform var(--transition-base), background var(--transition-base);
}
.tt-card__cta:hover { transform: translateY(-2px); }
.tt-card__cta svg { width: 20px; height: 20px; fill: currentColor; }
@media (max-width: 600px) {
  .tt-card { flex-direction: column; text-align: center; padding: var(--space-5) var(--space-4); }
  .tt-card__profile { flex-direction: column; text-align: center; gap: var(--space-2); }
  .tt-card__stats { justify-content: center; }
  .tt-card__cta { width: 100%; }
}

/* ============================================================
   Telegram-Community-Karte + A/B-Interstitial (2026-07-16)
   Design: previews/telegram-card-final.preview.html (dark & bold + Gesprächs-Wechsel).
   --telegram scoped hier (tokens.css) — nicht global streuen.
   ============================================================ */

/* ── Karte (dark, immersive) ── */
.tg-card { background: #0b2b36; border: 1px solid rgba(38,165,228,0.28); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(38,165,228,0.1); max-width: 430px; margin-inline: auto; }
.tg-card__head { display: flex; align-items: center; gap: 11px; padding: 13px 16px; background: linear-gradient(120deg, var(--telegram), var(--telegram-dark)); color: #fff; }
.tg-card__av { width: 40px; height: 40px; flex: none; color: #fff; }
.tg-card__av svg { width: 100%; height: 100%; display: block; }
.tg-card__av circle { fill: #fff; }
.tg-card__av path { fill: var(--telegram); }
.tg-card__id b { font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: 0.96rem; display: block; line-height: 1.15; }
.tg-card__id span { font-size: 0.73rem; opacity: 0.92; }
/* .tg-card__pulse / .tg-card__dot / @tg-pz entfernt (S162): Die Online-Pille suggerierte
   Echtzeit-Praesenz, die es nicht gibt — die Telegram-Bot-API hat gar keinen Endpoint fuer
   Online-Zahlen. Ebenso raus: die statische Mitgliederzahl im Kopf. Der Feed bleibt als
   ILLUSTRATION erhalten, gekennzeichnet via .tg-demo-note. */

/* ── Chat-Feed ── */
.tg-feed { position: relative; overflow: hidden; height: 330px; background: #0b2b36; background-image: radial-gradient(rgba(38,165,228,0.14) 1px, transparent 1px); background-size: 18px 18px; }
.tg-convo { position: absolute; inset: 0; padding: 15px 13px; display: flex; flex-direction: column; gap: 8px; }
.tg-bub { max-width: 88%; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.09); border-radius: 3px 13px 13px 13px; padding: 9px 12px; font-size: 0.85rem; color: #e8f4f8; line-height: 1.42; align-self: flex-start; }
.tg-name { display: block; font-weight: var(--weight-bold); font-size: 0.76rem; margin-bottom: 2px; }
.tg-name--a { color: #4fd6a0; } .tg-name--b { color: #ffb36b; } .tg-name--c { color: #7ec8f0; } .tg-name--d { color: #c79be6; } .tg-name--e { color: #ff8f85; }
.tg-lk { color: var(--telegram); text-decoration: underline; }
.tg-bub--pin { background: rgba(242,100,25,0.15); border: 1px solid rgba(242,100,25,0.3); border-left: 3px solid var(--accent); color: #ffd9bf; max-width: 100%; font-size: 0.8rem; align-self: stretch; border-radius: 8px; }
.tg-typing { display: inline-flex; gap: 4px; align-items: center; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.09); border-radius: 13px; padding: 11px 14px; align-self: flex-start; }
.tg-typing i { width: 6px; height: 6px; border-radius: 50%; background: #7fb6cc; animation: tg-blink 1.4s infinite both; }
.tg-typing i:nth-child(2) { animation-delay: 0.2s; } .tg-typing i:nth-child(3) { animation-delay: 0.4s; }
@keyframes tg-blink { 0%,80%,100% { opacity: 0.3; } 40% { opacity: 1; } }

/* ── Gesprächs-Wechsel (22s Loop): Gespräch A (0–46%) → Gespräch B (50–96%) ── */
.tg-bub, .tg-typing { opacity: 0; transform: translateY(11px); }
.tg-a1 { animation: tg-aa 22s infinite; } .tg-a2 { animation: tg-ab 22s infinite; } .tg-a3 { animation: tg-ac 22s infinite; }
@keyframes tg-aa { 0%,3% { opacity: 0; transform: translateY(11px); } 7%,43% { opacity: 1; transform: none; } 46%,100% { opacity: 0; } }
@keyframes tg-ab { 0%,13% { opacity: 0; transform: translateY(11px); } 17%,43% { opacity: 1; transform: none; } 46%,100% { opacity: 0; } }
@keyframes tg-ac { 0%,24% { opacity: 0; transform: translateY(11px); } 28%,43% { opacity: 1; transform: none; } 46%,100% { opacity: 0; } }
.tg-b1 { animation: tg-ba 22s infinite; } .tg-bt { animation: tg-bt-k 22s infinite; } .tg-b2 { animation: tg-bb 22s infinite; } .tg-b3 { animation: tg-bc 22s infinite; }
@keyframes tg-ba { 0%,52% { opacity: 0; transform: translateY(11px); } 56%,95% { opacity: 1; transform: none; } 98%,100% { opacity: 0; } }
@keyframes tg-bt-k { 0%,60% { opacity: 0; } 64%,70% { opacity: 1; } 74%,100% { opacity: 0; } }
@keyframes tg-bb { 0%,71% { opacity: 0; transform: translateY(11px); } 75%,95% { opacity: 1; transform: none; } 98%,100% { opacity: 0; } }
@keyframes tg-bc { 0%,84% { opacity: 0; transform: translateY(11px); } 88%,95% { opacity: 1; transform: none; } 98%,100% { opacity: 0; } }

/* ── Demo-Kennzeichnung ──
   Klein, aber NICHT versteckt: #7fa5b5 auf #0b2b36 = 5,6:1 (WCAG-AA fuer Kleintext ist
   4,5:1). Der Hinweis ist das, was den Feed von einer Behauptung zu einer Illustration
   macht — er darf deshalb nicht unlesbar sein, sonst traegt er nicht. */
.tg-demo-note { margin: 0; padding: 9px 16px 0; font-size: 0.75rem; line-height: 1.4; color: #7fa5b5; text-align: center; background: #0b2b36; }

/* ── CTA ── */
.tg-card__foot { padding: 16px 16px 18px; }
.tg-join { display: flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: 1.05rem; color: #fff; background: var(--telegram); padding: 17px 22px; border-radius: var(--radius-lg); box-shadow: 0 8px 30px rgba(38,165,228,0.45); transition: transform var(--transition-fast), box-shadow var(--transition-base), background var(--transition-base); }
.tg-join:hover { background: var(--telegram-dark); transform: translateY(-2px); box-shadow: 0 12px 34px rgba(38,165,228,0.55); }
.tg-join svg { width: 22px; height: 22px; flex: none; }
.tg-mini { font-size: 0.78rem; color: rgba(255,255,255,0.6); text-align: center; margin-top: 11px; }

/* ── Journey-Schritt 2 (Arm B / organisch): Karte im hellen Journey-Kontext ── */
.dj-step--tg .tg-card { margin-inline: 0; max-width: none; }
.dj-step--tg .dj-title { color: var(--primary-900); margin-bottom: 6px; }
.dj-tg-intro { font-size: 0.92rem; color: var(--text-secondary); line-height: 1.55; margin-bottom: 16px; max-width: 52ch; }

/* ── Arm A: Full-Screen-Interstitial ── */
.tg-interstitial { display: none; position: fixed; inset: 0; z-index: var(--z-modal); background: radial-gradient(120% 90% at 50% 0%, #0d3a4a, #071f28); padding: clamp(20px, 5vh, 48px) 18px; overflow-y: auto; opacity: 1; transition: opacity 0.3s ease; }
html.tg-arm-a-show .tg-interstitial { display: flex; align-items: center; justify-content: center; }
.tg-interstitial.is-closing { opacity: 0; }
.tg-interstitial__inner { width: 100%; max-width: 440px; margin: auto; text-align: center; }
.tg-interstitial__eyebrow { display: block; font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--telegram); margin-bottom: 8px; }
.tg-interstitial__title { font-family: var(--font-heading); font-weight: var(--weight-bold); font-size: clamp(1.5rem, 4vw, 1.9rem); color: #fff; line-height: 1.15; margin-bottom: 8px; }
.tg-interstitial__sub { font-size: 0.92rem; color: rgba(255,255,255,0.72); line-height: 1.5; max-width: 34ch; margin: 0 auto 22px; }
.tg-interstitial .tg-card { box-shadow: 0 30px 70px rgba(0,0,0,0.6), 0 0 0 1px rgba(38,165,228,0.14); }
.tg-interstitial__skip { display: inline-block; margin-top: 18px; font-size: 0.86rem; color: rgba(255,255,255,0.7); text-decoration: underline; text-underline-offset: 3px; background: none; border: 0; cursor: pointer; font-family: var(--font-body); }
.tg-interstitial__skip:hover { color: #fff; }

@media (max-width: 600px) {
  .tg-feed { height: 340px; }
  .tg-interstitial { align-items: flex-start; }
  html.tg-arm-a-show .tg-interstitial { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .tg-convo--b { display: none; }
  .tg-bub, .tg-typing { opacity: 1 !important; transform: none !important; animation: none !important; }
  .tg-bt { display: none; }
  .tg-interstitial { transition: none; }
}
