
/* ===========================================================================
   Richtung "Vom Wort zum Dokument".
   Papierweiß, Tintengrau, tiefes Blau, Serif im Fließtext, Zeilenlineatur.
   Jede Erklärung ist eine bewegte Skizze in der Machart der Dokumentblätter.
   Animiert wird ausschließlich transform und opacity.
   =========================================================================== */
:root {
    --grund: #faf9f7;
    --grund-tief: #f0eeea;
    --karte: #ffffff;
    --tinte: #14171d;
    --tinte-weich: #4a5160;
    --tinte-blass: #858d9c;
    --linie: #dcd9d2;
    --skizze: #cfd4dc;
    --skizze-tief: #aab2be;
    --linie-fein: rgba(20, 23, 29, 0.07);
    --akzent: #1e3f66;
    --akzent-hell: #3a6ea5;
    --akzent-lasur: rgba(30, 63, 102, 0.09);
    --schrift-titel: system-ui, -apple-system, 'Segoe UI', sans-serif;
    --schrift-text: Georgia, 'Iowan Old Style', 'Times New Roman', serif;
    --schrift-mess: ui-monospace, 'SF Mono', 'Cascadia Mono', monospace;
    --radius: 3px;
    --radius-gross: 6px;
    --eng: 0.7rem;
    --mittel: 1.4rem;
    --weit: 3.5rem;
    --sehr-weit: 7rem;
    --kurve: cubic-bezier(0.16, 1, 0.3, 1);
    --schatten: 0 1px 2px rgba(20,23,29,.05), 0 8px 24px rgba(20,23,29,.07);
    --schatten-tief: 0 2px 4px rgba(20,23,29,.06), 0 20px 50px rgba(20,23,29,.13);
}
* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: var(--schrift-text);
    font-size: 1.0625rem;
    line-height: 1.6;
    color: var(--tinte);
    background: var(--grund) repeating-linear-gradient(0deg, var(--linie-fein) 0 1px, transparent 1px 30px);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--akzent); outline-offset: 3px; }
/* Bewegungsreduktion schaltet jede Animation ab. Wer dabei nur die Animation
 * abschaltet, macht Inhalt unsichtbar: alles, was bei opacity 0 startet und
 * erst durch die Animation erscheint, bleibt dann für immer weg. Genau das
 * traf die Skizzen der Werkzeuge, also das Kernargument der Seite. Deshalb
 * bekommt jeder animationsabhängige Startzustand hier seinen Endzustand. */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
    .zeile, .werkzeug.da .mini-wort, .treffer .strich, .treffer-fahne {
        opacity: 1 !important; transform: none !important;
    }
    .treffer .strich { opacity: .85 !important; }
    .gesagt-welle span, .mini-welle span { transform: scaleY(.6) !important; }
}

/* --- Bausteine der Skizzen, überall dieselbe Machart --- */
.blatt {
    background: var(--karte);
    border: 1px solid var(--linie);
    border-radius: var(--radius);
    box-shadow: var(--schatten);
}
.strich { height: 7px; border-radius: 2px; background: var(--skizze); margin-bottom: .58rem; }
.strich.kurz { width: 46%; }
.strich.halb { width: 66%; }
.strich.titel { height: 12px; width: 58%; background: var(--skizze-tief); margin-bottom: 1rem; }
.strich.blau { background: var(--akzent); opacity: .8; }

/* --- Kopf --- */
.kopf {
    position: sticky; top: 0; z-index: 50;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1rem 2rem;
    background: rgba(250,249,247,.88);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--linie);
}
.marke { display: flex; align-items: center; gap: .6rem; font-family: var(--schrift-titel); font-weight: 600; font-size: 1.1rem; }
.marke svg { width: 26px; height: 26px; color: var(--akzent); }
.marke small { display: block; font-family: var(--schrift-mess); font-size: .62rem; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; color: var(--tinte-blass); }
.kopf nav { display: flex; gap: 1.6rem; font-family: var(--schrift-titel); font-size: .88rem; }
.kopf nav a { color: var(--tinte-weich); padding-bottom: 2px; border-bottom: 1px solid transparent; transition: color .3s, border-color .3s; }
.kopf nav a:hover { color: var(--tinte); border-bottom-color: var(--akzent); }
.kopf-knopf { font-family: var(--schrift-titel); font-size: .88rem; font-weight: 500; padding: .5rem 1.1rem; border-radius: var(--radius); background: var(--akzent); color: #fff; transition: transform .25s var(--kurve); }
.kopf-knopf:hover { transform: translateY(-2px); }
/* Am Telefon wird die Navigation zur waagrechten Leiste unter der Marke.
 * Vorher verschwand sie ganz, und mit ihr jeder Weg zu den Abschnitten. */
@media (max-width: 900px) {
    .kopf { flex-wrap: wrap; row-gap: .5rem; padding-bottom: .3rem; }
    .kopf nav { order: 3; width: 100%; gap: 1.1rem; overflow-x: auto;
        padding: .35rem 0 .5rem; font-size: .82rem;
        scrollbar-width: none; }
    .kopf nav::-webkit-scrollbar { display: none; }
    .kopf nav a { white-space: nowrap; }
}

/* --- Hero --- */
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: var(--weit); align-items: center; max-width: 1320px; margin: 0 auto; padding: var(--sehr-weit) 2rem var(--weit); }
.hero-marke { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--schrift-mess); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; color: var(--akzent); background: var(--akzent-lasur); padding: .35rem .8rem; border-radius: 999px; margin-bottom: var(--mittel); }
.hero-marke i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; animation: pulsieren 2s infinite; }
@keyframes pulsieren { 0%,100% { opacity: 1; } 50% { opacity: .25; } }
h1 { font-family: var(--schrift-titel); font-size: clamp(2.3rem, 4.6vw, 3.5rem); line-height: 1.05; letter-spacing: -.03em; font-weight: 700; margin: 0 0 var(--mittel); }
h1 em { font-style: normal; color: var(--akzent); }
.hero p { font-size: 1.1rem; color: var(--tinte-weich); margin: 0 0 var(--weit); }
.knoepfe { display: flex; gap: .9rem; flex-wrap: wrap; }
.knopf-voll, .knopf-linie { font-family: var(--schrift-titel); font-size: .95rem; font-weight: 500; padding: .8rem 1.6rem; border-radius: var(--radius); transition: transform .3s var(--kurve), box-shadow .3s; }
.knopf-voll { background: var(--akzent); color: #fff; box-shadow: var(--schatten); }
.knopf-voll:hover { transform: translateY(-3px); box-shadow: var(--schatten-tief); }
.knopf-linie { border: 1px solid var(--linie); }
.knopf-linie:hover { transform: translateY(-3px); border-color: var(--akzent); }

/* --- Die große Bühne: Welle wird Text wird Dokument, in Schleife --- */
.buehne { position: relative; height: 480px; perspective: 1400px; }
.welle {
    position: absolute; left: 0; top: 96px;
    display: flex; align-items: center; justify-content: space-between;
    height: 92px; width: 46%;
    animation: wellenSchleife 13s infinite;
}
.welle span {
    flex: 1; max-width: 5px; height: 100%; border-radius: 3px;
    background: var(--akzent); opacity: .65;
    transform: scaleY(.12);
    animation: schlagen 1s infinite ease-in-out;
}
@keyframes schlagen { 0%,100% { transform: scaleY(.12); } 50% { transform: scaleY(1); } }
@keyframes wellenSchleife { 0% { opacity: 0; transform: translateX(-14px); } 6% { opacity: 1; transform: translateX(0); } 34% { opacity: 1; } 44%, 100% { opacity: 0; transform: translateX(-14px); } }

.spur {
    position: absolute; left: 0; top: 62px; width: 60%;
    padding: 1.05rem 1.15rem; border-radius: var(--radius-gross); z-index: 3;
    animation: spurSchleife 13s infinite;
}
@keyframes spurSchleife { 0%, 26% { opacity: 0; transform: translateY(10px); } 34% { opacity: 1; transform: translateY(0); } 86% { opacity: 1; transform: translateY(0); } 96%, 100% { opacity: 0; transform: translateY(-10px); } }
.spur-kopf { display: flex; align-items: center; gap: .5rem; font-family: var(--schrift-mess); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; color: var(--tinte-blass); padding-bottom: .65rem; margin-bottom: .8rem; border-bottom: 1px solid var(--linie); }
.spur-kopf i { width: 7px; height: 7px; border-radius: 50%; background: #c0392b; animation: pulsieren 1.8s infinite; }
.zeile { display: flex; gap: .55rem; margin-bottom: .55rem; opacity: 0; animation: wort 13s infinite; }
.zeile:nth-of-type(1) { animation-delay: 0s; }
.zeile:nth-of-type(2) { animation-delay: .5s; }
.zeile:nth-of-type(3) { animation-delay: 1s; }
.zeile:nth-of-type(4) { animation-delay: 1.5s; }
@keyframes wort { 0%, 28% { opacity: 0; transform: translateY(7px); } 36% { opacity: 1; transform: translateY(0); } 86% { opacity: 1; transform: translateY(0); } 96%, 100% { opacity: 0; } }
.sprecher { flex: 0 0 3.4rem; font-family: var(--schrift-mess); font-size: .66rem; color: var(--akzent); padding-top: .18rem; }
.zeile p { margin: 0; font-size: .89rem; line-height: 1.5; color: var(--tinte-weich); }
.zeile mark { background: var(--akzent-lasur); color: var(--tinte); padding: 0 2px; border-radius: 2px; }

.ergebnis {
    position: absolute; right: 0; top: 26px; width: 58%; height: 372px;
    padding: 1.5rem 1.6rem; z-index: 2;
    transform-style: preserve-3d;
    animation: blattSchleife 13s infinite;
}
@keyframes blattSchleife {
    0%, 52% { opacity: 0; transform: translateY(30px) rotateY(-16deg) rotateZ(3deg); }
    64% { opacity: 1; transform: translateY(0) rotateY(-7deg) rotateZ(1deg); }
    86% { opacity: 1; transform: translateY(0) rotateY(-7deg) rotateZ(1deg); }
    96%, 100% { opacity: 0; transform: translateY(-16px) rotateY(-7deg) rotateZ(1deg); }
}
.ergebnis .marke-block { width: 40px; height: 9px; background: var(--akzent); border-radius: 1px; margin-bottom: 1.4rem; }
.unterschrift { margin: 1.6rem 0 0 auto; width: 44%; height: 34px; border-bottom: 1px solid var(--linie); color: var(--akzent); }
.unterschrift svg { width: 100%; height: 100%; }
.unterschrift path { stroke-dasharray: 210; stroke-dashoffset: 210; animation: schreiben 13s infinite; }
@keyframes schreiben { 0%, 66% { stroke-dashoffset: 210; } 78%, 100% { stroke-dashoffset: 0; } }
@media (max-width: 960px) { .hero { grid-template-columns: 1fr; } .buehne { height: 430px; } .spur { width: 74%; } }

/* --- Zahlenleiste --- */
.zahlen { border-block: 1px solid var(--linie); background: var(--grund-tief); }
.zahlen-innen { max-width: 1320px; margin: 0 auto; padding: var(--mittel) 2rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--mittel); }
.zahl b { font-family: var(--schrift-mess); font-size: 1.55rem; font-variant-numeric: tabular-nums; letter-spacing: -.02em; display: block; }
.zahl span { font-family: var(--schrift-titel); font-size: .75rem; letter-spacing: .05em; text-transform: uppercase; color: var(--tinte-blass); }

/* --- Mundart, der Aha-Punkt --- */
.mundart-block { background: var(--tinte); color: var(--grund); overflow: hidden; }
.mundart-block h2 { color: var(--grund); }
.mundart-block .block-marke { color: var(--akzent-hell); }
.mundart-block .block-kopf p { color: rgba(255,255,255,.62); margin: var(--eng) 0 0; }
.mundart-buehne { display: grid; grid-template-columns: 1fr auto 1fr; gap: var(--weit); align-items: center; }
.gesagt, .geschrieben { position: relative; min-height: 210px; }
.gesagt-kopf, .geschrieben-kopf {
    font-family: var(--schrift-mess); font-size: .68rem; letter-spacing: .12em;
    text-transform: uppercase; margin-bottom: var(--mittel);
}
.gesagt-kopf { color: var(--akzent-hell); }
.geschrieben-kopf { color: var(--tinte-blass); }
.gesagt-welle { display: flex; justify-content: space-between; align-items: center; height: 40px; margin-bottom: var(--mittel); }
.gesagt-welle span { flex: 1; max-width: 4px; height: 100%; background: var(--akzent-hell); opacity: .7; border-radius: 2px; transform: scaleY(.18); animation: schlagen 1.1s infinite ease-in-out; }
.satz {
    position: absolute; left: 0; right: 0;
    font-size: 1.32rem; line-height: 1.45; margin: 0;
    opacity: 0; transform: translateY(12px);
    transition: opacity .6s var(--kurve), transform .6s var(--kurve);
}
.satz.da { opacity: 1; transform: none; }
.gesagt .satz { color: var(--grund); font-style: italic; }
.geschrieben .satz { color: rgba(255,255,255,.82); }
.geschrieben-blatt {
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.13);
    border-radius: var(--radius-gross); padding: var(--mittel); min-height: 150px; position: relative;
}
/* Der Pfeil pendelt in seine eigene Richtung. Die Bewegung läuft über die
 * Eigenschaft `translate`, die Drehung über `rotate` - zwei getrennte
 * Eigenschaften statt einer transform-Kette. Sonst überschreibt die Animation
 * die Drehung: am Telefon standen die beiden Karten untereinander, der Pfeil
 * hätte nach unten zeigen sollen und pendelte weiter seitwärts. */
.pfeil { color: var(--akzent-hell); display: grid; place-items: center; }
.pfeil svg { width: 46px; height: 46px; rotate: 0deg;
    animation: schieben 2.6s infinite var(--kurve); }
@keyframes schieben { 0%,100% { translate: -6px 0; opacity: .5; } 50% { translate: 6px 0; opacity: 1; } }
@keyframes schieben-hoch { 0%,100% { translate: 0 -6px; opacity: .5; } 50% { translate: 0 6px; opacity: 1; } }
.mundart-punkte { display: flex; gap: .5rem; justify-content: center; margin-top: var(--weit); }
.mundart-punkte i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.22); transition: transform .4s var(--kurve), background .4s; }
.mundart-punkte i.aktiv { background: var(--akzent-hell); transform: scale(1.5); }
@media (max-width: 900px) {
    .mundart-buehne { grid-template-columns: 1fr; gap: var(--mittel); }
    .pfeil svg { rotate: 90deg; animation-name: schieben-hoch; }
    .gesagt, .geschrieben { min-height: 160px; }
}

/* --- Probieren ohne Anmeldung --- */
.probe-block { background: var(--grund-tief); border-bottom: 1px solid var(--linie); }
.probe { display: grid; grid-template-columns: 1fr 1.1fr; gap: var(--weit); align-items: center; }
.probe-karte { padding: var(--weit) var(--mittel); text-align: center; }
.mikro {
    width: 96px; height: 96px; margin: 0 auto var(--mittel); border-radius: 50%;
    border: none; background: var(--akzent); color: #fff; cursor: pointer;
    display: grid; place-items: center; box-shadow: var(--schatten);
    transition: transform .3s var(--kurve), box-shadow .3s;
}
.mikro svg { width: 40px; height: 40px; }
.mikro:hover { transform: scale(1.05); box-shadow: var(--schatten-tief); }
.mikro.laeuft { background: #c0392b; animation: atmen 1.4s infinite; }
@keyframes atmen { 0%,100% { transform: scale(1); } 50% { transform: scale(1.07); } }
.probe-hinweis { font-family: var(--schrift-titel); font-size: .9rem; color: var(--tinte-weich); margin: 0; }
.probe-zaehler { font-family: var(--schrift-mess); font-size: 2rem; font-variant-numeric: tabular-nums; letter-spacing: -.02em; margin: .3rem 0 0; }
.probe-balken { height: 4px; border-radius: 3px; background: var(--linie); margin: var(--mittel) auto 0; max-width: 260px; overflow: hidden; }
.probe-balken i { display: block; height: 100%; background: var(--akzent); transform-origin: left; transform: scaleX(0); transition: transform .25s linear; }
.probe-recht { font-family: var(--schrift-titel); font-size: .8rem; color: var(--tinte-blass); margin: var(--mittel) 0 0; }

/* Pegel aus dem echten Mikrofon, jeder Balken ein Frequenzbereich */
.pegel { display: flex; justify-content: space-between; align-items: center; height: 44px; margin: var(--mittel) auto 0; max-width: 260px; opacity: .25; transition: opacity .4s; }
.pegel.aktiv { opacity: 1; }
.pegel span { flex: 1; max-width: 4px; height: 100%; border-radius: 2px; background: var(--akzent); transform: scaleY(.08); transform-origin: center; transition: transform .08s linear; }

.probe-ergebnis { min-height: 300px; padding: var(--mittel); position: relative; }
.probe-leer { color: var(--tinte-blass); font-size: .95rem; margin: 0; }
.probe-text { font-size: 1.15rem; line-height: 1.55; margin: 0; color: var(--tinte); opacity: 0; transform: translateY(8px); transition: opacity .5s var(--kurve), transform .5s var(--kurve); }
.probe-text.da { opacity: 1; transform: none; }
.probe-text.fehler { color: #a33a25; font-size: 1rem; }
.probe-weiter { margin-top: var(--weit); display: flex; gap: .7rem; flex-wrap: wrap; opacity: 0; transform: translateY(10px); transition: opacity .6s var(--kurve), transform .6s var(--kurve); }
.probe-weiter.da { opacity: 1; transform: none; }
.probe-weiter a { font-family: var(--schrift-titel); font-size: .9rem; font-weight: 500; padding: .7rem 1.2rem; border-radius: var(--radius); border: 1px solid var(--linie); background: var(--karte); transition: transform .25s var(--kurve), border-color .25s; }
.probe-weiter a:hover { transform: translateY(-2px); border-color: var(--akzent); }
.probe-weiter a.stark { background: var(--akzent); color: #fff; border-color: var(--akzent); }
@media (max-width: 900px) { .probe { grid-template-columns: 1fr; } }

/* --- Abschnitte --- */
section.block { max-width: 1320px; margin: 0 auto; padding: var(--sehr-weit) 2rem; }
.block-kopf { max-width: 42rem; margin-bottom: var(--weit); }
.block-marke { font-family: var(--schrift-mess); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--akzent); }
.block-kopf h2 { font-family: var(--schrift-titel); font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.12; letter-spacing: -.025em; font-weight: 700; margin: .5rem 0 0; }

/* --- Werkzeuge, jede Karte eine bewegte Skizze --- */
.werkzeuge { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--mittel); }
.werkzeug {
    grid-column: span 2;
    background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius-gross);
    padding: var(--mittel); box-shadow: var(--schatten); overflow: hidden;
    opacity: 0; transform: translateY(26px);
    transition: opacity .7s var(--kurve), transform .7s var(--kurve), box-shadow .35s;
}
.werkzeug.da { opacity: 1; transform: translateY(0); }
.werkzeug:hover { box-shadow: var(--schatten-tief); }
.werkzeug:nth-child(1), .werkzeug:nth-child(2) { grid-column: span 3; }
.werkzeug:nth-child(3), .werkzeug:nth-child(4) { grid-column: span 3; }
.werkzeug h3 { font-family: var(--schrift-titel); font-size: 1.2rem; letter-spacing: -.015em; margin: var(--mittel) 0 .3rem; }
.werkzeug p { margin: 0; font-size: .95rem; color: var(--tinte-weich); }
.skizze-flaeche {
    position: relative; height: 190px; border-radius: var(--radius);
    background: var(--grund) repeating-linear-gradient(0deg, var(--linie-fein) 0 1px, transparent 1px 26px);
    border: 1px solid var(--linie); overflow: hidden; padding: 1.1rem;
}
.werkzeug:nth-child(1) .skizze-flaeche, .werkzeug:nth-child(2) .skizze-flaeche { height: 240px; }

/* Skizze 1: Welle wird Wortspur */
.mini-welle { display: flex; align-items: center; justify-content: space-between; height: 52px; margin-bottom: 1.1rem; }
.mini-welle span { flex: 1; max-width: 4px; height: 100%; background: var(--akzent); opacity: .6; border-radius: 2px; transform: scaleY(.15); animation: schlagen 1.1s infinite ease-in-out; }
.mini-wort { display: flex; gap: .4rem; align-items: center; margin-bottom: .5rem; }
.mini-wort b { flex: 0 0 auto; font-family: var(--schrift-mess); font-size: .6rem; color: var(--akzent); }
.mini-wort .strich { margin: 0; flex: 1; }
.werkzeug.da .mini-wort { opacity: 0; animation: eintritt .55s var(--kurve) forwards; }
.werkzeug.da .mini-wort:nth-of-type(1) { animation-delay: .35s; }
.werkzeug.da .mini-wort:nth-of-type(2) { animation-delay: .75s; }
.werkzeug.da .mini-wort:nth-of-type(3) { animation-delay: 1.15s; }
.werkzeug.da .mini-wort:nth-of-type(4) { animation-delay: 1.55s; }
@keyframes eintritt { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: none; } }

/* Skizze 2: Stapel aus Dokumenten, räumlich */
.stapel { position: absolute; inset: 1.1rem; perspective: 900px; transform-style: preserve-3d; }
.stapel .blatt {
    position: absolute; inset: 0; padding: .9rem 1rem;
    transform-origin: left center;
    transition: transform .6s var(--kurve);
}
.stapel .blatt:nth-child(1) { transform: translate3d(0,0,0) rotateY(-3deg); }
.stapel .blatt:nth-child(2) { transform: translate3d(26px,14px,-40px) rotateY(-9deg); }
.stapel .blatt:nth-child(3) { transform: translate3d(52px,28px,-80px) rotateY(-15deg); }
.werkzeug:hover .stapel .blatt:nth-child(1) { transform: translate3d(-10px,-8px,30px) rotateY(-1deg); }
.werkzeug:hover .stapel .blatt:nth-child(2) { transform: translate3d(30px,16px,-20px) rotateY(-7deg); }
.werkzeug:hover .stapel .blatt:nth-child(3) { transform: translate3d(64px,34px,-60px) rotateY(-13deg); }
.blatt-typ { font-family: var(--schrift-mess); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; color: var(--akzent); margin-bottom: .7rem; }

/* Skizze 3: Suchstrahl findet die Stelle */
.suche { position: relative; height: 100%; }
.suche .strich { margin-bottom: .62rem; }
.strahl {
    position: absolute; left: -1.1rem; right: -1.1rem; height: 24px; top: 0;
    background: linear-gradient(90deg, transparent, var(--akzent-lasur) 40%, var(--akzent-lasur) 60%, transparent);
    animation: strahlLauf 3.6s infinite var(--kurve);
}
@keyframes strahlLauf { 0% { transform: translateY(0); } 55% { transform: translateY(96px); } 70%,100% { transform: translateY(96px); } }
.treffer { position: relative; }
.treffer .strich { background: var(--akzent); opacity: 0; animation: trefferAn 3.6s infinite; }
@keyframes trefferAn { 0%, 52% { opacity: 0; } 62%, 92% { opacity: .85; } 100% { opacity: 0; } }
.treffer-fahne {
    position: absolute; right: 0; top: -4px;
    font-family: var(--schrift-mess); font-size: .56rem; letter-spacing: .08em;
    color: var(--akzent); background: var(--akzent-lasur); padding: .15rem .45rem; border-radius: 2px;
    opacity: 0; animation: trefferAn 3.6s infinite;
}

/* Skizze 4: Platzhalter füllen sich */
.vorlage-feld { border: 1px dashed var(--akzent); border-radius: 2px; height: 15px; margin-bottom: .6rem; position: relative; overflow: hidden; }
.vorlage-feld::after { content: ""; position: absolute; inset: 1px; background: var(--akzent); opacity: .22; transform-origin: left; transform: scaleX(0); animation: fuellen 4s infinite var(--kurve); }
.vorlage-feld:nth-of-type(2)::after { animation-delay: .5s; }
.vorlage-feld:nth-of-type(3)::after { animation-delay: 1s; }
@keyframes fuellen { 0%, 5% { transform: scaleX(0); } 30%, 82% { transform: scaleX(1); } 95%, 100% { transform: scaleX(0); } }
.vorlage-feld.schmal { width: 55%; }
@media (max-width: 960px) { .werkzeuge { grid-template-columns: 1fr; } .werkzeug { grid-column: span 1 !important; } }

/* --- Ablauf: vier Zustände desselben Blattes --- */
.ablauf { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--mittel); }
.station { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--kurve), transform .7s var(--kurve); }
.station.da { opacity: 1; transform: none; }
.station:nth-child(2) { transition-delay: .12s; }
.station:nth-child(3) { transition-delay: .24s; }
.station:nth-child(4) { transition-delay: .36s; }
.station-bild { height: 165px; padding: 1rem; margin-bottom: var(--mittel); position: relative; }
.station b { font-family: var(--schrift-mess); font-size: .7rem; letter-spacing: .1em; color: var(--akzent); display: block; margin-bottom: .25rem; }
.station h4 { font-family: var(--schrift-titel); font-size: 1.02rem; margin: 0 0 .25rem; }
.station p { margin: 0; font-size: .9rem; color: var(--tinte-weich); }
.station-welle { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.station-welle span { flex: 1; max-width: 4px; background: var(--akzent); opacity: .6; border-radius: 2px; height: 100%; transform: scaleY(.2); animation: schlagen 1.3s infinite ease-in-out; }
.kuvert { position: absolute; inset: 1rem; border: 1px solid var(--skizze); border-radius: var(--radius); overflow: hidden; }
.kuvert::after { content: ""; position: absolute; left: -1px; right: -1px; top: -1px; height: 62%; background: var(--grund-tief); clip-path: polygon(0 0, 100% 0, 50% 100%); border-bottom: 1px solid var(--skizze); }
@media (max-width: 860px) { .ablauf { grid-template-columns: 1fr 1fr; } }

/* --- Vertrauen --- */
.vertrauen { background: var(--tinte); color: var(--grund); }
.vertrauen h2 { color: var(--grund); }
.vertrauen .block-marke { color: var(--akzent-hell); }
.vertrauen-liste { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--weit); }
.vertrauen-punkt svg { width: 46px; height: 46px; color: var(--akzent-hell); stroke-width: 1.2; margin-bottom: var(--mittel); }
.vertrauen-punkt h4 { font-family: var(--schrift-titel); font-size: 1.05rem; margin: 0 0 .3rem; }
.vertrauen-punkt p { margin: 0; font-size: .92rem; color: rgba(255,255,255,.6); }

/* Dieser Block ist dunkel, der Nachsatz braucht also helle Schrift. Er steht
 * hier und nicht nur im Fuß, weil genau an dieser Stelle die Frage aufkommt,
 * die er beantwortet. */
.vertrauen-nachsatz { margin: var(--weit) 0 0; font-size: .92rem;
    color: rgba(255,255,255,.6); }
.vertrauen-nachsatz a { color: var(--akzent-hell);
    border-bottom: 1px solid rgba(58,110,165,.45); }
.vertrauen-nachsatz a:hover { border-bottom-color: var(--akzent-hell); }

@media (max-width: 860px) { .vertrauen-liste { grid-template-columns: 1fr 1fr; } }

/* --- Preise --- */
.preise { display: grid; grid-template-columns: 1fr 1fr; gap: var(--mittel); max-width: 56rem; }
.preis { background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius-gross); padding: var(--mittel); box-shadow: var(--schatten); }
.preis.betont { border: 2px solid var(--akzent); }
.preis h3 { font-family: var(--schrift-titel); font-size: 1.15rem; margin: 0 0 .4rem; }
.preis p { margin: 0; font-size: .93rem; color: var(--tinte-weich); }
.preis .balken { display: flex; gap: 4px; align-items: flex-end; height: 54px; margin-top: var(--mittel); }
.preis .balken i { flex: 1; background: var(--skizze); border-radius: 2px; transform-origin: bottom; }
.preis.betont .balken i { background: var(--akzent); opacity: .55; }
.preis .balken i:nth-child(1) { height: 40%; } .preis .balken i:nth-child(2) { height: 70%; }
.preis .balken i:nth-child(3) { height: 45%; } .preis .balken i:nth-child(4) { height: 90%; }
.preis .balken i:nth-child(5) { height: 60%; } .preis .balken i:nth-child(6) { height: 75%; }
.preis.betont .balken i { height: 65% !important; }
@media (max-width: 700px) { .preise { grid-template-columns: 1fr; } }

/* --- Fuß --- */
.fuss { border-top: 1px solid var(--linie); background: var(--grund-tief); font-size: .86rem; color: var(--tinte-weich); }
.fuss-innen { max-width: 1320px; margin: 0 auto; padding: var(--weit) 2rem; display: flex; justify-content: space-between; gap: var(--mittel); flex-wrap: wrap; }
.fuss a { border-bottom: 1px solid transparent; }
.fuss a:hover { border-bottom-color: var(--akzent); }
.fuss-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }

/* Auftrittsverzoegerungen und Einzelmasse als Klassen. Die
 * Inhaltsregel der Seite verbietet style-Attribute im Markup. */
.verzug-0 { animation-delay: 0s; }
.verzug-p08 { animation-delay: .08s; }
.verzug-p09 { animation-delay: .09s; }
.verzug-p16 { animation-delay: .16s; }
.verzug-p18 { animation-delay: .18s; }
.verzug-p24 { animation-delay: .24s; }
.verzug-p27 { animation-delay: .27s; }
.verzug-p32 { animation-delay: .32s; }
.verzug-p36 { animation-delay: .36s; }
.verzug-p4 { animation-delay: .4s; }
.verzug-p45 { animation-delay: .45s; }
.verzug-p48 { animation-delay: .48s; }
.verzug-p54 { animation-delay: .54s; }
.verzug-p56 { animation-delay: .56s; }
.verzug-p63 { animation-delay: .63s; }
.verzug-p64 { animation-delay: .64s; }
.verzug-p72 { animation-delay: .72s; }
.verzug-p8 { animation-delay: .8s; }
.verzug-p81 { animation-delay: .81s; }
.verzug-p88 { animation-delay: .88s; }
.verzug-p9 { animation-delay: .9s; }
.verzug-p96 { animation-delay: .96s; }
.verzug-p99 { animation-delay: .99s; }
.verzug-1p04 { animation-delay: 1.04s; }
.verzug-1p08 { animation-delay: 1.08s; }
.verzug-1p12 { animation-delay: 1.12s; }
.verzug-1p17 { animation-delay: 1.17s; }
.verzug-1p2 { animation-delay: 1.2s; }
.verzug-1p26 { animation-delay: 1.26s; }
.verzug-1p28 { animation-delay: 1.28s; }
.verzug-1p35 { animation-delay: 1.35s; }
.verzug-1p36 { animation-delay: 1.36s; }
.buehne-fest { position: relative; min-height: 110px; }
.abstand-oben { margin-top: 1rem; }
.abstand-oben-weit { margin-top: 1.2rem; }
.ohne-oben { padding-top: 0; }

/* Der Fuß trägt die Wege hinein, nicht nur die Pflichtangaben.
 *
 * Die Farben richten sich nach dem HELLEN Fußgrund. Sie standen einmal auf
 * Weiß, wie für einen dunklen Fuß gedacht, und der zweite der beiden Wege
 * war damit weiße Schrift auf hellem Grau: lesbar nur am Rahmen. */
.fuss-wege { display: flex; gap: 1.1rem; flex-wrap: wrap; margin-top: .9rem; }
.fuss-wege a { font-family: var(--schrift-titel); font-size: .9rem;
    color: var(--akzent); text-decoration: none; padding: .45rem .95rem;
    border: 1px solid var(--linie); border-radius: var(--radius);
    background: var(--karte);
    transition: background .2s, border-color .2s, color .2s; }
.fuss-wege a:hover { background: var(--akzent-lasur);
    border-color: var(--akzent); }
.fuss-wege a.stark { background: var(--akzent); color: #fff;
    border-color: transparent; }
.fuss-wege a.stark:hover { background: var(--akzent-hell); }

/* Am Telefon nehmen die Haupttasten die volle Breite. Nebeneinander stehen
 * sie dort ohnehin nicht, und unterschiedlich breite Tasten untereinander
 * sehen aus wie ein Fehler. */
@media (max-width: 620px) {
    .knoepfe { display: flex; flex-direction: column; gap: .6rem; }
    .knoepfe .knopf-voll, .knoepfe .knopf-linie { text-align: center; }
    .fuss-wege a { flex: 1; text-align: center; }
}
