/* ============================================================
   KAISERWETTEN — Ultra-Premium Coaching page  ("Emperor's Chamber")
   Builds on styles.css. Champagne-GOLD + serif accent on deeper
   black. Everything page-specific is scoped under body.coaching so
   it never leaks onto the main page. A few helpers (.btn-ghost-gold,
   .stickybar) are intentionally global — the main page reuses them.
   ============================================================ */

/* ---------- Premium tokens (scoped) ---------- */
body.coaching {
  --bg:        #05070b;
  --bg-2:      #080b12;
  --surface:   #0c1017;
  --surface-2: #11161f;

  --gold:        #e8c583;
  --gold-bright: #f4dca6;
  --gold-deep:   #b8965a;
  --gold-ink:    #1a1206;
  --gold-soft:   rgba(232, 197, 131, 0.10);
  --gold-line:   rgba(232, 197, 131, 0.22);

  --blue:      #2e9bf5;
  --blue-soft: #6fb9f7;
  --blue-glow: rgba(46, 155, 245, 0.16);

  --text:    #f3f1ec;
  --muted:   #b9bec9;
  --muted-2: #6e7583;

  --line:      rgba(232, 197, 131, 0.14);
  --line-cool: rgba(255, 255, 255, 0.06);
  --line-strong: rgba(232, 197, 131, 0.24);

  --grad-gold: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold) 45%, var(--gold-deep) 100%);
  --ff-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;

  background:
    radial-gradient(1200px 700px at 50% -10%, rgba(232,197,131,0.10), transparent 60%),
    radial-gradient(900px 620px at 12% 108%, var(--blue-glow), transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  background-attachment: fixed;
  color: var(--text);
}

/* Serif = feeling, Sora = facts. Serif only where opted in. */
.ff-serif { font-family: var(--ff-serif); font-weight: 400; letter-spacing: -0.01em; }
.coaching .eyebrow { color: var(--gold); }
.coaching .eyebrow::before { background: var(--gold); }
.coaching .h-sub { color: var(--muted); }

/* Gold gradient text — keep OUT of transformed/filtered ancestors
   (background-clip:text breaks under transform). Use .reveal-fade
   (opacity-only, no transform) on any ancestor that wraps it. */
.gold-text {
  background: var(--grad-gold);
  -webkit-background-clip: text; background-clip: text;
  color: var(--gold-bright); /* solid-gold fallback */
  -webkit-text-fill-color: transparent;
}
/* Android/mobile: background-clip:text bricht (u.a. unter backdrop-filter) → solides Gold */
@media (max-width: 720px) {
  .gold-text {
    background: none;
    -webkit-text-fill-color: var(--gold-bright);
    color: var(--gold-bright);
  }
}

/* Opacity-only reveal (safe wrapper for gold-clip text) */
.reveal.reveal-fade { transform: none; }

/* Gilt hairline frame — the signature "expensive edge" */
.gilt { position: relative; }
.gilt::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(140deg, var(--gold-bright), rgba(232,197,131,0.14) 42%, transparent 72%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; opacity: .7;
}

/* Breathing gold aurora */
.aurora { position: absolute; inset: -18% 0 auto 0; height: 62vh; z-index: 0; pointer-events: none;
  background: radial-gradient(58% 60% at 50% 0%, rgba(232,197,131,0.13), transparent 70%);
  filter: blur(30px); animation: breathe 14s ease-in-out infinite; }
@keyframes breathe { 0%,100% { opacity: .65; transform: scale(1); } 50% { opacity: 1; transform: scale(1.05); } }

/* ---------- Buttons ---------- */
.btn-gold {
  font-family: var(--ff-display); font-weight: 700; color: #1a1206;
  background: linear-gradient(180deg, #f4dca6, #e8c583 55%, #b8965a);
  box-shadow: 0 10px 30px -10px rgba(232,197,131,0.55), inset 0 1px 0 rgba(255,255,255,0.5);
}
.btn-gold:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 18px 46px -12px rgba(232,197,131,0.7), inset 0 1px 0 rgba(255,255,255,0.6); }
/* global (used on main page teaser too) */
.btn-ghost-gold {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'Sora', system-ui, sans-serif; font-weight: 600; font-size: .98rem; line-height: 1;
  color: #e8c583; background: transparent; padding: 15px 30px; border-radius: 999px;
  border: 1px solid rgba(232,197,131,0.30); cursor: pointer;
  transition: border-color .3s, box-shadow .3s, transform .2s;
}
.btn-ghost-gold svg { width: 18px; height: 18px; }
.btn-ghost-gold:hover { border-color: #e8c583; transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(232,197,131,0.25), 0 0 42px -10px rgba(232,197,131,0.45); }

/* Exclusive / capacity badge */
.excl-badge {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--ff-display); font-weight: 700; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-bright); background: linear-gradient(180deg, rgba(232,197,131,0.15), rgba(232,197,131,0.04));
  border: 1px solid var(--gold-line); border-radius: 999px; padding: 9px 16px;
}
.excl-badge .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(232,197,131,.6); animation: pulseGold 2.4s infinite; }
@keyframes pulseGold { 0%{box-shadow:0 0 0 0 rgba(232,197,131,.5)} 70%{box-shadow:0 0 0 10px rgba(232,197,131,0)} 100%{box-shadow:0 0 0 0 rgba(232,197,131,0)} }

.gold-rule { height: 1px; background: linear-gradient(90deg, transparent, var(--gold-line), transparent); border: 0; margin: 0; }

/* Gold eyebrow (global — used on main-page teaser) */
.eyebrow.gold { color: var(--gold); }
.eyebrow.gold::before { background: var(--gold); }

/* Header gold button (main page): hide on very small screens — it lives in the
   burger menu + sticky bar there. Coaching page ("Kaufen") is unaffected. */
@media (max-width: 640px) {
  body:not(.coaching) .nav-cta > .btn-gold { display: none; }
  body.coaching .nav-cta > .btn-gold { padding: 12px 16px; font-size: .9rem; }
}

/* Nav hygiene with the extra header button: never wrap tabs, and keep
   mobile-only links hidden on desktop (btn-ghost-gold would otherwise
   override styles.css' display:none since this file loads later). */
.nav-links a { white-space: nowrap; }
.nav-links .nav-only-mobile { display: none; }
.nav.open .nav-links .nav-only-mobile { display: inline-flex; }
.nav.open .nav-links .btn-ghost-gold.nav-only-mobile { color: var(--gold); }

/* Coaching upsell teaser (main page — the "velvet rope" downshift) */
.coach-teaser { max-width: 900px; margin: clamp(40px, 5vw, 64px) auto 0; text-align: center;
  border-radius: 24px; padding: clamp(30px, 4vw, 52px); position: relative;
  background: radial-gradient(130% 120% at 50% 0%, rgba(232,197,131,0.08), var(--surface));
  border: 1px solid var(--gold-line); }
.coach-teaser .crest-sm { width: 58px; height: 58px; margin: 0 auto 6px; display: grid; place-items: center;
  border-radius: 50%; border: 1px solid var(--gold-line); background: rgba(232,197,131,0.06); }
.coach-teaser .crest-sm svg { width: 30px; height: 30px; color: var(--gold); }
.coach-teaser h2 { font-family: var(--ff-display); font-weight: 800; font-size: clamp(1.8rem, 4.5vw, 2.8rem); margin: 14px 0 14px; }
.coach-teaser p { color: var(--muted); max-width: 60ch; margin: 0 auto 26px; font-size: clamp(1rem, 1.7vw, 1.14rem); line-height: 1.65; }
.coach-teaser p b { color: #fff; }

/* ---------- NAV ---------- */
body.coaching .nav.scrolled { border-bottom-color: var(--gold-line); }
.nav-back { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .9rem; font-weight: 500; }
.nav-back:hover { color: var(--gold); }
.nav-back svg { width: 16px; height: 16px; }
.brand .tag {
  margin-left: 9px; font-family: var(--ff-display); font-weight: 700; font-size: .6rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold-line); border-radius: 6px; padding: 3px 8px; vertical-align: middle;
}
@media (max-width: 600px) { .brand .tag { display: none; } .nav-back span { display: none; } }

/* ---------- HERO (velvet rope) ---------- */
.chero { position: relative; padding-top: clamp(40px, 6vw, 78px); overflow: clip; }
.chero-inner { max-width: 880px; margin-inline: auto; text-align: center; position: relative; z-index: 2; }
.chero h1 { font-size: clamp(2.4rem, 6.2vw, 4.6rem); font-weight: 400; line-height: 1.06; letter-spacing: -0.01em; margin-top: 22px; text-wrap: balance; }
.chero .h2sub { font-family: var(--ff-display); font-weight: 700; font-size: clamp(1rem, 1.9vw, 1.22rem); color: var(--gold-bright); margin-top: 20px; }
.chero .lead { margin: 20px auto 0; max-width: 60ch; font-size: clamp(1.02rem, 1.7vw, 1.2rem); color: var(--muted); line-height: 1.65; text-wrap: pretty; }
.chero-actions { margin-top: 32px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.chero .cap-note { margin-top: 22px; }
.chero-meta { margin-top: 28px; display: flex; gap: 12px 22px; justify-content: center; flex-wrap: wrap; color: var(--muted-2); font-size: .9rem; }
.chero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.chero-meta svg { width: 16px; height: 16px; color: var(--gold); }
.sublink { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .92rem; margin-top: 20px; }
.sublink:hover { color: var(--gold); }
.sublink svg { width: 15px; height: 15px; }

/* "Erst kennenlernen": Telegram + Telefon contact buttons */
.meet-row { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.meet-row .meet-label { font-family: var(--ff-display); font-weight: 700; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); }
.meet-row .meet-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.btn-contact {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--ff-display); font-weight: 600; font-size: .94rem; line-height: 1;
  color: var(--gold, #e8c583); background: transparent; padding: 13px 22px; border-radius: 999px;
  border: 1px solid var(--gold-line, rgba(232,197,131,0.3)); cursor: pointer;
  transition: border-color .25s, box-shadow .25s, transform .2s;
}
.btn-contact svg { width: 17px; height: 17px; }
.btn-contact:hover { border-color: var(--gold, #e8c583); transform: translateY(-2px); box-shadow: 0 0 34px -10px rgba(232,197,131,0.4); }

/* Crest / wax seal */
.crest { width: 128px; height: 128px; margin: 0 auto; position: relative; display: grid; place-items: center; }
.crest .ring { position: absolute; inset: 0; animation: spin 44s linear infinite; }
.crest .ring text { fill: var(--gold); font-family: var(--ff-display); font-size: 7.4px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.crest .crown { width: 58px; height: auto; color: var(--gold); filter: drop-shadow(0 6px 18px rgba(232,197,131,.4)); }
.crest::after { content: ""; position: absolute; inset: 22px; border-radius: 50%; background: radial-gradient(circle, var(--gold-soft), transparent 72%); border: 1px solid var(--gold-line); }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce){ .crest .ring, .aurora { animation: none; } }

/* ---------- Section title helper (serif on coaching) ---------- */
.coaching .sec-head { max-width: 760px; margin-inline: auto; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.coaching .sec-head.left { text-align: left; align-items: flex-start; margin-inline: 0; }
.coaching .sec-title { font-family: var(--ff-serif); font-weight: 400; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.08; }
.coaching .sec-title.sm { font-size: clamp(1.7rem, 4vw, 2.6rem); }

/* ---------- FÜR WEN / NICHT + PAIN ---------- */
.pain { max-width: 760px; margin: 0 auto; text-align: center; }
.pain p { color: var(--muted); font-size: clamp(1.05rem,1.9vw,1.24rem); line-height: 1.7; }
.pain em { color: var(--gold-bright); font-style: italic; }

/* ---------- MECHANISM tiles ---------- */
.mech-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 46px; }
.mech { border-radius: 18px; padding: clamp(24px,3vw,32px); background: var(--surface); }
.mech .m-ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--gold-soft); color: var(--gold); margin-bottom: 16px; }
.mech .m-ico svg { width: 24px; height: 24px; }
.mech h3 { font-family: var(--ff-display); font-weight: 700; font-size: 1.14rem; margin-bottom: 8px; }
.mech p { color: var(--muted); font-size: .95rem; line-height: 1.55; }

/* ---------- MODULE cards (Stufe 1) with ghosted serif numbers ---------- */
.mod-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 38px; }
.mod { position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--line-cool); border-radius: 14px; padding: 22px 20px; }
.mod .mod-num { position: absolute; top: -18px; right: 8px; font-family: var(--ff-serif); font-weight: 400; font-size: 5.5rem; color: var(--gold-deep); opacity: .13; pointer-events: none; }
.mod h4 { font-family: var(--ff-display); font-weight: 600; font-size: 1.02rem; position: relative; }
.mod p { color: var(--muted-2); font-size: .85rem; margin-top: 4px; position: relative; }

/* ---------- 1-on-1 ritual timeline (Stufe 2) ---------- */
.ritual { max-width: 720px; margin: 34px auto 0; }
.ritual .rframe { font-family: var(--ff-serif); font-style: italic; font-size: 1.2rem; color: var(--gold-bright); text-align: center; margin-bottom: 28px; }
.rstep { display: flex; gap: 20px; padding-bottom: 26px; position: relative; }
.rstep:not(:last-child)::before { content: ""; position: absolute; left: 22px; top: 46px; bottom: -4px; width: 1px; background: var(--gold-line); }
.rstep .node { width: 46px; height: 46px; flex: none; border-radius: 50%; border: 1px solid var(--gold-line); background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; font-family: var(--ff-serif); font-size: 1.3rem; }
.rstep .rbody h4 { font-family: var(--ff-display); font-weight: 600; font-size: 1.08rem; margin-bottom: 4px; }
.rstep .rbody p { color: var(--muted); font-size: .96rem; }

/* ---------- WAS DU BEKOMMST (pillars headers) ---------- */
.stufe-tag { font-family: var(--ff-display); font-weight: 700; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.stufe { margin-top: 46px; }
.stufe > h3 { font-family: var(--ff-display); font-weight: 700; letter-spacing: -0.015em; font-size: clamp(1.4rem,3vw,2rem); line-height: 1.15; margin: 6px 0 6px; }
.stufe > p.intro { color: var(--muted); max-width: 60ch; }
.pillar-meta { margin-top: 26px; display: inline-flex; gap: 22px; flex-wrap: wrap; font-family: var(--ff-display); font-weight: 700; color: var(--text); font-size: .95rem; }
.pillar-meta span { color: var(--gold); }

/* ---------- COMPARISON table (Zwei Wege) ---------- */
.compare { margin-top: 46px; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); }
.compare table { width: 100%; border-collapse: collapse; }
.compare th, .compare td { padding: 16px clamp(14px,2.5vw,26px); text-align: left; border-bottom: 1px solid var(--line-cool); font-size: .96rem; vertical-align: top; }
.compare thead th { font-family: var(--ff-display); font-weight: 700; font-size: 1.05rem; background: var(--surface); }
.compare thead th.c-coach { color: var(--gold); background: linear-gradient(180deg, var(--gold-soft), transparent); }
.compare tbody th { font-weight: 500; color: var(--muted); }
.compare td { color: #d7dbe4; }
.compare td.c-coach { color: var(--gold-bright); font-weight: 600; }
.compare .c-first { width: 26%; }
.compare tfoot td { border-bottom: 0; }
.compare tfoot a { color: #b7bfcb; font-weight: 600; display: inline-flex; gap: 7px; align-items: center; }
.compare tfoot a:hover { color: #eef1f5; }
.compare tfoot a svg { width: 16px; height: 16px; }

/* ---------- INVEST / PRICE ---------- */
.invest { max-width: 640px; margin: 46px auto 0; text-align: center; border-radius: 24px; padding: clamp(30px,4vw,50px);
  background: radial-gradient(130% 120% at 50% 0%, var(--gold-soft), var(--surface)); }
.invest .excl-badge { margin-bottom: 22px; }
.invest .inc { display: flex; flex-direction: column; gap: 10px; text-align: left; max-width: 430px; margin: 0 auto 26px; }
.invest .inc li { display: flex; gap: 11px; color: #e6ebf3; font-size: .98rem; }
.invest .inc li svg { width: 20px; height: 20px; flex: none; margin-top: 2px; color: var(--gold); }
.cprice { display: flex; align-items: baseline; justify-content: center; gap: 18px; margin-bottom: 10px; }
.cprice .old { font-family: var(--ff-display); font-weight: 700; font-size: clamp(1.4rem,3.5vw,2rem); color: var(--muted); text-decoration: line-through; text-decoration-color: var(--red); text-decoration-thickness: 3px; }
.cprice .now { font-family: var(--ff-serif); font-weight: 400; font-size: clamp(3.4rem,10vw,5.4rem); line-height: .9; }
.cprice .now sup { font-size: .34em; vertical-align: super; }
.invest .rate { font-size: .84rem; color: var(--muted-2); margin-bottom: 22px; }
.invest .cap-cite { color: var(--muted); font-size: .9rem; max-width: 46ch; margin: 0 auto 22px; }
.invest .guarantee { margin-top: 20px; font-size: .86rem; color: var(--muted); display: flex; align-items: center; gap: 10px; justify-content: center; }
.invest .guarantee svg { width: 18px; height: 18px; color: var(--gold); flex: none; }

/* ---------- FAQ (accordion) ---------- */
.faq { max-width: 780px; margin: 40px auto 0; }
.faq-item { border-bottom: 1px solid var(--line-cool, rgba(255,255,255,0.08)); }
.faq-item summary { list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 4px; font-family: var(--ff-display); font-weight: 600; font-size: clamp(1rem,1.8vw,1.15rem); color: var(--text); }
.faq-q .ic { width: 26px; height: 26px; flex: none; border-radius: 50%; border: 1px solid var(--line-cool, rgba(255,255,255,0.14)); display: grid; place-items: center; transition: .25s; color: var(--gold); }
.faq-q .ic svg { width: 15px; height: 15px; }
.faq-item[open] .faq-q .ic { transform: rotate(45deg); background: var(--gold-soft); border-color: var(--gold-line); }
.faq-a { padding: 0 4px 22px; color: var(--muted); font-size: .98rem; line-height: 1.65; max-width: 70ch; }

/* ---------- ERGEBNISSE (RESULTATE) im Seiten-Design: links Silber, rechts Gold ---------- */
body.coaching .results-head h2 .ul::after { background: var(--grad-gold); }   /* blaue Linie -> gold */
body.coaching #ergebnisse .res-box { background: var(--surface); border: 1px solid rgba(214,222,232,0.22); }
body.coaching #ergebnisse .res-box .rb-title { color: #e7edf5; }
body.coaching #ergebnisse .res-box li svg { color: #c3ccd8; }                 /* silberne Checks links */
body.coaching #ergebnisse .res-box.highlight { border: 1px solid var(--gold-line); background: radial-gradient(120% 120% at 50% 0%, var(--gold-soft), var(--surface)); }
body.coaching #ergebnisse .res-box.highlight .rb-title { color: var(--gold-bright); }
body.coaching #ergebnisse .res-box.highlight li svg { color: var(--gold); }   /* goldene Checks rechts */
body.coaching #ergebnisse .eh-pill.eh-light { background: linear-gradient(180deg, #f2f5f9, #c9d0da); color: #10141b; }   /* Silber-Pill */
body.coaching #ergebnisse .eh-pill.eh-dark { background: var(--grad-gold); color: var(--gold-ink); box-shadow: 0 14px 36px -14px rgba(232,197,131,0.55); }   /* Gold-Pill */
body.coaching .vs-badge { border-color: rgba(214,222,232,0.25); }
body.coaching .vs-arrow { color: var(--gold); border-color: var(--gold-line); background: #05070b; }

/* ---------- Reuse: testimonials framing on coaching ---------- */
.coaching .phone { border-color: #1c232f; }
.coaching .bubble.me { background: linear-gradient(135deg, var(--gold-deep), var(--gold-ink)); }

/* ============================================================
   STICKY MOBILE CTA BAR — global (both pages)
   ============================================================ */
.stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: none;
  gap: 10px; padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  background: color-mix(in srgb, #05070b 92%, transparent); backdrop-filter: blur(14px); border-top: 1px solid rgba(255,255,255,0.08); }
.stickybar .btn, .stickybar .btn-ghost-gold { flex: 1; padding: 14px 12px; font-size: .92rem; white-space: nowrap; }
@media (max-width: 720px) { .stickybar { display: flex; } body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .mech-grid, .mod-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .compare { overflow-x: auto; }
  .compare table { min-width: 460px; }
}

/* ============================================================
   Serif-Zahlen sauber (Lining-Figures) — "1" ist keine "i" mehr
   ============================================================ */
.coaching .ff-serif,
.coaching .sec-title,
.coaching .cprice .now,
.coaching .gap-card .big,
.coaching .mod .mod-num,
.coaching .rstep .node,
.coaching .ritual .rframe {
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

/* ============================================================
   RESULTATE — rechte Box: Unterpunkte sauber ausrichten
   ============================================================ */
body.coaching #ergebnisse .res-box ul li.sub-li {
  display: block;
  margin-left: 30px;
  padding-left: 15px;
  text-indent: -15px;
  font-size: .9rem;
  line-height: 1.5;
}
body.coaching #ergebnisse .res-box ul li.sub-li b { color: #fff; }

/* ============================================================
   Stufe 3 — Monatlicher Gruppencall (stärker in Szene gesetzt)
   ============================================================ */
.stufe .intro b { color: var(--gold-bright); font-weight: 600; }
.gc-label {
  font-family: var(--ff-display); font-weight: 700;
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 12px;
  margin: clamp(26px,3.6vw,38px) 0 18px;
}
.gc-label::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--gold-line), transparent); }
.gc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gc-card {
  background: var(--surface);
  border: 1px solid var(--gold-line);
  border-radius: 16px;
  padding: clamp(20px,2.4vw,26px);
}
.gc-card .gc-ico {
  width: 46px; height: 46px; border-radius: 13px;
  display: grid; place-items: center;
  background: var(--gold-soft); color: var(--gold);
  margin-bottom: 14px;
}
.gc-card .gc-ico svg { width: 23px; height: 23px; }
.gc-card h4 {
  font-family: var(--ff-display); font-weight: 700;
  font-size: 1.06rem; color: var(--gold-bright);
  margin-bottom: 8px; line-height: 1.25;
}
.gc-card p { color: var(--muted); font-size: .92rem; line-height: 1.55; }
.gc-close {
  margin-top: clamp(22px,2.8vw,30px);
  color: #d7dbe4; font-size: clamp(1rem,1.6vw,1.12rem);
  line-height: 1.6; max-width: 70ch;
}
@media (max-width: 820px) {
  .gc-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Auth (Login / Kursbereich) — Gold-Theme, kompakt
   ============================================================ */
.auth-wrap { max-width: 420px; margin: 0 auto; padding: clamp(110px,14vw,150px) 20px 80px; }
.auth-card { background: var(--surface); border: 1px solid var(--gold-line); border-radius: 20px; padding: clamp(28px,4vw,38px); }
.auth-card h1 { font-family: var(--ff-display); font-weight: 800; font-size: 1.6rem; margin-bottom: 6px; }
.auth-card .sub { color: var(--muted); font-size: .92rem; margin-bottom: 26px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-size: .82rem; color: var(--muted-2); font-weight: 600; }
.field input {
  background: rgba(255,255,255,0.04); border: 1px solid var(--gold-line); border-radius: 10px;
  padding: 12px 14px; color: #fff; font-size: .98rem; font-family: inherit;
}
.field input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,0.06); }
.auth-submit { width: 100%; justify-content: center; margin-top: 6px; border: none; cursor: pointer; }
.auth-msg { font-size: .88rem; margin-top: 14px; padding: 10px 12px; border-radius: 10px; display: none; }
.auth-msg.show { display: block; }
.auth-msg.err { background: rgba(220,80,80,0.12); color: #f2a3a3; border: 1px solid rgba(220,80,80,0.3); }
.auth-msg.ok { background: rgba(120,200,140,0.1); color: #a8dab5; border: 1px solid rgba(120,200,140,0.3); }
.auth-foot { text-align: center; margin-top: 18px; font-size: .86rem; color: var(--muted-2); }
.auth-foot a { color: var(--gold); }

/* Kursbereich (protected) */
.kurs-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 30px; }
.kurs-head .who { font-size: .88rem; color: var(--muted-2); }
.kurs-logout { background: none; border: 1px solid var(--gold-line); color: var(--gold); border-radius: 10px; padding: 9px 16px; font-size: .86rem; cursor: pointer; font-family: inherit; }
.kurs-mods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.kurs-mod { background: var(--surface); border: 1px solid var(--gold-line); border-radius: 16px; padding: 20px; position: relative; }
.kurs-mod .kmod-num { font-family: var(--ff-display); font-weight: 800; color: var(--gold); font-size: .82rem; opacity: .8; }
.kurs-mod h4 { font-family: var(--ff-display); font-weight: 700; margin: 8px 0 6px; font-size: 1.02rem; }
.kurs-mod p { color: var(--muted); font-size: .88rem; }
.kurs-mod .kmod-state {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: .76rem;
  color: var(--muted-2); text-transform: uppercase; letter-spacing: .06em;
}
.kurs-mod .kmod-state svg { width: 13px; height: 13px; }
@media (max-width: 820px) { .kurs-mods { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .kurs-mods { grid-template-columns: 1fr; } }

/* Kursbereich — Videoplayer + Kapitelliste */
.kurs-player-wrap { margin-top: 8px; }
.kurs-player { width: 100%; aspect-ratio: 16/9; border-radius: 16px; background: #000; border: 1px solid var(--gold-line); display: block; }
.kurs-now-playing { font-size: .86rem; color: var(--muted-2); margin-top: 10px; }
.kurs-section { margin-top: 30px; }
.kurs-section h3 {
  font-family: var(--ff-display); font-weight: 800; font-size: 1.1rem; color: var(--gold);
  margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--gold-line);
}
.kurs-list { display: flex; flex-direction: column; gap: 8px; }
.kurs-list-item {
  display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 12px;
  background: var(--surface); border: 1px solid var(--gold-line); cursor: pointer;
}
.kurs-list-item:hover { border-color: var(--gold); background: rgba(255,255,255,0.03); }
.kurs-list-item.active { border-color: var(--gold); background: var(--gold-soft); }
.kli-icon { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,0.06); color: var(--gold); display: grid; place-items: center; flex: none; }
.kurs-list-item.active .kli-icon { background: var(--gold); color: #1a1204; }
.kli-icon svg { width: 15px; height: 15px; }
.kli-title { font-size: .94rem; color: #e7edf5; }
.kurs-list-item.active .kli-title { color: #fff; font-weight: 600; }

/* ============================================================
   Kursbereich-Vorschau-Teaser ("so sieht's aus, wenn du drin bist")
   ============================================================ */
.kt-frame {
  max-width: 640px; margin: clamp(28px,4vw,40px) auto 0; border-radius: 22px; overflow: hidden;
  background: #05070b; border: 1px solid var(--gold-line);
  box-shadow: 0 30px 80px -30px rgba(0,0,0,.7);
}
.kt-topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,.06);
}
.kt-brand { display: flex; align-items: center; gap: 8px; font-family: var(--ff-display); font-weight: 800; font-size: .82rem; letter-spacing: .02em; color: #f4dca6; }
.kt-brand img { width: 18px; height: auto; }
.kt-lockbadge {
  display: inline-flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: var(--gold);
  border: 1px solid var(--gold-line); background: var(--gold-soft); border-radius: 999px; padding: 5px 11px;
}
.kt-lockbadge svg { width: 12px; height: 12px; }
.kt-body { padding: 22px 22px 26px; }
.kt-title { font-family: var(--ff-display); font-weight: 800; font-size: 1.15rem; margin-bottom: 14px; }
.kt-player {
  position: relative; border-radius: 14px; aspect-ratio: 16/9; overflow: hidden; margin-bottom: 20px;
  background: radial-gradient(120% 140% at 20% 0%, rgba(232,197,131,.16), transparent 60%), #0b0d12;
  border: 1px solid rgba(255,255,255,.08); display: grid; place-items: center;
}
.kt-player .kt-play {
  width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16); display: grid; place-items: center; color: var(--gold);
  position: relative; z-index: 2;
}
.kt-player .kt-play svg { width: 20px; height: 20px; }
.kt-player .kt-caption { position: absolute; left: 16px; bottom: 22px; font-size: .8rem; color: var(--muted-2); z-index: 2; }

/* Echter Screenshot aus dem Intro-Video als Vorschau, statt einer abstrakten Grafik */
.kt-player.kt-playing {
  background:
    linear-gradient(0deg, rgba(5,7,11,.55), rgba(5,7,11,0) 45%),
    url('/assets/img/kurs-intro-preview.jpg');
  background-size: cover;
  background-position: center;
}
.kt-play-active {
  background: var(--grad-gold) !important; color: #1a1204 !important; border-color: transparent !important;
  box-shadow: 0 0 0 0 rgba(232,197,131,.55); animation: pulseGold 2.2s infinite;
}
.kt-nowbadge {
  position: absolute; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 6px;
  font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #fff;
  background: rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 5px 10px 5px 8px;
  backdrop-filter: blur(4px);
}
.kt-dot { width: 6px; height: 6px; border-radius: 50%; background: #ef4444; animation: pulseGold 1.6s infinite; }
.kt-progresspill {
  position: absolute; top: 12px; right: 12px; font-size: .7rem; font-weight: 700; color: var(--gold);
  background: rgba(0,0,0,.5); border: 1px solid var(--gold-line); border-radius: 999px; padding: 5px 10px;
  backdrop-filter: blur(4px);
}
.kt-scrub { position: absolute; left: 14px; right: 14px; bottom: 12px; height: 3px; border-radius: 999px; background: rgba(255,255,255,.15); overflow: hidden; }
.kt-scrub-fill { width: 8%; height: 100%; background: var(--grad-gold); border-radius: 999px; }
.kt-section-label {
  font-family: var(--ff-display); font-weight: 800; font-size: .84rem; color: var(--gold);
  text-transform: uppercase; letter-spacing: .06em; margin: 20px 0 10px; padding-bottom: 6px;
  border-bottom: 1px solid var(--gold-line);
}
.kt-list { display: flex; flex-direction: column; gap: 7px; }
.kt-item {
  display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 10px;
  background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.06);
}
.kt-item .kt-lock { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.05); color: var(--muted-2); display: grid; place-items: center; flex: none; }
.kt-item .kt-lock svg { width: 12px; height: 12px; }
.kt-item .kt-label { font-size: .92rem; color: #dbe4f0; white-space: nowrap; }
.kt-item.kt-active { border-color: var(--gold); background: var(--gold-soft); }
.kt-item.kt-active .kt-label { color: #fff; font-weight: 700; }
.kt-item.kt-active .kt-label::after { content: "· wird gerade angesehen"; margin-left: 8px; font-weight: 400; font-size: .78rem; color: var(--gold); white-space: nowrap; }
.kt-playicon { background: var(--gold) !important; color: #1a1204 !important; }
.kt-item .kt-blur {
  filter: blur(6px); user-select: none; color: #cdd8e6; font-size: .92rem;
  overflow: hidden; text-overflow: clip; white-space: nowrap;
}
.kt-foot { margin-top: 18px; text-align: center; font-size: .86rem; color: var(--muted); }
.kt-foot b { color: #fff; }
@media (max-width: 560px) {
  .kt-item .kt-blur { max-width: 42vw; }
}
