/* Ordwin Landingpage, Stand 04.09.2026
   Farbwerte aus den Bauregeln (dunkler und heller Modus getrennt gemessen).
   Keine fremde Bibliothek, keine Anfrage an einen fremden Server. */

/* ---------- Schrift, lokal ausgeliefert ---------- */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('./assets/fonts/ibm-plex-sans-latin-400-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Farbrollen ---------- */
:root {
  color-scheme: dark light;

  --grund: #10161A;
  --flaeche: #242424;
  --kante: #3A3A3A;
  --text: #E6E6E6;
  --gedaempft: #B0B8B4;
  --akzent: #22A26F;
  --auf-akzent: #1A1A1A;
  --akzent-hover: #2CB97F;
  --fehler: #E5645A;
  --erfolg: #22A26F;
  --schleier: rgba(26, 26, 26, .86);
  --hell: #F3F6F4;
  --raster-farbe: rgba(230, 230, 230, .06);

  --r-gross: 14px;
  --r-mittel: 8px;
  --r-klein: 6px;

  --spalte: 1180px;
  --luft: clamp(6.5rem, 11vw, 11rem);
}

@media (prefers-color-scheme: light) {
  :root {
    --grund: #F4FBF7;
    --flaeche: #E8F4EC;
    --kante: #D3E0D8;
    --text: #111C16;
    --gedaempft: #515F56;
    --akzent: #15774E;
    --auf-akzent: #FFFFFF;
    --akzent-hover: #10603F;
    --fehler: #B9281D;
    --erfolg: #15774E;
    --schleier: rgba(244, 251, 247, .88);
    --raster-farbe: rgba(17, 28, 22, .06);
  }
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  min-height: 100%;
  isolation: isolate;
  background-color: var(--grund);
  background-image: radial-gradient(circle, var(--raster-farbe) 1px, transparent 1px);
  background-size: 28px 28px;
  background-attachment: fixed;
  color: var(--text);
  font-family: 'IBM Plex Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: clamp(16px, .55vw + 14.5px, 18px);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.seiten-grund {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.seiten-licht {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(90px);
  will-change: transform;
}

.seiten-licht-a {
  width: min(72vw, 62rem);
  aspect-ratio: 1;
  top: -31rem;
  right: -18rem;
  background: radial-gradient(circle, rgba(34, 162, 111, .14), rgba(34, 162, 111, 0) 70%);
  animation: grundlicht-a 30s ease-in-out infinite;
}

.seiten-licht-b {
  width: min(64vw, 54rem);
  aspect-ratio: 1;
  bottom: -27rem;
  left: -18rem;
  background: radial-gradient(circle, rgba(34, 162, 111, .10), rgba(34, 162, 111, 0) 72%);
  animation: grundlicht-b 40s ease-in-out infinite;
}

@keyframes grundlicht-a {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-6%, 6%); }
}

@keyframes grundlicht-b {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(6%, -6%); }
}

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

h1, h2, h3 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

h1 { font-size: clamp(3.5rem, 6.2vw, 5.5rem); letter-spacing: -0.038em; }
h2 { font-size: clamp(2.25rem, 4.4vw, 4rem); }
h3 { font-size: clamp(1.15rem, 1.5vw, 1.35rem); letter-spacing: -0.012em; }

p { margin: 0; }

a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--akzent);
  outline-offset: 3px;
  border-radius: var(--r-klein);
}

.nur-fuer-screenreader {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}

.springmarke {
  position: absolute; left: 1rem; top: -4rem; z-index: 60;
  background: var(--akzent); color: var(--auf-akzent);
  padding: .6rem 1rem; border-radius: var(--r-mittel);
  font-weight: 600; text-decoration: none;
  transition: top .18s ease-out;
}
.springmarke:focus { top: 1rem; }

.bahn {
  width: min(100% - 2.5rem, var(--spalte));
  margin-inline: auto;
}

section { padding-block: var(--luft); }

main > section:not(.rollen):not(.community) {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0) 10rem);
}

/* Ohne JavaScript und ohne IntersectionObserver bleiben alle Inhalte sichtbar. */
.js-aktiv .einblendung {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms cubic-bezier(.2, .7, .2, 1),
              transform 600ms cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--einblend-verzug, 0ms);
}
.js-aktiv .einblendung.ist-sichtbar {
  opacity: 1;
  transform: none;
}

.leise { color: var(--gedaempft); }

.fliess {
  max-width: 62ch;
  font-size: 1.06rem;
  line-height: 1.68;
  color: var(--gedaempft);
}

/* ---------- Kopfzeile ---------- */
.kopf {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(14px);
  background: var(--schleier);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease-out;
}
.kopf[data-gescrollt='ja'] { border-bottom-color: var(--kante); }

.kopf-innen {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding-block: .85rem;
}

.marke { display: flex; align-items: center; text-decoration: none; }
.marke img { height: 30px; width: auto; }
.marke .logo-hell { display: none; }

@media (prefers-color-scheme: light) {
  .marke .logo-dunkel { display: none; }
  .marke .logo-hell { display: block; }
}

/* ---------- Knöpfe ---------- */
.knopf {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem;
  padding: .78rem 1.35rem;
  border-radius: var(--r-mittel);
  border: 1px solid transparent;
  font: inherit; font-weight: 600; line-height: 1.2;
  text-decoration: none; cursor: pointer;
  transition: background-color .18s ease-out, border-color .18s ease-out,
              color .18s ease-out, transform .18s ease-out;
}
.knopf-haupt { background: var(--akzent); color: var(--auf-akzent); }
.knopf-haupt:hover { background: var(--akzent-hover); transform: translateY(-1px); }
.knopf-neben { background: transparent; color: var(--text); border-color: var(--kante); }
.knopf-neben:hover { border-color: var(--akzent); color: var(--akzent); }
.knopf-text { background: transparent; color: var(--text); border-color: transparent; }
.knopf-text:hover { color: var(--akzent); }
.knopf-text span { transition: transform .18s ease-out; }
.knopf-text:hover span { transform: translateX(.2rem); }
.knopf[disabled] { opacity: .55; cursor: not-allowed; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .knopf:hover { transform: none; }
  .knopf-text span { transition: none; }
  .knopf-text:hover span { transform: none; }
  .seiten-licht { animation: none; transform: none; will-change: auto; }
}

.kopf .knopf { padding: .55rem 1rem; font-size: .95rem; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 60px);
  min-height: calc(100svh - 60px);
  display: flex; align-items: center;
  padding-block: clamp(4.5rem, 9vw, 8rem);
  overflow: hidden;
}
.hero-tiefe {
  position: absolute;
  z-index: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(76px);
  background: var(--akzent);
  will-change: transform;
}
.hero-tiefe-fern {
  width: min(46rem, 66vw);
  left: -18rem;
  top: -22rem;
  --tiefe-alpha: .12;
  opacity: var(--tiefe-alpha);
  animation: hero-leuchten 26s ease-in-out infinite;
}
.hero-tiefe-nah {
  width: min(36rem, 54vw);
  right: -16rem;
  bottom: -24rem;
  --tiefe-alpha: .2;
  opacity: var(--tiefe-alpha);
  animation: hero-leuchten 22s ease-in-out infinite reverse;
}
@keyframes hero-leuchten {
  0%, 100% { opacity: var(--tiefe-alpha); filter: blur(76px); }
  50% { opacity: calc(var(--tiefe-alpha) + .05); filter: blur(92px); }
}
.hero-netz { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; }
.hero-raster { position: relative; z-index: 2; }
.hero-raster {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(24rem, .92fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}
.hero-text { max-width: 43rem; padding-block: clamp(1rem, 4vw, 4rem); }
.hero-text h1 { margin-bottom: 1.4rem; }
.hero-unterzeile { font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.55; color: var(--text); max-width: 34rem; }
.hero-knoepfe { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.2rem; align-items: center; }
.hero-knoepfe .knopf { min-height: 3.15rem; border-radius: var(--r-mittel); }
.hero-knoepfe .knopf-neben { border-color: color-mix(in srgb, var(--text) 70%, transparent); }
.hero-fussnote { margin-top: 1.1rem; font-size: .93rem; color: var(--gedaempft); }
.hero-visual { width: 100%; max-width: 34rem; justify-self: end; box-shadow: 0 28px 70px rgba(0, 0, 0, .28); }

/* Effekt 1: gestaffelter Eintritt, die einzige selbst startende Bewegung der Seite. */
@keyframes eintritt {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
.hero-text > * {
  animation: eintritt .75s cubic-bezier(.22, .68, .3, 1) both;
}
.hero-text > *:nth-child(1) { animation-delay: .05s; }
.hero-text > *:nth-child(2) { animation-delay: .2s; }
.hero-text > *:nth-child(3) { animation-delay: .35s; }
.hero-text > *:nth-child(4) { animation-delay: .5s; }

@keyframes bild-eintritt {
  from { opacity: 0; transform: translateY(24px) scale(1.02); clip-path: inset(0 0 16% 0); }
  to { opacity: 1; transform: none; clip-path: inset(0); }
}
.hero-visual { animation: bild-eintritt .85s .28s cubic-bezier(.16, 1, .3, 1) both; }

@media (prefers-reduced-motion: reduce) {
  .hero-tiefe { transform: none !important; opacity: var(--tiefe-alpha); filter: blur(76px); animation: none; will-change: auto; }
  .hero-text > *, .hero-visual { animation: none; }
  .hero-netz { display: none; }
  .ablauf-schritt { transition: none; }
  .js-aktiv .einblendung { opacity: 1; transform: none; transition: none; }
}

/* ---------- Zweispalter ---------- */
.paar {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}
.paar > .paar-text > * + * { margin-top: 1.3rem; }

/* Im Zweispalter steht die Ueberschrift auf halber Breite, deshalb hier
   eine Stufe kleiner als eine Ueberschrift ueber die volle Bahn. */
.paar h2 { font-size: clamp(2.1rem, 3.3vw, 3.25rem); text-wrap: pretty; }

.problem-kopf { max-width: 64rem; }
.problem-kopf .fliess { margin-top: 1.5rem; }

/* Der Ablauf bleibt links lesbar, waehrend rechts die drei Freigabeschritte laufen. */
.ablauf-raster {
  display: grid;
  grid-template-columns: minmax(18rem, .8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}
.ablauf-kopf-innen { position: sticky; top: 7rem; }
.ablauf-kopf .fliess { margin-top: 1.25rem; }
.ablauf-fortschritt {
  --ablauf-position: 0%;
  position: relative;
  height: 1rem;
  margin-top: 1.7rem;
}
.ablauf-fortschritt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--kante);
}
.ablauf-fortschritt-punkt {
  position: absolute;
  top: 50%;
  left: var(--ablauf-position);
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: var(--akzent);
  box-shadow: 0 .35rem 1.2rem rgba(34, 162, 111, .45), 0 0 0 .3rem rgba(34, 162, 111, .12);
  transform: translate(-50%, -50%);
  transition: left 450ms cubic-bezier(.2, .7, .2, 1);
}
.ablauf-kopf .bild-rahmen { margin-top: 2rem; }
.ablauf-raster h2 { font-size: clamp(2.1rem, 3.3vw, 3.25rem); text-wrap: pretty; }
.ablauf-schritte { display: grid; gap: clamp(3rem, 9vh, 6rem); margin: 0; padding: 4vh 0 12vh; list-style: none; }
.ablauf-schritt {
  min-height: min(64vh, 34rem);
  display: grid;
  align-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: var(--r-gross);
  background: var(--flaeche);
  color: var(--gedaempft);
  opacity: 1;
  transform: none;
  transition: opacity .35s cubic-bezier(.16, 1, .3, 1), transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease-out;
}
.js-aktiv .ablauf-schritt { opacity: .45; transform: scale(.975); }
.ablauf-schritt h3 { margin-block: .7rem 1rem; color: var(--text); font-size: clamp(1.55rem, 2.6vw, 2.4rem); }
.ablauf-schritt > p:last-child { max-width: 48ch; }
.ablauf-verb { color: var(--akzent); font-weight: 600; letter-spacing: .03em; }
.js-aktiv .ablauf-schritt.ist-aktiv { opacity: 1; transform: none; box-shadow: 0 1.5rem 3rem rgba(0,0,0,.18); }
@media (max-width: 900px) {
  .ablauf-raster { grid-template-columns: 1fr; }
  .ablauf-kopf-innen { position: static; }
  .ablauf-fortschritt { display: none; }
  .ablauf-schritte { gap: 1.25rem; padding: 0; }
  .ablauf-schritt { min-height: 0; }
  .js-aktiv .ablauf-schritt { opacity: 1; transform: none; }
}

.bild-rahmen {
  margin: 0;
  border-radius: var(--r-gross);
  overflow: hidden;
  border: 1px solid var(--kante);
  background: var(--flaeche);
}
.bild-rahmen img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.video-rahmen { position: relative; }
.video-rahmen video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--flaeche); }
.video-folgt {
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: .42rem .72rem;
  border-radius: 999px;
  background: var(--akzent);
  color: var(--auf-akzent);
  font-size: .78rem;
  font-weight: 600;
}

.bild-unterschrift {
  margin: 0;
  padding: .8rem 1rem .9rem;
  border-top: 1px solid var(--kante);
  font-size: .88rem;
  color: var(--gedaempft);
  line-height: 1.45;
}

/* ---------- Vorher und Nachher ---------- */
.vergleich { border-block: 1px solid var(--kante); }
.vergleich-kopf { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .65fr); gap: 2rem; align-items: end; }
.vergleich-kopf .fliess { max-width: 48ch; justify-self: end; }
.vergleich-buehne {
  position: relative;
  margin-top: 3rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--r-gross);
  background: var(--flaeche);
  box-shadow: 0 2rem 4rem rgba(0,0,0,.2);
}
.vergleich-bild { display: block; width: 100%; height: 100%; object-fit: cover; }
.vergleich-bild-vorher { position: absolute; inset: 0; }
.vergleich-nachher { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--vergleich-position)) 0 0); }
.vergleich-label {
  position: absolute;
  top: 1rem;
  z-index: 3;
  padding: .42rem .72rem;
  border-radius: 999px;
  color: #E6E6E6;
  background: rgba(26,26,26,.88);
  font-size: .78rem;
  font-weight: 600;
}
.vergleich-label-vorher { right: 1rem; }
.vergleich-label-nachher { left: 1rem; }
.vergleich-linie { position: absolute; z-index: 2; top: 0; bottom: 0; left: var(--vergleich-position); width: 2px; background: var(--akzent); transform: translateX(-1px); pointer-events: none; }
.vergleich-linie::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: var(--akzent);
  box-shadow: 0 .6rem 1.5rem rgba(0,0,0,.35);
  transform: translate(-50%, -50%);
}
.vergleich-regler { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.vergleich-regler:focus-visible { opacity: 1; height: 2rem; top: auto; accent-color: var(--akzent); }
@media (max-width: 760px) {
  .vergleich-kopf { grid-template-columns: 1fr; }
  .vergleich-kopf .fliess { justify-self: start; }
  .vergleich-buehne { aspect-ratio: 4 / 3; }
}

/* ---------- Rollen und Bildplatzhalter für Teil 2 ---------- */
.rollen,
.community {
  --flaeche: #FFFFFF;
  --kante: #D3E0D8;
  --text: #10161A;
  --gedaempft: #515F56;
  --akzent: #15774E;
  --auf-akzent: #FFFFFF;
  background-color: #F3F6F4;
  background-image:
    radial-gradient(circle, rgba(16, 22, 26, .06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0) 10rem);
  background-size: 28px 28px, 100% 100%;
  background-attachment: fixed, scroll;
  color: #10161A;
  border-block: 1px solid #D3E0D8;
}
.kicker,
.rollen-label {
  color: var(--akzent);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rollen > .bahn > h2 { max-width: 18ch; margin-top: .7rem; }
.rollen-einstieg { margin-top: 1.3rem; }
.rollen-abschnitt {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .9fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--kante);
  border-radius: var(--r-gross);
  background: var(--flaeche);
  transition: transform .18s ease-out, box-shadow .18s ease-out;
}
.rollen-abschnitt:hover { transform: translate(-4px, -4px); box-shadow: 9px 9px 0 var(--akzent); }
.rollen-abschnitt-wechsel .rollen-text { order: 2; }
.rollen-abschnitt-wechsel .bildplatzhalter { order: 1; }
.rollen-text { max-width: 38rem; }
.rollen-text h3 { margin-top: .65rem; font-size: clamp(1.85rem, 3vw, 2.75rem); }
.rollen-text p:not(.rollen-label) { margin-top: 1.15rem; color: var(--gedaempft); }
.rollen-text strong { color: var(--text); font-weight: 600; }
.bildplatzhalter { margin: 0; }
.bildplatzhalter-flaeche {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--kante);
  border-radius: var(--r-gross);
  background: var(--flaeche);
}
.bildplatzhalter figcaption {
  margin-top: .75rem;
  color: var(--gedaempft);
  font-size: .88rem;
  line-height: 1.5;
}

/* ---------- Arbeitet mit ---------- */
.arbeitet-mit { overflow: hidden; padding-block: clamp(4rem, 7vw, 7rem); border-block: 1px solid var(--kante); }
.arbeitet-mit-auftakt {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 24rem);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
}
.arbeitet-mit-text .fliess { margin-top: 1.25rem; max-width: 48ch; }
.arbeitet-mit-kopf { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.arbeitet-mit h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.geplant-marke {
  display: inline-flex;
  align-items: center;
  padding: .4rem .75rem;
  border: 1px solid var(--akzent);
  border-radius: 999px;
  color: var(--akzent);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.wissenskugel-rahmen { margin: 0; color: var(--text); }
.wissenskugel {
  width: 100%;
  max-width: 22rem;
  margin-inline: auto;
  overflow: visible;
  filter: drop-shadow(0 1.5rem 2.5rem rgba(0, 0, 0, .2));
  pointer-events: none;
}
.wissenskugel-kante { fill: none; stroke: var(--gedaempft); stroke-width: 1; opacity: .18; }
.wissenskugel-staub { fill: var(--gedaempft); }
.wissenskugel-linien { fill: none; stroke: var(--akzent); stroke-linecap: round; }
.wissenskugel-knoten { fill: var(--akzent); }
.wissenskugel-ringe { fill: none; stroke: var(--gedaempft); stroke-width: 1.25; stroke-linecap: round; }
.wissenskugel-ringe ellipse:nth-child(1) { stroke-dasharray: .1 6; opacity: .4; }
.wissenskugel-ringe ellipse:nth-child(2) { stroke-dasharray: .1 8; opacity: .3; }
.wissenskugel-ringe ellipse:nth-child(3) { stroke-dasharray: .1 10; opacity: .22; }
.wissenskugel-kern circle:last-child { fill: var(--auf-akzent); }
.wissenskugel-rahmen figcaption { margin-top: .35rem; color: var(--gedaempft); font-size: .84rem; text-align: center; }
.laufband {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 2.5rem;
  padding-block: .4rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.laufband-spur {
  --laufband-luecke: clamp(.7rem, 1.4vw, 1.15rem);
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 0;
  animation: werkzeuglauf 40s linear infinite;
  will-change: transform;
}
.laufband-liste {
  display: flex;
  flex: 0 0 auto;
  gap: var(--laufband-luecke);
  margin: 0 var(--laufband-luecke) 0 0;
  padding: 0;
  list-style: none;
}
.laufband-liste li {
  padding: .55rem 1.1rem;
  border: 1px solid color-mix(in srgb, var(--akzent) 35%, transparent);
  border-radius: 999px;
  background: var(--hell);
  color: var(--akzent);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.2;
  white-space: nowrap;
}
.laufband-liste li::before { content: none; }
.laufband:hover .laufband-spur { animation-play-state: paused; }
@keyframes werkzeuglauf {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-1 * (100% / 3))); }
}
@media (prefers-reduced-motion: reduce) {
  .laufband { -webkit-mask-image: none; mask-image: none; }
  .laufband-spur { width: 100%; animation: none; transform: none; }
  .laufband-liste { flex: 1 1 100%; width: 100%; flex-wrap: wrap; margin-right: 0; }
  .laufband-liste[aria-hidden='true'] { display: none; }
}
@media (max-width: 760px) {
  .arbeitet-mit-auftakt { grid-template-columns: 1fr; }
  .arbeitet-mit-kopf { justify-content: flex-start; }
  .wissenskugel { max-width: 18rem; }
}

/* ---------- Geplant ---------- */
.geplant-kopf { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .75fr); gap: 2rem; align-items: end; }
.geplant-einleitung { justify-self: end; max-width: 48ch; }
.geplant-kopf .fliess { max-width: 48ch; }
.prototyp-aufruf { margin-top: 1.5rem; }
.geplant-raster { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; margin-top: 3rem; }
.geplant-karte {
  min-height: 18rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--kante);
  border-radius: var(--r-gross);
  background: var(--flaeche);
}
.geplant-karte h3 { max-width: 19ch; margin-top: 2.75rem; font-size: clamp(1.45rem, 2.4vw, 2rem); }
.geplant-karte p { max-width: 54ch; margin-top: 1rem; color: var(--gedaempft); }
@media (max-width: 760px) {
  .geplant-kopf, .geplant-raster { grid-template-columns: 1fr; }
  .geplant-einleitung { justify-self: start; }
  .geplant-karte { min-height: 0; }
}

.ablauf-liste { margin: 1.5rem 0 0; padding-left: 1.35rem; color: var(--gedaempft); }
.ablauf-liste li + li { margin-top: .7rem; }
.ablauf-liste strong { color: var(--text); }

@media (max-width: 760px) {
  .rollen-abschnitt { grid-template-columns: 1fr; }
  .rollen-abschnitt-wechsel .rollen-text,
  .rollen-abschnitt-wechsel .bildplatzhalter { order: initial; }
}

/* ---------- Zeilenlisten (große Marke links, Satz rechts) ---------- */
.zeilen { margin-top: 3.2rem; border-top: 1px solid var(--kante); }

.zeile {
  display: grid;
  grid-template-columns: minmax(9rem, 15rem) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: baseline;
  padding-block: 1.5rem;
  border-bottom: 1px solid var(--kante);
}
.zeile-marke {
  font-size: clamp(.95rem, 1.1vw, 1.05rem);
  font-weight: 600;
  color: var(--akzent);
  letter-spacing: -0.01em;
}
.zeile-text { color: var(--text); line-height: 1.6; }
.zeile-text .leise { display: block; margin-top: .35rem; font-size: .95rem; }

@media (max-width: 760px) {
  .zeile { grid-template-columns: 1fr; gap: .45rem; }
}

/* ---------- Merkmale ---------- */
.merkmal {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 20rem) minmax(0, 1fr) auto;
  gap: clamp(1rem, 2.5vw, 2.4rem);
  align-items: baseline;
  padding-block: 1.55rem;
  border-bottom: 1px solid var(--kante);
}
.merkmal-nr {
  font-variant-numeric: tabular-nums;
  color: var(--gedaempft);
  font-size: .95rem;
}
.merkmal-titel { font-weight: 600; letter-spacing: -0.012em; }
.merkmal-text { color: var(--gedaempft); line-height: 1.6; }

.stand {
  justify-self: start;
  white-space: nowrap;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .01em;
  padding: .22rem .6rem;
  border-radius: var(--r-klein);
  border: 1px solid var(--kante);
  color: var(--gedaempft);
}
.stand-laeuft { color: var(--akzent); border-color: var(--akzent); }

@media (max-width: 900px) {
  .merkmal {
    grid-template-columns: 2.2rem minmax(0, 1fr);
    row-gap: .45rem;
  }
  .merkmal-nr { grid-row: 1 / span 2; }
  .merkmal-text { grid-column: 2; }
  .stand { grid-column: 2; margin-top: .4rem; }
}

/* ---------- Stufen ---------- */
.stufen {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: 3rem;
}
.stufe { border-top: 2px solid var(--akzent); padding-top: 1.15rem; }
.stufe-nr {
  font-size: .82rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--akzent);
}
.stufe h3 { margin-block: .5rem .6rem; }
.stufe p { color: var(--gedaempft); font-size: .98rem; line-height: 1.6; }

@media (max-width: 760px) {
  .stufen { grid-template-columns: 1fr; }
}

/* ---------- Echte Zahlen aus dem Seitentext ---------- */
.zahlen h2 { max-width: 15ch; }
.zahlen-raster {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}
.zahl-karte {
  min-width: 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--kante);
  border-radius: var(--r-gross);
  background: var(--flaeche);
}
.zahl-wert {
  display: block;
  color: var(--akzent);
  font-size: clamp(3rem, 6vw, 5rem);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: .95;
}
.zahl-einheit { display: block; margin-top: .8rem; color: var(--text); font-weight: 600; }
.zahl-karte p { margin-top: .55rem; color: var(--gedaempft); font-size: .92rem; line-height: 1.5; }
@media (max-width: 900px) {
  .zahlen-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .zahlen-raster { grid-template-columns: 1fr; }
}

/* ---------- Preise ---------- */
.preise { text-align: center; }
.preise p {
  max-width: 46ch; margin-inline: auto;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.45; letter-spacing: -0.018em;
  text-wrap: balance;
}

/* ---------- Community ---------- */
.community { border-block-color: #D3E0D8; }
.community-innen { text-align: center; }
.community-innen h2 { margin-top: .7rem; }
.community-innen .fliess { margin: 1.25rem auto 0; }
.community-innen .knopf { margin-top: 2rem; }

/* ---------- Häufige Fragen ---------- */
.faq-raster {
  display: grid;
  grid-template-columns: minmax(15rem, .7fr) minmax(0, 1.3fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}
.faq-kopf { position: sticky; top: 7rem; }
.faq-kopf .fliess { margin-top: 1.2rem; }
.faq-liste { border-top: 1px solid var(--kante); }
.faq details { border-bottom: 1px solid var(--kante); }
.faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 1.35rem 2.5rem 1.35rem 0;
  font-weight: 600;
  line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  position: absolute;
  right: .25rem;
  top: 1.15rem;
  color: var(--akzent);
  font-size: 1.45rem;
  font-weight: 400;
}
.faq details[open] summary::after { content: '−'; }
.faq details p {
  max-width: 62ch;
  padding: 0 2.5rem 1.4rem 0;
  color: var(--gedaempft);
}

/* ---------- Warteliste ---------- */
.warteliste {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid var(--kante);
}
.warteliste-glanz {
  position: absolute;
  z-index: -1;
  width: min(52rem, 72vw);
  aspect-ratio: 1.35;
  right: -16rem;
  top: -12rem;
  pointer-events: none;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--akzent) 22%, transparent), transparent 72%);
  filter: blur(72px);
}
.warteliste-raster {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(22rem, .98fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.warteliste-nutzen > h2 + .fliess,
.warteliste-nutzen > .fliess + .vorteile { margin-top: 1.25rem; }
.vorteile {
  display: grid;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.warteliste-nutzen .vorteile li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.5;
  opacity: 1;
}
.warteliste-nutzen .vorteile li > span:first-child {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  margin-top: .1rem;
  border-radius: 50%;
  color: var(--auf-akzent);
  background: var(--akzent);
  font-size: .82rem;
  font-weight: 600;
}
.warteliste-nutzen .vorteile .vorteil-text {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--text);
  opacity: 1;
  overflow-wrap: normal;
  word-break: normal;
}
.warteliste-nutzen .vorteile .vorteil-text strong {
  display: inline;
  color: inherit;
  white-space: normal;
}
.warteliste-medien { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1rem; align-items: start; min-width: 0; margin-top: 2.25rem; }
.warteliste-medien.hat-qr { grid-template-columns: minmax(0, 1fr) 9rem; }
.warteliste-beleg { margin: 0; min-width: 0; }
.warteliste-beleg img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--r-gross); }
.warteliste-beleg figcaption { margin-top: .65rem; color: var(--gedaempft); font-size: .84rem; }
.qr-hinweis { min-width: 0; margin: 0; }
.qr-flaeche {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px dashed color-mix(in srgb, var(--akzent) 55%, var(--kante));
  border-radius: var(--r-gross);
  background: color-mix(in srgb, var(--flaeche) 92%, var(--akzent));
  color: var(--gedaempft);
  font-size: .75rem;
  text-align: center;
}
.qr-flaeche img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: var(--flaeche); }
.qr-flaeche.hat-qr > span { visibility: hidden; }
.qr-hinweis figcaption { margin-top: .65rem; color: var(--gedaempft); font-size: .78rem; line-height: 1.4; }
.formular-karte {
  padding: clamp(1.35rem, 3vw, 2.25rem);
  border: 1px solid color-mix(in srgb, var(--akzent) 30%, var(--kante));
  border-radius: var(--r-gross);
  background: linear-gradient(180deg, color-mix(in srgb, var(--flaeche) 96%, var(--akzent)), var(--flaeche));
  box-shadow: 0 2.5rem 5rem rgba(0,0,0,.24), 0 0 3.75rem color-mix(in srgb, var(--akzent) 10%, transparent);
}
.formular-titel { font-size: 1.35rem; font-weight: 600; line-height: 1.25; }
.formular-hinweis { margin-top: .4rem; color: var(--gedaempft); font-size: .92rem; }

.formular { display: grid; gap: 1.05rem; margin-top: 1.5rem; max-width: 30rem; }

.feld { display: grid; gap: .4rem; }
.feld label { font-size: .93rem; font-weight: 600; }
.feld .hinweis { font-weight: 400; color: var(--gedaempft); }

.feld input[type='text'],
.feld input[type='email'],
.feld textarea {
  font: inherit;
  color: var(--text);
  background: var(--flaeche);
  border: 1px solid var(--kante);
  border-radius: var(--r-mittel);
  padding: .72rem .9rem;
  transition: border-color .18s ease-out, background-color .18s ease-out;
}
.feld textarea { resize: vertical; min-height: 8rem; }
.feld input::placeholder { color: var(--gedaempft); }
.feld textarea::placeholder { color: var(--gedaempft); }
.feld input:hover, .feld textarea:hover { border-color: var(--gedaempft); }
.feld input:focus, .feld textarea:focus { border-color: var(--akzent); outline: none; box-shadow: 0 0 0 3px rgba(34,162,111,.22); }
.feld input[aria-invalid='true'] { border-color: var(--fehler); }

@media (prefers-color-scheme: light) {
  .feld input:focus { box-shadow: 0 0 0 3px rgba(21,119,78,.18); }
}

.feld-fehler { font-size: .88rem; color: var(--fehler); min-height: 0; }
.feld-fehler:empty { display: none; }
.feld-hilfe { font-size: .84rem; color: var(--gedaempft); }

.einwilligung {
  display: grid; grid-template-columns: 1.15rem 1fr; gap: .7rem;
  align-items: start;
  font-size: .95rem; line-height: 1.5;
}
.einwilligung input[type='checkbox'] {
  width: 1.15rem; height: 1.15rem; margin: .18rem 0 0;
  accent-color: var(--akzent);
}

.honigtopf {
  position: absolute; left: -9999px;
  width: 1px; height: 1px; overflow: hidden;
}

.formular-fussnote { font-size: .88rem; color: var(--gedaempft); }

.meldung {
  border-radius: var(--r-mittel);
  border: 1px solid var(--fehler);
  color: var(--fehler);
  padding: .75rem .9rem;
  font-size: .95rem;
  line-height: 1.5;
}
.meldung:empty { display: none; }

.erfolg {
  max-width: 34rem;
  margin-top: 2.2rem;
  padding: 1.5rem 1.6rem;
  background: var(--flaeche);
  border: 1px solid var(--kante);
  border-radius: var(--r-gross);
}
.erfolg h3 { color: var(--erfolg); margin-bottom: .6rem; }
.erfolg p { color: var(--gedaempft); line-height: 1.6; }
[hidden] { display: none !important; }

/* ---------- Bestätigungsseite ---------- */
.bestaetigung { min-height: calc(100dvh - 12rem); display: grid; align-items: center; padding-block: var(--luft); }
.bestaetigung-innen { max-width: 52rem; }
.bestaetigung h1 { max-width: 12ch; margin-top: .8rem; }
.bestaetigung-innen > p:not(.kicker) { max-width: 58ch; margin-top: 1.4rem; color: var(--gedaempft); }
.bestaetigung-hinweis { margin-block: 2.5rem 1.5rem; padding: 1.5rem; border-left: 2px solid var(--akzent); background: var(--flaeche); }
.bestaetigung-hinweis h2 { font-size: 1.2rem; }
.bestaetigung-hinweis p { margin-top: .5rem; color: var(--gedaempft); }

/* ---------- Fußzeile ---------- */
.fuss {
  border-top: 1px solid var(--kante);
  padding-block: 2.5rem 3.5rem;
  font-size: .92rem;
  color: var(--gedaempft);
}
.fuss-innen {
  display: flex; flex-wrap: wrap; gap: .75rem 1.75rem;
  align-items: center; justify-content: space-between;
}
.fuss a { color: var(--gedaempft); text-decoration: none; border-bottom: 1px solid var(--kante); }
.fuss a:hover { color: var(--akzent); border-bottom-color: var(--akzent); }
.fuss nav { display: flex; gap: 1.5rem; flex-wrap: wrap; }

/* ---------- Rechtsseiten ---------- */
.recht { padding-block: clamp(3rem, 7vw, 5rem) var(--luft); }
.recht .bahn { max-width: 46rem; }
.recht h1 { font-size: clamp(2.1rem, 4.5vw, 3rem); margin-bottom: .7rem; }
.recht .stand-zeile { color: var(--gedaempft); font-size: .95rem; margin-bottom: 3rem; }
.recht h2 { font-size: clamp(1.25rem, 1.9vw, 1.5rem); margin-top: 2.8rem; margin-bottom: .9rem; }
.recht p { margin-bottom: .95rem; line-height: 1.7; color: var(--text); }
.recht p.anschrift { line-height: 1.75; }
.recht ul { margin: 0 0 .95rem; padding-left: 1.2rem; line-height: 1.75; }
.recht li { margin-bottom: .3rem; }
.recht a { color: var(--akzent); text-decoration: none; border-bottom: 1px solid currentColor; }
.recht .zurueck {
  display: inline-block; margin-bottom: 2.5rem;
  color: var(--gedaempft); text-decoration: none; font-size: .95rem;
  border-bottom: 1px solid var(--kante);
}
.recht .zurueck:hover { color: var(--akzent); border-bottom-color: var(--akzent); }

/* ---------- Schmale Bildschirme ---------- */
@media (max-width: 900px) {
  .warteliste-raster { grid-template-columns: 1fr; }
  .paar { grid-template-columns: 1fr; }
  .paar-bild { order: 2; }
  .hero-raster { grid-template-columns: 1fr; }
  .hero-platzhalter { max-width: 34rem; }
  .faq-raster { grid-template-columns: 1fr; }
  .faq-kopf { position: static; }
}

@media (max-width: 620px) {
  .warteliste-medien,
  .warteliste-medien.hat-qr { grid-template-columns: 1fr; }
  .qr-hinweis { width: min(10rem, 100%); }
}

@media (max-width: 520px) {
  .bahn { width: min(100% - 1.75rem, var(--spalte)); }
  h1 { font-size: clamp(2.25rem, 11vw, 3rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.6rem); }
  .hero { min-height: calc(100svh - 58px); padding-block: 3.5rem 4.5rem; }
  .rollen-abschnitt { padding: 1.35rem; }
  .hero-knoepfe .knopf { width: 100%; }
  .kopf .knopf { padding: .5rem .8rem; font-size: .88rem; }
  .fuss-innen { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .rollen-abschnitt { transition: none; }
  .rollen-abschnitt:hover { transform: none; }
  .ablauf-fortschritt-punkt { transition: none; }
}
