/* traisor.de – Landingpage. Maße, Farben und Bewegung aus den Artboards in
   design/landingpage/ (LP-Hero, LP-Hero-Mobil, LP-Gefangen, LP-Grenzen, LP-CTA).
   Kein Inline-Style, kein externer Request: die CSP des Containers erlaubt
   ausschließlich 'self' (siehe web/nginx.conf).
   Bis 1099 px einspaltig (Hero wie LP-Hero-Mobil), ab 1100 px das Desktop-Artboard. */

/* Schriften liegen unter assets/fonts/, SIL OFL 1.1, variable Achsen, Teilmengen
   latin + latin-ext – dieselben Dateien und Regeln wie in extension/src/shared/styles.css. */
@font-face { font-family: "Bricolage Grotesque"; font-style: normal; font-weight: 200 800; font-display: swap; src: url("fonts/bricolage-grotesque-latin-ext-wght-normal.woff2") format("woff2-variations"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Bricolage Grotesque"; font-style: normal; font-weight: 200 800; font-display: swap; src: url("fonts/bricolage-grotesque-latin-wght-normal.woff2") format("woff2-variations"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 100 1000; font-display: swap; src: url("fonts/dm-sans-latin-ext-wght-normal.woff2") format("woff2-variations"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 100 1000; font-display: swap; src: url("fonts/dm-sans-latin-wght-normal.woff2") format("woff2-variations"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 100 800; font-display: swap; src: url("fonts/jetbrains-mono-latin-ext-wght-normal.woff2") format("woff2-variations"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 100 800; font-display: swap; src: url("fonts/jetbrains-mono-latin-wght-normal.woff2") format("woff2-variations"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

:root {
  /* Tokens */
  --grund: #eef0f6;
  --flaeche: #ffffff;
  --nacht: #10132b;
  --muted: #4d5375;
  --akzent: #ff6a3d;
  --akzent-text: #b93a0a;
  --radius: 18px;
  /* weitere Farben, wie in den Artboards notiert */
  --linie: #d3d7e6;
  --panel: #1b1f45;
  --panel-text: #9aa2d6;
  --punkte: #2a2f5a;
  --dunkel-text: #d6d9ee;
  --dunkel-quelle: #b9bfe0;
  --nacht-tief: #05061a;
  --gruen: #23ba7d;
  --ebene: #c9481f;
  --ebene-oben: #e2572b;
  --f-display: "Bricolage Grotesque", system-ui, sans-serif;
  --f-body: "DM Sans", system-ui, sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, monospace;
  /* Tiefenmaßstab der Schild-Ebenen: 0.6 ergibt genau die Werte von LP-Hero-Mobil. */
  --tiefe: 0.6;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--grund);
  color: var(--nacht);
  font-family: var(--f-body);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { margin: 0; font-family: var(--f-display); }
p { margin: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
a { color: var(--nacht); }
a:hover { color: var(--akzent-text); }
:focus-visible { outline: 2px solid var(--akzent); outline-offset: 2px; }
svg { display: block; }
button { font-family: inherit; cursor: pointer; }
.punkt { color: var(--akzent); }

/* Schild-SVG: Flächen und Schlüsselloch als Klassen, damit die Tokens im CSS bleiben. */
.schild-flaeche { fill: var(--akzent); }
.schild-flaeche-akzent { fill: var(--akzent); }
.schild-loch { fill: var(--nacht); }
.schild-invers .schild-flaeche { fill: var(--nacht); }
.schild-invers .schild-loch { fill: var(--akzent); }

/* ---------- Kopf / Navigation ---------- */

.kopf { padding: 16px 20px 0; background: var(--grund); }
.kopf-zeile { display: flex; align-items: center; justify-content: space-between; height: 48px; }
.marke { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--nacht); }
.marke:hover { color: var(--nacht); }
.marke-schild { width: 26px; height: 26px; }
.marke-wort { font-family: var(--f-display); font-size: 21px; font-weight: 700; letter-spacing: -0.02em; }

.menue-knopf {
  width: 44px; height: 44px; border: 0; border-radius: 22px;
  background: var(--flaeche); color: var(--nacht);
  display: flex; align-items: center; justify-content: center;
}
.menue-knopf svg { width: 20px; height: 20px; }

.menue { display: none; flex-direction: column; padding: 8px 0 4px; }
.menue.offen { display: flex; }
.menue a {
  display: flex; align-items: center; height: 44px;
  font-size: 15px; font-weight: 500; text-decoration: none;
}
.knopf-nav {
  height: 44px; padding: 0 22px; border-radius: 22px;
  background: var(--nacht); color: var(--flaeche); font-weight: 600;
  justify-content: center; margin-top: 4px;
}
.knopf-nav:hover { background: var(--panel); color: var(--flaeche); }

/* ---------- Hero ---------- */

.hero {
  padding: 20px 20px 28px;
  display: flex; flex-direction: column; gap: 20px;
  background: var(--grund);
}
.hero-text { display: flex; flex-direction: column; gap: 16px; }
.hero-buehne {
  order: -1;
  position: relative; height: 340px; border-radius: 28px;
  background: var(--nacht); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}

.pille {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--muted);
}
.pille-punkt { display: none; width: 8px; height: 8px; border-radius: 4px; background: var(--gruen); }

.hero-claim { font-size: clamp(32px, 10.2vw, 44px); line-height: 1; font-weight: 800; letter-spacing: -0.03em; }
.hero-lead { font-size: 17px; line-height: 1.5; color: var(--muted); text-wrap: pretty; }
.hero-knoepfe { display: flex; flex-direction: column; gap: 10px; }
.hero-fuss { text-align: center; font-size: 13px; color: var(--muted); }

.knopf-haupt, .knopf-zweit {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  height: 54px; border-radius: 27px;
  font-size: 17px; font-weight: 600; text-decoration: none;
}
.knopf-haupt { background: var(--akzent); color: var(--nacht); }
.knopf-haupt:hover { background: var(--akzent-text); color: var(--flaeche); }
.knopf-zweit { border: 1.5px solid var(--nacht); color: var(--nacht); }
.knopf-zweit:hover { background: var(--nacht); color: var(--flaeche); }
.pfeil { display: none; width: 18px; height: 18px; }

.buehne-punkte {
  position: absolute; inset: 0;
  background-image: radial-gradient(var(--punkte) 1.2px, transparent 1.2px);
  background-size: 22px 22px; opacity: 0.7;
}
.chip {
  position: absolute; padding: 7px 10px; border-radius: 12px;
  background: var(--panel); color: var(--panel-text);
  font-family: var(--f-mono); font-size: 11px;
}
/* Telefon: alle vier Chips, in den Ecken um das Schild; die Buehne ist dafuer hoeher. */
.chip { white-space: nowrap; }
.chip-1 { left: 14px; top: 26px; }
.chip-2 { right: 14px; top: 62px; }
.chip-3 { left: 14px; bottom: 50px; }
.chip-4 { right: 14px; bottom: 14px; }

.schild-buehne { position: relative; width: 180px; height: 180px; perspective: 900px; }
.schild-float {
  position: relative; width: 180px; height: 180px;
  transform-style: preserve-3d;
  animation: lpFloatMobil 6s ease-in-out infinite;
}
.schild-swing {
  position: relative; width: 100%; height: 100%;
  transform-style: preserve-3d;
  animation: lpSwing 9s ease-in-out infinite;
}
.schild-ebene, .schild-vorn, .schild-loch-ebene {
  position: absolute; left: 0; top: 0; width: 100%; height: 100%;
}
.schild-ebene { transform: translateZ(calc(var(--z) * var(--tiefe))); }
.schild-ebene .schild-flaeche { fill: var(--ebene); }
.ebene-1 { --z: -16px; }
.ebene-2 { --z: -13px; }
.ebene-3 { --z: -10px; }
.ebene-4 { --z: -7px; }
.ebene-5 { --z: -4px; }
.ebene-6 { --z: -1px; }
.ebene-7 { --z: 2px; }
.ebene-8 { --z: 5px; }
.ebene-9 { --z: 8px; }
.ebene-10 { --z: 11px; }
.ebene-11 { --z: 14px; }
.ebene-12 { --z: 17px; }
.ebene-12 .schild-flaeche { fill: var(--ebene-oben); }
.schild-vorn { transform: translateZ(calc(20px * var(--tiefe))); }
.schild-loch-ebene { transform: translateZ(calc(30px * var(--tiefe))); }
.lp-sheen { animation: lpSheen 4.5s ease-in-out infinite; }
.schild-schatten {
  display: none;
  width: 220px; height: 22px; border-radius: 50%;
  background: var(--nacht-tief);
  animation: lpShadow 6s ease-in-out infinite;
}

@keyframes lpSwing {
  0% { transform: rotateY(-34deg) rotateX(6deg); }
  50% { transform: rotateY(34deg) rotateX(-4deg); }
  100% { transform: rotateY(-34deg) rotateX(6deg); }
}
@keyframes lpFloat {
  0% { transform: translateY(-10px); }
  50% { transform: translateY(12px); }
  100% { transform: translateY(-10px); }
}
@keyframes lpFloatMobil {
  0% { transform: translateY(-6px); }
  50% { transform: translateY(8px); }
  100% { transform: translateY(-6px); }
}
@keyframes lpSheen {
  0% { transform: translateX(-140px); }
  55% { transform: translateX(140px); }
  100% { transform: translateX(140px); }
}
@keyframes lpShadow {
  0% { transform: scaleX(1); opacity: 0.42; }
  50% { transform: scaleX(0.82); opacity: 0.26; }
  100% { transform: scaleX(1); opacity: 0.42; }
}
@keyframes lpDrift {
  0% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
  100% { transform: translateY(0); }
}
.lp-drift-a { animation: lpDrift 7s ease-in-out infinite; }
.lp-drift-b { animation: lpDrift 9s ease-in-out -3s infinite; }
.lp-drift-c { animation: lpDrift 8s ease-in-out -5s infinite; }

/* ---------- Kontra-Block ---------- */

.kontra {
  padding: 56px 20px 48px;
  display: flex; flex-direction: column; gap: 28px;
  background: var(--grund);
}
.abschnitt-kopf { display: flex; flex-direction: column; gap: 18px; max-width: 1040px; }
.kicker {
  font-size: 13px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--akzent-text);
}
.kontra-titel {
  font-size: 34px; line-height: 1.05; font-weight: 800;
  letter-spacing: -0.03em; text-wrap: balance;
}
.paare { display: flex; flex-direction: column; gap: 12px; }
.spalten { display: none; }
.spalte-label {
  padding: 0 28px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--muted);
}
.spalte-label-traisor { display: flex; align-items: center; gap: 8px; }
.spalte-schild { width: 16px; height: 16px; }

.paar { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.karte {
  padding: 20px 22px; border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 8px;
}
.karte-dunkel { background: var(--nacht); color: var(--flaeche); }
.karte-hell { background: var(--flaeche); }
.karte-titel { font-size: 20px; line-height: 1.25; font-weight: 700; letter-spacing: -0.01em; }
.karte-text { font-size: 15px; line-height: 1.5; color: var(--muted); }
.karte-hinweis { font-size: 15px; line-height: 1.5; color: var(--dunkel-text); }
.karte-quelle { font-size: 13px; line-height: 1.5; color: var(--dunkel-quelle); }
.karte-quelle a { color: var(--dunkel-quelle); text-decoration: underline; }
.karte-quelle a:hover { color: var(--flaeche); }
.kontra-fuss { font-size: 13px; line-height: 1.5; color: var(--muted); max-width: 980px; }

/* ---------- Was traisor nicht leistet ---------- */

.grenzen {
  padding: 56px 20px 48px;
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px;
  background: var(--flaeche);
}
.grenzen-titel { font-size: 32px; line-height: 1.05; font-weight: 800; letter-spacing: -0.03em; }
.grenzen-lead { font-size: 17px; line-height: 1.55; color: var(--muted); text-wrap: pretty; }
.grenzen-liste {
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px;
  align-content: start;
}
.grenze {
  padding: 20px 24px; border-radius: var(--radius); background: var(--grund);
  display: flex; flex-direction: column; gap: 6px;
}
.grenze-titel { font-family: var(--f-body); font-size: 17px; font-weight: 600; }
.grenze-text { font-size: 14px; line-height: 1.5; color: var(--muted); }
.grenze-breit { background: transparent; border: 1.5px solid var(--nacht); }

/* ---------- Abschluss ---------- */

.cta {
  padding: 48px 20px 0;
  display: flex; flex-direction: column;
  background: var(--grund);
}
.cta-tafel {
  border-radius: 28px; background: var(--akzent); color: var(--nacht);
  padding: 36px 24px;
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px;
  align-items: center;
}
.cta-inhalt { display: flex; flex-direction: column; gap: 22px; }
.cta-titel { font-size: 38px; line-height: 1.02; font-weight: 800; letter-spacing: -0.035em; }
.cta-lead { font-size: 17px; line-height: 1.5; text-wrap: pretty; }
.cta-zeile { display: flex; flex-direction: column; gap: 12px; }
.knopf-dunkel {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  height: 56px; padding: 0 28px; border-radius: 28px;
  background: var(--nacht); color: var(--flaeche);
  font-size: 17px; font-weight: 600; text-decoration: none;
}
.knopf-dunkel:hover { background: var(--panel); color: var(--flaeche); }
.pfeil-cta { width: 18px; height: 18px; }
.cta-mail { font-family: var(--f-mono); font-size: 15px; text-align: center; }
.cta-note { font-size: 14px; }
.cta-schild { width: 180px; height: 180px; justify-self: center; }

/* ---------- Fußzeile ---------- */

.fuss { margin-top: 32px; padding: 0 20px 24px; background: var(--grund); }
.fuss-innen {
  border-top: 1px solid var(--linie); padding-top: 20px;
  display: flex; flex-direction: column; gap: 16px;
  font-size: 14px; color: var(--muted);
}
.fuss-marke { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.fuss-schild { width: 22px; height: 22px; }
.fuss-marke .marke-wort { font-size: 18px; color: var(--nacht); }
.fuss-links { display: flex; align-items: center; gap: 20px; font-weight: 500; flex-wrap: wrap; }
.fuss-links a { display: flex; align-items: center; height: 44px; text-decoration: none; }

/* ---------- Anbieter-Slider (#anbieter, LP-Anbieter) ---------- */

/* Die Slides stehen statisch im HTML — gebaut von web/data/bauen-anbieter.mjs
   aus docs/03-kontras.json, nie zur Laufzeit geladen. Ohne JavaScript ist die
   vollstaendige Liste untereinander lesbar; erst site.js macht daraus den
   Slider und setzt .lps-bereit. */

.anbieter {
  --lps-dur: 3s;
  position: relative; overflow: hidden;
  padding: 56px 20px 48px;
  background: var(--nacht); color: var(--flaeche);
  display: flex; flex-direction: column; gap: 24px;
}
.lps-geist::before { content: attr(data-nr); }
.lps-geist {
  position: absolute; right: -20px; bottom: -40px;
  font-family: var(--f-display); font-size: 180px; line-height: 1; font-weight: 800;
  letter-spacing: -0.05em; color: #181c3d; white-space: nowrap;
}
.lps-kopf { position: relative; display: flex; flex-direction: column; gap: 20px; }
.lps-kopf-text { display: flex; flex-direction: column; gap: 10px; }
.lps-frage { margin: 0; font-family: var(--f-display); font-size: clamp(30px, 3.6vw, 52px); line-height: 1.04; font-weight: 800; letter-spacing: -0.03em; color: #ffffff; text-wrap: balance; max-width: 900px; }

.lps-steuerung { display: none; align-items: center; gap: 10px; }
.anbieter.lps-bereit .lps-steuerung { display: flex; }
.lps-zaehler { font-family: var(--f-mono); font-size: 15px; color: var(--dunkel-quelle); padding-right: 8px; }
.lps-knopf {
  width: 48px; height: 48px; flex-shrink: 0;
  border: 1.5px solid #3a3f6b; border-radius: 24px;
  background: transparent; color: var(--flaeche);
  display: flex; align-items: center; justify-content: center;
}
.lps-knopf svg { width: 18px; height: 18px; }
.lps-knopf:hover { border-color: var(--akzent); }
.lps-halt { border: 0; background: var(--flaeche); color: var(--nacht); }
.lps-halt:hover { background: var(--akzent); }
.halt-play { display: none; }
.lps-halt[aria-pressed="true"] .halt-pause { display: none; }
.lps-halt[aria-pressed="true"] .halt-play { display: block; }

.lps-liste {
  position: relative; list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 28px;
}
.lps-liste li[hidden] { display: none; }
.anbieter.lps-bereit .lps-liste { min-height: 360px; justify-content: center; perspective: 900px; }
.lps-punkt { display: flex; flex-direction: column; gap: 14px; }
.lps-marken { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.lps-art {
  height: 30px; padding: 0 14px; border-radius: 15px;
  background: var(--panel); border: 1px solid #3a3f6b;
  font-size: 13px; font-weight: 600; display: flex; align-items: center;
}
.lps-stand {
  height: 30px; padding: 0 14px; border-radius: 15px; background: #0d5c3a;
  font-size: 13px; font-weight: 600; display: flex; align-items: center;
}
.lps-name {
  font-family: var(--f-display); font-size: 48px; line-height: 1; font-weight: 800;
  letter-spacing: -0.04em; color: var(--akzent); transform-origin: 50% 100%;
}
.lps-satz { max-width: 1040px; font-size: 20px; line-height: 1.3; font-weight: 500; text-wrap: pretty; }
.lps-dagegen { max-width: 1040px; margin: 0; font-size: 17px; line-height: 1.45; color: #ffffff; text-wrap: pretty; }
.lps-dagegen-marke { display: inline-block; margin-right: 8px; padding: 3px 10px; border-radius: 12px; background: var(--akzent); color: var(--nacht); font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; vertical-align: 2px; }
.lps-fuss { position: relative; margin: 0; max-width: 980px; font-size: 13px; line-height: 1.5; color: #b9bfe0; }
.lps-beleg {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: 14px; line-height: 1.5; color: var(--dunkel-quelle);
}
.lps-kette { width: 16px; height: 16px; flex-shrink: 0; }
.lps-beleg a { color: var(--dunkel-quelle); text-decoration: underline; }
.lps-beleg a:hover { color: var(--flaeche); }

.lps-fuss { position: relative; display: flex; flex-direction: column; gap: 16px; }
.lps-spur { display: none; height: 4px; border-radius: 2px; background: var(--punkte); overflow: hidden; }
.anbieter.lps-bereit .lps-spur { display: block; }
.lps-bar {
  display: block; height: 4px; border-radius: 2px; background: var(--akzent);
  transform: scaleX(0); transform-origin: 0 50%;
}
.lps-marken-knoepfe { display: none; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
.anbieter.lps-bereit .lps-marken-knoepfe { display: flex; }
.lps-marken-knoepfe button {
  height: 44px; flex-shrink: 0; padding: 0 18px; border-radius: 22px;
  border: 1.5px solid #3a3f6b; background: transparent; color: var(--flaeche);
  font-size: 14px; font-weight: 600; white-space: nowrap;
}
.lps-marken-knoepfe button[aria-pressed="true"] {
  border-color: var(--akzent); background: var(--akzent); color: var(--nacht);
}

/* Einblendung wie im Artboard. Die Namen A/B wechseln bei jedem Wechsel,
   damit dieselbe Animation ohne Reflow-Trick neu startet. */
@keyframes lpsNameA { 0% { opacity: 0; transform: translateY(64px) rotateX(-60deg); } 100% { opacity: 1; transform: translateY(0) rotateX(0); } }
@keyframes lpsNameB { 0% { opacity: 0; transform: translateY(64px) rotateX(-60deg); } 100% { opacity: 1; transform: translateY(0) rotateX(0); } }
@keyframes lpsTextA { 0% { opacity: 0; transform: translateX(48px); } 100% { opacity: 1; transform: translateX(0); } }
@keyframes lpsTextB { 0% { opacity: 0; transform: translateX(48px); } 100% { opacity: 1; transform: translateX(0); } }
@keyframes lpsBarA { 0% { transform: scaleX(0); } 100% { transform: scaleX(1); } }
@keyframes lpsBarB { 0% { transform: scaleX(0); } 100% { transform: scaleX(1); } }
@keyframes lpsGhostA { 0% { opacity: 0; transform: translateX(120px); } 100% { opacity: 1; transform: translateX(0); } }
@keyframes lpsGhostB { 0% { opacity: 0; transform: translateX(120px); } 100% { opacity: 1; transform: translateX(0); } }

.anbieter.lps-bereit .lps-name,
.anbieter.lps-bereit .lps-marken,
.anbieter.lps-bereit .lps-satz,
.anbieter.lps-bereit .lps-beleg,
.anbieter.lps-bereit .lps-geist,
.anbieter.lps-bereit .lps-bar { animation-fill-mode: both; }
.anbieter.lps-bereit .lps-name { animation-duration: .55s; animation-timing-function: cubic-bezier(.2, .8, .2, 1); }
.anbieter.lps-bereit .lps-marken { animation-duration: .5s; animation-delay: .08s; animation-timing-function: cubic-bezier(.2, .8, .2, 1); }
.anbieter.lps-bereit .lps-satz { animation-duration: .5s; animation-delay: .16s; animation-timing-function: cubic-bezier(.2, .8, .2, 1); }
.anbieter.lps-bereit .lps-dagegen { animation-duration: .5s; animation-delay: .22s; animation-timing-function: cubic-bezier(.2, .8, .2, 1); }
.anbieter.lps-bereit .lps-beleg { animation-duration: .5s; animation-delay: .3s; animation-timing-function: cubic-bezier(.2, .8, .2, 1); }
.anbieter.lps-bereit .lps-geist { animation-duration: .9s; animation-timing-function: cubic-bezier(.2, .8, .2, 1); }
.anbieter.lps-bereit .lps-bar { animation-duration: var(--lps-dur); animation-timing-function: linear; }

.anbieter.lps-a .lps-name { animation-name: lpsNameA; }
.anbieter.lps-b .lps-name { animation-name: lpsNameB; }
.anbieter.lps-a .lps-marken, .anbieter.lps-a .lps-satz, .anbieter.lps-a .lps-dagegen, .anbieter.lps-a .lps-beleg { animation-name: lpsTextA; }
.anbieter.lps-b .lps-marken, .anbieter.lps-b .lps-satz, .anbieter.lps-b .lps-dagegen, .anbieter.lps-b .lps-beleg { animation-name: lpsTextB; }
.anbieter.lps-a .lps-geist { animation-name: lpsGhostA; }
.anbieter.lps-b .lps-geist { animation-name: lpsGhostB; }
.anbieter.lps-a .lps-bar { animation-name: lpsBarA; }
.anbieter.lps-b .lps-bar { animation-name: lpsBarB; }

/* Pause (Knopf, Hover, Tastaturfokus, ausserhalb des Sichtfelds): der
   Fortschrittsbalken bleibt stehen. */
.anbieter.lps-ruht .lps-bar { animation-play-state: paused; }

/* ---------- Produktdemo (#demo, LP-Demo) ---------- */

/* Das Browserfenster ist ein starres 836x580-Feld: alle Koordinaten der
   Keyframes (lpdCursor, lpdIcon …) sind Artboard-Pixel. Unter 1440 px skaliert
   site.js das ganze Feld ueber --demo-skala, damit die Pixel gueltig bleiben. */

.demo {
  padding: 56px 20px 48px;
  display: flex; flex-direction: column; gap: 28px;
  background: var(--flaeche);
}
.demo-text { display: flex; flex-direction: column; gap: 20px; }
.demo-titel { font-size: 34px; line-height: 1.05; font-weight: 800; letter-spacing: -0.03em; }
.demo-lead { font-size: 17px; line-height: 1.55; color: var(--muted); text-wrap: pretty; }
.demo-haken {
  list-style: none; margin: 0; padding: 8px 0 0;
  display: flex; flex-direction: column; gap: 12px;
  font-size: 15px; color: var(--nacht);
}
.demo-haken li { display: flex; gap: 10px; align-items: flex-start; }
.haken { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; color: var(--gruen); }

.demo-spalte { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.demo-rahmen {
  position: relative; height: 580px; overflow: hidden;
  border-radius: 22px; box-shadow: 0 30px 60px rgba(16, 19, 43, 0.22);
}
.demo-mock {
  width: 836px; height: 580px;
  transform: scale(var(--demo-skala, 1)); transform-origin: top left;
  border-radius: 22px; background: var(--nacht); overflow: hidden;
  display: flex; flex-direction: column;
}

.mock-leiste { height: 52px; flex-shrink: 0; display: flex; align-items: center; gap: 16px; padding: 0 18px; }
.mock-ampel { display: flex; gap: 7px; }
.mock-ampel span { width: 11px; height: 11px; border-radius: 6px; background: #3a3f6b; }
.mock-adresse {
  flex-grow: 1; height: 30px; border-radius: 15px; background: var(--panel);
  color: var(--dunkel-quelle); display: flex; align-items: center; gap: 8px;
  padding: 0 14px; font-family: var(--f-mono); font-size: 13px;
}
.mock-schloss { width: 13px; height: 13px; }
.mock-marke { width: 22px; height: 22px; }

.mock-seite { position: relative; flex-grow: 1; background: #dfe2ee; font-family: system-ui, sans-serif; color: var(--nacht); }
.mock-krumen { position: absolute; left: 56px; top: 40px; font-size: 13px; color: var(--muted); }
.mock-h1 { position: absolute; left: 56px; top: 64px; font-size: 28px; font-weight: 600; }
.mock-label { position: absolute; left: 56px; font-size: 13px; }
.mock-label-mail { top: 116px; }
.mock-label-pw { top: 200px; }
.mock-feld {
  position: absolute; left: 56px; width: 380px; height: 46px;
  background: var(--flaeche); border: 1.5px solid #8b91b3; border-radius: 12px;
  display: flex; align-items: center; padding: 0 12px; font-size: 15px;
}
.mock-feld-mail { top: 138px; }
.mock-feld-pw { top: 222px; }
.lpd-hint { position: absolute; left: 12px; color: #6a7092; opacity: 0; }
.lpd-fill-a { font-family: var(--f-mono); font-size: 14px; }
.lpd-fill-b { font-size: 18px; letter-spacing: 3px; }
.lpd-icon {
  position: absolute; left: 394px; top: 143px; width: 36px; height: 36px;
  border-radius: 18px; background: var(--akzent);
  display: flex; align-items: center; justify-content: center;
}
.lpd-icon svg { width: 20px; height: 20px; }
.icon-abzeichen {
  position: absolute; top: -5px; right: -5px; min-width: 16px; height: 16px;
  padding: 0 4px; border-radius: 8px; background: var(--nacht); color: var(--flaeche);
  font-family: var(--f-body); font-size: 11px; font-weight: 600; line-height: 16px; text-align: center;
}
.mock-absenden {
  position: absolute; left: 56px; top: 292px; width: 380px; height: 46px;
  border-radius: 12px; background: var(--nacht); color: var(--flaeche);
  display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 600;
}

.lpd-picker {
  position: absolute; left: 56px; top: 192px; width: 420px; padding: 14px;
  background: var(--grund); border: 1px solid var(--linie); border-radius: 18px;
  box-shadow: 0 18px 40px rgba(16, 19, 43, 0.22); font-family: var(--f-body);
  display: flex; flex-direction: column; gap: 10px; opacity: 0;
}
.picker-kopf { display: flex; justify-content: space-between; align-items: center; }
.picker-marke { font-family: var(--f-display); font-size: 17px; font-weight: 700; letter-spacing: -0.02em; }
.picker-zaehler { font-family: var(--f-mono); font-size: 12px; color: var(--muted); }
.picker-zeile {
  display: flex; align-items: center; gap: 12px; padding: 10px 12px;
  border: 1px solid var(--linie); border-radius: 18px;
}
.picker-zeile-aktiv { background: var(--flaeche); border: 1.5px solid var(--akzent); }
.picker-abz {
  width: 36px; height: 36px; border-radius: 18px; color: var(--flaeche);
  font-family: var(--f-display); font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.picker-abz-indigo { background: #3b2fe0; }
.picker-abz-olive { background: #416407; }
.picker-inhalt { flex-grow: 1; display: flex; flex-direction: column; gap: 2px; }
.picker-titel { font-size: 15px; font-weight: 600; }
.picker-nutzer { font-family: var(--f-mono); font-size: 12px; color: var(--muted); }
.picker-enter { font-size: 13px; font-weight: 600; color: var(--akzent-text); }
.picker-fuss { font-size: 13px; color: var(--muted); }

/* Nach dem Klick auf „Anmelden“ liegt die Ansicht „Willkommen zurück.“ ueber
   dem Formular. Die Uhr-Pille steht im Stapel darueber und bleibt sichtbar. */
.lpd-toast {
  position: absolute; left: 0; top: 0; right: 0; bottom: 0;
  background: #dfe2ee; opacity: 0; font-family: system-ui, sans-serif;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  gap: 14px; padding: 0 56px;
}
.toast-haken {
  width: 64px; height: 64px; border-radius: 32px; background: var(--akzent); color: var(--nacht);
  display: flex; align-items: center; justify-content: center;
}
.toast-haken svg { width: 32px; height: 32px; }
.toast-titel { font-size: 32px; font-weight: 600; }
.toast-ziel { font-size: 15px; color: var(--muted); }

/* Stoppuhr: sieben Ziffernzeilen zu 32 px, die Spur faehrt in steps(6,end)
   von 0,0 auf 3,0 — genau waehrend der drei Sekunden des Logins. */
.lpd-watch {
  position: absolute; left: 500px; top: 356px;
  display: flex; align-items: center; gap: 12px; font-family: var(--f-body);
}
.watch-pille {
  display: flex; align-items: center; gap: 10px; height: 56px; padding: 0 20px;
  border-radius: 28px; background: #0d5c3a; color: var(--flaeche);
  box-shadow: 0 14px 30px rgba(16, 19, 43, 0.25);
}
.watch-uhr { width: 22px; height: 22px; }
.watch-fenster {
  height: 32px; overflow: hidden; font-family: var(--f-mono);
  font-size: 26px; font-weight: 500; line-height: 32px;
}
.lpd-digits { display: flex; flex-direction: column; transform: translateY(-192px); }
.watch-einheit { font-size: 15px; font-weight: 600; }
.watch-stand { display: grid; align-items: center; font-size: 15px; font-weight: 600; color: #0d5c3a; }
.lpd-done { grid-area: 1 / 1; }
.lpd-in { grid-area: 1 / 1; display: flex; align-items: center; gap: 6px; opacity: 0; }
.watch-haken {
  width: 24px; height: 24px; border-radius: 12px; background: var(--akzent); color: var(--nacht);
  display: flex; align-items: center; justify-content: center;
}
.watch-haken svg { width: 14px; height: 14px; }
/* Beide Haken zeichnen sich wie die Login-Animation der Erweiterung
   (extension/src/shared/styles.css: .auth-ok, auth-pop, auth-draw) — nur bleiben
   sie hier danach stehen, statt wegzublenden. */
.lpd-draw, .lpd-draw-s { stroke-dasharray: 24; stroke-dashoffset: 0; }

.lpd-cursor {
  position: absolute; left: 0; top: 0; width: 24px; height: 24px;
  opacity: 0; transform: translate(742px, 150px);
}
.lpd-click {
  position: absolute; left: -12px; top: -12px; width: 32px; height: 32px;
  border-radius: 16px; border: 2px solid var(--nacht); opacity: 0;
}
.cursor-pfeil { width: 24px; height: 24px; }

.demo-steuerung { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.demo-schalter {
  width: 56px; height: 56px; flex-shrink: 0; border: 0; border-radius: 28px;
  background: var(--nacht); color: var(--flaeche);
  display: flex; align-items: center; justify-content: center;
}
.demo-schalter:hover { background: var(--panel); }
.demo-schalter svg { width: 20px; height: 20px; }
.schalter-play { display: none; }
.demo-schalter.laeuft-nicht .schalter-pause { display: none; }
.demo-schalter.laeuft-nicht .schalter-play { display: block; }
.demo-punkte { display: flex; align-items: center; gap: 8px; }
.demo-punkte span { width: 8px; height: 8px; border-radius: 4px; background: #b4b9d2; }
.demo-punkte .lpd-d4 { width: 28px; background: var(--akzent); }
.demo-untertitel { position: relative; width: 100%; min-height: 66px; font-size: 15px; font-weight: 500; }
.demo-untertitel span { position: absolute; left: 0; top: 0; }
.lpd-p1, .lpd-p2, .lpd-p3 { opacity: 0; }

/* Alle Demo-Animationen haengen an derselben Dauer (12 s) und demselben
   Play-State. Der Play/Pause-Knopf setzt --lpd-ps per JS, der
   IntersectionObserver .ruht. Der Login-Abschnitt liegt bei 10 %–35 %,
   das sind bei 12 s genau 3,0 Sekunden. */
.lpd-a {
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: var(--lpd-ps, running);
}
#demo.ruht .lpd-a { animation-play-state: paused; }

@keyframes lpdIcon { 0%, 2% { box-shadow: 0 0 0 0 rgba(255, 106, 61, .55); } 8% { box-shadow: 0 0 0 14px rgba(255, 106, 61, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 106, 61, 0); } }
@keyframes lpdPicker { 0%, 11% { opacity: 0; transform: translateY(10px); } 13%, 25% { opacity: 1; transform: translateY(0); } 28%, 100% { opacity: 0; transform: translateY(10px); } }
@keyframes lpdRow { 0%, 20% { background: #ffffff; } 22%, 26% { background: #ffe3d8; } 28%, 100% { background: #ffffff; } }
@keyframes lpdFillA { 0%, 27% { opacity: 0; } 30%, 96% { opacity: 1; } 100% { opacity: 0; } }
@keyframes lpdFillB { 0%, 31% { opacity: 0; } 34%, 96% { opacity: 1; } 100% { opacity: 0; } }
@keyframes lpdHint { 0%, 27% { opacity: 1; } 30%, 96% { opacity: 0; } 100% { opacity: 1; } }
@keyframes lpdToast { 0%, 48% { opacity: 0; transform: translateY(12px); } 52%, 94% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(12px); } }
@keyframes lpdCursor { 0%, 3% { transform: translate(640px, 380px); opacity: 0; } 5% { opacity: 1; } 8%, 11% { transform: translate(410px, 158px); } 19%, 25% { transform: translate(250px, 268px); } 40%, 47% { transform: translate(250px, 318px); opacity: 1; } 54%, 100% { transform: translate(250px, 318px); opacity: 0; } }
@keyframes lpdClick { 0%, 9% { opacity: 0; transform: scale(.3); } 10% { opacity: .7; transform: scale(.3); } 13% { opacity: 0; transform: scale(1.6); } 23% { opacity: 0; transform: scale(.3); } 24% { opacity: .7; transform: scale(.3); } 27% { opacity: 0; transform: scale(1.6); } 43% { opacity: 0; transform: scale(.3); } 44% { opacity: .7; transform: scale(.3); } 47% { opacity: 0; transform: scale(1.6); } 100% { opacity: 0; } }
@keyframes lpdPress { 0%, 43% { transform: scale(1); background: #10132b; } 45% { transform: scale(.97); background: #2a2f5a; } 48%, 100% { transform: scale(1); background: #10132b; } }
@keyframes lpdWatch { 0%, 8% { opacity: 0; transform: translateY(8px); } 10%, 94% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(8px); } }
@keyframes lpdWatchBg { 0%, 34% { background: #10132b; } 35%, 100% { background: #0d5c3a; } }
@keyframes lpdDigits { 0% { transform: translateY(0); } 10% { transform: translateY(0); animation-timing-function: steps(6, end); } 35%, 100% { transform: translateY(-192px); } }
@keyframes lpdDone { 0%, 34% { opacity: 0; } 35%, 50% { opacity: 1; } 52%, 100% { opacity: 0; } }
@keyframes lpdIn { 0%, 51% { opacity: 0; } 53%, 100% { opacity: 1; } }
@keyframes lpdPop { 0%, 51% { transform: scale(.4); opacity: 0; animation-timing-function: cubic-bezier(.2, 1.4, .4, 1); } 53.5% { transform: scale(1.08); opacity: 1; } 55%, 100% { transform: scale(1); opacity: 1; } }
@keyframes lpdDraw { 0%, 52.5% { stroke-dashoffset: 24; } 55%, 100% { stroke-dashoffset: 0; } }
@keyframes lpdPopS { 0%, 54% { transform: scale(.4); opacity: 0; animation-timing-function: cubic-bezier(.2, 1.4, .4, 1); } 56.5% { transform: scale(1.12); opacity: 1; } 58%, 100% { transform: scale(1); opacity: 1; } }
@keyframes lpdDrawS { 0%, 55.5% { stroke-dashoffset: 24; } 58%, 100% { stroke-dashoffset: 0; } }
@keyframes lpdP1 { 0%, 9% { opacity: 1; } 10%, 100% { opacity: 0; } }
@keyframes lpdP2 { 0%, 9% { opacity: 0; } 10%, 34% { opacity: 1; } 35%, 100% { opacity: 0; } }
@keyframes lpdP3 { 0%, 34% { opacity: 0; } 35%, 43% { opacity: 1; } 44%, 100% { opacity: 0; } }
@keyframes lpdP4 { 0%, 43% { opacity: 0; } 44%, 98% { opacity: 1; } 100% { opacity: 0; } }
@keyframes lpdD1 { 0%, 9% { width: 28px; background: var(--akzent); } 10%, 100% { width: 8px; background: #b4b9d2; } }
@keyframes lpdD2 { 0%, 9% { width: 8px; background: #b4b9d2; } 10%, 34% { width: 28px; background: var(--akzent); } 35%, 100% { width: 8px; background: #b4b9d2; } }
@keyframes lpdD3 { 0%, 34% { width: 8px; background: #b4b9d2; } 35%, 43% { width: 28px; background: var(--akzent); } 44%, 100% { width: 8px; background: #b4b9d2; } }
@keyframes lpdD4 { 0%, 43% { width: 8px; background: #b4b9d2; } 44%, 98% { width: 28px; background: var(--akzent); } 100% { width: 8px; background: #b4b9d2; } }

.lpd-icon { animation-name: lpdIcon; }
.lpd-picker { animation-name: lpdPicker; }
.lpd-row { animation-name: lpdRow; }
.lpd-fill-a { animation-name: lpdFillA; }
.lpd-fill-b { animation-name: lpdFillB; }
.lpd-hint { animation-name: lpdHint; }
.lpd-toast { animation-name: lpdToast; }
.lpd-cursor { animation-name: lpdCursor; }
.lpd-click { animation-name: lpdClick; }
.lpd-press { animation-name: lpdPress; }
.lpd-watch { animation-name: lpdWatch; }
.lpd-watchbg { animation-name: lpdWatchBg; }
.lpd-digits { animation-name: lpdDigits; }
.lpd-done { animation-name: lpdDone; }
.lpd-in { animation-name: lpdIn; }
.lpd-pop { animation-name: lpdPop; }
.lpd-draw { animation-name: lpdDraw; }
.lpd-pop-s { animation-name: lpdPopS; }
.lpd-draw-s { animation-name: lpdDrawS; }
.lpd-p1 { animation-name: lpdP1; }
.lpd-p2 { animation-name: lpdP2; }
.lpd-p3 { animation-name: lpdP3; }
.lpd-p4 { animation-name: lpdP4; }
.lpd-d1 { animation-name: lpdD1; }
.lpd-d2 { animation-name: lpdD2; }
.lpd-d3 { animation-name: lpdD3; }
.lpd-d4 { animation-name: lpdD4; }

/* ---------- So bleibt es geheim (#geheim, LP-Geheim) ---------- */

.geheim {
  padding: 56px 20px 48px;
  display: flex; flex-direction: column; gap: 32px;
  background: var(--nacht); color: var(--flaeche);
}
.kicker-hell { color: #ffb59e; }
.geheim-kopf { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; align-items: end; }
.geheim-kopf-text { display: flex; flex-direction: column; gap: 18px; }
.geheim-titel { font-size: 34px; line-height: 1.05; font-weight: 800; letter-spacing: -0.03em; }
.geheim-lead { font-size: 17px; line-height: 1.55; color: var(--dunkel-text); text-wrap: pretty; }

.geheim-stationen { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.geheim-linie { display: none; position: absolute; left: 10%; right: 10%; top: 27px; height: 2px; background: #2f3568; }
.lpg-travel {
  position: absolute; top: -5px; left: 100%; width: 12px; height: 12px;
  margin-left: -6px; border-radius: 6px; background: var(--akzent); opacity: 0;
}
.station { position: relative; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.station-symbol {
  width: 56px; height: 56px; border-radius: 28px; flex-shrink: 0;
  background: var(--panel); border: 1.5px solid #2f3568; color: var(--flaeche);
  display: flex; align-items: center; justify-content: center;
}
.station-symbol svg { width: 24px; height: 24px; }
.station-symbol-akzent { background: var(--akzent); border-color: var(--akzent); }
.station-symbol-akzent svg { width: 26px; height: 26px; }
.station-name { font-size: 16px; font-weight: 600; }
.station-name-mono { font-family: var(--f-mono); font-size: 15px; font-weight: 500; overflow-wrap: anywhere; }
.station-text { font-size: 14px; line-height: 1.45; color: var(--dunkel-quelle); }

@keyframes lpgTravel { 0% { left: 0; opacity: 0; } 4% { opacity: 1; } 96% { opacity: 1; } 100% { left: 100%; opacity: 0; } }
@keyframes lpgPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255, 106, 61, 0); } 50% { box-shadow: 0 0 0 10px rgba(255, 106, 61, .18); } }
.lpg-travel { animation: lpgTravel 6s linear infinite; }
@keyframes lpgStep { 0%, 42% { box-shadow: 0 0 0 0 rgba(255, 106, 61, 0); transform: scale(1); } 50% { box-shadow: 0 0 0 10px rgba(255, 106, 61, .34); transform: scale(1.1); } 62%, 100% { box-shadow: 0 0 0 0 rgba(255, 106, 61, 0); transform: scale(1); } }
.lpg-step { animation: lpgStep 6s linear infinite; }
.geheim-stationen .station:nth-child(2) .lpg-step { animation-delay: -3s; }
.geheim-stationen .station:nth-child(3) .lpg-step { animation-delay: -1.5s; }
.geheim-stationen .station:nth-child(4) .lpg-step { animation-delay: 0s; }
.geheim-stationen .station:nth-child(5) .lpg-step { animation-delay: -4.5s; }
.geheim-stationen .station:nth-child(6) .lpg-step { animation-delay: -3s; }

.geheim-gegenueber { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; align-items: stretch; }
.klartext-karte {
  padding: 24px 28px; border-radius: 18px; background: var(--flaeche); color: var(--nacht);
  display: flex; flex-direction: column; gap: 14px;
}
.chiffrat-karte {
  padding: 24px 28px; border-radius: 18px; background: var(--panel); border: 1.5px solid #2f3568;
  display: flex; flex-direction: column; gap: 14px; min-width: 0;
}
.karte-zeile { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.karte-marke { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.karte-marke-hell { color: var(--dunkel-quelle); }
.karte-pille { font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 12px; white-space: nowrap; }
.karte-pille-gruen { background: #d9f5e9; color: #0d5c3a; }
.karte-pille-blau { background: #2f3568; color: var(--flaeche); }
.klartext-titel { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 600; }
.klartext-abz {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 20px; background: #3b2fe0; color: var(--flaeche);
  font-family: var(--f-display); font-weight: 700; font-size: 17px;
  display: flex; align-items: center; justify-content: center;
}
.klartext-felder { margin: 0; display: grid; grid-template-columns: 84px minmax(0, 1fr); row-gap: 8px; font-size: 14px; }
.klartext-felder dt { color: var(--muted); }
.klartext-felder dd { margin: 0; font-family: var(--f-mono); overflow-wrap: anywhere; }
.sync-pfeil {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  color: var(--dunkel-quelle); font-size: 12px; font-family: var(--f-mono);
}
.sync-pfeil svg { width: 56px; height: 24px; stroke: var(--akzent); }
.chiffrat { font-family: var(--f-mono); font-size: 14px; line-height: 1.7; color: var(--panel-text); word-break: break-all; white-space: pre-wrap; }
.chiffrat-fuss { font-size: 13px; color: var(--dunkel-quelle); }

/* ---------- Sechs Zahlen (#zahlen, LP-Zahlen) ---------- */

.zahlen {
  padding: 56px 20px 48px;
  display: flex; flex-direction: column; gap: 28px;
  background: var(--grund);
}
.zahlen-kopf { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.zahlen-titel { font-size: 34px; line-height: 1.05; font-weight: 800; letter-spacing: -0.03em; }
.zahlen-knopf {
  height: 44px; flex-shrink: 0; padding: 0 20px;
  border: 1.5px solid var(--nacht); border-radius: 22px; background: transparent; color: var(--nacht);
  font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px;
}
.zahlen-knopf:hover { background: var(--nacht); color: var(--flaeche); }
.zahlen-knopf svg { width: 16px; height: 16px; }
.zahlen-raster { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.zahl {
  padding: 16px 18px; border-radius: 18px; background: var(--flaeche); color: var(--nacht);
  display: flex; flex-direction: column; justify-content: space-between; gap: 12px; min-width: 0;
}
.zahl-dunkel { background: var(--nacht); color: var(--flaeche); }
.zahl-heiss { background: var(--akzent); }
.zahl-zeile { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; }
.zahl-wert {
  font-family: var(--f-display); font-size: 38px; line-height: 1; font-weight: 800;
  letter-spacing: -0.04em; font-variant-numeric: tabular-nums;
}
.zahl-einheit { font-family: var(--f-mono); font-size: 14px; font-weight: 500; }
.zahl-fuss { display: flex; flex-direction: column; gap: 4px; }
.zahl-label { font-size: 15px; font-weight: 600; }
.zahl-note { font-size: 13px; line-height: 1.45; color: var(--muted); }
.zahl-dunkel .zahl-note { color: var(--dunkel-text); }
.zahl-heiss .zahl-note { color: var(--nacht); }

/* ---------- Funktionen (#funktionen, LP-Funktionen) ---------- */

.funktionen {
  padding: 56px 20px 48px;
  display: flex; flex-direction: column; gap: 28px;
  background: var(--flaeche);
}
.funktionen-titel { font-size: 34px; line-height: 1.05; font-weight: 800; letter-spacing: -0.03em; }
.funktionen-raster { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.funktion {
  padding: 20px 22px; border-radius: 18px; background: var(--grund);
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px;
}
.funktion-dunkel { background: var(--nacht); color: var(--flaeche); }
.funktion-text { display: flex; flex-direction: column; gap: 10px; }
.funktion-titel { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; }
.funktion-lead { font-size: 15px; line-height: 1.5; color: var(--muted); }
.funktion-dunkel .funktion-lead { color: var(--dunkel-text); }

.tresor-buehne { position: relative; display: flex; flex-direction: column; gap: 8px; }
.lpf-select { position: absolute; left: -4px; right: -4px; top: -4px; height: 56px; border-radius: 18px; border: 2px solid var(--akzent); }
.tresor-zeile { height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 12px; background: var(--flaeche); border-radius: 14px; min-width: 0; }
.tresor-symbol { width: 30px; height: 30px; flex-shrink: 0; border-radius: 15px; color: var(--flaeche); display: flex; align-items: center; justify-content: center; }
.tresor-symbol svg { width: 16px; height: 16px; }
.tresor-indigo { background: #3b2fe0; }
.tresor-cyan { background: #0cc1fd; color: var(--nacht); }
.tresor-pflaume { background: #931a77; }
.tresor-olive { background: #416407; }
.tresor-name { font-size: 14px; font-weight: 600; }
.tresor-farbe { margin-left: auto; font-family: var(--f-mono); font-size: 12px; color: var(--muted); }

.autofill-buehne { display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.autofill-feld {
  height: 48px; display: flex; align-items: center; padding: 0 14px;
  background: var(--flaeche); border: 1px solid #b9bfd6; border-radius: 14px; min-width: 0;
}
.autofill-feld-aktiv { padding: 0 6px 0 14px; border: 1.5px solid var(--akzent); }
.lpf-type { display: block; overflow: hidden; white-space: nowrap; }
.autofill-mail { font-family: var(--f-mono); font-size: 14px; }
.autofill-pw { font-size: 16px; letter-spacing: 3px; }
.autofill-symbol { position: relative; margin-left: auto; width: 34px; height: 34px; flex-shrink: 0; }
.lpf-ping { position: absolute; inset: 0; border-radius: 17px; background: var(--akzent); opacity: 0; }
.autofill-schild { position: absolute; inset: 0; border-radius: 17px; background: var(--akzent); display: flex; align-items: center; justify-content: center; }
.autofill-schild svg { width: 18px; height: 18px; }

.generator-buehne { display: flex; flex-direction: column; justify-content: center; gap: 14px; min-width: 0; }
.generator-wert {
  padding: 14px 16px; border-radius: 14px; background: var(--panel);
  font-family: var(--f-mono); font-size: 18px; letter-spacing: 0.02em; color: var(--flaeche);
  white-space: nowrap; overflow: hidden;
}
.generator-staerke { display: flex; align-items: center; gap: 6px; }
.staerke-balken { flex-grow: 1; height: 6px; border-radius: 3px; background: var(--gruen); }
.staerke-text { font-size: 13px; color: var(--dunkel-text); padding-left: 6px; white-space: nowrap; }

.import-buehne { display: flex; flex-direction: column; justify-content: center; gap: 12px; min-width: 0; }
.import-datei { display: flex; align-items: center; gap: 10px; height: 48px; padding: 0 14px; background: var(--flaeche); border-radius: 14px; min-width: 0; }
.import-symbol { width: 18px; height: 18px; flex-shrink: 0; color: var(--nacht); }
.import-name { font-family: var(--f-mono); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.import-pille { margin-left: auto; flex-shrink: 0; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 12px; background: #d9f5e9; color: #0d5c3a; }
.import-spur { height: 8px; border-radius: 4px; background: var(--linie); overflow: hidden; }
.lpf-bar { height: 8px; width: 100%; border-radius: 4px; background: var(--akzent); }
.import-fuss { font-size: 13px; color: var(--muted); }

@keyframes lpfSelect { 0%, 20% { transform: translateY(0); } 25%, 45% { transform: translateY(56px); } 50%, 70% { transform: translateY(112px); } 75%, 95% { transform: translateY(168px); } 100% { transform: translateY(0); } }
@keyframes lpfPing { 0% { transform: scale(1); opacity: .55; } 70%, 100% { transform: scale(2.1); opacity: 0; } }
@keyframes lpfType { 0%, 15% { max-width: 0; } 45%, 85% { max-width: 180px; } 100% { max-width: 0; } }
@keyframes lpfBar { 0%, 8% { width: 0; } 70%, 90% { width: 100%; } 100% { width: 0; } }
@keyframes lpfDone { 0%, 68% { opacity: 0; } 74%, 90% { opacity: 1; } 100% { opacity: 0; } }
.lpf-select { animation: lpfSelect 8s ease-in-out infinite; }
.lpf-ping { animation: lpfPing 2.4s ease-out infinite; }
.lpf-type { animation: lpfType 6s ease-in-out infinite; }
.lpf-bar { animation: lpfBar 6s ease-in-out infinite; }
.lpf-done { animation: lpfDone 6s ease-in-out infinite; }

/* ---------- Rechtsseiten (/impressum, /datenschutz) ---------- */

.recht {
  padding: 32px 20px 56px;
  display: flex; justify-content: center;
  background: var(--grund);
}
.recht-karte {
  width: 100%; max-width: 720px;
  padding: 28px 22px; border-radius: var(--radius); background: var(--flaeche);
  display: flex; flex-direction: column; gap: 16px;
}
.recht-karte h1 { font-size: 32px; line-height: 1.08; font-weight: 800; letter-spacing: -0.02em; }
.recht-karte h2 { font-size: 20px; line-height: 1.2; font-weight: 700; letter-spacing: -0.01em; margin-top: 8px; }
.recht-karte p, .recht-karte li { font-size: 17px; line-height: 1.6; color: var(--nacht); }
.recht-stand { color: var(--muted); }
.recht-karte ul { margin: 0; padding-left: 22px; display: flex; flex-direction: column; gap: 10px; }
.recht-karte a { text-decoration: underline; }
.recht-karte code { font-family: var(--f-mono); font-size: 15px; background: var(--grund); padding: 2px 5px; border-radius: 4px; }
.recht-karte table { border-collapse: collapse; width: 100%; font-size: 15px; line-height: 1.5; }
.recht-karte th, .recht-karte td { text-align: left; vertical-align: top; padding: 8px 10px 8px 0; border-bottom: 1px solid var(--linie); }
.recht-karte th { font-weight: 700; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; }
mark.offen {
  background: #fff3b0; color: var(--nacht); font-weight: 600;
  padding: 0 3px; border-radius: 4px; box-decoration-break: clone; -webkit-box-decoration-break: clone;
}

/* ---------- Desktop-Artboard ab 1100 px ---------- */

@media (min-width: 1100px) {
  :root { --tiefe: 1; }

  .kopf { padding: 28px 80px 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
  .kopf-zeile { height: 56px; }
  .marke { gap: 10px; }
  .marke-schild { width: 30px; height: 30px; }
  .marke-wort { font-size: 24px; }
  .menue-knopf { display: none; }
  .menue, .menue.offen {
    display: flex; flex-direction: row; align-items: center; gap: 32px;
    height: 56px; padding: 0;
  }
  .knopf-nav { margin-top: 0; }

  .hero {
    padding: 40px 80px 64px;
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px;
    align-items: stretch; min-height: 632px;
  }
  .hero-text { order: -1; justify-content: center; gap: 26px; }
  .hero-buehne { order: 0; height: auto; border-radius: 36px; }
  .pille {
    align-self: flex-start;
    height: 32px; padding: 0 14px; border-radius: 16px;
    background: var(--flaeche);
    font-size: 13px; letter-spacing: 0.04em;
  }
  .pille-punkt { display: block; }
  .hero-claim { font-size: clamp(48px, 4.6vw, 72px); line-height: 0.98; letter-spacing: -0.035em; }
  .hero-lead { font-size: 20px; max-width: 560px; }
  .hero-knoepfe { flex-direction: row; align-items: center; gap: 14px; }
  .hero-fuss { text-align: left; font-size: 14px; }
  .knopf-haupt { height: 56px; padding: 0 28px; border-radius: 28px; }
  .knopf-zweit { height: 56px; padding: 0 26px; border-radius: 28px; }
  .pfeil { display: block; }

  .buehne-punkte { background-size: 26px 26px; }
  .chip { padding: 10px 14px; border-radius: 14px; font-size: 13px; }
  .chip-1 { display: block; left: 36px; top: 64px; }
  .chip-2 { display: block; right: 40px; top: 120px; }
  .chip-3 { display: block; left: 56px; bottom: 84px; }
  .chip-4 { left: auto; right: 52px; bottom: 60px; }
  .schild-buehne {
    width: 340px; height: 420px; perspective: 1100px;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px;
  }
  .schild-float { width: 300px; height: 300px; animation-name: lpFloat; }
  .schild-schatten { display: block; }

  .kontra { padding: 88px 80px 72px; gap: 44px; }
  .kontra-titel { font-size: 60px; line-height: 1.02; }
  .spalten { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .paar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .karte { padding: 24px 28px; }
  .karte-titel { font-size: 24px; }

  .anbieter { padding: 72px 80px 56px; gap: 28px; }
  .lps-geist { right: -40px; bottom: -70px; font-size: 340px; }
  .lps-kopf { flex-direction: row; align-items: center; justify-content: space-between; gap: 32px; }
  .lps-liste { gap: 40px; }
  .anbieter.lps-bereit .lps-liste { min-height: 320px; }
  .lps-punkt { gap: 18px; }
  .lps-name { font-size: 104px; }
  .lps-satz { font-size: 30px; }
  .lps-marken-knoepfe { flex-wrap: wrap; overflow-x: visible; padding-bottom: 0; }

  .grenzen { padding: 88px 80px 72px; grid-template-columns: 420px minmax(0, 1fr); gap: 64px; }
  .grenzen-titel { font-size: 52px; line-height: 1.02; }
  .grenzen-liste { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grenze-breit { grid-column: 1 / -1; }

  .cta { padding: 72px 80px 0; }
  .cta-tafel {
    border-radius: 36px; padding: 64px 72px;
    grid-template-columns: minmax(0, 1fr) 300px; gap: 56px;
  }
  .cta-titel { font-size: 68px; line-height: 1; }
  .cta-lead { font-size: 19px; max-width: 640px; }
  .cta-zeile { flex-direction: row; align-items: center; gap: 18px; }
  .knopf-dunkel { height: 60px; padding: 0 32px; border-radius: 30px; font-size: 18px; }
  .cta-mail { text-align: left; }
  .cta-schild { width: 300px; height: 300px; }

  .demo { padding: 88px 80px 72px; display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 64px; }
  .demo-text { padding-top: 24px; }
  .demo-titel { font-size: 56px; line-height: 1.02; }
  .demo-lead { font-size: 18px; }
  .demo-steuerung { flex-wrap: nowrap; gap: 20px; height: 56px; }
  .demo-untertitel { width: auto; flex-grow: 1; min-height: 0; height: 24px; font-size: 16px; }

  .geheim { padding: 88px 80px 72px; gap: 48px; }
  .geheim-kopf { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
  .geheim-titel { font-size: 60px; line-height: 1.02; }
  .geheim-lead { font-size: 18px; }
  .geheim-stationen { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .geheim-linie { display: block; }
  .geheim-gegenueber { grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr); gap: 0; }
  .klartext-felder { grid-template-columns: 96px minmax(0, 1fr); }

  .zahlen { padding: 88px 80px 72px; gap: 40px; }
  .zahlen-kopf { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 40px; }
  .zahlen-titel { font-size: 56px; line-height: 1.02; }
  .zahlen-raster { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .zahl { padding: 24px 28px; }
  .zahl-wert { font-size: 88px; }
  .zahl-einheit { font-size: 20px; }
  .zahl-label { font-size: 17px; }
  .zahl-note { font-size: 14px; }

  .funktionen { padding: 88px 80px 72px; gap: 40px; }
  .funktionen-titel { font-size: 56px; line-height: 1.02; }
  .funktionen-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .funktion { padding: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .funktion-titel { font-size: 28px; }

  .recht { padding: 64px 80px 96px; }
  .recht-karte { padding: 48px 56px; gap: 20px; }
  .recht-karte h1 { font-size: 44px; }
  .recht-karte h2 { font-size: 24px; margin-top: 10px; }

  .fuss { margin-top: 56px; padding: 0 80px; }
  .fuss-innen {
    flex-direction: row; align-items: center; justify-content: space-between;
    height: 88px; padding-top: 0; gap: 28px;
  }
  .fuss-links { gap: 28px; }
}

/* Breiter als das Artboard (1440 px): Flächen laufen weiter bis zum Rand, der
   Inhalt bleibt bei 1280 px stehen – sonst ziehen sich Karten und Raster und
   die Abschnitte werden unterschiedlich hoch. */
@media (min-width: 1441px) {
  .kopf, .hero, .kontra, .anbieter, .demo, .geheim, .grenzen, .zahlen,
  .funktionen, .cta, .recht, .fuss {
    padding-inline: max(80px, calc((100% - 1280px) / 2));
  }
}

/* Bewegung nur, wenn sie erwünscht ist: sonst steht alles im Ruhezustand. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .schild-float, .schild-swing, .lp-sheen, .schild-schatten,
  .lp-drift-a, .lp-drift-b, .lp-drift-c { animation: none; }
  /* Der Ruhezustand der Klassen oben ist bereits der Endzustand der Schleifen:
     Demo mit gefuellten Feldern, gruener Uhr auf 3,0 „ausgefuellt“, ohne die
     Ansicht „Willkommen zurueck.“, mit der letzten Bildunterschrift;
     Chiffrat und Endwerte stehen im HTML. */
  .lpd-a, .lpg-travel, .lpg-step,
  .lpf-select, .lpf-ping, .lpf-type, .lpf-bar, .lpf-done { animation: none; }
  .demo-schalter { display: none; }
  /* Slider: kein Autoplay, keine Einblendung — die Knoepfe bleiben bedienbar. */
  .anbieter.lps-bereit .lps-name, .anbieter.lps-bereit .lps-marken,
  .anbieter.lps-bereit .lps-satz, .anbieter.lps-bereit .lps-beleg,
  .anbieter.lps-bereit .lps-geist, .anbieter.lps-bereit .lps-bar { animation: none; }
  .anbieter.lps-bereit .lps-spur { display: none; }
}

/* Ziehen mit gedrückter Maustaste soll nichts markieren (die Seite ist Bühne, kein
   Dokument). Auswählbar bleibt, was man wirklich kopieren will: die Kontaktadresse,
   die Quellenzeilen und die Rechtstexte. */
body { -webkit-user-select: none; user-select: none; }
.cta-mail, .lps-beleg, .lps-fuss, .recht, .recht * { -webkit-user-select: text; user-select: text; }
img, svg { -webkit-user-drag: none; }
