/* =========================================================
   SP · Gemeinsames Design-System der Seite, 20.09.2026
   Look der Verkaufsseite /ausbildung: Nachtviolett #14102a, Sand-Akzent
   #E9C79A, Manrope/Work Sans/JetBrains Mono. Ersetzt css/home.css und
   wird von allen Seiten geladen, die im sp-Look stehen. Buttons sind
   flach in Sand (kein Gold, kein Glanz), wichtigste Wörter in
   Überschriften stehen in <span class="sp-acc">.
   Seitenspezifisches bleibt inline in der jeweiligen Seite.
   ========================================================= */
:root {
  --sp-bg: #14102a; --sp-bg-b: #191434; --sp-bg-c: #1d1640; --sp-bg-hi: #17182f; --sp-bg-deep: #100d22;
  --sp-card-bg: #1b1638; --sp-card-b: rgba(255,255,255,0.13); --sp-line: rgba(255,255,255,0.09);
  --sp-fg: #c8c5d8; --sp-soft: #ded9ec; --sp-bright: #efedf7; --sp-mute: #a3a0b8; --sp-mute2: #b0adc2;
  --sp-teal: #86e0df; --sp-lav: #c8c1ff; --sp-sand: #E9C79A; --sp-gold: #E9C79A; --sp-red: #ff8f8f;
  --sp-mono: 'JetBrains Mono', ui-monospace, monospace;
  --sp-read: 68ch;
}
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
html, body { overflow-x: hidden; background: var(--sp-bg); }
body { color: var(--sp-fg); font-family: 'Work Sans', system-ui, sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; }
main { position: relative; }
main a { color: var(--sp-teal); }
main a:hover { color: #fff; }
img, video, iframe { max-width: 100%; }
::selection { background: var(--sp-teal); color: #14102a; }
:focus-visible { outline: 2px solid var(--sp-teal); outline-offset: 3px; border-radius: 10px; }

/* ---------- Raster & Sektionen ---------- */
.sp-wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 1.25rem; position: relative; }
.sp-wrap--narrow { max-width: 900px; }
.sp-wrap--read { max-width: 780px; }
@media (min-width: 768px) { .sp-wrap { padding: 0 1.5rem; } }
.sp-section { position: relative; isolation: isolate; padding: 5rem 0; background: var(--sp-bg); }
@media (min-width: 768px) { .sp-section { padding: 7rem 0; } }
.sp-section[id] { scroll-margin-top: 90px; }
.sp-section--b { background: var(--sp-bg-b); }
.sp-section--c { background: var(--sp-bg-c); }
.sp-section--hi { background: var(--sp-bg-hi); }
.sp-section--deep { background: var(--sp-bg-deep); }
.sp-section--tight { padding: 3.5rem 0; }
@media (min-width: 768px) { .sp-section--tight { padding: 4.5rem 0; } }
.sp-section::before {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(120% 70% at 50% 0%, rgba(255,255,255,0.055) 0%, rgba(255,255,255,0) 60%),
    radial-gradient(90% 60% at 85% 100%, rgba(200,193,255,0.07) 0%, rgba(200,193,255,0) 65%);
}
.sp-section--b::before {
  background:
    radial-gradient(120% 75% at 20% 0%, rgba(200,193,255,0.10) 0%, rgba(200,193,255,0) 62%),
    radial-gradient(85% 60% at 95% 90%, rgba(134,224,223,0.06) 0%, rgba(134,224,223,0) 60%);
}
.sp-section--c::before {
  background:
    radial-gradient(110% 70% at 75% 0%, rgba(200,193,255,0.12) 0%, rgba(200,193,255,0) 60%),
    radial-gradient(90% 65% at 10% 100%, rgba(134,224,223,0.07) 0%, rgba(134,224,223,0) 62%);
}
.sp-section--hi::before {
  background:
    radial-gradient(120% 70% at 50% 0%, rgba(134,224,223,0.10) 0%, rgba(134,224,223,0) 62%),
    radial-gradient(80% 60% at 8% 95%, rgba(200,193,255,0.07) 0%, rgba(200,193,255,0) 60%);
}
.sp-section--deep::before { background: radial-gradient(130% 80% at 50% 100%, rgba(200,193,255,0.08) 0%, rgba(200,193,255,0) 65%); }
.sp-section::after {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; z-index: -1; pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(200,193,255,0.22) 22%, rgba(134,224,223,0.22) 78%, rgba(255,255,255,0) 100%);
}

.sp-head { max-width: 800px; margin: 0 0 3rem; }
@media (min-width: 768px) { .sp-head { margin-bottom: 3.5rem; } }
.sp-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.sp-head--center .sp-eyebrow { justify-content: center; }
.sp-center { text-align: center; }

/* ---------- Typo ---------- */
.sp-eyebrow { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--sp-mono); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sp-teal); margin-bottom: 1.1rem; }
.sp-eyebrow--pill { padding: 0.45rem 0.95rem; border-radius: 999px; background: rgba(134,224,223,0.08); border: 1px solid rgba(134,224,223,0.28); }
.sp-eyebrow--sand { color: var(--sp-sand); }
.sp-eyebrow--sand.sp-eyebrow--pill { background: rgba(233,199,154,0.08); border-color: rgba(233,199,154,0.35); }
.sp-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; animation: sp-pulse 2s infinite; flex: 0 0 7px; }
@keyframes sp-pulse { 0% { box-shadow: 0 0 0 0 rgba(134,224,223,0.55); } 70% { box-shadow: 0 0 0 10px rgba(134,224,223,0); } 100% { box-shadow: 0 0 0 0 rgba(134,224,223,0); } }
@keyframes sp-pulse-gold { 0% { box-shadow: 0 0 0 0 rgba(233,199,154,0.55); } 70% { box-shadow: 0 0 0 10px rgba(233,199,154,0); } 100% { box-shadow: 0 0 0 0 rgba(233,199,154,0); } }
@keyframes sp-breath { 0%,100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.18); opacity: 0.85; } }
@keyframes sp-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes sp-fade { from { opacity: 0; } to { opacity: 1; } }

.sp-h1 { font-family: var(--font-headline); font-weight: 700; font-size: clamp(2.3rem, 3.9vw, 3.4rem); line-height: 1.1; letter-spacing: -0.03em; color: #fff; margin: 0 0 1.5rem; text-wrap: balance; }
.sp-h1__accent, .sp-acc { color: var(--sp-sand); }
.sp-h2 { font-family: var(--font-headline); font-weight: 700; font-size: clamp(1.85rem, 4.2vw, 3.1rem); line-height: 1.14; letter-spacing: -0.028em; color: #fff; margin: 0 0 1rem; text-wrap: balance; }
.sp-h2--sm { font-size: clamp(1.5rem, 2.8vw, 2.1rem); }
.sp-h3 { font-family: var(--font-headline); font-weight: 700; font-size: clamp(1.15rem, 2vw, 1.35rem); letter-spacing: -0.02em; color: #fff; margin: 0 0 0.6rem; line-height: 1.3; }
.sp-lead { font-size: 1.08rem; line-height: 1.78; color: var(--sp-soft); font-weight: 400; margin: 0 0 1.5rem; max-width: var(--sp-read); text-wrap: pretty; }
.sp-lead strong { color: #fff; font-weight: 600; }
.sp-p { font-size: 1.02rem; line-height: 1.78; color: var(--sp-fg); font-weight: 400; margin: 0 0 1.1rem; max-width: var(--sp-read); text-wrap: pretty; }
.sp-p strong { color: #fff; font-weight: 600; }
.sp-p--big { font-size: 1.1rem; line-height: 1.7; color: var(--sp-soft); }
.sp-p--mute { color: var(--sp-mute2); font-size: 0.95rem; }
.sp-head .sp-lead { max-width: 62ch; }
.sp-head--center .sp-lead, .sp-center .sp-lead, .sp-center .sp-p { margin-left: auto; margin-right: auto; }
/* Ehemaliger Textmarker: Schlüsselsätze stehen in Sand, kein Balken */
.sp-hl { background: none; color: var(--sp-sand); padding: 0; }
.sp-statement { max-width: 860px; margin: 0 auto; text-align: center; font-family: var(--font-headline); font-weight: 700; font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.28; letter-spacing: -0.025em; color: #fff; text-wrap: balance; }
.sp-statement strong { color: var(--sp-sand); font-weight: 800; }

/* Fließtext-Listen (Artikel, Rechtliches) */
.sp-list { margin: 0 0 1.25rem; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 0.6rem; max-width: var(--sp-read); }
.sp-list li { position: relative; padding-left: 1.5rem; font-size: 1.02rem; line-height: 1.7; color: var(--sp-fg); }
.sp-list li::before { content: ''; position: absolute; left: 0; top: 0.72em; width: 6px; height: 6px; border-radius: 50%; background: var(--sp-teal); }
.sp-list--check li::before { content: '✓'; width: auto; height: auto; top: 0; border-radius: 0; background: none; color: var(--sp-teal); font-weight: 700; }
.sp-list li strong { color: #fff; font-weight: 600; }

/* ---------- Buttons: flach in Sand, Ghost daneben ---------- */
.sp-cta { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
.sp-cta--left { align-items: flex-start; }
.sp-cta--row { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.sp-cta--row.sp-cta--left { justify-content: flex-start; }
.sp-btn { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.2rem; font-family: var(--font-headline); font-weight: 700; font-size: 1.02rem; line-height: 1.25; text-align: center; text-decoration: none; text-wrap: balance; white-space: normal; color: #1a1233; background: var(--sp-sand); border: 1px solid var(--sp-sand); border-radius: 14px; padding: 1rem 1.8rem; max-width: 100%; cursor: pointer; transition: background 0.15s ease; }
.sp-btn:hover { background: #F0D4AE; color: #1a1233; }
.sp-btn:focus-visible { outline: 2px solid #F2EFEA; outline-offset: 2px; }
.sp-btn__sub { display: block; font-family: var(--font-body); font-weight: 500; font-size: 0.75rem; line-height: 1.3; letter-spacing: 0.01em; color: rgba(26,18,51,0.7); }
.sp-btn--lg { font-size: 1.1rem; padding: 1.1rem 2.2rem; }
.sp-btn--sm { font-size: 0.9rem; padding: 0.8rem 1.35rem; border-radius: 10px; gap: 0; }
.sp-btn--ghost { color: #fff; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.18); }
.sp-btn--ghost:hover { background: rgba(255,255,255,0.1); color: #fff; }
.sp-btn--ghost .sp-btn__sub { color: rgba(255,255,255,0.65); }
.sp-btn--lav { color: #1a1233; background: var(--sp-lav); border-color: var(--sp-lav); }
.sp-btn--lav:hover { background: #d9d4ff; color: #1a1233; }
.sp-btn--teal { color: #14102a; background: var(--sp-teal); border-color: var(--sp-teal); }
.sp-btn--teal:hover { background: #a3ece9; color: #14102a; }
.sp-cta__hint { font-size: 0.8rem; color: var(--sp-mute2); text-align: center; }
.sp-cta--left .sp-cta__hint { text-align: left; }
.sp-cta__hint a { color: var(--sp-fg); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Hero mit Foto (Startseite, Ausbildung): Text links, Foto rechts, mobil Foto oben ---------- */
.sp-hero { position: relative; isolation: isolate; overflow: hidden; padding: 7rem 0 4.5rem; background: var(--sp-bg); }
.sp-hero__photo { position: absolute; inset: 0; z-index: -1; overflow: hidden; animation: sp-fade 1.4s ease-out both; }
.sp-hero__photo picture { display: block; width: 100%; height: 100%; }
.sp-hero__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 56% 40%; filter: saturate(0.92) brightness(0.86); }
@media (min-width: 1024px) {
  .sp-hero__photo { left: 34%; }
  .sp-hero__photo::after { content: ''; position: absolute; inset: 0;
    background:
      linear-gradient(180deg, rgba(20,16,42,0.2) 0%, rgba(20,16,42,0.12) 50%, rgba(20,16,42,0.85) 80%, var(--sp-bg) 100%),
      linear-gradient(90deg, var(--sp-bg) 0%, rgba(20,16,42,0.75) 18%, rgba(20,16,42,0.2) 42%, rgba(20,16,42,0.1) 100%); }
}
.sp-hero__inner { max-width: 590px; margin: 0; display: block; text-align: left; }
.sp-hero__pre { max-width: none; margin: 0 0 1.25rem; font-family: var(--font-headline); font-weight: 500; font-size: 0.95rem; line-height: 1.6; color: var(--sp-sand); }
.sp-hero__pre strong { color: #fff; font-weight: 600; }
.sp-hero .sp-lead { font-size: 1.1rem; line-height: 1.7; color: #D5D1CA; max-width: 34rem; margin-bottom: 1.75rem; }
.sp-hero .sp-cta { flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: 0.75rem; }
.sp-hero .sp-btn--ghost { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.22); color: #fff; }
.sp-hero .sp-btn--ghost:hover { background: rgba(255,255,255,0.12); color: #fff; }
.sp-hero__caption { margin: 1.1rem 0 0; font-size: 0.9rem; line-height: 1.5; color: #A9A69F; }
.sp-hero__caption a { color: var(--sp-sand); text-decoration: underline; text-underline-offset: 3px; }
.sp-hero__note { display: flex; align-items: center; gap: 0.7rem; margin: 1.25rem 0 0; color: #fff; font-family: var(--font-headline); font-weight: 600; font-size: 0.92rem; line-height: 1.35; }
.sp-hero__note .sp-dot { color: var(--sp-sand); animation-name: sp-pulse-gold; }
.sp-hero__note small { display: block; font-family: var(--font-body); font-weight: 400; font-size: 0.8rem; color: #A9A69F; }
.sp-hero__facts { display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; margin-top: 2.25rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,0.09); font-size: 0.86rem; color: var(--sp-fg); }
.sp-hero__facts span { display: inline-flex; align-items: center; gap: 0.5rem; }
.sp-hero__facts span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--sp-teal); flex: 0 0 5px; }
.sp-hero__facts b { color: var(--sp-sand); font-weight: 500; letter-spacing: 0.06em; }
.sp-avatars { display: flex; align-items: center; gap: 1rem; margin: 1.75rem 0 0; flex-wrap: wrap; justify-content: flex-start; }
.sp-avatars__stack { display: flex; }
.sp-avatars__stack img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; border: 2px solid var(--sp-bg); margin-left: -10px; background: #1a1630; }
.sp-avatars__stack img:first-child { margin-left: 0; }
.sp-avatars__text { font-family: var(--font-headline); font-weight: 700; font-size: 0.9rem; color: #fff; }
.sp-avatars__text small { display: block; font-family: var(--font-body); font-weight: 400; color: var(--sp-fg); font-size: 0.82rem; }
.sp-avatars__text small b { color: #00b67a; font-weight: 400; }
/* Hero blendet beim Laden nacheinander ein */
.sp-hero__pre, .sp-hero .sp-eyebrow, .sp-hero .sp-h1, .sp-hero .sp-lead, .sp-hero .sp-cta, .sp-hero__note, .sp-hero__facts, .sp-hero .sp-avatars, .sp-hero__caption { animation: sp-rise 0.9s cubic-bezier(.2,.7,.2,1) both; }
.sp-hero .sp-h1 { animation-delay: 0.12s; }
.sp-hero .sp-lead { animation-delay: 0.26s; }
.sp-hero .sp-cta { animation-delay: 0.38s; }
.sp-hero__note, .sp-hero__facts, .sp-hero__caption { animation-delay: 0.5s; }
.sp-hero .sp-avatars { animation-delay: 0.6s; }

/* Hero ohne Foto (Artikel, Kontakt, Rechtliches): atmende Orbs, kürzer */
.sp-hero--plain { padding: 7rem 0 4rem; }
.sp-hero--plain .sp-hero__inner { max-width: 760px; }
.sp-hero--center .sp-hero__inner { margin: 0 auto; text-align: center; }
.sp-hero--center .sp-cta { justify-content: center; }
.sp-hero--center .sp-hero__facts { justify-content: center; }
.sp-hero--center .sp-lead { margin-left: auto; margin-right: auto; }
.sp-hero__orb { position: absolute; z-index: -1; left: -12%; bottom: -10%; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(134,224,223,0.14) 0%, rgba(134,224,223,0) 62%); animation: sp-breath 11s ease-in-out infinite; pointer-events: none; }
.sp-hero__orb--lav { left: auto; right: -14%; bottom: auto; top: -20%; background: radial-gradient(circle, rgba(200,193,255,0.16) 0%, rgba(200,193,255,0) 62%); animation-delay: -5s; }

/* Nutzen unter dem Hero: offen, Symbol neben der Überschrift */
.sp-benefits { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-top: 4.5rem; }
@media (min-width: 800px) { .sp-benefits { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 3rem; } }
.sp-benefit { display: grid; grid-template-columns: auto 1fr; gap: 0.35rem 1rem; align-items: start; }
.sp-benefit__icon { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; color: var(--sp-sand); grid-row: span 2; }
.sp-benefit__icon svg { width: 26px; height: 26px; }
.sp-benefit .sp-h3 { font-size: 1.08rem; letter-spacing: 0.01em; margin: 0.15rem 0 0; align-self: center; }
.sp-benefit p { grid-column: 2; margin: 0; font-size: 0.95rem; line-height: 1.66; color: #D5D1CA; }

@media (max-width: 1023px) {
  .sp-hero:not(.sp-hero--plain) { padding: 0 0 3.5rem; }
  .sp-hero__photo { bottom: auto; height: 490px; }
  .sp-hero__photo img { object-position: 50% 42%; filter: none; }
  .sp-hero__photo::after { content: ''; position: absolute; inset: 0; background:
    linear-gradient(180deg, rgba(20,16,42,0.35) 0%, rgba(20,16,42,0) 20%, rgba(20,16,42,0) 42%, rgba(20,16,42,0.45) 62%, rgba(20,16,42,0.82) 84%, #14102a 100%); }
  .sp-hero__inner { max-width: none; }
  .sp-hero__head { min-height: 490px; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 1.5rem; text-shadow: 0 1px 18px rgba(0,0,0,0.45); }
  .sp-hero__pre { font-size: 0.9rem; margin-bottom: 0.85rem; }
  .sp-hero:not(.sp-hero--plain) .sp-h1 { font-size: clamp(1.9rem, 7.6vw, 2.4rem); line-height: 1.14; letter-spacing: -0.02em; margin: 0; }
  .sp-hero .sp-lead { font-size: 1.02rem; margin-bottom: 1.5rem; max-width: none; }
  .sp-hero .sp-cta { flex-direction: column; align-items: stretch; }
  .sp-hero .sp-btn { width: 100%; text-align: center; }
  .sp-hero .sp-avatars { justify-content: center; }
  .sp-benefits { margin-top: 3rem; gap: 1.75rem; }
}
@media (min-width: 760px) and (max-width: 1023px) {
  .sp-hero__photo { height: 590px; }
  .sp-hero__head { min-height: 590px; }
  .sp-hero:not(.sp-hero--plain) .sp-h1 { font-size: 2.8rem; }
}

/* ---------- Karten (allgemein) ---------- */
.sp-card { padding: 2rem 1.75rem; border-radius: 22px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); transition: transform 0.35s cubic-bezier(.2,.7,.2,1), border-color 0.3s ease, box-shadow 0.35s ease; }
.sp-card:hover { transform: translateY(-3px); border-color: rgba(200,193,255,0.32); box-shadow: 0 26px 50px -34px rgba(0,0,0,0.9); }
.sp-card--static:hover { transform: none; box-shadow: none; border-color: var(--sp-card-b); }
.sp-card--hi { background: linear-gradient(180deg, #1a1436, #120e26); border-color: rgba(233,199,154,0.4); box-shadow: 0 50px 90px -50px rgba(233,199,154,0.35); }
.sp-card .sp-h3 { margin-bottom: 0.6rem; }
.sp-card p:last-child { margin-bottom: 0; }
.sp-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .sp-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 800px) { .sp-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (min-width: 640px) { .sp-grid--4 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .sp-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); } }
/* Sand-Rahmen für den einen hervorgehobenen Absatz (wie „Das Ergebnis“ auf /ausbildung) */
.sp-box { padding: 1.5rem 1.75rem; border-radius: 20px; background: linear-gradient(140deg, rgba(233,199,154,0.13) 0%, rgba(233,199,154,0.05) 100%); border: 1px solid rgba(233,199,154,0.42); color: var(--sp-bright); }
.sp-box strong { color: var(--sp-sand); }
.sp-box p:last-child { margin-bottom: 0; }
.sp-box--promo { padding: 2.5rem 1.75rem; border-radius: 28px; background: linear-gradient(140deg, #241a3f 0%, #1c1638 55%, #1a1a30 100%); border: 1px solid rgba(233,199,154,0.4); box-shadow: 0 0 90px -30px rgba(233,199,154,0.3); }
@media (min-width: 768px) { .sp-box--promo { padding: 3rem 2.5rem; } }
/* Symbol im Sand-Kreis (Schritte, Nutzen, Gründe) */
.sp-icon { width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--sp-sand); background: rgba(233,199,154,0.08); border: 1px solid rgba(233,199,154,0.35); flex: 0 0 44px; }
.sp-icon svg { width: 22px; height: 22px; }
.sp-icon--teal { color: var(--sp-teal); background: rgba(134,224,223,0.1); border-color: rgba(134,224,223,0.3); }
.sp-icon--lav { color: var(--sp-lav); background: rgba(200,193,255,0.1); border-color: rgba(200,193,255,0.3); }
/* Schritt-Karten (zentriert, Symbol oben) */
.sp-steps { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 2rem; }
@media (min-width: 640px) { .sp-steps { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.25rem; } }
.sp-step { padding: 1.6rem 1.35rem; border-radius: 20px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); text-align: center; transition: transform 0.35s cubic-bezier(.2,.7,.2,1), border-color 0.3s ease, box-shadow 0.35s ease; }
.sp-step:hover { transform: translateY(-3px); border-color: rgba(200,193,255,0.32); box-shadow: 0 26px 50px -34px rgba(0,0,0,0.9); }
.sp-step .sp-icon { margin: 0 auto 0.9rem; }
.sp-step__title { font-family: var(--font-headline); font-weight: 700; font-size: 1rem; color: #fff; letter-spacing: -0.01em; margin: 0 0 0.35rem; }
.sp-step__text { font-size: 0.92rem; line-height: 1.6; color: var(--sp-fg); margin: 0; }
/* Feature-Zeile: Symbol links, Text rechts */
.sp-features { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 768px) { .sp-features { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.sp-feature { display: grid; grid-template-columns: 44px 1fr; gap: 1.1rem; padding: 1.9rem 1.6rem; border-radius: 22px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); }
.sp-feature .sp-h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.sp-feature p { margin: 0; font-size: 0.97rem; line-height: 1.66; color: var(--sp-fg); }
/* Kennzahl-Kacheln */
.sp-kpis { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
@media (min-width: 900px) { .sp-kpis { grid-template-columns: repeat(4, minmax(0,1fr)); } }
.sp-kpi { padding: 1.6rem 1.35rem; border-radius: 20px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); }
.sp-kpi__num { display: block; font-family: var(--font-headline); font-weight: 800; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1; letter-spacing: -0.04em; color: var(--sp-sand); margin-bottom: 0.5rem; }
.sp-kpi__lbl { font-size: 0.93rem; line-height: 1.55; color: var(--sp-fg); }

/* ---------- Methode: Venn über drei Kacheln ---------- */
.sp-venn { width: 100%; max-width: 420px; margin: 2.5rem auto 0; }
.sp-venn svg { width: 100%; height: auto; display: block; overflow: visible; }
.sp-venn__ring circle { mix-blend-mode: screen; }
.sp-venn__lbl { font-family: var(--font-headline); font-size: 15px; font-weight: 700; fill: #fff; letter-spacing: -0.01em; }
.sp-venn__core { font-family: var(--font-headline); font-size: 17px; font-weight: 800; fill: #fff; letter-spacing: -0.02em; }
@media (max-width: 520px) { .sp-venn__lbl { font-size: 17px; } .sp-venn__core { font-size: 19px; } }
.sp-how { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 2rem; }
@media (min-width: 800px) { .sp-how { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.25rem; } }
.sp-how__step { padding: 1.75rem 1.5rem; border-radius: 20px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); }
.sp-how__n { display: block; font-family: var(--sp-mono); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sp-teal); margin-bottom: 0.8rem; }
.sp-how__step .sp-h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.sp-how__step p { margin: 0; font-size: 0.98rem; line-height: 1.68; color: var(--sp-bright); font-weight: 400; }
.sp-duo { display: grid; grid-template-columns: 1fr; gap: 1.1rem; margin: 2.5rem auto 0; max-width: 900px; }
@media (min-width: 700px) { .sp-duo { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem; } }
.sp-duo__card { position: relative; overflow: hidden; padding: 2.2rem 1.9rem 2.1rem; border-radius: 24px; text-align: center; background: linear-gradient(160deg, #1b1638 0%, #120e26 60%, #0f0b20 100%); border: 1px solid rgba(255,255,255,0.10); box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset, 0 30px 60px -30px rgba(0,0,0,0.85); transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), border-color 0.4s ease; }
.sp-duo__card::before { content: ""; position: absolute; left: 50%; top: -120px; width: 320px; height: 320px; transform: translateX(-50%); border-radius: 50%; pointer-events: none; opacity: 0.55; filter: blur(30px); }
.sp-duo__card:first-child::before { background: radial-gradient(circle, rgba(118,214,213,0.35), transparent 65%); }
.sp-duo__card:last-child::before { background: radial-gradient(circle, rgba(215,186,255,0.35), transparent 65%); }
.sp-duo__card:hover { transform: translateY(-4px); border-color: rgba(134,224,223,0.35); }
.sp-duo__icon { position: relative; z-index: 1; width: 68px; height: 68px; border-radius: 22px; display: inline-grid; place-items: center; margin-bottom: 1.2rem; box-shadow: 0 1px 0 rgba(255,255,255,0.35) inset, 0 -3px 0 rgba(0,0,0,0.3) inset, 0 16px 28px -10px rgba(0,0,0,0.7); }
.sp-duo__icon--breath { background: linear-gradient(135deg, #2aa8a6 0%, #1a6f7a 55%, #142282 100%); }
.sp-duo__icon--mind { background: linear-gradient(135deg, #2436b8 0%, #142282 45%, #5d2d9f 100%); }
.sp-duo__icon svg { width: 34px; height: 34px; stroke: #fff; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 2px 3px rgba(0,0,0,0.4)); }
.sp-duo__n { position: relative; z-index: 1; display: block; font-family: var(--sp-mono); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sp-teal); margin-bottom: 0.75rem; }
.sp-duo__card p { position: relative; z-index: 1; margin: 0; font-family: var(--font-headline); font-weight: 700; font-size: clamp(1.2rem, 2vw, 1.45rem); line-height: 1.35; letter-spacing: -0.02em; color: #fff; text-wrap: balance; }
@media (max-width: 699px) { .sp-duo__card { padding: 1.8rem 1.4rem 1.7rem; border-radius: 20px; } .sp-duo__icon { width: 58px; height: 58px; border-radius: 18px; } .sp-duo__icon svg { width: 29px; height: 29px; } }
@media (max-width: 767px) { .sp-how__step { padding: 1.4rem 1.2rem; } }

/* ---------- Video ---------- */
.sp-vid { overflow: hidden; border-radius: 22px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); transition: border-color 0.25s; height: 100%; }
.sp-vid:hover { border-color: rgba(134,224,223,0.45); }
.sp-vid__frame { position: relative; aspect-ratio: 16/9; background: #0f0c20; cursor: pointer; }
.sp-vid__frame img, .sp-vid__frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.sp-vid__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.sp-vid__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(10,8,20,0.65); border: 1px solid rgba(255,255,255,0.35); backdrop-filter: blur(6px); pointer-events: none; z-index: 2; }
.sp-vid__play svg { margin-left: 3px; }
.sp-vid__frame.is-playing > img, .sp-vid__frame.is-playing .sp-vid__play { display: none; }
.sp-vid__body { padding: 1.1rem 1.3rem 1.3rem; }
.sp-vid__quote { margin: 0 0 0.4rem; font-family: var(--font-headline); font-weight: 700; font-size: 0.98rem; color: #fff; line-height: 1.35; }
.sp-vid__who { font-family: var(--sp-mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sp-teal); }
.sp-vids { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .sp-vids { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .sp-vids { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.sp-video { max-width: 940px; margin: 0 auto; }
.sp-video .sp-vid { border: 1.5px solid rgba(134,224,223,0.4); box-shadow: 0 0 60px -20px rgba(134,224,223,0.35), 0 40px 80px -40px rgba(0,0,0,0.9); }
/* Kino-Rahmen: Poster, Glow, großer Play-Knopf, Video erst beim Klick */
.sp-vsl { position: relative; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; cursor: pointer; background: #0f0c20; border: 1px solid rgba(134,224,223,0.18); box-shadow: 0 0 50px rgba(134,224,223,0.14), 0 0 110px rgba(134,224,223,0.06), 0 40px 80px -40px rgba(0,0,0,0.9); }
.sp-vsl picture { display: contents; }
.sp-vsl__poster, .sp-vsl > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.sp-vsl:hover .sp-vsl__poster, .sp-vsl:hover > img { transform: scale(1.02); }
.sp-vsl iframe, .sp-vsl video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #000; display: block; }
.sp-vsl__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(20,16,42,0.45) 0%, rgba(20,16,42,0.2) 50%, rgba(20,16,42,0.6) 100%); pointer-events: none; transition: opacity 0.3s; }
.sp-vsl:hover .sp-vsl__overlay { opacity: 0.7; }
.sp-vsl__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; border-radius: 50%; border: 0; padding: 0; display: flex; align-items: center; justify-content: center; color: var(--sp-teal); background: rgba(10,8,20,0.78); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 0 0 1px rgba(134,224,223,0.3), 0 0 50px rgba(134,224,223,0.4); cursor: pointer; transition: transform 0.25s, box-shadow 0.25s; z-index: 2; }
.sp-vsl__play svg { width: 30px; height: 30px; margin-left: 4px; }
.sp-vsl:hover .sp-vsl__play { transform: translate(-50%, -50%) scale(1.06); box-shadow: 0 0 0 1px rgba(134,224,223,0.55), 0 0 70px rgba(134,224,223,0.55); }
.sp-vsl__badge { position: absolute; left: 1.1rem; bottom: 1.1rem; z-index: 2; display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.45rem 0.85rem; border-radius: 999px; font-family: var(--sp-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; background: rgba(10,8,20,0.7); border: 1px solid rgba(255,255,255,0.15); backdrop-filter: blur(8px); }
.sp-vsl__badge b { color: var(--sp-teal); font-weight: 700; }
.sp-vsl.is-playing { cursor: default; }
.sp-vsl.is-playing .sp-vsl__poster, .sp-vsl.is-playing > img, .sp-vsl.is-playing .sp-vsl__overlay, .sp-vsl.is-playing .sp-vsl__play, .sp-vsl.is-playing .sp-vsl__badge { display: none; }

/* ---------- Zitate: Wand, großes Zitat, Experten-Karten ---------- */
.sp-section--quote { padding: 3.5rem 0; }
@media (min-width: 768px) { .sp-section--quote { padding: 4.5rem 0; } }
.sp-section--quote .sp-bigquote { margin-bottom: 0; }
.sp-bigquote { text-align: center; max-width: 980px; margin: 0 auto 2.5rem; }
.sp-bigquote blockquote { margin: 0 0 1.1rem; font-family: var(--font-headline); font-weight: 700; font-size: clamp(1.5rem, 3.4vw, 2.5rem); line-height: 1.28; letter-spacing: -0.025em; color: #fff; text-wrap: balance; }
.sp-bigquote cite { font-style: normal; font-size: 0.95rem; color: var(--sp-fg); }
.sp-wall { columns: 1; column-gap: 1.25rem; }
@media (min-width: 640px) { .sp-wall { columns: 2; } }
@media (min-width: 1024px) { .sp-wall--3 { columns: 3; } }
.sp-note { break-inside: avoid; margin: 0 0 1.25rem; padding: 2rem 1.75rem; border-radius: 22px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); transition: transform 0.35s cubic-bezier(.2,.7,.2,1), border-color 0.3s ease, box-shadow 0.35s ease; }
.sp-note:hover { transform: translateY(-3px); border-color: rgba(200,193,255,0.32); box-shadow: 0 26px 50px -34px rgba(0,0,0,0.9); }
.sp-note blockquote { margin: 0 0 0.8rem; font-size: 0.98rem; line-height: 1.64; color: var(--sp-bright); font-weight: 400; }
.sp-note__meta { font-family: var(--sp-mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sp-teal); }
.sp-note__who { display: flex; align-items: center; gap: 0.75rem; }
.sp-note__who img, .sp-note__who .sp-ini { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; object-fit: cover; }
.sp-note__who span { font-family: var(--font-headline); font-weight: 700; font-size: 0.88rem; color: #fff; }
.sp-note__who small { display: block; font-family: var(--font-body); font-weight: 400; color: var(--sp-mute); font-size: 0.78rem; }
.sp-ini { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; font-family: var(--font-headline); font-weight: 700; font-size: 0.8rem; color: var(--sp-teal); background: rgba(134,224,223,0.14); }
.sp-stars { color: var(--sp-sand); letter-spacing: 0.14em; font-size: 0.85rem; }
.sp-tgrid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 800px) { .sp-tgrid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.sp-tcard { display: flex; flex-direction: column; gap: 1rem; padding: 2rem 1.75rem; height: 100%; border-radius: 22px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); transition: transform 0.35s cubic-bezier(.2,.7,.2,1), border-color 0.3s ease, box-shadow 0.35s ease; }
.sp-tcard:hover { transform: translateY(-3px); border-color: rgba(200,193,255,0.32); box-shadow: 0 26px 50px -34px rgba(0,0,0,0.9); }
.sp-tcard__title { font-family: var(--font-headline); font-weight: 700; font-size: 1.15rem; line-height: 1.3; letter-spacing: -0.025em; color: #fff; margin: 0; }
.sp-tcard__text { margin: 0; font-size: 1rem; line-height: 1.68; color: var(--sp-bright); font-weight: 400; }
.sp-tcard__who { margin-top: auto; padding-top: 0.8rem; border-top: 1px solid var(--sp-line); display: flex; align-items: center; gap: 0.8rem; }
.sp-tcard__who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: 0 0 44px; background: #1a1630; }
.sp-tcard__name { font-family: var(--font-headline); font-weight: 700; font-size: 0.92rem; color: #fff; display: block; }
.sp-tcard__role { font-size: 0.8rem; color: var(--sp-mute); display: block; line-height: 1.35; }
/* Zitat ohne Rahmen: großes Anführungszeichen */
.sp-q { position: relative; padding: 1.5rem 0 1.5rem 3.2rem; display: flex; flex-direction: column; gap: 0.6rem; }
.sp-q + .sp-q { border-top: 1px solid rgba(255,255,255,0.1); }
.sp-q::before { content: '„'; position: absolute; left: 0; top: 0.55rem; font-family: var(--font-headline); font-weight: 800; font-size: 3.4rem; line-height: 1; color: var(--sp-teal); opacity: 0.9; }
.sp-q blockquote { margin: 0; font-size: 1.12rem; line-height: 1.6; color: #fff; text-wrap: pretty; }
.sp-q span { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--sp-mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sp-teal); }
.sp-q span::before { content: ''; width: 18px; height: 1px; background: var(--sp-teal); }
/* Persönlicher Block mit Foto (Zitat oder Brief) */
.sp-featured { margin-top: 2rem; padding: 2rem 1.5rem; border-radius: 22px; background: var(--sp-card-bg); border: 1px solid rgba(200,193,255,0.25); display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }
@media (min-width: 768px) { .sp-featured { padding: 2.5rem 2.25rem; grid-template-columns: 120px 1fr; gap: 2rem; } }
.sp-featured img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; }
.sp-featured blockquote { margin: 0; font-size: 1.05rem; line-height: 1.72; color: var(--sp-bright); }
.sp-featured blockquote strong { display: block; font-family: var(--font-headline); font-weight: 700; font-size: 1.3rem; color: #fff; margin-bottom: 0.6rem; line-height: 1.3; }
.sp-featured cite { display: block; margin-top: 1rem; font-style: normal; font-size: 0.8rem; color: var(--sp-mute); }
.sp-featured cite b { color: #fff; font-family: var(--font-headline); font-size: 0.92rem; display: block; }
.sp-featured--photo img { width: 100%; max-width: 200px; height: auto; aspect-ratio: 3/4; border-radius: 18px; object-fit: cover; border: 1px solid rgba(200,193,255,0.25); }
@media (min-width: 768px) { .sp-featured--photo { grid-template-columns: 200px 1fr; } }
.sp-sign { margin: 0 0 2rem; display: flex; align-items: center; gap: 0.9rem; }
.sp-sign img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.sp-sign b { display: block; font-family: var(--font-headline); color: #fff; }
.sp-sign small { color: var(--sp-mute); font-size: 0.82rem; }

/* ---------- Zwei Wege / Angebots-Karten ---------- */
.sp-paths { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 900px) { .sp-paths { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.75rem; } }
.sp-path { display: flex; flex-direction: column; padding: 2.25rem 2rem; border-radius: 24px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); transition: transform 0.35s cubic-bezier(.2,.7,.2,1), border-color 0.3s ease, box-shadow 0.35s ease; }
.sp-path:hover { transform: translateY(-3px); border-color: rgba(200,193,255,0.32); box-shadow: 0 26px 50px -34px rgba(0,0,0,0.9); }
.sp-path--featured { border-color: rgba(233,199,154,0.4); background: linear-gradient(160deg, #221b46 0%, var(--sp-card-bg) 60%); }
.sp-path .sp-h3 { font-size: 1.4rem; margin-bottom: 1rem; }
.sp-path .sp-p { max-width: none; }
.sp-path__quote { margin: 0.5rem 0 1.5rem; padding: 1rem 1.1rem; border-left: 3px solid var(--sp-teal); background: rgba(134,224,223,0.07); border-radius: 0 14px 14px 0; font-size: 0.95rem; line-height: 1.6; color: var(--sp-bright); }
.sp-path__quote small { display: block; margin-top: 0.4rem; color: var(--sp-mute); font-size: 0.8rem; }
.sp-path .sp-cta { margin-top: auto; align-items: flex-start; gap: 0.8rem; }
.sp-path .sp-btn { width: 100%; }
.sp-offers { display: grid; grid-template-columns: 1fr; gap: 1.25rem; text-align: left; }
@media (min-width: 768px) { .sp-offers { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem; } }
.sp-offer { display: flex; flex-direction: column; gap: 0.9rem; padding: 2rem 1.75rem; border-radius: 24px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); }
.sp-offer--hi { background: linear-gradient(180deg, #1a1436, #120e26); border-color: rgba(233,199,154,0.4); box-shadow: 0 50px 90px -50px rgba(233,199,154,0.35); }
.sp-offer__eyebrow { font-family: var(--sp-mono); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sp-teal); }
.sp-offer--hi .sp-offer__eyebrow { color: var(--sp-sand); }
.sp-offer p { margin: 0; font-size: 1.05rem; line-height: 1.65; color: var(--sp-soft); text-wrap: pretty; }
.sp-offer .sp-btn { margin-top: auto; align-self: flex-start; }

/* ---------- Kennzahlen, Studie ---------- */
.sp-stats { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2rem 1.5rem; margin-top: 3rem; }
@media (min-width: 800px) { .sp-stats { grid-template-columns: repeat(4, minmax(0,1fr)); } }
.sp-stat { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.14); }
.sp-stat__num { display: block; font-family: var(--font-headline); font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1; letter-spacing: -0.03em; color: #fff; margin-bottom: 0.5rem; }
.sp-stat__num small { font-size: 0.55em; color: var(--sp-mute); font-weight: 600; }
.sp-stat__lbl { font-size: 0.9rem; line-height: 1.5; color: var(--sp-fg); }
.sp-studie { max-width: 760px; margin: 0 auto; text-align: center; padding: 2.75rem 2rem; border-radius: 26px; background: var(--sp-card-bg); border: 1px solid rgba(134,224,223,0.25); }
.sp-studie__icon { width: 56px; height: 56px; margin: 0 auto 1.25rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--sp-teal); background: rgba(134,224,223,0.1); border: 1px solid rgba(134,224,223,0.3); }
.sp-studie .sp-h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.sp-studie .sp-p { margin-left: auto; margin-right: auto; }
.sp-studie__metrics { list-style: none; margin: 1.5rem 0 1.75rem; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; }
.sp-studie__metrics li { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.5rem 0.95rem; border-radius: 999px; border: 1px solid rgba(134,224,223,0.3); background: rgba(134,224,223,0.07); font-family: var(--font-headline); font-weight: 700; font-size: 0.86rem; color: #fff; }
.sp-studie__metrics li span:first-child { color: var(--sp-teal); }
.sp-studie__link { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-headline); font-weight: 700; font-size: 0.9rem; color: var(--sp-teal); text-decoration: none; }

/* ---------- Zweispalter (Bild + Text) ---------- */
.sp-split { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
@media (min-width: 900px) { .sp-split { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 3.5rem; } .sp-split--flip .sp-split__media { order: 2; } .sp-split--start { align-items: start; } .sp-split--wide { grid-template-columns: 7fr 5fr; } }
.sp-split__media { margin: 0; border-radius: 24px; overflow: hidden; border: 1px solid var(--sp-card-b); aspect-ratio: 4/3; background: var(--sp-card-bg); box-shadow: 0 40px 80px -40px rgba(0,0,0,0.9); }
.sp-split__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sp-split__media--tall { aspect-ratio: 3/4; }
.sp-split__media--free { aspect-ratio: auto; }

/* ---------- Zeitleiste (Module, Werdegang) ---------- */
.sp-timeline { position: relative; margin-top: 1rem; }
.sp-module { position: relative; display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: center; padding: 2.5rem 0 2.5rem 3.25rem; }
.sp-module::before { content: ''; position: absolute; left: 21px; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, rgba(134,224,223,0.5), rgba(200,193,255,0.25)); }
.sp-module:first-child::before { top: 2.5rem; }
.sp-module:last-child::before { bottom: auto; height: 2.5rem; }
.sp-module__n { position: absolute; left: 0; top: 2.5rem; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-headline); font-weight: 800; font-size: 1.05rem; color: #14102a; background: var(--sp-teal); box-shadow: 0 0 0 6px var(--sp-bg-b); z-index: 1; }
@media (min-width: 900px) { .sp-module { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2.5rem; padding: 3rem 0 3rem 4.5rem; } .sp-module:nth-child(even) .sp-module__media { order: 2; } .sp-module__n { top: 3rem; } }
.sp-module--text { grid-template-columns: 1fr !important; }
.sp-module__media { position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 4/3; border: 1px solid var(--sp-card-b); background: var(--sp-card-bg); }
.sp-module__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.sp-module__tag { position: absolute; left: 1.1rem; bottom: 1.1rem; z-index: 2; font-family: var(--sp-mono); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: #14102a; background: var(--sp-teal); padding: 0.4rem 0.8rem; border-radius: 999px; }
.sp-module__title { font-family: var(--font-headline); font-weight: 700; font-size: clamp(1.3rem, 2.5vw, 1.8rem); line-height: 1.2; letter-spacing: -0.03em; color: #fff; margin: 0 0 1rem; }
.sp-module p { margin: 0 0 1rem; font-size: 1rem; line-height: 1.75; color: var(--sp-fg); }
.sp-module p:last-child { margin-bottom: 0; }
.sp-module p strong { color: #fff; font-weight: 600; }
@media (max-width: 767px) { .sp-module { padding-left: 2.9rem; } .sp-module__n { width: 40px; height: 40px; font-size: 0.95rem; top: 2rem; } .sp-module::before { left: 19px; } .sp-module__title { font-size: 1.35rem; } }

/* ---------- Tabelle ---------- */
.sp-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 0 1.5rem; border-radius: 18px; border: 1px solid var(--sp-card-b); background: var(--sp-card-bg); }
.sp-table { width: 100%; border-collapse: collapse; font-size: 0.97rem; line-height: 1.55; }
.sp-table th, .sp-table td { padding: 0.95rem 1.1rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--sp-line); color: var(--sp-fg); }
.sp-table th { font-family: var(--font-headline); font-weight: 700; color: #fff; font-size: 0.9rem; background: rgba(255,255,255,0.03); }
.sp-table tr:last-child td { border-bottom: 0; }
.sp-table td strong { color: #fff; font-weight: 600; }
.sp-table .is-hi { color: var(--sp-sand); }

/* ---------- FAQ: Karten mit Plus ---------- */
.sp-faq { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.75rem; }
.sp-faq details { border-radius: 22px; padding: 1.35rem 1.6rem; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); transition: border-color 0.3s ease; }
.sp-faq details[open] { border-color: rgba(200,193,255,0.3); }
.sp-faq summary { cursor: pointer; list-style: none; padding-right: 2rem; min-height: 44px; display: flex; align-items: center; font-family: var(--font-headline); font-weight: 700; font-size: 1.05rem; color: #fff; position: relative; line-height: 1.4; }
.sp-faq summary::-webkit-details-marker { display: none; }
.sp-faq summary::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.4rem; font-weight: 400; color: var(--sp-teal); transition: transform 0.25s; }
.sp-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.sp-faq__a { padding: 1rem 0 0; font-size: 1rem; line-height: 1.75; color: var(--sp-fg); }
.sp-faq__a p { margin: 0 0 0.8rem; }
.sp-faq__a p:last-child { margin-bottom: 0; }
.sp-faq__a a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Formulare ---------- */
.sp-form { padding: 2rem 1.5rem 2.25rem; border-radius: 24px; background: linear-gradient(140deg, #241a3f 0%, #1c1638 55%, #1a1a30 100%); border: 1px solid rgba(233,199,154,0.35); }
@media (min-width: 640px) { .sp-form { padding: 2.5rem 2.25rem; } }
.sp-form__title { font-family: var(--font-headline); font-size: clamp(1.25rem, 2.2vw, 1.5rem); font-weight: 700; color: #fff; letter-spacing: -0.02em; margin: 0 0 1.25rem; }
.sp-field { margin-bottom: 1rem; }
.sp-label { display: block; font-family: var(--font-headline); font-weight: 600; font-size: 0.88rem; color: var(--sp-soft); margin-bottom: 0.45rem; }
.sp-input, .sp-textarea, .sp-select { width: 100%; box-sizing: border-box; padding: 0.95rem 1.1rem; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.13); border-radius: 12px; color: #fff; font-family: var(--font-body); font-size: 1rem; line-height: 1.5; transition: border-color 0.2s, background 0.2s; }
.sp-input::placeholder, .sp-textarea::placeholder { color: var(--sp-mute); }
.sp-input:focus, .sp-textarea:focus, .sp-select:focus { outline: none; border-color: rgba(233,199,154,0.6); background: rgba(255,255,255,0.07); }
.sp-textarea { min-height: 120px; resize: vertical; }
.sp-select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--sp-mute) 50%), linear-gradient(135deg, var(--sp-mute) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right: 2.5rem; }
.sp-check { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.92rem; line-height: 1.55; color: var(--sp-fg); }
.sp-check input { margin-top: 0.3rem; accent-color: var(--sp-sand); width: 18px; height: 18px; flex: 0 0 18px; }
.sp-form__status { margin-top: 0.75rem; font-size: 0.9rem; min-height: 1.25rem; }
.sp-form__status.is-error { color: var(--sp-red); }
.sp-form__status.is-success { color: var(--sp-teal); }

/* ---------- Artikel (Fließtext-Seiten, Rechtliches) ---------- */
.sp-article { max-width: 780px; margin: 0 auto; }
.sp-article h2, .sp-article .sp-h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 3rem 0 1rem; }
.sp-article h2:first-child { margin-top: 0; }
.sp-article h3, .sp-article .sp-h3 { margin: 2rem 0 0.75rem; }
.sp-article p { font-size: 1.05rem; line-height: 1.8; color: var(--sp-fg); margin: 0 0 1.2rem; text-wrap: pretty; }
.sp-article p strong { color: #fff; font-weight: 600; }
.sp-article ul, .sp-article ol { margin: 0 0 1.4rem; padding-left: 1.4rem; display: flex; flex-direction: column; gap: 0.5rem; }
.sp-article li { font-size: 1.02rem; line-height: 1.7; color: var(--sp-fg); }
.sp-article li::marker { color: var(--sp-teal); }
.sp-article blockquote { margin: 1.5rem 0; padding: 0.2rem 0 0.2rem 1.25rem; border-left: 2px solid var(--sp-sand); font-family: var(--font-headline); font-weight: 600; font-size: 1.15rem; line-height: 1.5; color: #fff; }
.sp-article img { border-radius: 18px; }
.sp-article hr { border: 0; height: 1px; background: var(--sp-line); margin: 2.5rem 0; }
.sp-article address { font-style: normal; }
.sp-byline { display: flex; align-items: center; gap: 0.8rem; margin: 0 0 2rem; font-size: 0.88rem; color: var(--sp-mute2); }
.sp-byline img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.sp-byline b { display: block; font-family: var(--font-headline); color: #fff; font-size: 0.95rem; }
/* Inhaltsverzeichnis (Artikel) */
.sp-toc { margin: 0 0 2.5rem; padding: 1.35rem 1.5rem; border-radius: 18px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); }
.sp-toc__t { display: block; font-family: var(--sp-mono); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sp-teal); margin-bottom: 0.8rem; }
.sp-toc ol { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 0.45rem; counter-reset: toc; }
.sp-toc li { counter-increment: toc; font-size: 0.95rem; line-height: 1.5; }
.sp-toc li::before { content: counter(toc, decimal-leading-zero); font-family: var(--sp-mono); font-size: 0.7rem; color: var(--sp-sand); margin-right: 0.7rem; }
.sp-toc a { color: var(--sp-soft); text-decoration: none; }
.sp-toc a:hover { color: #fff; }
/* Autoren-Box */
.sp-author { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-top: 3rem; padding: 1.75rem 1.5rem; border-radius: 22px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); }
@media (min-width: 640px) { .sp-author { grid-template-columns: 96px 1fr; gap: 1.5rem; padding: 2rem 1.9rem; } }
.sp-author img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; }
.sp-author b { display: block; font-family: var(--font-headline); font-size: 1.05rem; color: #fff; margin-bottom: 0.3rem; }
.sp-author p { margin: 0; font-size: 0.97rem; line-height: 1.66; color: var(--sp-fg); }
/* Ankerzeile */
.sp-anchors { display: flex; gap: 0.5rem; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; padding: 0.9rem 0; }
.sp-anchors::-webkit-scrollbar { display: none; }
@media (min-width: 900px) { .sp-anchors { justify-content: center; flex-wrap: wrap; } }
.sp-anchors a { flex: 0 0 auto; font-family: var(--font-headline); font-weight: 600; font-size: 0.82rem; color: var(--sp-fg); text-decoration: none; padding: 0.62rem 1.05rem; border-radius: 999px; border: 1px solid rgba(255,255,255,0.1); }
.sp-anchors a:hover { color: #fff; border-color: rgba(200,193,255,0.45); }

/* ---------- Abschluss ---------- */
.sp-close { max-width: 820px; margin: 0 auto; text-align: center; }
.sp-close .sp-h2 { font-weight: 800; font-size: clamp(2rem, 4.6vw, 3.4rem); letter-spacing: -0.045em; margin-bottom: 1.25rem; }
.sp-close .sp-lead { margin-left: auto; margin-right: auto; }
.sp-close__cards { display: grid; grid-template-columns: 1fr; gap: 1.1rem; margin: 2.5rem 0 1.75rem; text-align: left; }
@media (min-width: 720px) { .sp-close__cards { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.sp-close__card { display: flex; flex-direction: column; gap: 0.8rem; padding: 1.75rem 1.6rem; border-radius: 22px; background: var(--sp-card-bg); border: 1px solid var(--sp-card-b); }
.sp-close__card--featured { border-color: rgba(233,199,154,0.4); background: linear-gradient(160deg, #26203f 0%, var(--sp-card-bg) 60%); }
.sp-close__card .sp-eyebrow { margin-bottom: 0; }
.sp-close__card p { margin: 0; font-size: 1rem; line-height: 1.65; color: var(--sp-bright); }
.sp-close__card .sp-cta { margin-top: auto; align-items: stretch; }
.sp-close__foot { font-size: 0.92rem; color: var(--sp-mute2); }
.sp-close__foot a { color: var(--sp-fg); text-decoration: underline; text-underline-offset: 3px; }
.sp-tp { display: inline-flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.sp-tp__stars { color: var(--sp-sand); letter-spacing: 0.12em; font-size: 1.05rem; }
.sp-tp__txt { font-family: var(--font-headline); font-weight: 700; color: #fff; font-size: 1rem; }
.sp-tp__txt small { display: block; font-family: var(--font-body); font-weight: 400; font-size: 0.82rem; color: var(--sp-mute); }

/* ---------- Lightbox ---------- */
.sp-lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(5,4,10,0.92); display: none; align-items: center; justify-content: center; padding: 1.5rem; cursor: zoom-out; }
.sp-lightbox.is-open { display: flex; }
.sp-lightbox img { max-width: 100%; max-height: 90vh; border-radius: 12px; box-shadow: 0 40px 100px rgba(0,0,0,0.8); }

/* ---------- Scroll-in (Observer im Footer), Abschnittsköpfe gestaffelt ---------- */
.scroll-in { opacity: 0; transform: translateY(26px); transition: opacity 0.9s cubic-bezier(.2,.7,.2,1), transform 0.9s cubic-bezier(.2,.7,.2,1); }
.scroll-in.is-visible { opacity: 1; transform: none; }
.sp-head.scroll-in { opacity: 1; transform: none; }
.sp-head.scroll-in > * { opacity: 0; transform: translateY(16px); transition: opacity 0.8s cubic-bezier(.2,.7,.2,1), transform 0.8s cubic-bezier(.2,.7,.2,1); }
.sp-head.scroll-in > :nth-child(2) { transition-delay: 0.12s; }
.sp-head.scroll-in > :nth-child(3) { transition-delay: 0.24s; }
.sp-head.scroll-in > :nth-child(n+4) { transition-delay: 0.36s; }
.sp-head.scroll-in.is-visible > * { opacity: 1; transform: none; }
.sp-grid > .scroll-in:nth-child(2), .sp-steps > .scroll-in:nth-child(2), .sp-features > .scroll-in:nth-child(2), .sp-tgrid > .scroll-in:nth-child(2), .sp-kpis > .scroll-in:nth-child(2), .sp-faq > .scroll-in:nth-child(2), .sp-vids > .scroll-in:nth-child(2) { transition-delay: 0.08s; }
.sp-grid > .scroll-in:nth-child(3), .sp-steps > .scroll-in:nth-child(3), .sp-features > .scroll-in:nth-child(3), .sp-tgrid > .scroll-in:nth-child(3), .sp-kpis > .scroll-in:nth-child(3), .sp-faq > .scroll-in:nth-child(3), .sp-vids > .scroll-in:nth-child(3) { transition-delay: 0.16s; }
.sp-grid > .scroll-in:nth-child(4), .sp-kpis > .scroll-in:nth-child(4), .sp-faq > .scroll-in:nth-child(4) { transition-delay: 0.24s; }
.sp-faq > .scroll-in:nth-child(n+5) { transition-delay: 0.3s; }

/* ---------- Mobil ---------- */
@media (max-width: 767px) {
  .sp-wrap { padding: 0 1.15rem; }
  .sp-section { padding: 4rem 0; }
  .sp-section--tight { padding: 3rem 0; }
  .sp-head { margin-bottom: 2.25rem; }
  .sp-hero--plain { padding: 5.5rem 0 3rem; }
  .sp-hero--plain .sp-h1 { font-size: clamp(2rem, 8.4vw, 2.7rem); line-height: 1.12; letter-spacing: -0.025em; }
  .sp-p, .sp-lead, .sp-hero .sp-lead { font-size: 1.05rem; line-height: 1.75; max-width: none; }
  .sp-h2 { font-size: clamp(1.7rem, 6.8vw, 2.2rem); line-height: 1.18; letter-spacing: -0.02em; }
  .sp-hero__facts { gap: 0.55rem 1.1rem; font-size: 0.84rem; }
  .sp-cta, .sp-cta--left { align-items: stretch; }
  .sp-cta--row { flex-direction: column; }
  .sp-btn { width: 100%; min-height: 56px; padding: 0.95rem 1.4rem; font-size: 1rem; }
  .sp-btn--sm { min-height: 48px; }
  .sp-offer .sp-btn, .sp-path .sp-btn { align-self: stretch; }
  .sp-cta__hint, .sp-cta--left .sp-cta__hint { text-align: center; }
  .sp-card, .sp-note, .sp-tcard, .sp-feature { padding: 1.6rem 1.35rem; }
  .sp-feature { grid-template-columns: 1fr; gap: 0.9rem; }
  .sp-step { padding: 1.35rem 1.15rem; }
  .sp-path, .sp-offer { padding: 1.75rem 1.35rem; }
  .sp-studie { padding: 2rem 1.25rem; }
  .sp-box { padding: 1.25rem 1.2rem; }
  .sp-box--promo { padding: 2rem 1.25rem; }
  .sp-form { padding: 1.75rem 1.25rem 2rem; }
  .sp-faq details { padding: 1.15rem 1.2rem; }
  .sp-faq summary { font-size: 1rem; }
  .sp-featured { padding: 1.75rem 1.25rem; }
  .sp-q { padding-left: 2.6rem; }
  .sp-q::before { font-size: 2.8rem; }
  .sp-q blockquote { font-size: 1.06rem; }
  .sp-bigquote { margin-bottom: 2rem; }
  .sp-vsl__play { width: 68px; height: 68px; }
  .sp-vsl__play svg { width: 26px; height: 26px; }
  .sp-vsl__badge { font-size: 0.58rem; left: 0.75rem; bottom: 0.75rem; }
  .sp-table th, .sp-table td { padding: 0.8rem 0.9rem; font-size: 0.92rem; }
  .sp-article p { font-size: 1.02rem; }
  /* Zitate-Wand: wischen statt Karten untereinander */
  .sp-wall--swipe { position: relative; display: flex; columns: auto; gap: 0.85rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; margin: 0 -1.15rem; padding: 0.25rem 1.15rem 0.75rem; scroll-padding: 0 1.15rem; }
  .sp-wall--swipe::-webkit-scrollbar { display: none; }
  .sp-wall--swipe .sp-note { flex: 0 0 86%; margin: 0; scroll-snap-align: start; display: flex; flex-direction: column; }
  .sp-wall--swipe .sp-note blockquote { margin-bottom: 1.1rem; }
  .sp-wall--swipe .sp-note__meta, .sp-wall--swipe .sp-note__who { margin-top: auto; }
}
@media (hover: none) { .sp-card:hover, .sp-note:hover, .sp-tcard:hover, .sp-path:hover, .sp-step:hover { transform: none; box-shadow: none; } }
@media (prefers-reduced-motion: reduce) {
  .scroll-in, .sp-head.scroll-in > * { opacity: 1; transform: none; transition: none; }
  .sp-dot, .sp-hero__orb, .sp-hero__photo, .sp-hero__pre, .sp-hero .sp-eyebrow, .sp-hero .sp-h1, .sp-hero .sp-lead, .sp-hero .sp-cta, .sp-hero__note, .sp-hero__facts, .sp-hero .sp-avatars, .sp-hero__caption { animation: none; }
  .sp-duo__card, .sp-card, .sp-note, .sp-tcard { transition: none; }
}
