/* ═══════════════════════════════════════════════════════
   CHANGA — Landingpage kurse2.changa.de
   Seiten-spezifisches CSS.
   Benötigt global-system.css (vorher laden).
   ═══════════════════════════════════════════════════════ */


/* ─── 1. HEADER (fixed, minimal, kein Navi) ─────────────── */
.lp-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1rem var(--pad-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .3s, backdrop-filter .3s;
}
.lp-header.is-scrolled {
  background: rgba(13,14,16,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.lp-header-logo img { height: 28px; width: auto; }
.lp-header-cta { font-size: .85rem; }


/* ─── 2. HERO-KOMPONENTE ────────────────────────────────── */
.ch-hero {
  background:
    radial-gradient(circle at 78% 42%, rgba(232,98,26,.17) 0%, rgba(232,98,26,.07) 24%, transparent 48%),
    radial-gradient(circle at 20% 110%, rgba(245,135,74,.07) 0%, transparent 40%),
    linear-gradient(160deg, var(--obsidian) 0%, var(--anthracite) 58%, var(--slate) 100%);
  color: var(--pearl);
  position: relative;
  overflow: hidden;
  min-height: min(94svh, 940px);
  padding-top: clamp(1.45rem, 2.55vw, 2.9rem);
  display: flex;
  align-items: stretch;
}
.ch-hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 43%, rgba(0,0,0,.54) 0%, rgba(0,0,0,.30) 34%, rgba(0,0,0,.08) 58%, transparent 76%),
    linear-gradient(90deg, rgba(13,14,16,.65) 0%, rgba(13,14,16,.38) 28%, rgba(13,14,16,.10) 48%, transparent 68%);
}
.ch-hero::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0; height: 18%;
  z-index: 2; pointer-events: none;
  background: linear-gradient(to top, rgba(13,14,16,.96), transparent);
}
.ch-hero .ch-container { position: relative; z-index: 10; }

.ch-hero-shell {
  min-height: calc(min(94svh, 940px) - clamp(1.45rem, 2.55vw, 2.9rem));
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.ch-hero-logo {
  width: clamp(112px, 10vw, 148px);
  height: auto;
  display: block;
  opacity: .95;
}

.ch-hero-main {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding-top: clamp(2.75rem, 6.1vh, 5.15rem);
  position: relative;
}

.ch-hero-copy {
  position: relative; z-index: 20;
  max-width: 720px;
  padding-bottom: clamp(1.2rem, 3.6vh, 2.6rem);
}
.ch-hero-copy .ch-eyebrow { margin-bottom: 1.45rem; }

/* Hero-spezifische ch-h1 Überschrift */
.ch-hero .ch-h1 {
  max-width: 720px;
  color: var(--pearl);
  text-wrap: balance;
  margin-bottom: 1.35rem;
}
.ch-h1-main {
  display: block;
  font-family: var(--font-sans);
  font-size: clamp(2.65rem, 3.25vw, 4.15rem);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 740;
  color: var(--pearl);
  text-shadow: 0 18px 50px rgba(0,0,0,.46), 0 2px 12px rgba(0,0,0,.34);
  white-space: nowrap;
}
.ch-h1-accent {
  display: block;
  margin-top: .42rem;
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 2.9vw, 3.45rem);
  line-height: .96;
  letter-spacing: -.035em;
  font-weight: 520;
  font-style: italic;
  background: linear-gradient(90deg, var(--orange) 0%, var(--salsa) 46%, var(--mango) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

/* Hero-spezifischer ch-text-lead (überschreibt global-system) */
.ch-hero .ch-text-lead {
  color: rgba(232,234,237,.76);
  font-size: clamp(.98rem, 1.02vw, 1.08rem);
  line-height: 1.66;
  font-weight: 350;
  max-width: 548px;
  margin-bottom: 1.8rem;
}

.ch-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
}
.ch-hero-trust {
  display: flex;
  align-items: center;
  gap: .85rem 1.2rem;
  flex-wrap: wrap;
  color: rgba(232,234,237,.62);
  font-size: .83rem;
  font-weight: 550;
}
.ch-hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
}
.ch-hero-trust-item svg {
  width: .92rem; height: .92rem;
  color: var(--salsa);
  flex-shrink: 0;
}

.ch-hero-visual {
  position: relative;
  align-self: stretch;
  min-height: clamp(565px, 61vh, 650px);
  isolation: isolate;
}

.ch-hero-orb {
  position: absolute;
  width: clamp(420px, 42vw, 690px);
  aspect-ratio: 1;
  border-radius: 999px;
  right: clamp(-.5rem, 3vw, 3.6rem);
  bottom: clamp(3.6rem, 8vh, 5.5rem);
  z-index: 1;
  background: radial-gradient(
    circle at 36% 30%,
    var(--orange-light)  0%,
    var(--salsa)         18%,
    var(--orange)        45%,
    var(--orange-deep)   74%,
    var(--orange-shadow) 100%
  );
  box-shadow:
    0 0 70px rgba(232,98,26,.30),
    0 0 150px rgba(232,98,26,.14),
    inset 0 32px 80px rgba(255,255,255,.12),
    inset 0 -38px 70px rgba(60,14,0,.18);
}
.ch-hero-orb::after {
  content: '';
  position: absolute; inset: -18%; border-radius: inherit;
  background: radial-gradient(circle, rgba(232,98,26,.22) 0%, rgba(232,98,26,.07) 34%, transparent 68%);
  z-index: -1;
  filter: blur(28px);
}

.ch-hero-light-rim {
  position: absolute; z-index: 3;
  right: 6%; bottom: 10%;
  width: 55%; height: 55%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,135,74,.17) 0%, rgba(245,135,74,.04) 42%, transparent 70%);
  filter: blur(36px);
  pointer-events: none;
}

.ch-hero-image {
  position: absolute; z-index: 4;
  right: clamp(-3rem, -2vw, -1rem);
  bottom: -2.2rem;
  width: clamp(780px, 66vw, 1020px);
  max-width: unset;
  height: auto;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(-18px 30px 35px rgba(0,0,0,.44));
}

.ch-hero-note {
  position: absolute; z-index: 9;
  left: clamp(-2.2rem, -2vw, -.8rem);
  bottom: clamp(5.2rem, 9vh, 6.6rem);
  width: min(310px, 44vw);
  border-radius: 1.15rem;
  padding: 1rem 1.05rem;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: .85rem;
  align-items: center;
}
.ch-hero-note-icon {
  width: 42px; height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, var(--salsa), var(--orange));
  box-shadow: 0 0 26px rgba(232,98,26,.30);
  flex-shrink: 0;
}
.ch-hero-note h3 {
  font-size: .95rem; line-height: 1.18;
  font-weight: 760; letter-spacing: -.01em;
  color: var(--pearl); margin-bottom: .2rem;
}
.ch-hero-note p {
  color: rgba(232,234,237,.61);
  font-size: .78rem; line-height: 1.38; font-weight: 350;
}

.ch-hero-benefits-wrap {
  position: relative; z-index: 30;
  margin-top: clamp(-4.9rem, -5.5vw, -3.45rem);
  padding-bottom: clamp(1.15rem, 2vw, 1.8rem);
}
.ch-hero-benefits {
  border-radius: 1.25rem;
  padding: 1.12rem 1.22rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.ch-hero-benefit {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: .85rem;
  align-items: start;
  padding: .22rem 1rem;
  border-right: 1px solid rgba(255,255,255,.075);
}
.ch-hero-benefit:first-child { padding-left: .35rem; }
.ch-hero-benefit:last-child  { border-right: none; padding-right: .35rem; }
.ch-hero-benefit svg { width: 1.42rem; height: 1.42rem; color: var(--salsa); margin-top: .1rem; }
.ch-hero-benefit h4 { font-size: .93rem; line-height: 1.2; color: var(--pearl); font-weight: 720; margin-bottom: .26rem; letter-spacing: -.01em; }
.ch-hero-benefit p  { color: rgba(232,234,237,.55); font-size: .8rem; line-height: 1.35; font-weight: 350; }

.lp-hero-scroll {
  position: absolute;
  bottom: clamp(1.35rem, 3vw, 2.25rem);
  left: 50%; transform: translateX(-50%);
  z-index: 40;
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px;
  color: rgba(245,246,247,.88);
  background: rgba(245,246,247,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-pill);
}
.lp-hero-scroll svg { animation: lp-bounce 2s ease-in-out infinite; }
@keyframes lp-bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(5px); }
}

/* Hero Responsive */
@media (max-width: 1240px) {
  .ch-h1-main, .ch-h1-accent { white-space: normal; }
}
@media (max-width: 1120px) {
  .ch-hero-main { grid-template-columns: 1fr; padding-bottom: 0; text-align: center; }
  .ch-hero-copy { max-width: 760px; margin: 0 auto; padding-bottom: 0; }
  .ch-hero .ch-h1, .ch-hero .ch-text-lead { margin-inline: auto; }
  .ch-eyebrow, .ch-hero-actions { align-items: center; justify-content: center; }
  .ch-hero-visual { min-height: 610px; margin-top: -1.5rem; }
  .ch-hero-orb { left: 50%; right: auto; transform: translateX(-50%); bottom: 6.5rem; }
  .ch-hero-image { left: 50%; right: auto; transform: translateX(-50%); width: min(940px, 112vw); }
  .ch-hero-note { left: 50%; transform: translateX(-50%); bottom: 7rem; text-align: left; }
}
@media (max-width: 860px) {
  .ch-hero-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 1rem; }
  .ch-hero-benefit:nth-child(2) { border-right: none; }
  .ch-hero-benefit:nth-child(3),
  .ch-hero-benefit:nth-child(4) { border-top: 1px solid rgba(255,255,255,.075); padding-top: 1.1rem; }
  .ch-hero-benefit:nth-child(3) { padding-left: .35rem; }
}
@media (max-width: 640px) {
  .ch-hero { min-height: auto; padding-top: 1.15rem; }
  .ch-hero-shell { min-height: auto; }
  .ch-hero-main { gap: 0; padding-top: 3.1rem; }
  .ch-h1-main   { font-size: clamp(2.45rem, 10.4vw, 3.9rem); }
  .ch-h1-accent { font-size: clamp(2.2rem, 9.6vw, 3.35rem); }
  .ch-hero .ch-text-lead { font-size: .98rem; line-height: 1.62; }
  .btn-primary    { width: 100%; min-height: 56px; font-size: .9rem; }
  .ch-hero-trust { justify-content: center; font-size: .78rem; }
  .ch-hero-visual { min-height: 445px; margin-top: -1.2rem; }
  .ch-hero-orb  { width: 86vw; bottom: 4.9rem; }
  .ch-hero-image { width: 132vw; max-width: 620px; bottom: -1px; }
  .ch-hero-note { width: min(92%, 320px); bottom: 5.1rem; grid-template-columns: 38px 1fr; padding: .85rem .9rem; }
  .ch-hero-note-icon { width: 38px; height: 38px; }
  .ch-hero-benefits-wrap { margin-top: -1rem; }
  .ch-hero-benefits { grid-template-columns: 1fr; padding: 1.05rem; }
  .ch-hero-benefit,
  .ch-hero-benefit:first-child,
  .ch-hero-benefit:nth-child(3) { border-right: none; border-top: 1px solid rgba(255,255,255,.075); padding: .95rem 0; }
  .ch-hero-benefit:first-child { border-top: none; padding-top: 0; }
  .ch-hero-benefit:last-child   { padding-bottom: 0; }
  .lp-hero-scroll { display: none; }
}


/* ─── 3. GRADIENT-TEXT & GLOW ───────────────────────────── */
.lp-gradient-text {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--orange);
  background: linear-gradient(90deg, var(--mango), var(--salsa), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0 0.06em 0.06em;
}

/* Glow-Orb (verwendet in Final CTA) */
.lp-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(120px);
  opacity: 0.08;
}
.lp-glow--orange { background: var(--orange); }
.lp-glow--mango  { background: var(--mango); }


/* ─── 4. FOTO-STRIP ─────────────────────────────────────── */
.lp-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: clamp(180px, 28vw, 380px);
  overflow: hidden;
}
.lp-photo-strip-img { overflow: hidden; }
.lp-photo-strip-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.6s var(--ease-flow);
  will-change: transform;
}
.lp-photo-strip-img:hover img { transform: scale(1.05); }
@media (max-width: 640px) {
  .lp-photo-strip { grid-template-columns: repeat(2, 1fr); }
  .lp-photo-strip-img:last-child { display: none; }
}


/* ─── 5. TRENNLINIE ─────────────────────────────────────── */
.lp-divider {
  height: 1px;
  margin: 3rem 0;
  background: linear-gradient(90deg, transparent, rgba(13,14,16,.08) 20%, rgba(13,14,16,.08) 80%, transparent);
}


/* ─── 6. VERTRAUEN — 3 METRIKEN ─────────────────────────── */
.lp-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  border: var(--border-dark-08);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  margin-top: 3rem;
}
.lp-trust-card {
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background: var(--surface-white);
  text-align: center;
}
.lp-trust-number {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -.04em;
  color: var(--orange);
  line-height: 1;
  margin-bottom: .4rem;
}
.lp-trust-label {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: .6rem;
}
.lp-trust-copy {
  font-size: .875rem;
  line-height: 1.6;
  color: var(--steel-text);
}
.lp-trust-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 4rem;
  align-items: start;
}
.lp-pullquote {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-style: italic;
  font-family: var(--font-serif);
  color: var(--iron-text);
  line-height: 1.55;
  border-left: 3px solid var(--orange);
  padding-left: 1.25rem;
}
.lp-trust-closing {
  margin-top: 3rem;
  text-align: center;
}


/* ─── 7. WAS DICH ERWARTET ──────────────────────────────── */
.lp-expect-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 5rem;
  align-items: center;
  margin-top: 3rem;
}
.lp-expect-visual {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.lp-expect-visual img { width: 100%; height: 100%; object-fit: cover; }
.lp-expect-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.lp-expect-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.lp-expect-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(232,98,26,.12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--orange);
  font-size: 1rem;
}
.lp-expect-text h4 {
  font-size: 1rem; font-weight: 600;
  color: var(--text-dark); margin-bottom: .2rem;
}
.lp-expect-text p {
  font-size: .875rem;
  color: var(--steel-text);
  line-height: 1.6;
}


/* ─── 8. TANZSTILE ──────────────────────────────────────── */
.lp-styles .ch-container { z-index: 2; }
.lp-styles .ch-grain-elegant { opacity: .018; }
.lp-styles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.lp-style-card {
  background: rgba(22,24,27,.88);
  border: var(--border-glass);
  border-radius: var(--radius-2xl);
  padding: clamp(1.5rem, 2.5vw, 2rem);
  box-shadow: var(--inner-glow), 0 22px 46px rgba(0,0,0,.18);
  transition:
    transform  var(--transition-slow),
    border-color var(--transition-slow),
    box-shadow var(--transition-slow);
  position: relative; overflow: hidden;
  backdrop-filter: blur(10px);
  will-change: transform;
}
.lp-style-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245,135,74,.32);
  box-shadow: var(--inner-glow), 0 32px 64px rgba(0,0,0,.28);
}
.lp-style-card--featured {
  background: linear-gradient(150deg, rgba(35,39,44,.94) 0%, rgba(22,24,27,.96) 100%);
  border-color: rgba(245,135,74,.34);
}
.lp-style-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .7rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--orange);
  background: rgba(232,98,26,.12);
  border: var(--border-accent-base);
  border-radius: var(--radius-pill);
  padding: 4px 10px;
  margin-bottom: 1rem;
}
.lp-style-tag-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.lp-style-name {
  font-size: 1.4rem; font-weight: 700;
  color: var(--text-light);
  margin-bottom: .75rem;
  letter-spacing: -.01em;
}
.lp-style-desc {
  font-size: .875rem; line-height: 1.65;
  color: rgba(232,234,237,.78);
}
.lp-style-footer {
  margin-top: 1.25rem;
  font-size: .75rem;
  color: rgba(232,234,237,.58);
  letter-spacing: .02em;
}


/* ─── 9. WIE ES FUNKTIONIERT — 3 SCHRITTE ───────────────── */
.lp-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  position: relative;
}
.lp-step {
  text-align: center;
  padding: 2rem 1rem;
}
.lp-step-number {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--salsa) 0%, var(--orange) 100%);
  color: var(--pearl);
  font-size: 1.4rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
  box-shadow: 0 0 20px rgba(232,98,26,.3);
}
.lp-step h3 { font-size: 1.1rem; font-weight: 700; color: var(--text-dark); margin-bottom: .5rem; }
.lp-step p  { font-size: .875rem; color: var(--steel-text); line-height: 1.65; }


/* ─── 10. TESTIMONIAL SLIDER — HELL ─────────────────────── */
.lp-ts-header {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.lp-ts-rating {
  display: inline-flex;
  align-items: center;
  margin-top: 1.5rem;
  padding: .5rem 1.25rem;
  background: rgba(13,14,16,.04);
  border: 1px solid rgba(13,14,16,.1);
  border-radius: var(--radius-pill);
}
.lp-ts-rating-stars {
  color: var(--orange);
  font-size: .95rem;
  letter-spacing: .04em;
  line-height: 1;
}

.lp-ts-track-wrap {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.lp-ts-track-wrap + .lp-ts-track-wrap {
  margin-top: .5rem;
  padding-bottom: 2rem;
}

@keyframes lp-ts-scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes lp-ts-scroll-right {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
.lp-ts-track {
  display: flex;
  width: max-content;
  animation: lp-ts-scroll-left 90s linear infinite;
}
.lp-ts-track--reverse {
  animation-name: lp-ts-scroll-right;
  animation-duration: 84s;
}
.lp-ts-track-wrap:hover .lp-ts-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .lp-ts-track { animation: none; }
}

.lp-ts-card {
  width: 380px;
  flex-shrink: 0;
  margin-right: 1.5rem;
  background: var(--surface-white);
  border: 1px solid rgba(13,14,16,.07);
  box-shadow: var(--shadow-card);
  border-radius: var(--radius-2xl);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: .875rem;
  position: relative;
  transition: border-color var(--transition-base), box-shadow var(--transition-slow), transform var(--transition-slow);
}
.lp-ts-card:hover {
  border-color: rgba(232,98,26,.2);
  box-shadow: 0 16px 48px rgba(232,98,26,.10), 0 4px 12px rgba(13,14,16,.06);
  transform: translateY(-4px);
}
.lp-ts-stars { color: var(--orange); font-size: 1rem; letter-spacing: .05em; line-height: 1; }
.lp-ts-text {
  font-size: .9rem; line-height: 1.75;
  color: var(--iron-text); font-style: italic; flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lp-ts-author {
  display: flex; align-items: center; gap: .75rem;
  padding-top: .875rem;
  border-top: 1px solid rgba(13,14,16,.08);
  margin-top: auto;
}
.lp-ts-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--salsa) 0%, var(--orange) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: .78rem; font-weight: 700;
  color: var(--pearl); flex-shrink: 0;
}
.lp-ts-name { font-size: .875rem; font-weight: 600; color: var(--text-dark); }
.lp-ts-google {
  position: absolute; top: 1.5rem; right: 1.5rem;
  opacity: .35; transition: opacity var(--transition-base);
}
.lp-ts-google svg { width: 14px; height: 14px; display: block; }
.lp-ts-card:hover .lp-ts-google { opacity: .65; }
@media (max-width: 640px) {
  .lp-ts-card { width: 300px; }
}


/* ─── 11. FORMULAR / HAUPTANMELDUNG ─────────────────────── */
.lp-register {
  background: linear-gradient(160deg, var(--obsidian) 0%, var(--anthracite) 55%, var(--slate) 100%);
  position: relative;
  overflow: visible;
}
.lp-register-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.lp-register-left h2 { color: var(--text-light); margin-bottom: 1rem; }
.lp-register-left p  { color: rgba(232,234,237,.75); margin-bottom: 1.75rem; }

.lp-register-badge {
  display: inline-flex;
  align-items: center; gap: .5rem;
  font-size: .8rem; font-weight: 600;
  color: var(--orange);
  background: rgba(232,98,26,.1);
  border: var(--border-accent-base);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  margin-bottom: 1.5rem;
}
.lp-register-badge svg { width: 14px; height: 14px; }

.lp-register-checklist {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  margin-bottom: 2rem;
}
.lp-register-check {
  display: flex;
  align-items: center; gap: .75rem;
  font-size: .9rem;
  color: rgba(232,234,237,.8);
}
.lp-register-check-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(232,98,26,.15);
  border: 1px solid rgba(232,98,26,.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange);
  font-size: .75rem; flex-shrink: 0;
}

.lp-form {
  background: rgba(255,255,255,.04);
  border: var(--border-light-12);
  border-radius: var(--radius-2xl);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  box-shadow: var(--inner-glow);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lp-form-title   { font-size: 1.1rem; font-weight: 700; color: var(--text-light); margin-bottom: .4rem; }
.lp-form-subtitle { font-size: .85rem; color: var(--steel-text); margin-bottom: 1.75rem; line-height: 1.55; }
.lp-field { display: grid; gap: .4rem; margin-bottom: 1rem; }
.lp-field-label {
  font-size: .75rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: rgba(232,234,237,.65);
}
.lp-field-input,
.lp-field-select {
  width: 100%; padding: .9rem 1.1rem;
  background: rgba(255,255,255,.08);
  border: var(--border-light-10);
  border-radius: var(--radius-lg);
  color: var(--text-light);
  font-family: var(--font-sans); font-size: .95rem;
  transition: border-color .2s, background .2s;
  -webkit-appearance: none; appearance: none;
}
.lp-field-input::placeholder { color: var(--steel-text); }
.lp-field-input:focus,
.lp-field-select:focus {
  outline: none;
  border-color: rgba(232,98,26,.5);
  background: rgba(255,255,255,.12);
}
.lp-field-select option { background: var(--anthracite); color: var(--text-light); }
.lp-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.lp-field-hint { font-size: .75rem; color: var(--steel-text); line-height: 1.4; margin: 0; }
.lp-form-submit { width: 100%; margin-top: .5rem; padding: 1.1rem; font-size: 1rem; font-weight: 600; }
.lp-form-legal {
  font-size: .72rem; color: var(--steel-text);
  line-height: 1.55; margin-top: 1rem; text-align: center;
}
.lp-form-legal a { color: var(--steel-text); text-decoration: underline; text-decoration-color: rgba(139,146,152,.4); }


/* ─── 12. MITGLIEDSCHAFT-HINWEIS — entfernt ─────────────── */
/* Pricing-Section wurde aus der Landingpage entfernt (Copy-Strategie:
   kein Kaufdruck vor der Schnupperstunde). CSS-Klassen gelöscht. */


/* ─── 13. FAQ ───────────────────────────────────────────── */
.lp-faq-list {
  margin-top: 3rem;
  display: flex; flex-direction: column; gap: 1px;
  border: var(--border-dark-08);
  border-radius: var(--radius-2xl);
  overflow: hidden;
}
.lp-faq-item { background: var(--surface-white); }
.lp-faq-question {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.4rem 1.75rem;
  background: none; border: none; cursor: pointer;
  text-align: left;
  font-family: var(--font-sans); font-size: 1rem; font-weight: 600;
  color: var(--text-dark); transition: color .2s;
}
.lp-faq-question:hover { color: var(--orange); }
.lp-faq-question[aria-expanded="true"] { color: var(--orange); }
.lp-faq-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(232,98,26,.1); border: 1px solid rgba(232,98,26,.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--orange);
  font-size: 1rem; font-weight: 300; line-height: 1;
  transition: transform .3s var(--ease-snap), background .2s;
}
.lp-faq-question[aria-expanded="true"] .lp-faq-icon {
  transform: rotate(45deg);
  background: rgba(232,98,26,.18);
}
.lp-faq-answer {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .35s var(--ease-snap);
}
.lp-faq-answer.is-open { grid-template-rows: 1fr; }
.lp-faq-answer-inner { overflow: hidden; padding: 0 1.75rem; }
.lp-faq-answer.is-open .lp-faq-answer-inner { padding-bottom: 1.4rem; }
.lp-faq-answer p { font-size: .9rem; color: var(--iron-text); line-height: 1.7; }
.lp-faq-answer a { color: var(--orange); text-decoration: underline; }


/* ─── 14. FINAL CTA ─────────────────────────────────────── */
.lp-final-cta { text-align: center; position: relative; }
.lp-final-cta h2 { color: var(--text-light); margin-bottom: 1rem; }
.lp-final-cta p  { color: rgba(232,234,237,.75); margin-bottom: 2rem; }


/* ─── 15. FOOTER (minimal) ──────────────────────────────── */
.lp-footer {
  background: var(--obsidian);
  padding: 2.5rem 0;
  border-top: var(--border-light-10);
}
.lp-footer-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; gap: 1.5rem;
}
.lp-footer-logo img { height: 22px; opacity: .7; }
.lp-footer-info { font-size: .8rem; color: var(--steel-text); line-height: 1.6; }
.lp-footer-links { display: flex; gap: 1.5rem; }
.lp-footer-links a { font-size: .8rem; color: var(--steel-text); transition: color .2s; }
.lp-footer-links a:hover { color: var(--text-light); }


/* ─── 16. GALERIE — Bento-Bilder ────────────────────────── */
.lp-gallery { overflow: visible; }
.lp-gallery-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.lp-gallery-text { max-width: 420px; }
.lp-gallery-text .ch-h2 em {
  font-family: var(--font-serif); font-style: italic;
  color: var(--orange);
  background: linear-gradient(90deg, var(--mango), var(--salsa), var(--orange));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-gallery-text .ch-text-lead { margin-top: 1.25rem; }
.lp-gallery-text .btn-primary  { margin-top: 2rem; display: inline-flex; }
.lp-gallery-entry-list {
  display: grid; gap: .85rem;
  margin-top: 1.4rem; text-align: left;
}
.lp-gallery-entry-list li {
  border-left: 2px solid rgba(232,98,26,.34);
  padding: .2rem 0 .2rem 1rem;
}
.lp-gallery-entry-list strong {
  display: block; color: var(--text-dark);
  font-size: .95rem; font-weight: 700;
  line-height: 1.35; margin-bottom: .18rem;
}
.lp-gallery-entry-list span {
  display: block; color: var(--iron-text);
  font-size: .9rem; line-height: 1.55;
}

/* Bento-Grid — Landingpage-spezifisch */
.lp-gallery-bento {
  width: 100%;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(.85rem, 2vw, 1.25rem);
  min-height: clamp(420px, 38vw, 560px);
}
.lp-gallery-card {
  position: relative; width: 100%; height: 100%;
  border-radius: var(--radius-xl); overflow: hidden;
  background: var(--surface-white); padding: 0;
  box-shadow: 0 20px 60px -8px rgba(13,14,16,.28), 0 0 0 1px rgba(13,14,16,.06);
  transition: transform 0.5s var(--ease-flow), box-shadow 0.5s var(--ease-flow);
  will-change: transform;
}
.lp-gallery-card img {
  display: block; width: 100%; height: 100%;
  object-fit: cover; border-radius: inherit;
}
.lp-gallery-card--left  { grid-row: 1 / span 2; }
.lp-gallery-card--left img    { object-position: center center; }
.lp-gallery-card--middle img  { object-position: center 44%; }
.lp-gallery-card--right img   { object-position: center 38%; }
.lp-gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px -8px rgba(232,98,26,.22), 0 0 0 1px rgba(232,98,26,.15);
}
@keyframes lp-card-in { from { opacity: 0; } to { opacity: 1; } }
.lp-gallery-card--left   { animation: lp-card-in .5s .15s both; }
.lp-gallery-card--middle { animation: lp-card-in .5s .35s both; }
.lp-gallery-card--right  { animation: lp-card-in .5s .25s both; }


/* ─── 17. 3-SCHRITT-FORMULAR (dynamisch) ────────────────── */
.lp-step-progress {
  display: flex; align-items: center;
  margin-bottom: 1.75rem;
}
.lp-step-dot {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.2);
  color: var(--steel-text);
  font-size: .75rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  transition: background .3s, border-color .3s, color .3s;
  flex-shrink: 0;
}
.lp-step-dot.is-active {
  background: var(--orange); border-color: var(--orange); color: var(--pearl);
}
.lp-step-dot.is-done {
  background: rgba(232,98,26,.2); border-color: rgba(232,98,26,.4); color: var(--orange);
}
.lp-step-connector {
  flex: 1; height: 1px;
  background: rgba(255,255,255,.12);
  margin: 0 6px; transition: background .3s;
}
.lp-step-connector.is-done { background: rgba(232,98,26,.4); }

.lp-step-pane { display: none; }
.lp-step-pane.is-active { display: block; }

.lp-step-label {
  font-size: .72rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--orange); margin-bottom: .6rem;
}

.lp-radio-group {
  display: flex; flex-direction: column;
  gap: .65rem; margin-bottom: 1.25rem;
}
.lp-check-group {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: .65rem; margin-bottom: 1.25rem;
}
.lp-radio-card,
.lp-check-card { position: relative; }
.lp-radio-card input,
.lp-check-card input { position: absolute; opacity: 0; width: 0; height: 0; }
.lp-radio-card label,
.lp-check-card label {
  display: block; padding: .85rem 1rem;
  border-radius: var(--radius-md);
  border: 1.5px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  cursor: pointer;
  font-size: .875rem; color: rgba(232,234,237,.8);
  line-height: 1.35;
  transition: border-color .2s, background .2s, color .2s;
}
.lp-radio-card label:hover,
.lp-check-card label:hover {
  border-color: rgba(232,98,26,.35);
  background: rgba(232,98,26,.06);
}
.lp-radio-card input:checked + label,
.lp-check-card input:checked + label {
  border-color: var(--orange);
  background: rgba(232,98,26,.12);
  color: var(--pearl);
}
.lp-radio-card label strong,
.lp-check-card label strong {
  display: block; font-weight: 600;
  color: var(--text-light); margin-bottom: .1rem;
}

.lp-step-nav { display: flex; gap: .75rem; margin-top: 1.25rem; }
.lp-step-nav-back {
  padding: .8rem 1.25rem;
  border-radius: var(--radius-pill);
  background: transparent; border: 1.5px solid rgba(255,255,255,.2);
  color: var(--steel-text);
  font-family: var(--font-sans); font-size: .9rem; cursor: pointer;
  transition: border-color .2s, color .2s;
}
.lp-step-nav-back:hover { border-color: rgba(255,255,255,.4); color: var(--pearl); }
.lp-step-nav-next {
  flex: 1; padding: .9rem 1.5rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, var(--salsa) 0%, var(--orange) 100%);
  border: none; color: var(--pearl);
  font-family: var(--font-sans); font-size: .95rem; font-weight: 600;
  cursor: pointer; transition: opacity .2s, transform .2s;
}
.lp-step-nav-next:hover { opacity: .9; transform: translateY(-1px); }


/* ─── 18. RESPONSIVE ────────────────────────────────────── */
@media (max-width: 1024px) {
  .lp-trust-grid  { grid-template-columns: 1fr; }
  .lp-trust-intro { grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 860px) {
  .lp-header-cta { display: none; }
  .ch-split { grid-template-columns: 1fr; }
  .lp-expect-grid   { grid-template-columns: 1fr; }
  .lp-expect-visual { aspect-ratio: 16/9; order: -1; }
  .lp-styles-grid   { grid-template-columns: 1fr 1fr; }
  .lp-register-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .lp-register-left { text-align: center; }
  .lp-register-checklist { align-items: center; }
  .lp-field-grid { grid-template-columns: 1fr; }

  .lp-gallery-inner   { grid-template-columns: 1fr; text-align: center; }
  .lp-gallery-text    { max-width: 100%; margin: 0 auto; }
  .lp-gallery-bento   { max-width: 720px; margin: 1rem auto 0; min-height: clamp(360px, 68vw, 520px); }
}

@media (max-width: 640px) {
  .lp-styles-grid  { grid-template-columns: 1fr; }
  .lp-steps-grid   { grid-template-columns: 1fr; }
  .lp-trust-grid   { grid-template-columns: 1fr; border-radius: var(--radius-xl); }
  .lp-footer-inner { flex-direction: column; text-align: center; }
  .lp-footer-links { justify-content: center; }

  .lp-gallery-inner   { grid-template-columns: 1fr; text-align: center; }
  .lp-gallery-text    { max-width: 100%; margin: 0 auto; }
  .lp-gallery-bento   { grid-template-columns: 1fr; grid-template-rows: none; max-width: 420px; min-height: 0; margin-top: 1rem; }
  .lp-gallery-card,
  .lp-gallery-card--left,
  .lp-gallery-card--middle,
  .lp-gallery-card--right { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .lp-gallery-card--left { aspect-ratio: 4 / 5; }
  .lp-gallery-card:hover { transform: none; }
  .lp-gallery-text .btn-primary { display: flex; justify-content: center; }

  .lp-check-group { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .lp-hero-scroll { display: none; }
  .btn-primary { width: 100%; justify-content: center; }
  .lp-gallery-text .btn-primary { width: auto; }
}


/* ─── 19. DYNAMISCHE KURSKARTEN (Step 2) ─────────────────── */
.lp-courses-loading,
.lp-courses-error {
  text-align: center; padding: 32px 0;
  color: #888; font-size: .9375rem;
}
.lp-courses-error { color: #fca07a; }
.lp-course-counter {
  font-size: .8125rem; color: #888;
  text-align: right; margin-bottom: 12px; letter-spacing: .02em;
}
.lp-course-counter span { font-weight: 700; color: #e8e4e0; }
.lp-courses-container {
  display: grid; grid-template-columns: 1fr; gap: 10px;
}
.lp-course-card {
  position: relative;
  background: #1c1c1f; border: 1.5px solid #2a2a2e;
  border-radius: 12px; padding: 16px 18px 16px 54px;
  cursor: pointer; transition: border-color .18s, background .18s;
  user-select: none;
}
.lp-course-card:hover { border-color: #e8621a; background: #201e1c; }
.lp-course-card.is-selected { border-color: #e8621a; background: rgba(232,98,26,.08); }
.lp-course-card.is-disabled { opacity: .4; cursor: not-allowed; pointer-events: none; }

.lp-course-check {
  position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  width: 20px; height: 20px;
  border-radius: 5px; border: 1.5px solid #3a3a3e;
  background: #111113; transition: background .15s, border-color .15s; flex-shrink: 0;
}
.lp-course-card.is-selected .lp-course-check { background: #e8621a; border-color: #e8621a; }
.lp-course-card.is-selected .lp-course-check::after {
  content: ''; position: absolute;
  left: 5px; top: 2px; width: 6px; height: 11px;
  border: 2px solid #fff; border-top: none; border-left: none;
  transform: rotate(42deg);
}
.lp-course-title { font-weight: 600; font-size: .9375rem; color: #e8e4e0; margin: 0 0 3px; }
.lp-course-meta  { font-size: .8125rem; color: #888; margin: 0; }
.lp-course-meta span + span::before { content: ' · '; }


/* ─── 20. SCHRITT 3: GENDER + DATENSCHUTZ ────────────────── */
.lp-gender-group {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 10px; margin-top: 6px;
}
.lp-gender-label { position: relative; cursor: pointer; }
.lp-gender-label input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.lp-gender-btn {
  display: block; text-align: center;
  padding: 10px 8px;
  background: #1c1c1f; border: 1.5px solid #2a2a2e; border-radius: 10px;
  font-size: .875rem; font-family: inherit; color: #aaa;
  transition: border-color .15s, color .15s, background .15s;
}
.lp-gender-label input:checked + .lp-gender-btn {
  border-color: #e8621a; color: #e8e4e0; background: rgba(232,98,26,.08);
}
.lp-gender-label:hover .lp-gender-btn { border-color: #e8621a; color: #e8e4e0; }

.lp-privacy-field {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 16px;
  background: #1c1c1f; border: 1.5px solid #2a2a2e; border-radius: 10px;
  cursor: pointer; transition: border-color .15s;
}
.lp-privacy-field:has(input:checked) { border-color: #e8621a; }
.lp-privacy-field input[type="checkbox"] {
  flex-shrink: 0; width: 18px; height: 18px;
  margin-top: 2px; accent-color: #e8621a; cursor: pointer;
}
.lp-privacy-text { font-size: .8125rem; color: #888; line-height: 1.5; }
.lp-privacy-text a { color: #e8621a; text-decoration: none; }
.lp-privacy-text a:hover { text-decoration: underline; }


/* ─── 21. UTILITIES ─────────────────────────────────────── */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.lp-text-strong { font-weight: 600; }
.lp-mt-1 { margin-top: 1rem; }
.lp-mt-2 { margin-top: 2rem; }
.lp-mt-3 { margin-top: 3rem; }


/* ─── 22. COMPARISON SECTION ─────────────────────────────── */
.lp-comparison-header { max-width: 720px; margin: 0 auto; text-align: center; }
.lp-comparison-intro  { margin: 1.25rem auto 0; max-width: 580px; }

.lp-comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  margin-top: 3rem;
}

/* Setzt ch-card-light / lp-style-card in den Comparison-Kontext */
.lp-comparison-card {
  padding: clamp(1.75rem, 3vw, 2.5rem);
  display: flex; flex-direction: column;
}
.lp-comparison-card .lp-style-desc {
  margin-top: .25rem; padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.lp-comparison-card .lp-register-checklist { margin-bottom: 0; flex: 1; margin-top: 1.25rem; }
.lp-comparison-card .lp-register-check     { align-items: flex-start; font-size: .9rem; }

/* Grüne Check-Icons auf dunklem Grund */
.lp-comparison-card .lp-register-check-icon {
  background: rgba(34,197,94,.15);
  border-color: rgba(34,197,94,.32);
  color: #4ADE80;
}

/* Reduced card — zurückhaltender */
.lp-comparison-card--reduced {
  background: rgba(13,14,16,.55);
  border-color: rgba(255,255,255,.05);
  box-shadow: 0 8px 28px rgba(0,0,0,.16);
}
.lp-comparison-card--reduced .lp-style-name  { color: var(--steel-text); }
.lp-comparison-card--reduced .lp-style-desc  { color: rgba(139,146,152,.7); border-color: rgba(255,255,255,.04); }
.lp-comparison-card--reduced .lp-register-check { color: rgba(139,146,152,.82); }
.lp-comparison-card--reduced .lp-register-check-icon {
  background: rgba(239,68,68,.14);
  border-color: rgba(239,68,68,.28);
  color: #F87171;
}

/* Bridge: dezenter Pfeil Desktop */
.lp-comparison-bridge {
  display: flex; justify-content: flex-end;
  padding-right: 18%; margin-top: .75rem;
  opacity: .45; pointer-events: none;
}

/* CTA Zone */
.lp-comparison-cta {
  margin-top: 1.5rem;
  background: rgba(255,255,255,.04);
  border: var(--border-light-12);
  border-radius: var(--radius-2xl);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  box-shadow: var(--inner-glow);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.lp-comparison-cta-inner {
  display: flex; align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}
.lp-comparison-cta-text  { flex: 1; min-width: 0; }
.lp-comparison-cta-headline {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 700; color: var(--text-light);
  line-height: 1.25; letter-spacing: -.02em; margin-bottom: .65rem;
}
.lp-comparison-cta-sub {
  font-size: .9375rem; color: rgba(232,234,237,.7);
  line-height: 1.65; max-width: 460px;
}
.lp-comparison-cta-action { flex-shrink: 0; text-align: center; }
.lp-comparison-cta-microcopy {
  margin-top: .75rem; font-size: .8rem;
  color: var(--steel-text); letter-spacing: .02em;
}

/* Light Variant Overrides (ch-card-light Kontext) */
.ch-card-light.lp-comparison-card--featured {
  border-top: 3px solid var(--orange);
  border-color: rgba(232,98,26,.15);
  box-shadow: 0 8px 40px rgba(232,98,26,.1), 0 2px 8px rgba(13,14,16,.06);
}
.ch-card-light.lp-comparison-card--reduced {
  background: var(--surface-cool);
  border-color: rgba(13,14,16,.05);
  box-shadow: 0 2px 12px rgba(13,14,16,.04);
}
.ch-card-light.lp-comparison-card--reduced:hover { transform: none; box-shadow: 0 2px 12px rgba(13,14,16,.04); }
.ch-card-light.lp-comparison-cta {
  background: var(--surface-white);
  border: 1px solid rgba(13,14,16,.06);
  box-shadow: var(--shadow-card);
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
.ch-card-light.lp-comparison-cta .lp-comparison-cta-headline  { color: var(--text-dark); }
.ch-card-light.lp-comparison-cta .lp-comparison-cta-sub       { color: var(--iron-text); }
.ch-card-light.lp-comparison-cta .lp-comparison-cta-microcopy { color: var(--steel-text); }

/* Inhalts-Klassen für helle Comparison-Cards */
.lp-cmp-title {
  font-size: 1.35rem; font-weight: 700;
  color: var(--text-dark); letter-spacing: -.015em;
  line-height: 1.2; margin-bottom: .3rem;
}
.lp-comparison-card--reduced .lp-cmp-title { color: var(--iron-text); }
.lp-cmp-sub {
  font-size: .875rem; line-height: 1.6; color: var(--iron-text);
  padding-bottom: 1.25rem; margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(13,14,16,.08);
}
.lp-comparison-card--reduced .lp-cmp-sub { color: var(--steel-text); border-color: rgba(13,14,16,.05); }
.lp-cmp-list { display: flex; flex-direction: column; gap: .75rem; list-style: none; flex: 1; }
.lp-cmp-item {
  display: flex; align-items: flex-start; gap: .75rem;
  font-size: .9375rem; line-height: 1.55; color: var(--iron-text);
}
.lp-comparison-card--reduced .lp-cmp-item { color: var(--steel-text); }
.lp-cmp-icon {
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: .15rem;
  font-size: .7rem; font-weight: 700;
}
.lp-cmp-icon--yes { background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.28); color: #16A34A; }
.lp-cmp-icon--no  { background: rgba(239,68,68,.10);  border: 1px solid rgba(239,68,68,.24); color: #DC2626; }

@media (max-width: 860px) {
  .lp-comparison-grid      { grid-template-columns: 1fr; }
  .lp-comparison-bridge    { display: none; }
  .lp-comparison-cta-inner { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .lp-comparison-cta-action { width: 100%; text-align: left; }
  .lp-comparison-cta-action .btn-primary { width: 100%; justify-content: center; }
}

/* ─── 26. COOKIE CONSENT BANNER ─────────────────────────── */
.ch-consent[hidden] { display: none; }

.ch-consent {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
  background: rgba(13,14,16,.52);
  backdrop-filter: blur(10px);
}

.ch-consent-panel {
  width: min(100%, 760px);
  display: grid;
  gap: 1.15rem;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(13,14,16,.98);
  box-shadow: 0 28px 90px rgba(0,0,0,.48);
  color: var(--pearl);
}

.ch-consent-copy { display: grid; gap: .45rem; }

.ch-consent-kicker {
  margin: 0;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ch-consent-copy h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.08;
}

.ch-consent-copy p:not(.ch-consent-kicker) {
  margin: 0;
  color: rgba(248,249,250,.82);
  font-size: .94rem;
  line-height: 1.6;
}

.ch-consent-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.ch-consent-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .8rem;
  align-items: flex-start;
  padding: .9rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  cursor: pointer;
}

.ch-consent-option.is-disabled { cursor: default; }

.ch-consent-option input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: .12rem;
  accent-color: var(--orange);
}

.ch-consent-option strong {
  display: block;
  color: var(--pearl);
  font-size: .93rem;
  line-height: 1.25;
}

.ch-consent-option small {
  display: block;
  margin-top: .2rem;
  color: rgba(248,249,250,.66);
  font-size: .79rem;
  line-height: 1.45;
}

.ch-consent-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .65rem;
}

.ch-consent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .7rem 1.3rem;
  border-radius: var(--radius-md, 10px);
  border: 1px solid transparent;
  font-family: var(--font-sans);
  font-size: .88rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
  white-space: nowrap;
  min-height: 2.75rem;
}

.ch-consent-btn--ghost {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.35);
  color: var(--pearl);
}
.ch-consent-btn--ghost:hover {
  background: rgba(232,98,26,.14);
  border-color: rgba(232,98,26,.58);
}

.ch-consent-btn--outline {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.3);
  color: var(--pearl);
}
.ch-consent-btn--outline:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.55);
}

.ch-consent-btn--primary {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.ch-consent-btn--primary:hover {
  background: color-mix(in srgb, var(--orange) 88%, #fff 12%);
  border-color: color-mix(in srgb, var(--orange) 88%, #fff 12%);
}

@media (max-width: 640px) {
  .ch-consent { align-items: stretch; overflow: auto; }
  .ch-consent-panel { align-self: flex-end; border-radius: 18px; }
  .ch-consent-options { grid-template-columns: 1fr; }
  .ch-consent-actions { display: grid; grid-template-columns: 1fr; }
  .ch-consent-btn { width: 100%; justify-content: center; }
}


/* ═══════════════════════════════════════════════════════════
   27. ANMELDUNG — STANDALONE 100VH SEITE
   ═══════════════════════════════════════════════════════════ */

body.lp-single-form {
  background: var(--bg-gradient-dark);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.lp-single-form main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 4vh, 3rem) 0;
}

body.lp-single-form .lp-register {
  width: 100%;
  background: none;
}

body.lp-single-form .ch-container--narrow {
  width: 90%;
  max-width: 774px;
}
