/* =========================================================
   WMR ACADEMY – Premium Stylesheet
   Brand: Wir machen Rennfahrer
   Colors: #FDB60A (Yellow), #000000 (Black), #FCFCFC (White)
   ========================================================= */

/* ---------- Custom Fonts ---------- */
@font-face {
  font-family: "Gotham Ultra";
  src: url("../fonts/GothamUltra-RWeKkzB.otf") format("opentype");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ZaVrz0Q.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gutsand";
  src: url("../fonts/Gutsand-JQC2X-a.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---------- Design Tokens ----------
   V2-Plus: Light + Dark Theme
   - Default `:root` = Dark theme (auto-respects system preference)
   - `[data-theme="light"]` overrides to Light
   - `[data-theme="dark"]` is explicit Dark
   ---------------------------------- */
:root {
  /* Brand Colors (constant across themes — from Brand-PDF) */
  --c-yellow:        #FDB60A;
  --c-yellow-dark:   #d99500;
  --c-yellow-light:  #ffd24a;
  --c-yellow-soft:   rgba(253, 182, 10, 0.12);

  --c-black:         #000000;
  --c-white:         #FCFCFC;

  --c-success:       #6dca7d;

  /* DARK theme tokens (default) */
  --c-bg:            #000000;
  --c-bg-1:          #0a0a0a;
  --c-bg-2:          #111111;
  --c-bg-3:          #181818;
  --c-bg-4:          #222222;

  --c-line:          rgba(255,255,255,0.08);
  --c-line-2:        rgba(255,255,255,0.14);
  --c-line-y:        rgba(253,182,10,0.22);

  --c-text:          #FCFCFC;
  --c-text-soft:     #d9d9d9;
  --c-text-muted:    #8a8a8a;

  /* Gradient defaults (dark hero) */
  --grad-hero:       radial-gradient(ellipse 70% 60% at 50% 0%, rgba(253,182,10,0.18), transparent 60%),
                     radial-gradient(ellipse 60% 50% at 100% 100%, rgba(253,182,10,0.08), transparent 60%),
                     linear-gradient(180deg, #000 0%, #060606 100%);
  --grad-card:       linear-gradient(160deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
  --grad-card-y:     linear-gradient(160deg, rgba(253,182,10,0.10) 0%, rgba(253,182,10,0.02) 100%);
}

/* LIGHT theme overrides — verbesserte Lesbarkeit */
[data-theme="light"] {
  --c-bg:            #FAFAFA;
  --c-bg-1:          #FFFFFF;
  --c-bg-2:          #F1F1F1;
  --c-bg-3:          #E8E8E8;
  --c-bg-4:          #DCDCDC;

  --c-line:          rgba(0,0,0,0.14);
  --c-line-2:        rgba(0,0,0,0.22);
  --c-line-y:        rgba(217,149,0,0.45);

  --c-text:          #0a0a0a;
  --c-text-soft:     #1a1a1a;
  --c-text-muted:    #555555;

  --c-yellow-soft:   rgba(217, 149, 0, 0.14);
}

[data-theme="dark"] {
  --c-bg:            #000000;
  --c-bg-1:          #0a0a0a;
  --c-bg-2:          #111111;
  --c-bg-3:          #181818;
  --c-bg-4:          #222222;

  --c-line:          rgba(255,255,255,0.08);
  --c-line-2:        rgba(255,255,255,0.14);
  --c-line-y:        rgba(253,182,10,0.22);

  --c-text:          #FCFCFC;
  --c-text-soft:     #d9d9d9;
  --c-text-muted:    #8a8a8a;

  --grad-hero:       radial-gradient(ellipse 70% 60% at 50% 0%, rgba(253,182,10,0.18), transparent 60%),
                     radial-gradient(ellipse 60% 50% at 100% 100%, rgba(253,182,10,0.08), transparent 60%),
                     linear-gradient(180deg, #000 0%, #060606 100%);
  --grad-card:       linear-gradient(160deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
  --grad-card-y:     linear-gradient(160deg, rgba(253,182,10,0.10) 0%, rgba(253,182,10,0.02) 100%);
}

[data-theme="light"] {
  --grad-hero:       radial-gradient(ellipse 70% 60% at 50% 0%, rgba(253,182,10,0.18), transparent 60%),
                     radial-gradient(ellipse 60% 50% at 100% 100%, rgba(217,149,0,0.10), transparent 60%),
                     linear-gradient(180deg, #FAFAFA 0%, #EDEDED 100%);
  /* Solid card background im Light Mode statt fast-transparenter Tint */
  --grad-card:       #FFFFFF;
  --grad-card-y:     linear-gradient(160deg, rgba(253,182,10,0.16) 0%, rgba(253,182,10,0.06) 100%);
}

:root {

  /* Default fallback (no [data-theme] set) — only define vars NOT already in [data-theme="dark"]/light */
  --grad-yellow:     linear-gradient(135deg, #FDB60A 0%, #d99500 100%);

  /* Typography */
  --font-display:    "Gotham Ultra", "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body:       "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-script:     "Gutsand", "Brush Script MT", cursive;

  /* Layout */
  --container:       1240px;
  --r-sm:            8px;
  --r:               14px;
  --r-lg:            22px;
  --r-xl:            28px;

  /* Effects */
  --shadow-sm:       0 2px 8px rgba(0,0,0,0.30);
  --shadow:          0 14px 40px rgba(0,0,0,0.45);
  --shadow-lg:       0 30px 80px rgba(0,0,0,0.60);
  --shadow-y:        0 0 0 1px rgba(253,182,10,0.4), 0 18px 60px rgba(253,182,10,0.18);
  --ease:            cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
:root {
  --header-h: 68px;
  --live-bar-h: 44px;
}
body {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  /* Standard: nur Header reserviert (fixed) */
  padding-top: var(--header-h);
  /* Live-Info-Bar Seite: zusätzlich Bar-Höhe */
}
body:has(.live-info-bar) {
  padding-top: calc(var(--header-h) + var(--live-bar-h));
}
@media (max-width: 900px) {
  :root { --header-h: 60px; }
}
}
img,svg,video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }
input,textarea,select { font: inherit; color: inherit; }

/* ---------- Typography ---------- */
h1,h2,h3,h4,h5 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 .5em;
  line-height: 1.05;
  text-transform: uppercase;
  font-style: italic;
}
h1 { font-size: clamp(2.4rem, 6vw, 5.2rem); font-weight: 900; }
h2 { font-size: clamp(2.0rem, 4vw, 3.4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
h4 { font-size: 1.1rem; }
p  { margin: 0 0 1rem; color: var(--c-text-soft); }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.20rem); color: var(--c-text-soft); max-width: 62ch; }

.script {
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--c-yellow);
  font-size: 1.5em;
  line-height: 1;
}
.text-y    { color: var(--c-yellow); }
.text-w    { color: var(--c-white); }
.text-mute { color: var(--c-text-muted); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-body);
  font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  padding: .55rem 1rem;
  border-radius: 999px;
  background: var(--c-yellow-soft);
  color: var(--c-yellow);
  border: 1px solid var(--c-line-y);
}

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 9vw, 130px) 0; position: relative; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.section-head { max-width: 780px; margin: 0 auto 60px; text-align: center; }
.section-head .lead { margin: 1rem auto 0; }

.grid { display: grid; gap: 28px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.grid--5 { grid-template-columns: repeat(5, minmax(0,1fr)); }
@media (max-width: 980px){ .grid--3,.grid--4,.grid--5 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 640px){ .grid--2,.grid--3,.grid--4,.grid--5 { grid-template-columns: 1fr; } }

/* ---------- Buttons ---------- */
.btn {
  --pad-y: 14px; --pad-x: 28px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: var(--pad-y) var(--pad-x);
  border-radius: 8px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: .92rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-style: italic;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
  white-space: nowrap;
  border: 2px solid transparent;
  position: relative;
}
.btn--primary {
  background: var(--c-yellow);
  color: var(--c-black);
  box-shadow: 0 12px 28px rgba(253,182,10,0.35), inset 0 0 0 1px rgba(0,0,0,0.06);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(253,182,10,0.50); background: var(--c-yellow-light); }
.btn--ghost {
  background: rgba(255,255,255,0.08);
  color: #FFFFFF;
  border-color: rgba(255,255,255,0.45);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { background: var(--c-yellow); border-color: var(--c-yellow); color: var(--c-black); }
.btn--outline {
  background: transparent;
  color: var(--c-yellow);
  border-color: var(--c-yellow);
}
.btn--outline:hover { background: var(--c-yellow); color: var(--c-black); }
.btn--lg { --pad-y: 18px; --pad-x: 34px; font-size: 1rem; }
.btn--block { display: flex; width: 100%; }
.btn .arrow { transition: transform .25s var(--ease); display: inline-block; }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 0;
  transition: background .3s var(--ease), backdrop-filter .3s var(--ease), border-color .3s var(--ease), padding .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.header.is-scrolled {
  background: rgba(0,0,0,0.78);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--c-line);
  padding: 8px 0;
}
.header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px;
  min-width: 0;
  flex-wrap: nowrap;
}
.header__inner > * { min-width: 0; }
.header .nav { flex-shrink: 1; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.brand__logo { height: 38px; width: auto; flex-shrink: 0; }
.header.is-scrolled .brand__logo { height: 32px; }
.brand__tagline {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--c-yellow);
  padding: 3px 0 3px 9px;
  border-left: 2px solid var(--c-yellow);
  line-height: 1.1;
  white-space: nowrap;
  max-width: 180px;
}
[data-theme="light"] .brand__tagline { color: var(--c-yellow-dark); border-left-color: var(--c-yellow-dark); }
.footer__about .brand__tagline { display: none; }
/* Tagline-Sichtbarkeit weiter unten konsolidiert (>= 1500px) */

.nav {
  display: flex !important;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap !important;   /* Bootstrap-Override: kein Umbruch */
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__link {
  padding: 10px 14px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: .92rem;
  font-weight: 600;
  color: var(--c-text-soft);
  letter-spacing: .02em;
  transition: color .2s var(--ease), background .2s var(--ease);
}
.nav__link:hover, .nav__link.is-active { color: var(--c-yellow); background: rgba(253,182,10,0.06); }
.nav .nav__cta { flex-shrink: 0; margin-left: 8px; }
.nav__link, .nav .has-menu { flex-shrink: 0; }

.header__cta { display: flex; align-items: center; gap: 12px; }
/* CTA auf Desktop ist Teil der Nav (.nav__cta) — die separate im header__cta wird ausgeblendet, um Doppelung zu vermeiden */
@media (min-width: 1181px) {
  .header__cta > .btn--primary { display: none; }
}
.menu-toggle {
  display: none;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(255,255,255,0.07);
  border: 1px solid var(--c-line-2);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.menu-toggle:hover { background: rgba(253,182,10,0.10); border-color: var(--c-yellow); }
.menu-toggle.is-open { background: var(--c-yellow); border-color: var(--c-yellow); }
.menu-toggle.is-open span { background: #000; }
.menu-toggle span {
  display: block; width: 20px; height: 2px; margin: 4px auto;
  background: var(--c-yellow); border-radius: 2px;
  transition: transform .25s var(--ease), opacity .25s var(--ease), background .25s var(--ease);
}
.menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Zwischenstufe Desktop (1181–1400): kompakte Nav, kein Submenü-Text-Overflow */
@media (min-width: 1181px) and (max-width: 1400px) {
  .nav { gap: 0; }
  .nav__link { padding: 8px 9px; font-size: .82rem; letter-spacing: 0; }
  .nav .nav__cta { padding: 8px 12px; font-size: .78rem; }
  .header__inner { gap: 10px; }
}
/* Großer Desktop (1401px+): volle Nav, etwas mehr Luft */
@media (min-width: 1401px) {
  .nav { gap: 6px; }
  .nav__link { padding: 10px 14px; font-size: .92rem; }
}
/* Brand-Tagline erst ab 1500px sichtbar — vorher zu eng */
@media (max-width: 1499px) { .brand__tagline { display: none !important; } }

/* Tablet & Mobile: Hamburger-Menü + Vollbild-Drawer (bis 1180px) */
@media (max-width: 1180px) {
  /* Bootstrap-Override: .nav Klasse hat in Bootstrap eigene Styles (Tabs) */
  .header .nav { display: none !important; }
  .menu-toggle { display: block; }
  .header__cta .btn:not(.menu-toggle) { display: none; }

  /* Drawer (.nav.is-open) — startet unter Header (& Live-Info-Bar falls vorhanden) */
  .header .nav.is-open {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    position: fixed !important;
    top: calc(var(--header-h) + 8px) !important;
    left: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    width: auto !important;
    max-width: none !important;
    background: rgba(0,0,0,0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--c-line-2);
    border-radius: 16px;
    padding: 14px 12px !important;
    margin: 0 !important;
    box-shadow: var(--shadow-lg);
    max-height: calc(100vh - var(--header-h) - 24px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 200;
    list-style: none;
  }
  body:has(.live-info-bar) .header .nav.is-open {
    top: calc(var(--header-h) + var(--live-bar-h) + 8px) !important;
    max-height: calc(100vh - var(--header-h) - var(--live-bar-h) - 24px);
  }
  body:has(.live-info-bar).is-scrolled-past-bar .header .nav.is-open {
    top: calc(var(--header-h) + 8px) !important;
  }
  /* Jeder Link in einer eigenen Zeile, volle Breite — alle direkten Children */
  .header .nav.is-open > * {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .header .nav.is-open .nav__link {
    padding: 13px 16px !important;
    font-size: 1.02rem;
    border-radius: 10px;
    width: 100%;
  }
  .header .nav.is-open .has-menu > .nav__link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header .nav.is-open .nav__cta {
    margin-top: 8px !important;
    text-align: center;
  }

  /* Mega-Menu im Mobile-Drawer als Inline-Liste */
  .header .nav.is-open .has-menu { position: static !important; }
  .header .nav.is-open .mega,
  .header .nav.is-open .mega--3,
  .header .nav.is-open .mega--4,
  .header .nav.is-open .mega--academy,
  .header .nav.is-open .mega--service {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    min-width: 0 !important;
    max-width: none !important;
    width: calc(100% - 8px) !important;
    margin: 4px 0 8px 8px !important;
    grid-template-columns: 1fr !important;
    padding: 6px 0 4px 12px !important;
    border: 0 !important;
    border-left: 2px solid rgba(253,182,10,0.4) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: none !important;
    gap: 2px !important;
  }
  .header .nav.is-open .has-menu.is-open .mega,
  .header .nav.is-open .has-menu.is-open .mega--3,
  .header .nav.is-open .has-menu.is-open .mega--4,
  .header .nav.is-open .has-menu.is-open .mega--academy,
  .header .nav.is-open .has-menu.is-open .mega--service {
    display: grid !important;
  }
  /* In Mobile: Spalten-Titel der kategorisierten Mega-Menüs sichtbar machen */
  .header .nav.is-open .mega__col-title {
    margin: 12px 0 6px 4px !important;
    padding-bottom: 4px !important;
  }
  .header .nav.is-open .mega__col {
    display: contents !important;
  }
  .header .nav.is-open .mega__item {
    padding: 10px 14px !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .header .nav.is-open .mega__item .ic { display: none !important; }
  .header .nav.is-open .mega__item strong { font-size: .95rem; }
  .header .nav.is-open .mega__item small { font-size: .76rem; opacity: 0.6; }

  /* Light Mode Drawer */
  [data-theme="light"] .header .nav.is-open {
    background: rgba(255,255,255,0.98);
  }
  [data-theme="light"] .header .nav.is-open .mega,
  [data-theme="light"] .header .nav.is-open .mega--3,
  [data-theme="light"] .header .nav.is-open .mega--4,
  [data-theme="light"] .header .nav.is-open .mega--academy,
  [data-theme="light"] .header .nav.is-open .mega--service {
    border-left-color: rgba(217,149,0,0.5) !important;
  }
}

/* Mobile finetune (<700px): kompakter */
@media (max-width: 700px) {
  .header .nav.is-open .mega__item small { display: none !important; }
  .brand__logo { height: 32px; }
  .header .nav.is-open { inset: 64px 12px auto 12px; padding: 12px 10px !important; }
  .header .nav.is-open .nav__link { font-size: 1rem; padding: 12px 14px !important; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 160px 0 90px;
  background: var(--grad-hero);
  overflow: hidden;
}
.hero::before {
  content:""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(253,182,10,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(253,182,10,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 80%);
  pointer-events: none;
}
.hero__inner {
  position: relative; z-index: 2;
}
.hero__head { text-align: center; max-width: 980px; margin: 0 auto; }
.hero__head h1 .y { color: var(--c-yellow); }
.hero__head .lead { margin: 1.4rem auto 0; }
.hero__cta {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin-top: 32px;
}
.hero__trust {
  margin-top: 30px;
  display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; align-items: center;
  color: var(--c-text-muted);
  font-size: .88rem;
}
.hero__trust .pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--c-line);
}
.hero__trust .pill svg { color: var(--c-yellow); }

/* hero feature visual */
.hero__visual {
  margin: 50px auto 0;
  max-width: 1100px;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--c-line-2);
  box-shadow: var(--shadow-lg);
  background: var(--c-bg-1);
}
.hero__visual img { width: 100%; display: block; }

/* ---------- Marquee ---------- */
.marquee {
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  padding: 22px 0;
  background: rgba(255,255,255,0.012);
  overflow: hidden;
}
.marquee__track {
  display: flex; gap: 60px; align-items: center;
  white-space: nowrap;
  animation: marquee 32s linear infinite;
  color: var(--c-text-muted);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 1rem;
}
.marquee__track span { opacity: .65; }
.marquee__track .dot { color: var(--c-yellow); opacity: 1; }
@keyframes marquee { from{ transform: translateX(0);} to{ transform: translateX(-50%);} }

/* ---------- Phase Cards (3-Phasen-Konzept) ---------- */
.phases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
}
@media (max-width: 980px){ .phases { grid-template-columns: 1fr; } }
.phase {
  position: relative;
  padding: 36px 30px;
  background: var(--grad-card);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  overflow: hidden;
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.phase::after {
  content:""; position: absolute; left: 0; top: 0; height: 4px; width: 100%;
  background: var(--grad-yellow);
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s var(--ease);
}
.phase:hover { transform: translateY(-6px); border-color: var(--c-line-y); }
.phase:hover::after { transform: scaleX(1); }
.phase__num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 1;
  color: var(--c-yellow);
  letter-spacing: -.04em;
  margin-bottom: 10px;
  display: block;
}
.phase__tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--c-yellow);
  padding: 4px 10px;
  border: 1px solid var(--c-line-y);
  border-radius: 999px;
  margin-bottom: 14px;
}
.phase h3 { color: var(--c-text); margin-bottom: 8px; }
.phase ul { display: grid; gap: 10px; margin-top: 16px; }
.phase ul li {
  display: flex; gap: 10px;
  color: var(--c-text-soft);
  font-size: .95rem;
}
.phase ul .ck {
  flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--c-yellow-soft);
  color: var(--c-yellow);
  display: grid; place-items: center;
  margin-top: 2px;
}
.phase__result {
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: var(--r-sm);
  background: rgba(253,182,10,0.06);
  border-left: 3px solid var(--c-yellow);
  font-size: .92rem;
}
.phase__result strong { display: block; color: var(--c-yellow); font-style: italic; text-transform: uppercase; letter-spacing: .04em; font-size: .82rem; margin-bottom: 4px; }

/* ---------- Cards ---------- */
.card {
  position: relative;
  background: var(--grad-card);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 30px;
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
  overflow: hidden;
}
.card::before {
  content:""; position: absolute; inset: 0;
  background: radial-gradient(circle at var(--mx,50%) var(--my,0%), rgba(253,182,10,0.10), transparent 50%);
  opacity: 0; transition: opacity .35s var(--ease);
  pointer-events: none;
}
.card:hover { transform: translateY(-5px); border-color: var(--c-line-y); box-shadow: var(--shadow); }
.card:hover::before { opacity: 1; }
.card .ic {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--c-yellow-soft);
  color: var(--c-yellow);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.card h3 { margin-bottom: 10px; }
.card p { margin-bottom: 0; }

/* Product / Module card with image */
.product {
  position: relative;
  background: var(--grad-card);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  overflow: hidden;
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.product:hover { transform: translateY(-6px); border-color: var(--c-line-y); box-shadow: var(--shadow); }
.product__media {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--c-bg-2);
}
.product__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .8s var(--ease);
}
.product:hover .product__media img { transform: scale(1.04); }
.product__body { padding: 26px 28px; }
.product__tag {
  display: inline-block;
  font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--c-yellow);
  margin-bottom: 10px;
}
.product__body h3 { margin-bottom: 10px; }
.product__price { color: var(--c-yellow); font-style: italic; font-weight: 700; font-family: var(--font-display); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat {
  padding: 36px 24px;
  border-radius: var(--r-lg);
  background: var(--grad-card);
  border: 1px solid var(--c-line);
  text-align: center;
}
.stat strong {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--c-yellow);
  line-height: 1;
}
.stat span { color: var(--c-text-muted); font-size: .88rem; letter-spacing: .04em; text-transform: uppercase; margin-top: 8px; display: block; }

/* ---------- Feature Block ---------- */
.feature {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center;
}
.feature--reverse { grid-template-columns: 1fr 1.05fr; }
.feature--reverse > .feature__visual { order: -1; }
@media (max-width: 980px){
  .feature, .feature--reverse { grid-template-columns: 1fr; gap: 40px; }
  .feature--reverse > .feature__visual { order: 0; }
}
.feature__list { margin-top: 22px; display: grid; gap: 14px; }
.feature__list li { display: flex; gap: 12px; align-items: flex-start; color: var(--c-text-soft); }
.feature__list .ck {
  flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%;
  background: var(--c-yellow-soft); color: var(--c-yellow);
  display: grid; place-items: center; margin-top: 2px;
}
.feature__visual {
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--c-line-2);
  background: var(--c-bg-1);
  box-shadow: var(--shadow);
}
.feature__visual img { width: 100%; display: block; }

/* ---------- Pricing / Plans ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 980px){ .pricing { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }
.plan {
  position: relative;
  padding: 38px 32px;
  border-radius: var(--r-xl);
  background: var(--grad-card);
  border: 1px solid var(--c-line);
  display: flex; flex-direction: column;
}
.plan--featured {
  border-color: var(--c-yellow);
  background: linear-gradient(160deg, rgba(253,182,10,0.10), rgba(253,182,10,0.02));
  box-shadow: var(--shadow-y);
  transform: scale(1.03);
}
@media (max-width: 980px){ .plan--featured{ transform: none; } }
.plan__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--c-yellow); color: var(--c-black);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
}
.plan h3 { font-size: 1.2rem; }
.plan .price {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 3rem; font-weight: 900; letter-spacing: -.02em;
  margin: 18px 0 4px;
  color: var(--c-yellow);
}
.plan .price small { font-size: 1rem; color: var(--c-text-muted); font-weight: 500; font-style: normal; }
.plan ul { display: grid; gap: 12px; margin: 24px 0; flex: 1; }
.plan ul li { display: flex; gap: 10px; color: var(--c-text-soft); font-size: .96rem; }
.plan ul .ck {
  width: 22px; height: 22px; border-radius: 50%; background: var(--c-yellow-soft);
  color: var(--c-yellow); display: grid; place-items: center; flex: 0 0 22px;
}

/* ---------- Bonus Badge ---------- */
.bonus-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px;
  background: var(--c-yellow);
  color: var(--c-black);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(253,182,10,0.28);
}

/* ---------- Testimonials ---------- */
.testimonial {
  padding: 32px;
  background: var(--grad-card);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  display: flex; flex-direction: column; gap: 18px;
  height: 100%;
}
.testimonial p { color: var(--c-text); font-size: 1.02rem; flex: 1; margin: 0; }
.testimonial .stars { color: var(--c-yellow); letter-spacing: 3px; }
.testimonial__author { display: flex; align-items: center; gap: 14px; }
.testimonial__author .avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--c-yellow);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  color: var(--c-black);
}
.testimonial__author span { display: block; }
.testimonial__author small { color: var(--c-text-muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item {
  border: 1px solid var(--c-line);
  border-radius: var(--r);
  background: var(--grad-card);
  overflow: hidden;
  transition: border-color .25s var(--ease);
}
.faq-item[open] { border-color: var(--c-line-y); }
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 20px 24px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.02rem;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--c-yellow-soft); color: var(--c-yellow);
  display: grid; place-items: center;
  transition: transform .3s var(--ease);
  font-weight: 700;
}
.faq-item[open] summary .icon { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--c-text-soft); }

/* ---------- Newsletter / CTA Box ---------- */
.cta-box {
  padding: 60px 40px;
  border-radius: var(--r-xl);
  border: 1px solid var(--c-line-2);
  background:
    radial-gradient(ellipse at 0% 100%, rgba(253,182,10,0.18), transparent 60%),
    radial-gradient(ellipse at 100% 0%, rgba(253,182,10,0.08), transparent 60%),
    var(--c-bg-1);
  text-align: center;
}
.cta-box form {
  display: flex; gap: 10px; max-width: 520px; margin: 28px auto 0;
}
.cta-box input {
  flex: 1; padding: 16px 20px;
  border-radius: 8px; background: rgba(255,255,255,0.04);
  border: 1px solid var(--c-line-2);
  color: var(--c-text); outline: none;
  transition: border-color .2s var(--ease);
}
.cta-box input::placeholder { color: var(--c-text-muted); }
.cta-box input:focus { border-color: var(--c-yellow); }
@media (max-width: 600px) { .cta-box form { flex-direction: column; } .cta-box { padding: 40px 24px; } }

/* ---------- Forms ---------- */
.form {
  display: grid; gap: 18px;
  background: var(--grad-card);
  padding: 36px;
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
}
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px){ .form .row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 8px; }
.field label { font-size: .82rem; color: var(--c-text-muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.field input, .field textarea, .field select {
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--c-line-2);
  color: var(--c-text); outline: none;
  transition: border-color .2s var(--ease);
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--c-yellow); }
.checkbox { display: flex; gap: 10px; align-items: flex-start; color: var(--c-text-muted); font-size: .88rem; }
.checkbox input { margin-top: 4px; accent-color: var(--c-yellow); }

/* ---------- Footer ---------- */
.footer {
  background: var(--c-bg);
  border-top: 1px solid var(--c-line);
  padding: 80px 0 30px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1180px){ .footer__grid { grid-template-columns: 1fr 1fr 1fr; gap: 36px; } }
@media (max-width: 780px){ .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px){ .footer__grid { grid-template-columns: 1fr; gap: 32px; } }
.footer h5 { font-size: .76rem; text-transform: uppercase; letter-spacing: .18em; color: var(--c-yellow); margin-bottom: 18px; font-family: var(--font-body); font-weight: 700; font-style: normal; }
.footer ul { display: grid; gap: 10px; }
.footer a { color: var(--c-text-soft); transition: color .2s var(--ease); font-size: .95rem; }
.footer a:hover { color: var(--c-yellow); }
.footer__about p { font-size: .94rem; max-width: 38ch; }
.footer__about .brand__logo { height: 38px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.04);
  display: grid; place-items: center;
  border: 1px solid var(--c-line);
  transition: background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
}
.socials a:hover { background: var(--c-yellow-soft); border-color: var(--c-yellow); color: var(--c-yellow); }
.footer__bottom {
  margin-top: 60px; padding-top: 24px;
  border-top: 1px solid var(--c-line);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  color: var(--c-text-muted); font-size: .85rem;
}

/* ---------- Cookie ---------- */
.cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px;
  z-index: 200;
  max-width: 480px;
  padding: 22px;
  border-radius: var(--r-lg);
  background: rgba(0,0,0,0.96);
  backdrop-filter: blur(16px);
  border: 1px solid var(--c-line-2);
  box-shadow: var(--shadow-lg);
  transform: translateY(160%);
  transition: transform .5s var(--ease);
}
.cookie.is-visible { transform: translateY(0); }
.cookie h4 { margin: 0 0 8px; font-style: italic; color: var(--c-yellow); }
.cookie p { font-size: .9rem; color: var(--c-text-soft); }
.cookie__actions { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.cookie .btn { padding: 10px 18px; font-size: .8rem; }

/* ---------- WhatsApp Floating Button ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px;
  z-index: 90;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 18px;
  background: #25D366;
  color: #fff;
  border-radius: 999px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .82rem;
  box-shadow: 0 12px 28px rgba(37,211,102,0.45);
  transition: transform .25s var(--ease);
}
.wa-float:hover { transform: translateY(-3px); }
@media (max-width: 720px) { .wa-float .lbl { display: none; } .wa-float { padding: 14px; } }

/* ---------- Page Header ---------- */
.page-header {
  padding: 170px 0 80px;
  text-align: center;
  background: var(--grad-hero);
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content:""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(253,182,10,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(253,182,10,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 80%);
}
.page-header > * { position: relative; z-index: 2; }
.page-header .lead { margin: 1.2rem auto 0; }

/* ---------- Legal pages (prose) ---------- */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { margin-top: 2.4rem; font-size: 1.6rem; }
.prose h3 { margin-top: 1.6rem; font-size: 1.2rem; text-transform: none; font-style: normal; font-family: var(--font-body); font-weight: 700; }
.prose p, .prose li { color: var(--c-text-soft); }
.prose ul { padding-left: 1.2rem; list-style: disc; }
.prose ul li { margin-bottom: .4rem; }
.prose a { color: var(--c-yellow); }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"]{ transition-delay: .08s; }
.reveal[data-delay="2"]{ transition-delay: .16s; }
.reveal[data-delay="3"]{ transition-delay: .24s; }
.reveal[data-delay="4"]{ transition-delay: .32s; }

/* ---------- Utilities ---------- */
.center-text { text-align: center; }
.divider { height: 1px; background: var(--c-line); border: 0; margin: 60px 0; }
.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mt-5{margin-top:48px}
.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mb-5{margin-bottom:48px}

/* ---------- Brand SVG Icons (img-based) ---------- */
.ic-svg { width: 28px; height: 28px; display: block; }
.ic-svg--lg { width: 44px; height: 44px; }
.ic-svg--xl { width: 64px; height: 64px; }
.ic-box {
  width: 64px; height: 64px;
  border-radius: 14px;
  background: var(--c-yellow-soft);
  border: 1px solid var(--c-line-y);
  display: grid; place-items: center;
  margin-bottom: 18px;
  transition: background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.card:hover .ic-box { background: rgba(253,182,10,0.18); border-color: var(--c-yellow); transform: scale(1.04); }

/* ---------- Hero visual (full-width SVG) ---------- */
.hero-visual {
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--c-line-2);
  background: var(--c-bg-1);
  box-shadow: var(--shadow-lg);
  max-width: 1100px;
  margin: 50px auto 0;
}
.hero-visual img,
.hero-visual svg { width: 100%; height: auto; display: block; }

/* ---------- Product page hero ---------- */
.product-hero {
  position: relative;
  padding: 160px 0 60px;
  background: var(--grad-hero);
  overflow: hidden;
}
.product-hero::before {
  content:""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(253,182,10,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(253,182,10,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 80%);
}
.product-hero > * { position: relative; z-index: 2; }
.product-hero__head { text-align: center; max-width: 900px; margin: 0 auto; }
.product-hero__head h1 .y { color: var(--c-yellow); }
.product-hero__head .lead { margin: 1.4rem auto 0; }

/* ---------- Module/Phase numbered card ---------- */
.module {
  position: relative;
  padding: 32px 28px;
  background: var(--grad-card);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.module:hover { transform: translateY(-6px); border-color: var(--c-line-y); box-shadow: var(--shadow); }
.module__num {
  display: inline-grid; place-items: center;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--c-yellow);
  color: var(--c-black);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 1.4rem;
  margin-bottom: 18px;
}
.module h3 { margin-bottom: 10px; }
.module ul { margin-top: 14px; display: grid; gap: 8px; font-size: .94rem; color: var(--c-text-soft); }
.module ul li { display: flex; gap: 8px; }
.module ul li::before { content: "→"; color: var(--c-yellow); flex: 0 0 auto; }

/* ---------- Sub-nav (within product pages) ---------- */
.sub-nav {
  display: flex; gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--c-line);
}
.sub-nav a {
  padding: 8px 14px;
  border-radius: 8px;
  color: var(--c-text-muted);
  font-size: .88rem;
  font-weight: 600;
  transition: color .2s, background .2s;
}
.sub-nav a:hover, .sub-nav a.is-active { color: var(--c-yellow); background: var(--c-yellow-soft); }

/* ---------- Light mode adjustments (verbesserter Kontrast) ---------- */
[data-theme="light"] body {
  transition: background .35s var(--ease), color .35s var(--ease);
  background: var(--c-bg);
  color: var(--c-text);
}
[data-theme="light"] .header { background: rgba(255,255,255,0.78); backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid transparent; }
[data-theme="light"] .header.is-scrolled { background: rgba(255,255,255,0.92); border-bottom-color: rgba(0,0,0,0.10); box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
[data-theme="light"] .nav__link { color: var(--c-text-soft); }
[data-theme="light"] .nav__link:hover, [data-theme="light"] .nav__link.is-active { color: var(--c-yellow-dark); background: rgba(217,149,0,0.10); }
[data-theme="light"] .menu-toggle { background: var(--c-bg-2); border-color: rgba(0,0,0,0.18); }
[data-theme="light"] .menu-toggle span { background: var(--c-text); }
[data-theme="light"] .marquee { background: #EFEFEF; border-color: rgba(0,0,0,0.10); }
[data-theme="light"] .marquee__track { color: #555; }

/* Cards & Surfaces — sichtbarer im Light Mode */
[data-theme="light"] .card,
[data-theme="light"] .phase,
[data-theme="light"] .phase-plus,
[data-theme="light"] .product,
[data-theme="light"] .stat,
[data-theme="light"] .testimonial,
[data-theme="light"] .form,
[data-theme="light"] .faq-item {
  background: #FFFFFF;
  border-color: rgba(0,0,0,0.12);
  box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 8px 20px rgba(0,0,0,0.04);
}
[data-theme="light"] .card:hover, [data-theme="light"] .product:hover, [data-theme="light"] .phase:hover, [data-theme="light"] .phase-plus:hover { border-color: var(--c-yellow); box-shadow: 0 14px 30px rgba(0,0,0,0.10), 0 0 0 1px var(--c-yellow); }

/* Plan / Pricing */
[data-theme="light"] .plan { background: #FFFFFF; border-color: rgba(0,0,0,0.12); box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 8px 20px rgba(0,0,0,0.04); }
[data-theme="light"] .plan--featured { background: linear-gradient(160deg, rgba(253,182,10,0.12), rgba(253,182,10,0.02)); border-color: var(--c-yellow); }

/* Hero / page-header — keep yellow tint visible */
[data-theme="light"] .page-header { background: var(--grad-hero); }
[data-theme="light"] .page-header::before { background-image:
  linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
  linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px); }

/* Buttons – Light Mode: dunkler Rand + dunkler Text auf weiß */
[data-theme="light"] .btn--ghost {
  background: #FFFFFF;
  color: #111111;
  border-color: #111111;
  box-shadow: 0 2px 0 rgba(0,0,0,0.04);
}
[data-theme="light"] .btn--ghost:hover {
  background: var(--c-yellow);
  border-color: var(--c-yellow-dark);
  color: #000000;
  box-shadow: 0 6px 18px rgba(253,182,10,0.35);
}
[data-theme="light"] .btn--outline { color: var(--c-yellow-dark); border-color: var(--c-yellow-dark); }
[data-theme="light"] .btn--outline:hover { background: var(--c-yellow); color: var(--c-black); border-color: var(--c-yellow-dark); }
/* Primary Button im Light Mode bleibt gelb mit schwarzem Text — Bestätigung */
[data-theme="light"] .btn--primary { background: var(--c-yellow); color: #000000; }
[data-theme="light"] .btn--primary:hover { background: var(--c-yellow-light); color: #000000; }

/* Pills */
[data-theme="light"] .pill { background: #FFFFFF; border-color: rgba(0,0,0,0.14); color: #2a2a2a; }

/* Stats / numbers */
[data-theme="light"] .stat strong { color: var(--c-yellow-dark); }
[data-theme="light"] .stat span { color: #555; }

/* Yellow text — always use darker yellow in Light for readability */
[data-theme="light"] .text-y { color: var(--c-yellow-dark); }
[data-theme="light"] .script { color: var(--c-yellow-dark); }
[data-theme="light"] .eyebrow { color: var(--c-yellow-dark); background: rgba(217,149,0,0.14); border-color: rgba(217,149,0,0.40); }
[data-theme="light"] .product__tag { color: var(--c-yellow-dark); }
[data-theme="light"] .phase__tag { color: var(--c-yellow-dark); border-color: rgba(217,149,0,0.40); }

/* Bonus Badge stays Yellow — text dark for contrast */
[data-theme="light"] .bonus-badge { color: var(--c-black); }

/* Plan badge stays Yellow with black text */
[data-theme="light"] .plan__badge { color: var(--c-black); }

/* Testimonial — quote-color */
[data-theme="light"] .testimonial p { color: var(--c-text); }
[data-theme="light"] .testimonial .stars { color: var(--c-yellow-dark); }

/* FAQ */
[data-theme="light"] .faq-item summary .icon { background: rgba(217,149,0,0.16); color: var(--c-yellow-dark); }
[data-theme="light"] .faq-item[open] { border-color: var(--c-yellow); }

/* Newsletter / CTA Box */
[data-theme="light"] .cta-box { background:
  radial-gradient(ellipse at 0% 100%, rgba(253,182,10,0.18), transparent 60%),
  radial-gradient(ellipse at 100% 0%, rgba(253,182,10,0.10), transparent 60%),
  #FFFFFF; border-color: rgba(0,0,0,0.12); box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 14px 40px rgba(0,0,0,0.06); }
[data-theme="light"] .cta-box input { background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.18); color: var(--c-text); }
[data-theme="light"] .cta-box input::placeholder { color: var(--c-text-muted); }

/* Form fields */
[data-theme="light"] .field input, [data-theme="light"] .field textarea, [data-theme="light"] .field select {
  background: #FFFFFF; border-color: rgba(0,0,0,0.18); color: var(--c-text);
}

/* Navigation mobile dropdown */
[data-theme="light"] .nav.is-open { background: #FFFFFF; border-color: rgba(0,0,0,0.18); box-shadow: 0 14px 40px rgba(0,0,0,0.10); }

/* Mega Menu (dropdown) */
[data-theme="light"] .mega { background: #FFFFFF; border-color: rgba(0,0,0,0.14); box-shadow: 0 14px 40px rgba(0,0,0,0.10); }
[data-theme="light"] .mega__item:hover { background: rgba(217,149,0,0.10); }
[data-theme="light"] .mega__item .ic { background: rgba(217,149,0,0.14); color: var(--c-yellow-dark); }
[data-theme="light"] .mega__item small { color: #555; }

/* Footer — clear separation, Yellow accent for headings */
[data-theme="light"] .footer { background: #1a1a1a; color: #cfcfcf; }
[data-theme="light"] .footer h5 { color: var(--c-yellow); }
[data-theme="light"] .footer a { color: #cfcfcf; }
[data-theme="light"] .footer a:hover { color: var(--c-yellow); }
[data-theme="light"] .footer__bottom { color: #999; border-top-color: rgba(255,255,255,0.10); }
[data-theme="light"] .socials a { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.10); color: #fff; }
[data-theme="light"] .socials a:hover { background: rgba(253,182,10,0.20); border-color: var(--c-yellow); color: var(--c-yellow); }

/* Cookie banner */
[data-theme="light"] .cookie { background: #FFFFFF; color: var(--c-text); border-color: rgba(0,0,0,0.18); box-shadow: 0 14px 40px rgba(0,0,0,0.16); }
[data-theme="light"] .cookie h4 { color: var(--c-yellow-dark); }
[data-theme="light"] .cookie p { color: var(--c-text); }

/* Phase-Plus number text shadow weniger im Light Mode */
[data-theme="light"] .phase-plus__num { text-shadow: 0 4px 16px rgba(0,0,0,0.18); }
[data-theme="light"] .phase-plus__sub { color: var(--c-yellow-dark); }
[data-theme="light"] .phase-plus__list li::before { color: var(--c-yellow-dark); }

/* Module/Phase numbers Yellow stays */
[data-theme="light"] .module__num, [data-theme="light"] .phase__num { color: var(--c-yellow-dark); }
[data-theme="light"] .module ul li::before { color: var(--c-yellow-dark); }
[data-theme="light"] .phase ul .ck { background: rgba(217,149,0,0.14); color: var(--c-yellow-dark); }
[data-theme="light"] .feature__list .ck { background: rgba(217,149,0,0.14); color: var(--c-yellow-dark); }

/* Phase result box */
[data-theme="light"] .phase__result { background: rgba(217,149,0,0.10); }
[data-theme="light"] .phase__result strong { color: var(--c-yellow-dark); }

/* Vehicle card price */
[data-theme="light"] .vehicle__price, [data-theme="light"] .product__price { color: var(--c-yellow-dark); }

/* WhatsApp Float — keep green */
[data-theme="light"] .wa-float { color: #fff; }

/* Logo variants — show correct one per theme */
.brand__logo--light { display: none; }
.brand__logo--dark  { display: block; }
[data-theme="light"] .brand__logo--light { display: block; }
[data-theme="light"] .brand__logo--dark  { display: none; }

/* ---------- Theme toggle button ---------- */
.theme-toggle {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--c-line-2);
  display: grid; place-items: center;
  transition: background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
  color: var(--c-text);
  margin-right: 6px;
}
.theme-toggle:hover { transform: scale(1.06); border-color: var(--c-yellow); color: var(--c-yellow); }
[data-theme="light"] .theme-toggle { background: rgba(0,0,0,0.04); }
.theme-toggle svg { width: 18px; height: 18px; }
.theme-toggle .icon-sun, .theme-toggle .icon-moon { display: none; }
[data-theme="dark"]  .theme-toggle .icon-moon { display: block; }
[data-theme="light"] .theme-toggle .icon-sun  { display: block; }

/* ---------- Mega Menu (skalierbares Dropdown für Programme/Akademie) ---------- */
.has-menu { position: relative; }
.has-menu > .nav__link { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.has-menu > .nav__link svg.chev { transition: transform .25s var(--ease); }
.has-menu:hover > .nav__link svg.chev,
.has-menu:focus-within > .nav__link svg.chev { transform: rotate(180deg); }
.mega {
  position: absolute; top: calc(100% + 12px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 720px;
  background: var(--c-bg-1);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 24px;
  box-shadow: var(--shadow-lg);
  display: grid; gap: 8px;
  grid-template-columns: repeat(2, minmax(0,1fr));
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility 0s linear .25s;
  z-index: 110;
}
.has-menu:hover .mega,
.has-menu:focus-within .mega,
.has-menu.is-open .mega {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility 0s linear 0s;
}
.has-menu.is-open > .nav__link svg.chev { transform: rotate(180deg); }
.mega--3 { grid-template-columns: repeat(3, minmax(0,1fr)); min-width: 880px; }
.mega--4 { grid-template-columns: repeat(3, minmax(0,1fr)); min-width: 980px; }

/* Akademie & Service Mega-Menüs mit Spalten-Titeln (kategorisiert) */
.mega--academy, .mega--service {
  grid-template-columns: repeat(2, minmax(0,1fr));
  min-width: 720px;
  gap: 28px;
  padding: 26px 24px;
}
.mega__col { display: flex; flex-direction: column; gap: 4px; }
.mega__col-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-style: italic;
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--c-yellow);
  margin: 0 0 8px 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c-line);
}
[data-theme="light"] .mega__col-title { color: var(--c-yellow-dark); border-bottom-color: rgba(0,0,0,0.12); }
.mega__item {
  display: flex !important; gap: 14px; padding: 14px;
  border-radius: var(--r);
  transition: background .2s var(--ease);
  text-decoration: none;
}
.mega__item:hover { background: var(--c-yellow-soft); }
.mega__item .ic {
  flex: 0 0 42px; width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--c-yellow-soft);
  display: grid; place-items: center;
  color: var(--c-yellow);
}
[data-theme="light"] .mega__item .ic { color: var(--c-yellow-dark); }
.mega__item strong {
  display: block;
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 700;
  color: var(--c-text);
}
.mega__item small {
  display: block;
  margin-top: 2px;
  font-size: .82rem;
  color: var(--c-text-muted);
}

@media (max-width: 1180px) {
  /* Mega-Menu auf Mobile: collapsed by default, expands when .has-menu.is-open */
  .mega { position: static; transform: none; min-width: 0; box-shadow: none; padding: 0; grid-template-columns: 1fr; background: transparent; border: none; opacity: 0; visibility: hidden; max-height: 0; overflow: hidden; pointer-events: none; transition: max-height .3s var(--ease), opacity .25s var(--ease), padding .3s var(--ease); }
  .has-menu.is-open .mega { opacity: 1; visibility: visible; max-height: 1000px; padding: 8px 0; pointer-events: auto; }
  .has-menu > .nav__link { width: 100%; justify-content: space-between; display: flex; }
  .mega__item { padding: 10px 12px; }
  .mega--3 { grid-template-columns: 1fr; min-width: 0; }
  .mega--4 { grid-template-columns: 1fr; min-width: 0; }
}

/* ---------- 3 Phasen — aufgewerteter Look (V2-Plus) ---------- */
.phases-plus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 28px;
}
@media (max-width: 980px) { .phases-plus { grid-template-columns: 1fr; } }
.phase-plus {
  position: relative;
  background: var(--grad-card);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  overflow: hidden;
  transition: transform .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);
}
.phase-plus:hover { transform: translateY(-8px); border-color: var(--c-yellow); box-shadow: var(--shadow-lg); }
.phase-plus__visual {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--c-bg-2);
  overflow: hidden;
}
.phase-plus__visual svg { width: 100%; height: 100%; display: block; }
.phase-plus__num {
  position: absolute; top: 22px; left: 26px;
  font-family: var(--font-display); font-style: italic; font-weight: 900;
  font-size: 5.5rem; line-height: 0.9;
  color: var(--c-yellow);
  text-shadow: 0 4px 24px rgba(0,0,0,0.45);
  z-index: 2;
}
.phase-plus__tag {
  position: absolute; top: 30px; right: 26px;
  background: var(--c-yellow);
  color: var(--c-black);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  z-index: 2;
}
.phase-plus__body { padding: 28px 30px 32px; }
.phase-plus__body h3 { margin-bottom: 6px; }
.phase-plus__sub {
  font-style: italic; color: var(--c-yellow);
  font-weight: 600;
  margin-bottom: 14px;
}
[data-theme="light"] .phase-plus__sub { color: var(--c-yellow-dark); }
.phase-plus__body p { color: var(--c-text-soft); margin-bottom: 16px; }
.phase-plus__list { display: grid; gap: 8px; margin-bottom: 18px; }
.phase-plus__list li { display: flex; gap: 10px; color: var(--c-text-soft); font-size: .94rem; }
.phase-plus__list li::before { content: "→"; color: var(--c-yellow); font-weight: 700; flex: 0 0 auto; }
[data-theme="light"] .phase-plus__list li::before { color: var(--c-yellow-dark); }

/* selection */
::selection { background: var(--c-yellow); color: var(--c-black); }

/* ---------- Print ---------- */
@media print {
  .header,.footer,.cookie,.wa-float { display: none; }
  body { background: #fff; color: #000; }
}

/* ============================================================
   LIGHT MODE — TEXT-SICHTBARKEIT FIX (V2-Plus)
   Stellt sicher, dass Hero, Page-Header, Mission, CTA-Boxen
   immer lesbar sind, egal ob Light oder Dark Mode.
   ============================================================ */

/* Light Mode: Hero & Page-Header bekommen hellen Hintergrund mit dunkler Schrift */
[data-theme="light"] .hero,
[data-theme="light"] .page-header,
[data-theme="light"] .product-hero {
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, rgba(253,182,10,0.20), transparent 60%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(217,149,0,0.10), transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, #F4F4F4 100%);
}
[data-theme="light"] .hero::before,
[data-theme="light"] .page-header::before,
[data-theme="light"] .product-hero::before {
  background-image:
    linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
}

/* Light Mode: Hero-Texte sind dunkel — nur Yellow-Span bleibt yellow */
[data-theme="light"] .hero__head h1,
[data-theme="light"] .page-header h1,
[data-theme="light"] .product-hero__head h1 {
  color: #0a0a0a;
}
[data-theme="light"] .hero__head .lead,
[data-theme="light"] .page-header .lead,
[data-theme="light"] .product-hero__head .lead {
  color: #1a1a1a;
}
[data-theme="light"] .hero__head .eyebrow,
[data-theme="light"] .page-header .eyebrow,
[data-theme="light"] .product-hero__head .eyebrow {
  color: #b88300;
}

/* Light Mode: Hero Trust-Pills mit weißem Hintergrund + dunkler Schrift */
[data-theme="light"] .hero__trust .pill {
  background: rgba(0,0,0,0.04);
  border-color: rgba(0,0,0,0.12);
  color: #0a0a0a;
}

/* CTA-Box: Hat im Default einen dunklen Look — wenn in Light Mode mit explizit dunklem Style verwendet, weiße Schrift erzwingen */
[data-theme="light"] .cta-box[style*="#0a0a0a"],
[data-theme="light"] .cta-box[style*="#1a1a1a"] {
  color: #fff;
}
[data-theme="light"] .cta-box[style*="#0a0a0a"] h2,
[data-theme="light"] .cta-box[style*="#1a1a1a"] h2,
[data-theme="light"] .cta-box[style*="#0a0a0a"] .lead,
[data-theme="light"] .cta-box[style*="#1a1a1a"] .lead,
[data-theme="light"] .cta-box[style*="#0a0a0a"] p,
[data-theme="light"] .cta-box[style*="#1a1a1a"] p {
  color: #fff;
}

/* Recruit-Box & Final Mega-CTA — diese Sektionen sind absichtlich dunkel, also weiße Schrift */
[data-theme="light"] .recruit,
[data-theme="light"] .recruit h2,
[data-theme="light"] .recruit p,
[data-theme="light"] .recruit li,
[data-theme="light"] .recruit .lead,
[data-theme="light"] .recruit strong {
  color: #fff;
}

/* Mission-Section in Light Mode: SVG bleibt dark — Text-Bereich aber im Light-Mode hell */
[data-theme="light"] .feature__visual svg rect[fill="#000"] {
  fill: #0a0a0a;
}

/* ============================================================
   BOOTSTRAP-KOMPATIBILITÄT (V2-Plus)
   Bootstrap 5.3.3 wird vor unserer Custom-CSS geladen.
   Damit Bootstrap-Reboot/Defaults unser Design nicht stört,
   hier Sicherheits-Overrides für Buttons, Headings, Cards.
   ============================================================ */
body { font-size: 16px; line-height: 1.65; }

/* Buttons: WMR-Variante immer sichtbar gegenüber Bootstrap-.btn */
.btn.btn--primary,
.btn.btn--ghost,
.btn.btn--outline,
.btn.btn--lg {
  --bs-btn-padding-y: initial;
  --bs-btn-padding-x: initial;
  --bs-btn-font-size: initial;
  --bs-btn-line-height: initial;
  --bs-btn-color: initial;
  --bs-btn-bg: initial;
  --bs-btn-border-color: initial;
  --bs-btn-hover-color: initial;
  --bs-btn-hover-bg: initial;
  --bs-btn-hover-border-color: initial;
  text-transform: uppercase;
}

/* Headings: WMR-Display-Font erzwingen (Bootstrap setzt sonst defaults) */
h1.mt-3, h2.mt-3, h3.mt-3,
.hero h1, .hero h2, .hero h3,
.page-header h1, .page-header h2,
.section h2, .section h3,
.feature h2, .feature h3,
.cta-box h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.05;
  text-transform: uppercase;
  font-style: italic;
}

/* Cards: WMR-Variante (.card) anders als Bootstrap-.card */
.card {
  --bs-card-border-color: var(--c-line);
  --bs-card-bg: var(--c-bg-1);
  --bs-card-spacer-y: 24px;
  --bs-card-spacer-x: 24px;
  --bs-card-border-radius: var(--r-lg);
}

/* Container: WMR-Container behalten max-width 1240px */
.container { max-width: var(--container); }

/* Image lazy loading hint */
img[loading="lazy"] { background: rgba(0,0,0,0.04); }

/* Bootstrap utility-overrides für Konflikte */
.section .row { display: block; }  /* verhindert dass Bootstrap-row in unseren sections greift */
.nav-link { padding: inherit; }      /* Bootstrap setzt sonst .5rem 1rem */

/* ============================================================
   WHATSAPP-BUTTONS · GLOBAL GRÜN (V2-Plus)
   Alle Buttons / Links zu wa.me bekommen WhatsApp-Brand-Grün
   ============================================================ */
.btn[href*="wa.me"],
a.btn[href*="wa.me"],
.btn[href*="whatsapp"],
a[href*="wa.me"].btn,
.coach__cta[href*="wa.me"] {
  background: #25D366 !important;
  color: #fff !important;
  border: 1.5px solid #25D366 !important;
  font-weight: 800 !important;
}
.btn[href*="wa.me"]:hover,
a.btn[href*="wa.me"]:hover,
.btn[href*="whatsapp"]:hover {
  background: #1da851 !important;
  border-color: #1da851 !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.btn[href*="wa.me"] .arrow,
a[href*="wa.me"] .arrow {
  color: #fff !important;
}
/* Falls per inline-style überschrieben — wir gewinnen mit höherer Spezifität */
[data-theme] .btn[href*="wa.me"],
[data-theme] a.btn[href*="wa.me"] {
  background: #25D366 !important;
  color: #fff !important;
  border-color: #25D366 !important;
}

/* ============================================================
   COUNTDOWN-WIDGET (Festival-Druck)
   ============================================================ */
.countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 32px;
}
.countdown-item {
  min-width: 90px;
  padding: 18px 14px;
  border-radius: 16px;
  background: rgba(0,0,0,0.5);
  border: 1.5px solid var(--c-yellow);
  text-align: center;
  backdrop-filter: blur(8px);
}
.countdown-item .num {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--c-yellow);
  letter-spacing: -1px;
}
.countdown-item .label {
  display: block;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 8px;
  color: #fff;
  opacity: 0.85;
}
@media (max-width:520px){
  .countdown-item { min-width: 70px; padding: 14px 10px; }
  .countdown-item .num { font-size: 2rem; }
}

/* Urgency-Banner */
.urgency-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background: linear-gradient(90deg, rgba(255,80,80,.15) 0%, rgba(253,182,10,.18) 100%);
  border: 1px solid rgba(255,80,80,.4);
  border-radius: 14px;
  margin-top: 24px;
  font-weight: 700;
  font-size: .95rem;
  color: var(--c-text);
  text-align: center;
}
.urgency-banner .pulse {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff4444;
  animation: pulseRed 1.4s infinite;
}
@keyframes pulseRed {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,68,68,.6); }
  50% { box-shadow: 0 0 0 12px rgba(255,68,68,0); }
}

/* ============================================================
   DARK MODE · KARTEN-ÜBERSCHRIFTEN GARANTIERT WEISS
   Behebt Dark-Mode-Kontrast-Bug bei .card / .module / .step
   ============================================================ */
[data-theme="dark"] .card h2,
[data-theme="dark"] .card h3,
[data-theme="dark"] .card h4,
[data-theme="dark"] .module h2,
[data-theme="dark"] .module h3,
[data-theme="dark"] .module h4,
[data-theme="dark"] .step h2,
[data-theme="dark"] .step h3,
[data-theme="dark"] .stack-item h2,
[data-theme="dark"] .stack-item h3,
[data-theme="dark"] .stack-item h4,
[data-theme="dark"] .inc-item h3,
[data-theme="dark"] .inc-item h4,
[data-theme="dark"] .promise-col h3,
[data-theme="dark"] .audience-col h3,
[data-theme="dark"] .car__name,
[data-theme="dark"] .coach__body h3,
[data-theme="dark"] .event__title h3,
[data-theme="dark"] .feature h3 {
  color: #FCFCFC !important;
}
[data-theme="dark"] .card p,
[data-theme="dark"] .module p,
[data-theme="dark"] .step p,
[data-theme="dark"] .stack-item p,
[data-theme="dark"] .inc-item p,
[data-theme="dark"] .audience-col li {
  color: #d9d9d9 !important;
}

/* Footer-Text immer hell auf dunklem Hintergrund (Footer ist immer dark) */
.footer__about p,
.footer__about a {
  color: #FCFCFC !important;
}
.footer__about p strong,
.footer__about a:hover {
  color: var(--c-yellow) !important;
}

/* ============================================================
   STICKY BOTTOM BAR · MOBILE (Conversion-Booster)
   Permanent sichtbare „Kostenlos bewerben" + WhatsApp-Buttons
   ============================================================ */
.sticky-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 199;
  display: none;
  background: linear-gradient(to top, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.85) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(253,182,10,0.4);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 30px rgba(0,0,0,0.5);
}
.sticky-bottom__inner {
  display: flex;
  gap: 8px;
  max-width: 1240px;
  margin: 0 auto;
}
.sticky-bottom__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 13px 10px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.86rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sticky-bottom__btn--primary {
  background: var(--c-yellow);
  color: #000;
  box-shadow: 0 6px 16px rgba(253,182,10,0.4);
}
.sticky-bottom__btn--whatsapp {
  background: #25D366;
  color: #fff;
  box-shadow: 0 6px 16px rgba(37,211,102,0.4);
}
.sticky-bottom__btn:active {
  transform: translateY(1px);
}
@media (max-width: 900px) {
  .sticky-bottom { display: block; }
  body { padding-bottom: 80px; } /* prevent overlap with content */
  .wa-float { display: none; } /* hide floating wa button when sticky bar visible */
}

/* ============================================================
   EXIT-INTENT POPUP
   ============================================================ */
.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(8px);
  animation: fadeIn .35s ease;
}
.exit-popup.is-active { display: flex; }
.exit-popup__box {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  border: 2px solid var(--c-yellow);
  border-radius: 24px;
  padding: 40px 36px;
  max-width: 540px;
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  box-shadow: 0 30px 80px rgba(253,182,10,0.3);
  animation: slideUp .4s ease;
}
.exit-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
  transition: background 0.2s;
}
.exit-popup__close:hover { background: rgba(255,255,255,0.2); }
.exit-popup__box .eyebrow {
  background: rgba(253,182,10,0.15);
  color: var(--c-yellow);
  border-color: rgba(253,182,10,0.4);
}
.exit-popup__box h2 {
  color: #fff;
  margin: 14px 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.exit-popup__box p {
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
}
.exit-popup__cta {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.exit-popup__cta .btn { width: 100%; justify-content: center; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: none; } }

/* ============================================================
   TRUST-LOGOS BAR
   ============================================================ */
.trust-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 18px 22px;
  border-radius: 18px;
  background: var(--c-card);
  border: 1px solid var(--c-line);
}
.trust-logos__label {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--c-text-muted);
  font-weight: 800;
  margin-right: 12px;
}
.trust-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.7;
  transition: opacity 0.25s;
}
.trust-logo:hover { opacity: 1; }
.trust-logo strong {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 1.05rem;
  color: var(--c-text);
}
.trust-logo small {
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--c-text-muted);
  font-weight: 700;
}

/* ============================================================
   LIVE-COUNTER
   ============================================================ */
.live-counter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 99px;
  background: rgba(109,202,125,0.15);
  border: 1px solid rgba(109,202,125,0.4);
  font-size: 0.92rem;
  font-weight: 700;
  color: #6dca7d;
}
.live-counter::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6dca7d;
  animation: pulseGreen 2s infinite;
}
@keyframes pulseGreen {
  0%, 100% { box-shadow: 0 0 0 0 rgba(109,202,125,0.6); }
  50% { box-shadow: 0 0 0 8px rgba(109,202,125,0); }
}

/* ============================================================
   FESTIVAL · GLÜCKSGEFÜHLE-STYLE ANIMATIONS
   ============================================================ */
.confetti-bg {
  position: relative;
  overflow: hidden;
}
.confetti-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 20%, var(--c-yellow) 2px, transparent 2px),
    radial-gradient(circle at 80% 30%, #ff4444 2px, transparent 2px),
    radial-gradient(circle at 30% 70%, #25D366 2px, transparent 2px),
    radial-gradient(circle at 90% 80%, var(--c-yellow) 2px, transparent 2px),
    radial-gradient(circle at 50% 50%, #fff 1.5px, transparent 1.5px);
  background-size: 200px 200px, 250px 250px, 180px 180px, 220px 220px, 150px 150px;
  background-position: 0 0, 50px 50px, 100px 100px, 150px 150px, 80px 80px;
  opacity: 0.3;
  animation: confettiDrift 30s linear infinite;
  pointer-events: none;
}
@keyframes confettiDrift {
  0% { background-position: 0 0, 50px 50px, 100px 100px, 150px 150px, 80px 80px; }
  100% { background-position: 200px 100px, 250px 200px, 280px 250px, 370px 380px, 230px 280px; }
}

/* ============================================================
   VIDEO HERO PLACEHOLDER
   ============================================================ */
.video-hero {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #000;
  border: 1px solid var(--c-yellow);
  box-shadow: var(--shadow-lg);
}
.video-hero__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  cursor: pointer;
}
.video-hero__placeholder::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--c-yellow);
  box-shadow: 0 0 0 14px rgba(253,182,10,0.2), 0 14px 40px rgba(253,182,10,0.4);
  animation: pulseYellow 2s infinite;
}
.video-hero__placeholder svg {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  fill: #000;
  margin-left: 4px;
}
@keyframes pulseYellow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(253,182,10,0.5), 0 14px 40px rgba(253,182,10,0.4); }
  50% { box-shadow: 0 0 0 24px rgba(253,182,10,0), 0 14px 40px rgba(253,182,10,0.4); }
}
.video-hero__hint {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  font-weight: 700;
}

/* ============================================================
   SALVA HERO BLOCK · Person/Founder Bind
   ============================================================ */
.founder-block {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: center;
  padding: 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  border: 1px solid rgba(253,182,10,0.3);
  color: #fff;
}
.founder-block__photo {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  border: 2px solid var(--c-yellow);
}
.founder-block__photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.founder-block__placeholder {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 8rem;
  color: var(--c-yellow);
  letter-spacing: -3px;
}
.founder-block__quote {
  font-size: 1.15rem;
  line-height: 1.6;
  font-style: italic;
  color: #fff;
  margin: 16px 0;
}
.founder-block__sig {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}
.founder-block__sig strong {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 1.2rem;
  color: var(--c-yellow);
}
.founder-block__sig small {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
  font-weight: 700;
}
@media (max-width: 900px) {
  .founder-block { grid-template-columns: 1fr; padding: 28px; gap: 28px; }
  .founder-block__placeholder { font-size: 5rem; }
}

/* ============================================================
   LIVE-INFO-BAR (BigGarage-style — immer aktuell)
   ============================================================ */
.live-info-bar {
  background: linear-gradient(90deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  border-bottom: 1px solid var(--c-yellow);
  padding: 0;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 95;
  height: var(--live-bar-h);
  transition: transform .35s var(--ease);
  overflow: hidden;
}
/* Light Mode: Bar bleibt dunkel (eigene Identität) — Termine bleiben gut lesbar */
[data-theme="light"] .live-info-bar {
  background: linear-gradient(90deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  border-bottom-color: var(--c-yellow);
}
.header {
  transition: top .35s var(--ease), background .3s var(--ease), backdrop-filter .3s var(--ease), border-color .3s var(--ease), padding .3s var(--ease);
}
/* Header sitzt unter Live-Info-Bar (wenn vorhanden), rückt auf 0 beim Scrollen */
body:has(.live-info-bar) .header { top: var(--live-bar-h); }
body:has(.live-info-bar).is-scrolled-past-bar .header { top: 0; }
body:has(.live-info-bar).is-scrolled-past-bar .live-info-bar { transform: translateY(-110%); }

.live-info-bar__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.live-info-bar__track {
  display: flex;
  align-items: center;
  gap: 36px;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}
.live-info-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s var(--ease), transform .2s var(--ease);
  flex-shrink: 0;
}
.live-info-item:hover { color: var(--c-yellow); transform: translateY(-1px); }
.live-info-item .live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #6dca7d;
  animation: pulseGreen 2s infinite;
  flex-shrink: 0;
}
.live-info-item__text { display: inline-flex; align-items: baseline; gap: 8px; }
.live-info-item__label {
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--c-yellow);
  font-weight: 800;
  font-style: italic;
  white-space: nowrap;
}
.live-info-item__value {
  font-size: 12.5px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
/* Trust-Badge rechts in der Bar */
.live-info-bar .trust-badge-est {
  flex-shrink: 0;
  margin-left: auto;
}
/* Tablet (721-1180): kompakter */
@media (min-width: 721px) and (max-width: 1180px) {
  .live-info-bar__track { gap: 22px; }
  .live-info-bar__inner { gap: 12px; padding: 0 14px; }
  .live-info-bar .trust-badge-est { font-size: 9.5px; padding: 4px 8px; }
}
/* Mobile (<= 720px): 1-Zeile-Marquee, kein Trust-Badge */
@media (max-width: 720px) {
  :root { --live-bar-h: 38px; }
  .live-info-bar__inner { padding: 0 12px; gap: 0; }
  .live-info-bar .trust-badge-est { display: none; }
  .live-info-bar__track { gap: 30px; }
  .live-info-bar__track.is-marquee {
    animation: marqueeScroll 28s linear infinite;
    overflow: visible;
    will-change: transform;
  }
  .live-info-bar__track.is-marquee:hover { animation-play-state: paused; }
  .live-info-item__label { font-size: 9px; letter-spacing: 1.2px; }
  .live-info-item__value { font-size: 11.5px; }
}
@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   SEIT-2019-TRUST-BADGE
   ============================================================ */
.trust-badge-est {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 99px;
  background: rgba(253,182,10,0.12);
  border: 1px solid rgba(253,182,10,0.4);
  color: var(--c-yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-style: italic;
}

/* ============================================================
   AUTO-DETAIL-PAGE LAYOUT
   ============================================================ */
.car-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 32px;
}
@media (max-width:900px){.car-hero{grid-template-columns:1fr;gap:32px;}}
.car-hero__visual {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 22px;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  border: 1px solid rgba(253,182,10,0.3);
  overflow: hidden;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 4rem;
  color: var(--c-yellow);
  text-align: center;
  padding: 20px;
}
.car-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
}
.car-spec-table tr { border-bottom: 1px solid var(--c-line); }
.car-spec-table td { padding: 10px 0; font-size: 0.92rem; }
.car-spec-table td:first-child { color: var(--c-text-muted); font-weight: 600; }
.car-spec-table td:last-child { color: var(--c-text); font-weight: 700; text-align: right; }
.price-tier-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin-top: 24px;
}
@media (max-width:600px){.price-tier-grid{grid-template-columns:1fr;}}
.price-tier {
  padding: 22px 18px;
  border-radius: 16px;
  background: var(--c-card);
  border: 1px solid var(--c-line);
  text-align: center;
  transition: all 0.25s ease;
}
.price-tier:hover { border-color: var(--c-yellow); transform: translateY(-3px); }
.price-tier.is-featured {
  background: linear-gradient(135deg, rgba(253,182,10,0.12) 0%, rgba(253,182,10,0.04) 100%);
  border: 2px solid var(--c-yellow);
}
.price-tier__label {
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--c-yellow);
  font-weight: 800;
}
.price-tier__amount {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 2rem;
  color: var(--c-text);
  margin: 8px 0 6px;
  line-height: 1;
}
.price-tier__hint {
  font-size: 11px;
  color: var(--c-text-muted);
  letter-spacing: 0.5px;
}

/* ============================================================
   ACADEMY-IDENTITY BLOCK (auf Home, unter Hero)
   Section, die klar macht: Wir sind eine SCHULE.
   ============================================================ */
.section--academy {
  background:
    radial-gradient(ellipse at 80% 10%, rgba(253,182,10,0.08), transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(253,182,10,0.05), transparent 55%),
    var(--c-bg-1);
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  padding: 80px 0;
}
.academy-id { max-width: 1100px; margin: 0 auto; }
.academy-id__head { text-align: left; }
.academy-id__head h2 { font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.05; }

.academy-id__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 38px 0;
}
.academy-stat {
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 22px 18px;
  text-align: center;
}
.academy-stat strong {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--c-yellow);
  line-height: 1;
  margin-bottom: 6px;
}
.academy-stat span {
  display: block;
  font-size: .82rem;
  color: var(--c-text-soft);
  font-weight: 500;
}
[data-theme="light"] .academy-stat strong { color: var(--c-yellow-dark); }
@media (max-width: 720px){ .academy-id__stats { grid-template-columns: 1fr 1fr; } }

.academy-id__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
  margin-top: 36px;
}
.academy-pillar {
  position: relative;
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 28px 24px 24px;
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.academy-pillar:hover {
  transform: translateY(-4px);
  border-color: var(--c-yellow);
  box-shadow: 0 14px 36px rgba(253,182,10,0.12);
}
.academy-pillar__num {
  display: inline-block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: .85rem;
  letter-spacing: .14em;
  color: var(--c-yellow);
  margin-bottom: 12px;
}
.academy-pillar strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--c-text);
}
.academy-pillar p {
  color: var(--c-text-soft);
  font-size: .96rem;
  line-height: 1.55;
}
[data-theme="light"] .academy-pillar__num { color: var(--c-yellow-dark); }
@media (max-width: 900px){ .academy-id__pillars { grid-template-columns: 1fr; } }

/* ============================================================
   AUTOVERMIETUNG · PREMIUM-RENN-ERLEBNIS-HUB
   ============================================================ */

/* HERO mit dunklem Carbon-Background */
.rental-hero {
  position: relative;
  padding: 110px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(253,182,10,0.10), transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(253,182,10,0.06), transparent 55%),
    linear-gradient(180deg, #060606 0%, #0a0a0a 100%);
  color: #fff;
  border-bottom: 1px solid rgba(253,182,10,0.18);
}
.rental-hero__bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(253,182,10,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(253,182,10,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
[data-theme="light"] .rental-hero { background: linear-gradient(180deg,#0a0a0a 0%,#1a1a1a 100%); color: #fff; }
[data-theme="light"] .rental-hero .text-y { color: var(--c-yellow); }
.rental-hero__inner { position: relative; max-width: 1100px; text-align: center; }
.rental-hero__eyebrow { background: rgba(253,182,10,0.14); border-color: rgba(253,182,10,0.4); color: var(--c-yellow); }
.rental-hero__title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 5.4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin: 18px 0 22px;
  color: #fff;
}
.rental-hero__lead {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.55;
}
.rental-hero__cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.rental-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.rental-hero__trust span {
  display: flex; flex-direction: column;
  align-items: center;
  font-size: .78rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.rental-hero__trust strong {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 1.8rem;
  color: var(--c-yellow);
  margin-bottom: 4px;
  letter-spacing: -.01em;
  text-transform: none;
}
@media (max-width:600px){ .rental-hero { padding: 90px 0 60px; } .rental-hero__trust { gap:18px; } .rental-hero__trust strong { font-size: 1.4rem; } }

/* INCLUSION-GRID (6 Bausteine) */
.section--inclusion { background: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-1) 100%); }
.inclusion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
  margin-top: 50px;
}
@media (max-width: 900px){ .inclusion-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px){ .inclusion-grid { grid-template-columns: 1fr; } }
.inclusion-card {
  position: relative;
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 32px 26px 26px;
  transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.inclusion-card:hover {
  transform: translateY(-4px);
  border-color: var(--c-yellow);
  box-shadow: 0 18px 40px rgba(253,182,10,0.10);
}
.inclusion-card__num {
  display: inline-block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: .9rem;
  letter-spacing: .12em;
  color: var(--c-yellow);
  margin-bottom: 12px;
}
.inclusion-card h4 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1.15;
  color: var(--c-text);
}
.inclusion-card p { color: var(--c-text-soft); font-size: .96rem; line-height: 1.55; margin: 0; }
[data-theme="light"] .inclusion-card__num { color: var(--c-yellow-dark); }

/* CAR-GRID (10 Renn-Autos) */
.car-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 28px;
  margin-top: 42px;
}
@media (max-width: 1000px){ .car-grid { grid-template-columns: 1fr 1fr; gap: 20px; } }
@media (max-width: 600px){ .car-grid { grid-template-columns: 1fr; gap: 18px; } }

.car-card {
  display: flex;
  flex-direction: column;
  background: var(--c-bg-1);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  text-decoration: none;
  color: var(--c-text);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
  position: relative;
}
.car-card::after {
  content:'';
  position: absolute; inset: 0;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, rgba(253,182,10,0.0), rgba(253,182,10,0.06));
  opacity: 0; transition: opacity .35s var(--ease); pointer-events: none;
}
.car-card:hover {
  transform: translateY(-8px);
  border-color: var(--c-yellow);
  box-shadow: 0 22px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(253,182,10,0.2);
}
.car-card:hover::after { opacity: 1; }
.car-card__media {
  position: relative;
  aspect-ratio: 16/10;
  background: radial-gradient(ellipse at center, #1a1a1a 0%, #050505 100%);
  overflow: hidden;
}
.car-card__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .6s var(--ease);
}
.car-card:hover .car-card__media img { transform: scale(1.06); }
.car-card__badge {
  position: absolute;
  top: 14px; left: 14px;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(8px);
  color: var(--c-yellow);
  padding: 5px 11px;
  border-radius: 99px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-style: italic;
  font-family: var(--font-display);
  border: 1px solid rgba(253,182,10,0.4);
  z-index: 2;
}
.car-card__body {
  padding: 22px 22px 24px;
  position: relative; z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.car-card__body h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 0 8px;
  line-height: 1.1;
}
.car-card__body p {
  color: var(--c-text-soft);
  font-size: .92rem;
  line-height: 1.5;
  margin: 0 0 14px;
}
.car-card__specs {
  display: flex; gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--c-line);
  margin-top: auto;
}
.car-card__specs span {
  display: flex; flex-direction: column;
  font-size: .7rem;
  color: var(--c-text-muted);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.car-card__specs strong {
  color: var(--c-text);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  text-transform: none;
  margin-bottom: 2px;
}
.car-card__cta {
  margin-top: 12px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--c-yellow);
}
.car-card:hover .car-card__cta .arrow { transform: translateX(4px); }
[data-theme="light"] .car-card__cta { color: var(--c-yellow-dark); }

/* SLOT-GRID */
.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  margin-top: 42px;
}
@media (max-width: 900px){ .slot-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.slot-card {
  position: relative;
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 28px 26px 26px;
  display: flex;
  flex-direction: column;
}
.slot-card--featured {
  border-color: var(--c-yellow);
  box-shadow: 0 16px 38px rgba(253,182,10,0.12);
  transform: translateY(-4px);
}
.slot-card__badge {
  position: absolute;
  top: -12px; left: 24px;
  background: var(--c-yellow);
  color: #000;
  padding: 5px 12px;
  border-radius: 99px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: .7rem;
  letter-spacing: 1.4px;
}
.slot-card__tag {
  display: inline-block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-yellow);
  margin-bottom: 14px;
}
[data-theme="light"] .slot-card__tag { color: var(--c-yellow-dark); }
.slot-card h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0 0 12px;
}
.slot-card__lead {
  color: var(--c-text-soft);
  font-size: .96rem;
  line-height: 1.55;
  margin: 0 0 16px;
}
.slot-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  flex: 1;
}
.slot-card__list li {
  padding: 8px 0 8px 22px;
  position: relative;
  font-size: .92rem;
  color: var(--c-text-soft);
  border-bottom: 1px solid var(--c-line);
}
.slot-card__list li:last-child { border-bottom: 0; }
.slot-card__list li::before {
  content: '★';
  position: absolute; left: 0; top: 8px;
  color: var(--c-yellow);
  font-size: .8rem;
}

/* VERSUS-TABELLE (Standard-Vermietung vs WMR) */
.versus-table {
  margin-top: 38px;
  background: var(--c-bg-1);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.versus-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  align-items: center;
  padding: 14px 18px;
  font-size: .94rem;
  border-bottom: 1px solid var(--c-line);
}
.versus-row:last-child { border-bottom: 0; }
.versus-row > div:first-child { font-weight: 700; color: var(--c-text); }
.versus-row > div:nth-child(2) { color: var(--c-text-muted); }
.versus-row--us { color: var(--c-yellow) !important; font-weight: 700; }
[data-theme="light"] .versus-row--us { color: var(--c-yellow-dark) !important; }
.versus-row--head {
  background: rgba(253,182,10,0.06);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: 1.4px;
  padding: 16px 18px;
}
.versus-row--head > div:first-child { color: var(--c-text-muted); }
@media (max-width:780px){
  .versus-row { grid-template-columns: 1fr 1fr; padding: 10px 12px; font-size: .85rem; }
  .versus-row > div:nth-child(2) { display: none; }
  .versus-row--head > div:nth-child(2) { display: none; }
}

/* GIFT-CTA-Banner */
.gift-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, rgba(253,182,10,0.08) 0%, rgba(253,182,10,0.02) 100%);
  border: 1px solid rgba(253,182,10,0.30);
  border-radius: var(--r-lg);
  padding: 26px 30px;
}
.gift-cta__icon {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(253,182,10,0.18);
  display: grid; place-items: center;
  color: var(--c-yellow);
  flex-shrink: 0;
}
.gift-cta h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0 0 6px;
}
.gift-cta p { margin: 0; color: var(--c-text-soft); font-size: .94rem; line-height: 1.5; }
@media (max-width:780px){
  .gift-cta { grid-template-columns: 1fr; text-align: center; gap: 16px; }
  .gift-cta__icon { margin: 0 auto; }
}

/* TESTIMONIALS */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
  margin-top: 36px;
}
@media (max-width: 900px){ .testimonial-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; } }
.testimonial {
  background: var(--c-bg-1);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 26px 24px 22px;
  display: flex;
  flex-direction: column;
}
.testimonial__stars { color: var(--c-yellow); letter-spacing: 4px; font-size: 1rem; margin-bottom: 12px; }
.testimonial p { font-style: italic; color: var(--c-text-soft); font-size: .96rem; line-height: 1.55; margin: 0 0 16px; flex: 1; }
.testimonial strong { display: block; font-weight: 700; color: var(--c-text); }
.testimonial small { color: var(--c-text-muted); font-size: .8rem; }

/* Auto-Card Preis-Box */
.car-card__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0 6px;
  margin-top: 10px;
  border-top: 1px dashed var(--c-line);
}
.car-card__price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: .88rem;
  gap: 14px;
}
.car-card__price-label {
  color: var(--c-text-muted);
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600;
}
.car-card__price strong {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--c-yellow);
  letter-spacing: -0.01em;
}
[data-theme="light"] .car-card__price strong { color: var(--c-yellow-dark); }

/* ============================================================
   CAR DETAIL PAGE · PREMIUM-HERO mit Auto-Bild im Background
   ============================================================ */
.car-page-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 130px 0 60px;
  background: #050505;
  color: #fff;
  border-bottom: 1px solid rgba(253,182,10,0.18);
}
.car-page-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0.95) brightness(0.85);
  transform: scale(1.05);
  z-index: 0;
}
.car-page-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,5,5,0.92) 0%, rgba(5,5,5,0.55) 50%, rgba(5,5,5,0.18) 100%),
    linear-gradient(180deg, rgba(5,5,5,0.55) 0%, transparent 30%, rgba(5,5,5,0.55) 100%);
  z-index: 1;
}
.car-page-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
}
.car-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  background: rgba(253,182,10,0.14);
  border: 1px solid rgba(253,182,10,0.4);
  color: var(--c-yellow);
  padding: 6px 14px;
  border-radius: 99px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-style: italic;
  font-family: var(--font-display);
}
.car-page-hero__title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 5.4vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin: 22px 0 18px;
  max-width: 700px;
  color: #fff;
  text-shadow: 0 4px 28px rgba(0,0,0,0.6);
}
.car-page-hero__lead {
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.88);
  max-width: 600px;
  margin: 0 0 30px;
}
.car-page-hero__prices {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.car-page-hero__price-item {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 12px;
  padding: 14px 22px;
  min-width: 220px;
}
.car-page-hero__price-item span {
  display: block;
  font-size: .72rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 4px;
  font-weight: 700;
}
.car-page-hero__price-item strong {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 1.9rem;
  color: var(--c-yellow);
  line-height: 1;
}
.car-page-hero__price-item--featured {
  background: rgba(253,182,10,0.16);
  border-color: rgba(253,182,10,0.45);
}
.car-page-hero__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .car-page-hero { min-height: 480px; padding: 110px 0 50px; }
  .car-page-hero__overlay {
    background:
      linear-gradient(180deg, rgba(5,5,5,0.85) 0%, rgba(5,5,5,0.55) 35%, rgba(5,5,5,0.85) 100%);
  }
  .car-page-hero__price-item { min-width: 0; flex: 1 1 calc(50% - 6px); padding: 12px 14px; }
  .car-page-hero__price-item strong { font-size: 1.4rem; }
}

/* ============================================================
   GLOBAL MOBILE FIX · KEIN HORIZONTAL SCROLL · RESPONSIVE
   ============================================================ */
html { overflow-x: hidden; max-width: 100%; }
body { overflow-x: clip; max-width: 100vw; }

/* Bilder, Videos, iframes nie breiter als ihr Container */
img, video, iframe, picture, svg {
  max-width: 100%;
  height: auto;
}

/* Tabellen scrollable wrappen */
table { max-width: 100%; }

/* Container Padding bleibt auf jeder Bildschirmgröße ≥ 16 px */
.container { padding-inline: 16px; }

/* Sections nie breiter als 100% */
section, header, footer, main, article, aside { max-width: 100vw; }

/* Mobile-Anpassungen für Mobile (≤ 720 px) */
@media (max-width: 720px) {
  :root { --container: 100%; }
  .container { max-width: 100%; padding-inline: 16px; }

  /* Inline-Padding-Werte (60px 48px etc.) zurückbiegen */
  .section, .section--tight { padding: 50px 0; }
  [style*="padding: 60px 48px"],
  [style*="padding:60px 48px"] { padding: 40px 22px !important; }
  [style*="padding: 80px 48px"],
  [style*="padding:80px 48px"] { padding: 48px 22px !important; }
  [style*="padding: 64px 48px"],
  [style*="padding:64px 48px"] { padding: 40px 22px !important; }

  /* Hero-Headlines kompakter */
  .hero h1, .page-header h1, .car-page-hero__title, .rental-hero__title {
    font-size: clamp(1.7rem, 8vw, 2.6rem) !important;
    line-height: 1.05;
  }
  h2 { font-size: clamp(1.5rem, 6.5vw, 2.1rem); line-height: 1.1; }
  h3 { font-size: 1.2rem; line-height: 1.2; }

  /* Buttons nie breiter als Container */
  .btn { max-width: 100%; white-space: normal; }
  .btn--lg { padding: 14px 20px; font-size: .9rem; }
  .cta-group, .hero__cta, .rental-hero__cta, .car-page-hero__cta {
    flex-direction: column;
    width: 100%;
  }
  .cta-group .btn, .hero__cta .btn, .rental-hero__cta .btn, .car-page-hero__cta .btn {
    width: 100%;
  }

  /* Auto-Card: Bilder im richtigen Aspect-Ratio + Preis-Box kompakter */
  .car-card__price-row { font-size: .82rem; gap: 8px; }
  .car-card__price strong { font-size: .98rem; }

  /* Tabellen scrollable, NICHT die Seite */
  .car-spec-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  /* Pre/Code scrollable */
  pre, code { overflow-x: auto; max-width: 100%; }

  /* Versus-Tabelle auf Mobile als Stack */
  .versus-row { padding: 10px 12px; font-size: .85rem; }

  /* Gift-CTA Banner stack */
  .gift-cta { padding: 24px 18px; }
  .gift-cta__icon { width: 64px; height: 64px; }

  /* Sticky Bottom Bar oben drüber Padding für Inhalte */
  body { padding-bottom: 80px; }

  /* Footer-Grid bricht sauber */
  .footer { padding: 60px 0 24px; }
  .footer__grid { gap: 28px; }

  /* WhatsApp Float Button kleiner und tiefer */
  .wa-float { right: 14px; bottom: 84px; width: 50px; height: 50px; }
  .wa-float .lbl { display: none; }

  /* Long Inline-padding-x reductions für CTA-Boxes */
  .cta-box { padding: 36px 22px !important; }

  /* Eyebrow auf Mobile etwas kleiner */
  .eyebrow { font-size: .68rem; letter-spacing: 1.4px; }
}

/* Sehr kleine Screens (≤ 380 px) */
@media (max-width: 380px) {
  .container { padding-inline: 14px; }
  .car-page-hero__title, .rental-hero__title { font-size: 1.6rem !important; }
  .car-page-hero__price-item strong { font-size: 1.2rem; }
  .btn--lg { padding: 12px 16px; font-size: .85rem; }
}

/* DETAIL-PAGE HERO MOBILE-FIX (Background-Image + Overlay nicht zu intensiv) */
@media (max-width: 700px) {
  .car-page-hero {
    min-height: auto;
    padding: 100px 0 40px;
  }
  .car-page-hero__bg {
    background-position: center 70%;
    transform: scale(1.0);
  }
  .car-page-hero__overlay {
    background:
      linear-gradient(180deg, rgba(5,5,5,0.85) 0%, rgba(5,5,5,0.55) 35%, rgba(5,5,5,0.92) 100%);
  }
  .car-page-hero__prices {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .car-page-hero__price-item {
    width: 100%;
    min-width: 0;
    padding: 12px 16px;
  }
  .car-page-hero__price-item strong { font-size: 1.5rem; }
  .car-page-hero__title { font-size: 1.7rem !important; }
  .car-page-hero__lead { font-size: .96rem; }
}

/* Trust-Strip auf Mobile kompakter */
@media (max-width: 720px) {
  .rental-hero__trust { gap: 16px 24px; }
  .rental-hero__trust span { font-size: .68rem; }
  .rental-hero__trust strong { font-size: 1.25rem; }
}

/* Slot-Cards / Versus-Tabelle: bei zu engem Bildschirm vertical stack */
@media (max-width: 720px) {
  .slot-grid { grid-template-columns: 1fr; max-width: 100%; }
  .testimonial-grid { grid-template-columns: 1fr; max-width: 100%; }
  .inclusion-grid { grid-template-columns: 1fr; }
  .car-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   HOME-HERO mit Auto-Hintergrund (Premium Look)
   ============================================================ */
.hero--has-bg {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}
.hero--has-bg .hero__bg {
  position: absolute;
  inset: 0;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(1.05) brightness(0.85);
  z-index: -2;
}
.hero--has-bg .hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5,5,5,0.92) 0%, rgba(5,5,5,0.6) 55%, rgba(5,5,5,0.2) 100%),
    radial-gradient(ellipse at 20% 50%, rgba(253,182,10,0.10), transparent 55%);
}
[data-theme="light"] .hero--has-bg { color: #fff; }
[data-theme="light"] .hero--has-bg .hero__head h1,
[data-theme="light"] .hero--has-bg .hero__head .lead { color: #fff !important; }
[data-theme="light"] .hero--has-bg .hero__overlay {
  background:
    linear-gradient(90deg, rgba(5,5,5,0.85) 0%, rgba(5,5,5,0.5) 55%, rgba(5,5,5,0.15) 100%);
}
@media (max-width: 760px) {
  .hero--has-bg .hero__overlay {
    background:
      linear-gradient(180deg, rgba(5,5,5,0.78) 0%, rgba(5,5,5,0.55) 40%, rgba(5,5,5,0.9) 100%);
  }
  .hero--has-bg .hero-visual { display: none; }
}

/* ============================================================
   3-KLICKS-KARTEN · Sauber sichtbare Zahlen 1/2/3
   ============================================================ */
.bewerbung-cards .card {
  position: relative;
  padding-top: 64px !important;
  overflow: visible;
}
.bewerbung-card__num {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--c-yellow);
  color: #000;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 1.6rem;
  box-shadow: 0 8px 24px rgba(253,182,10,0.4);
  letter-spacing: -0.04em;
  z-index: 2;
}

/* ============================================================
   HERO-BG · LESBARKEIT BOOSTEN
   Wenn das Hero einen Auto-Background hat, müssen Trust-Pills
   und die Microcopy unter den CTA-Buttons hellen Text bekommen.
   ============================================================ */
.hero--has-bg .hero__head { color: #fff; position: relative; z-index: 1; }
.hero--has-bg .hero__head .lead { color: rgba(255,255,255,0.92); }
.hero--has-bg .hero__cta + p,
.hero--has-bg p[style*="opacity:.65"],
.hero--has-bg p[style*="opacity:.6"] {
  color: rgba(255,255,255,0.92) !important;
  opacity: 1 !important;
  font-weight: 600 !important;
  letter-spacing: .5px !important;
}
.hero--has-bg .live-counter {
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(253,182,10,0.45);
  color: #fff;
  backdrop-filter: blur(6px);
}
.hero--has-bg .live-counter strong { color: var(--c-yellow) !important; }

/* Trust-Pills: deutlicher gegen den dunklen BG */
.hero--has-bg .hero__trust .pill {
  background: rgba(255,255,255,0.10) !important;
  border: 1px solid rgba(253,182,10,0.45) !important;
  color: #fff !important;
  backdrop-filter: blur(6px);
  font-weight: 600;
}
.hero--has-bg .hero__trust .pill svg { color: var(--c-yellow); }

/* Auch im Light-Mode bleibt der Hero dunkel (wegen Auto-BG) — wir erzwingen weißen Text */
[data-theme="light"] .hero--has-bg .hero__head h1,
[data-theme="light"] .hero--has-bg .hero__head .lead,
[data-theme="light"] .hero--has-bg .hero__head .eyebrow,
[data-theme="light"] .hero--has-bg .hero__cta + p,
[data-theme="light"] .hero--has-bg .live-counter,
[data-theme="light"] .hero--has-bg .pill { color: #fff !important; }
[data-theme="light"] .hero--has-bg .eyebrow {
  background: rgba(253,182,10,0.14) !important;
  border-color: rgba(253,182,10,0.4) !important;
  color: var(--c-yellow) !important;
}
[data-theme="light"] .hero--has-bg .pill {
  background: rgba(255,255,255,0.12) !important;
  border-color: rgba(253,182,10,0.45) !important;
}
[data-theme="light"] .hero--has-bg .script { color: var(--c-yellow) !important; }

/* ============================================================
   PHASE-CARD MEDIA · Headerbild für die 3 Modul-Karten
   ============================================================ */
.phase--has-media {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.phase__media {
  position: relative;
  margin: -28px -28px 20px;
  aspect-ratio: 16/10;
  background: #0a0a0a;
  overflow: hidden;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
}
.phase__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .6s var(--ease);
}
.phase__media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}
.phase--has-media:hover .phase__media img { transform: scale(1.04); }
.phase--has-media .phase__num {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 2;
  background: var(--c-yellow);
  color: #000;
  padding: 4px 10px;
  border-radius: 6px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: .95rem;
  letter-spacing: 0;
}
[data-theme="light"] .phase--has-media .phase__num {
  background: var(--c-yellow-dark);
  color: #fff;
}
@media (max-width: 700px) {
  .phase__media { margin: -22px -22px 16px; aspect-ratio: 16/9; }
}

/* ============================================================
   FEATURE-VISUAL als echtes Foto (für die 3 Tage-Sektionen)
   ============================================================ */
.feature__visual--photo {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #0a0a0a;
  position: relative;
  aspect-ratio: 16/10;
  box-shadow: 0 14px 40px rgba(0,0,0,0.30), 0 0 0 1px var(--c-line);
}
.feature__visual--photo img,
.feature__visual--photo picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.feature__visual--photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.25) 100%);
  pointer-events: none;
}
@media (max-width: 760px) {
  .feature__visual--photo { aspect-ratio: 16/9; }
}

/* ============================================================
   KONTAKT-SEITE · Dark-Mode Lesbarkeit verbessern
   Labels heller, Inputs klarer, Hinweis-Opacity weg.
   ============================================================ */
.field label {
  color: rgba(255,255,255,0.78);
  font-weight: 700;
}
[data-theme="light"] .field label { color: #1a1a1a; }
.field input, .field textarea, .field select {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.18);
  color: #fff;
}
.field input::placeholder, .field textarea::placeholder {
  color: rgba(255,255,255,0.45);
}
[data-theme="light"] .field input,
[data-theme="light"] .field textarea,
[data-theme="light"] .field select {
  background: #fff;
  border-color: #d4d4d4;
  color: #1a1a1a;
}
[data-theme="light"] .field input::placeholder,
[data-theme="light"] .field textarea::placeholder {
  color: rgba(0,0,0,0.5);
}
.checkbox {
  color: rgba(255,255,255,0.82);
  font-size: .92rem;
}
[data-theme="light"] .checkbox { color: #1a1a1a; }

/* DSGVO-Hinweis und ähnliche Mikro-Texte voll lesbar machen */
.form p[style*="opacity:.6"] {
  color: rgba(255,255,255,0.72) !important;
  opacity: 1 !important;
}
[data-theme="light"] .form p[style*="opacity:.6"] {
  color: rgba(0,0,0,0.65) !important;
}

/* Kontakt-Karten: Subtext-Opacity hoch */
.section [style*="opacity:.85"] {
  opacity: 1 !important;
  color: rgba(255,255,255,0.88);
}
[data-theme="light"] .section [style*="opacity:.85"] {
  color: rgba(0,0,0,0.78);
}
/* Aber innerhalb von dunkel-styled cta-box den weißen Text behalten */
[data-theme="light"] .cta-box [style*="opacity:.85"] { color: #fff !important; }
[data-theme="light"] .cta-box [style*="opacity:.92"] { color: #fff !important; }

/* ============================================================
   PRODUCT-HERO mit Auto-Bild im Hintergrund (z.B. 90tage.html)
   Grid weg, echtes Foto rein.
   ============================================================ */
.product-hero--photo {
  background: #050505;
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.product-hero--photo::before { display: none; }
.product-hero--photo .product-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(1.05) brightness(0.85);
  z-index: 0;
}
.product-hero--photo .product-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5,5,5,0.55) 0%, rgba(5,5,5,0.78) 100%),
    radial-gradient(ellipse at 50% 30%, rgba(253,182,10,0.10), transparent 60%);
}
.product-hero--photo .container { position: relative; z-index: 2; }
.product-hero--photo .eyebrow {
  background: rgba(253,182,10,0.14);
  border-color: rgba(253,182,10,0.4);
  color: var(--c-yellow);
}
.product-hero--photo h1,
.product-hero--photo .lead,
.product-hero--photo .product-hero__hint { color: #fff !important; }
.product-hero--photo .lead { opacity: 0.92; }
.product-hero--photo .product-hero__hint {
  font-size: .85rem;
  margin-top: 14px;
  letter-spacing: .5px;
  color: rgba(255,255,255,0.85) !important;
}
.product-hero--photo .script { color: var(--c-yellow) !important; }
[data-theme="light"] .product-hero--photo { background: #0a0a0a; color: #fff; }
[data-theme="light"] .product-hero--photo h1,
[data-theme="light"] .product-hero--photo .lead,
[data-theme="light"] .product-hero--photo .product-hero__hint { color: #fff !important; }
@media (max-width: 760px) {
  .product-hero--photo .product-hero__overlay {
    background: linear-gradient(180deg, rgba(5,5,5,0.78) 0%, rgba(5,5,5,0.9) 100%);
  }
}

/* ============================================================
   GLOBAL KILL · Karo-Grid-Overlays in allen Hero-Sektionen weg
   ============================================================ */
.hero::before,
.page-header::before,
.product-hero::before,
.rental-hero__bg {
  display: none !important;
  background-image: none !important;
}

/* ============================================================
   BUTTON · TEXT-OVERFLOW FIX
   Wenn Buttons in einer engen flex/grid stehen, kann der Text
   und der ★/→ Pfeil rauslaufen. Sichern wir global ab.
   ============================================================ */
.btn {
  white-space: normal;
  word-break: keep-all;
  hyphens: none;
  text-align: center;
  line-height: 1.2;
}
.btn .arrow {
  flex-shrink: 0;
  margin-left: auto;
  display: inline-flex;
}
/* Wenn Button in eng begrenzter flex-row: scale Schriftgröße auf engen Breakpoints */
@media (max-width: 480px) {
  .btn { font-size: .82rem; padding: 12px 14px; gap: 6px; }
  .btn--lg { font-size: .88rem; padding: 14px 16px; }
}

/* Für Stripe/WhatsApp Side-by-Side: nicht schrumpfen lassen, beide gleich groß */
.card .btn + .btn { margin-top: 0; }

/* ============================================================
   GHOST-BUTTONS auf dunklen CTA-Boxen — Lesbarkeit boosten
   Wenn inline-style color:#fff + border:rgba(255,255,255,.3) gesetzt ist,
   den Border verstärken auf 45 % white, Background 8 %.
   ============================================================ */
.cta-box .btn--ghost[style*="color:#fff"] {
  background: rgba(255,255,255,0.08) !important;
  border: 1.5px solid rgba(255,255,255,0.45) !important;
  color: #fff !important;
  font-weight: 700 !important;
}
.cta-box .btn--ghost[style*="color:#fff"]:hover {
  background: var(--c-yellow) !important;
  border-color: var(--c-yellow) !important;
  color: #000 !important;
}

/* ============================================================
   WHATSAPP-BUTTON · FAILSAFE FAR ÜBER BOOTSTRAP
   Überschreibt jeden Light-Mode-Override mit voller Spezifität
   ============================================================ */
.btn.btn--wa,
a.btn.btn--wa,
.cta-box .btn.btn--lg[href*="wa.me"],
.cta-box a.btn[href*="wa.me"] {
  background: #25D366 !important;
  color: #fff !important;
  border: 1.5px solid #25D366 !important;
  font-weight: 800 !important;
}
.btn.btn--wa:hover,
a.btn.btn--wa:hover,
.cta-box .btn.btn--lg[href*="wa.me"]:hover {
  background: #1da851 !important;
  border-color: #1da851 !important;
  color: #fff !important;
}
[data-theme="light"] .btn.btn--wa,
[data-theme="light"] .cta-box .btn[href*="wa.me"] {
  background: #25D366 !important;
  color: #fff !important;
}

/* ============================================================
   MEGA-MENU · Hover-Bridge zwischen Trigger und Menü
   Verhindert, dass die Maus auf dem Weg vom Nav-Link zum Menü
   versehentlich auf einen leeren Bereich kommt und schließt.
   ============================================================ */
@media (min-width: 1181px) {
  .has-menu { position: relative; }
  .has-menu::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 18px;
    background: transparent;
    pointer-events: auto;
    z-index: 109;
  }
  .has-menu:not(.is-open)::after { pointer-events: none; }
  /* Mega: opens slightly closer to nav so the bridge covers */
  .mega { top: calc(100% + 4px); }
}

/* Phase-Karten · Modul-Hinweis */
.phase__mod {
  display: inline-block;
  margin-left: 8px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--c-yellow);
  background: rgba(253,182,10,0.10);
  padding: 2px 8px;
  border-radius: 99px;
  border: 1px solid rgba(253,182,10,0.30);
  vertical-align: middle;
}
[data-theme="light"] .phase__mod { color: var(--c-yellow-dark); border-color: rgba(217,149,0,0.40); }
/* Phase-Karten klarer abgegrenzt */
.phase { transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease); }
.phase:hover { transform: translateY(-4px); border-color: var(--c-yellow); box-shadow: 0 14px 38px rgba(253,182,10,0.10); }
@media (min-width: 900px) {
  .phases { gap: 28px; }
}

/* Date-Pill · Vergangene Termine ausgrauen */
.date-pill.is-past {
  opacity: 0.45;
  filter: grayscale(0.7);
  pointer-events: none;
  cursor: not-allowed;
}
.date-pill.is-past:hover { transform: none; box-shadow: none; }
.date-pill .status.past {
  background: rgba(150,150,150,0.18) !important;
  color: rgba(200,200,200,0.8) !important;
}
[data-theme="light"] .date-pill.is-past { opacity: 0.55; }
[data-theme="light"] .date-pill .status.past { background: rgba(0,0,0,0.10) !important; color: rgba(0,0,0,0.55) !important; }

/* ============================================================
   RENN­SERIEN-SEITE · 4 strukturierte Bereiche
   ============================================================ */
.rcn-section {
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 40px 36px;
}
[data-theme="light"] .rcn-section { background: #fff; border-color: rgba(0,0,0,0.08); }
.rcn-section h2 { margin-bottom: 14px; }
.rcn-section .lead { color: var(--c-text-soft); margin-bottom: 24px; }

.rcn-price-tag {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 24px;
  border-radius: 14px;
  background: rgba(253,182,10,0.08);
  border: 1px solid rgba(253,182,10,0.30);
  margin: 0 0 22px;
}
.rcn-price-tag__label {
  font-size: .72rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--c-yellow);
  font-weight: 800;
  font-style: italic;
}
.rcn-price-tag__amount {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 2.2rem;
  color: var(--c-yellow);
  line-height: 1;
  margin-top: 6px;
  letter-spacing: -0.01em;
}
.rcn-price-tag__meta {
  font-size: .82rem;
  color: var(--c-text-muted);
  margin-top: 8px;
}
[data-theme="light"] .rcn-price-tag__label,
[data-theme="light"] .rcn-price-tag__amount { color: var(--c-yellow-dark); }
.rcn-price-tag--ind .rcn-price-tag__amount { font-size: 1.5rem; }

.rcn-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}
@media (max-width: 800px) { .rcn-info-grid { grid-template-columns: 1fr; } }
.rcn-info-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--c-line);
  border-radius: 12px;
  padding: 20px;
}
[data-theme="light"] .rcn-info-card { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.10); }
.rcn-info-card h4 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 1.05rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--c-text);
}
.rcn-info-card p {
  color: var(--c-text-soft);
  font-size: .94rem;
  line-height: 1.55;
  margin: 0;
}

.rcn-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.rcn-cta-grid .btn {
  width: 100%;
  justify-content: center;
}
@media (max-width: 720px) {
  .rcn-cta-grid { grid-template-columns: 1fr; }
  .rcn-section { padding: 30px 22px; }
}

/* ============================================================
   RENN­SERIEN-SEITE · LIGHT + DARK MODE KONTRAST-FIX
   Garantiert lesbare Texte in beiden Themes.
   ============================================================ */
.rcn-section {
  background: var(--c-bg-1);
  border: 1px solid var(--c-line);
  color: var(--c-text);
}
.rcn-section h2,
.rcn-section .lead,
.rcn-section p { color: var(--c-text); }
.rcn-section .lead { color: var(--c-text-soft); }
.rcn-section .eyebrow {
  background: rgba(253,182,10,0.14);
  border: 1px solid rgba(253,182,10,0.45);
  color: var(--c-yellow);
}

/* Dark Mode explizit */
[data-theme="dark"] .rcn-section,
:root:not([data-theme="light"]) .rcn-section {
  background: #141414;
  border-color: rgba(255,255,255,0.10);
  color: #fff;
}
[data-theme="dark"] .rcn-section h2,
:root:not([data-theme="light"]) .rcn-section h2 { color: #fff; }
[data-theme="dark"] .rcn-section .lead,
:root:not([data-theme="light"]) .rcn-section .lead { color: rgba(255,255,255,0.85); }
[data-theme="dark"] .rcn-section p,
:root:not([data-theme="light"]) .rcn-section p { color: rgba(255,255,255,0.88); }

[data-theme="dark"] .rcn-info-card,
:root:not([data-theme="light"]) .rcn-info-card {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.12);
}
[data-theme="dark"] .rcn-info-card h4,
:root:not([data-theme="light"]) .rcn-info-card h4 { color: #fff; }
[data-theme="dark"] .rcn-info-card p,
:root:not([data-theme="light"]) .rcn-info-card p { color: rgba(255,255,255,0.78); }

[data-theme="dark"] .rcn-price-tag,
:root:not([data-theme="light"]) .rcn-price-tag {
  background: rgba(253,182,10,0.10);
  border-color: rgba(253,182,10,0.40);
}
[data-theme="dark"] .rcn-price-tag__label,
:root:not([data-theme="light"]) .rcn-price-tag__label { color: var(--c-yellow); }
[data-theme="dark"] .rcn-price-tag__amount,
:root:not([data-theme="light"]) .rcn-price-tag__amount { color: var(--c-yellow); }
[data-theme="dark"] .rcn-price-tag__meta,
:root:not([data-theme="light"]) .rcn-price-tag__meta { color: rgba(255,255,255,0.72); }

/* Light Mode explizit — gegen white-on-white */
[data-theme="light"] .rcn-section {
  background: #fff;
  border-color: rgba(0,0,0,0.10);
  color: #111;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}
[data-theme="light"] .rcn-section h2 { color: #111; }
[data-theme="light"] .rcn-section .lead { color: rgba(0,0,0,0.72); }
[data-theme="light"] .rcn-section p { color: rgba(0,0,0,0.80); }
[data-theme="light"] .rcn-info-card {
  background: #fafafa;
  border-color: rgba(0,0,0,0.10);
}
[data-theme="light"] .rcn-info-card h4 { color: #111; }
[data-theme="light"] .rcn-info-card p { color: rgba(0,0,0,0.74); }

[data-theme="light"] .rcn-price-tag {
  background: rgba(217,149,0,0.10);
  border-color: rgba(217,149,0,0.45);
}
[data-theme="light"] .rcn-price-tag__label { color: var(--c-yellow-dark); }
[data-theme="light"] .rcn-price-tag__amount { color: var(--c-yellow-dark); }
[data-theme="light"] .rcn-price-tag__meta { color: rgba(0,0,0,0.60); }
[data-theme="light"] .rcn-section .eyebrow {
  background: rgba(217,149,0,0.14);
  border-color: rgba(217,149,0,0.50);
  color: var(--c-yellow-dark);
}

/* CTA-Buttons in beiden Modes lesbar */
.rcn-cta-grid .btn--ghost {
  background: rgba(255,255,255,0.06);
  border: 1.5px solid var(--c-line-2);
  color: var(--c-text);
}
[data-theme="light"] .rcn-cta-grid .btn--ghost {
  background: #fff;
  border-color: #111;
  color: #111;
}
.rcn-cta-grid .btn--ghost:hover {
  background: var(--c-yellow);
  border-color: var(--c-yellow);
  color: #000;
}

/* ============================================================
   PHASE-KARTE · Unabhängigkeits-Hinweis (Modul-Note)
   Klare rechtliche Klarstellung: jedes Modul ist eigenständig.
   ============================================================ */
.phase__mod-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(253,182,10,0.08);
  border: 1px solid rgba(253,182,10,0.30);
  font-size: .82rem;
  line-height: 1.45;
  color: var(--c-text-soft);
}
.phase__mod-note__check {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--c-yellow);
  color: #000;
  font-weight: 900;
  font-size: .75rem;
  margin-top: 1px;
}
.phase__mod-note strong { color: var(--c-text); font-weight: 700; }
[data-theme="light"] .phase__mod-note {
  background: rgba(217,149,0,0.08);
  border-color: rgba(217,149,0,0.35);
  color: rgba(0,0,0,0.72);
}
[data-theme="light"] .phase__mod-note__check {
  background: var(--c-yellow-dark);
  color: #fff;
}
[data-theme="light"] .phase__mod-note strong { color: #111; }

/* ============================================================
   LEGENDS TOUR · 3 Strecken + 4 Tage + 3 Pakete
   ============================================================ */
.legends-tracks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}
@media (max-width: 800px){ .legends-tracks { grid-template-columns: 1fr; } }
.legends-track {
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  position: relative;
  transition: transform .25s var(--ease), border-color .25s var(--ease);
}
.legends-track:hover { transform: translateY(-4px); border-color: var(--c-yellow); }
.legends-track__num {
  display: inline-block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--c-yellow);
  margin-bottom: 10px;
  letter-spacing: -.01em;
}
.legends-track h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.legends-track p { color: var(--c-text-soft); font-size: .94rem; line-height: 1.55; margin: 0; }
[data-theme="light"] .legends-track { background: #fff; }
[data-theme="light"] .legends-track__num { color: var(--c-yellow-dark); }

/* Days Timeline */
.legends-days {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}
.legends-day {
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 24px 26px;
  border-left: 4px solid var(--c-yellow);
}
[data-theme="light"] .legends-day { background: #fff; }
.legends-day__date {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--c-yellow);
  font-weight: 800;
  font-style: italic;
}
[data-theme="light"] .legends-day__date { color: var(--c-yellow-dark); }
.legends-day h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 6px 0 14px;
}
.legends-day__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.legends-day__list li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: .94rem;
  color: var(--c-text-soft);
  border-bottom: 1px solid var(--c-line);
}
.legends-day__list li:last-child { border-bottom: 0; }
.legends-day__list li::before {
  content: '★';
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--c-yellow);
  font-size: .78rem;
}
.legends-day__list strong { color: var(--c-text); }

/* Pakete-Grid */
.legends-packages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  margin-top: 42px;
}
@media (max-width: 980px){ .legends-packages { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.legends-pkg {
  position: relative;
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
}
[data-theme="light"] .legends-pkg { background: #fff; }
.legends-pkg--featured {
  border-color: var(--c-yellow);
  box-shadow: 0 18px 48px rgba(253,182,10,0.18);
  transform: translateY(-6px);
}
.legends-pkg__badge {
  position: absolute;
  top: -12px;
  left: 24px;
  background: var(--c-yellow);
  color: #000;
  padding: 5px 12px;
  border-radius: 99px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: .72rem;
  letter-spacing: 1.4px;
}
.legends-pkg__tag {
  display: inline-block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-yellow);
  margin-bottom: 10px;
}
[data-theme="light"] .legends-pkg__tag { color: var(--c-yellow-dark); }
.legends-pkg h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.legends-pkg__lead {
  color: var(--c-text-soft);
  font-size: .94rem;
  line-height: 1.5;
  margin: 0 0 18px;
}
.legends-pkg__price {
  background: rgba(253,182,10,0.10);
  border: 1px solid rgba(253,182,10,0.30);
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 20px;
  text-align: center;
}
.legends-pkg__price-label {
  display: block;
  font-size: .68rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--c-yellow);
  font-weight: 800;
}
.legends-pkg__price-amount {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 1.95rem;
  color: var(--c-yellow);
  line-height: 1;
  margin: 4px 0 4px;
}
.legends-pkg__price-meta {
  display: block;
  font-size: .78rem;
  color: var(--c-text-muted);
}
[data-theme="light"] .legends-pkg__price-label,
[data-theme="light"] .legends-pkg__price-amount { color: var(--c-yellow-dark); }
.legends-pkg__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}
.legends-pkg__list li {
  padding: 8px 0 8px 22px;
  position: relative;
  font-size: .92rem;
  color: var(--c-text-soft);
  border-bottom: 1px solid var(--c-line);
}
.legends-pkg__list li:last-child { border-bottom: 0; }
.legends-pkg__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--c-yellow);
  font-weight: 900;
}
[data-theme="light"] .legends-pkg__list li::before { color: var(--c-yellow-dark); }
.legends-pkg__list strong { color: var(--c-text); }

/* ============================================================
   LEGENDS TOUR · KONTRAST-OVERRIDE für BEIDE THEMES
   Explizit alle Text-/Hintergrund-Kombinationen festnageln.
   Vermeidet white-on-white und black-on-black.
   ============================================================ */

/* ---------- DARK MODE (Standard) ---------- */
[data-theme="dark"] .legends-tracks .legends-track,
:root:not([data-theme="light"]) .legends-tracks .legends-track {
  background: #141414;
  border-color: rgba(255,255,255,0.10);
  color: #fff;
}
[data-theme="dark"] .legends-tracks .legends-track h3,
:root:not([data-theme="light"]) .legends-tracks .legends-track h3 { color: #fff; }
[data-theme="dark"] .legends-tracks .legends-track p,
:root:not([data-theme="light"]) .legends-tracks .legends-track p { color: rgba(255,255,255,0.82); }

[data-theme="dark"] .legends-days .legends-day,
:root:not([data-theme="light"]) .legends-days .legends-day {
  background: #141414;
  border-color: rgba(255,255,255,0.10);
  border-left: 4px solid var(--c-yellow);
}
[data-theme="dark"] .legends-days .legends-day h3,
:root:not([data-theme="light"]) .legends-days .legends-day h3 { color: #fff; }
[data-theme="dark"] .legends-days .legends-day__list li,
:root:not([data-theme="light"]) .legends-days .legends-day__list li {
  color: rgba(255,255,255,0.82);
  border-bottom-color: rgba(255,255,255,0.08);
}
[data-theme="dark"] .legends-days .legends-day__list strong,
:root:not([data-theme="light"]) .legends-days .legends-day__list strong { color: #fff; }

[data-theme="dark"] .legends-pkg,
:root:not([data-theme="light"]) .legends-pkg {
  background: #141414;
  border-color: rgba(255,255,255,0.10);
}
[data-theme="dark"] .legends-pkg h3,
:root:not([data-theme="light"]) .legends-pkg h3 { color: #fff; }
[data-theme="dark"] .legends-pkg__lead,
:root:not([data-theme="light"]) .legends-pkg__lead { color: rgba(255,255,255,0.82); }
[data-theme="dark"] .legends-pkg__list li,
:root:not([data-theme="light"]) .legends-pkg__list li {
  color: rgba(255,255,255,0.82);
  border-bottom-color: rgba(255,255,255,0.08);
}
[data-theme="dark"] .legends-pkg__list strong,
:root:not([data-theme="light"]) .legends-pkg__list strong { color: #fff; }
[data-theme="dark"] .legends-pkg__price,
:root:not([data-theme="light"]) .legends-pkg__price {
  background: rgba(253,182,10,0.10);
  border-color: rgba(253,182,10,0.40);
}
[data-theme="dark"] .legends-pkg__price-label,
[data-theme="dark"] .legends-pkg__price-amount,
:root:not([data-theme="light"]) .legends-pkg__price-label,
:root:not([data-theme="light"]) .legends-pkg__price-amount { color: var(--c-yellow); }
[data-theme="dark"] .legends-pkg__price-meta,
:root:not([data-theme="light"]) .legends-pkg__price-meta { color: rgba(255,255,255,0.66); }

/* ---------- LIGHT MODE ---------- */
[data-theme="light"] .legends-tracks .legends-track {
  background: #fff;
  border-color: rgba(0,0,0,0.10);
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
  color: #111;
}
[data-theme="light"] .legends-tracks .legends-track h3 { color: #111; }
[data-theme="light"] .legends-tracks .legends-track p { color: rgba(0,0,0,0.74); }
[data-theme="light"] .legends-tracks .legends-track__num { color: var(--c-yellow-dark); }

[data-theme="light"] .legends-days .legends-day {
  background: #fff;
  border-color: rgba(0,0,0,0.10);
  border-left: 4px solid var(--c-yellow-dark);
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
  color: #111;
}
[data-theme="light"] .legends-days .legends-day h3 { color: #111; }
[data-theme="light"] .legends-days .legends-day__date { color: var(--c-yellow-dark); }
[data-theme="light"] .legends-days .legends-day__list li {
  color: rgba(0,0,0,0.74);
  border-bottom-color: rgba(0,0,0,0.08);
}
[data-theme="light"] .legends-days .legends-day__list li::before { color: var(--c-yellow-dark); }
[data-theme="light"] .legends-days .legends-day__list strong { color: #111; }

[data-theme="light"] .legends-pkg {
  background: #fff;
  border-color: rgba(0,0,0,0.10);
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
  color: #111;
}
[data-theme="light"] .legends-pkg--featured {
  border-color: var(--c-yellow-dark);
  box-shadow: 0 18px 48px rgba(217,149,0,0.18);
}
[data-theme="light"] .legends-pkg h3 { color: #111; }
[data-theme="light"] .legends-pkg__lead { color: rgba(0,0,0,0.74); }
[data-theme="light"] .legends-pkg__tag { color: var(--c-yellow-dark); }
[data-theme="light"] .legends-pkg__badge {
  background: var(--c-yellow-dark);
  color: #fff;
}
[data-theme="light"] .legends-pkg__list li {
  color: rgba(0,0,0,0.74);
  border-bottom-color: rgba(0,0,0,0.08);
}
[data-theme="light"] .legends-pkg__list li::before { color: var(--c-yellow-dark); }
[data-theme="light"] .legends-pkg__list strong { color: #111; }
[data-theme="light"] .legends-pkg__price {
  background: rgba(217,149,0,0.10);
  border-color: rgba(217,149,0,0.40);
}
[data-theme="light"] .legends-pkg__price-label,
[data-theme="light"] .legends-pkg__price-amount { color: var(--c-yellow-dark); }
[data-theme="light"] .legends-pkg__price-meta { color: rgba(0,0,0,0.60); }

/* Section-Backgrounds für Light Mode klarer (statt Inline-Style var(--c-bg-1)) */
[data-theme="light"] .legends-section--alt { background: #f8f8f8 !important; }

/* CTA-Buttons in legends-pkg sicherstellen */
[data-theme="light"] .legends-pkg .btn--ghost {
  background: #fff;
  border: 1.5px solid #111;
  color: #111;
}
[data-theme="light"] .legends-pkg .btn--ghost:hover {
  background: var(--c-yellow);
  border-color: var(--c-yellow);
  color: #000;
}
[data-theme="light"] .legends-pkg .btn--outline {
  background: #fff;
  border: 1.5px solid var(--c-yellow-dark);
  color: var(--c-yellow-dark);
}
[data-theme="light"] .legends-pkg .btn--outline:hover {
  background: var(--c-yellow);
  color: #000;
}

/* Hero, Eyebrow, Tag-Klassen explizit */
[data-theme="light"] .legends-tracks .legends-track h3,
[data-theme="light"] .legends-days .legends-day h3,
[data-theme="light"] .legends-pkg h3 {
  color: #111 !important;
}

/* Section-Head h2 spans (text-y class) */
[data-theme="light"] .legends-section h2 .text-y,
[data-theme="light"] .legends-section .lead { color: rgba(0,0,0,0.74); }

/* ============================================================
   FAQ-ITEMS · KONTRAST-FIX BEIDE THEMES
   Verhindert weiß-auf-weiß bzw. schwarz-auf-schwarz in allen
   Sektionen — auch wenn Inline-Style den Section-BG setzt.
   ============================================================ */

/* DARK MODE (Standard): dunkle Cards mit weißem Text */
[data-theme="dark"] .faq-item,
:root:not([data-theme="light"]) .faq-item {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: #fff !important;
}
[data-theme="dark"] .faq-item[open],
:root:not([data-theme="light"]) .faq-item[open] {
  border-color: rgba(253,182,10,0.45) !important;
}
[data-theme="dark"] .faq-item summary,
:root:not([data-theme="light"]) .faq-item summary {
  color: #fff !important;
  font-weight: 700 !important;
}
[data-theme="dark"] .faq-item .faq-body,
:root:not([data-theme="light"]) .faq-item .faq-body {
  color: rgba(255,255,255,0.82) !important;
}
[data-theme="dark"] .faq-item .faq-body strong,
:root:not([data-theme="light"]) .faq-item .faq-body strong {
  color: #fff !important;
}
[data-theme="dark"] .faq-item .faq-body a,
:root:not([data-theme="light"]) .faq-item .faq-body a {
  color: var(--c-yellow) !important;
  font-weight: 700;
}
[data-theme="dark"] .faq-item summary .icon,
:root:not([data-theme="light"]) .faq-item summary .icon {
  background: rgba(253,182,10,0.18) !important;
  color: var(--c-yellow) !important;
}

/* LIGHT MODE: helle Cards mit dunklem Text */
[data-theme="light"] .faq-item {
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.10) !important;
  color: #111 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}
[data-theme="light"] .faq-item[open] {
  border-color: var(--c-yellow-dark) !important;
}
[data-theme="light"] .faq-item summary {
  color: #111 !important;
  font-weight: 700 !important;
}
[data-theme="light"] .faq-item .faq-body {
  color: rgba(0,0,0,0.74) !important;
}
[data-theme="light"] .faq-item .faq-body strong {
  color: #111 !important;
}
[data-theme="light"] .faq-item .faq-body a {
  color: var(--c-yellow-dark) !important;
  font-weight: 700;
}
[data-theme="light"] .faq-item summary .icon {
  background: rgba(217,149,0,0.16) !important;
  color: var(--c-yellow-dark) !important;
}

/* Sektionen mit Inline-BG `var(--c-bg-1)`: im Light-Mode muss der Container hell bleiben */
[data-theme="light"] section[style*="background:var(--c-bg-1)"],
[data-theme="light"] section[style*="background: var(--c-bg-1)"] {
  background: #f8f8f8 !important;
}

/* ============================================================
   LIGHT MODE · SECTION-HEAD HEADLINES & LEAD-TEXTE FIX
   Wenn eine Section im Light-Mode hellen Hintergrund hat, muss
   die Headline DUNKEL sein. Inline-style background lässt sich
   nicht überall auflösen — wir nageln Text-Farben explizit fest.
   ============================================================ */
[data-theme="light"] section[style*="background:var(--c-bg-1)"] .section-head h2,
[data-theme="light"] section[style*="background: var(--c-bg-1)"] .section-head h2,
[data-theme="light"] section[style*="background:var(--c-bg-1)"] h2:not([style*="color"]),
[data-theme="light"] section[style*="background: var(--c-bg-1)"] h2:not([style*="color"]) {
  color: #111 !important;
}
[data-theme="light"] section[style*="background:var(--c-bg-1)"] .section-head .lead,
[data-theme="light"] section[style*="background: var(--c-bg-1)"] .section-head .lead,
[data-theme="light"] section[style*="background:var(--c-bg-1)"] .lead,
[data-theme="light"] section[style*="background: var(--c-bg-1)"] .lead {
  color: rgba(0,0,0,0.72) !important;
}
[data-theme="light"] section[style*="background:var(--c-bg-1)"] .section-head p,
[data-theme="light"] section[style*="background: var(--c-bg-1)"] .section-head p {
  color: rgba(0,0,0,0.72) !important;
}

/* Auch wenn nicht in section--alt: Generelles section-head im Light Mode immer dunkel */
[data-theme="light"] .section-head h2 { color: #111; }
[data-theme="light"] .section-head .lead,
[data-theme="light"] .section-head p { color: rgba(0,0,0,0.74); }

/* Eyebrow auf hellem Background muss klar lesbar sein */
[data-theme="light"] .section-head .eyebrow,
[data-theme="light"] section[style*="background:var(--c-bg-1)"] .eyebrow {
  background: rgba(217,149,0,0.14) !important;
  border: 1px solid rgba(217,149,0,0.45) !important;
  color: var(--c-yellow-dark) !important;
}

/* text-y im Light-Mode auf hellem BG bleibt dunkel-gold (--c-yellow-dark) */
[data-theme="light"] section[style*="background:var(--c-bg-1)"] .text-y,
[data-theme="light"] section[style*="background: var(--c-bg-1)"] .text-y,
[data-theme="light"] .section-head .text-y { color: var(--c-yellow-dark) !important; }

/* Default-Sections ohne Inline-Style auch absichern */
[data-theme="light"] .section h2 { color: #111; }
[data-theme="light"] .section .lead { color: rgba(0,0,0,0.74); }

/* Aber Hero-Sections mit Photo-Background BEHALTEN ihre weiße Schrift */
[data-theme="light"] .product-hero--photo .product-hero__head h1,
[data-theme="light"] .product-hero--photo .product-hero__head .lead,
[data-theme="light"] .product-hero--photo .product-hero__head .text-y,
[data-theme="light"] .rental-hero h1,
[data-theme="light"] .rental-hero .lead,
[data-theme="light"] .hero--has-bg h1,
[data-theme="light"] .hero--has-bg .lead { color: #fff !important; }
[data-theme="light"] .product-hero--photo .product-hero__head .text-y,
[data-theme="light"] .rental-hero .text-y,
[data-theme="light"] .hero--has-bg .text-y { color: var(--c-yellow) !important; }

/* ============================================================
   DARK MODE · SECTION-HEADLINES ABSOLUT FIX
   Gegenstück zu den Light-Mode-Regeln oben. Verhindert, dass im
   Dark Mode das h2 dunkel auf dunkel landet (z.B. weil ein
   Inline-Style oder Browser-Default greift). Wir nageln die
   Headline-Farbe für Dark Mode explizit auf Weiß.
   ============================================================ */
[data-theme="dark"] .section-head h2,
:root:not([data-theme="light"]) .section-head h2,
[data-theme="dark"] .section h2,
:root:not([data-theme="light"]) .section h2 {
  color: #fff !important;
}
[data-theme="dark"] section[style*="background:var(--c-bg-1)"] .section-head h2,
[data-theme="dark"] section[style*="background: var(--c-bg-1)"] .section-head h2,
[data-theme="dark"] section[style*="background:var(--c-bg-1)"] h2,
[data-theme="dark"] section[style*="background: var(--c-bg-1)"] h2,
:root:not([data-theme="light"]) section[style*="background:var(--c-bg-1)"] .section-head h2,
:root:not([data-theme="light"]) section[style*="background: var(--c-bg-1)"] .section-head h2,
:root:not([data-theme="light"]) section[style*="background:var(--c-bg-1)"] h2,
:root:not([data-theme="light"]) section[style*="background: var(--c-bg-1)"] h2 {
  color: #fff !important;
}
[data-theme="dark"] .section-head .lead,
[data-theme="dark"] .section-head p,
:root:not([data-theme="light"]) .section-head .lead,
:root:not([data-theme="light"]) .section-head p {
  color: rgba(255,255,255,0.86) !important;
}
[data-theme="dark"] .section .lead,
:root:not([data-theme="light"]) .section .lead {
  color: rgba(255,255,255,0.86) !important;
}
/* text-y bleibt im Dark Mode immer gold */
[data-theme="dark"] .section-head .text-y,
[data-theme="dark"] section[style*="background:var(--c-bg-1)"] .text-y,
[data-theme="dark"] section[style*="background: var(--c-bg-1)"] .text-y,
[data-theme="dark"] .section h2 .text-y,
:root:not([data-theme="light"]) .section-head .text-y,
:root:not([data-theme="light"]) section[style*="background:var(--c-bg-1)"] .text-y,
:root:not([data-theme="light"]) section[style*="background: var(--c-bg-1)"] .text-y,
:root:not([data-theme="light"]) .section h2 .text-y {
  color: var(--c-yellow) !important;
}
/* Eyebrow im Dark Mode */
[data-theme="dark"] .section-head .eyebrow,
[data-theme="dark"] section[style*="background:var(--c-bg-1)"] .eyebrow,
:root:not([data-theme="light"]) .section-head .eyebrow,
:root:not([data-theme="light"]) section[style*="background:var(--c-bg-1)"] .eyebrow {
  background: rgba(253,182,10,0.16) !important;
  border: 1px solid rgba(253,182,10,0.45) !important;
  color: var(--c-yellow) !important;
}

/* ============================================================
   PROSE · RECHTLICHE LANGTEXT-SEITEN (Datenschutz / AGB / Impressum)
   Garantierte Lesbarkeit in BEIDEN Themes — Kontrast erzwungen.
   ============================================================ */
[data-theme="dark"] .prose,
[data-theme="dark"] .prose h2,
[data-theme="dark"] .prose h3,
[data-theme="dark"] .prose h4,
:root:not([data-theme="light"]) .prose,
:root:not([data-theme="light"]) .prose h2,
:root:not([data-theme="light"]) .prose h3,
:root:not([data-theme="light"]) .prose h4 {
  color: #ffffff !important;
}
[data-theme="dark"] .prose p,
[data-theme="dark"] .prose li,
:root:not([data-theme="light"]) .prose p,
:root:not([data-theme="light"]) .prose li {
  color: rgba(255,255,255,0.88) !important;
}
[data-theme="dark"] .prose strong,
:root:not([data-theme="light"]) .prose strong {
  color: #ffffff !important;
}
[data-theme="dark"] .prose a,
:root:not([data-theme="light"]) .prose a {
  color: var(--c-yellow) !important;
  text-decoration: underline;
}
[data-theme="light"] .prose,
[data-theme="light"] .prose h2,
[data-theme="light"] .prose h3,
[data-theme="light"] .prose h4 {
  color: #0a0a0a !important;
}
[data-theme="light"] .prose p,
[data-theme="light"] .prose li {
  color: #1a1a1a !important;
}
[data-theme="light"] .prose strong {
  color: #0a0a0a !important;
}
[data-theme="light"] .prose a {
  color: var(--c-yellow-dark) !important;
  text-decoration: underline;
}
/* Section drumherum: BG immer kontrastieren */
[data-theme="dark"] .section,
:root:not([data-theme="light"]) .section {
  background: var(--c-bg);
  color: var(--c-text);
}
[data-theme="light"] .section {
  background: #ffffff;
  color: #0a0a0a;
}
/* Page-Header (h1) in beiden Modi sicher */
[data-theme="dark"] .page-header h1,
:root:not([data-theme="light"]) .page-header h1 { color: #ffffff !important; }
[data-theme="light"] .page-header h1 { color: #0a0a0a !important; }
[data-theme="dark"] .page-header .lead,
:root:not([data-theme="light"]) .page-header .lead { color: rgba(255,255,255,0.85) !important; }
[data-theme="light"] .page-header .lead { color: #1a1a1a !important; }

/* ============================================================
   FAILSAFE: prose / rechtliche Lang-Text-Seiten sind IMMER sichtbar
   Selbst wenn IntersectionObserver nicht läuft, niemals opacity: 0
   ============================================================ */
.prose,
.prose.reveal {
  opacity: 1 !important;
  transform: none !important;
}
.page-header .prose,
section .prose,
.page-header h1,
.page-header .lead {
  opacity: 1 !important;
  transform: none !important;
}

/* ============================================================
   DMSB-A-LIZENZ-SEITE · Preis-Card, Vergleichstabelle, Termine,
   Inclusion-Liste — Quelle: lizenz.html <style> (Z. 39–80)
   ============================================================ */
  .price-hero{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:stretch;margin-top:32px;}
  @media (max-width:900px){.price-hero{grid-template-columns:1fr;}}
  .price-card{position:relative;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);border:1px solid rgba(253,182,10,.4);border-radius:24px;padding:40px;color:#fff;overflow:hidden;}
  .price-card::before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(253,182,10,.18) 0%,transparent 65%);pointer-events:none;}
  [data-theme="light"] .price-card{color:#fff;}
  .price-card__label{display:inline-block;background:var(--c-yellow);color:#000;padding:6px 14px;border-radius:99px;font-size:11px;font-weight:900;letter-spacing:2px;font-style:italic;text-transform:uppercase;margin-bottom:18px;}
  .price-card__amount{font-family:var(--font-display);font-style:italic;font-weight:900;font-size:4.6rem;line-height:1;color:var(--c-yellow);letter-spacing:-1px;}
  .price-card__currency{font-size:1.6rem;color:#fff;}
  .price-card__detail{font-size:.95rem;opacity:.85;margin-top:16px;color:#fff;}
  .price-card__rates{margin-top:24px;padding:18px 20px;background:rgba(253,182,10,.08);border:1px solid rgba(253,182,10,.25);border-radius:14px;}
  .price-card__rates strong{color:var(--c-yellow);font-family:var(--font-display);font-style:italic;font-size:1.4rem;}
  .price-card__rates p{color:#fff;opacity:.85;font-size:.85rem;margin:6px 0 12px;}
  .pay-logos{display:flex;flex-wrap:wrap;gap:8px;align-items:center;}
  .pay-logos span{padding:6px 12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:11px;font-weight:700;letter-spacing:.5px;color:#fff;}
  /* Differentiation table */
  .compare{margin-top:40px;border-radius:22px;overflow:hidden;border:1px solid var(--c-line);background:var(--c-card);}
  .compare table{width:100%;border-collapse:collapse;}
  .compare th, .compare td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--c-line);font-size:.95rem;}
  .compare th{background:rgba(0,0,0,.6);color:var(--c-yellow);font-family:var(--font-display);font-style:italic;font-size:.9rem;text-transform:uppercase;letter-spacing:1.5px;}
  [data-theme="light"] .compare th{background:#0a0a0a;color:var(--c-yellow);}
  .compare td:first-child{font-weight:700;color:var(--c-text);}
  .compare .cell-yes{color:#6dca7d;font-weight:900;font-size:1.2rem;}
  .compare .cell-no{color:#ff7070;font-weight:900;font-size:1.2rem;}
  .compare .cell-partial{color:#FFB800;font-weight:900;font-size:1.1rem;}
  .compare tr:last-child td{border-bottom:0;}
  .compare__highlight{background:rgba(253,182,10,.07);}
  /* Termine */
  .dates{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;margin-top:32px;}
  .date-pill{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 14px;border-radius:16px;background:var(--c-card);border:1px solid var(--c-line);transition:all .25s ease;text-align:center;}
  .date-pill:hover{border-color:var(--c-yellow);transform:translateY(-3px);box-shadow:0 12px 30px rgba(253,182,10,.15);}
  .date-pill strong{font-family:var(--font-display);font-style:italic;font-weight:900;font-size:1.6rem;color:var(--c-text);line-height:1;}
  .date-pill .month{font-size:11px;letter-spacing:1.8px;text-transform:uppercase;color:var(--c-yellow);font-weight:800;margin-top:6px;}
  .date-pill .status{font-size:10px;letter-spacing:1px;text-transform:uppercase;font-weight:700;margin-top:8px;padding:3px 8px;border-radius:99px;background:rgba(109,202,125,.15);color:#6dca7d;}
  .date-pill .status.full{background:rgba(255,112,112,.15);color:#ff7070;}
  /* Inclusion list */
  .inclusion{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:32px;}
  @media (max-width:760px){.inclusion{grid-template-columns:1fr;}}
  .inc-item{display:flex;gap:14px;padding:18px 20px;border-radius:14px;background:var(--c-card);border:1px solid var(--c-line);}
  .inc-item__num{flex-shrink:0;width:42px;height:42px;border-radius:50%;background:var(--c-yellow);color:#000;display:grid;place-items:center;font-family:var(--font-display);font-style:italic;font-weight:900;font-size:1.1rem;}
  .inc-item h4{font-size:1.05rem;margin-bottom:4px;}
  .inc-item p{font-size:.88rem;line-height:1.55;opacity:.85;margin:0;}

/* ============================================================
   COACHES-SEITE (1ZU1 BEGLEITUNG) · Coach-Cards, Process-Steps,
   Track-Pills, Recruit-Box — Quelle: coaches.html <style> (Z. 39–93)
   ============================================================ */
  /* Coaches – seitenspezifisch */
  .coach{display:flex;flex-direction:column;background:var(--c-card);border:1px solid var(--c-border);border-radius:22px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .3s ease;}
  .coach:hover{transform:translateY(-6px);box-shadow:0 30px 70px rgba(253,182,10,.16);border-color:rgba(253,182,10,.45);}
  .coach__photo{position:relative;aspect-ratio:1/1;background:linear-gradient(135deg,#0d0d0d 0%,#1a1a1a 100%);overflow:hidden;}
  .coach__photo img{width:100%;height:100%;object-fit:cover;display:block;}
  .coach__initials{position:absolute;inset:0;display:grid;place-items:center;font-family:var(--font-display);font-style:italic;font-weight:900;font-size:3.2rem;color:var(--c-yellow);letter-spacing:-1px;}
  .coach__rank{position:absolute;top:14px;left:14px;background:var(--c-yellow);color:#000;padding:5px 11px;border-radius:99px;font-size:10px;font-weight:900;letter-spacing:1.5px;font-style:italic;text-transform:uppercase;}
  .coach__flag{position:absolute;top:14px;right:14px;background:rgba(0,0,0,.7);color:#fff;padding:5px 10px;border-radius:99px;font-size:13px;backdrop-filter:blur(8px);}
  .coach__body{padding:22px 22px 18px;flex:1;display:flex;flex-direction:column;}
  .coach__body h3{font-size:1.35rem;margin-bottom:2px;}
  .coach__role{color:var(--c-yellow);font-weight:700;font-style:italic;font-size:.85rem;letter-spacing:.5px;margin-bottom:14px;}
  .coach__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px;}
  .coach__tag{background:rgba(253,182,10,.1);color:var(--c-text);border:1px solid rgba(253,182,10,.25);padding:4px 10px;border-radius:99px;font-size:11px;font-weight:600;letter-spacing:.3px;}
  .coach__bio{font-size:.92rem;line-height:1.55;opacity:.85;margin-bottom:16px;}
  .coach__price{display:flex;align-items:baseline;gap:6px;padding:14px 16px;border-radius:14px;background:linear-gradient(135deg,rgba(253,182,10,.12) 0%,rgba(253,182,10,.04) 100%);border:1px solid rgba(253,182,10,.25);margin-top:auto;margin-bottom:12px;}
  .coach__price strong{font-family:var(--font-display);font-style:italic;font-size:1.6rem;color:var(--c-yellow);font-weight:900;letter-spacing:-.5px;}
  .coach__price small{font-size:11px;letter-spacing:1.4px;text-transform:uppercase;opacity:.7;font-weight:700;}
  .coach__price em{margin-left:auto;font-style:italic;font-size:11px;opacity:.55;font-weight:600;letter-spacing:.5px;}
  .coach__cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 18px;border-radius:12px;background:#000;color:#fff;border:1.5px solid var(--c-yellow);font-weight:800;font-size:.92rem;letter-spacing:.4px;text-decoration:none;transition:all .25s ease;}
  .coach__cta:hover{background:var(--c-yellow);color:#000;transform:translateY(-1px);}
  [data-theme="light"] .coach__cta{background:#000;color:#fff;}
  [data-theme="light"] .coach__cta:hover{background:var(--c-yellow);color:#000;}
  /* Process steps */
  .process{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;}
  .step{position:relative;padding:36px 28px 28px;border-radius:22px;background:var(--c-card);border:1px solid var(--c-border);transition:transform .35s ease,border-color .3s ease;}
  .step:hover{transform:translateY(-4px);border-color:rgba(253,182,10,.4);}
  .step__num{position:absolute;top:-22px;left:28px;width:54px;height:54px;border-radius:50%;background:var(--c-yellow);color:#000;display:grid;place-items:center;font-family:var(--font-display);font-style:italic;font-weight:900;font-size:1.55rem;box-shadow:0 8px 24px rgba(253,182,10,.4);}
  .step h3{font-size:1.2rem;margin-bottom:10px;margin-top:8px;}
  .step p{font-size:.95rem;line-height:1.55;opacity:.85;}
  @media (max-width:900px){.process{grid-template-columns:1fr;gap:32px;}}
  /* Track marquee row */
  .track-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;justify-content:center;}
  .track-pill{padding:9px 16px;border-radius:99px;background:rgba(253,182,10,.08);border:1px solid rgba(253,182,10,.3);font-size:13px;font-weight:700;letter-spacing:.4px;color:var(--c-text);transition:background .25s ease,transform .25s ease;}
  .track-pill:hover{background:var(--c-yellow);color:#000;transform:translateY(-2px);}
  /* Recruit box */
  .recruit{position:relative;border-radius:28px;padding:60px 48px;overflow:hidden;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);color:#fff;border:1px solid rgba(253,182,10,.3);}
  [data-theme="light"] .recruit{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);color:#fff;}
  .recruit::before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(253,182,10,.18) 0%,transparent 65%);pointer-events:none;}
  .recruit__inner{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:center;position:relative;}
  .recruit h2{color:#fff;}
  .recruit ul{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:14px;}
  .recruit li{display:flex;gap:10px;font-size:.95rem;color:#fff;}
  .recruit li .ck{color:var(--c-yellow);font-weight:900;flex-shrink:0;}
  .recruit__benefits{padding:32px;border-radius:20px;background:rgba(253,182,10,.06);border:1px solid rgba(253,182,10,.2);}
  .recruit__benefits h4{color:var(--c-yellow);font-size:.85rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:18px;font-weight:900;font-style:italic;}
  .recruit__benefits .b-item{display:flex;justify-content:space-between;align-items:baseline;padding:14px 0;border-bottom:1px solid rgba(253,182,10,.15);font-size:.93rem;color:#fff;}
  .recruit__benefits .b-item:last-child{border-bottom:0;}
  .recruit__benefits .b-item strong{color:var(--c-yellow);font-family:var(--font-display);font-style:italic;font-size:1.1rem;}
  @media (max-width:900px){.recruit{padding:40px 28px;}.recruit__inner{grid-template-columns:1fr;gap:32px;}.recruit ul{grid-template-columns:1fr;}}
  /* Stats override for this page */
  .coaches-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px;}
  .coaches-hero-stats .mini{padding:18px 16px;border-radius:14px;background:rgba(253,182,10,.06);border:1px solid rgba(253,182,10,.2);text-align:center;}
  .coaches-hero-stats .mini strong{display:block;font-family:var(--font-display);font-style:italic;font-weight:900;font-size:1.55rem;color:var(--c-yellow);letter-spacing:-.5px;}
  .coaches-hero-stats .mini small{display:block;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;opacity:.7;margin-top:4px;}
  @media (max-width:700px){.coaches-hero-stats{grid-template-columns:repeat(2,1fr);}}

/* ============================================================
   GUTSCHEINE-SEITE · Wrapper für das Schenkwerk-Widget
   — Quelle: gutscheine.html <style> (Z. 27–41)
   ============================================================ */
  /* Helle, lesbare Wrapper-Box für das Schenkwerk-Widget */
  .schenkwerk-wrap {
    background:#ffffff;
    border-radius:18px;
    padding:24px;
    border:1px solid rgba(0,0,0,0.06);
    box-shadow:0 20px 60px rgba(0,0,0,0.35);
    min-height:560px;
  }
  @media (max-width: 640px) {
    .schenkwerk-wrap { padding:12px; min-height:480px; }
  }
  schenkwerk-voucher { display:block; width:100%; }

/* ============================================================
   ERFOLGSGESCHICHTEN-SEITE · Story-Layout, Wall of Fame,
   Video-Cards, Awards, Quote-Portraits
   — Quelle: testimonials.html <style> (Z. 39–84)
   ============================================================ */
  /* Erfolgsgeschichten – seitenspezifisch */
  .story{display:grid;grid-template-columns:1fr 1.35fr;gap:56px;align-items:center;margin-top:56px;}
  .story.story--mirror{grid-template-columns:1.35fr 1fr;}
  .story__photo{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:4/5;background:#0d0d0d;box-shadow:0 30px 80px rgba(0,0,0,.35);}
  .story__photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease;}
  .story:hover .story__photo img{transform:scale(1.04);}
  .story__badge{position:absolute;top:18px;left:18px;background:var(--c-yellow);color:#000;padding:7px 14px;border-radius:99px;font-size:11px;font-weight:900;letter-spacing:2px;font-style:italic;text-transform:uppercase;}
  .story__flag{position:absolute;top:18px;right:18px;background:rgba(0,0,0,.7);color:#fff;padding:7px 12px;border-radius:99px;font-size:14px;backdrop-filter:blur(10px);}
  @media (max-width:900px){
    .story,.story.story--mirror{grid-template-columns:1fr;gap:24px;}
    .story.story--mirror .story__photo{order:-1;}
  }
  /* Wall of Fame */
  .wall{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:18px;margin-top:40px;}
  .wall__card{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:1/1;background:#0d0d0d;border:1px solid var(--c-border);transition:transform .4s ease,box-shadow .4s ease;}
  .wall__card img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.95);transition:transform .6s ease,filter .4s ease;}
  .wall__card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(253,182,10,.15);}
  .wall__card:hover img{transform:scale(1.07);filter:saturate(1.1);}
  .wall__caption{position:absolute;left:0;right:0;bottom:0;padding:14px 14px 12px;background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.6) 60%,rgba(0,0,0,0) 100%);color:#fff;}
  .wall__caption strong{display:block;font-size:14px;font-weight:800;font-style:italic;letter-spacing:.3px;}
  .wall__caption small{display:block;font-size:11px;opacity:.7;letter-spacing:1.2px;text-transform:uppercase;margin-top:2px;}
  /* Video card */
  .vidcard{display:flex;flex-direction:column;border-radius:20px;overflow:hidden;background:var(--c-card);border:1px solid var(--c-border);transition:transform .4s ease,box-shadow .4s ease;text-decoration:none;color:inherit;}
  .vidcard:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(253,182,10,.18);border-color:rgba(253,182,10,.3);}
  .vidcard__thumb{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden;}
  .vidcard__thumb img{width:100%;height:100%;object-fit:cover;display:block;}
  .vidcard__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.25);transition:background .3s ease;}
  .vidcard:hover .vidcard__play{background:rgba(0,0,0,.4);}
  .vidcard__play svg{width:64px;height:64px;color:var(--c-yellow);filter:drop-shadow(0 6px 20px rgba(0,0,0,.6));transition:transform .3s ease;}
  .vidcard:hover .vidcard__play svg{transform:scale(1.1);}
  .vidcard__body{padding:18px 20px 22px;}
  .vidcard__body strong{display:block;font-size:17px;font-weight:800;font-style:italic;letter-spacing:.3px;}
  .vidcard__body small{display:block;font-size:12px;opacity:.7;letter-spacing:1.4px;text-transform:uppercase;margin-top:4px;color:var(--c-yellow);font-weight:700;}
  /* Awards row */
  .awards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;margin-top:40px;}
  .awards img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:16px;background:#0d0d0d;border:1px solid var(--c-border);transition:transform .4s ease;}
  .awards img:hover{transform:translateY(-4px) scale(1.02);}
  /* Quote with portrait */
  .quote-pro{display:grid;grid-template-columns:96px 1fr;gap:18px;align-items:start;padding:24px;border-radius:20px;background:var(--c-card);border:1px solid var(--c-border);transition:transform .4s ease,box-shadow .4s ease;}
  .quote-pro:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(253,182,10,.12);}
  .quote-pro__avatar{width:96px;height:96px;border-radius:50%;overflow:hidden;background:#0d0d0d;border:2px solid var(--c-yellow);}
  .quote-pro__avatar img{width:100%;height:100%;object-fit:cover;display:block;}
  .quote-pro__text{font-size:15px;line-height:1.6;}
  .quote-pro__text .stars{color:var(--c-yellow);font-size:13px;letter-spacing:2px;margin-bottom:8px;}
  .quote-pro__text strong{display:block;margin-top:10px;font-size:15px;font-style:italic;}
  .quote-pro__text small{display:block;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--c-yellow);font-weight:700;margin-top:2px;}

/* ============================================================
   EVENTS-SEITE · Termin-Akkordeon, Tags, Buchungs-Box, Filter
   — Quelle: events.html <style> (Z. 39–91)
   ============================================================ */
  /* Events – Akkordeon */
  .event-list{display:flex;flex-direction:column;gap:12px;margin-top:32px;}
  .event{background:var(--c-card);border:1px solid var(--c-line);border-radius:18px;overflow:hidden;transition:border-color .25s ease, box-shadow .25s ease;}
  .event:hover{border-color:rgba(253,182,10,.4);box-shadow:0 14px 40px rgba(253,182,10,.08);}
  .event[open]{border-color:var(--c-yellow);box-shadow:0 24px 60px rgba(253,182,10,.15);}
  .event > summary{list-style:none;display:grid;grid-template-columns:96px 1fr auto auto;gap:20px;align-items:center;padding:20px 24px;cursor:pointer;user-select:none;}
  .event > summary::-webkit-details-marker{display:none;}
  .event > summary:hover{background:rgba(253,182,10,.04);}
  .event__date{text-align:center;border-right:1px solid var(--c-line);padding-right:14px;}
  .event__day{font-family:var(--font-display);font-style:italic;font-weight:900;font-size:2.2rem;color:var(--c-yellow);line-height:1;letter-spacing:-1px;}
  .event__month{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;color:var(--c-text-muted);margin-top:5px;font-weight:700;}
  .event__title{display:flex;flex-direction:column;gap:4px;min-width:0;}
  .event__title h3{font-size:1.1rem;margin:0;line-height:1.2;}
  .event__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;}
  .event__tag{padding:3px 9px;border-radius:99px;background:rgba(253,182,10,.12);color:var(--c-yellow);border:1px solid rgba(253,182,10,.3);font-size:10.5px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;}
  .event__tag--soft{background:rgba(0,0,0,0.04);color:var(--c-text-muted);border-color:var(--c-line);}
  .event__tag--full{background:rgba(255,112,112,.12);color:#ff7070;border-color:rgba(255,112,112,.3);}
  .event__tag--green{background:rgba(109,202,125,.15);color:#6dca7d;border-color:rgba(109,202,125,.4);}
  .event__price{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1;}
  .event__price strong{font-family:var(--font-display);font-style:italic;font-weight:900;font-size:1.3rem;color:var(--c-text);}
  .event__price small{font-size:11px;letter-spacing:1.2px;text-transform:uppercase;opacity:.6;font-weight:700;margin-top:4px;}
  .event__chev{width:36px;height:36px;border-radius:50%;background:rgba(253,182,10,.12);border:1px solid rgba(253,182,10,.3);display:grid;place-items:center;color:var(--c-yellow);transition:transform .3s ease, background .25s ease;}
  .event[open] .event__chev{transform:rotate(180deg);background:var(--c-yellow);color:#000;}
  .event__body{padding:8px 24px 28px;border-top:1px solid var(--c-line);background:rgba(0,0,0,0.02);}
  [data-theme="dark"] .event__body{background:rgba(255,255,255,0.02);}
  .event__body-inner{display:grid;grid-template-columns:1.4fr 1fr;gap:32px;padding-top:20px;}
  @media (max-width:900px){
    .event > summary{grid-template-columns:80px 1fr auto;gap:14px;padding:16px;}
    .event__price{display:none;}
    .event__body-inner{grid-template-columns:1fr;gap:20px;}
  }
  @media (max-width:520px){
    .event__day{font-size:1.7rem;}
    .event > summary{grid-template-columns:62px 1fr auto;gap:10px;padding:14px;}
  }
  .event__details p{font-size:.95rem;line-height:1.6;}
  .event__details ul{list-style:none;padding:0;margin:14px 0;display:flex;flex-direction:column;gap:8px;}
  .event__details ul li{display:flex;gap:10px;font-size:.92rem;}
  .event__details ul li .ck{color:var(--c-yellow);font-weight:900;flex-shrink:0;}
  .event__actions{padding:24px;border-radius:16px;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);color:#fff;border:1px solid rgba(253,182,10,.25);position:relative;overflow:hidden;}
  .event__actions::before{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:radial-gradient(circle,rgba(253,182,10,.18) 0%,transparent 65%);pointer-events:none;}
  .event__actions h4{color:var(--c-yellow);font-size:.85rem;letter-spacing:1.6px;text-transform:uppercase;margin-bottom:14px;font-style:italic;font-weight:900;}
  .event__actions .price-big{font-family:var(--font-display);font-style:italic;font-weight:900;font-size:2.2rem;color:#fff;line-height:1;margin-bottom:4px;}
  .event__actions .price-note{font-size:.78rem;opacity:.7;color:#fff;margin-bottom:16px;letter-spacing:.5px;}
  .event__actions .actions-grid{display:flex;flex-direction:column;gap:8px;position:relative;}
  .event__actions .btn{width:100%;justify-content:center;text-align:center;}
  .event__actions .pay-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:10px;font-size:10px;color:#fff;opacity:.7;letter-spacing:.4px;}
  .event__actions .pay-row span{padding:4px 8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:6px;font-size:9.5px;font-weight:700;}
  /* Filter bar */
  .filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;}
  .filter-pill{padding:8px 16px;border-radius:99px;background:var(--c-card);border:1px solid var(--c-line);font-size:13px;font-weight:600;letter-spacing:.3px;color:var(--c-text);cursor:pointer;transition:all .2s ease;}
  .filter-pill:hover{border-color:var(--c-yellow);}
  .filter-pill.is-active{background:var(--c-yellow);color:#000;border-color:var(--c-yellow);}

/* ============================================================
   Seitenspezifisch aus shop.html (<style> im Head)
   ============================================================ */
  .shop-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-top:32px;}
  .shop-card{position:relative;border-radius:18px;overflow:hidden;background:var(--c-card);border:1px solid var(--c-line);transition:transform .35s ease,box-shadow .35s ease,border-color .3s ease;}
  .shop-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(253,182,10,.18);border-color:rgba(253,182,10,.4);}
  .shop-card__img{aspect-ratio:1/1;background:linear-gradient(135deg,#0d0d0d 0%,#1a1a1a 100%);display:grid;place-items:center;font-family:var(--font-display);font-style:italic;font-weight:900;font-size:3rem;color:var(--c-yellow);}
  .shop-card__body{padding:18px 20px 22px;}
  .shop-card__body h3{font-size:1.05rem;margin-bottom:6px;}
  .shop-card__body p{font-size:.85rem;opacity:.8;margin-bottom:10px;}
  .shop-card__price{display:flex;justify-content:space-between;align-items:center;margin-top:12px;}
  .shop-card__price strong{font-family:var(--font-display);font-style:italic;font-size:1.3rem;color:var(--c-yellow);}
