/* ============================================================
   STEFAN PREIHS — Personal Brand Relaunch
   Design: Cinematic Dark Premium
   Brand:   #8B84E8 (Akzent) · Buttons: Fläche #F2EEE6, Schrift
            #1A1712, Hover #FFFFFF · Grund #0A0A12 · Schrift #F4F2FF
   Typo:    Anton (Plakat-Display) · Inter (Text) — lokal gehostet
   ============================================================ */

@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/anton-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/inter-var.woff2") format("woff2");
}

:root {
  --bg: #0A0A12;
  --bg-2: #0F0F1B;
  --bg-3: #14142200;
  --panel: #101020;
  --card: rgba(255, 255, 255, 0.045);
  --card-border: rgba(255, 255, 255, 0.10);
  --card-border-strong: rgba(255, 255, 255, 0.16);
  --ink: #F4F2FF;
  --muted: #B4B2CC;
  --faint: #8E8CA8;
  --violet: #8B84E8;
  --violet-strong: #6F67D4;
  --violet-soft: rgba(139, 132, 232, 0.16);
  --gold: #8B84E8;
  --gold-bright: #B5AFF5;
  --gold-soft: rgba(139, 132, 232, 0.14);
  --btn-bg: #F2EEE6;
  --btn-ink: #1A1712;
  --btn-hover: #FFFFFF;
  --focus: #C9C0FF;
  --light-bg: #F5F3EC;
  --light-ink: #17141F;
  --light-muted: #4E4A5E;
  --radius: 20px;
  --radius-sm: 12px;
  --nav-h: 76px;
  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-body: "Inter", -apple-system, "Segoe UI", sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--violet); }

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--violet-strong); color: #fff; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 60;
  background: var(--ink); color: var(--bg); padding: 10px 18px;
  font-weight: 700; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Typografie ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  line-height: 1.04;
  text-wrap: balance;
}

h1.display { font-size: clamp(2.4rem, 5.2vw, 4.3rem); }
h2.display { font-size: clamp(2rem, 4.6vw, 3.4rem); }
h3 { font-size: 1.15rem; line-height: 1.4; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.kicker::before {
  content: "";
  width: 34px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.kicker--violet { color: var(--violet); }
.kicker--violet::before { background: linear-gradient(90deg, var(--violet), transparent); }

.grad-gold {
  background: linear-gradient(100deg, var(--gold-bright) 10%, var(--gold) 45%, #675FCC 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.grad-violet {
  background: linear-gradient(100deg, #B5AFF5 5%, var(--violet) 50%, #675FCC 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 62ch; text-wrap: pretty; }
p.muted { color: var(--muted); }
.small { font-size: 0.9rem; }

/* ---------- Layout ---------- */
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 128px) 0; position: relative; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.center { text-align: center; }
.center .lead, .center .kicker { margin-inline: auto; }
.center .kicker::before { display: none; }

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

@media (max-width: 920px) {
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
}

/* ---------- Hintergrund-Atmosphäre ---------- */
.orbs {
  position: absolute; inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
}
.orb--violet { background: radial-gradient(circle, rgba(139, 132, 232, 0.45), transparent 65%); }
.orb--gold { background: radial-gradient(circle, rgba(139, 132, 232, 0.24), transparent 65%); }

.section > .wrap { position: relative; z-index: 1; }

/* Riesiges Outline-Wasserzeichen (Signatur) */
.watermark {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(6rem, 22vw, 19rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 242, 255, 0.07);
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
}
.watermark--gold { -webkit-text-stroke-color: rgba(139, 132, 232, 0.12); }

/* Gold-Schallplatten-Motiv (Referenz an die SMU-Awards) */
.record {
  position: absolute;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at center,
      rgba(139, 132, 232, 0.16) 0 1px,
      transparent 1px 7px);
  -webkit-mask-image: radial-gradient(circle, #000 30%, transparent 72%);
  mask-image: radial-gradient(circle, #000 30%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 20;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: rgba(10, 10, 18, 0.72);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav__logo { flex-shrink: 0; }
.nav__logo img { height: 34px; width: auto; }
.nav__links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}
.nav__links a {
  display: inline-block;
  padding: 10px 16px;
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  transition: color 200ms ease, background-color 200ms ease;
}
.nav__links a:hover { color: var(--ink); background: rgba(255, 255, 255, 0.06); }
.nav__links a.btn--gold { color: var(--btn-ink); background: var(--btn-bg); }
.nav__links a.btn--gold:hover { color: var(--btn-ink); background: var(--btn-hover); }
.nav__links a[aria-current="page"] {
  color: var(--ink);
  background: var(--violet-soft);
  box-shadow: inset 0 0 0 1px rgba(139, 124, 255, 0.35);
}
.nav__cta { flex-shrink: 0; }

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px; height: 46px;
  padding: 12px 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  cursor: pointer;
}
.burger span {
  display: block;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 250ms ease, opacity 250ms ease;
}
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1020px) {
  .burger { display: flex; flex-shrink: 0; }
  .nav .nav__cta.btn { display: none; }
  .nav__links {
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0;
    z-index: 30;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 18px 24px 26px;
    background: rgba(10, 10, 18, 0.97);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--card-border);
    display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 14px 16px; font-size: 1.05rem; }
  .nav__links .nav__cta-mobile { margin-top: 10px; }
}
@media (min-width: 1021px) { .nav__cta-mobile { display: none; } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, color 200ms ease;
  text-align: center;
}
.btn--gold {
  background: var(--btn-bg);
  color: var(--btn-ink);
  box-shadow: 0 10px 34px -10px rgba(139, 132, 232, 0.45);
}
.btn--gold:hover { background: var(--btn-hover); box-shadow: 0 14px 44px -8px rgba(139, 132, 232, 0.6); }
.btn--violet {
  background: var(--btn-bg);
  color: var(--btn-ink);
  box-shadow: 0 10px 34px -10px rgba(139, 132, 232, 0.45);
}
.btn--violet:hover { background: var(--btn-hover); box-shadow: 0 14px 44px -8px rgba(139, 132, 232, 0.6); }
.btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--ink);
}
.btn--ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.36); }
.btn--lg { min-height: 60px; padding: 18px 38px; font-size: 1.08rem; }
.btn .arrow { transition: transform 200ms ease; }
.btn:hover .arrow { transform: translateX(4px); }

.btn-note { margin-top: 12px; font-size: 0.85rem; color: var(--faint); }

.cta-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* ---------- Cards ---------- */
.card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 36px);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.card--hover { transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease; }
.card--hover:hover {
  border-color: var(--card-border-strong);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 60px -30px rgba(139, 132, 232, 0.40);
}

.card--gold-edge { border-color: rgba(139, 132, 232, 0.35); }

/* Foto-Rahmen */
.frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--card-border-strong);
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.9);
}
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame--glow-gold { box-shadow: 0 30px 100px -30px rgba(139, 132, 232, 0.45), 0 40px 90px -40px rgba(0,0,0,0.9); }
.frame--glow-violet { box-shadow: 0 30px 100px -30px rgba(139, 132, 232, 0.45), 0 40px 90px -40px rgba(0,0,0,0.9); }

/* ---------- Stat-Zahlen ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.stats--5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1100px) { .stats--5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .stats, .stats--5 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .stats, .stats--5 { grid-template-columns: 1fr; } }
.stat {
  padding: 26px 28px;
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  background: var(--card);
}
.stat__num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}
.stat__label { margin-top: 8px; color: var(--muted); font-weight: 600; font-size: 0.95rem; }

/* ---------- Ergebnis-Badge (Case Studies) ---------- */
.result-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--gold-soft);
  border: 1px solid rgba(139, 132, 232, 0.45);
  color: var(--gold-bright);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.result-badge strong { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; letter-spacing: 0.02em; }

/* ---------- Case-Study-Karten ---------- */
.case {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}
.case:nth-child(even) { grid-template-columns: 1fr 380px; }
.case:nth-child(even) .case__media { order: 2; }
@media (max-width: 920px) {
  .case, .case:nth-child(even) { grid-template-columns: 1fr; }
  .case:nth-child(even) .case__media { order: 0; }
  .case__media { max-width: 440px; }
}
.case__media { position: sticky; top: calc(var(--nav-h) + 24px); }
.case + .case { margin-top: clamp(56px, 8vw, 96px); padding-top: clamp(56px, 8vw, 96px); border-top: 1px solid rgba(255,255,255,0.08); }

.pzE { display: grid; gap: 14px; margin-top: 22px; }
.pzE__item {
  border: 1px solid var(--card-border);
  background: var(--card);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
}
.pzE__item h4 {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--violet);
  font-weight: 800;
}
.pzE__item--ergebnis { border-color: rgba(139, 132, 232, 0.40); background: var(--gold-soft); }
.pzE__item--ergebnis h4 { color: var(--gold-bright); }
.pzE__item p { color: var(--muted); font-size: 0.98rem; }
.pzE__item--ergebnis p { color: #DDDAF7; }

.case__quote {
  margin-top: 20px;
  padding: 20px 24px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--muted);
  font-style: italic;
}
.case__quote cite { display: block; margin-top: 10px; font-style: normal; font-weight: 700; color: var(--ink); font-size: 0.9rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 14px; max-width: 860px; margin-inline: auto; }
.faq details {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-sm);
  background: var(--card);
  overflow: hidden;
  transition: border-color 200ms ease;
}
.faq details[open] { border-color: rgba(139, 124, 255, 0.45); }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.02rem;
  list-style: none;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: #fff; }
.faq summary .faq__icon {
  flex-shrink: 0;
  width: 30px; height: 30px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--violet-soft);
  color: var(--violet);
  font-weight: 800;
  font-size: 1.1rem;
  transition: transform 220ms ease;
}
.faq details[open] .faq__icon { transform: rotate(45deg); }
.faq .faq__body { padding: 0 24px 22px; color: var(--muted); }
.faq .faq__body ul { padding-left: 20px; display: grid; gap: 6px; margin-top: 6px; }

/* ---------- Presse ---------- */
.press-card { display: flex; flex-direction: column; gap: 0; overflow: hidden; padding: 0; text-decoration: none; }
.press-card .frame { border: none; border-radius: 0; box-shadow: none; aspect-ratio: 1 / 1; }
.press-card__body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.press-card__body h3 { color: var(--ink); }
.press-card__body p { color: var(--muted); font-size: 0.95rem; flex: 1; }
.press-card__link { color: var(--gold); font-weight: 700; font-size: 0.95rem; }
.press-card:hover .press-card__link { text-decoration: underline; }

/* Trust-Bar (weiße Original-Grafiken) */
.trust {
  background: #FBFAF6;
  border-radius: var(--radius);
  padding: clamp(20px, 3vw, 34px) clamp(20px, 4vw, 44px);
  display: grid;
  gap: 20px;
}
.trust img { margin-inline: auto; max-height: 92px; width: auto; max-width: 100%; object-fit: contain; }
.trust__label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #6E6A80;
}

/* ---------- Light Panel (Kontrastband) ---------- */
.panel-light {
  background: var(--light-bg);
  color: var(--light-ink);
}
.panel-light .kicker { color: #5A53C0; }
.panel-light .kicker::before { background: linear-gradient(90deg, #5A53C0, transparent); }
.panel-light .lead, .panel-light p.muted { color: var(--light-muted); }
.panel-light .display { color: var(--light-ink); }

/* ---------- Checkliste ---------- */
.checklist { list-style: none; display: grid; gap: 14px; }
.checklist li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 20px;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-sm);
  background: var(--card);
  font-weight: 600;
}
.checklist .check {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--gold-soft);
  border: 1px solid rgba(139, 132, 232, 0.50);
  color: var(--gold-bright);
  font-size: 0.85rem;
  margin-top: 1px;
}

/* ---------- Kapitel-Liste ---------- */
.chapters { display: grid; gap: 14px; counter-reset: chap; }
.chapter {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 22px;
  align-items: start;
  padding: 24px 28px;
}
.chapter__num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--gold);
  padding-top: 4px;
}
.chapter h3 { margin-bottom: 8px; }
.chapter ul { list-style: none; display: grid; gap: 4px; color: var(--muted); font-size: 0.95rem; }
.chapter ul li::before { content: "— "; color: var(--gold); }
@media (max-width: 640px) {
  .chapter { grid-template-columns: 1fr; gap: 8px; }
  .chapter__num { font-size: 2rem; }
}

/* ---------- Testimonials ---------- */
.testimonials { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 860px) { .testimonials { grid-template-columns: 1fr; } }
.testimonial { display: flex; flex-direction: column; gap: 18px; }
.testimonial__head { display: flex; align-items: center; gap: 16px; }
.testimonial__head img {
  width: 60px; height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(139, 132, 232, 0.55);
}
.testimonial__head strong { display: block; }
.testimonial__head .stars { color: var(--gold); letter-spacing: 3px; font-size: 0.9rem; }
.testimonial p { color: var(--muted); font-style: italic; font-size: 0.98rem; }

/* ---------- Galerie (Buch-Previews / Lifestyle) ---------- */
.gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(300px, 72vw);
  gap: 18px;
  overflow-x: auto;
  padding: 10px 4px 22px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.gallery > * { scroll-snap-align: start; }
.gallery::-webkit-scrollbar { height: 8px; }
.gallery::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.18); border-radius: 99px; }
.gallery::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); border-radius: 99px; }

.life-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .life-grid { grid-template-columns: 1fr; } }

/* ---------- Bild-Slider (3 Bilder Desktop, 2 mobil) ---------- */
.slider { position: relative; }
.slider__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2 * 18px) / 3);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 6px 2px 10px;
  scrollbar-width: none;
}
.slider__track::-webkit-scrollbar { display: none; }
.slider__track > * { scroll-snap-align: start; }
.slider__slide { aspect-ratio: 4 / 5; margin: 0; }
.slider__slide img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 767px) {
  .slider__track { grid-auto-columns: calc((100% - 14px) / 2); gap: 14px; }
}
@media (prefers-reduced-motion: reduce) { .slider__track { scroll-behavior: auto; } }
.slider__nav {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}
.slider__btn {
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(139, 132, 232, 0.5);
  background: var(--btn-bg);
  color: var(--btn-ink);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background-color 200ms ease, border-color 200ms ease;
}
.slider__btn:hover { background: var(--btn-hover); border-color: var(--violet); }
.panel-light .slider__btn { border-color: #B9B2E6; }
.panel-light .btn--gold, .panel-light .btn--violet { border-color: #CFC9BA; box-shadow: 0 10px 30px -12px rgba(111, 103, 212, 0.4); }

/* ---------- Video-Einbettung ---------- */
.video-frame { background: #000; position: relative; }
.video-frame video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #000;
}

/* Platzhalter, solange die Videodatei noch fehlt.
   Verschwindet automatisch, sobald das Video ladbar ist (siehe main.js). */
.video-pending {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  padding: 24px;
  background:
    radial-gradient(80% 120% at 50% 0%, rgba(139, 132, 232, 0.18), transparent 60%),
    #101018;
  pointer-events: none;
}
.video-pending__play {
  width: 74px; height: 74px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--btn-bg);
  color: var(--btn-ink);
  font-size: 1.6rem;
  padding-left: 6px;
}
.video-pending p { color: var(--muted); font-size: 0.95rem; max-width: 34ch; }
.video-pending strong { color: var(--ink); display: block; font-size: 1.05rem; margin-bottom: 2px; }
.video-frame.has-video .video-pending { display: none; }

/* ---------- Schritt-Karten ---------- */
.step-card { position: relative; overflow: hidden; }
.step-card__num {
  position: absolute;
  top: -18px; right: 6px;
  font-family: var(--font-display);
  font-size: 7rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 242, 255, 0.12);
  pointer-events: none;
}
.step-card .kicker { margin-bottom: 10px; }

/* ---------- USP-Grid ---------- */
.usps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 980px) { .usps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .usps { grid-template-columns: 1fr; } }
.usp { text-align: left; }
.usp img {
  width: 68px; height: 68px;
  object-fit: contain;
  border-radius: 16px;
  background: var(--violet-soft);
  padding: 10px;
  margin-bottom: 16px;
}
.usp h3 { margin-bottom: 8px; }
.usp p { color: var(--muted); font-size: 0.95rem; }

/* ---------- Zitat-Billboard ---------- */
.billboard {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4.4vw, 3.6rem);
  text-transform: uppercase;
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-wrap: balance;
}
.billboard .q { color: var(--gold); }

/* ---------- Preis ---------- */
.price-block { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; }
.price-old {
  font-size: 1.6rem;
  color: var(--faint);
  text-decoration: line-through;
  text-decoration-color: rgba(233, 92, 92, 0.85);
  text-decoration-thickness: 3px;
}
.price-free {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1;
}
.price-hint { width: 100%; color: var(--muted); font-size: 0.95rem; }

/* ---------- CTA-Band ---------- */
.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(139, 132, 232, 0.24);
  background:
    radial-gradient(120% 160% at 85% 0%, rgba(111, 103, 212, 0.35), transparent 55%),
    radial-gradient(120% 160% at 10% 100%, rgba(139, 132, 232, 0.16), transparent 55%),
    #0E0E1A;
  padding: clamp(44px, 6vw, 80px) clamp(28px, 5vw, 72px);
  text-align: center;
}
.cta-band .display { margin-bottom: 16px; }
.cta-band .lead { margin: 0 auto 30px; }
.cta-band .cta-row { justify-content: center; }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #07070E;
  padding: clamp(48px, 6vw, 72px) 0 40px;
  color: var(--faint);
  font-size: 0.92rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 860px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__logo img { height: 30px; width: auto; margin-bottom: 16px; }
.footer h4 {
  color: var(--ink);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer ul { list-style: none; display: grid; gap: 8px; }
.footer a { color: var(--muted); text-decoration: none; }
.footer a:hover { color: var(--ink); text-decoration: underline; }
.footer__social { display: flex; gap: 12px; }
.footer__social a {
  display: grid; place-items: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--card-border);
  background: var(--card);
  transition: border-color 200ms ease, background-color 200ms ease;
}
.footer__social a:hover { border-color: var(--violet); background: var(--violet-soft); }
.footer__social svg { width: 18px; height: 18px; fill: var(--muted); }
.footer__social a:hover svg { fill: var(--ink); }
.footer__legal {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 28px;
  display: grid;
  gap: 16px;
  font-size: 0.82rem;
  color: #75738C;
}
.footer__legal p { max-width: 100ch; }

/* ---------- Reveal-Animationen ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 650ms cubic-bezier(0.2, 0.6, 0.2, 1), transform 650ms cubic-bezier(0.2, 0.6, 0.2, 1);
  transition-delay: var(--d, 0ms);
}
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn .arrow, .faq .faq__icon, .burger span { transition: none; }
  * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

/* ---------- Hero-Basics ---------- */
.hero {
  position: relative;
  padding-top: calc(var(--nav-h) + clamp(48px, 7vw, 96px));
  padding-bottom: clamp(64px, 8vw, 110px);
  overflow: hidden;
}
.hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--card-border);
  background: var(--card);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}
.hero__badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

/* ---------- Foto-Billboards (Hero & Community) ---------- */
.billboard-photo {
  position: relative;
  overflow: hidden;
}
.hero.billboard-photo {
  min-height: min(92vh, 860px);
  display: flex;
  align-items: center;
}
.billboard-photo__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  z-index: 0;
}
.billboard-photo__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10, 10, 18, 0.96) 0%, rgba(10, 10, 18, 0.82) 34%, rgba(10, 10, 18, 0.25) 62%, rgba(10, 10, 18, 0.05) 100%),
    linear-gradient(0deg, rgba(10, 10, 18, 0.9) 0%, transparent 26%);
}
.billboard-photo > .wrap { position: relative; z-index: 2; }
.billboard-photo .maxw-hero { max-width: 620px; }
@media (max-width: 767px) {
  .billboard-photo__bg { object-position: 78% center; }
  .billboard-photo__scrim {
    background:
      linear-gradient(0deg, rgba(10, 10, 18, 0.95) 30%, rgba(10, 10, 18, 0.55) 60%, rgba(10, 10, 18, 0.35) 100%);
  }
}

/* Community-Band mit Foto */
.community-band {
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(139, 132, 232, 0.32);
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: clamp(44px, 6vw, 80px) clamp(28px, 5vw, 72px);
}
.community-band .maxw-hero { max-width: 640px; }

/* ---------- Sonstiges ---------- */
.divider-fade { height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.14), transparent); border: 0; }
.mt-1 { margin-top: 12px; } .mt-2 { margin-top: 20px; } .mt-3 { margin-top: 32px; } .mt-4 { margin-top: 48px; } .mt-5 { margin-top: 64px; }
.mb-2 { margin-bottom: 20px; } .mb-3 { margin-bottom: 32px; } .mb-4 { margin-bottom: 48px; }
.maxw { max-width: 72ch; }
