/* ============================================================================
   MARKETINGJOES · WORKSHOP-FUNNEL-VORLAGE  —  theme.css
   "Editorial Premium" · awwwards-Niveau · marken-neutral · token-basiert
   Seiten: index.html (Opt-in) · upsell.html (VIP) · danke.html (Danke)
   Vanilla CSS, kein Build, mobile-first, prefers-reduced-motion respektiert.

   >>> SO MACHST DU EINEN NEUEN KUNDEN DARAUS <<<
   1) Tausche NUR den :root-SKIN-Block unten (Farben + 2 Font-Familien).
   2) Fülle im HTML die {{TOKENS}} (siehe Kommentare "🔧 HERMES: ...").
   Struktur, Komponenten, Effekte und Responsive bleiben unangetastet.

   STIMMUNGS-WECHSEL (zwei dokumentierte Wege):
   • DEFAULT = "Light Editorial": warmes Off-White als Body, tiefes Anthrazit
     nur als Kontrast-/Hero-Sektion. Edel, hell, premium. (aktiv unten)
   • "Dark Editorial": setze --bg auf --contrast (Anthrazit), --surface auf eine
     etwas hellere Dunkelfläche (#1A1B20), Text auf helle Stufen, und tausche
     in der unteren Zeile `:root { color-scheme: light; }` gegen `dark`.
     Ein fertiger Dark-Block liegt auskommentiert direkt unter dem Light-Skin.
   ============================================================================ */

/* ===========================================================================
   1) SKIN — DIE EINE STELLE ZUM TAUSCHEN  (Farben + Fonts)
   =========================================================================== */
:root {
  color-scheme: light;

  /* ---- Flächen (kühl-hell, Marketingjoes-orientiert) ------------------- */
  --bg:          #F4F5F8;   /* kühles Hell-Grau — ruhiger Haupt-Hintergrund */
  --bg-2:        #EAEDF2;   /* tiefere Tönung — alternierende Sektion */
  --surface:     #FFFFFF;   /* Karten / helle Flächen */
  --surface-2:   #F8F9FB;   /* zarte Karte */
  --contrast:    #1F2A44;   /* MJ-Navy — Kontrast-/dunkle Sektion */
  --contrast-2:  #16202E;   /* tieferes Navy — Verlauf-Partner */

  /* ---- Akzent = MJ-GOLD (Highlights/Marker/Glow) + Navy-CTA ------------ */
  --accent:      #D4AF37;   /* MJ-Gold — Marker, Eyebrows, Glow, kleine Flächen */
  --accent-deep: #A9861A;   /* dunkles Gold — Gold-Text/Links auf hell (lesbar) */
  --accent-tint: #F6ECC9;   /* blasses Gold — weiche Flächen, Hover-Bett */
  --accent-soft: #E8C95C;   /* helles Gold — Glow/Akzent auf dunkel */
  --cta:         #1F2A44;   /* MJ-Navy — Haupt-Buttons (premium, hoher Kontrast) */
  --cta-deep:    #16202E;   /* dunkles Navy — Button-Hover */

  /* ---- Text-Stufen (Navy-Ink) ------------------------------------------ */
  --text:        #16202E;   /* Navy-Ink */
  --text-soft:   #55627A;   /* gedämpft, lesbar */
  --text-faint:  #8A94A8;   /* leise / Captions */
  --on-dark:     #EEF2FA;   /* Text auf Navy-Sektion */
  --on-dark-soft:#9AA6C0;   /* gedämpft auf dunkel */

  /* ---- Linien & Marker ------------------------------------------------- */
  --marker:      rgba(212, 175, 55, 0.42);   /* Gold-Highlighter */
  --line:        rgba(22, 32, 46, 0.10);     /* feine Linie */
  --line-strong: rgba(22, 32, 46, 0.16);
  --line-dark:   rgba(255, 255, 255, 0.12);  /* Linie auf dunkel */

  /* ---- Fonts (Marketingjoes-Pairing) ----------------------------------- */
  --font-head: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* ---- System ---------------------------------------------------------- */
  --radius:    24px;
  --radius-sm: 16px;
  --radius-xs: 11px;
  --maxw: 1180px;
  --shadow-soft: 0 24px 64px rgba(28, 22, 16, 0.10);
  --shadow-card: 0 16px 44px rgba(28, 22, 16, 0.07);
  --shadow-accent: 0 18px 44px rgba(31, 42, 68, 0.30);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---- OPTIONAL: "Dark Editorial"-Skin — auskommentiert, 1:1 Drop-in -------
:root {
  color-scheme: dark;
  --bg: #131419;  --bg-2: #181A21;  --surface: #1C1E26;  --surface-2: #202330;
  --contrast: #0D0E12;  --contrast-2: #181A21;
  --accent: #E8643A; --accent-deep: #F08A5D; --accent-tint: #2A1D17; --accent-soft: #FF9D6E;
  --text: #F1EFEA; --text-soft: #AEB0B8; --text-faint: #7E808A;
  --on-dark: #F4F2ED; --on-dark-soft: #B8B6B0;
  --marker: rgba(212, 175, 55,0.40);
  --line: rgba(255,255,255,0.10); --line-strong: rgba(255,255,255,0.16); --line-dark: rgba(255,255,255,0.12);
}
--------------------------------------------------------------------------- */

/* ===========================================================================
   2) Base
   =========================================================================== */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Subtile Grain/Noise-Textur über allem (awwwards-Tell, performant: 1 SVG, fixed) */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0.035; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
body > * { position: relative; z-index: 2; }

img { max-width: 100%; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--text);
  margin: 0 0 16px;
  letter-spacing: -0.01em;
  font-weight: 500;
}
p { margin: 0 0 16px; }
a { color: var(--accent-deep); }
strong { font-weight: 700; }
::selection { background: var(--accent-tint); color: var(--accent-deep); }

.ic { width: 18px; height: 18px; flex: none; }

/* ===========================================================================
   3) Scroll-Progress-Bar (oben)
   =========================================================================== */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 300;
  background: transparent; pointer-events: none;
}
.scroll-progress > span {
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.6);
  transition: width 0.08s linear;
}

/* ===========================================================================
   4) Layout-Primitives
   =========================================================================== */
.section {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 128px) 24px;
}
.section.tight { padding-top: clamp(40px, 5vw, 64px); }

.eyebrow, .kicker {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--accent-deep);
  font-family: var(--font-body);
  font-weight: 700; font-size: 12.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
  margin: 0 0 18px;
}
.kicker::before { content: ""; width: 24px; height: 2px; background: var(--accent); border-radius: 2px; }
.kicker.center { justify-content: center; }

.section-heading { max-width: 820px; margin-bottom: clamp(38px, 5vw, 60px); }
.section-heading.narrow { max-width: 660px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-sub { color: var(--text-soft); font-size: 18.5px; font-family: var(--font-body); }

h1 { font-size: clamp(32px, 4.4vw, 56px); line-height: 1.06; letter-spacing: -0.02em; margin-bottom: 20px; }
h2 { font-size: clamp(32px, 4.4vw, 52px); line-height: 1.08; margin-bottom: 16px; }
h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.005em; }

/* Gradient-Text (für 1-2 Schlüssel-Headlines) */
.grad-text {
  background: linear-gradient(105deg, var(--accent-deep) 0%, var(--accent) 55%, var(--accent-soft) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* Marker-Highlight (multiline-robust, animiert beim Reveal) */
.marker {
  background: linear-gradient(180deg, transparent 58%, var(--marker) 58%);
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
  padding: 0 2px; border-radius: 2px;
}
.reveal .marker { background: none; }
.reveal.in-view .marker {
  background: linear-gradient(90deg, var(--marker), var(--marker)) no-repeat;
  background-position: 0 88%; background-size: 100% 42%;
  animation: marker-sweep 0.9s var(--ease) 0.3s both;
}
@keyframes marker-sweep { from { background-size: 0 42%; } to { background-size: 100% 42%; } }

/* Panels / Cards */
.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  transition: border-color 0.3s ease, transform 0.4s var(--ease-out), box-shadow 0.35s ease;
}
.panel:hover {
  border-color: rgba(212, 175, 55, 0.42);
  box-shadow: var(--shadow-soft);
  transform: translateY(-5px);
}

/* ===========================================================================
   5) Scroll-Reveal (fade + rise + scale, gestaffelt, direktional)
   =========================================================================== */
.reveal { opacity: 0; transform: translateY(30px) scale(0.985); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); will-change: opacity, transform; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal.from-left  { transform: translateX(-36px); }
.reveal.from-right { transform: translateX(36px); }
.reveal.from-left.in-view, .reveal.from-right.in-view { transform: none; }
.delay-1 { transition-delay: 0.10s; }
.delay-2 { transition-delay: 0.20s; }
.delay-3 { transition-delay: 0.30s; }
.reveal-group > .reveal:nth-child(2) { transition-delay: 0.08s; }
.reveal-group > .reveal:nth-child(3) { transition-delay: 0.16s; }
.reveal-group > .reveal:nth-child(4) { transition-delay: 0.24s; }
.reveal-group > .reveal:nth-child(5) { transition-delay: 0.32s; }
.reveal-group > .reveal:nth-child(6) { transition-delay: 0.40s; }

/* Glow-Deko (parallax/float via JS data-parallax) */
.glow { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; z-index: 0; animation: glow-drift 18s ease-in-out infinite alternate; }
.glow-1 { width: 480px; height: 480px; top: -140px; right: -100px; background: rgba(212, 175, 55, 0.18); }
.glow-2 { width: 400px; height: 400px; bottom: -160px; left: -130px; background: rgba(212, 175, 55, 0.13); animation-delay: 3s; }
.glow-3 { width: 440px; height: 440px; top: 8%; right: -180px; background: rgba(212, 175, 55, 0.11); }
@keyframes glow-drift { from { transform: translate(0,0) scale(1); } to { transform: translate(30px, 26px) scale(1.1); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .reveal.in-view .marker { animation: none; background: linear-gradient(180deg, transparent 58%, var(--marker) 58%); }
  .glow, .badge-float, .marquee-track, .pulse-dot, .aurora, .shine::after { animation: none !important; }
  .scroll-progress { display: none; }
}

/* ===========================================================================
   6) Buttons  (+ Magnetic/Shine-Hover auf Haupt-CTAs)
   =========================================================================== */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 32px; border: 0; border-radius: 999px;
  font-family: var(--font-body); font-weight: 700; font-size: 16px; line-height: 1.1;
  text-decoration: none; cursor: pointer; touch-action: manipulation;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.btn:active { transform: scale(0.985); }
.btn .ic { transition: transform 0.2s ease; }
.btn:hover .ic { transform: translateX(3px); }

.btn-primary {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-deep) 100%);
  color: #fff; box-shadow: var(--shadow-accent);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 22px 54px rgba(31, 42, 68, 0.42); }

/* Shine-Sweep auf Haupt-CTAs (.shine) */
.shine::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-18deg); transition: none;
}
.shine:hover::after { animation: shine-sweep 0.85s var(--ease) forwards; }
@keyframes shine-sweep { from { left: -120%; } to { left: 130%; } }

.btn-ghost { background: transparent; color: var(--accent-deep); border: 1.6px solid var(--accent); }
.btn-ghost:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }

.btn-light { background: var(--surface); color: var(--text); border: 1px solid var(--line); box-shadow: var(--shadow-card); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }

.btn-lg { padding: 20px 42px; font-size: 17px; }
.btn-block { width: 100%; }

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

.cta-note { font-size: 14px; color: var(--text-faint); margin: 14px 0 0; }
.cta-stack { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
.cta-stack.center { align-items: center; text-align: center; }

/* ===========================================================================
   7) Header (sticky, glass)
   =========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 14px clamp(18px, 4vw, 36px);
  background: color-mix(in srgb, var(--bg) 76%, transparent);
  backdrop-filter: saturate(1.3) blur(16px);
  -webkit-backdrop-filter: saturate(1.3) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }

.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-head); font-weight: 500; font-size: 19px; color: var(--text); text-decoration: none; }
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff; font-size: 18px; font-family: var(--font-head);
}
.brand small { display: block; font-family: var(--font-body); font-weight: 600; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint); }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a:not(.nav-cta) { text-decoration: none; font-family: var(--font-body); font-weight: 500; font-size: 15px; color: var(--text-soft); transition: color 0.2s ease; }
.nav a:not(.nav-cta):hover { color: var(--text); }
.nav-cta {
  background: var(--cta); color: #fff !important; font-family: var(--font-body); font-weight: 700; font-size: 15px;
  padding: 11px 22px; border-radius: 999px; text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: var(--shadow-accent); }

/* ===========================================================================
   8) Hero (Opt-in) + Aurora-Hintergrund
   =========================================================================== */
.hero-band { position: relative; isolation: isolate; overflow: hidden; }
.aurora {
  position: absolute; inset: -20% -10% auto -10%; height: 120%; z-index: -1; pointer-events: none;
  filter: blur(72px); opacity: 0.5;
  background:
    radial-gradient(closest-side at 22% 20%, rgba(212,175,55,0.18), transparent 70%),
    radial-gradient(closest-side at 80% 14%, rgba(212,175,55,0.14), transparent 70%),
    radial-gradient(closest-side at 55% 60%, rgba(31,42,68,0.07), transparent 70%);
  background-size: 160% 160%;
  animation: aurora-shift 22s ease-in-out infinite alternate;
}
@keyframes aurora-shift { from { background-position: 0% 0%, 100% 0%, 50% 100%; } to { background-position: 30% 20%, 70% 30%, 40% 70%; } }

.hero {
  display: grid; grid-template-columns: 1fr 0.92fr;
  gap: clamp(38px, 5vw, 76px); align-items: center;
  padding-top: clamp(34px, 4vw, 60px); overflow: visible;
}
.hero-note { font-size: 14px; color: var(--text-soft); margin: 16px 0 0; font-weight: 600; }
.pre-headline {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-size: 14px; font-weight: 700;
  color: var(--accent-deep); background: var(--accent-tint);
  padding: 8px 16px; border-radius: 999px; margin-bottom: 22px;
}
.hero-lead { font-size: 19.5px; line-height: 1.7; color: var(--text-soft); max-width: 54ch; margin-bottom: 18px; font-family: var(--font-body); }
.hero-subheadline { font-size: 17px; line-height: 1.65; color: var(--text); max-width: 58ch; margin: 0 0 28px; font-weight: 500; font-family: var(--font-body); }

.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 16px; font-size: 14px; font-weight: 600; color: var(--text); box-shadow: var(--shadow-card);
}
.chip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.pulse-dot { animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.45; transform: scale(0.7); } }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Hero-Visual mit Glow/Parallax */
.portrait-card { position: relative; margin: 0; z-index: 1; }
.portrait-card img {
  width: 100%; height: auto; border-radius: 26px;
  border: 1px solid var(--line-strong);
  box-shadow: 0 40px 90px rgba(28, 22, 16, 0.22);
}
.img-fallback { display: none; }
.img-missing img { display: none; }
.img-missing .img-fallback {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  aspect-ratio: 4 / 5; border-radius: 26px;
  background:
    radial-gradient(420px 340px at 65% 25%, rgba(212, 175, 55,0.26) 0%, transparent 60%),
    linear-gradient(160deg, var(--bg-2) 0%, var(--accent-tint) 100%);
  border: 1px dashed var(--line-strong); color: var(--text-soft); text-align: center; font-size: 15px; padding: 24px;
}
.img-fallback .ph-icon { font-size: 36px; }
.img-fallback small { color: var(--text-faint); }

.float-badge {
  position: absolute; bottom: 20px; left: -18px;
  display: flex; align-items: center; gap: 12px;
  background: var(--contrast); color: var(--on-dark);
  border: 1px solid rgba(212, 175, 55,0.45); border-radius: 18px;
  padding: 14px 18px; box-shadow: 0 22px 48px rgba(0,0,0,0.3);
  animation: badge-float 5s ease-in-out infinite;
}
.float-badge .bf-icon { font-size: 22px; }
.float-badge strong { display: block; font-family: var(--font-head); color: var(--accent-soft); font-size: 16px; line-height: 1.2; }
.float-badge span { color: var(--on-dark-soft); font-size: 12.5px; }
@keyframes badge-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* Countdown */
.countdown { display: flex; gap: 10px; margin: 4px 0 26px; }
.cd-box {
  min-width: 70px; text-align: center;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-xs); padding: 12px 8px; box-shadow: var(--shadow-card);
}
.cd-box strong { display: block; font-family: var(--font-head); font-size: 30px; line-height: 1; color: var(--accent-deep); font-variant-numeric: tabular-nums; }
.cd-box span { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); font-family: var(--font-body); }

/* Trust-Zeile */
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 26px; justify-content: center; margin-top: 18px; }
.trust-row.left { justify-content: flex-start; }
.trust-item { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--text-soft); font-family: var(--font-body); }
.trust-item .ti { color: var(--accent); }

/* ===========================================================================
   9) Marquee
   =========================================================================== */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface-2); padding: 18px 0; }
.marquee-track { display: flex; align-items: center; gap: 34px; width: max-content; animation: marquee 36s linear infinite; }
.marquee span { font-family: var(--font-head); font-weight: 500; font-size: 19px; color: var(--text-soft); white-space: nowrap; }
.marquee i { color: var(--accent); font-style: normal; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===========================================================================
   10) Sektion-Hintergründe / Bänder
   =========================================================================== */
.band { position: relative; }
.band.warm { background: var(--bg-2); }
.band.surface { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.band.dark {
  position: relative; isolation: isolate; overflow: hidden;
  background:
    radial-gradient(720px 400px at 50% -10%, rgba(212,175,55,0.14) 0%, transparent 60%),
    linear-gradient(165deg, var(--contrast-2) 0%, var(--contrast) 100%);
  color: var(--on-dark);
}
.band.dark h1, .band.dark h2, .band.dark h3, .band.dark h4 { color: var(--on-dark); }
.band.dark .section-sub, .band.dark p { color: var(--on-dark-soft); }
.band.dark .kicker { color: var(--accent-soft); }
.band.dark .kicker::before { background: var(--accent-soft); }
.band.dark .trust-item { color: var(--on-dark-soft); }
.band.dark .trust-item .ti { color: var(--accent-soft); }

/* ===========================================================================
   11) VALUEPROP-BENTO (Kurz-Headline + FAB-Karten, Bento-Grid)
   =========================================================================== */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bento .fab { padding: 34px 30px; display: flex; flex-direction: column; gap: 14px; }
.bento .fab.span-2 { grid-column: span 2; }
.fab-icon {
  width: 54px; height: 54px; border-radius: 16px;
  display: inline-flex; align-items: center; justify-content: center; font-size: 26px;
  background: var(--accent-tint); color: var(--accent-deep);
}
.fab h3 { margin: 0; font-size: 21px; }
.fab p { margin: 0; color: var(--text-soft); font-size: 15.5px; }

/* ===========================================================================
   12) HILFT-DIR (was es ist / bringt / wie) + vermeidet/stattdessen
   =========================================================================== */
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature-card { padding: 32px 30px; }
.feature-card .fc-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.feature-card .check {
  flex: none; width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center; border-radius: 10px;
  background: var(--accent-tint); color: var(--accent-deep); font-weight: 800;
}
.feature-card h3 { margin: 0; font-size: 20px; }
.feature-card p { margin: 0; color: var(--text-soft); font-size: 15.5px; }

/* vermeidet (✗) / stattdessen (✓) Split */
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.split-card { border-radius: var(--radius); padding: 34px 32px; }
.split-card.good {
  background: radial-gradient(440px 280px at 80% 0%, var(--accent-tint) 0%, transparent 62%), var(--surface);
  border: 2px solid rgba(212, 175, 55,0.5); box-shadow: var(--shadow-soft);
}
.split-card.bad { background: var(--surface); border: 1px solid var(--line); opacity: 0.97; }
.split-label { font-family: var(--font-head); font-weight: 500; font-size: 21px; margin-bottom: 18px; }
.split-card.good .split-label { color: var(--accent-deep); }
.split-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.split-list li { position: relative; padding-left: 32px; color: var(--text-soft); font-size: 15.5px; line-height: 1.6; }
.split-list li::before { position: absolute; left: 0; top: 0; font-weight: 800; }
.split-card.good li { color: var(--text); }
.split-card.good li::before { content: "✓"; color: var(--accent); }
.split-card.bad li::before { content: "✕"; color: #B0654E; }

/* ===========================================================================
   13) EVENT-DETAILS (Chips)
   =========================================================================== */
.detail-chips { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.detail-chip {
  display: flex; align-items: center; gap: 14px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 18px 24px; box-shadow: var(--shadow-card); min-width: 220px;
}
.detail-chip .dc-icon {
  width: 44px; height: 44px; border-radius: 12px; flex: none;
  display: inline-flex; align-items: center; justify-content: center; font-size: 22px;
  background: var(--accent-tint); color: var(--accent-deep);
}
.detail-chip .dc-label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); font-weight: 700; font-family: var(--font-body); }
.detail-chip .dc-val { font-family: var(--font-head); font-size: 19px; color: var(--text); }

/* ===========================================================================
   14) RESULTAT-PREVIEW (Benefit-Blöcke mit Bild-Slot)
   =========================================================================== */
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.result-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.result-card .rc-media {
  aspect-ratio: 3/2; position: relative;
  background:
    radial-gradient(360px 220px at 60% 20%, rgba(212, 175, 55,0.22), transparent 60%),
    linear-gradient(160deg, var(--bg-2), var(--accent-tint));
  display: flex; align-items: center; justify-content: center;
}
.result-card .rc-media img { width: 100%; height: 100%; object-fit: cover; }
.result-card .rc-media .ph { color: var(--text-faint); font-size: 30px; }
.result-card .rc-body { padding: 26px 28px; }
.result-card h3 { margin: 0 0 8px; font-size: 20px; }
.result-card p { margin: 0; color: var(--text-soft); font-size: 15.5px; }

/* ===========================================================================
   15) TESTIMONIAL-WALL (Karten, Masonry-artig)
   =========================================================================== */
.tw { columns: 3; column-gap: 22px; }
.tw .tcard { break-inside: avoid; margin: 0 0 22px; padding: 28px 28px; }
.tcard .t-stars { color: var(--accent); letter-spacing: 2px; margin-bottom: 12px; font-size: 15px; }
.tcard .t-short { font-family: var(--font-head); font-size: 20px; line-height: 1.3; color: var(--text); margin: 0 0 12px; }
.tcard .t-long { color: var(--text-soft); font-size: 15px; line-height: 1.65; margin: 0 0 18px; }
.tcard .t-person { display: flex; align-items: center; gap: 12px; }
.tcard .t-avatar {
  width: 46px; height: 46px; border-radius: 50%; flex: none; object-fit: cover;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  display: inline-flex; align-items: center; justify-content: center; color: #fff; font-family: var(--font-head); font-size: 18px;
}
.tcard .t-name { font-weight: 700; color: var(--text); font-size: 15px; font-family: var(--font-body); }
.tcard .t-role { color: var(--text-faint); font-size: 13px; font-family: var(--font-body); }

/* ===========================================================================
   16) AGENDA-TIMELINE (vertikal, nummeriert)
   =========================================================================== */
.tl { position: relative; max-width: 760px; margin: 0 auto; }
.tl::before {
  content: ""; position: absolute; left: 27px; top: 12px; bottom: 12px; width: 2px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--line-strong) 100%);
}
.tl-day { display: flex; align-items: center; gap: 14px; padding-left: 76px; margin: 38px 0 18px; position: relative; }
.tl-day:first-child { margin-top: 0; }
.tl-day .tl-icon { font-size: 26px; }
.tl-day .tl-day-title { font-family: var(--font-head); font-weight: 500; font-size: clamp(22px, 2.6vw, 28px); line-height: 1.15; color: var(--text); }
.tl-day .tl-day-title small { display: block; font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: 4px; }
.tl-step { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding-bottom: 26px; }
.tl-step:last-child { padding-bottom: 0; }
.tl-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-soft), var(--accent)); color: var(--text);
  font-family: var(--font-head); font-weight: 500; font-size: 22px;
  display: flex; align-items: center; justify-content: center; z-index: 1; box-shadow: var(--shadow-card);
}
.tl-body { padding-top: 6px; }
.tl-body h4 { font-family: var(--font-head); font-weight: 500; font-size: 20px; margin: 0 0 8px; }
.tl-body ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.tl-body li { position: relative; padding-left: 22px; color: var(--text-soft); font-size: 15px; line-height: 1.55; }
.tl-body li::before { content: "→"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

/* ===========================================================================
   17) BIO-CREDIBILITY (Foto + Text + Skill-Pills)
   =========================================================================== */
.bio { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(38px, 6vw, 76px); align-items: center; }
.bio-photo { margin: 0; }
.bio-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 26px; border: 1px solid var(--line-strong); box-shadow: var(--shadow-soft); }
.bio-photo.img-missing .img-fallback { aspect-ratio: 4/5; }
.bio-oneliner { font-family: var(--font-head); font-size: clamp(22px, 2.6vw, 28px); color: var(--text); font-style: italic; margin-bottom: 18px; }
.bio p { color: var(--text-soft); font-size: 16.5px; }
.bio .signature { font-family: var(--font-head); font-size: 26px; color: var(--accent-deep); margin-top: 8px; }
.skill-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; }
.skill-pills .pill {
  font-family: var(--font-body); font-size: 13.5px; font-weight: 600; color: var(--text);
  background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px;
}

/* ===========================================================================
   18) DIFFERENZIERUNG (Andere vs Wir)
   =========================================================================== */
.diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.diff-card { border-radius: var(--radius); padding: 34px 32px; }
.diff-card.them { background: var(--surface); border: 1px solid var(--line); }
.diff-card.us {
  background: radial-gradient(440px 300px at 70% 0%, rgba(212, 175, 55,0.18) 0%, transparent 60%),
    linear-gradient(165deg, var(--contrast-2) 0%, var(--contrast) 100%);
  border: 1px solid rgba(212, 175, 55,0.42); color: var(--on-dark);
}
.diff-card h3 { font-size: 23px; margin-bottom: 20px; }
.diff-card.us h3 { color: var(--accent-soft); }
.diff-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.diff-list li { position: relative; padding-left: 32px; font-size: 15.5px; line-height: 1.55; }
.diff-list li .di-why { display: block; font-size: 13.5px; color: var(--text-faint); margin-top: 3px; }
.diff-card.them li { color: var(--text-soft); }
.diff-card.them li::before { content: "✕"; position: absolute; left: 0; top: 0; color: #B0654E; font-weight: 800; }
.diff-card.us li { color: var(--on-dark); }
.diff-card.us li .di-why { color: var(--on-dark-soft); }
.diff-card.us li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent-soft); font-weight: 800; }

/* ===========================================================================
   19) PRAXIS-REASSURANCE (Recall: Problem links + Stopp rechts)
   =========================================================================== */
.recall { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.recall-pain { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: var(--radius); box-shadow: var(--shadow-card); padding: clamp(28px, 3vw, 40px); }
.recall-doubt { border-radius: var(--radius); padding: clamp(28px, 3vw, 40px); background: linear-gradient(165deg, var(--accent-tint) 0%, rgba(246, 236, 201,0.3) 100%); border: 1px solid rgba(212, 175, 55,0.4); }
.pain-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.pain-list li { position: relative; padding-left: 34px; color: var(--text); font-size: 16px; line-height: 1.6; }
.pain-list li::before {
  content: "✕"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent-tint); color: var(--accent-deep); border-radius: 50%; font-size: 12px; font-weight: 800;
}
.doubt-intro { color: var(--text-soft); font-weight: 600; margin-bottom: 12px; }
.doubt-list { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 10px; }
.doubt-list li { font-family: var(--font-head); font-style: italic; color: var(--text); font-size: 18px; padding-left: 20px; position: relative; }
.doubt-list li::before { content: "„"; position: absolute; left: 0; color: var(--accent-deep); font-weight: 700; }
.recall-doubt .stopp { font-family: var(--font-head); font-weight: 500; font-size: clamp(28px, 3.4vw, 40px); color: var(--accent-deep); margin: 0 0 8px; }
.recall-doubt .stopp-lead { color: var(--text); font-size: 16.5px; margin-bottom: 12px; }
.recall-doubt .stopp-strong { color: var(--text); font-size: 17px; font-weight: 700; margin: 0; }

/* ===========================================================================
   20) FAQ (native details Akkordeon)
   =========================================================================== */
.faq { max-width: 800px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 24px; transition: box-shadow 0.25s ease, border-color 0.25s ease; }
.faq details[open] { box-shadow: var(--shadow-card); border-color: rgba(212, 175, 55,0.35); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; list-style: none; cursor: pointer; padding: 20px 0; font-family: var(--font-head); font-weight: 500; font-size: 19px; color: var(--text); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { flex: none; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--accent-tint); color: var(--accent-deep); font-size: 24px; line-height: 1; transition: transform 0.3s var(--ease); }
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq .answer { padding: 0 0 22px; color: var(--text-soft); font-size: 15.5px; line-height: 1.7; }

/* ===========================================================================
   21) FINAL-CTA (Dot-Pattern + Glow)
   =========================================================================== */
.final-cta {
  position: relative; isolation: isolate; overflow: hidden; text-align: center;
  padding: clamp(92px, 12vw, 152px) 24px;
  background: radial-gradient(760px 420px at 50% 0%, rgba(212,175,55,0.16) 0%, transparent 62%),
    linear-gradient(165deg, var(--contrast-2) 0%, var(--contrast) 100%);
  color: var(--on-dark);
}
.final-cta .dots { position: absolute; inset: 0; opacity: 0.1; pointer-events: none; z-index: -1; background-image: radial-gradient(var(--accent-soft) 1px, transparent 1px); background-size: 28px 28px; }
.final-inner { position: relative; max-width: 760px; margin: 0 auto; z-index: 1; }
.final-cta h2 { color: var(--on-dark); font-size: clamp(40px, 6.4vw, 70px); line-height: 1.04; }
.final-cta .kicker { color: var(--accent-soft); justify-content: center; }
.final-cta p { color: var(--on-dark-soft); font-size: 18.5px; max-width: 56ch; margin: 0 auto 30px; }
.final-cta .cta-note { color: rgba(255,255,255,0.5); }
.final-cta .trust-item { color: var(--on-dark-soft); }
.final-cta .trust-item .ti { color: var(--accent-soft); }

/* ===========================================================================
   22) Opt-in-Form (Modal & Inline)
   =========================================================================== */
.form-card { max-width: 520px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line); border-top: 6px solid var(--accent); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: clamp(28px, 4vw, 40px); }
.form-card h2 { font-size: clamp(26px, 3vw, 34px); margin-bottom: 8px; }
.form-card .form-sub { color: var(--text-soft); margin-bottom: 24px; font-family: var(--font-body); }
.field { display: block; margin-bottom: 16px; text-align: left; }
.field span { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; color: var(--text); font-family: var(--font-body); }
.field input {
  width: 100%; font-family: var(--font-body); font-size: 16px; color: var(--text);
  padding: 15px 16px; background: var(--bg); border: 1px solid var(--line-strong); border-radius: var(--radius-xs);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(212, 175, 55,0.16); }
.hp-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; height: 0; overflow: hidden; }
.form-consent { font-size: 12.5px; color: var(--text-faint); margin: 12px 0 0; font-family: var(--font-body); }
.form-consent a { color: var(--accent-deep); }
.form-error { display: none; color: var(--accent-deep); font-size: 14px; margin-top: 12px; font-family: var(--font-body); }
.form-error.show { display: block; }
.btn[aria-busy="true"] { opacity: 0.7; pointer-events: none; }

/* ===========================================================================
   23) UPSELL-spezifisch
   =========================================================================== */
.once-banner { text-align: center; background: var(--accent-tint); border-bottom: 1px solid rgba(212, 175, 55,0.25); color: var(--accent-deep); font-weight: 700; font-size: 14px; letter-spacing: 0.04em; padding: 12px 18px; font-family: var(--font-body); }

.upsell-hero { grid-template-columns: 0.92fr 1.08fr; grid-template-areas: "head media" "rest media"; align-items: center; row-gap: 0; }
.upsell-hero .uh-head { grid-area: head; }
.upsell-hero .uh-media { grid-area: media; }
.upsell-hero .uh-rest { grid-area: rest; margin-top: 22px; }
.upsell-hero .uh-head h1 { margin-bottom: 0; font-size: clamp(30px, 3.2vw, 48px); line-height: 1.1; }

.video-slot {
  width: 100%; aspect-ratio: 16/9; border-radius: var(--radius); border: 1px solid rgba(212, 175, 55,0.35);
  background: radial-gradient(520px 320px at 50% 0%, rgba(212, 175, 55,0.18) 0%, transparent 60%), linear-gradient(165deg, var(--bg-2) 0%, var(--accent-tint) 100%);
  overflow: hidden; position: relative; box-shadow: var(--shadow-soft);
}
.video-slot iframe, .video-slot video { width: 100%; height: 100%; border: 0; display: block; object-fit: cover; }
.video-ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: var(--text-soft); text-align: center; }
.video-ph .play { width: 68px; height: 68px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--accent); color: #fff; font-size: 24px; box-shadow: var(--shadow-accent); }
.video-ph small { color: var(--text-faint); }

.price-cta-block { max-width: 640px; margin: 0 auto; text-align: center; background: var(--surface); border: 1px solid var(--line); border-top: 6px solid var(--accent); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: clamp(32px, 4vw, 48px); }
.price-amount { font-family: var(--font-head); font-size: clamp(38px, 6vw, 54px); line-height: 1.02; margin: 8px 0 6px; color: var(--accent-deep); }
.price-amount small { font-size: 18px; color: var(--text-faint); font-family: var(--font-body); }
.price-was { color: var(--text-faint); text-decoration: line-through; font-size: 18px; margin-bottom: 18px; font-family: var(--font-body); }

.vip-stack { max-width: 720px; margin: 0 auto; display: grid; gap: 14px; }
.vip-item { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px 24px; box-shadow: var(--shadow-card); }
.vip-item .vi-main { display: flex; align-items: flex-start; gap: 14px; }
.vip-item .vi-check { flex: none; width: 30px; height: 30px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; background: var(--accent-tint); color: var(--accent-deep); font-weight: 800; }
.vip-item h4 { margin: 0 0 4px; font-family: var(--font-head); font-weight: 500; font-size: 18px; }
.vip-item p { margin: 0; color: var(--text-soft); font-size: 14.5px; }
.vip-item .vi-value { font-family: var(--font-head); font-size: 17px; color: var(--accent-deep); white-space: nowrap; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-grid .g-cell { aspect-ratio: 1/1; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); background: linear-gradient(160deg, var(--bg-2), var(--accent-tint)); display: flex; align-items: center; justify-content: center; color: var(--text-faint); font-size: 24px; }
.gallery-grid .g-cell img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid .g-cell.wide { grid-column: span 2; aspect-ratio: 2/1; }

.rating-row { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.rating-row .stars { color: var(--accent); font-size: 26px; letter-spacing: 3px; }
.rating-row .rating-num { font-family: var(--font-head); font-size: 24px; color: var(--text); }
.rating-row .rating-meta { color: var(--text-soft); font-size: 15px; font-family: var(--font-body); }

.summary-vip { max-width: 640px; margin: 0 auto; background: linear-gradient(165deg, var(--contrast-2) 0%, var(--contrast) 100%); border: 1px solid rgba(212, 175, 55,0.4); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: clamp(30px,4vw,44px); color: var(--on-dark); text-align: center; }
.summary-vip h3 { color: var(--accent-soft); }
.summary-vip .sv-list { list-style: none; margin: 18px 0 24px; padding: 0; display: grid; gap: 10px; text-align: left; }
.summary-vip .sv-list li { position: relative; padding-left: 28px; color: var(--on-dark); font-size: 15.5px; }
.summary-vip .sv-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-soft); font-weight: 800; }

.decline-link { display: inline-block; margin-top: 16px; color: var(--text-faint); font-size: 14px; text-decoration: underline; text-underline-offset: 3px; font-family: var(--font-body); }
.decline-link:hover { color: var(--text-soft); }
.summary-vip .decline-link { color: var(--on-dark-soft); }

/* ===========================================================================
   24) DANKE-spezifisch
   =========================================================================== */
.danke-hero { text-align: center; max-width: 760px; margin: 0 auto; }
.danke-check { width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; font-size: 40px; color: #fff; background: linear-gradient(135deg, var(--accent), var(--accent-deep)); box-shadow: var(--shadow-accent); }
.email-hint { max-width: 620px; margin: 0 auto; display: flex; align-items: center; gap: 16px; background: var(--accent-tint); border: 1px solid rgba(212, 175, 55,0.3); border-radius: var(--radius-sm); padding: 20px 24px; }
.email-hint .eh-icon { font-size: 28px; flex: none; }
.email-hint p { margin: 0; color: var(--text); font-size: 15.5px; }

.steps { display: grid; gap: 18px; max-width: 720px; margin: 0 auto; }
.step-card { display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-card); padding: 26px 28px; }
.step-card .s-num { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--accent-soft), var(--accent)); color: #fff; font-family: var(--font-head); font-size: 22px; display: flex; align-items: center; justify-content: center; }
.step-card h3 { margin: 4px 0 6px; }
.step-card p { margin: 0; color: var(--text-soft); font-size: 15.5px; }
.step-card .btn { margin-top: 14px; }

.event-overview { max-width: 720px; margin: 0 auto; }
.tg-card { max-width: 560px; margin: 0 auto; text-align: center; background: linear-gradient(165deg, var(--contrast-2) 0%, var(--contrast) 100%); color: var(--on-dark); border: 1px solid rgba(212, 175, 55,0.35); border-radius: var(--radius); padding: clamp(28px,4vw,40px); box-shadow: var(--shadow-soft); }
.tg-card h3 { color: var(--accent-soft); }
.tg-card p { color: var(--on-dark-soft); }

/* ===========================================================================
   25) Footer
   =========================================================================== */
.site-footer { background: var(--contrast); color: var(--on-dark-soft); }
.footer-inner { max-width: var(--maxw); margin: 0 auto; padding: 44px 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.site-footer .brand { color: var(--on-dark); }
.site-footer p { margin: 0; font-size: 14px; }
.site-footer nav { display: flex; gap: 24px; }
.site-footer nav a { color: var(--on-dark-soft); font-size: 14px; text-decoration: none; }
.site-footer nav a:hover { color: var(--accent-soft); }
.footer-disclaimer { text-align: center; font-size: 12px; color: rgba(255,255,255,0.35); padding: 0 24px 30px; max-width: 840px; margin: 0 auto; }

/* ===========================================================================
   26) Sticky CTA-Bar
   =========================================================================== */
.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: var(--contrast); border-top: 2px solid var(--accent); box-shadow: 0 -10px 40px rgba(0,0,0,0.25); transform: translateY(110%); transition: transform 0.4s var(--ease); }
.sticky-cta.show { transform: translateY(0); }
.sticky-inner { max-width: var(--maxw); margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sticky-inner .s-text strong { color: var(--on-dark); font-family: var(--font-head); font-weight: 500; font-size: 17px; }
.sticky-inner .s-text span { color: var(--on-dark-soft); font-size: 13.5px; font-family: var(--font-body); }

/* ===========================================================================
   27) Modal (Opt-in Popup)
   =========================================================================== */
.modal { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 20px; overflow-y: auto; background: rgba(22,23,28,0.6); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.modal.open { display: flex; }
.modal-card { position: relative; width: 100%; max-width: 460px; margin: auto; background: var(--surface); border-radius: var(--radius); border-top: 6px solid var(--accent); box-shadow: 0 36px 90px rgba(0,0,0,0.34); padding: clamp(26px, 4vw, 38px); animation: modal-in 0.35s var(--ease-out); }
@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(0.98); } to { opacity: 1; transform: none; } }
.modal-close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--bg-2); color: var(--text); font-size: 22px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s ease; }
.modal-close:hover { background: var(--accent-tint); }
.modal-card h2 { font-size: clamp(23px, 3vw, 30px); margin-bottom: 6px; }
.modal-sub { color: var(--text-soft); margin-bottom: 22px; font-size: 15px; font-family: var(--font-body); }

/* ===========================================================================
   28) Legal Pages
   =========================================================================== */
.legal-wrap { max-width: 760px; margin: 0 auto; padding: clamp(48px, 7vw, 88px) 24px; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 26px; color: var(--accent-deep); text-decoration: none; font-weight: 600; font-size: 15px; font-family: var(--font-body); }
.legal-back:hover { text-decoration: underline; }
.legal-wrap h1 { font-size: clamp(30px, 4.4vw, 44px); margin-bottom: 10px; }
.legal-lead { color: var(--text-soft); font-size: 17px; margin-bottom: 34px; font-family: var(--font-body); }
.legal-wrap h2 { font-size: 21px; margin: 36px 0 10px; }
.legal-wrap p { color: var(--text-soft); font-size: 15.5px; line-height: 1.75; font-family: var(--font-body); }
.legal-wrap a { color: var(--accent-deep); }
.legal-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px 24px; margin: 16px 0 8px; }
.legal-card p { margin: 0; color: var(--text); line-height: 1.85; }

/* ===========================================================================
   29) Responsive
   =========================================================================== */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .portrait-card { max-width: 460px; }
  .bio { grid-template-columns: 1fr; }
  .bio-photo { max-width: 460px; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento .fab.span-2 { grid-column: span 2; }
  .result-grid { grid-template-columns: 1fr 1fr; }
  .tw { columns: 2; }
}
@media (max-width: 768px) {
  .nav a:not(.nav-cta) { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .split-grid { grid-template-columns: 1fr; }
  .diff-grid { grid-template-columns: 1fr; }
  .recall { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; }
  .bento .fab.span-2 { grid-column: auto; }
  .result-grid { grid-template-columns: 1fr; }
  .tw { columns: 1; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .vip-item { grid-template-columns: 1fr; }
  .vip-item .vi-value { justify-self: start; }
  .tl-day { padding-left: 0; }
  .footer-inner { flex-direction: column; text-align: center; }
  .sticky-inner .s-text span { display: none; }
  .step-card { grid-template-columns: 1fr; }
  .step-card .s-num { margin-bottom: -6px; }
  .upsell-hero { grid-template-columns: 1fr; grid-template-areas: "head" "media" "rest"; }
  .upsell-hero .uh-media { margin: 20px 0; }
  .upsell-hero .uh-rest { margin-top: 4px; }
  .detail-chip { min-width: 0; width: 100%; }
}
@media (max-width: 480px) {
  .section { padding-left: 18px; padding-right: 18px; }
  .hero-actions .btn, .cta-stack.center .btn { width: 100%; white-space: nowrap; }
  .hero-actions .btn-lg, .cta-stack.center .btn-lg { font-size: clamp(14px, 3.75vw, 15px); padding: 17px 18px; gap: 7px; }
  .sticky-inner { padding: 12px 18px; gap: 12px; }
  .sticky-inner .btn { font-size: clamp(14px, 4vw, 15px); padding: 16px 20px; gap: 7px; white-space: nowrap; }
  .hero-actions .btn .ic, .cta-stack.center .btn .ic, .sticky-inner .btn .ic { width: 17px; height: 17px; }
  .countdown { justify-content: space-between; }
  .cd-box { min-width: 0; flex: 1; }
  .float-badge { left: 8px; }
  .glow { filter: blur(72px); }
  .gallery-grid { grid-template-columns: 1fr; }
  .rating-row { gap: 10px; }
}

/* ===========================================================================
   MJ-REFINEMENT — neue/ergänzte Komponenten
   =========================================================================== */

/* Hero-Bullets (kompakt, damit der Button oben bleibt) */
.hero-bullets { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 9px; }
.hero-bullets li { position: relative; padding-left: 28px; color: var(--text-soft); font-size: 15.5px; line-height: 1.5; }
.hero-bullets li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent-deep); font-weight: 800; }

/* Hero-Streifen unter dem Hero (Countdown + Chips wandern hierher) */
.hero-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface-2); }
.hero-strip .section { padding-top: 20px; padding-bottom: 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 26px; }
.hero-strip .countdown { margin: 0; }

/* Standard-vs-VIP-Vergleichstabelle */
.compare { max-width: 780px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-card); overflow: hidden; }
.compare-row { display: grid; grid-template-columns: 1.5fr 1fr 1fr; align-items: center; padding: 15px 24px; border-bottom: 1px solid var(--line); }
.compare-row:last-child { border-bottom: 0; }
.compare-row.head { background: var(--contrast); }
.compare-row.head .feat, .compare-row.head .col { color: var(--on-dark); font-family: var(--font-head); font-weight: 700; font-size: 15px; }
.compare-row.head .col.vip { color: var(--accent-soft); }
.compare-row .feat { font-size: 15px; color: var(--text); font-weight: 600; }
.compare-row .col { text-align: center; font-weight: 700; }
.compare .yes { color: var(--accent-deep); }
.compare .no { color: var(--text-faint); }
.compare-row.price .col { font-family: var(--font-head); font-size: 18px; color: var(--cta); }

/* Timeline-Modul mit optionalem Bild-Slot */
.tl-media { margin-top: 12px; max-width: 440px; aspect-ratio: 16/9; border-radius: var(--radius-sm); border: 1px dashed var(--line-strong); background: radial-gradient(240px 150px at 60% 20%, var(--accent-tint) 0%, transparent 60%), var(--surface-2); display: flex; align-items: center; justify-content: center; color: var(--text-faint); font-size: 13px; text-align: center; overflow: hidden; }
.tl-media img { width: 100%; height: 100%; object-fit: cover; }

/* Upsell-Hero: Headline zentriert oben, großes Video darunter */
.upsell-hero-centered { display: block; text-align: center; }
.upsell-hero-centered .uh-head { max-width: 760px; margin: 0 auto 20px; }
.upsell-hero-centered .uh-head h1 { font-size: clamp(22px, 2.6vw, 34px); line-height: 1.14; }
.upsell-hero-centered .uh-video { max-width: 860px; margin: 0 auto; }
.upsell-hero-centered .uh-cta { max-width: 560px; margin: 24px auto 0; text-align: center; }
.upsell-hero-centered .uh-scarcity { margin: 12px 0 6px; font-weight: 700; color: var(--text); font-size: 15px; }
.upsell-hero-centered .uh-scarcity strong { color: var(--accent-deep); }

/* Danke-Hero 2-spaltig (Text + Video/Foto) */
.hero.hero-danke { align-items: center; }
.hero.hero-danke .hero-copy { text-align: left; }

/* VIP-Zweite-Chance (Danke) */
.vip-again { max-width: 780px; margin: 0 auto; }
.vip-again .va-hint { text-align: center; margin-bottom: 22px; }

@media (max-width: 640px) {
  /* Standard/VIP-Spalten fest & schmal (halten nur ✓/✕ bzw. Preis), Leistungs-Spalte flext.
     Verhindert, dass proportionale fr-Spalten die Tabelle über den Viewport schieben. */
  .compare-row { grid-template-columns: 1fr 88px 88px; padding: 13px 14px; }
  .compare-row .feat { overflow-wrap: anywhere; }
}
@media (max-width: 420px) {
  .compare-row { grid-template-columns: 1fr 66px 66px; padding: 11px 12px; }
  .compare-row .feat, .compare-row .col { font-size: 13.5px; }
  .compare-row.head .feat, .compare-row.head .col { font-size: 12.5px; }
  .compare-row.price .col { font-size: 15px; }
}

/* ===========================================================================
   FEEDBACK-RUNDE 2 (Index): Farb-Varianz, Timeline-Sichtbarkeit, Badges, Hero-Timer
   =========================================================================== */

/* Timeline-Sektion in sanftem Gold (statt dunkel) */
.band.gold { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(180deg, var(--accent-tint) 0%, var(--surface-2) 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band.gold .tl-num { background: linear-gradient(135deg, var(--cta), var(--cta-deep)); color: #fff; }
.band.gold .tl::before { background: linear-gradient(180deg, var(--cta) 0%, var(--line-strong) 100%); }

/* Timeline-Sichtbarkeit auf dunklen Bändern fixen (z.B. Danke) */
.band.dark .tl-day-title { color: var(--on-dark); }
.band.dark .tl-day-title small { color: var(--accent-soft); }
.band.dark .tl-body li { color: var(--on-dark-soft); }

/* Buttons auf dunklen Flaechen (Agenda-Band, Final-CTA, dunkle Livestream-Card) in GOLD statt Navy */
.band.dark .btn-primary, .final-cta .btn-primary, .tg-card .btn-primary { background: linear-gradient(135deg, var(--accent-soft) 0%, var(--accent) 100%); color: var(--cta); box-shadow: 0 16px 40px rgba(212,175,55,0.34); }
.band.dark .btn-primary:hover, .final-cta .btn-primary:hover, .tg-card .btn-primary:hover { box-shadow: 0 20px 50px rgba(212,175,55,0.50); }
.band.dark .shine::after, .final-cta .shine::after, .tg-card .shine::after { background: linear-gradient(100deg, transparent, rgba(255,255,255,0.5), transparent); }

/* Kompakter Countdown direkt unter dem Hero-Button */
.hero-timer { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; margin-top: 12px; }
.hero-timer .countdown { margin: 0; gap: 6px; }
.hero-timer .cd-box { padding: 6px 9px; min-width: 0; }
.hero-timer .cd-box strong { font-size: 18px; color: var(--accent-deep); }
.hero-timer .cd-box span { font-size: 9px; }
.hero-timer .ht-meta { font-size: 13.5px; color: var(--text-soft); font-weight: 600; }

/* 3 Trust-Badges am Hero-Bild (Auflistung, die im Bild hängt) */
.badge-stack { position: absolute; left: -18px; bottom: 18px; display: flex; flex-direction: column; gap: 10px; z-index: 2; }
.badge-stack .float-badge { position: static; left: auto; right: auto; bottom: auto; top: auto; animation: none; }
@media (max-width: 900px) { .badge-stack { left: 8px; bottom: 10px; } }

/* Opt-in-Hero:
   Desktop = EINE Textspalte (Intro, Bullets, Button, Trust, Countdown) + Bild rechts, EIN Button.
   Mobile  = Intro, Button, Trust, Countdown, Bild, Bullets, 2. Button. */
.hero.hero-optin {
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-areas:
    "intro   media"
    "bullets media"
    "cta     media"
    "trust   media"
    "timer   media";
  align-items: start; row-gap: 14px;
}
.hero-optin > .hero-intro   { grid-area: intro; }
.hero-optin > .hero-bullets { grid-area: bullets; margin: 0; }
.hero-optin > .hero-actions { grid-area: cta; margin-top: 6px; }
.hero-optin > .trust-row    { grid-area: trust; }
.hero-optin > .hero-timer   { grid-area: timer; margin: 0; }
.hero-optin > .hero-media   { grid-area: media; align-self: center; }
.hero-optin > .hero-extra   { grid-area: extra; display: none; }
@media (max-width: 900px) {
  .hero.hero-optin {
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "cta" "trust" "timer" "media" "bullets" "extra";
    row-gap: 16px;
  }
  .hero-optin > .hero-actions { margin-top: 0; }
  .hero-optin > .hero-extra { display: block; margin-top: 2px; }
  .hero-optin > .hero-media { max-width: 440px; margin: 0 auto; width: 100%; }
  /* Danke-Hero: Video/Foto auf Mobile gerahmt zentrieren (analog hero-optin) */
  .hero-danke .video-slot { max-width: 460px; margin: 0 auto; width: 100%; }
  /* Badges auf Mobile deutlich kleiner */
  .badge-stack { gap: 6px; left: 6px; bottom: 8px; }
  .badge-stack .float-badge { padding: 7px 11px; gap: 8px; }
  .badge-stack .float-badge .bf-icon { font-size: 15px; }
  .badge-stack .float-badge strong { font-size: 12.5px; }
  .badge-stack .float-badge span { font-size: 10px; }
}

/* VIP-Inhalte als abwechselnde Bild/Text-Reihen (Mockup + Wert), wie Konkurrenz */
.vip-features { display: grid; gap: clamp(30px, 4.5vw, 60px); max-width: 1000px; margin: 0 auto; }
.vip-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: center; }
.vip-feature .vf-media { order: 0; aspect-ratio: 4/3; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-card); overflow: hidden; display: flex; align-items: center; justify-content: center; color: var(--text-faint); font-size: 13px; text-align: center; background: radial-gradient(300px 200px at 60% 25%, var(--accent-tint) 0%, transparent 60%), var(--surface-2); }
.vip-feature .vf-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vip-feature .vf-body { order: 1; }
.vip-feature:nth-child(even) .vf-media { order: 1; }
.vip-feature:nth-child(even) .vf-body { order: 0; }
.vf-value { display: inline-block; background: var(--cta); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 12.5px; letter-spacing: 0.02em; padding: 5px 13px; border-radius: 999px; margin-bottom: 12px; }
.vf-body h3 { font-family: var(--font-head); font-size: clamp(20px, 2.4vw, 27px); margin: 0 0 10px; }
.vf-body p { color: var(--text-soft); font-size: 16px; margin: 0; }
@media (max-width: 760px) {
  .vip-feature { grid-template-columns: 1fr; gap: 16px; }
  .vip-feature .vf-media, .vip-feature:nth-child(even) .vf-media { order: 0; }
  .vip-feature .vf-body, .vip-feature:nth-child(even) .vf-body { order: 1; }
}

/* "Warum VIP" mit 4 Karten (2x2) */
.bento.bento-4 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 640px) { .bento.bento-4 { grid-template-columns: 1fr; } }

/* Finaler Upsell-Block: links Zusammenfassung ("das bekommst du alles"), rechts Kauf-Karte */
.vip-final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; max-width: 1000px; margin: 0 auto; }
.vip-final-recap .recap-list { list-style: none; margin: 18px 0 16px; padding: 0; display: grid; gap: 10px; }
.vip-final-recap .recap-list li { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 12px; padding: 0 0 10px 26px; border-bottom: 1px solid var(--line); position: relative; }
.vip-final-recap .recap-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent-deep); font-weight: 800; }
.vip-final-recap .recap-list .rl-name { color: var(--text); font-weight: 600; }
.vip-final-recap .recap-list .rl-val { color: var(--accent-deep); font-family: var(--font-head); font-weight: 700; white-space: nowrap; }
.vip-final-recap .recap-total { font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--cta); margin: 0; }
.vip-final-recap h2 { font-size: clamp(24px, 3.2vw, 34px); overflow-wrap: break-word; }
.vip-final-buy { margin: 0; max-width: 100%; }
@media (max-width: 820px) { .vip-final-grid { grid-template-columns: 1fr; } }

/* Overflow-Fixes: kein horizontales Scrollen / keine weißen Ränder rechts.
   Ursache waren Grid-Blowouts (breiter Inhalt zwingt Spalte über 100%). */
html, body { overflow-x: clip; }
.vip-final-grid, .vip-final-grid > *, .vip-feature > *, .compare, .bento > *,
.feature-grid > *, .split-grid > *, .diff-grid > *, .recall > *, .bio > *,
.result-grid > *, .steps > *, .tw > * { min-width: 0; }
.price-amount { max-width: 100%; overflow-wrap: break-word; }
.brand-mark { overflow: hidden; }
.footer-inner .brand { min-width: 0; }

/* ===========================================================================
   DANKE-SEITE: Scroll-Cue (Hero-Ende) + Ausblick-Sektion (Countdown + Outcome)
   =========================================================================== */
/* Scroll-Hinweis mittig unter dem Hero: "Deine nächsten Schritte" + Pfeil */
.scroll-cue { display: flex; flex-direction: column; align-items: center; gap: 9px;
  width: max-content; margin: 6px auto clamp(18px, 3.5vw, 36px); text-decoration: none;
  color: var(--text-soft); font-family: var(--font-body); font-weight: 700; font-size: 13.5px;
  letter-spacing: 0.03em; text-transform: uppercase; }
.scroll-cue:hover { color: var(--accent-deep); }
.scroll-cue .sc-arrow { display: grid; place-items: center; width: 36px; height: 36px;
  border-radius: 50%; background: var(--surface); border: 1px solid var(--line);
  box-shadow: var(--shadow-card); color: var(--accent-deep); font-size: 17px; line-height: 1;
  animation: scDown 1.7s ease-in-out infinite; }
@keyframes scDown { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* Ausblick-Sektion: Countdown zentriert + Outcome-Bullets (auf band dark) */
.cd-center { display: flex; justify-content: center; margin: 6px 0 clamp(30px, 4vw, 44px); }
.outcome-list { max-width: 620px; margin: 0 auto; display: grid; gap: 13px; text-align: center; }
.outcome-list li { font-size: 17px; line-height: 1.55; padding-left: 0; }
.outcome-list li::before { position: static; margin-right: 8px; }
.band.dark .hero-bullets li { color: var(--on-dark-soft); }
.band.dark .cd-box { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); box-shadow: none; }
.band.dark .cd-box strong { color: var(--accent-soft); }
.band.dark .cd-box span { color: var(--on-dark-soft); }

@media (prefers-reduced-motion: reduce) { .scroll-cue .sc-arrow { animation: none; } }
