/*
  Kunde:           Marco Groß
  Datei:           _preview/style.css
  Version:         v1.0 (Entwurf-2-Re-Skin „Editorial-Magazin")
  Erstellt:        2026-06-02 · Re-Skin 2026-06-22

  Antreiber-Test. Design-System: Marco-Groß-Brand (Roboto/Montserrat, Blaugrau
  #7FAEBD + Orange #FC8D29). Landing = Sticky-Hero (Video + Scroll-Fade) +
  Scroller (Karte über Hero, startet bei „01"). Test/Ergebnis funktional.
  2026-06-27: Drivers-Sektion „Diese fünf Antreiber" entfernt; Nav-Headline
  zentriert (.ws-head__inner Grid 1fr auto 1fr); .ws-scroller = Karte-über-Hero.
*/

/* ============================================================
   FONTS
   ============================================================ */
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/roboto-v51-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/roboto-v51-latin-700.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/montserrat-v31-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/montserrat-v31-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/montserrat-v31-latin-600.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/montserrat-v31-latin-700.woff2') format('woff2'); }

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --ws-primary:          #7FAEBD;
  --ws-primary-deep:     #5A8A9A;
  --ws-secondary:        #FC8D29;
  --ws-secondary-deep:   #DE7C24;
  --ws-secondary-ink:    #9E5410; /* AA-konformes Orange für kleinen Text/Links auf hell (>=4.5:1) */
  --ws-secondary-soft:   rgba(252, 141, 41, 0.10);
  --ws-secondary-strong: rgba(252, 141, 41, 0.20);
  --ws-warm-grey:        #928A80;

  --ws-bg:               #FFFFFF;
  --ws-bg-soft:          #FAF8F4;
  --ws-bg-deep:          #2F4853;

  --ws-border:           rgba(55, 79, 87, 0.12);
  --ws-border-strong:    rgba(55, 79, 87, 0.22);

  --ws-text:             #374F57;
  --ws-text-soft:        rgba(55, 79, 87, 0.74);
  --ws-text-muted:       rgba(55, 79, 87, 0.56);

  /* Antreiber-Töne (Glyph-System, brand-kohärent) */
  --d-stark:   #2F4853;
  --d-perfekt: #5B8A9A;
  --d-recht:   #7FAEBD;
  --d-beeil:   #FC8D29;
  --d-streng:  #DE7C24;

  --ws-font-h:           'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ws-font-body:        'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --ws-r-md: 12px;
  --ws-r-lg: 20px;
  --ws-r-xl: 28px;

  --ws-shadow-card: 0 10px 32px rgba(55, 79, 87, 0.08);
  --ws-shadow-deep: 0 18px 40px rgba(55, 79, 87, 0.18);
  --ws-shadow-glow: 0 22px 60px -22px rgba(252, 141, 41, 0.40);

  --ws-ease:     cubic-bezier(0.4, 0, 0.2, 1);
  --ws-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--ws-font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ws-text);
  background: var(--ws-bg-soft);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--ws-secondary); outline-offset: 3px; }

.ws-vh {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.ws-skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ws-bg-deep); color: #fff; padding: 10px 18px; border-radius: 0 0 8px 0;
}
.ws-skip:focus { left: 0; }

.ws-container { width: min(1140px, 92vw); margin-inline: auto; }
.ws-container--narrow { max-width: 760px; width: min(760px, 92vw); }

/* ============================================================
   TYPO PRIMITIVES
   ============================================================ */
.ws-h1 {
  font-family: var(--ws-font-h); font-weight: 700;
  font-size: clamp(1.85rem, 1.1rem + 3.4vw, 3rem);
  line-height: 1.12; letter-spacing: -0.01em; color: var(--ws-text); margin: 0 0 18px;
}
.ws-h2 {
  font-family: var(--ws-font-h); font-weight: 700;
  font-size: clamp(1.5rem, 1.1rem + 1.9vw, 2.2rem);
  line-height: 1.18; color: var(--ws-text); margin: 0 0 14px;
}
.ws-eyebrow {
  font-family: var(--ws-font-h); font-weight: 500; font-size: 13px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ws-secondary-ink); margin: 0 0 12px;
}
.ws-eyebrow--light { color: rgba(255, 255, 255, 0.82); }
.ws-section-head { text-align: center; max-width: 640px; margin: 0 auto 32px; }
.ws-section-lead { font-size: 1.05rem; color: var(--ws-text-soft); margin: 0; }

/* ============================================================
   BUTTONS (Onepager/LP-Familie — Pill)
   ============================================================ */
.ws-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--ws-font-body); font-weight: 600; font-size: 1rem; line-height: 1;
  text-decoration: none; cursor: pointer; border: 2px solid transparent;
  padding: 16px 26px; border-radius: 999px;
  transition: background 200ms var(--ws-ease), color 200ms var(--ws-ease),
              border-color 200ms var(--ws-ease), transform 200ms var(--ws-ease),
              box-shadow 200ms var(--ws-ease);
}
.ws-btn:active { transform: translateY(1px); }
.ws-btn--lg { padding: 19px 34px; font-size: 1.18rem; font-weight: 700; }
.ws-btn--sm { padding: 11px 18px; font-size: 0.9rem; }

/* Primary-CTA: dunkler Marken-Text auf Orange. Als „large text" (>=18.66px, weight 700
   über .ws-btn--lg) reicht die 3:1-Schwelle — #2F4853 auf #FC8D29 ≈ 4,1:1 (WCAG AA). */
.ws-btn--primary { background: var(--ws-secondary); color: var(--ws-bg-deep); border-color: var(--ws-secondary); }
.ws-btn--primary:hover { background: var(--ws-secondary-deep); border-color: var(--ws-secondary-deep); }

.ws-btn--secondary { background: var(--ws-bg-deep); color: #fff; border-color: var(--ws-bg-deep); }
.ws-btn--secondary:hover { background: #24383f; border-color: #24383f; }

.ws-btn--light { background: #fff; color: var(--ws-bg-deep); border-color: #fff; }
.ws-btn--light:hover { background: rgba(255, 255, 255, 0.88); border-color: rgba(255, 255, 255, 0.88); }

.ws-btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.55); }
.ws-btn--ghost:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; }

.ws-linkbtn {
  background: none; border: 0; cursor: pointer; font-family: var(--ws-font-body);
  font-size: 0.95rem; color: var(--ws-text-muted); text-decoration: underline;
  text-underline-offset: 3px; padding: 6px;
}
.ws-linkbtn:hover { color: var(--ws-secondary-deep); }

/* ============================================================
   HEADER — schlank, über dem Hero schwebend (Blur)
   ============================================================ */
.ws-head {
  position: fixed; inset: 0 0 auto 0; z-index: 40;
  background: rgba(250, 248, 244, 0.82); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(55, 79, 87, 0);
  transition: padding 0.35s var(--ws-ease), box-shadow 0.35s var(--ws-ease), border-color 0.35s var(--ws-ease);
}
.ws-head.ws-is-scrolled { box-shadow: 0 6px 24px rgba(47, 72, 83, 0.08); border-bottom-color: rgba(55, 79, 87, 0.1); }
.ws-head__inner {
  width: min(1140px, 92vw); margin-inline: auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; padding-block: 16px;
  transition: padding 0.35s var(--ws-ease);
}
.ws-head.ws-is-scrolled .ws-head__inner { padding-block: 9px; }
.ws-head__logo { height: 34px; width: auto; cursor: pointer; justify-self: start; }
.ws-head__tag { justify-self: center; }
.ws-head__tag {
  font-family: var(--ws-font-h); font-weight: 500; font-size: 13px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ws-primary);
}

/* ============================================================
   LANDING — Hero (Sticky, Video, Scroll-Fade des Inhalts)
   ============================================================ */
.ws-hero {
  position: sticky; top: 0; height: 100svh; z-index: 0;
  display: flex; align-items: center; overflow: hidden;
  background: url('img/hero-fuenf-stroemungen-poster.jpg') center/cover no-repeat, var(--ws-bg-soft);
}
.ws-hero__video {
  position: absolute; left: 0; right: 0; top: -7%; width: 100%; height: 114%;
  object-fit: cover; z-index: 0; will-change: transform;
}
.ws-hero__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(72% 62% at 50% 46%, rgba(250,248,244,.84), rgba(250,248,244,.46) 54%, rgba(250,248,244,.12) 78%, transparent 92%),
              linear-gradient(0deg, rgba(250,248,244,.42), transparent 26%);
}
.ws-hero__inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding-block: 140px 92px;
}
.ws-hero__inner > div { display: flex; flex-direction: column; align-items: center; max-width: 840px; }
.ws-hero__inner > div > * { will-change: opacity, transform; }
.ws-hero h1 {
  font-family: var(--ws-font-h); font-weight: 700;
  font-size: clamp(2.4rem, 6.4vw, 5.1rem); line-height: 1.02; letter-spacing: -0.025em;
  max-width: 16ch; margin-top: 14px;
  text-shadow: 0 2px 30px rgba(250,248,244,.7), 0 1px 2px rgba(250,248,244,.9);
}
.ws-hero h1 em { font-style: italic; color: var(--ws-secondary); }
.ws-hero__lead {
  color: #46606a; font-size: clamp(1.08rem, 1.7vw, 1.4rem); margin-top: 24px; max-width: 46ch;
  text-shadow: 0 1px 16px rgba(250,248,244,.85);
}
.ws-triad { display: flex; gap: 11px; flex-wrap: wrap; justify-content: center; margin-top: 32px; }
.ws-triad span {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.5); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.7);
  border-radius: 100px; padding: 10px 19px; font-size: 14px; font-weight: 500;
  box-shadow: 0 8px 24px rgba(47,72,83,.1);
}
.ws-triad b { font-family: var(--ws-font-h); font-weight: 700; }
.ws-cta-row { margin-top: 38px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.ws-hero .ws-btn--primary { box-shadow: var(--ws-shadow-glow); }
.ws-hero .ws-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 26px 54px -18px rgba(252,141,41,.6); }
.ws-hero__note { color: #5d747c; font-size: 13.5px; text-shadow: 0 1px 10px rgba(250,248,244,.85); }

/* ============================================================
   LANDING — Drivers: Sticky-Scrollytelling der 5 Antreiber
   ============================================================ */
.ws-drivers {
  background: #fff; position: relative; z-index: 3; margin-top: 0;
  padding: clamp(84px, 8vw, 120px) 0 70px;
  border-radius: clamp(34px, 5vw, 60px) clamp(34px, 5vw, 60px) 0 0;
  box-shadow: 0 -18px 48px rgba(47, 72, 83, 0.12);
}
.ws-drivers__intro { text-align: center; max-width: 640px; margin: 0 auto 10px; }
.ws-drivers__intro h2 { font-family: var(--ws-font-h); font-weight: 700; font-size: clamp(1.7rem, 3.4vw, 2.4rem); letter-spacing: -0.01em; }
.ws-drivers__intro p { color: #5d747c; margin-top: 12px; }
.ws-drivers__grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 48px; align-items: start; margin-top: 30px; }
.ws-drivers__stage { position: sticky; top: 96px; height: min(70vh, 520px); display: flex; align-items: center; justify-content: center; }
.ws-glyphbox {
  position: relative; width: min(100%, 420px); aspect-ratio: 1; border-radius: 28px;
  background: linear-gradient(160deg, #f6f3ee, #fbfaf7); border: 1px solid rgba(55,79,87,.08);
  box-shadow: 0 30px 70px rgba(47,72,83,.1); overflow: hidden;
}
.ws-glyph { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transition: opacity .55s ease; }
.ws-glyph.ws-is-active { opacity: 1; }
.ws-glyph svg { width: 62%; height: 62%; }
.ws-glyphbox__tint { position: absolute; inset: 0; opacity: .06; transition: background .55s ease; pointer-events: none; }
.ws-steps { display: grid; gap: 0; }
.ws-step { min-height: 62vh; display: flex; flex-direction: column; justify-content: center; padding: 24px 0; border-bottom: 1px solid rgba(55,79,87,.07); }
.ws-step:last-child { border-bottom: 0; }
/* AA: Label leise-grau (passt 4.95:1); die Antreiber-Farbe trägt der Glyph daneben.
   !important überschreibt die Inline-Tint-Farbe (unvermeidbar für den Kontrast-Fix). */
.ws-step__no { font-family: var(--ws-font-h); font-weight: 700; font-size: .9rem; letter-spacing: .16em; text-transform: uppercase; color: #5d747c !important; }
.ws-step h3 { font-family: var(--ws-font-h); font-weight: 700; font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 8px 0 10px; letter-spacing: -0.01em; }
.ws-step p { color: #5d747c; font-size: 1.06rem; max-width: 42ch; }
.ws-step__mini { display: none; }

/* Glyph-Animationen (M2/M3) */
@keyframes ws-sheen { 0% { transform: translateY(60%); opacity: 0; } 40% { opacity: .9; } 100% { transform: translateY(-60%); opacity: 0; } }
@keyframes ws-snap { 0%, 100% { transform: translate(6px, -5px); } 45%, 75% { transform: translate(0, 0); } }
@keyframes ws-tilt { 0%, 100% { transform: rotate(-9deg); } 50% { transform: rotate(9deg); } }
@keyframes ws-spin { to { transform: rotate(360deg); } }
@keyframes ws-flagwave { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(-7deg); } }
@keyframes ws-pulsehold { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.04); } }
.ws-glyph.ws-is-active .ws-anim-sheen { animation: ws-sheen 2.6s ease-in-out infinite; }
.ws-glyph.ws-is-active .ws-anim-snap { animation: ws-snap 3s ease-in-out infinite; }
.ws-glyph.ws-is-active .ws-anim-tilt { animation: ws-tilt 3.4s ease-in-out infinite; transform-origin: 60px 34px; }
.ws-glyph.ws-is-active .ws-anim-spin { animation: ws-spin 2.2s linear infinite; transform-origin: 60px 60px; }
.ws-glyph.ws-is-active .ws-anim-flag { animation: ws-flagwave 2.8s ease-in-out infinite; transform-origin: 100px 16px; }
.ws-glyph.ws-is-active .ws-anim-hold { animation: ws-pulsehold 3s ease-in-out infinite; transform-origin: 60px 60px; }

/* ============================================================
   LANDING — Scroller (Stages + How + Skala-Hinweis)
   ============================================================ */
.ws-scroller {
  background: #fff; position: relative; z-index: 3; margin-top: 0;
  padding: clamp(84px, 8vw, 120px) 0 64px;
  border-radius: clamp(34px, 5vw, 60px) clamp(34px, 5vw, 60px) 0 0;
  box-shadow: 0 -18px 48px rgba(47, 72, 83, 0.12);
}
.ws-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.ws-reveal.ws-is-in { opacity: 1; transform: none; }
.ws-stages { max-width: 780px; margin: 0 auto; }
.ws-stage { display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: start; margin-bottom: 32px; }
.ws-stage__no { font-family: var(--ws-font-h); font-weight: 700; font-size: 2.2rem; color: var(--ws-primary-deep); opacity: 1; line-height: 1; }
.ws-stage h2 { font-family: var(--ws-font-h); font-weight: 700; font-size: 1.45rem; margin-bottom: 8px; }
.ws-stage p { font-size: 1.04rem; }
.ws-how { max-width: 780px; margin: 48px auto 0; background: #fff; border-radius: 22px; padding: 32px 36px; box-shadow: 0 14px 40px rgba(47,72,83,.07); }
.ws-how h2 { font-family: var(--ws-font-h); font-weight: 700; font-size: 1.26rem; margin-bottom: 18px; }
.ws-how ul { list-style: none; display: grid; gap: 13px; }
.ws-how li { display: flex; gap: 13px; font-size: 1.02rem; }
.ws-how li::before {
  content: ''; flex: none; width: 23px; height: 23px; border-radius: 50%; background: var(--ws-secondary); margin-top: 2px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/16px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/16px no-repeat;
}
.ws-scale-hint { max-width: 780px; margin: 24px auto 0; display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.ws-scale-hint span { background: #fff; border: 1px solid rgba(55,79,87,.1); border-radius: 10px; padding: 9px 14px; font-size: 13.5px; }
.ws-scale-hint b { font-family: var(--ws-font-h); color: var(--ws-secondary); margin-right: 6px; }
.ws-midcta { text-align: center; margin-top: 46px; }

/* ============================================================
   TEST — eine Frage pro Screen
   ============================================================ */
.ws-test { padding: clamp(96px, 12vw, 132px) 0 clamp(48px, 8vw, 96px); min-height: 80vh; }
.ws-test__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.ws-test__back {
  background: var(--ws-bg); border: 1.5px solid var(--ws-border-strong); border-radius: 999px;
  cursor: pointer; font-family: var(--ws-font-body); font-weight: 600; font-size: 0.92rem; color: var(--ws-text);
  padding: 10px 18px; min-height: 44px; display: inline-flex; align-items: center; gap: 6px;
  transition: border-color 160ms var(--ws-ease), background 160ms var(--ws-ease), color 160ms var(--ws-ease);
}
.ws-test__back:hover:not(:disabled) { color: var(--ws-secondary-deep); border-color: var(--ws-secondary); background: var(--ws-secondary-soft); }
.ws-test__back:disabled { opacity: 0.35; cursor: default; }
.ws-test__counter { margin: 0; font-size: 0.92rem; color: var(--ws-text-muted); }
.ws-test__counter strong { font-family: var(--ws-font-h); font-size: 1.15rem; color: var(--ws-text); }

.ws-test__bar { height: 8px; background: var(--ws-border); border-radius: 999px; overflow: hidden; }
.ws-test__bar-fill {
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--ws-primary) 0%, var(--ws-secondary) 100%);
  border-radius: 999px; transition: width 360ms var(--ws-ease-out);
}

.ws-test__card {
  background: var(--ws-bg); border: 1px solid var(--ws-border);
  border-radius: var(--ws-r-xl); box-shadow: var(--ws-shadow-card);
  margin-top: 22px; padding: clamp(24px, 4vw, 44px);
}
.ws-test__statement {
  font-family: var(--ws-font-h); font-weight: 500;
  font-size: clamp(1.25rem, 1rem + 1.4vw, 1.7rem); line-height: 1.3;
  color: var(--ws-text); margin: 0 0 26px; min-height: 2.4em;
}

/* Skala (Test-Antworten) */
.ws-scale { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ws-scale__btn {
  width: 100%; display: flex; align-items: center; gap: 14px; text-align: left;
  background: var(--ws-bg-soft); border: 1.5px solid var(--ws-border);
  border-radius: var(--ws-r-md); padding: 14px 16px; cursor: pointer;
  font-family: var(--ws-font-body); color: var(--ws-text); min-height: 56px;
  transition: border-color 160ms var(--ws-ease), background 160ms var(--ws-ease), transform 160ms var(--ws-ease);
}
.ws-scale__btn:hover { border-color: var(--ws-secondary); background: var(--ws-secondary-soft); }
.ws-scale__btn:active { transform: scale(0.99); }
.ws-scale__btn--active { border-color: var(--ws-secondary); background: var(--ws-secondary-soft); box-shadow: 0 0 0 3px var(--ws-secondary-soft); }
.ws-scale__num {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--ws-primary); color: #fff; font-family: var(--ws-font-h); font-weight: 700; font-size: 1.05rem;
}
.ws-scale__btn--active .ws-scale__num, .ws-scale__btn:hover .ws-scale__num { background: var(--ws-secondary); }
.ws-scale__lbl { font-size: 0.98rem; font-weight: 500; }

/* ============================================================
   ERGEBNIS — Chart
   ============================================================ */
.ws-result { padding: clamp(96px, 12vw, 132px) 0 clamp(48px, 8vw, 96px); }
.ws-chart { display: flex; flex-direction: column; gap: 18px; margin: 0 0 34px; }
.ws-chart__row { background: var(--ws-bg); border: 1px solid var(--ws-border); border-radius: var(--ws-r-md); padding: 14px 18px; }
.ws-chart__row--dom { border-color: var(--ws-secondary); box-shadow: 0 0 0 2px var(--ws-secondary-soft), var(--ws-shadow-card); }
.ws-chart__top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 9px; }
.ws-chart__name { font-family: var(--ws-font-h); font-weight: 500; font-size: 1.02rem; color: var(--ws-text); }
.ws-chart__tag {
  font-family: var(--ws-font-body); font-weight: 700; font-size: 0.64rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ws-secondary-deep);
  background: var(--ws-secondary-soft); padding: 3px 8px; border-radius: 999px; margin-left: 6px; white-space: nowrap;
}
.ws-chart__val { font-family: var(--ws-font-h); font-weight: 700; font-size: 1.15rem; color: var(--ws-text); }
.ws-chart__track { height: 12px; background: var(--ws-bg-soft); border: 1px solid var(--ws-border); border-radius: 999px; overflow: hidden; }
.ws-chart__fill { display: block; height: 100%; border-radius: 999px; transition: width 720ms var(--ws-ease-out); }

/* dominanter Antreiber */
.ws-dominant {
  background: var(--ws-bg); border: 1px solid var(--ws-border); border-left: 5px solid var(--ws-secondary);
  border-radius: var(--ws-r-lg); padding: clamp(22px, 4vw, 34px); margin: 0 0 40px; box-shadow: var(--ws-shadow-card);
}
.ws-dominant__label { font-weight: 700; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ws-secondary-deep); margin: 0 0 6px; }
.ws-dominant__name { font-family: var(--ws-font-h); font-weight: 700; font-size: clamp(1.4rem, 1.1rem + 1.4vw, 1.9rem); color: var(--ws-text); margin: 0 0 12px; }
.ws-dominant__txt { font-size: 1.02rem; color: var(--ws-text-soft); margin: 0; }

/* ============================================================
   AUSLIEFERUNG
   ============================================================ */
.ws-deliver {
  background: var(--ws-bg-soft); border: 1px solid var(--ws-border);
  border-radius: var(--ws-r-xl); padding: clamp(24px, 4vw, 40px); margin: 0 0 40px; text-align: center;
}
.ws-deliver__h { font-family: var(--ws-font-h); font-weight: 700; font-size: 1.3rem; color: var(--ws-text); margin: 0 0 20px; }
.ws-deliver__row { display: flex; justify-content: center; }
.ws-deliver__or {
  display: flex; align-items: center; gap: 14px; color: var(--ws-text-muted);
  font-size: 0.88rem; margin: 22px auto; max-width: 420px;
}
.ws-deliver__or::before, .ws-deliver__or::after { content: ''; flex: 1; height: 1px; background: var(--ws-border-strong); }

.ws-mailform { max-width: 460px; margin: 0 auto; text-align: left; }
.ws-mailform__honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.ws-mailform__field { display: block; margin-bottom: 14px; }
.ws-mailform__lbl { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; color: var(--ws-text); }
.ws-mailform input[type="email"] {
  width: 100%; font-family: var(--ws-font-body); font-size: 1rem; color: var(--ws-text);
  padding: 14px 16px; background: var(--ws-bg); border: 1.5px solid var(--ws-border-strong);
  border-radius: var(--ws-r-md); transition: border-color 160ms var(--ws-ease);
}
.ws-mailform input[type="email"]:focus { outline: none; border-color: var(--ws-secondary); }
.ws-mailform__check { display: flex; gap: 10px; align-items: flex-start; font-size: 0.84rem; color: var(--ws-text-soft); margin-bottom: 18px; }
.ws-mailform__check input { margin-top: 3px; width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--ws-secondary); }
.ws-mailform__check a { color: var(--ws-secondary-deep); }
.ws-mailform .ws-btn { width: 100%; }

.ws-deliver__status { margin: 18px 0 0; font-size: 0.92rem; font-weight: 600; }
.ws-deliver__status--ok  { color: #2E7D49; }
.ws-deliver__status--err { color: #C0392B; }

/* ============================================================
   NÄCHSTER SCHRITT — Strategie-Session (dunkel)
   ============================================================ */
.ws-next {
  background: var(--ws-bg-deep); color: #fff; border-radius: var(--ws-r-xl);
  padding: clamp(28px, 5vw, 48px); text-align: center; margin: 0 0 28px;
}
.ws-next__h { font-family: var(--ws-font-h); font-weight: 700; font-size: clamp(1.4rem, 1.1rem + 1.4vw, 1.95rem); margin: 0 0 14px; color: #fff; }
.ws-next__lead { color: rgba(255, 255, 255, 0.82); font-size: 1.02rem; max-width: 540px; margin: 0 auto 24px; }
.ws-next__price { display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: 8px 14px; margin: 0 0 24px; }
.ws-next__price-now { font-family: var(--ws-font-h); font-weight: 700; font-size: 2.6rem; color: var(--ws-secondary); line-height: 1; }
.ws-next__price-old { font-size: 1.1rem; color: rgba(255, 255, 255, 0.55); text-decoration: line-through; }
.ws-next__price-lbl { width: 100%; font-size: 0.9rem; color: rgba(255, 255, 255, 0.7); }
.ws-next__actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px; margin-top: 4px; }

.ws-result__restart { text-align: center; margin: 0; }

/* ============================================================
   FOOTER — voller Onepager-Footer (ohne Zitat)
   ============================================================ */
.ws-footer { background: var(--ws-bg-soft); color: var(--ws-text); padding: clamp(56px, 6vw, 84px) 0 32px; border-top: 1px solid var(--ws-border); position: relative; z-index: 4; }
.ws-footer__top { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; padding-bottom: clamp(32px, 4vw, 48px); border-bottom: 1px solid var(--ws-border); }
.ws-footer__logo { height: 48px; width: auto; cursor: pointer; }
.ws-footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 3vw, 48px); padding: clamp(36px, 4vw, 56px) 0; }
.ws-footer__col { display: flex; flex-direction: column; gap: 10px; }
.ws-footer__lbl { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: #5d747c; margin: 0 0 10px; }
.ws-footer__col a { font-size: 14px; color: var(--ws-text); text-decoration: none; transition: color .22s ease; display: inline-flex; align-items: center; min-height: 44px; }
.ws-footer__col a:hover { color: var(--ws-secondary); }
.ws-footer__seals { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.ws-footer__seals li { min-width: 0; flex: 0 1 auto; }
.ws-footer__seals a { display: inline-block; transition: opacity .2s ease; }
.ws-footer__seals a:hover { opacity: .82; }
.ws-footer__seals img { height: 64px; width: auto; display: block; max-width: 100%; object-fit: contain; }
.ws-footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; border-top: 1px solid var(--ws-border); font-size: 12.5px; letter-spacing: .01em; color: #5d747c; margin: 0; gap: 14px; flex-wrap: wrap; }
.ws-footer__credit { font-size: 11.5px; }
.ws-footer__credit a { color: #5d747c; text-decoration: underline; text-underline-offset: 2px; transition: color .22s ease; }
.ws-footer__credit a:hover, .ws-footer__credit a:focus-visible { color: var(--ws-secondary); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 860px) {
  .ws-hero__inner { padding-block: 120px 64px; }
  .ws-drivers__grid { grid-template-columns: 1fr; gap: 0; }
  .ws-drivers__stage { display: none; }
  .ws-step { min-height: 0; border-bottom: 0; padding: 18px 0; }
  .ws-step__mini { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 18px; background: #fff; border: 1px solid rgba(55,79,87,.08); box-shadow: 0 10px 26px rgba(47,72,83,.08); margin-bottom: 14px; }
  .ws-step__mini svg { width: 48px; height: 48px; }
  .ws-step__mini .ws-glyph { position: static; opacity: 1; }
  .ws-stage { grid-template-columns: 1fr; gap: 6px; }
  .ws-stage__no { font-size: 1.6rem; }
  .ws-footer__grid { grid-template-columns: 1fr 1fr; }
  .ws-footer__grid > .ws-footer__col:last-child { grid-column: 1 / -1; }
  .ws-footer__seals { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
  .ws-footer__seals img { height: 48px; }
}

@media (max-width: 560px) {
  .ws-scale__lbl { font-size: 0.92rem; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .ws-hero { position: static; height: auto; min-height: 100svh; }
  .ws-hero__video { display: none; }
  .ws-glyph { opacity: 1; position: static; }
  .ws-drivers__stage { position: static; height: auto; }
  .ws-reveal { opacity: 1; transform: none; }
  .ws-test__bar-fill, .ws-chart__fill { transition: none; }
}
