:root {
  --bg: hsl(222 24% 6%);
  --card: hsl(230 20% 10%);
  --border: hsl(230 15% 18%);
  --fg: hsl(210 40% 96%);
  --muted: hsl(220 12% 64%);
  --primary: hsl(222 100% 62%);
  --primary-soft: hsl(217 100% 80%);
  --tp: #00b67a;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--fg); font-family: "Inter", system-ui, sans-serif; position: relative; }

/* Hero-Radial-Glow wie auf der LP */
.hero-glow { position: absolute; left: 50%; top: 380px; transform: translate(-50%,-50%); width: 680px; max-width: 100%; height: 680px; pointer-events: none; z-index: 0; background: radial-gradient(circle, hsl(222 100% 62% / 0.12) 0%, hsl(270 60% 55% / 0.08) 38%, transparent 68%); }

.wrap { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; padding: 40px 20px 60px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.logo { height: 52px; width: 52px; }

/* Badge-Pille — 1:1 LP (Clash Display, blau, pulsierender Punkt) */
.badge { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid hsl(222 100% 62% / 0.35); background: hsl(222 100% 62% / 0.07); border-radius: 999px; padding: 8px 20px; font-family: "Clash Display", sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--primary); }
.badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 8px var(--primary); animation: badge-dot 2s ease-in-out infinite; }
@keyframes badge-dot { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

/* Headline — 1:1 LP: Clash Display bold, Akzent = blau UNTERSTRICHEN (kein Gradient) */
h1 { margin-top: 18px; padding: 0 6px; font-family: "Clash Display", sans-serif; font-weight: 700; font-size: clamp(2rem, 9vw, 2.9rem); line-height: 1.1; letter-spacing: -0.02em; color: var(--fg); overflow-wrap: break-word; }
h1 .accent { color: var(--primary); text-decoration: underline; text-decoration-color: hsl(222 100% 62% / 0.7); text-decoration-thickness: 3px; text-underline-offset: 7px; }
.subline { margin-top: 12px; max-width: 30rem; width: 100%; font-size: 0.95rem; line-height: 1.45; color: var(--muted); }

.url-chip { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(180deg, hsl(222 100% 66%), hsl(226 90% 52%)); border-radius: 999px; padding: 9px 20px; font-size: 14px; font-weight: 800; color: #fff; box-shadow: 0 0 40px hsl(222 100% 62% / 0.4); }
.url-chip svg { width: 15px; height: 15px; }

/* Timer-Karte — card-highlight (Hairline oben) + elev-card Schatten, 1:1 LP */
.card-highlight { position: relative; }
.card-highlight::before { content: ""; position: absolute; top: 0; left: 14%; right: 14%; height: 1px; z-index: 1; pointer-events: none; background: linear-gradient(to right, transparent, hsl(222 100% 62% / 0.35), transparent); }
.elev-card { box-shadow: 0 1px 0 hsl(210 40% 96% / 0.03) inset, 0 10px 34px -14px hsl(222 40% 2% / 0.8); }
.countdown-card { margin-top: 20px; width: 100%; max-width: 36rem; border: 1px solid var(--border); background: hsl(230 20% 10% / 0.7); border-radius: 1rem; padding: 22px 16px 24px; }
.cd-top { display: flex; align-items: center; justify-content: center; gap: 8px; font-family: "Clash Display", sans-serif; font-weight: 600; font-size: 1rem; color: var(--fg); }
.cd-top svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--primary); }
/* Scarcity — Plätze vergeben + Fortschrittsbalken */
.spots { margin-top: 16px; }
.spots-bar { width: 100%; max-width: 22rem; height: 10px; margin: 0 auto; border-radius: 999px; background: hsl(222 24% 6% / 0.8); border: 1px solid hsl(230 15% 22%); overflow: hidden; }
.spots-fill { height: 100%; width: 46%; border-radius: 999px; background: linear-gradient(90deg, hsl(222 100% 62%), hsl(200 100% 70%)); box-shadow: 0 0 16px hsl(222 100% 62% / 0.7); }
.spots-text { margin-top: 10px; font-size: 0.82rem; color: var(--muted); }
.spots-text b { color: var(--fg); font-weight: 700; }
.spots-text .spots-left { color: hsl(0 84% 66%); font-weight: 700; }
.countdown-label { margin-top: 18px; font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.countdown { margin-top: 12px; display: flex; justify-content: center; gap: 8px; }
.cd-box { flex: 1 1 0; min-width: 0; max-width: 96px; display: flex; flex-direction: column; align-items: center; border: 1px solid hsl(222 100% 62% / 0.2); background: hsl(222 24% 6% / 0.5); border-radius: 0.75rem; padding: 12px 6px; }
.cd-num { font-family: "Clash Display", sans-serif; font-weight: 700; font-size: clamp(1.8rem, 8vw, 2.1rem); line-height: 1; color: var(--primary); font-variant-numeric: tabular-nums; }
.cd-unit { margin-top: 8px; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); }

/* Opt-in */
.optin-card { margin-top: 20px; width: 100%; max-width: 36rem; background: hsl(230 20% 10% / 0.7); border: 1px solid hsl(222 100% 62% / 0.32); border-radius: 1rem; padding: 26px 20px 24px; }
.optin-title { font-family: "Clash Display", sans-serif; font-weight: 600; font-size: 1.35rem; }
.optin-sub { margin-top: 8px; font-size: 0.9rem; color: var(--muted); line-height: 1.5; }
.optin-form { margin-top: 18px; display: flex; flex-direction: column; gap: 14px; }
.optin-form input { width: 100%; padding: 15px 18px; background: hsl(222 24% 6% / 0.6); border: 1px solid var(--border); border-radius: 0.75rem; color: var(--fg); font-family: "Inter", sans-serif; font-size: 16px; outline: none; }
.optin-form input:focus { border-color: hsl(222 100% 62% / 0.7); box-shadow: 0 0 0 3px hsl(222 100% 62% / 0.18); }
.optin-form input::placeholder { color: hsl(220 12% 45%); }

/* CTA-Button — 1:1 LP CtaButton (solide blaue Pille, Puls + Sweep, Ticket links, Chevrons rechts) */
.cta { position: relative; overflow: hidden; isolation: isolate; display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; border: 2px solid hsl(222 100% 62% / 0.6); background: var(--primary); border-radius: 999px; padding: 16px 22px; cursor: pointer; transition: transform 0.3s ease; animation: cta-pulse 2.6s ease-in-out infinite; -webkit-tap-highlight-color: transparent; font-family: "Inter", sans-serif; }
.cta:hover { transform: translateY(-2px); }
.cta:active { transform: scale(0.99); }
@keyframes cta-pulse {
  0%,100% { box-shadow: 0 0 0 1px hsl(222 100% 75% / 0.5) inset, 0 0 28px hsl(222 100% 62% / 0.55), 0 0 70px hsl(222 100% 62% / 0.35); }
  50% { box-shadow: 0 0 0 1px hsl(222 100% 82% / 0.7) inset, 0 0 38px hsl(222 100% 62% / 0.7), 0 0 92px hsl(222 100% 62% / 0.5); }
}
.cta::after { content: ""; position: absolute; top: -30%; bottom: -30%; left: 0; width: 28%; z-index: 1; pointer-events: none; background: linear-gradient(90deg, transparent 0%, rgba(190,232,255,0.28) 38%, rgba(255,255,255,0.72) 50%, rgba(190,232,255,0.28) 62%, transparent 100%); animation: cta-sweep 4.6s ease-in-out infinite; }
@keyframes cta-sweep { 0% { transform: translateX(-140%) skewX(-18deg); } 14%,100% { transform: translateX(340%) skewX(-18deg); } }
.cta .cta-icon { width: 22px; height: 22px; flex-shrink: 0; color: #fff; position: relative; z-index: 2; }
.cta .cta-body { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 2px; position: relative; z-index: 2; }
.cta .cta-label { font-family: "Clash Display", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; font-size: clamp(0.92rem, 4.2vw, 1.2rem); color: #fff; text-shadow: 0 1px 2px rgba(10,4,40,0.45), 0 0 16px rgba(214,205,255,0.6); text-align: center; line-height: 1.15; white-space: nowrap; }
.cta .cta-note { font-size: 0.72rem; font-weight: 500; color: rgba(255,255,255,0.9); text-shadow: 0 1px 2px rgba(10,4,40,0.4); text-align: center; }
@media (prefers-reduced-motion: reduce) { .cta, .badge .dot { animation: none; } .cta::after { animation: none; opacity: 0; } }
.hero-cta { margin-top: 16px; width: 100%; max-width: 36rem; }

/* Trust-Zeile — 1:1 LP: Community-Pille (5 Avatare + 2M€+) über Trustpilot-Badge */
.trust-row { margin-top: 14px; width: 100%; max-width: 36rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.community-pill { display: inline-flex; width: 100%; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; border: 1px solid hsl(222 100% 62% / 0.3); background: hsl(222 100% 62% / 0.07); border-radius: 999px; padding: 8px 14px; font-size: 0.8rem; color: var(--muted); text-align: center; }
.avatars { display: flex; flex-shrink: 0; }
.avatars img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.avatars img + img { margin-left: -8px; }
.community-pill b { color: var(--fg); font-weight: 600; }
.tp-badge { display: inline-flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px; border: 1px solid hsl(160 100% 36% / 0.4); background: hsl(160 100% 36% / 0.1); border-radius: 999px; padding: 6px 14px; }
.tp-badge .stars { height: 15px; width: auto; }
.tp-badge .tp-score { font-size: 0.72rem; color: var(--muted); }
.tp-badge .tp-score b { color: var(--fg); font-weight: 600; }
.tp-badge .tp-word { display: inline-flex; align-items: center; gap: 4px; font-size: 0.72rem; font-weight: 600; color: var(--fg); }
.tp-badge .tp-word svg { width: 13px; height: 13px; flex-shrink: 0; }

/* Resultate = Interview-Videos */
.results { margin-top: 60px; width: 100%; max-width: 36rem; }
.results h2 { font-family: "Clash Display", sans-serif; font-weight: 700; font-size: clamp(1.9rem, 8vw, 2.5rem); letter-spacing: -0.01em; }
.results .sub { margin-top: 8px; font-size: 0.9rem; color: var(--muted); }
.results-videos { margin-top: 28px; display: flex; flex-direction: column; gap: 28px; }
.vid-card { display: flex; flex-direction: column; gap: 12px; }
.vid-name { font-family: "Clash Display", sans-serif; font-weight: 600; font-size: 1.25rem; color: var(--fg); }
.vid-badge { display: inline-flex; align-items: center; margin-top: 6px; border: 1px solid hsl(222 100% 62% / 0.5); background: hsl(222 100% 62% / 0.1); border-radius: 999px; padding: 4px 12px; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--primary); }
.vid-frame { position: relative; aspect-ratio: 16/9; width: 100%; overflow: hidden; border-radius: 0.75rem; border: 1px solid hsl(222 100% 62% / 0.3); background: #000; cursor: pointer; }
.vid-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.vid-frame:hover img { transform: scale(1.03); }
.vid-frame .veil { position: absolute; inset: 0; background: linear-gradient(to top, hsl(222 24% 6% / 0.85), hsl(222 24% 6% / 0.15) 55%, transparent); }
.vid-play { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.vid-play .circle { width: 56px; height: 56px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 30px hsl(222 100% 62% / 0.6); transition: transform .3s ease; }
.vid-frame:hover .vid-play .circle { transform: scale(1.1); }
.vid-play .circle svg { width: 24px; height: 24px; fill: #fff; margin-left: 3px; }
.vid-play .ptxt { font-family: "Clash Display", sans-serif; font-weight: 600; font-size: 0.9rem; color: var(--fg); }
.vid-note { position: absolute; left: 0; right: 0; bottom: 8px; padding: 0 14px; text-align: center; font-size: 0.62rem; line-height: 1.35; color: hsl(220 12% 64% / 0.8); }

.bottom-cta { margin-top: 40px; width: 100%; max-width: 36rem; }
footer { margin-top: 56px; padding-top: 22px; width: 100%; max-width: 36rem; border-top: 1px solid var(--border); font-size: 0.78rem; color: hsl(220 12% 45%); display: flex; flex-direction: column; gap: 8px; align-items: center; }
footer a { color: hsl(220 12% 55%); text-decoration: none; }
.footer-links { display: flex; gap: 18px; }

/* ═══════════════════════════════════════════════════════════════════
   AUFZEICHNUNGS-PAGE — Ergänzungen auf dem LP-Fundament oben.
   Alle Farben/Fonts kommen aus denselben Tokens, damit das Branding
   identisch zur Landingpage bleibt.
   ═══════════════════════════════════════════════════════════════════ */

/* ── Sektionen & Trenner ── */
.section { width: 100%; max-width: 62rem; margin: 0 auto; padding: 0 4px; }
.divider { width: 100%; max-width: 62rem; height: 1px; margin: 56px auto 0;
  background: linear-gradient(90deg, transparent, hsl(222 100% 62% / 0.35), transparent); }
.sec-head { text-align: center; margin: 52px 0 26px; }
.sec-eyebrow { display: inline-flex; align-items: center; gap: 7px; border: 1px solid hsl(222 100% 62% / 0.35);
  background: hsl(222 100% 62% / 0.08); border-radius: 999px; padding: 6px 14px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--primary-soft); }
.sec-title { font-family: "Clash Display", sans-serif; font-weight: 700; line-height: 1.12;
  font-size: clamp(1.45rem, 5.4vw, 2.3rem); margin: 14px 0 0; }
.sec-sub { color: var(--muted); font-size: 0.95rem; margin: 10px auto 0; max-width: 40rem; line-height: 1.6; }

/* ── Hauptvideo ── */
.replay-frame { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: 18px; overflow: hidden;
  border: 1px solid hsl(222 100% 62% / 0.35); background: #000;
  box-shadow: 0 0 55px hsl(222 100% 62% / 0.2); }
.replay-frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }

/* ── Q&A- / Breakout-Raster ── */
.qa-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.qa-card { border: 1px solid var(--border); background: var(--card); border-radius: 16px; overflow: hidden; }
.qa-frame { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; }
.qa-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.qa-q { padding: 13px 15px 15px; font-size: 0.9rem; font-weight: 600; line-height: 1.4; }
.qa-q span { color: var(--primary-soft); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; display: block; margin-bottom: 5px; }

/* ── Produkt-Overview ── */
.offer-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.offer-item { border: 1px solid var(--border); background: var(--card); border-radius: 15px; padding: 18px 19px; }
.offer-item .ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  background: hsl(222 100% 62% / 0.12); border: 1px solid hsl(222 100% 62% / 0.3); margin-bottom: 12px; }
.offer-item .ic svg { width: 19px; height: 19px; color: var(--primary-soft); }
.offer-item h3 { font-family: "Clash Display", sans-serif; font-size: 1.02rem; margin: 0 0 6px; font-weight: 600; }
.offer-item p { margin: 0; color: var(--muted); font-size: 0.87rem; line-height: 1.55; }

/* ── Bewerbung / Calendly ── */
.book-card { border: 1px solid hsl(222 100% 62% / 0.35); background: var(--card); border-radius: 18px;
  overflow: hidden; box-shadow: 0 0 45px hsl(222 100% 62% / 0.15); }
.book-head { padding: 20px 22px; border-bottom: 1px solid var(--border); text-align: center;
  background: hsl(222 100% 62% / 0.06); }
.book-card iframe { width: 100%; height: 760px; border: 0; display: block; background: #0b0e18; }
@media (max-width: 700px) { .book-card iframe { height: 1020px; } }

/* ── Schwebender Ergebnis-Beweis unten links ── */
.proof-pop { position: fixed; left: 16px; bottom: 16px; z-index: 60; width: min(310px, calc(100vw - 32px));
  border: 1px solid var(--border); background: hsl(230 20% 10% / 0.97); backdrop-filter: blur(14px);
  border-radius: 14px; padding: 11px 12px; display: flex; gap: 11px; align-items: flex-start;
  cursor: pointer; box-shadow: 0 14px 40px rgba(0,0,0,0.55);
  transform: translateY(140%); opacity: 0; transition: transform .55s cubic-bezier(.2,.8,.2,1), opacity .45s; }
.proof-pop.show { transform: translateY(0); opacity: 1; }
.proof-pop img { width: 58px; height: 58px; border-radius: 9px; object-fit: cover; flex-shrink: 0;
  border: 1px solid var(--border); }
.proof-pop .pp-body { min-width: 0; flex: 1; }
.proof-pop .pp-name { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--fg); }
.proof-pop .pp-text { font-size: 0.79rem; color: var(--muted); line-height: 1.45; margin-top: 3px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.proof-pop .pp-foot { display: flex; align-items: center; gap: 7px; margin-top: 6px; }
.proof-pop .pp-verified { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: hsl(160 90% 62%); border: 1px solid hsl(160 100% 36% / 0.45); background: hsl(160 100% 36% / 0.12);
  border-radius: 999px; padding: 2px 7px; }
.proof-pop .pp-close { position: absolute; top: 7px; right: 8px; width: 20px; height: 20px; border: 0;
  background: none; color: var(--muted); cursor: pointer; font-size: 1rem; line-height: 1; padding: 0; }
.stars-row { display: inline-flex; gap: 1px; color: hsl(42 100% 62%); font-size: 0.72rem; letter-spacing: 1px; }

/* ── Lightbox für den vollen Screenshot ── */
.proof-modal { position: fixed; inset: 0; z-index: 90; background: rgba(4,6,14,0.88); backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center; padding: 20px; }
.proof-modal.open { display: flex; }
.pm-inner { width: min(880px, 100%); max-height: 92vh; overflow: auto; border: 1px solid var(--border);
  background: var(--card); border-radius: 18px; padding: 20px; }
.pm-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.pm-top .pm-who { font-family: "Clash Display", sans-serif; font-weight: 700; font-size: 1.05rem; }
.pm-close { border: 1px solid var(--border); background: none; color: var(--fg); border-radius: 50%;
  width: 34px; height: 34px; cursor: pointer; font-size: 1.1rem; line-height: 1; flex-shrink: 0; }
.pm-quote { color: var(--fg); font-size: 0.95rem; line-height: 1.6; margin: 0 0 16px; }
.pm-shots { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.pm-shots img { width: 100%; border-radius: 12px; border: 1px solid var(--border); display: block; }
.pm-note { margin-top: 14px; font-size: 0.72rem; color: var(--muted); text-align: center; }
@media (max-width: 700px) { .proof-pop { left: 10px; bottom: 10px; } }

/* ── Breiten-Overrides: Die LP-Basis war eine schmale Opt-in-Spalte (640px).
      Eine Aufzeichnungs-Seite mit Video, Raster und Calendly braucht mehr. ── */
.wrap { max-width: 1080px; }
h1 { max-width: 46rem; }
.subline { max-width: 38rem; }
.hero-cta, .trust-row { max-width: 36rem; }
.replay-frame { margin-top: 26px; }
/* Interview-Karten nebeneinander statt gestapelt */
.results-videos { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px; width: 100%; }
@media (max-width: 700px) {
  .wrap { padding: 32px 16px 56px; }
  .results-videos { grid-template-columns: 1fr; }
  .qa-grid { grid-template-columns: 1fr; }
}

/* ═══ v2: Sticky-Header, Unlock-Gate, Programm, WhatsApp ═══ */

/* ── Sticky-Kopfzeile mit Mini-CTA ── */
.topbar { position: sticky; top: 0; z-index: 50; width: 100%;
  background: hsl(222 24% 6% / 0.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid hsl(222 100% 62% / 0.16); }
.topbar-in { max-width: 1080px; margin: 0 auto; padding: 9px 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.topbar img { height: 24px; width: auto; }
.mini-cta { border: 1px solid hsl(222 100% 62% / 0.55); background: var(--primary);
  color: #fff; border-radius: 999px; padding: 8px 16px; cursor: pointer;
  font-family: "Clash Display", sans-serif; font-weight: 700; font-size: 0.74rem;
  letter-spacing: 0.02em; text-transform: uppercase; white-space: nowrap;
  box-shadow: 0 0 22px hsl(222 100% 62% / 0.45); transition: transform .25s; }
.mini-cta:hover { transform: translateY(-1px); }

/* ── Video als Karte mit Klick-zum-Starten ── */
.vwrap { position: relative; width: 100%; margin-top: 24px; }
.vposter { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px; cursor: pointer;
  background: linear-gradient(180deg, hsl(222 24% 6% / 0.12), hsl(222 24% 6% / 0.5));
  border-radius: 18px; transition: opacity .35s; }
.vposter.gone { opacity: 0; pointer-events: none; }
.vposter .ring { width: 74px; height: 74px; border-radius: 50%; display: grid; place-items: center;
  border: 2px solid hsl(222 100% 62% / 0.75); background: hsl(222 24% 6% / 0.6);
  box-shadow: 0 0 40px hsl(222 100% 62% / 0.5); }
.vposter .ring svg { width: 30px; height: 30px; color: #fff; margin-left: 3px; }
.vposter span.lbl { font-family: "Clash Display", sans-serif; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; font-size: 0.8rem; color: var(--fg); }

/* ── Unlock-Gate ── */
.gate-note { margin-top: 11px; font-size: 0.8rem; color: var(--muted);
  display: inline-flex; align-items: center; gap: 7px; }
.gate-note svg { width: 14px; height: 14px; }
#locked { display: none; }
#locked.open { display: block; animation: gate-in .6s ease both; }
@keyframes gate-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ── Programm-Auflistung im Slide-Stil ── */
.stack { display: flex; flex-direction: column; gap: 10px; width: 100%; text-align: left; }
.stack-row { display: flex; align-items: flex-start; gap: 13px; border: 1px solid var(--border);
  background: var(--card); border-radius: 14px; padding: 15px 17px; }
.stack-row .tick { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  display: grid; place-items: center; background: hsl(222 100% 62% / 0.15);
  border: 1px solid hsl(222 100% 62% / 0.4); margin-top: 1px; }
.stack-row .tick svg { width: 13px; height: 13px; color: var(--primary-soft); }
.stack-row h4 { margin: 0 0 3px; font-family: "Clash Display", sans-serif;
  font-size: 0.98rem; font-weight: 600; }
.stack-row p { margin: 0; font-size: 0.86rem; color: var(--muted); line-height: 1.55; }
.stack-row .val { margin-left: auto; flex-shrink: 0; font-size: 0.78rem; color: var(--muted);
  text-decoration: line-through; padding-left: 10px; }
.bonus-row { border-color: hsl(42 100% 55% / 0.4); background: hsl(42 100% 55% / 0.06); }
.bonus-row .tick { background: hsl(42 100% 55% / 0.15); border-color: hsl(42 100% 55% / 0.45); }
.bonus-row .tick svg { color: hsl(42 100% 68%); }
.bonus-tag { display: inline-block; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: hsl(42 100% 68%); border: 1px solid hsl(42 100% 55% / 0.45);
  background: hsl(42 100% 55% / 0.12); border-radius: 999px; padding: 2px 7px; margin-left: 7px;
  vertical-align: 2px; }

/* ── Garantie-Karte ── */
.guarantee { border: 1px solid hsl(160 100% 40% / 0.4); background: hsl(160 100% 36% / 0.07);
  border-radius: 16px; padding: 24px 22px; text-align: center; margin-top: 18px; }
.guarantee .seal { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  margin: 0 auto 13px; border: 2px solid hsl(160 100% 45% / 0.6); background: hsl(222 24% 6% / 0.6);
  box-shadow: 0 0 34px hsl(160 100% 40% / 0.32); }
.guarantee .seal svg { width: 25px; height: 25px; color: hsl(160 90% 62%); }
.guarantee h3 { font-family: "Clash Display", sans-serif; font-size: 1.15rem; margin: 0 0 9px; }
.guarantee p { margin: 0; color: var(--fg); font-size: 0.92rem; line-height: 1.6; max-width: 40rem;
  margin-inline: auto; }

/* ── WhatsApp-Banner ── */
.wa-banner { display: flex; align-items: center; gap: 15px; width: 100%;
  border: 1px solid hsl(142 70% 45% / 0.42); background: hsl(142 70% 40% / 0.08);
  border-radius: 16px; padding: 17px 19px; text-align: left; text-decoration: none;
  transition: transform .25s, box-shadow .25s; }
.wa-banner:hover { transform: translateY(-2px); box-shadow: 0 0 34px hsl(142 70% 45% / 0.25); }
.wa-banner .wa-ic { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; background: #25d366; box-shadow: 0 0 22px rgba(37,211,102,.45); }
.wa-banner .wa-ic svg { width: 25px; height: 25px; fill: #fff; }
.wa-banner b { display: block; font-family: "Clash Display", sans-serif; font-size: 1rem;
  color: var(--fg); margin-bottom: 2px; }
.wa-banner span { font-size: 0.85rem; color: var(--muted); line-height: 1.45; }
.wa-banner .arr { margin-left: auto; color: hsl(142 70% 62%); flex-shrink: 0; }

@media (max-width: 700px) {
  .topbar-in { padding: 8px 12px; }
  .mini-cta { font-size: 0.64rem; padding: 7px 11px; }
  .topbar img { height: 19px; }
  .stack-row .val { display: none; }
  .wa-banner { gap: 12px; padding: 14px 15px; }
}

/* ── Überlauf-Fix: .wrap ist ein Flex-Container mit align-items:center.
      Kinder ohne harte Breitenbegrenzung wachsen dort über den Container
      hinaus (461px in einem 375px-Viewport) und werden rechts abgeschnitten. ── */
.wrap > * { max-width: 100%; }
#locked { width: 100%; max-width: 100%; min-width: 0; }
.section, .divider { width: 100%; max-width: min(62rem, 100%); min-width: 0; }
.stack, .stack-row, .qa-grid, .offer-grid, .results-videos,
.book-card, .wa-banner, .guarantee, .sec-head { min-width: 0; max-width: 100%; }
.stack-row > div { min-width: 0; }
.sec-sub, .sec-title { overflow-wrap: break-word; }

/* Hero auf dem Handy kompakter, damit Headline + Video + Button
   zusammen auf einen Blick passen (wie in der ECOMSCALE-Vorlage). */
@media (max-width: 700px) {
  h1 { font-size: clamp(1.65rem, 7.4vw, 2.1rem); }
  .subline { font-size: 0.9rem; }
  .badge { font-size: 0.62rem; }
  .vwrap { margin-top: 18px; }
}

/* Lange CTA-Labels dürfen auf dem Handy umbrechen — die LP-Klasse
   erzwingt `nowrap`, dadurch schiebt sich der Text übers Icon. */
@media (max-width: 700px) {
  .cta .cta-label { white-space: normal; font-size: clamp(0.82rem, 3.8vw, 1.05rem); }
  .cta { padding: 14px 16px; gap: 9px; }
}

/* ── Beweiswand „Das garantiere ich dir." — dichtes Kachelraster wie
      auf Ozans Präsentationsfolie. Klick öffnet den Beleg groß. ── */
.wall-head { text-align: center; margin: 34px 0 16px; }
.wall-head h3 { font-family: "Clash Display", sans-serif; font-weight: 700;
  font-size: clamp(1.4rem, 5.6vw, 2.2rem); margin: 0; }
.wall-head p { margin: 9px auto 0; max-width: 38rem; color: var(--muted); font-size: 0.9rem; }
.wall { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 6px; width: 100%; }
.wall button { all: unset; cursor: pointer; position: relative; aspect-ratio: 1;
  border-radius: 8px; overflow: hidden; border: 1px solid var(--border);
  transition: transform .2s, border-color .2s, box-shadow .2s; }
.wall button:hover, .wall button:focus-visible { transform: scale(1.06); z-index: 2;
  border-color: hsl(222 100% 62% / 0.6); box-shadow: 0 0 18px hsl(222 100% 62% / 0.35); }
.wall img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wall-note { margin-top: 12px; text-align: center; font-size: 0.74rem; color: var(--muted); }
@media (max-width: 700px) { .wall { grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 5px; } }

/* ── Trustpilot: echtes Asset + offizielle Stern-Geometrie ── */
.tp-badge { gap: 9px; }
.tp-badge .tp-stars { height: 17px; width: auto; display: block; }
.tp-badge .tp-text { font-size: 0.78rem; color: var(--muted); }
.tp-badge .tp-text b { color: var(--fg); }
.tp-badge .tp-brand { display: inline-flex; align-items: center; gap: 4px;
  font-size: 0.78rem; font-weight: 600; color: var(--fg); }
.tp-badge .tp-brand svg { width: 14px; height: 14px; }

/* ── Gate: sichtbar, aber unscharf — erst der Klick gibt frei ── */
#locked { display: block; position: relative; filter: blur(9px) saturate(.6);
  opacity: .5; pointer-events: none; user-select: none;
  max-height: 780px; overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 100%);
  transition: filter .55s ease, opacity .55s ease; }
#locked.open { filter: none; opacity: 1; pointer-events: auto; user-select: auto;
  max-height: none; overflow: visible;
  -webkit-mask-image: none; mask-image: none; }
.lock-veil { position: absolute; inset: 0; z-index: 5; cursor: pointer;
  pointer-events: auto; }
#locked.open .lock-veil { display: none; }

/* Interview-Karten ohne eigenes Play-Overlay — das Thumbnail trägt es selbst */
.vid-frame { cursor: pointer; }

/* ── Payout-Karte: Avatar statt winzigem Screenshot ── */
.proof-pop { gap: 12px; align-items: center; }
.pp-av { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center; font-family: "Clash Display", sans-serif;
  font-weight: 700; font-size: 1.05rem; color: #fff; overflow: hidden;
  border: 2px solid hsl(222 100% 62% / 0.4); }
.pp-av img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.pp-shot { width: 46px; height: 46px; border-radius: 8px; object-fit: cover;
  flex-shrink: 0; border: 1px solid var(--border); }
/* Lightbox-Kopf mit Avatar */
.pm-who-row { display: flex; align-items: center; gap: 12px; }
.pm-av { width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center; font-family: "Clash Display", sans-serif;
  font-weight: 700; font-size: 1.1rem; color: #fff; overflow: hidden;
  border: 2px solid hsl(222 100% 62% / 0.4); }
.pm-av img { width: 100%; height: 100%; object-fit: contain; padding: 9px; }

/* Play-Hinweis auf den Interview-Thumbnails — deutlich kleiner als zuvor,
   nur damit erkennbar ist, dass es Videos sind. */
.vid-frame .vid-play { width: 52px; height: 52px; background: rgba(8,12,24,.62);
  border: 2px solid rgba(255,255,255,.85); backdrop-filter: blur(3px); }
.vid-frame .vid-play svg { width: 20px; height: 20px; margin-left: 2px; }
.vid-frame:hover .vid-play { background: var(--primary); border-color: var(--primary); }
