/* Sturmfest Landingpage v2 – Overrides und neue Sektionen.
   Lädt nach styles.css (geteilt) und paket.css (Preiskarten).
   Alles auf .sturmfest-lp-v2 gescoped, damit die Live-Startseite unberührt bleibt. */

/* ── Hero: zweiter Absatz ─────────────────────────────── */
.sturmfest-lp-v2 .hero-text + .hero-text { margin-top: 0.9rem; }
.sturmfest-lp-v2 .hero h1 .undertone { font-size: 0.62em; display: inline-block; margin-top: 0.4em; }

/* ── Kassen-Leiste: Logos nur Anzeige, nicht klickbar ──── */
.sturmfest-lp-v2 .kassen-logo { cursor: default; }
.sturmfest-lp-v2 .kassen-logo:hover { transform: none; opacity: 1; }

/* ── Selbst-Check: Ergebniszeile + weicher Link ────────── */
.sturmfest-lp-v2 .selfcheck-result { text-align: center; animation: sfFadeIn 0.35s ease; }
.sturmfest-lp-v2 .selfcheck-result[hidden] { display: none; }
.sturmfest-lp-v2 .selfcheck-weiter {
  display: inline-block; margin-top: 14px;
  font-family: var(--font-body); font-size: 1rem; font-weight: 600;
  color: var(--primary); text-decoration: none;
  border-bottom: 1px solid var(--accent); padding-bottom: 2px;
}
.sturmfest-lp-v2 .selfcheck-weiter::after { content: ' ↓'; color: var(--accent); }
.sturmfest-lp-v2 .selfcheck-weiter:hover { color: var(--accent); }

/* ── 4. Stürmische Zeiten ─────────────────────────────── */
.sturmfest-lp-v2 .stuerme { background: var(--bg-warm); border-top: 1px solid var(--border); }
.sturmfest-lp-v2 .stuerme-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 5rem; align-items: center;
  max-width: 1040px; margin: 0 auto;
}
.sturmfest-lp-v2 .stuerme-text p {
  font-family: var(--font-body); font-size: 1.08rem; font-weight: 400;
  color: var(--text-muted); line-height: 1.8;
}
.sturmfest-lp-v2 .stuerme-text p + p { margin-top: 1.1rem; }
.sturmfest-lp-v2 .stuerme-text p:first-child {
  font-family: var(--font-headline); font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  color: var(--text); line-height: 1.45;
}
.sturmfest-lp-v2 .stuerme-schluss {
  font-family: var(--font-headline) !important; font-style: italic;
  font-size: 1.3rem !important; color: var(--primary) !important;
  border-left: 3px solid var(--accent); padding-left: 1rem; margin-top: 1.6rem !important;
}
.sturmfest-lp-v2 .stuerme-bild { margin: 0; aspect-ratio: 1 / 1; border-radius: 14px; overflow: hidden; }
.sturmfest-lp-v2 .stuerme-bild img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sturmfest-lp-v2 .stuerme-bild.is-empty {
  display: flex; align-items: center; justify-content: center; text-align: center;
  border: 2px dashed var(--border-strong); background: var(--bg);
  font-family: var(--font-body); font-size: 0.85rem; line-height: 2; color: var(--text-faint); padding: 2rem;
}
.sturmfest-lp-v2 .stuerme-bild.is-empty::before {
  content: "Baum-Illustration folgt\A Aquarell, quadratisch";
  white-space: pre-line;
}

/* ── 6. Was du davon hast: drei Karten + kleine Zahlenzeile ── */
.sturmfest-lp-v2 .nutzen-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
  max-width: 1040px; margin: 0 auto;
}
.sturmfest-lp-v2 .nutzen-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-top: 3px solid var(--accent); border-radius: 12px; padding: 32px 28px;
}
.sturmfest-lp-v2 .nutzen-card h3 {
  font-family: var(--font-headline); font-size: 1.3rem; font-weight: 400;
  color: var(--text); line-height: 1.3; margin-bottom: 12px;
}
.sturmfest-lp-v2 .nutzen-card p {
  font-family: var(--font-body); font-size: 0.98rem; font-weight: 400;
  color: var(--text-muted); line-height: 1.7;
}
.sturmfest-lp-v2 .nutzen-card strong { color: var(--text); font-weight: 600; }
.sturmfest-lp-v2 .stats-klein { gap: 3rem; margin-top: 48px; }
.sturmfest-lp-v2 .stats-klein .stat-number { font-size: 2.1rem; }
.sturmfest-lp-v2 .stats-klein .stat-label { font-size: 0.7rem; }

/* ── Kursvorschau-Popup (Lektion 5.3) ─────────────────── */
.sturmfest-lp-v2 .sf-preview-open { display: inline-flex; align-items: center; gap: 14px; cursor: pointer; text-align: left; }
.sturmfest-lp-v2 .sf-preview-thumb {
  position: relative; flex: 0 0 auto; width: 112px; aspect-ratio: 16 / 9;
  border-radius: 8px; overflow: hidden; background: #000; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.sturmfest-lp-v2 .sf-preview-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.25s ease; }
.sturmfest-lp-v2 .sf-preview-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  padding-left: 2px; font-size: 0.75rem; color: var(--storm); background: rgba(200, 134, 10, 0.85);
}
.sturmfest-lp-v2 .sf-preview-open:hover .sf-preview-thumb img { transform: scale(1.06); }
.sturmfest-lp-v2 .sf-preview-link {
  background: none !important; border: 0 !important; padding: 0 !important; box-shadow: none !important;
  font-family: var(--font-body); font-size: 0.95rem; font-weight: 600; color: var(--accent) !important;
  margin-top: 0.6rem;
}
.sturmfest-lp-v2 .sf-preview-link .sf-preview-text { border-bottom: 1px solid var(--accent); padding-bottom: 1px; }
.sturmfest-lp-v2 .sf-preview-cta { text-align: center; margin-top: 36px; }
.sturmfest-lp-v2 .sf-preview-button {
  background: var(--accent) !important; color: var(--storm) !important; border: 0 !important;
  font-family: var(--font-body); font-size: 1rem; font-weight: 600;
  padding: 8px 28px 8px 8px !important; border-radius: 999px; box-shadow: none !important;
}
.sturmfest-lp-v2 .sf-preview-button .sf-preview-thumb { width: 84px; border-radius: 999px 6px 6px 999px; box-shadow: none; }
.sturmfest-lp-v2 .sf-preview-button .sf-preview-play { width: 24px; height: 24px; font-size: 0.6rem; background: rgba(242, 237, 227, 0.85); }
.sturmfest-lp-v2 .sf-preview-button:hover { background: var(--accent-hover) !important; }
.sturmfest-lp-v2 .sf-preview-modal {
  position: fixed; inset: 0; margin: auto; height: fit-content; max-height: 94vh;
  width: min(960px, 94vw); max-width: none; padding: 16px; border: 0; border-radius: 14px;
  background: var(--storm); color: var(--on-dark);
}
.sturmfest-lp-v2 .sf-preview-modal::backdrop { background: rgba(0, 0, 0, 0.75); }
.sturmfest-lp-v2 .sf-preview-title {
  font-family: var(--font-headline); font-size: 1.1rem; margin: 0 40px 12px 4px; color: var(--on-dark);
}
.sturmfest-lp-v2 .sf-preview-video { position: relative; aspect-ratio: 16 / 9; background: #000; border-radius: 10px; overflow: hidden; }
.sturmfest-lp-v2 .sf-preview-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.sturmfest-lp-v2 .sf-preview-close {
  position: absolute; top: 8px; right: 10px; background: none !important; border: 0 !important; box-shadow: none !important;
  color: var(--on-dark) !important; font-size: 1.8rem; line-height: 1; cursor: pointer; padding: 4px 8px !important;
}

/* ── 7. Wochen-Accordion: zugeklappt das Problem ───────── */
.sturmfest-lp-v2 .module-section .eyebrow { display: block; margin-bottom: 12px; }
.sturmfest-lp-v2 .module-problem {
  font-family: var(--font-headline); font-style: italic; font-size: 1.05rem;
  color: var(--on-dark); line-height: 1.4;
}
.sturmfest-lp-v2 .module-desc p + p { margin-top: 0.4rem; }
.sturmfest-lp-v2 .module-week {
  font-family: var(--font-headline); font-size: 1.1rem; color: var(--on-dark);
  margin-bottom: 0.3rem;
}
.sturmfest-lp-v2 .module-week span { color: var(--accent); }
.sturmfest-lp-v2 .module-item[open] .module-desc { padding-bottom: 26px; }

/* Klick-Hinweis: beim Reinscrollen leuchten die Zeilen einmal gestaffelt auf,
   der Pfeil nickt nach unten. Dazu klarer Hover-/Fokus-Zustand. */
@keyframes sfWeekHint {
  0%, 100% { background: transparent; }
  40%      { background: rgba(200, 134, 10, 0.16); }
}
@keyframes sfChevNudge {
  0%, 100% { transform: rotate(45deg) translate(0, 0); border-color: rgba(242, 237, 227, 0.5); }
  40%      { transform: rotate(45deg) translate(3px, 3px); border-color: var(--accent); }
}
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:not([open]) .module-summary {
  animation: sfWeekHint 0.9s ease both;
}
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:not([open]) .module-chevron {
  animation: sfChevNudge 0.9s ease both;
}
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(3) .module-summary,
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(3) .module-chevron { animation-delay: 0.16s; }
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(4) .module-summary,
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(4) .module-chevron { animation-delay: 0.24s; }
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(5) .module-summary,
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(5) .module-chevron { animation-delay: 0.32s; }
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(6) .module-summary,
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(6) .module-chevron { animation-delay: 0.40s; }
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(7) .module-summary,
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(7) .module-chevron { animation-delay: 0.48s; }
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(8) .module-summary,
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(8) .module-chevron { animation-delay: 0.56s; }
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(2) .module-summary,
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:nth-child(2) .module-chevron { animation-delay: 0.08s; }

/* Pfeil als Knopf erkennbar: dauerhaft etwas heller, beim Hinweis pulsiert ein Ring (2×) */
.sturmfest-lp-v2 .module-chevron { position: relative; border-color: rgba(242, 237, 227, 0.75); }
.sturmfest-lp-v2 .module-chevron::after {
  content: ''; position: absolute; left: 50%; top: 50%;
  width: 30px; height: 30px; margin: -15px 0 0 -15px;
  border-radius: 50%; border: 1.5px solid var(--accent);
  opacity: 0; pointer-events: none;
}
@keyframes sfChevRing {
  0%   { transform: scale(0.6); opacity: 0; }
  30%  { opacity: 0.95; }
  100% { transform: scale(1.5); opacity: 0; }
}
.sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-item:not([open]) .module-chevron::after {
  animation: sfChevRing 1.1s ease-out 2;
}
@media (prefers-reduced-motion: reduce) {
  .sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-chevron::after { animation: none; }
}

.sturmfest-lp-v2 .module-summary:hover .module-chevron,
.sturmfest-lp-v2 .module-summary:focus-visible .module-chevron { border-color: var(--accent); }
.sturmfest-lp-v2 .module-summary:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }
@media (prefers-reduced-motion: reduce) {
  .sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-summary,
  .sturmfest-lp-v2 .modules-accordion.sf-hint-weeks .module-chevron { animation: none; }
}

/* ── 8. Über Nils: Absätze ───────────────────────────── */
.sturmfest-lp-v2 .about p + p { margin-top: 1rem; }

/* ── 9. Begleitung ───────────────────────────────────── */
.sturmfest-lp-v2 .begleitung { background: var(--bg-warm); border-top: 1px solid var(--border); }
.sturmfest-lp-v2 .begleitung-card {
  max-width: 720px; margin: 0 auto; background: var(--bg-card);
  border: 1px solid var(--border); border-top: 3px solid var(--accent);
  border-radius: 14px; padding: 48px 48px 40px;
  box-shadow: 0 8px 36px rgba(46, 74, 98, 0.10);
}
.sturmfest-lp-v2 .begleitung-card .eyebrow { display: block; margin-bottom: 10px; }
.sturmfest-lp-v2 .begleitung-card h2 {
  font-family: var(--font-headline); font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400; color: var(--text); line-height: 1.2; margin-bottom: 24px;
}
.sturmfest-lp-v2 .begleitung-card h3 {
  font-family: var(--font-headline); font-size: 1.25rem; font-weight: 400;
  color: var(--primary); margin: 32px 0 10px;
}
.sturmfest-lp-v2 .begleitung-card p {
  font-family: var(--font-body); font-size: 1rem; font-weight: 400;
  color: var(--text-muted); line-height: 1.8;
}
.sturmfest-lp-v2 .begleitung-card p + p { margin-top: 0.9rem; }
.sturmfest-lp-v2 .begleitung-preis {
  margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); text-align: center;
}
.sturmfest-lp-v2 .begleitung-preis-zeile { font-size: 1.15rem !important; color: var(--text) !important; }
.sturmfest-lp-v2 .begleitung-preis-zeile strong { color: var(--accent); font-weight: 700; }
.sturmfest-lp-v2 .begleitung-knapp { font-size: 0.92rem !important; margin: 6px 0 16px !important; }
.sturmfest-lp-v2 .begleitung-preis .final-cta-button { max-width: 340px; width: 100%; margin-top: 8px; }

/* ── 11. Erstattung: Unterzeile ─────────────────────── */
.sturmfest-lp-v2 .erstattung-sub {
  font-family: var(--font-body); font-size: 1rem; font-weight: 300;
  color: rgba(242, 237, 227, 0.7); text-align: center; margin: -8px auto 40px; max-width: 560px;
}

/* ── Testimonial-Slots (ausgeblendet, bis Zitate da sind) ── */
.sturmfest-lp-v2 .testimonial-slot { background: var(--bg); padding: 64px 0; border-top: 1px solid var(--border); }
.sturmfest-lp-v2 .testimonial-slot[hidden] { display: none; }
.sturmfest-lp-v2 .testimonial { max-width: 680px; margin: 0 auto; text-align: center; }
.sturmfest-lp-v2 .testimonial-quote p {
  font-family: var(--font-headline); font-style: italic; font-size: 1.35rem;
  color: var(--text); line-height: 1.5;
}
.sturmfest-lp-v2 .testimonial-name {
  margin-top: 14px; font-family: var(--font-body); font-size: 0.85rem;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-faint);
}

/* ── Kauf-Buttons (Abschluss + Begleitung): Text mittig, kein Umbruch ── */
.sturmfest-lp-v2 .final-cta-button {
  display: inline-flex; align-items: center; justify-content: center;
  text-align: center; white-space: nowrap;
  flex: 0 1 auto; min-width: 260px; max-width: none;
  padding: 18px 32px;
}
@media (max-width: 480px) {
  .sturmfest-lp-v2 .final-cta-button { min-width: 100%; padding: 16px 20px; font-size: 17px; }
}

/* ── Abschluss: Coaching-Plätze als Pill wie auf der Preiskarte,
   Farben für den dunklen Hintergrund angepasst ── */
.sturmfest-lp-v2 .final-slots-pill { text-align: center; margin-top: 22px; }
/* Gleiches Grün wie auf der Preiskarte (dort rgba-Grün auf Creme) – hier deckend,
   damit es auf dem dunklen Hintergrund identisch aussieht. */
.sturmfest-lp-v2 .final-slots-pill .pricing-card-slots {
  margin: 0; background: #E2E6D9; color: #3D5C3A;
}
.sturmfest-lp-v2 .final-slots-pill .pricing-card-slots .slot-dot { background: #3D5C3A; }

/* ── Abschluss: Fußnote zweizeilig ──────────────────── */
.sturmfest-lp-v2 .final-footnote { line-height: 1.8; }

/* ── Mobil ─────────────────────────────────────────── */
@media (max-width: 968px) {
  .sturmfest-lp-v2 .stuerme-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .sturmfest-lp-v2 .stuerme-bild { max-width: 420px; width: 100%; margin: 0 auto; }
  .sturmfest-lp-v2 .nutzen-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  /* Hero mobil: weniger blaue Fläche oben und zwischen den Blöcken */
  .sturmfest-lp-v2 .hero { padding-top: 64px !important; padding-bottom: 40px !important; }
  .sturmfest-lp-v2 .hero h1 { margin-bottom: 16px; }
  .sturmfest-lp-v2 .hero h1 .undertone { margin-top: 0.25em; }
  .sturmfest-lp-v2 .hero-text { margin-top: 0 !important; margin-bottom: 0 !important; }
  .sturmfest-lp-v2 .hero-text + .hero-text { margin-top: 0.8rem !important; }
  .sturmfest-lp-v2 .hero-cta { margin-top: 24px; }
  .sturmfest-lp-v2 .hero-grid { gap: 28px !important; }
  .sturmfest-lp-v2 .begleitung-card { padding: 32px 22px 28px; }
  .sturmfest-lp-v2 .stats-klein { gap: 1.5rem 2rem; }
  .sturmfest-lp-v2 .stats-klein .stat-hide-mobile { display: block; }
}
