/*
  Kunde:           Marco Groß
  Datei:           _deploy/style.css
  Version:         v1.33
  Erstellt:        2026-05-12
  Letzte Änderung: 2026-06-07

  - v1.33 (2026-06-07): Drawer-Scroll-Lock-Fix (User-Befund: Menue oeffnete
    nur am Seitenanfang). body.ws-nav-locked{overflow:hidden} machte den Body
    zum Scroll-Container → Sticky-Nav brach beim Oeffnen → Drawer (fixed im
    Nav, Containing Block via backdrop-filter) sprang an den Dokumentanfang.
    Lock jetzt auf html.ws-nav-locked (= bestehender Scroll-Container, Sticky
    bleibt intakt) + touch-action:none auf body. Verifiziert: Drawer top=0
    bei scrollY 0/3000/8000, Scroll-Position nach Schliessen erhalten.
  - v1.32 (2026-06-07): Mobile H-Scroll-Fix + Footer-Anordnung (User-Befund
    Live-Check). (1) html/body overflow-x: clip — sticky-safe Sicherheitsnetz
    gegen Seitwaerts-Wischen (clip erzeugt keinen Scroll-Container, anders
    als hidden). (2) Drawer geschlossen visibility:hidden (translateX(100%)
    erzeugte scrollWidth 390+320=710 → DIE H-Scroll-Ursache). (3) .ws-btn
    ≤760: white-space normal + max-width 100% + line-height 1.3 (nowrap-CTAs
    waren 419/478px breit bei 390er-Viewport, ragten rechts raus).
    (4) .ws-quiz__list: repeat(2, minmax(0,1fr)) gegen 3px-min-content-
    Overflow. (5) Footer mobil 1-spaltig gestapelt (Anordnung wie Haupt-
    seiten-Footer, User-Referenz-Screenshot) — Farbdesign (dark) unveraendert.
    Verifiziert: scrollWidth 390 = innerWidth 390 @390px.
  - v1.31 (2026-06-02): OE-Donut Akkordeon-Liste auf Mobile ausgeblendet
    (`.ws-oe-donut__list { display:none }` ≤720px) — redundant, seit der
    Wheel mobil voll interaktiv ist (v1.30).
  - v1.30 (2026-06-02): OE-Donut Mobile = Desktop-Verhalten (Korrektur zu
    v1.29). Labels mit VOLLEM Namen wie Desktop (nur Schrift 9–9.5px, passen
    in Viewport, max Pill-Rechtskante 373<390px verifiziert). Center zeigt
    beim Klick den VOLLEN Inhalt (Num + Name + alle Items, num 9 / name 14 /
    items 10.5px) — passt auch für die längste Phase (Phase 02, 4 Items;
    Inhalts-Höhe 147 < Kreis-Ø 210). v1.29-Beschneidung (Nummer-Badges +
    Items ausgeblendet) war falsch und ist zurückgenommen.
  - v1.29 (2026-06-02): OE-Donut Mobile interaktiv + Carousel-Hover-Fix.
    (1) Donut ≤720px: Labels wieder sichtbar als Nummer-Badges (01–05;
    voller Name würde den kleinen Wheel sprengen) + Klick zeigt Phase
    Num+Name im Center (Items aus, Detail im Akkordeon). Trenner `·`
    (label-sep) auf Mobile aus. (2) Carousels: `padding: 8px 2px 12px`
    gegen Hover-Lift-Abschneiden (overflow-x klippt sonst vertikal).
    (3) Formats-Carousel jetzt ≤1024 (Tablet draggable wie Stimmen/Reviews),
    ≤640 1+Peek.
  - v1.28 (2026-06-02): Drei Mobile-Höhen-Fixes. (1) Selbsttest bleibt
    ≤540px 2-spaltig (statt 1-spaltig) + kompakter (Schrift 0.84rem,
    Padding 9×11, Checkbox 20px) → halbe Höhe, Touch 44px bleibt. (2)
    OE-Donut ≤720px: Center-Aktiv-Detail `display:none` (lief über den
    kleinen Kreis), Wheel zeigt nur kurzen Default-Text, Phasen-Detail via
    Akkordeon. (3) „Drei Wege" (Formats) ≤760px: Drag-Carousel (1 voll +
    Peek) statt gestapelt → niedriger.
  - v1.27 (2026-06-02): Drag-Carousel (Stimmen + Google-Bewertungen) NUR
    noch ≤1024px. Desktop (>1024) bleibt normales 3er-Grid `repeat(3,1fr)` —
    dort war 2+1 nie das Problem. Carousel-Regeln aus der Basis in den
    ≤1024-Media-Block verschoben; Basis wieder `display:grid`.
  - v1.26 (2026-06-01): Stimmen + Google-Bewertungen als Drag-Carousel.
    `.ws-voices__grid` + `.ws-greviews__grid` von `grid repeat(3,1fr)` auf
    `flex` + `overflow-x:auto` + `scroll-snap-type:x mandatory`, Scrollbar
    versteckt, `cursor:grab`/`grabbing`. Karten `flex:0 0 clamp(280px,44%,
    440px)` → 2 voll + 3. angedeutet; Phones (≤640) `flex:0 0 84%` (1+Peek).
    Alte ≤1024/≤760 grid-template-columns-Overrides jetzt inert (flex).
  - v1.25 (2026-06-01): Selbsttest kompakter + ganze Fläche klickbar.
    `.ws-quiz__lbl` jetzt flex über volle Karten-Breite mit Padding (Karte
    = klickbar), `.ws-quiz__item` ohne eigenes Padding, Checkbox-Margin 0
    (zentriert), kompaktere Höhe (min-height 44px Touch-Target bleibt).
    2-Spalten-Raster jetzt auch auf Tablet (≤1024) gehalten, 1-Spalte erst
    ≤540px. `.ws-quiz__txt { flex:1 }`.
  - v1.24 (2026-06-01): Nav-Pill „Direkt anrufen"-Blau an Onepager angeglichen.
    `.ws-nav__pill` background von `var(--ws-text)` (LP #374F57, heller) auf
    festes #1F2A30 (= Onepager `--ws-text`) — gleiche Blau-Tiefe wie
    marco-gross-onepager. LP-Haupttext (--ws-text) unberührt.
  - v1.23 (2026-06-01): Hero-Scrim links stärker. Horizontaler Verlauf
    hält ~0.86 bis 58% (statt 0.34 bei 62%), dann weicher Auslauf 0.46@80%
    → 0.12@100% — linker Text-Bereich dunkler/lesbarer, sanfter Übergang
    nach rechts ins Video.
  - v1.22 (2026-06-01): Hero-Trust-Zeilen weiß. `.ws-hero .ws-hero__trust-row`
    Override (war via `.ws-hero__trust-row { color: var(--ws-text-soft) }`
    dunkel) → #fff. Sterne (.ws-stars) bleiben golden.
  - v1.21 (2026-06-01): Hero B1 Vollbild-Video (§28). .ws-hero jetzt
    min-height 100svh / flex; neu .ws-hero__poster + __video + __scrim
    (gerichteter 90deg-Scrim links-dunkel → rechts-transparent). Helle
    Schrift-Overrides (H1/Sub/Points/Trust/Pulse weiß), Sekundär-CTA als
    Glas-Outline. .ws-hero__inner von 2-Spalten-Grid auf einspaltigen
    Text-Block (max-width 600). Mobile: Video aus, Poster + voller Scrim,
    Text unten. Alte glow/grid/photo/media-Regeln jetzt inert (Markup raus).
  - v1.20 (2026-06-01): OE-Donut Center-Texte zweite Stufe größer +
    Container leicht geweitet (width 46%→49%, max-width 270→292px).
    default→clamp(19,2.05vw,27), num 14→15, name→clamp(22,2.4vw,31)
    (line-height 1.12→1.1), items 14→15.5px. Desktop only.
  - v1.19 (2026-06-01): OE-Donut Center-Texte größer (mehr Platz im
    vergrößerten Kreis). __center-default clamp(15,1.55vw,20)→clamp(17,1.85vw,24),
    __center-num 12→14px, __center-name clamp(17,1.85vw,23)→clamp(20,2.1vw,27),
    __center-items li 12→14px (line-height 1.32→1.34). Nur Desktop-Werte;
    Mobile-Overrides unverändert.
  - v1.18 (2026-06-01): OE-Donut Center-Text-Container an größeren Kreis
    angepasst — .ws-oe-donut__center width 38% → 46%, max-width 220px →
    270px (mehr Platz im jetzt größeren blauen Mittelkreis).
  - v1.17 (2026-06-01): Hero-Trust-Bar untereinander. .ws-hero__trust von
    horizontaler flex-wrap-Reihe (gap 14x20) auf flex-direction: column +
    align-items: flex-start + gap 10px. Die drei Trust-Zeilen (★ 5,0 · 100+
    Google-Bewertungen / BAFA-Berater / INQA-Coach) stehen jetzt gestapelt.
  - v1.16 (2026-06-01): Risk-Reversal-Listen-Icons farbig kodiert. ✕ (Was du
    NICHT bekommst) von blassem Weiß rgba(255,255,255,0.4) auf intensives Rot
    #FF3B30, ✓ (Was du bekommst) von Orange var(--ws-secondary) auf intensives
    Grün #2ECC71. Rein Farbwert-Tausch in den beiden ::before-Regeln, Glyphen/
    Größe/Position unverändert.
  - v1.15 (2026-05-26): Header + Buttons + FAQ-Icons vom Onepager portiert.
    * NAV: Cream-Glas-BG (rgba(250,247,242,.78) + blur(12)), Slide-Pill-
      CTA-Group (zwei Buttons "Direkt anrufen" + "Termin buchen", animierte
      Pill mit translateX(100%) bei data-active="termin", Brightness-Hover-
      Feedback via :has()-Selector), Underline-Hover bei .ws-nav__link (1px
      orange, scale-X von right→left), Logo 38px, Link 14px.
    * BUTTONS: Onepager-Klassen-Familie (primary / ghost / secondary /
      ghost-light / dark-hover) + lg/sm Modifier. min-height entfernt,
      Padding-basiert (16x26 default · 19x34 lg · 11x18 sm). Pfeil-Icon-
      Animation (.ws-btn__arrow) bleibt. LP-Legacy .ws-btn--light bleibt
      als Alias für solides Orange.
    * FAQ-ICON: + → − statt + → × Rotation. Zwei absolute Striche
      (summary::before horizontal + summary::after vertikal), vertikaler
      kollabiert via scaleY(0) wenn [open]. currentColor, kein orange-
      hardcode. Padding-right 38px für Icon-Platz.
    * HAMBURGER + DRAWER: ws-hamburger → ws-nav__hamburger, ws-drawer →
      ws-nav__drawer, ws-backdrop → ws-nav__backdrop. Eigener Mobile-Block
      mit allen Drawer-Stilen (Header / Liste / CTAs / Close-Button) im
      Onepager-Pattern. Body-Scroll-Lock-Klasse ws-is-locked →
      ws-nav-locked (Onepager-Naming).
    * Mobile @media 760px: alte .ws-hamburger-Show + .ws-nav__cta-Hide
      ersetzt durch .ws-nav__ctas-Hide. Small-Mobile 400px:
      ws-nav__inner min-height raus (gibt's auf neuer Klasse nicht mehr).

  Änderungshistorie:
  - v1.0 (2026-05-12): Initiale Version. VIL 1 Focused Premium.
  - v1.1 (2026-05-15): VIL2-Upgrade (Elevated Experience) gemäß Marco-Iter-PDF 2026-05-14.
    + Hero fullsize-Treatment mit Pattern-Layer + atmosphärischem Glow
    + Selbsttest farbiger (Bucket-Farbcodes low/mid/high, animierter Counter, prominente Result-Card)
    + OE-Modell als eigenes SVG-Wheel (Wunschbild S3)
    + House-of-Change als animiertes SVG-Diagramm (S10)
    + NEU: Shift-Block S2.5 (Vorher/Nachher), Process-Block S6.5 (Erste-Schritte)
    + Globaler Copy-Ton-Shift = HTML-Inhalts-Update, hier nur typografische Anpassungen
    + Memorabler Differenziator: animierter Counter mit Bucket-Slide + HoC-SVG-Drawing
  - v1.2 (2026-05-21): S10 House-of-Change — SVG-Energie-Kurve raus,
    Marco-Drive-Bitmap "Haus der Veränderung" rein. Alle ws-hoc__svg-/
    __path-/__path-fill-/__axis-/__marker-/__label-Styles entfernt,
    neuer ws-hoc__img + ws-hoc__cap. Reduced-Motion-Overrides für SVG
    entfernt (Bild braucht keine Drawing-Animation).
  - v1.3 (2026-05-21): Footer-Text an Onepager-Stand angeglichen
    (Dark-BG bleibt). ws-footer__social mit SVG-Icon-Style (24px,
    hover-orange). ws-footer__copyright → ws-footer__bottom (flex
    space-between, copy links, credit rechts). ws-footer__addr-Style
    bleibt im File, wird im HTML nicht mehr referenziert (harmlos).
  - v1.4 (2026-05-21): S6.5 komplett umgebaut. Pre-Click-Friction-Block
    (4 Cards "Was passiert nach Klick") raus, neue Auftragsverlaufs-
    Section "Fünf Schritte. Klar. Umsetzbar." (5 Schritte). Komplette
    ws-process__-Block-Familie ersetzt durch ws-steps__-Block: __list
    (1-Spalt mit border-top-Trennern), __row (grid icon/num/body),
    __icon (56px orange Circle + weißes SVG), __num (Italic Serif via
    System-Font Georgia, Primary-Color), __h + __text. CTA in __cta.
    Die alten ws-process__steps Media-Query-Overrides (Z. ~2468/2570)
    bleiben im File — referenzieren keine HTML-Elemente mehr (harmlos).
  - v1.6 (2026-05-21): S3 komplett umgebaut. ws-vision-Block (Pillars +
    kleines OE-Modell-Wheel + 30-Tage-Liste) raus aus HTML. Neuer Block
    ws-phases + ws-oe-donut (interaktiver 5-Phasen-Donut aus Marco-
    Original-Modell) am Ende dieses Files eingefügt — vor responsive
    Media-Query-Blöcken. Inkl. ws-oe-donut__stage / __svg / __wedge /
    __center-bg / __finetuning-text / __center / __center-default /
    __center-active / __center-num / __center-name / __center-items /
    __labels / __label / __label-num / __hint / __list / __list-item /
    __list-num / __list-name. Plus prefers-reduced-motion-Block und
    Mobile-Override (≤720px). Quelle: marco-gross-alt v2.27 Z.3234-3528.
    Alte ws-vision__*-Styles bleiben im File (HTML referenziert sie
    nicht mehr — harmlos).
  - v1.7 (2026-05-24): Alle CTA-Buttons einheitlich orange (User-Wunsch).
    .ws-btn--ghost + .ws-btn--light + .ws-bottom-cta__btn--ghost von
    Outline/Transparent auf solides Orange (--ws-secondary) umgestellt,
    Hover → Dunkelorange (--ws-secondary-deep), weißer Text. Entspricht
    jetzt dem bereits orangen .ws-btn--primary. Bottom-CTA-Ghost bekam
    einen Hover-State. Hamburger + Drawer-Close (Menü-Controls) bewusst
    NICHT geändert. Hierarchie Primär/Sekundär dadurch rein optisch
    aufgehoben (alle CTAs gleich orange).
  - v1.8 (2026-05-24): A2 Selbsttest stärker hervorgehoben (User-Wunsch
    „Akzent stärker"). .ws-quiz: grauer 1px-Border → 1.5px Orange
    (rgba 252,141,41,0.55), zusätzlicher weicher Orange-Glow im box-shadow
    (0 18px 48px rgba 252,141,41,0.15) über dem bestehenden Card-Shadow.
    Top-Gradient-Balken (::before) 6px → 8px. Inhalt/Struktur unverändert.
  - v1.9 (2026-05-25): Hero-Portrait entfernt (Marco-Wunsch — kein Bild im
    Header). .ws-hero__inner von 2-Spalten-Grid (1.05fr 0.95fr) auf Block;
    neu .ws-hero__text { max-width: 760px } → einspaltiger Text-Hero, Glow
    füllt rechts. Responsive .ws-hero__inner-Grid-Overrides (Tablet/Mobile)
    + .ws-hero__media-Regeln (img/cap/badge) jetzt totes (inertes) CSS
    — bewusst belassen, Aufräumen beim Pre-Deploy-Sweep.
  - v1.10 (2026-05-25): Foto-Platzhalter-System .ws-imgph (+ --portrait/
    --wide + Shift-Dark-Override). Hero WIEDER 2-spaltig (.ws-hero__inner
    zurück auf Grid 1.05fr/0.95fr, v1.9-Single-Column-Regel entfernt) für
    das Hero-Umfeld-Bild als 2. Spalte. Slots: hero-umfeld · shift-vorher ·
    shift-nachher · arbeitssituation.
  - v1.11 (2026-05-25): Platzhalter-CSS (.ws-imgph) ersetzt durch echte
    Foto-Figuren-CSS: .ws-shift__img + .ws-hero__photo (aspect-ratio 3/2),
    .ws-approach__img (16/9), je picture/img width/height 100% + object-fit
    cover. .ws-hero__photo max-width 520px + weicher Shadow.
  - v1.12 (2026-05-26): Cases-Karten intensiver (permanenter Shadow, oranger
    Top-Gradient-Balken statt Eck-Akzent, stärkerer Hover-Lift, Metric 2.1rem).
    Footer-Teaser rechtsbündig (margin-left auto + text-align right). Neue
    .ws-hero__avail-Microcopy (+ Dot). .ws-approach*-CSS jetzt inert (Section
    entfernt) — Aufräumen beim Pre-Deploy-Sweep.
  - v1.13 (2026-05-26): `.ws-hero__avail`-CSS entfernt (Microcopy raus). Neu
    `.ws-cases__img` (16:9-Aufmacher in Cases-Section, object-fit cover + Shadow).
  - v1.14 (2026-05-26): Hero-Kicker (`.ws-hero__pulse`) prominenter — größer
    (clamp 0.95–1.15rem), fett (700), Orange-Text (`--ws-secondary-deep`) auf
    Orange-Soft-BG, Dot 10px. „Organisationsentwicklung für den Mittelstand"
    springt jetzt sofort ins Auge (User-Wunsch „OE präsenter / direkt sehen").
*/

/* ============================================================
   FONTS — Roboto (H1) + Montserrat (Body, H2)
   Lokal gehostet, kein Google-Fonts-CDN (DSGVO).
   Treue-Vertrag: vom User in conflicts.md S-1 unterzeichnet.
   ============================================================ */

@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');
}

/* ============================================================
   ROOT TOKENS
   ============================================================ */

:root {
  /* Brand */
  --ws-primary:        #7FAEBD;
  --ws-primary-deep:   #5A8A9A;
  --ws-primary-soft:   rgba(127, 174, 189, 0.08);
  --ws-primary-strong: rgba(127, 174, 189, 0.22);
  --ws-secondary:      #FC8D29;
  --ws-secondary-deep: #DE7C24;
  --ws-secondary-soft: rgba(252, 141, 41, 0.10);
  --ws-secondary-strong: rgba(252, 141, 41, 0.20);
  --ws-warm-grey:      #928A80;
  --ws-warm-grey-soft: rgba(146, 138, 128, 0.16);

  /* Bucket-Farben Selbsttest */
  --ws-bucket-low:        #7FAEBD;
  --ws-bucket-low-soft:   rgba(127, 174, 189, 0.10);
  --ws-bucket-mid:        #F0A03A;
  --ws-bucket-mid-soft:   rgba(240, 160, 58, 0.12);
  --ws-bucket-high:       #DE5A2A;
  --ws-bucket-high-soft:  rgba(222, 90, 42, 0.14);

  /* Surfaces */
  --ws-bg:             #FFFFFF;
  --ws-bg-soft:        #FAF8F4;
  --ws-bg-cream:       #F5EFE6;
  --ws-bg-deep:        #2F4853;
  --ws-bg-deeper:      #233740;
  --ws-border:         rgba(55, 79, 87, 0.12);
  --ws-border-strong:  rgba(55, 79, 87, 0.22);

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

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

  /* Spacing */
  --ws-container-max:  1180px;
  --ws-container-px:   clamp(20px, 4vw, 48px);
  --ws-section-py:     clamp(72px, 9vw, 136px);

  /* Radius */
  --ws-r-sm: 6px;
  --ws-r-md: 12px;
  --ws-r-lg: 20px;
  --ws-r-xl: 28px;

  /* Shadows */
  --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 30px 80px -20px rgba(252, 141, 41, 0.45);

  /* Motion */
  --ws-ease:        cubic-bezier(0.4, 0, 0.2, 1);
  --ws-ease-out:    cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ============================================================
   RESET
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ws-bg);
  color: var(--ws-text);
  font-family: var(--ws-font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video { max-width: 100%; display: block; }

a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms var(--ws-ease);
}
a:hover { color: var(--ws-secondary-deep); }

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
[role="button"]:focus-visible {
  outline: 2px solid var(--ws-secondary);
  outline-offset: 3px;
  border-radius: var(--ws-r-sm);
}

button { font: inherit; cursor: pointer; }

ul, ol { margin: 0; padding: 0; list-style: none; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */

.ws-h1 {
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--ws-text);
  margin: 0 0 0.55em;
}
.ws-h1 em {
  font-style: normal;
  color: var(--ws-primary-deep);
}
.ws-h1 mark {
  background: linear-gradient(180deg, transparent 62%, var(--ws-secondary-soft) 62%);
  color: inherit;
  padding: 0 0.08em;
}

.ws-h2 {
  font-family: var(--ws-font-body);
  font-weight: 700;
  font-size: clamp(1.65rem, 3.4vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.008em;
  color: var(--ws-text);
  margin: 0 0 0.5em;
}
.ws-h2 em {
  font-style: normal;
  color: var(--ws-secondary);
}
.ws-h2--light { color: #fff; }
.ws-h2--light em { color: var(--ws-secondary); }

.ws-h3 {
  font-family: var(--ws-font-body);
  font-weight: 600;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.3;
  margin: 0 0 0.5em;
  color: var(--ws-text);
}

.ws-eyebrow {
  font-family: var(--ws-font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ws-secondary);
  margin: 0 0 1.2em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ws-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--ws-secondary);
  display: inline-block;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

strong, b { font-weight: 600; }
em { font-style: italic; }

/* ============================================================
   LAYOUT — Container + Sections
   ============================================================ */

.ws-container {
  width: 100%;
  max-width: var(--ws-container-max);
  margin: 0 auto;
  padding-left: var(--ws-container-px);
  padding-right: var(--ws-container-px);
}

main > section {
  padding-top: var(--ws-section-py);
  padding-bottom: var(--ws-section-py);
  position: relative;
}

.ws-section-head {
  max-width: 780px;
  margin: 0 auto clamp(40px, 5vw, 64px);
  text-align: center;
}
.ws-section-head .ws-eyebrow { justify-content: center; }
.ws-section-lead {
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.65;
  color: var(--ws-text-soft);
  margin-top: 0.8em;
}

/* ============================================================
   SKIP-LINK
   ============================================================ */

.ws-skip {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 12px 18px;
  background: var(--ws-text);
  color: #fff;
  border-radius: var(--ws-r-sm);
  font-weight: 600;
  transform: translateY(-200%);
  transition: transform 220ms var(--ws-ease);
  z-index: 2000;
}
.ws-skip:focus-visible { transform: translateY(0); }

/* ============================================================
   BUTTONS — Onepager-Style v1.15 (Voll-Port)
   primary / ghost / secondary / ghost-light / dark-hover + lg/sm
   LP-Pfeil-Icon (.ws-btn__arrow) bleibt kompatibel.
   ============================================================ */

html,
body {
  overflow-x: clip;   /* kein Seitwaerts-Wischen — clip ist sticky-safe (kein Scroll-Container) */
}

.ws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--ws-font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 16px 26px;
  border-radius: 999px;
  transition: background-color 240ms var(--ws-ease),
              color 240ms var(--ws-ease),
              border-color 240ms var(--ws-ease),
              transform 240ms var(--ws-ease);
  letter-spacing: 0.01em;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid transparent;
  text-align: center;
}
.ws-btn:hover { transform: translateY(-1px); }
.ws-btn:active { transform: translateY(0); }
.ws-btn:focus-visible { outline-offset: 4px; }

.ws-btn__arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 240ms var(--ws-ease);
}
.ws-btn:hover .ws-btn__arrow { transform: translateX(3px); }

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

/* Generischer Dark-Hover-Override: orange Default → Dunkelblau im Hover
   (Onepager-Pattern für Sekundär-CTAs die starken Kontrast-Wechsel zeigen sollen). */
.ws-btn--dark-hover:hover {
  background: var(--ws-text);
  color: #fff;
  border-color: var(--ws-text);
}

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

.ws-btn--ghost {
  background: transparent;
  color: var(--ws-text);
  border-color: var(--ws-border-strong);
}
.ws-btn--ghost:hover {
  background: var(--ws-secondary);
  color: #fff;
  border-color: var(--ws-secondary);
}

.ws-btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.30);
}
.ws-btn--ghost-light:hover {
  background: var(--ws-secondary);
  color: #fff;
  border-color: var(--ws-secondary);
}

/* LP-Legacy-Alias: ws-btn--light = solides Orange (auf dunklen BGs verwendet).
   Verhalten identisch zu primary — Klasse bleibt für bestehende HTML-Stellen. */
.ws-btn--light {
  background: var(--ws-secondary);
  color: #fff;
  border-color: var(--ws-secondary);
}
.ws-btn--light:hover {
  background: var(--ws-secondary-deep);
  color: #fff;
  border-color: var(--ws-secondary-deep);
}

.ws-btn--lg { padding: 19px 34px; font-size: 16px; }
.ws-btn--sm { padding: 11px 18px; font-size: 13px; }

/* ============================================================
   NAV — Onepager-Style v1.15 (Cream-Glass + Slide-Pill-CTA)
   ============================================================ */

.ws-nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(250, 247, 242, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: background-color 280ms var(--ws-ease),
              border-color 280ms var(--ws-ease),
              box-shadow 240ms var(--ws-ease);
}
.ws-nav.ws-is-scrolled {
  background: rgba(250, 247, 242, 0.94);
  border-bottom-color: var(--ws-border);
  box-shadow: 0 4px 20px rgba(55, 79, 87, 0.06);
}
.ws-nav__inner {
  max-width: var(--ws-container-max);
  margin: 0 auto;
  padding: 14px var(--ws-container-px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.ws-nav__brand { display: inline-flex; flex-shrink: 0; }
.ws-nav__logo { width: auto; height: 38px; }

/* Onsite-Navigation */
.ws-nav__menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.ws-nav__link {
  font-family: var(--ws-font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--ws-text);
  letter-spacing: 0.01em;
  position: relative;
  padding: 6px 0;
  transition: color 240ms var(--ws-ease);
}
.ws-nav__link::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--ws-secondary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 280ms var(--ws-ease);
}
.ws-nav__link:hover { color: var(--ws-primary-deep); }
.ws-nav__link:hover::after { transform: scaleX(1); transform-origin: left; }

/* CTA-Group mit Slide-Pill (Default: Termin aktiv, Hover Tel gleitet rüber) */
.ws-nav__ctas {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  border-radius: 999px;
  flex-shrink: 0;
}
.ws-nav__pill {
  position: absolute;
  top: 0; bottom: 0;
  left: 0;
  width: 50%;
  /* Onepager-Nav-Blau (#1F2A30), NICHT LP-Haupttext --ws-text #374F57 —
     "Direkt anrufen"-Pill soll dieselbe Blau-Tiefe wie marco-gross-onepager haben. */
  background: #1F2A30;
  border-radius: 999px;
  transition: transform 360ms var(--ws-ease-out),
              background-color 280ms var(--ws-ease),
              filter 240ms var(--ws-ease);
  pointer-events: none;
  z-index: 1;
}
.ws-nav__ctas[data-active="termin"] .ws-nav__pill {
  transform: translateX(100%);
  background: var(--ws-secondary);
}
/* Hover über AKTIVEN Button → Pill bekommt sichtbares Feedback in Brand-Farbfamilie. */
.ws-nav__ctas[data-active="termin"]:has(.ws-nav__btn[data-target="termin"]:hover) .ws-nav__pill {
  filter: brightness(0.88);
}
.ws-nav__ctas[data-active="tel"]:has(.ws-nav__btn[data-target="tel"]:hover) .ws-nav__pill {
  filter: brightness(1.25);
}
.ws-nav__btn {
  position: relative;
  z-index: 2;
  font-family: var(--ws-font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  border-radius: 999px;
  color: var(--ws-text);
  white-space: nowrap;
  transition: color 240ms var(--ws-ease);
  flex: 1 1 auto;
  text-align: center;
}
.ws-nav__ctas[data-active="tel"] .ws-nav__btn[data-target="tel"],
.ws-nav__ctas[data-active="termin"] .ws-nav__btn[data-target="termin"] {
  color: #fff;
}

/* ============================================================
   HAMBURGER + BACKDROP + DRAWER — Onepager-Style v1.15 (Mobile-only)
   Default: alle versteckt. @max 760px aktiviert das volle Drawer-System.
   Body-Scroll-Lock via .ws-nav-locked.
   ============================================================ */

.ws-nav__hamburger,
.ws-nav__backdrop,
.ws-nav__drawer {
  display: none;
}

@media (max-width: 760px) {

  /* ---------- Hamburger-Button ---------- */
  .ws-nav__hamburger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    margin-left: 6px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--ws-border);
    border-radius: 10px;
    cursor: pointer;
    color: var(--ws-text);
    transition: background-color 220ms var(--ws-ease),
                border-color 220ms var(--ws-ease);
    flex-shrink: 0;
  }
  .ws-nav__hamburger:hover {
    background: rgba(55, 79, 87, 0.04);
    border-color: var(--ws-border-strong);
  }
  .ws-nav__hamburger:focus-visible {
    outline: 2px solid var(--ws-secondary);
    outline-offset: 2px;
  }
  .ws-nav__hamburger-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 240ms var(--ws-ease),
                opacity 200ms var(--ws-ease);
  }
  .ws-nav__hamburger[aria-expanded="true"] .ws-nav__hamburger-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .ws-nav__hamburger[aria-expanded="true"] .ws-nav__hamburger-bar:nth-child(2) {
    opacity: 0;
  }
  .ws-nav__hamburger[aria-expanded="true"] .ws-nav__hamburger-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* ---------- Backdrop ---------- */
  .ws-nav__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 24, 28, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 280ms var(--ws-ease);
    z-index: 1500;
  }
  .ws-nav__backdrop.ws-is-open {
    opacity: 1;
    pointer-events: auto;
  }

  /* ---------- Drawer (rechts off-canvas) ---------- */
  .ws-nav__drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(85vw, 320px);
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    background: var(--ws-bg-soft);
    border-left: 1px solid var(--ws-border);
    box-shadow: -8px 0 28px rgba(55, 79, 87, 0.18);
    transform: translateX(100%);
    visibility: hidden;   /* geschlossen raus aus dem Layout-Overflow (H-Scroll-Fix) */
    transition: transform 320ms var(--ws-ease), visibility 0s linear 320ms;
    z-index: 1600;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ws-nav__drawer.ws-is-open {
    transform: translateX(0);
    visibility: visible;
    transition: transform 320ms var(--ws-ease), visibility 0s;
  }
  .ws-nav__drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid var(--ws-border);
    background: var(--ws-bg);
    flex-shrink: 0;
  }
  .ws-nav__drawer-lbl {
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ws-text-soft);
    font-weight: 600;
  }
  .ws-nav__drawer-close {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: 1px solid var(--ws-border);
    border-radius: 8px;
    cursor: pointer;
    color: var(--ws-text);
    font-size: 24px;
    line-height: 1;
    transition: background-color 220ms var(--ws-ease);
  }
  .ws-nav__drawer-close:hover {
    background: rgba(55, 79, 87, 0.04);
  }
  .ws-nav__drawer-close:focus-visible {
    outline: 2px solid var(--ws-secondary);
    outline-offset: 2px;
  }
  .ws-nav__drawer-menu {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    flex: 1 1 auto;
    display: block;
    min-height: 0;
  }
  .ws-nav__drawer-menu li {
    display: block;
    list-style: none;
    border-bottom: 1px solid var(--ws-border);
  }
  .ws-nav__drawer-menu li:last-child { border-bottom: 0; }
  .ws-nav__drawer-menu a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 10px 20px;
    font-family: var(--ws-font-body);
    font-size: 15px;
    font-weight: 500;
    color: var(--ws-text);
    text-decoration: none;
    background: transparent;
    transition: background-color 220ms var(--ws-ease),
                color 220ms var(--ws-ease);
  }
  .ws-nav__drawer-menu a:hover,
  .ws-nav__drawer-menu a:focus-visible {
    background: rgba(252, 141, 41, 0.06);
    color: var(--ws-primary-deep);
    outline: none;
    text-decoration: none;
  }
  .ws-nav__drawer-ctas {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--ws-border);
    background: var(--ws-bg);
    flex-shrink: 0;
  }
  .ws-nav__drawer-ctas .ws-btn {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
  }

  /* Scroll-Lock wenn Drawer offen — auf <html> (= Scroll-Container), NICHT
     auf <body>: body{overflow:hidden} macht den Body zum Scroll-Container,
     bricht die Sticky-Nav und der Drawer (fixed im Nav) springt an den
     Dokumentanfang (Bug: Menue oeffnete nur am Seitenanfang sichtbar). */
  html.ws-nav-locked {
    overflow: hidden;
  }
  html.ws-nav-locked body {
    touch-action: none;
  }
}

/* ============================================================
   HERO (S1) — VIL2-Upgrade mit Pattern + Glow
   ============================================================ */

/* ============================================================
   HERO — B1 Vollbild-Video (§28: Menschen rechts im Video,
   Text links über gerichtetem Scrim). Mobile: Poster statt Video.
   ============================================================ */
.ws-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ws-bg-deep);
}
.ws-hero__poster,
.ws-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ws-hero__poster { display: block; }
.ws-hero__poster img,
.ws-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ws-hero__poster img { display: block; }
.ws-hero__video {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.ws-hero__video.ws-is-playing { opacity: 1; }
.ws-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(26,38,44,0.96) 0%, rgba(26,38,44,0.92) 32%, rgba(26,38,44,0.86) 58%, rgba(26,38,44,0.46) 80%, rgba(26,38,44,0.12) 100%),
    linear-gradient(180deg, rgba(26,38,44,0.30) 0%, transparent 26%, transparent 72%, rgba(26,38,44,0.42) 100%);
}
/* Helle Schrift über dem Video */
.ws-hero .ws-h1 { color: #fff; }
.ws-hero .ws-h1 mark { background: none; color: var(--ws-secondary); }
.ws-hero .ws-hero__sub { color: rgba(255,255,255,0.86); }
.ws-hero .ws-hero__points li { color: rgba(255,255,255,0.92); }
.ws-hero .ws-hero__trust { color: #fff; border-top-color: rgba(255,255,255,0.22); }
.ws-hero .ws-hero__trust-row { color: #fff; }
.ws-hero .ws-hero__trust-row strong { color: #fff; }
.ws-hero .ws-hero__pulse {
  background: rgba(252,141,41,0.18);
  border-color: rgba(252,141,41,0.55);
  color: #fff;
  backdrop-filter: blur(8px);
}
/* Sekundär-CTA als Glas-Outline über Medium (legibel auf Dunkel) */
.ws-hero .ws-btn--ghost {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.55);
}
.ws-hero .ws-btn--ghost:hover {
  background: rgba(255,255,255,0.18);
  border-color: #fff;
}
.ws-hero__glow {
  position: absolute;
  top: -10%;
  right: -10%;
  width: min(60vw, 720px);
  height: min(60vw, 720px);
  background: radial-gradient(circle at center, var(--ws-secondary-strong) 0%, transparent 62%);
  pointer-events: none;
  filter: blur(28px);
  opacity: 0.65;
  z-index: 0;
}
.ws-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(127, 174, 189, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 174, 189, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: -1px -1px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.45), transparent 75%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.45), transparent 75%);
  pointer-events: none;
  z-index: 0;
}
.ws-hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
}
.ws-hero__text {
  max-width: 600px;
}

/* ============================================================
   FOTO-FIGUREN (seit v1.11) — Querformat 3:2 (Shift/Hero) / 16:9 (Ansatz)
   ============================================================ */
.ws-shift__img,
.ws-approach__img,
.ws-hero__photo {
  margin: 0;
  border-radius: var(--ws-r-lg);
  overflow: hidden;
}
.ws-shift__img picture,
.ws-approach__img picture,
.ws-hero__photo picture { display: block; width: 100%; height: 100%; }
.ws-shift__img img,
.ws-approach__img img,
.ws-hero__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ws-shift__img { aspect-ratio: 3 / 2; margin-bottom: 18px; }
.ws-approach__img { aspect-ratio: 16 / 9; margin-top: clamp(28px, 4vw, 44px); }
.ws-hero__photo {
  aspect-ratio: 3 / 2;
  max-width: 520px;
  margin-inline: auto;
  box-shadow: 0 18px 40px rgba(47, 72, 83, 0.16);
}
.ws-cases__img {
  margin: 0 auto clamp(32px, 4vw, 48px);
  max-width: 1080px;
  aspect-ratio: 16 / 9;
  border-radius: var(--ws-r-lg);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(47, 72, 83, 0.10);
}
.ws-cases__img picture { display: block; width: 100%; height: 100%; }
.ws-cases__img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ws-hero__pulse {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 10px 22px 10px 16px;
  background: var(--ws-secondary-soft);
  border: 1px solid rgba(252, 141, 41, 0.45);
  border-radius: 999px;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--ws-secondary-deep);
  margin: 0 0 1.4em;
  backdrop-filter: blur(6px);
}
.ws-hero__dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ws-secondary);
}
.ws-hero__dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: var(--ws-secondary);
  opacity: 0.6;
  animation: ws-pulse 2.2s var(--ws-ease) infinite;
}
@keyframes ws-pulse {
  0%   { transform: scale(0.8); opacity: 0.5; }
  70%  { transform: scale(2.2); opacity: 0; }
  100% { transform: scale(2.2); opacity: 0; }
}

.ws-hero__sub {
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.65;
  color: var(--ws-text-soft);
  margin-bottom: 1.1em;
  max-width: 50ch;
}
.ws-hero__points {
  display: grid;
  gap: 8px;
  margin: 0 0 1.8em;
  max-width: 50ch;
}
.ws-hero__points li {
  position: relative;
  padding: 4px 0 4px 28px;
  font-size: 0.96rem;
  font-weight: 500;
  color: var(--ws-text);
}
.ws-hero__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ws-secondary-soft);
  border: 2px solid var(--ws-secondary);
}
.ws-hero__points li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% - 4px);
  width: 4px;
  height: 8px;
  border: solid var(--ws-secondary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ws-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1.8em;
}

.ws-hero__trust {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  padding-top: 1.4em;
  border-top: 1px solid var(--ws-border);
}
.ws-hero__trust-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ws-text-soft);
}
.ws-hero__trust-row strong { color: var(--ws-text); font-weight: 700; }
.ws-stars { color: var(--ws-secondary); letter-spacing: 1px; }

.ws-hero__media {
  position: relative;
  margin: 0;
  z-index: 1;
}
.ws-hero__media-frame {
  position: relative;
  border-radius: var(--ws-r-xl);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-width: 460px;
  margin-left: auto;
  box-shadow: var(--ws-shadow-deep), var(--ws-shadow-glow);
}
.ws-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.ws-hero__cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 24px;
  background: linear-gradient(180deg, transparent, rgba(47, 72, 83, 0.78));
  color: #fff;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ws-hero__badge {
  position: absolute;
  bottom: -22px;
  left: -22px;
  background: var(--ws-bg);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-r-lg);
  padding: 14px 18px;
  box-shadow: var(--ws-shadow-card);
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 260px;
}
.ws-hero__badge-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ws-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.ws-hero__badge-text {
  display: flex;
  flex-direction: column;
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--ws-text);
}
.ws-hero__badge-text strong { font-weight: 700; }
.ws-hero__badge-text span { color: var(--ws-text-muted); font-weight: 500; }

/* ============================================================
   PROBLEM + SELBSTTEST + CASES (S2) — farbig nach Marco-Wunsch
   ============================================================ */

.ws-problem { background: var(--ws-bg); }

.ws-quiz {
  max-width: 920px;
  margin: 0 auto;
  background: var(--ws-bg);
  border: 1.5px solid rgba(252, 141, 41, 0.55);
  border-radius: var(--ws-r-xl);
  padding: clamp(24px, 4vw, 44px);
  box-shadow: 0 18px 48px rgba(252, 141, 41, 0.15), var(--ws-shadow-card);
  position: relative;
  overflow: hidden;
}
.ws-quiz::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--ws-bucket-low) 0%, var(--ws-bucket-mid) 50%, var(--ws-bucket-high) 100%);
}
.ws-quiz__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.ws-quiz__legend {
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ws-text-soft);
  margin: 0;
  padding: 0;
}
.ws-quiz__progress {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  color: var(--ws-text-soft);
}
.ws-quiz__progress strong {
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--ws-text);
  display: inline-block;
  min-width: 24px;
  text-align: right;
  transition: color 240ms var(--ws-ease);
}
.ws-quiz.ws-is-low .ws-quiz__progress strong { color: var(--ws-bucket-low); }
.ws-quiz.ws-is-mid .ws-quiz__progress strong { color: var(--ws-bucket-mid); }
.ws-quiz.ws-is-high .ws-quiz__progress strong { color: var(--ws-bucket-high); }

.ws-quiz__set { border: 0; padding: 0; margin: 0; }
.ws-quiz__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin-bottom: 28px;
}
.ws-quiz__item {
  position: relative;
  background: var(--ws-bg-soft);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-r-md);
  transition: border-color 200ms var(--ws-ease), background 200ms var(--ws-ease), transform 200ms var(--ws-ease);
}
.ws-quiz__item:hover {
  border-color: var(--ws-border-strong);
  transform: translateY(-1px);
}
.ws-quiz__item:has(input:checked) {
  border-color: var(--ws-secondary);
  background: var(--ws-secondary-soft);
}
.ws-quiz__cb {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid var(--ws-border-strong);
  border-radius: 6px;
  background: var(--ws-bg);
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
  position: relative;
  transition: border-color 180ms var(--ws-ease), background 180ms var(--ws-ease);
}
.ws-quiz__cb:checked {
  border-color: var(--ws-secondary);
  background: var(--ws-secondary);
}
.ws-quiz__cb:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ws-quiz__lbl {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  font-size: 0.92rem;
  line-height: 1.4;
  color: var(--ws-text);
  cursor: pointer;
  user-select: none;
}
.ws-quiz__txt { flex: 1; }

.ws-quiz__bar {
  position: relative;
  height: 8px;
  background: var(--ws-bg-soft);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 24px;
}
.ws-quiz__bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background: linear-gradient(90deg, var(--ws-bucket-low) 0%, var(--ws-bucket-mid) 50%, var(--ws-bucket-high) 100%);
  border-radius: 999px;
  transition: width 480ms var(--ws-ease-out);
}

.ws-quiz__result {
  border-top: 1px solid var(--ws-border);
  padding-top: 24px;
  min-height: 60px;
}
.ws-quiz__hint {
  font-size: 0.92rem;
  color: var(--ws-text-muted);
  text-align: center;
  margin: 0;
}
.ws-quiz__hint[hidden] { display: none; }

.ws-quiz__result-box {
  background: var(--ws-bg);
  border-radius: var(--ws-r-lg);
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 24px;
  align-items: center;
  position: relative;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 320ms var(--ws-ease-out), transform 320ms var(--ws-ease-out);
}
.ws-quiz__result-box.ws-is-visible {
  opacity: 1;
  transform: translateY(0);
}
.ws-quiz__result-box[hidden] { display: none; }

.ws-quiz__result-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.ws-quiz__result-box--low {
  border: 1px solid var(--ws-bucket-low);
  background: var(--ws-bucket-low-soft);
}
.ws-quiz__result-box--low .ws-quiz__result-icon { background: var(--ws-bucket-low); }

.ws-quiz__result-box--mid {
  border: 1px solid var(--ws-bucket-mid);
  background: var(--ws-bucket-mid-soft);
}
.ws-quiz__result-box--mid .ws-quiz__result-icon { background: var(--ws-bucket-mid); }

.ws-quiz__result-box--high {
  border: 1px solid var(--ws-bucket-high);
  background: var(--ws-bucket-high-soft);
  box-shadow: 0 12px 32px rgba(222, 90, 42, 0.16);
}
.ws-quiz__result-box--high .ws-quiz__result-icon { background: var(--ws-bucket-high); }

.ws-quiz__result-h {
  font-family: var(--ws-font-body);
  font-weight: 700;
  font-size: 1.06rem;
  color: var(--ws-text);
  margin: 0 0 0.3em;
}
.ws-quiz__result-text {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ws-text-soft);
  margin: 0 0 0.8em;
}
.ws-quiz__result-cta { grid-column: 2 / -1; }
.ws-quiz__result-cta .ws-btn { width: auto; }

.ws-problem__reflect {
  max-width: 780px;
  margin: clamp(56px, 7vw, 96px) auto 0;
  text-align: center;
}
.ws-problem__reflect p { font-size: 1.04rem; line-height: 1.7; color: var(--ws-text-soft); }
.ws-problem__claim {
  font-weight: 700;
  font-size: 1.06rem;
  color: var(--ws-text);
  letter-spacing: 0.02em;
}
.ws-problem__cta-row {
  margin-top: 2.4em;
  padding-top: 1.6em;
  border-top: 1px solid var(--ws-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.ws-problem__cta-lead {
  font-weight: 600;
  font-size: 1rem;
  color: var(--ws-text);
}

/* Cases */
.ws-cases {
  max-width: 1080px;
  margin: clamp(56px, 7vw, 96px) auto 0;
  padding-top: clamp(40px, 5vw, 64px);
  border-top: 1px solid var(--ws-border);
}
.ws-cases__head {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 56px);
}
.ws-cases__head .ws-eyebrow { justify-content: center; }
.ws-cases__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ws-case {
  background: var(--ws-bg);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-r-lg);
  padding: clamp(28px, 3.2vw, 40px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(47, 72, 83, 0.10);
  transition: transform 260ms var(--ws-ease), box-shadow 260ms var(--ws-ease);
}
.ws-case:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 56px rgba(47, 72, 83, 0.17);
}
.ws-case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--ws-secondary) 0%, var(--ws-secondary-deep) 100%);
  pointer-events: none;
}
.ws-case__lbl {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ws-secondary);
  margin-bottom: 0.6em;
}
.ws-case__h {
  font-family: var(--ws-font-body);
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--ws-text);
  margin-bottom: 1.2em;
}
.ws-case__metric {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 1.2em;
  padding: 10px 18px;
  background: var(--ws-secondary-soft);
  border-radius: var(--ws-r-sm);
}
.ws-case__metric strong {
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 2.1rem;
  color: var(--ws-secondary);
  line-height: 1;
}
.ws-case__metric span {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ws-text);
}
.ws-case__row { margin-bottom: 1.2em; }
.ws-case__row:last-child { margin-bottom: 0; }
.ws-case__row-lbl {
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ws-warm-grey);
  margin-bottom: 0.4em;
}
.ws-case__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ws-case__list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--ws-text-soft);
}
.ws-case__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 2px;
  background: var(--ws-secondary);
}

/* ============================================================
   SHIFT BLOCK (S2.5 NEU) — Vorher/Nachher
   ============================================================ */

.ws-shift { background: var(--ws-bg-deep); color: #fff; }
.ws-shift .ws-section-head { color: rgba(255,255,255,0.92); }
.ws-shift .ws-section-head .ws-eyebrow { color: var(--ws-secondary); }
.ws-shift .ws-section-head .ws-h2 { color: #fff; }
.ws-shift .ws-section-lead { color: rgba(255,255,255,0.72); }

.ws-shift__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
  max-width: 1040px;
  margin: 0 auto;
}
.ws-shift__col {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--ws-r-xl);
  padding: clamp(24px, 3vw, 36px);
}
.ws-shift__col--before { border-color: rgba(146, 138, 128, 0.32); }
.ws-shift__col--after {
  background: rgba(252, 141, 41, 0.08);
  border-color: rgba(252, 141, 41, 0.42);
}
.ws-shift__lbl {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--ws-r-sm);
  margin-bottom: 1.4em;
}
.ws-shift__col--before .ws-shift__lbl {
  background: rgba(146, 138, 128, 0.20);
  color: rgba(255,255,255,0.84);
}
.ws-shift__col--after .ws-shift__lbl {
  background: var(--ws-secondary);
  color: #fff;
}
.ws-shift__h {
  font-family: var(--ws-font-body);
  font-weight: 700;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  margin: 0 0 1em;
  color: #fff;
}
.ws-shift__list {
  display: grid;
  gap: 12px;
}
.ws-shift__list li {
  position: relative;
  padding-left: 30px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.84);
}
.ws-shift__col--before .ws-shift__list li::before {
  content: "−";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(146, 138, 128, 0.24);
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 0.96rem;
  line-height: 1;
}
.ws-shift__col--after .ws-shift__list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ws-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 0.96rem;
  line-height: 1;
}
.ws-shift__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ws-secondary);
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
}
.ws-shift__cta {
  text-align: center;
  margin-top: clamp(40px, 5vw, 64px);
}

/* ============================================================
   VISION (S3) — Wunschbild mit eigenem SVG-Wheel
   ============================================================ */

.ws-vision { background: var(--ws-bg-soft); }

.ws-vision__layout {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  margin-bottom: clamp(56px, 7vw, 96px);
}
.ws-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ws-pillars li:nth-child(5) { grid-column: span 2; }
.ws-pillar {
  background: var(--ws-bg);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-r-lg);
  padding: 22px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: border-color 240ms var(--ws-ease), transform 240ms var(--ws-ease);
}
.ws-pillar:hover {
  border-color: var(--ws-secondary);
  transform: translateY(-2px);
}
.ws-pillar__num {
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 1rem;
  color: var(--ws-secondary);
  letter-spacing: 0.04em;
  margin: 0;
  padding: 4px 0;
  flex-shrink: 0;
  min-width: 36px;
  border-right: 1px solid var(--ws-border);
  padding-right: 14px;
}
.ws-pillar__body { padding-top: 2px; }
.ws-pillar__h {
  font-family: var(--ws-font-body);
  font-weight: 700;
  font-size: 1.04rem;
  margin: 0 0 0.3em;
  color: var(--ws-text);
}
.ws-pillar__body p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ws-text-soft);
  margin: 0;
}

.ws-vision__model {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ws-vision__model-svg {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
}
.ws-vision__model-center {
  font-family: var(--ws-font-h);
  font-weight: 700;
}
.ws-vision__model-seg-label {
  font-family: var(--ws-font-body);
  font-weight: 600;
  font-size: 13px;
  fill: var(--ws-text);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ws-vision__model-cap {
  text-align: center;
  font-size: 0.84rem;
  font-style: italic;
  color: var(--ws-text-muted);
  margin-top: 1em;
}

.ws-vision__days {
  max-width: 880px;
  margin: 0 auto;
  background: var(--ws-bg);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-r-xl);
  padding: clamp(32px, 4vw, 56px);
  text-align: center;
  position: relative;
}
.ws-vision__days::before {
  content: "30";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ws-secondary);
  color: #fff;
  font-family: var(--ws-font-h);
  font-weight: 700;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: var(--ws-shadow-card);
}
.ws-vision__days-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 1.6em;
  text-align: left;
}
.ws-vision__days-list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  background: var(--ws-bg-soft);
  border-radius: var(--ws-r-md);
  font-size: 0.96rem;
  color: var(--ws-text);
  line-height: 1.5;
}
.ws-vision__days-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ws-secondary);
  box-shadow: 0 0 0 4px var(--ws-secondary-soft);
}
.ws-vision__days-list li::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-65%) rotate(45deg);
}

/* ============================================================
   APPROACH (S4)
   ============================================================ */

.ws-approach { background: var(--ws-bg); }

.ws-approach__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 28px;
  max-width: 880px;
  margin: 0 auto;
}
.ws-approach__list li {
  position: relative;
  padding: 18px 20px 18px 56px;
  background: var(--ws-bg-soft);
  border-radius: var(--ws-r-md);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--ws-text);
  border-left: 3px solid var(--ws-secondary);
  transition: background 200ms var(--ws-ease);
}
.ws-approach__list li:hover { background: var(--ws-bg-cream); }
.ws-approach__list li::before {
  counter-increment: ws-approach-counter;
  content: counter(ws-approach-counter, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 0.96rem;
  color: var(--ws-secondary);
  letter-spacing: 0.02em;
}
.ws-approach__list { counter-reset: ws-approach-counter; }

/* ============================================================
   FORMATS (S5)
   ============================================================ */

.ws-formats { background: var(--ws-bg-soft); }

.ws-formats__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.ws-format {
  background: var(--ws-bg);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-r-lg);
  padding: clamp(28px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 240ms var(--ws-ease), box-shadow 240ms var(--ws-ease), border-color 240ms var(--ws-ease);
}
.ws-format:hover {
  transform: translateY(-3px);
  border-color: var(--ws-secondary);
  box-shadow: var(--ws-shadow-card);
}
.ws-format::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle at top right, var(--ws-secondary-soft), transparent 70%);
  pointer-events: none;
}
.ws-format__num {
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 2rem;
  color: var(--ws-primary);
  margin: 0 0 0.6em;
  letter-spacing: 0.02em;
}
.ws-format__h {
  font-family: var(--ws-font-body);
  font-weight: 700;
  font-size: 1.18rem;
  margin: 0 0 0.4em;
  color: var(--ws-text);
}
.ws-format__meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ws-secondary);
  margin-bottom: 1.2em;
  padding: 4px 10px;
  background: var(--ws-secondary-soft);
  border-radius: var(--ws-r-sm);
  align-self: flex-start;
}
.ws-format__desc {
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--ws-text-soft);
  margin: 0 0 1.2em;
}
.ws-format__fits {
  margin-top: auto;
  padding-top: 1em;
  border-top: 1px solid var(--ws-border);
  font-size: 0.84rem;
  color: var(--ws-text-muted);
}
.ws-format__fits strong {
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ws-warm-grey);
  margin-bottom: 0.3em;
}

/* ============================================================
   ABOUT (S6) — Über mich + Trust + Stimmen + Reviews
   ============================================================ */

.ws-about { background: var(--ws-bg); }

.ws-about__layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
  margin-bottom: clamp(56px, 7vw, 96px);
}
.ws-about__portrait {
  margin: 0;
  border-radius: var(--ws-r-lg);
  overflow: hidden;
  position: sticky;
  top: 96px;
  box-shadow: var(--ws-shadow-deep);
}
.ws-about__img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.ws-about__cap {
  padding: 14px 20px;
  background: var(--ws-bg-deep);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.ws-about__text > p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ws-text-soft);
  margin-bottom: 1.2em;
}

.ws-about__seals {
  margin: clamp(32px, 4vw, 48px) 0;
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid var(--ws-border);
}
.ws-about__seals-lbl {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ws-warm-grey);
  margin-bottom: 1em;
}
.ws-about__seals-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
.ws-about__seal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.ws-about__seal img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: grayscale(0.15);
}
.ws-about__seal figcaption {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ws-text-soft);
  letter-spacing: 0.04em;
}

.ws-about__details {
  margin: 1.4em 0;
  border-top: 1px solid var(--ws-border);
  border-bottom: 1px solid var(--ws-border);
  padding: 0;
}
.ws-about__details summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--ws-text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.ws-about__details summary::-webkit-details-marker { display: none; }
.ws-about__details summary::after {
  content: "+";
  font-family: var(--ws-font-h);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--ws-secondary);
  transition: transform 240ms var(--ws-ease);
  line-height: 1;
}
.ws-about__details[open] summary::after { transform: rotate(45deg); }
.ws-about__stations {
  padding: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ws-about__stations li {
  position: relative;
  padding-left: 18px;
  font-size: 0.96rem;
  color: var(--ws-text-soft);
  line-height: 1.55;
}
.ws-about__stations li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 2px;
  background: var(--ws-warm-grey);
}

.ws-about__reach {
  margin-top: clamp(32px, 4vw, 48px);
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid var(--ws-border);
}
.ws-about__reach-lbl {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ws-warm-grey);
  margin-bottom: 1em;
}
.ws-about__reach p {
  font-size: 1rem;
  color: var(--ws-text-soft);
  line-height: 1.65;
  margin-bottom: 1em;
}
.ws-about__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ws-about__cities li {
  display: inline-block;
  padding: 6px 14px;
  background: var(--ws-primary-soft);
  border: 1px solid var(--ws-primary);
  color: var(--ws-primary-deep);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 500;
}

/* ----- Voices Block ----- */

.ws-voices {
  margin-top: clamp(48px, 6vw, 80px);
  padding-top: clamp(48px, 6vw, 80px);
  border-top: 1px solid var(--ws-border);
}
/* Desktop: 3 Karten nebeneinander (normales Grid). Drag-Carousel mit Peek
   nur ≤1024px (siehe Media-Query am Datei-Ende) — dort wo sonst 2+1 wrappt. */
.ws-voices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.ws-quote {
  margin: 0;
  background: var(--ws-bg-soft);
  border-radius: var(--ws-r-lg);
  padding: clamp(24px, 3vw, 32px);
  position: relative;
  display: flex;
  flex-direction: column;
}
.ws-quote::before {
  content: "”";
  position: absolute;
  top: 8px;
  right: 24px;
  font-family: var(--ws-font-h);
  font-size: 5rem;
  line-height: 1;
  color: var(--ws-primary);
  opacity: 0.32;
}
.ws-quote blockquote {
  margin: 0 0 1.4em;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--ws-text);
}
.ws-quote blockquote em { font-style: italic; }
.ws-quote figcaption {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid var(--ws-border-strong);
  padding-top: 0.9em;
}
.ws-quote__name {
  font-weight: 700;
  font-size: 0.96rem;
  color: var(--ws-text);
}
.ws-quote__role {
  font-size: 0.84rem;
  color: var(--ws-text-soft);
}

.ws-voices__google {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  padding: 22px 28px;
  background: var(--ws-bg-deep);
  border-radius: var(--ws-r-lg);
  color: #fff;
  margin-bottom: clamp(32px, 4vw, 48px);
}
.ws-voices__google-score {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ws-voices__google-score strong {
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 2rem;
  color: var(--ws-secondary);
}
.ws-voices__google-score .ws-stars { color: var(--ws-secondary); font-size: 1.2rem; }
.ws-voices__google-cnt {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 500;
}

.ws-greviews__h {
  font-family: var(--ws-font-body);
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1.4em;
  color: var(--ws-text);
}
.ws-greviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 1.4em;
}
.ws-greview {
  min-width: 0;
  background: var(--ws-bg);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-r-md);
  padding: 22px;
}
.ws-greview__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.ws-greview__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ws-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.94rem;
  letter-spacing: 0.04em;
}
.ws-greview__name {
  font-weight: 600;
  font-size: 0.96rem;
  margin: 0;
  color: var(--ws-text);
}
.ws-greview__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--ws-text-muted);
  margin: 2px 0 0;
}
.ws-greview__text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ws-text-soft);
}
.ws-greviews__source {
  text-align: center;
  font-size: 0.84rem;
  color: var(--ws-text-muted);
}
.ws-greviews__source a {
  color: var(--ws-primary-deep);
  font-weight: 500;
  border-bottom: 1px solid currentColor;
}

/* ============================================================
   STEPS (S6.5 v1.4) — 5 Schritte vom Erstgespräch bis Feedback
   Layout: Icon-Circle · Italic-Serif-Nummer · H3+Body
   Trenner: subtle border-top zwischen den Rows
   ============================================================ */

.ws-steps { background: var(--ws-bg-soft); }

.ws-steps__list {
  max-width: 1040px;
  margin: 0 auto clamp(40px, 5vw, 56px);
  list-style: none;
  padding: 0;
}
.ws-steps__row {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: clamp(24px, 3vw, 56px);
  align-items: start;
  padding: clamp(36px, 4vw, 56px) 0;
}
.ws-steps__row + .ws-steps__row {
  border-top: 1px solid var(--ws-border);
}
.ws-steps__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ws-secondary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(252, 141, 41, 0.28);
}
.ws-steps__icon svg {
  width: 26px;
  height: 26px;
  display: block;
}
.ws-steps__num {
  font-family: Georgia, "Times New Roman", "Source Serif Pro", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3.2rem, 5.2vw, 4.6rem);
  line-height: 1;
  color: var(--ws-primary);
  margin: 0;
  letter-spacing: -0.02em;
  align-self: center;
  user-select: none;
}
.ws-steps__body {
  max-width: 56ch;
}
.ws-steps__h {
  font-family: var(--ws-font-body);
  font-weight: 700;
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  line-height: 1.3;
  color: var(--ws-text);
  margin: 0 0 0.6em;
}
.ws-steps__text {
  font-size: clamp(0.96rem, 1.1vw, 1.04rem);
  line-height: 1.65;
  color: var(--ws-text-soft);
  margin: 0;
}

.ws-steps__cta {
  text-align: center;
  margin-top: clamp(24px, 3vw, 40px);
}

/* ============================================================
   CTA SECTIONS (S7 dark, S9 soft) + Risk-Reversal
   ============================================================ */

.ws-cta { padding-block: clamp(72px, 9vw, 128px); }
.ws-cta--dark {
  background: var(--ws-bg-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ws-cta--dark::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: min(80vw, 900px);
  height: 100%;
  background: radial-gradient(ellipse at center, var(--ws-secondary-soft) 0%, transparent 60%);
  pointer-events: none;
}
.ws-cta--dark .ws-section-lead { color: rgba(255,255,255,0.78); }
.ws-cta--soft { background: var(--ws-bg-soft); }

.ws-cta__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ws-cta__inner .ws-h2 { margin-bottom: 1.2em; }
.ws-cta__micro {
  margin-top: 1.2em;
  font-size: 0.92rem;
  color: var(--ws-text-soft);
}
.ws-cta--dark .ws-cta__micro { color: rgba(255,255,255,0.7); }

.ws-cta__lead {
  font-size: 1.04rem;
  line-height: 1.65;
  color: var(--ws-text-soft);
  margin-bottom: 1.6em;
}

.ws-cta__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.ws-cta__what {
  margin-top: clamp(40px, 5vw, 64px);
  padding: clamp(24px, 3vw, 36px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--ws-r-lg);
  text-align: left;
}
.ws-cta__what-h {
  font-family: var(--ws-font-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ws-secondary);
  margin-bottom: 1em;
}
.ws-cta__what-list {
  display: grid;
  gap: 14px;
  margin: 0;
}
.ws-cta__what-list dt {
  font-weight: 700;
  font-size: 0.96rem;
  color: #fff;
  margin-bottom: 0.2em;
}
.ws-cta__what-list dd {
  margin: 0 0 0.8em;
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}
.ws-cta__what-list dd:last-child { margin-bottom: 0; }

.ws-cta__risk {
  margin-top: clamp(32px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  text-align: left;
}
.ws-cta__risk-col {
  padding: 18px 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--ws-r-md);
}
.ws-cta__risk-h {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 0.8em;
}
.ws-cta__risk--no .ws-cta__risk-h { color: rgba(255,255,255,0.6); }
.ws-cta__risk--yes .ws-cta__risk-h { color: var(--ws-secondary); }
.ws-cta__risk-list {
  display: grid;
  gap: 6px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.82);
}
.ws-cta__risk-list li {
  position: relative;
  padding-left: 22px;
}
.ws-cta__risk--no .ws-cta__risk-list li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: -1px;
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 1rem;
  color: #FF3B30;
}
.ws-cta__risk--yes .ws-cta__risk-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  font-weight: 700;
  font-size: 0.94rem;
  color: #2ECC71;
}

/* ============================================================
   FAQ (S8)
   ============================================================ */

.ws-faq { background: var(--ws-bg); }
.ws-faq__list {
  max-width: 840px;
  margin: 0 auto;
}
.ws-faq__item {
  border-bottom: 1px solid var(--ws-border);
  padding: 0;
}
.ws-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 38px 22px 4px;
  font-family: var(--ws-font-body);
  font-weight: 500;
  font-size: 16px;
  color: var(--ws-text);
  display: flex;
  align-items: center;
  gap: 16px;
  user-select: none;
  min-height: 52px;
  position: relative;
  transition: color 220ms var(--ws-ease);
}
.ws-faq__item summary:hover { color: var(--ws-primary-deep); }
.ws-faq__item summary::-webkit-details-marker { display: none; }
.ws-faq__item summary::-moz-list-bullet { display: none; }
/* Onepager-Style +/− Icon: zwei gekreuzte Striche, vertikaler verschwindet beim Öffnen */
.ws-faq__item summary::before,
.ws-faq__item summary::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform 280ms var(--ws-ease);
}
.ws-faq__item summary::before {
  right: 4px;
  top: calc(50% - 0.5px);
  width: 18px;
  height: 1px;
}
.ws-faq__item summary::after {
  right: 12.5px;
  top: calc(50% - 9px);
  width: 1px;
  height: 18px;
}
.ws-faq__item[open] summary { color: var(--ws-secondary-deep); }
.ws-faq__item[open] summary::after { transform: scaleY(0); }
.ws-faq__item p {
  padding: 0 4px 24px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--ws-text-soft);
}

/* ============================================================
   HALTUNG (S10) — House of Change als animiertes SVG
   ============================================================ */

.ws-haltung { background: var(--ws-bg-soft); }

.ws-haltung__sub {
  margin-top: 1.6em;
  font-size: 1rem;
  color: var(--ws-text);
}

/* House of Change — Marco-Drive-Bitmap "Haus der Veränderung" (v1.2) */
.ws-hoc {
  max-width: 920px;
  margin: 0 auto clamp(40px, 5vw, 64px);
  background: var(--ws-bg);
  border: 1px solid var(--ws-border);
  border-radius: var(--ws-r-xl);
  padding: clamp(20px, 2.4vw, 36px) clamp(20px, 3vw, 40px) clamp(24px, 3vw, 40px);
  position: relative;
}
.ws-hoc__img {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
}
.ws-hoc__cap {
  font-family: var(--ws-font-body);
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
  color: var(--ws-text-soft);
  text-align: center;
  margin: clamp(16px, 2vw, 24px) auto 0;
  max-width: 640px;
  line-height: 1.55;
}

.ws-haltung__phases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.ws-phase {
  background: var(--ws-bg);
  border: 1px solid var(--ws-warm-grey-soft);
  border-radius: var(--ws-r-lg);
  padding: 28px 22px;
  position: relative;
  transition: border-color 240ms var(--ws-ease);
}
.ws-phase:nth-child(4) { border-color: var(--ws-secondary); }
.ws-phase:nth-child(4) .ws-phase__num { color: var(--ws-secondary); }
.ws-phase__num {
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--ws-warm-grey);
  margin: 0 0 0.8em;
  letter-spacing: 0.04em;
}
.ws-phase__h {
  font-family: var(--ws-font-body);
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 0.8em;
  color: var(--ws-text);
}
.ws-phase__quote {
  font-style: italic;
  font-size: 0.94rem;
  color: var(--ws-text);
  line-height: 1.5;
  margin-bottom: 0.8em;
  padding-left: 12px;
  border-left: 2px solid var(--ws-primary);
}
.ws-phase__effect {
  font-size: 0.9rem;
  color: var(--ws-text-soft);
  line-height: 1.55;
}

.ws-haltung__outro {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.ws-haltung__outro p {
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--ws-text-soft);
  margin-bottom: 1.6em;
}

/* ============================================================
   FOOTER
   ============================================================ */

.ws-footer {
  background: var(--ws-bg-deep);
  color: #fff;
  padding-block: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(64px, 8vw, 96px);
}
.ws-footer__top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  padding-bottom: clamp(40px, 5vw, 56px);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  margin-bottom: clamp(40px, 5vw, 56px);
}
.ws-footer__brand { display: inline-flex; }
.ws-footer__logo {
  filter: brightness(0) invert(1);
  opacity: 0.92;
  height: 44px;
  width: auto;
}
.ws-footer__teaser {
  margin: 0 0 0 auto;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.84);
  max-width: 68ch;
  text-align: right;
}

.ws-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3vw, 40px);
  margin-bottom: clamp(32px, 4vw, 48px);
}
.ws-footer__lbl {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ws-secondary);
  margin-bottom: 1em;
}
.ws-footer__addr {
  font-style: normal;
  font-size: 0.96rem;
  color: rgba(255,255,255,0.84);
  margin-bottom: 1em;
  line-height: 1.6;
}
.ws-footer__contact,
.ws-footer__social,
.ws-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ws-footer__contact a,
.ws-footer__social a,
.ws-footer__legal a {
  font-size: 0.94rem;
  color: rgba(255,255,255,0.84);
}
.ws-footer__contact a:hover,
.ws-footer__social a:hover,
.ws-footer__legal a:hover { color: var(--ws-secondary); }

.ws-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: rgba(255,255,255,0.7);
  transition: color 180ms var(--ws-ease);
}
.ws-footer__social a:hover { color: var(--ws-secondary); }
.ws-footer__social svg { display: block; }

.ws-footer__seals {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.ws-footer__seals img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  opacity: 0.92;
}

.ws-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.6);
  margin: 0;
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid rgba(255,255,255,0.12);
}
.ws-footer__copy { display: inline-block; }
.ws-footer__credit { display: inline-block; }
.ws-footer__credit a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: color 180ms var(--ws-ease), border-color 180ms var(--ws-ease);
}
.ws-footer__credit a:hover {
  color: var(--ws-secondary);
  border-bottom-color: var(--ws-secondary);
}

/* ============================================================
   STICKY BOTTOM CTA (Mobile)
   ============================================================ */

.ws-bottom-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  gap: 8px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--ws-border);
  z-index: 900;
  box-shadow: 0 -8px 24px rgba(55,79,87,0.08);
}
.ws-bottom-cta__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: background 200ms var(--ws-ease), color 200ms var(--ws-ease);
}
.ws-bottom-cta__btn--primary {
  background: var(--ws-secondary);
  color: #fff;
  border-color: var(--ws-secondary);
}
.ws-bottom-cta__btn--primary:hover { background: var(--ws-secondary-deep); color: #fff; }
.ws-bottom-cta__btn--ghost {
  background: var(--ws-secondary);
  color: #fff;
  border-color: var(--ws-secondary);
}
.ws-bottom-cta__btn--ghost:hover { background: var(--ws-secondary-deep); color: #fff; border-color: var(--ws-secondary-deep); }

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */

.ws-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 700ms var(--ws-ease), transform 700ms var(--ws-ease-out);
  will-change: opacity, transform;
}
.ws-reveal.ws-is-visible {
  opacity: 1;
  transform: translateY(0);
}
.ws-reveal--delay-1 { transition-delay: 80ms; }
.ws-reveal--delay-2 { transition-delay: 160ms; }
.ws-reveal--delay-3 { transition-delay: 240ms; }

/* ============================================================
   PHASES (S3 v1.6) — Systemische OE: interaktives 5-Phasen-Donut
   Quelle: marco-gross-alt v2.27 (Onepager v2.32 vor Removal).
   ============================================================ */

.ws-phases {
  background: var(--ws-bg);
}

.ws-oe-donut {
  margin: 0 auto;
  max-width: 980px;
}
.ws-oe-donut__stage {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}
.ws-oe-donut__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.ws-oe-donut__wedge {
  fill: url(#ws-oe-wedge-grad);
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linejoin: round;
  cursor: pointer;
  pointer-events: fill;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transform-origin: 250px 250px;
  transition: stroke 220ms var(--ws-ease),
              stroke-width 220ms var(--ws-ease),
              filter 240ms var(--ws-ease),
              transform 280ms var(--ws-ease);
  will-change: transform;
}
.ws-oe-donut__wedge:focus,
.ws-oe-donut__wedge:focus-visible,
.ws-oe-donut__wedge:active {
  outline: none;
}
.ws-oe-donut__wedge.ws-is-active {
  stroke: var(--ws-secondary);
  stroke-width: 6;
  paint-order: stroke fill;
  stroke-linejoin: bevel;
  filter: brightness(1.06);
}
.ws-oe-donut__center-bg {
  pointer-events: none;
}

.ws-oe-donut__finetuning-text {
  font-family: var(--ws-font-h);
  font-style: italic;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  fill: var(--ws-text);
}

.ws-oe-donut__center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 49%;
  max-width: 292px;
  display: grid;
  place-items: center;
  text-align: center;
  pointer-events: none;
  color: #fff;
  z-index: 2;
}
.ws-oe-donut__center-default,
.ws-oe-donut__center-active {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  margin: 0;
  transition: opacity 220ms var(--ws-ease), visibility 0s linear 220ms;
}
.ws-oe-donut__center-default {
  font-family: var(--ws-font-h);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(19px, 2.05vw, 27px);
  line-height: 1.18;
  letter-spacing: -0.01em;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s;
}
.ws-oe-donut__center-active {
  opacity: 0;
  visibility: hidden;
}
.ws-oe-donut__center.is-active .ws-oe-donut__center-default {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s, 220ms;
}
.ws-oe-donut__center.is-active .ws-oe-donut__center-active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s;
}
.ws-oe-donut__center-num {
  margin: 0 0 5px;
  font-family: var(--ws-font-h);
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ws-secondary);
  opacity: 1;
}
.ws-oe-donut__center-name {
  margin: 0 0 9px;
  font-family: var(--ws-font-h);
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.ws-oe-donut__center-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ws-oe-donut__center-items li {
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.34;
  color: rgba(255, 255, 255, 0.9);
}

.ws-oe-donut__labels {
  position: absolute;
  inset: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.ws-oe-donut__labels li {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
.ws-oe-donut__label {
  display: inline-block;
  background: var(--ws-primary-deep);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 4px 9px;
  font-family: var(--ws-font-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(31, 42, 48, 0.16);
  transition: background-color 240ms var(--ws-ease),
              color 240ms var(--ws-ease),
              box-shadow 240ms var(--ws-ease);
}
.ws-oe-donut__label-num {
  font-family: var(--ws-font-h);
  font-style: italic;
  font-weight: 400;
  color: var(--ws-secondary);
  margin-right: 2px;
}
.ws-oe-donut__label:hover,
.ws-oe-donut__label.is-active {
  background: var(--ws-secondary);
  color: #fff;
  box-shadow: 0 4px 12px rgba(252, 141, 41, 0.32);
}
.ws-oe-donut__label:hover .ws-oe-donut__label-num,
.ws-oe-donut__label.is-active .ws-oe-donut__label-num {
  color: #fff;
}
.ws-oe-donut__label:focus-visible {
  outline: 2px solid var(--ws-secondary);
  outline-offset: 3px;
}

.ws-oe-donut__hint {
  margin: 24px 0 0;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ws-text-muted);
  opacity: 0.7;
}

.ws-oe-donut__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ws-oe-donut__list-item {
  border-bottom: 1px solid var(--ws-border);
}
.ws-oe-donut__list-item details {
  padding: 14px 4px;
}
.ws-oe-donut__list-item summary {
  display: flex;
  align-items: baseline;
  gap: 14px;
  cursor: pointer;
  list-style: none;
  font-family: var(--ws-font-h);
  font-weight: 400;
  color: var(--ws-text);
}
.ws-oe-donut__list-item summary::-webkit-details-marker { display: none; }
.ws-oe-donut__list-item summary::after {
  content: '+';
  margin-left: auto;
  font-size: 22px;
  color: var(--ws-secondary);
  line-height: 1;
  transition: transform 220ms var(--ws-ease);
}
.ws-oe-donut__list-item details[open] summary::after { content: '−'; }
.ws-oe-donut__list-num {
  font-family: var(--ws-font-h);
  font-style: italic;
  font-size: 13px;
  color: var(--ws-secondary);
  letter-spacing: 0.04em;
}
.ws-oe-donut__list-name {
  font-size: clamp(1.05rem, 1.2vw + 0.4rem, 1.3rem);
}
.ws-oe-donut__list-item details ul {
  margin: 12px 0 4px;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ws-oe-donut__list-item details li {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ws-text-muted);
  padding-left: 16px;
  position: relative;
  list-style: none;
}
.ws-oe-donut__list-item details li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.65em;
  width: 8px; height: 1px;
  background: var(--ws-secondary);
}

@media (max-width: 720px) {
  .ws-oe-donut__stage { padding-bottom: 12px; }
  /* Labels mit vollem Namen wie Desktop (JS rückt sie auf Mobile enger an die
     Wedges, LABEL_R_PCT 0.36), nur kompaktere Schrift, damit die Pills in den
     Viewport passen. */
  .ws-oe-donut__label { padding: 3px 8px; gap: 3px; }
  .ws-oe-donut__label-num { font-size: 9px; }
  .ws-oe-donut__label-name { font-size: 9.5px; }
  /* Center zeigt den VOLLEN Inhalt (Num + Name + Items) wie Desktop, nur klein
     genug, dass auch die längste Phase in den blauen Kreis passt. */
  .ws-oe-donut__center { width: 50%; max-width: 208px; }
  .ws-oe-donut__center-default { font-size: clamp(13px, 3.8vw, 17px); }
  .ws-oe-donut__center-num { font-size: 9px; letter-spacing: 0.14em; margin-bottom: 2px; }
  .ws-oe-donut__center-name { font-size: 14px; line-height: 1.1; margin-bottom: 5px; }
  .ws-oe-donut__center-items { font-size: 10.5px; line-height: 1.28; gap: 2px; }
  .ws-oe-donut__hint { font-size: 12px; margin-top: 10px; }
  /* Akkordeon-Liste auf Mobile ausgeblendet — der Wheel ist jetzt voll
     interaktiv (Labels + Center-Inhalt), die Liste wäre redundant. */
  .ws-oe-donut__list { display: none; }
  .ws-oe-donut__finetuning-text { font-size: 11px; }
}

@media (min-width: 721px) and (max-width: 900px) {
  .ws-oe-donut__label { font-size: 11px; padding: 6px 10px; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
  .ws-reveal {
    opacity: 1;
    transform: none;
  }
  .ws-hero__dot::after { display: none; }
}

/* ============================================================
   TABLET (≤ 1024px)
   ============================================================ */

@media (max-width: 1024px) {
  .ws-hero__inner {
    grid-template-columns: 1fr 44%;
    gap: 40px;
  }

  .ws-vision__layout { grid-template-columns: 1fr; gap: 48px; }
  .ws-pillars { grid-template-columns: 1fr 1fr; }

  .ws-shift__grid { grid-template-columns: 1fr; }
  .ws-shift__arrow { transform: rotate(90deg); padding: 12px 0; }

  .ws-process__steps { grid-template-columns: 1fr 1fr; }
  .ws-process__line { display: none; }

  .ws-haltung__phases { grid-template-columns: repeat(2, 1fr); }

  /* Stimmen + Google-Bewertungen + Drei Wege: ≤1024 Drag-Carousel statt
     2+1-Wrap / Stapel — mit Maus ziehbar. Desktop bleibt 3er-Grid.
     padding-block: Platz, damit der Hover-Lift der Karten oben nicht
     abgeschnitten wird (overflow-x:auto klippt sonst auch vertikal). */
  .ws-voices__grid,
  .ws-greviews__grid,
  .ws-formats__list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    padding: 8px 2px 12px;
  }
  .ws-voices__grid::-webkit-scrollbar,
  .ws-greviews__grid::-webkit-scrollbar,
  .ws-formats__list::-webkit-scrollbar { display: none; }
  .ws-voices__grid.ws-is-dragging,
  .ws-greviews__grid.ws-is-dragging,
  .ws-formats__list.ws-is-dragging { cursor: grabbing; scroll-behavior: auto; user-select: none; }
  .ws-quote,
  .ws-greview,
  .ws-format { flex: 0 0 clamp(280px, 44%, 440px); scroll-snap-align: start; }

  /* .ws-quiz__list bleibt 2-spaltig auf Tablet (kompaktere Höhe) */

  .ws-cta__risk { grid-template-columns: 1fr; }

  .ws-about__layout {
    grid-template-columns: 320px 1fr;
    gap: 40px;
  }

  .ws-footer__grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   MOBILE (≤ 760px)
   ============================================================ */

@media (max-width: 760px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }

  /* Buttons: nowrap laeuft auf schmalen Viewports ueber den Rand (H-Scroll) —
     mobil umbrechen lassen, volle Breite cappen */
  .ws-btn {
    white-space: normal;
    max-width: 100%;
    line-height: 1.3;
  }

  /* Onepager-Nav-Mobile: Menü + CTA-Pill verstecken, Hamburger aktivieren
     (kommt im eigenen Mobile-Block weiter oben). */
  .ws-nav__menu { display: none; }
  .ws-nav__ctas { display: none; }
  .ws-bottom-cta { display: flex; }

  /* Hero — Mobile: Poster statt Video (Performance), Text unten, voller Scrim */
  .ws-hero {
    min-height: 88svh;
    align-items: flex-end;
  }
  .ws-hero__video { display: none; }
  .ws-hero__poster img { object-position: 62% 50%; }
  .ws-hero__scrim {
    background: linear-gradient(180deg, rgba(26,38,44,0.50) 0%, rgba(26,38,44,0.55) 36%, rgba(26,38,44,0.86) 100%);
  }
  .ws-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: clamp(28px, 8vw, 52px);
  }
  .ws-hero__text { max-width: 100%; }
  .ws-hero__media-frame {
    max-width: 360px;
    margin-inline: auto;
    aspect-ratio: 4 / 5;
  }
  .ws-hero__badge {
    bottom: -16px;
    left: 12px;
    max-width: 220px;
  }
  .ws-hero__ctas { flex-direction: column; align-items: stretch; }
  .ws-hero__ctas .ws-btn { width: 100%; }

  /* Problem */
  .ws-cases__grid { grid-template-columns: 1fr; }
  .ws-quiz__list { gap: 8px 10px; }   /* 2-spaltig beibehalten, engerer Abstand */
  .ws-quiz__head { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ws-quiz__result-box {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }
  .ws-quiz__result-box .ws-quiz__result-cta { grid-column: 1 / -1; }
  .ws-quiz__result-icon { margin: 0 auto; }
  .ws-problem__cta-row { flex-direction: column; }
  .ws-problem__cta-row .ws-btn { width: 100%; }

  /* Shift */
  .ws-shift__grid { grid-template-columns: 1fr; }
  .ws-shift__arrow { transform: rotate(90deg); padding: 8px 0; font-size: 2rem; }

  /* Vision */
  .ws-pillars {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ws-pillars li:nth-child(5) { grid-column: span 1; }
  .ws-vision__model-svg { max-width: 340px; }
  .ws-vision__days-list { grid-template-columns: 1fr; }

  /* Approach */
  .ws-approach__list { grid-template-columns: 1fr; }
  /* Formats-Carousel wird im ≤1024-Block aktiviert (mit Stimmen/Reviews). */

  /* About */
  .ws-about__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ws-about__portrait {
    position: static;
    max-width: 320px;
    margin-inline: auto;
  }
  .ws-about__seals-row {
    gap: 18px;
    justify-content: space-around;
  }
  .ws-about__seal img { width: 52px; height: 52px; }

  .ws-voices__grid { grid-template-columns: 1fr; }
  .ws-voices__google { flex-direction: column; gap: 8px; text-align: center; }
  .ws-greviews__grid { grid-template-columns: 1fr; }

  /* Steps (S6.5 v1.4) — Mobile: Icon+Num in Top-Row, Body darunter */
  .ws-steps__row {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "icon num"
      "body body";
    column-gap: 20px;
    row-gap: 14px;
    padding: 28px 0;
  }
  .ws-steps__icon { grid-area: icon; width: 48px; height: 48px; }
  .ws-steps__icon svg { width: 22px; height: 22px; }
  .ws-steps__num {
    grid-area: num;
    justify-self: end;
    align-self: center;
    font-size: 3rem;
  }
  .ws-steps__body { grid-area: body; max-width: none; }
  .ws-steps__h { font-size: 1.18rem; }

  /* CTA */
  .ws-cta__ctas { flex-direction: column; }
  .ws-cta__ctas .ws-btn { width: 100%; }
  .ws-cta__risk { grid-template-columns: 1fr; }

  /* Haltung */
  .ws-haltung__phases { grid-template-columns: 1fr; }

  /* Footer */
  .ws-footer__top { grid-template-columns: 1fr; gap: 20px; }
  .ws-footer__grid {
    /* Anordnung wie Hauptseiten-Footer (User-Referenz 2026-06-07):
       mobil 1-spaltig gestapelt — Farbdesign (dark) unveraendert */
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .ws-footer__seals { gap: 10px; }
  .ws-footer__seals img { width: 40px; height: 40px; }
}

/* ============================================================
   SMALL MOBILE (≤ 400px)
   ============================================================ */

@media (max-width: 400px) {
  .ws-nav__inner { gap: 12px; padding-top: 10px; padding-bottom: 10px; }
  .ws-nav__logo { height: 32px; }
  .ws-h1 { font-size: 1.95rem; }
  .ws-h2 { font-size: 1.5rem; }
  .ws-hero__badge { display: none; }
}

/* ============================================================
   SMALL PHONE (≤ 540px) — Selbsttest bleibt 2-spaltig (Höhe sparen),
   dafür kompakter (Schrift + Padding kleiner, Touch-Target 44px bleibt).
   ============================================================ */
@media (max-width: 540px) {
  .ws-quiz__list { gap: 8px; }
  .ws-quiz__lbl { font-size: 0.84rem; line-height: 1.32; gap: 9px; padding: 9px 11px; }
  .ws-quiz__cb { width: 20px; height: 20px; }
}

/* Drag-Carousels auf Phones: 1 Karte voll + Peek (statt 2 zu schmale) */
@media (max-width: 640px) {
  .ws-quote,
  .ws-greview,
  .ws-format { flex: 0 0 84%; }
}
