/* ═══════════════════════════════════════════════════════════════
   selbst-beantragen-landing.css
   Landing-Page-Sprache für /forschungszulage-selbst-beantragen (DE+EN)
   + Cinema-Stage "Der Antrag, der zweimal geschrieben wurde"

   Scope: ausschließlich body.lp-selbst — greift auf keiner anderen Seite.
   Die geteilte css/en-forschungszulage-steuerberater-*.css (12 Seiten!)
   bleibt unangetastet.
   ═══════════════════════════════════════════════════════════════ */

body.lp-selbst {
  --lp-navy: #0D1B3E;
  --lp-navy-deep: #04091a;
  --lp-blue: #1E56B5;
  --lp-blue-mid: #4DAEE5;
  --lp-blue-light: #7ECEF5;
  --lp-ink: #0D1B3E;
  --lp-body: #5a6e8c;
  --lp-card: #ffffff;
  --lp-line: rgba(30, 86, 181, 0.12);
  --lp-red: #d8404a;
  --lp-green: #1f9d55;
  --lp-shadow: 0 4px 16px rgba(13, 27, 62, 0.06), 0 16px 48px rgba(13, 27, 62, 0.05);
  --lp-shadow-hi: 0 8px 24px rgba(13, 27, 62, 0.10), 0 24px 64px rgba(13, 27, 62, 0.09);
}
html.dark body.lp-selbst {
  --lp-ink: #eaf1ff;
  --lp-body: #a8bcd8;
  --lp-card: #10203f;
  --lp-line: rgba(126, 206, 245, 0.16);
  --lp-red: #ff6b73;
  --lp-green: #4ade80;
  --lp-shadow: 0 4px 16px rgba(0, 0, 0, 0.35), 0 16px 48px rgba(0, 0, 0, 0.30);
  --lp-shadow-hi: 0 8px 24px rgba(0, 0, 0, 0.45), 0 24px 64px rgba(0, 0, 0, 0.40);
}

/* ── 1. Landing-Rhythmus ─────────────────────────────────────────
   Editorial-Padding (3rem) → Landing-Atem (py-20/py-28 der Startseite) */
body.lp-selbst .content-wrap > .ds-section,
body.lp-selbst main > .ds-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
@media (min-width: 640px) {
  body.lp-selbst .content-wrap > .ds-section,
  body.lp-selbst main > .ds-section {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
/* Innenbreite auf Landing-Maß (max-w-7xl ≈ 1280) statt 1024 */
body.lp-selbst .content-wrap > .ds-section > *,
body.lp-selbst main > .ds-section > * {
  max-width: 1180px !important;
}

/* ── 2. Landing-Typografie ─────────────────────────────────────── */
body.lp-selbst .ds-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.85rem, 3.6vw, 2.75rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.14 !important;
  color: var(--lp-ink) !important;
  margin-bottom: 1rem !important;
  border: none !important;
  padding-bottom: 0 !important;
}
body.lp-selbst .ds-section h2::after {
  width: 64px;
  height: 4px;
  margin-top: 1.15rem;
  border-radius: 999px;
}
body.lp-selbst .ds-section h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.05rem, 1.9vw, 1.3rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.015em !important;
  color: var(--lp-ink) !important;
}
/* Intro-Absatz direkt unter H2 = Landing-Sublead */
body.lp-selbst .ds-section > h2 + p {
  text-align: center;
  max-width: 760px !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  color: var(--lp-body) !important;
  margin-bottom: 3rem !important;
}
body.lp-selbst .ds-section > p {
  font-size: 1rem;
  line-height: 1.8;
}

/* Eyebrow über der H2 — Landing-Signatur */
body.lp-selbst .lp-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lp-blue-mid);
  margin-bottom: 0.95rem;
}
body.lp-selbst .lp-eyebrow::before,
body.lp-selbst .lp-eyebrow::after {
  content: '';
  width: 22px;
  height: 1.5px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--lp-blue-mid));
}
body.lp-selbst .lp-eyebrow::after {
  background: linear-gradient(90deg, var(--lp-blue-mid), transparent);
}

/* ── 3. Card-Sprache der Landing Page ──────────────────────────── */
body.lp-selbst .ds-box,
body.lp-selbst .stat-card,
body.lp-selbst .faq-item {
  border-radius: 18px !important;
  box-shadow: var(--lp-shadow);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s ease, border-color 0.25s ease !important;
}
body.lp-selbst .ds-box:hover,
body.lp-selbst .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--lp-shadow-hi);
  border-color: rgba(77, 174, 229, 0.45) !important;
}
/* Inline-gestylte Karten im Bestand mitnehmen (Stufen-, Konstellations-,
   Ressourcen-Karten) — nur Radius/Schatten/Hover, keine Farbänderung */
body.lp-selbst .ds-section [style*="border-radius:14px"] {
  border-radius: 18px !important;
  box-shadow: var(--lp-shadow);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}
body.lp-selbst .ds-section [style*="border-radius:14px"]:hover {
  transform: translateY(-5px);
  box-shadow: var(--lp-shadow-hi);
}

/* ── 4. Stat-Karten → Landing-Gradient-Zahlen ──────────────────── */
body.lp-selbst .stat-card {
  padding: 2rem 1.25rem !important;
  text-align: center;
}
body.lp-selbst .stat-value {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 4.5vw, 2.9rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em;
  background: linear-gradient(125deg, var(--lp-blue) 0%, var(--lp-blue-mid) 55%, var(--lp-blue-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.05;
}
body.lp-selbst .stat-label {
  font-size: 0.8rem !important;
  line-height: 1.5;
  margin-top: 0.55rem;
  color: var(--lp-body) !important;
}

/* ── 5. Inhaltsverzeichnis → Landing-Chip-Navigation ───────────── */
body.lp-selbst .toc {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 auto 1rem !important;
  max-width: 1180px;
}
body.lp-selbst .toc-title {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lp-blue-mid);
  margin-bottom: 1.1rem;
}
body.lp-selbst .toc ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  counter-reset: lpchip;
}
body.lp-selbst .toc ol li {
  margin: 0 !important;
  padding: 0 !important;
  counter-increment: lpchip;
}
body.lp-selbst .toc ol li::before { content: none !important; }
body.lp-selbst .toc ol li a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  background: var(--lp-card);
  border: 1px solid var(--lp-line);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lp-body) !important;
  text-decoration: none !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
body.lp-selbst .toc ol li a::before {
  content: counter(lpchip);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--lp-blue-mid);
}
body.lp-selbst .toc ol li a:hover {
  transform: translateY(-2px);
  border-color: rgba(77, 174, 229, 0.55);
  color: var(--lp-ink) !important;
  box-shadow: 0 6px 18px rgba(13, 27, 62, 0.09);
  text-decoration: none !important;
}

/* ── 6. Tabellen im Landing-Look ───────────────────────────────── */
body.lp-selbst .resp-table {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--lp-shadow);
}
body.lp-selbst .resp-table th {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.74rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* ── 7. Highlight-Box → Landing-Akzentband ─────────────────────── */
body.lp-selbst .ds-highlight-box {
  border-radius: 18px !important;
  padding: 1.6rem 1.9rem !important;
  font-size: 0.97rem;
  line-height: 1.75;
  box-shadow: var(--lp-shadow);
}

/* ── 8. Scroll-Reveals (GSAP-gesteuert, Klassen-basiert) ──────────
   Wichtig: KEINE [style*=]-Hooks — siehe MISTAKE-026. */
body.lp-selbst.lp-anim .lp-rev {
  opacity: 0;
  transform: translateY(30px);
}
/* Stagger als Klassen — siehe Kommentar in selbst-beantragen-cinema.js:
   Inline-Delays wuerden die [style*="…"]-Selektoren der Seiten-CSS zerstoeren. */
body.lp-selbst .lp-d0 { transition-delay: 0s; }
body.lp-selbst .lp-d1 { transition-delay: 0.07s; }
body.lp-selbst .lp-d2 { transition-delay: 0.14s; }
body.lp-selbst .lp-d3 { transition-delay: 0.21s; }
body.lp-selbst .lp-d4 { transition-delay: 0.28s; }
body.lp-selbst .lp-d5 { transition-delay: 0.35s; }

body.lp-selbst.lp-anim .lp-rev.lp-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ═══════════════════════════════════════════════════════════════
   9. CINEMA-STAGE — "Der Antrag, der zweimal geschrieben wurde"
   ═══════════════════════════════════════════════════════════════ */

/* VORAUSSETZUNG für die sticky-Bühne:
   components.css setzt global `body{overflow-x:hidden}`. Nach Spec rechnet
   der Browser die andere Achse dann auf `auto`/`hidden` — der body wird zum
   Scroll-Container und `position:sticky` klebt nicht mehr (empirisch
   verifiziert: sticky-Top driftete auf -1350px).
   `overflow-x:clip` unterbindet Horizontal-Scroll GENAUSO, erzeugt aber
   keinen Scroll-Container → sticky funktioniert. Nur auf dieser Seite. */
body.lp-selbst {
  overflow-x: clip;
  overflow-y: visible;
}

body.lp-selbst .lp-cinema {
  position: relative;
  background: linear-gradient(168deg, #04091a 0%, #0D1B3E 46%, #122244 100%);
  color: #fff;
  /* NICHT `overflow:clip` — das würde die sticky-Bühne wieder einsperren.
     Nur die X-Achse beschneiden, Y bleibt visible. */
  overflow-x: clip;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
}
/* Der Höhen-Treiber: 4 Akte × ~1 Viewport Scroll */
body.lp-selbst .cin-track { height: 420vh; }
body.lp-selbst .cin-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body.lp-selbst .cin-stage {
  position: relative;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
  padding: 7rem clamp(1.25rem, 4vw, 3rem) 5.5rem;
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}

/* Sanfter Rand-Verlauf, damit die Stage nicht hart abschneidet */
body.lp-selbst .lp-cinema::before,
body.lp-selbst .lp-cinema::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 90px;
  pointer-events: none;
  z-index: 6;
}
body.lp-selbst .lp-cinema::before { top: 0;    background: linear-gradient(#04091a, transparent); }
body.lp-selbst .lp-cinema::after  { bottom: 0; background: linear-gradient(transparent, #122244); }

/* ── 9a. HUD (linke Spalte): Akt-Titel, Zähler, Fortschritt ────── */
body.lp-selbst .cin-hud {
  position: relative;
  z-index: 4;
  flex: 0 0 clamp(230px, 26vw, 320px);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
body.lp-selbst .cin-acts {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.lp-selbst .cin-act {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(195, 215, 245, 0.34);
  transition: color 0.4s ease;
}
body.lp-selbst .cin-act .cin-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(126, 206, 245, 0.22);
  box-shadow: 0 0 0 0 rgba(126, 206, 245, 0.5);
  transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
body.lp-selbst .cin-act.is-on { color: #fff; }
body.lp-selbst .cin-act.is-on .cin-dot {
  background: var(--lp-blue-light);
  transform: scale(1.35);
  box-shadow: 0 0 0 5px rgba(126, 206, 245, 0.14);
}
body.lp-selbst .cin-act.is-done { color: rgba(195, 215, 245, 0.6); }
body.lp-selbst .cin-act.is-done .cin-dot { background: rgba(126, 206, 245, 0.55); }

/* Großer Zähler */
body.lp-selbst .cin-meter { min-height: 132px; }
body.lp-selbst .cin-meter-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(195, 215, 245, 0.45);
  margin-bottom: 0.3rem;
}
body.lp-selbst .cin-meter-val {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(125deg, #4DAEE5 0%, #7ECEF5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums;
}
body.lp-selbst .cin-meter-val.is-bad {
  background: linear-gradient(125deg, #ff8a8a 0%, #ff5d68 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.lp-selbst .cin-meter-sub {
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(195, 215, 245, 0.58);
  margin-top: 0.5rem;
  max-width: 260px;
}

/* ── 9b. Bühne (rechte Spalte) ─────────────────────────────────── */
body.lp-selbst .cin-canvas {
  position: relative;
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.lp-selbst .cin-scene {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: opacity, transform;
}

/* ── 9c. Das Dokument ──────────────────────────────────────────── */
body.lp-selbst .cin-paper {
  position: relative;
  /* Hoehe fuehrt, Breite folgt — so passt das Blatt immer in die Buehne */
  height: min(100%, 600px);
  width: auto;
  max-width: 100%;
  aspect-ratio: 1 / 1.36;
  overflow: hidden;
  background: #fdfefe;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 2px 0 rgba(255, 255, 255, 0.5) inset;
  padding: 1.9rem 1.75rem;
  display: flex;
  flex-direction: column;
  transform-origin: center center;
  will-change: transform, opacity, filter;
}
body.lp-selbst .cin-paper-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(13, 27, 62, 0.10);
  margin-bottom: 1rem;
}
body.lp-selbst .cin-paper-badge {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1E56B5;
  background: rgba(30, 86, 181, 0.09);
  border-radius: 999px;
  padding: 0.24rem 0.6rem;
}
body.lp-selbst .cin-paper-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  color: #0D1B3E;
  letter-spacing: -0.01em;
}

/* Textblöcke im Dokument */
body.lp-selbst .cin-block { margin-bottom: 0.85rem; }
body.lp-selbst .cin-block-cap {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.53rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(13, 27, 62, 0.38);
  margin-bottom: 0.3rem;
}
body.lp-selbst .cin-sent {
  font-size: 0.735rem;
  line-height: 1.62;
  color: #33415c;
  border-radius: 5px;
  padding: 0.16rem 0.3rem;
  margin: 0 -0.3rem 0.22rem;
  transition: background 0.45s ease, color 0.45s ease, box-shadow 0.45s ease;
}
/* Schwache Formulierung: in Akt 1 bewusst NEUTRAL — sie sieht aus wie
   ganz normaler Antragstext. Erst Akt 2 faerbt sie rot (per GSAP-Tween,
   damit das Zurueckscrubben sauber rueckwaerts laeuft). */
body.lp-selbst .cin-sent.is-weak {
  background: rgba(13, 27, 62, 0.035);
  box-shadow: inset 0 -1.5px 0 rgba(13, 27, 62, 0.07);
  color: #33415c;
}
/* starke Formulierung */
body.lp-selbst .cin-sent.is-strong {
  background: rgba(31, 157, 85, 0.12);
  box-shadow: inset 0 -1.5px 0 rgba(31, 157, 85, 0.5);
  color: #14532d;
}
/* Slot: schwache + starke Fassung teilen sich EINE Grid-Zelle.
   Dadurch bestimmt die höhere Variante die Höhe → Crossfade ohne
   Layout-Sprung, ohne height-Animation. */
body.lp-selbst .cin-slot { display: grid; }
body.lp-selbst .cin-slot > .cin-sent { grid-area: 1 / 1; }

/* Platzhalter-Linien für noch ungeschriebene Absätze */
body.lp-selbst .cin-skel {
  height: 7px;
  border-radius: 4px;
  background: rgba(13, 27, 62, 0.09);
  margin-bottom: 0.42rem;
}
body.lp-selbst .cin-skel:nth-child(3n) { width: 72%; }
body.lp-selbst .cin-skel:nth-child(3n+1) { width: 94%; }

/* Stempel */
body.lp-selbst .cin-stamp {
  position: absolute;
  top: 46%;
  left: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.15rem, 2.6vw, 1.7rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  padding: 0.55rem 1.4rem;
  border-radius: 8px;
  border: 3.5px solid currentColor;
  opacity: 0;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-13deg) scale(2.4);
  will-change: transform, opacity;
  pointer-events: none;
}
body.lp-selbst .cin-stamp.is-reject {
  color: #d8404a;
  background: rgba(216, 64, 74, 0.07);
}
body.lp-selbst .cin-stamp.is-approve {
  color: #1f9d55;
  background: rgba(31, 157, 85, 0.07);
}

/* Marginalien (Akt 3) */
body.lp-selbst .cin-notes {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: calc(50% + min(215px, 50%) + 14px);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  pointer-events: none;
}
body.lp-selbst .cin-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(126, 206, 245, 0.10);
  border: 1px solid rgba(126, 206, 245, 0.32);
  border-radius: 999px;
  padding: 0.4rem 0.85rem 0.4rem 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  color: #cfe6fb;
  white-space: nowrap;
  opacity: 0;
  will-change: transform, opacity;
}
body.lp-selbst .cin-note svg { flex-shrink: 0; }

/* ── 9d. Aufgaben-Chips (Akt 1) ────────────────────────────────── */
body.lp-selbst .cin-chips {
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* ueber dem Blatt: die Chips docken sichtbar daran an */
  z-index: 6;
}
body.lp-selbst .cin-chip {
  position: absolute;
  right: 0;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  background: rgba(10, 24, 55, 0.86);
  border: 1px solid rgba(126, 206, 245, 0.30);
  border-radius: 10px;
  padding: 0.42rem 0.8rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: #d3e6fb;
  white-space: nowrap;
  opacity: 0;
  backdrop-filter: blur(6px);
  will-change: transform, opacity;
}
body.lp-selbst .cin-chip:nth-child(1) { top: 6%; }
body.lp-selbst .cin-chip:nth-child(2) { top: 20%; }
body.lp-selbst .cin-chip:nth-child(3) { top: 34%; }
body.lp-selbst .cin-chip:nth-child(4) { top: 48%; }
body.lp-selbst .cin-chip:nth-child(5) { top: 62%; }
body.lp-selbst .cin-chip:nth-child(6) { top: 76%; }
body.lp-selbst .cin-chip b {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--lp-blue-light);
}

/* ── 9e. Das 100er-Raster (Akt 2) ──────────────────────────────── */
body.lp-selbst .cin-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: clamp(5px, 0.9vw, 10px);
  width: min(440px, 100%);
  opacity: 0;
  will-change: opacity, transform;
}
body.lp-selbst .cin-cell {
  aspect-ratio: 1 / 1.3;
  border-radius: 3px;
  background: rgba(126, 206, 245, 0.30);
  box-shadow: 0 0 0 1px rgba(126, 206, 245, 0.16) inset;
  will-change: transform, opacity, background;
}
body.lp-selbst .cin-cell.is-fail { background: #e05561; }

/* ── 9f. Geldbalken (Akt 4) ────────────────────────────────────── */
body.lp-selbst .cin-money {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(1.5rem, 5vw, 3.5rem);
  width: 100%;
  height: 100%;
  opacity: 0;
  padding-bottom: 2rem;
}
body.lp-selbst .cin-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex: 0 1 150px;
}
body.lp-selbst .cin-bar {
  width: 100%;
  /* Explizite Höhe ist Pflicht: die Segmente werden in % animiert und
     %-Höhen brauchen einen Elternteil mit definiter Höhe. */
  height: min(44vh, 330px);
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  border-radius: 10px 10px 4px 4px;
  overflow: hidden;
}
body.lp-selbst .cin-seg {
  position: relative;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  will-change: height;
  overflow: hidden;
}
body.lp-selbst .cin-seg.seg-base   { background: linear-gradient(180deg, #1E56B5, #1a4a9e); }
body.lp-selbst .cin-seg.seg-pausch { background: linear-gradient(180deg, #4DAEE5, #3b95c9); }
body.lp-selbst .cin-seg.seg-ghost  { background: rgba(126, 206, 245, 0.16); box-shadow: 0 0 0 1px rgba(126, 206, 245, 0.22) inset; }
body.lp-selbst .cin-col-cap {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  margin-top: 0.75rem;
  text-align: center;
}
body.lp-selbst .cin-col-sub {
  font-size: 0.68rem;
  color: rgba(195, 215, 245, 0.55);
  margin-top: 0.15rem;
  text-align: center;
  line-height: 1.45;
}
body.lp-selbst .cin-col.is-ghost .cin-col-cap { color: rgba(195, 215, 245, 0.62); }

/* ── 9g. Bildunterschrift unter der Bühne ──────────────────────── */
body.lp-selbst .cin-caption {
  position: absolute;
  left: 50%;
  bottom: clamp(1.2rem, 4vh, 2.6rem);
  transform: translateX(-50%);
  width: min(680px, 88vw);
  text-align: center;
  z-index: 5;
  pointer-events: none;
}
body.lp-selbst .cin-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(210, 228, 250, 0.88);
  opacity: 0;
  will-change: opacity, transform;
}
body.lp-selbst .cin-cap strong { color: #fff; font-weight: 700; }
body.lp-selbst .cin-cap em {
  font-style: normal;
  color: var(--lp-blue-light);
  font-weight: 700;
}

/* ── 9h. Intro-/Outro-Titel der Stage ──────────────────────────── */
body.lp-selbst .cin-title {
  position: absolute;
  /* muss unter der fixen Nav liegen, sonst verschwindet das Eyebrow */
  top: clamp(3.6rem, 8vh, 5rem);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
  width: min(760px, 90vw);
  pointer-events: none;
}
body.lp-selbst .cin-title .lp-eyebrow { color: var(--lp-blue-light); }
body.lp-selbst .cin-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0;
  border: none;
  padding: 0;
}
body.lp-selbst .cin-title h2::after { content: none; }

/* ── 9i. Mobile / Fallback: gestufte Karten statt Pin ──────────── */
body.lp-selbst .cin-fallback { display: none; }
body.lp-selbst .cin-fb-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(126, 206, 245, 0.18);
  border-radius: 18px;
  padding: 1.5rem 1.4rem;
  margin-bottom: 1rem;
}
body.lp-selbst .cin-fb-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lp-blue-light);
  margin-bottom: 0.45rem;
}
body.lp-selbst .cin-fb-h {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
}
body.lp-selbst .cin-fb-p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(200, 220, 245, 0.72);
  margin: 0;
}
body.lp-selbst .cin-fb-stat {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  background: linear-gradient(125deg, #4DAEE5, #7ECEF5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.2rem;
}

/* Unter 1024px ODER ohne Motion: kein Pin, gestufte Darstellung.
   (Der JS-Guard setzt zusätzlich .cin-static.) */
@media (max-width: 1023.98px) {
  body.lp-selbst .cin-track { height: auto; }
  body.lp-selbst .cin-sticky { position: static; height: auto; min-height: 0; padding: 3.5rem 0; }
  body.lp-selbst .cin-stage { display: block; height: auto; }
  body.lp-selbst .cin-hud,
  body.lp-selbst .cin-canvas,
  body.lp-selbst .cin-caption { display: none; }
  body.lp-selbst .cin-fallback { display: block; }
  body.lp-selbst .cin-title { position: static; transform: none; width: auto; margin-bottom: 2rem; }
}
body.lp-selbst.cin-static .cin-track { height: auto; }
body.lp-selbst.cin-static .cin-sticky { position: static; height: auto; min-height: 0; padding: 3.5rem 0; }
body.lp-selbst.cin-static .cin-stage { display: block; height: auto; }
body.lp-selbst.cin-static .cin-hud,
body.lp-selbst.cin-static .cin-canvas,
body.lp-selbst.cin-static .cin-caption { display: none; }
body.lp-selbst.cin-static .cin-fallback { display: block; }
body.lp-selbst.cin-static .cin-title { position: static; transform: none; width: auto; margin-bottom: 2rem; }

/* Ohne JS bleibt die Stage komplett aus dem Weg (progressive enhancement) */
body.lp-selbst:not(.lp-js) .cin-track { height: auto; }
body.lp-selbst:not(.lp-js) .cin-sticky { position: static; height: auto; min-height: 0; padding: 3.5rem 0; }
body.lp-selbst:not(.lp-js) .cin-stage { display: block; height: auto; }
body.lp-selbst:not(.lp-js) .cin-hud,
body.lp-selbst:not(.lp-js) .cin-canvas,
body.lp-selbst:not(.lp-js) .cin-caption { display: none; }
body.lp-selbst:not(.lp-js) .cin-fallback { display: block; }
body.lp-selbst:not(.lp-js) .cin-title { position: static; transform: none; width: auto; margin-bottom: 2rem; }

@media (prefers-reduced-motion: reduce) {
  body.lp-selbst .lp-rev { opacity: 1 !important; transform: none !important; }
  body.lp-selbst .cin-stamp,
  body.lp-selbst .cin-note,
  body.lp-selbst .cin-chip { transition: none !important; }
}

/* ── 10. Deep-Link-Offset (fixe Nav) ───────────────────────────── */
body.lp-selbst .ds-section[id],
body.lp-selbst .lp-cinema[id] { scroll-margin-top: 92px; }
