/* ==========================================================================
   televnet.de — Stylesheet der öffentlichen Seiten („Nacht-Premium")
   Formsprache: SIM-Karten-Kontur — gerade Kanten, eine abgeschrägte Ecke (oben rechts).
   Keine Pillen, keine Ovale, keine runden Kacheln.
   Signatur: Person bricht aus einer großen roten SIM-Karte mit Goldchip aus.
   ========================================================================== */

:root {
  --nacht: #07070d;
  --nacht-2: #0c0c15;
  --nacht-3: #13131e;
  --flaeche: #111119;
  --flaeche-2: #181823;
  --linie: rgba(255, 255, 255, .09);
  --linie-2: rgba(255, 255, 255, .16);
  --text: #f5f1ea;
  --text-2: #aaa59d;            /* auf --nacht ≈ 7,8:1 */
  --text-3: #85807a;            /* nur Metainfos, ≈ 5:1 */
  --text-leise: #4d4943;        /* ruhende Wörter (Wörterbuch, Laufschrift) */
  --rot: #e30a17;
  --rot-hell: #ff3a47;
  --rot-tief: #8e0610;
  --gold: #f2c14e;
  --gold-tief: #b8862b;
  --wa: #25d366;
  --wa-hell: #3ee07a;
  --wa-text: #03200f;
  --de-schwarz: #000; --de-rot: #dd0000; --de-gold: #ffce00;

  --anzeige: "Bricolage Grotesque", "Arial Narrow", system-ui, sans-serif;
  --akzent: "Instrument Serif", Georgia, serif;
  --text-font: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "Geist Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;

  --breite: 1320px;
  --rand: clamp(16px, 4vw, 48px);
  --abstand: clamp(88px, 11vw, 168px);
  --weich: cubic-bezier(.22, .8, .24, 1);
}

/* SIM-Kontur: eine abgeschrägte Ecke oben rechts. --k = Größe der Schräge */
.sim, .knopf, .vertrauen, .kachel, .kachel__marke, .kachel__pfeil, .kachel__icon, .begriff, .logo-chip,
.rechner__karte, .wahl span, .versprechen li, .ruhe__bild, .etappe__nr, .wa-fab, .burger, .hauptnav, .frage summary::after {
  clip-path: polygon(0 0, calc(100% - var(--k, 14px)) 0, 100% var(--k, 14px), 100% 100%, 0 100%);
}

/* ---------- Grundlagen ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--nacht); }
body {
  margin: 0; min-height: 100vh; overflow-x: clip;
  background: var(--nacht); color: var(--text);
  font: 400 1.0625rem/1.65 var(--text-font);
  -webkit-font-smoothing: antialiased;
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: 200; pointer-events: none; opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='k'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23k)'/%3E%3C/svg%3E");
}
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
img { height: auto; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; font-family: var(--anzeige); font-weight: 700; line-height: 1; letter-spacing: -.03em; text-wrap: balance; }
h3 { letter-spacing: -.015em; line-height: 1.15; font-weight: 600; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
::selection { background: var(--rot); color: #fff; }

.nur-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.sprung-link { position: absolute; left: 16px; top: -60px; z-index: 300; background: var(--gold); color: #000; padding: 10px 16px; text-decoration: none; font-weight: 600; }
.sprung-link:focus { top: 12px; }

.breite { width: 100%; max-width: var(--breite); margin-inline: auto; padding-inline: var(--rand); }
.abschnitt { position: relative; padding-block: var(--abstand); }

.akzent {
  font-family: var(--akzent); font-style: italic; font-weight: 400; letter-spacing: -.01em;
  background: linear-gradient(100deg, #ffe3a3 0%, var(--gold) 40%, #ff8a5c 75%, var(--rot-hell) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  padding: 0 .08em .06em 0;
}
/* Kicker mit kleiner SIM-Marke statt Punkt */
.kicker {
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 22px;
  font: 500 .78rem/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--gold);
}
.kicker::before { content: ""; width: 12px; height: 9px; background: var(--rot-hell); clip-path: polygon(0 0, 70% 0, 100% 35%, 100% 100%, 0 100%); }
.titel-2 { font-size: clamp(2.5rem, 5.6vw, 5.2rem); }
.lead { font-size: clamp(1.08rem, 1.3vw, 1.24rem); color: var(--text-2); max-width: 58ch; }

/* ---------- Knöpfe (SIM-Form) ---------- */
.knopf {
  --k: 14px;
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .65em;
  min-height: 56px; padding: 0 1.8em; border: 0;
  font: 600 1rem/1 var(--text-font); text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: transform .25s var(--weich), background-color .25s, color .25s;
}
.knopf svg { width: 1.3em; height: 1.3em; flex: none; }
.knopf:active { transform: translateY(1px); }
.knopf--wa { background: var(--wa); color: var(--wa-text); }
.knopf--wa:hover { background: var(--wa-hell); transform: translateY(-2px); }
.knopf--glas { background: rgba(255,255,255,.09); color: var(--text); }
.knopf--glas:hover { background: rgba(255,255,255,.16); }
.knopf--gross { min-height: 66px; padding: 0 2.2em; font-size: 1.1rem; --k: 18px; }
.pfeil-link { display: inline-flex; align-items: center; gap: .5em; font-weight: 600; color: var(--gold); text-decoration: none; }
.pfeil-link svg { width: 1.1em; height: 1.1em; transition: transform .25s var(--weich); }
.pfeil-link:hover svg { transform: translateX(4px); }

/* ---------- Flaggen (echte Proportionen, eckig) & Farbband ---------- */
.flagge { width: 24px; height: 16px; flex: none; box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.flagge--de { width: 26px; height: 16px; }
.farbband { display: flex; height: 4px; }
.farbband__tr { flex: 1; background: var(--rot); }
.farbband__de { flex: 1; background: linear-gradient(var(--de-schwarz) 0 33.4%, var(--de-rot) 33.4% 66.7%, var(--de-gold) 66.7%); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }

/* ---------- Kopf: gerade Leiste über volle Breite ---------- */
.kopf { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: transform .45s var(--weich), background-color .3s, border-color .3s; border-bottom: 1px solid transparent; }
.kopf--fest { background: rgba(7, 7, 13, .8); border-bottom-color: var(--linie); }
.kopf--fest::before { content: ""; position: absolute; inset: 0; z-index: -1; backdrop-filter: blur(16px) saturate(1.4); -webkit-backdrop-filter: blur(16px) saturate(1.4); }
.kopf--weg { transform: translateY(-110%); }
.kopf__leiste { display: flex; align-items: center; gap: 32px; height: 78px; }
.marke { font: 800 1.6rem/1 var(--anzeige); letter-spacing: -.045em; text-decoration: none; display: inline-flex; align-items: baseline; }
.marke__bild { display: block; width: auto; height: 46px; }
.fuss__marke .marke__bild { height: 56px; }
.marke__punkt { display: inline-block; width: .3em; height: .3em; margin-left: .06em; background: var(--rot-hell); box-shadow: 0 0 14px var(--rot-hell); clip-path: polygon(0 0, 65% 0, 100% 35%, 100% 100%, 0 100%); }
.hauptnav { display: flex; gap: 30px; margin-left: auto; clip-path: none; }
.hauptnav a { position: relative; padding: 8px 0; font-size: .95rem; font-weight: 500; color: var(--text-2); text-decoration: none; transition: color .2s; }
.hauptnav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; background: var(--rot-hell); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--weich); }
.hauptnav a:hover { color: var(--text); }
.hauptnav a:hover::after { transform: scaleX(1); }
.kopf__aktionen { display: flex; align-items: center; gap: 18px; }
.sprachwahl { display: flex; gap: 14px; }
.sprachwahl a { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 8px 0; font: 600 .76rem/1 var(--mono); letter-spacing: .08em; color: var(--text-3); text-decoration: none; }
.sprachwahl a[aria-current="true"] { color: var(--text); }
.sprachwahl a[aria-current="true"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--rot-hell); }
.sprachwahl a:not([aria-current]) .flagge { opacity: .55; }
.kopf .knopf { min-height: 48px; padding: 0 1.3em; font-size: .92rem; --k: 12px; }
.burger { --k: 10px; display: none; width: 48px; height: 48px; border: 0; background: rgba(255,255,255,.1); color: var(--text); cursor: pointer; align-items: center; justify-content: center; }
.burger svg { width: 22px; height: 22px; }

/* ---------- Hero ---------- */
.held { position: relative; min-height: 100svh; padding: 140px 0 64px; overflow: hidden; isolation: isolate; }
.licht { position: absolute; z-index: -1; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.licht--rot { width: 62vw; height: 62vw; max-width: 900px; max-height: 900px; right: 2%; top: 12%; background: radial-gradient(circle, rgba(227,10,23,.5) 0%, rgba(227,10,23,.16) 42%, transparent 70%); }
.licht--gold { width: 46vw; height: 46vw; max-width: 680px; max-height: 680px; right: -12%; top: -18%; background: radial-gradient(circle, rgba(242,193,78,.4) 0%, rgba(242,193,78,.1) 45%, transparent 70%); }
.licht--tief { width: 50vw; height: 50vw; left: -20%; bottom: -30%; background: radial-gradient(circle, rgba(120, 40, 200, .14), transparent 70%); }
.held__boden {
  position: absolute; left: -10%; right: -10%; bottom: -8%; height: 40%; z-index: -1;
  background-image: linear-gradient(var(--linie) 1px, transparent 1px), linear-gradient(90deg, var(--linie) 1px, transparent 1px);
  background-size: 64px 64px; transform: perspective(700px) rotateX(62deg); transform-origin: bottom;
  mask-image: linear-gradient(to top, #000 10%, transparent 85%); -webkit-mask-image: linear-gradient(to top, #000 10%, transparent 85%);
}
.held__raster { display: grid; grid-template-columns: 1.02fr .98fr; gap: 24px; align-items: center; }
.held__text { position: relative; z-index: 5; }
.vertrauen {
  --k: 10px;
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 30px; padding: 10px 20px 10px 12px;
  background: rgba(255,255,255,.07); font-size: .9rem; color: var(--text-2);
}
.vertrauen__flaggen { display: flex; gap: 4px; }
.vertrauen strong { color: var(--text); font-weight: 600; }
.held__titel { font-size: clamp(3rem, 6.4vw, 6.4rem); font-weight: 800; font-variation-settings: "wdth" 88, "opsz" 96; line-height: .98; letter-spacing: -.035em; }
.held__titel .akzent { display: block; font-size: 1.14em; line-height: .95; margin-top: .04em; }
.held__lead { margin: 30px 0 0; max-width: 50ch; font-size: clamp(1.1rem, 1.35vw, 1.28rem); color: var(--text-2); }
.held__knoepfe { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.held__fakten { display: flex; flex-wrap: wrap; gap: 10px 32px; margin: 40px 0 0; padding: 0; list-style: none; font-size: .9rem; color: var(--text-2); }
.held__fakten li { display: flex; align-items: baseline; gap: 10px; }
.held__fakten strong { font: 700 1.5rem/1 var(--anzeige); letter-spacing: -.03em; color: var(--text); }

/* Bühne: große SIM-Karte -> Person bricht oben aus -> kleines Handy davor */
.buehne { position: relative; height: min(80vh, 740px); min-height: 580px; }
.sim-karte {
  --k: 96px;
  position: absolute; right: 2%; bottom: 0; width: 86%; height: 76%;
  clip-path: polygon(0 0, calc(100% - var(--k)) 0, 100% var(--k), 100% 100%, 0 100%);
  background:
    radial-gradient(120% 90% at 20% 0%, rgba(255,90,90,.35), transparent 55%),
    linear-gradient(165deg, #ff2331 0%, var(--rot) 38%, var(--rot-tief) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.sim-karte::after { /* feine Kartenkante an der Schräge */
  content: ""; position: absolute; top: 0; right: 0; width: var(--k); height: var(--k);
  background: linear-gradient(to bottom left, transparent calc(50% - 1px), rgba(255,255,255,.35) 50%, transparent calc(50% + 1px));
}
.sim-karte__chip { position: absolute; right: 7%; top: 21%; width: 20%; max-width: 112px; filter: drop-shadow(0 6px 14px rgba(0,0,0,.35)); }
/* Kartenaufdruck senkrecht an der rechten Kante, wie auf einer echten SIM */
.sim-karte__text { position: absolute; right: 3.5%; bottom: 6%; writing-mode: vertical-rl; transform: rotate(180deg); font: 500 .62rem/1.3 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.75); }
.sim-karte__text b { display: inline-block; margin-top: 10px; font: 800 1.15rem/1 var(--anzeige); letter-spacing: -.02em; text-transform: none; color: #fff; }
.person {
  position: absolute; right: 11%; bottom: 0; height: 94%; width: auto; max-width: none; z-index: 1;
  filter: drop-shadow(0 30px 40px rgba(0,0,0,.45));
}
.buehne__boden { position: absolute; left: -20%; right: -20%; bottom: 0; height: 26%; z-index: 2; background: linear-gradient(to top, var(--nacht) 8%, transparent); pointer-events: none; }

/* Echtes Handy-Foto als Rahmen; der Chat wird per matrix3d exakt auf den Bildschirm projiziert.
   Alle Maße im Handy gelten im Foto-Koordinatensystem (545 × 995 px) und werden per --s skaliert. */
.handy-szene { --s: .5; position: absolute; left: -2%; bottom: 3%; z-index: 4; width: calc(545px * var(--s)); height: calc(995px * var(--s)); }
.handy-foto { position: absolute; left: 0; top: 0; width: 545px; height: 995px; transform: scale(var(--s)); transform-origin: 0 0; filter: drop-shadow(0 40px 50px rgba(0,0,0,.7)); }
.handy-foto > img { position: absolute; inset: 0; width: 545px; height: 995px; max-width: none; }
.handy-schirm {
  position: absolute; left: 0; top: 0; width: 390px; height: 845px; transform-origin: 0 0;
  transform: matrix3d(1.044258,0.123549,0,0.00019212,0.088186,1.056151,0,-0.00003894,0,0,1,0,48.400,34.800,0,1);
  border-radius: 48px; overflow: hidden; background: #0b141a; display: flex; flex-direction: column;
  font-size: 19px; color: #e9edef;
}
.handy-schirm::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 5; background: linear-gradient(115deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.02) 30%, transparent 42%), linear-gradient(0deg, rgba(0,0,0,.18), transparent 40%); }
.statusleiste { display: flex; align-items: center; justify-content: space-between; height: 54px; padding: 14px 34px 0 42px; font: 600 17px/1 var(--text-font); color: #fff; background: #1f2c34; }
.statusleiste__insel { width: 112px; height: 32px; border-radius: 20px; background: #000; }
.statusleiste__symbole { display: flex; align-items: center; gap: 7px; }
.statusleiste__symbole svg { height: 14px; width: auto; fill: #fff; }
.wa-kopf { display: flex; align-items: center; gap: 12px; padding: 8px 16px 12px 10px; background: #1f2c34; }
.wa-kopf__zurueck { width: 22px; height: 22px; color: #e9edef; flex: none; }
.wa-kopf__avatar { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; width: 44px; height: 44px; border-radius: 50%; background: #fff; flex: none; }
.wa-kopf__avatar .flagge { width: 20px; height: 13px; box-shadow: none; }
.wa-kopf__name { flex: 1; min-width: 0; }
.wa-kopf strong { display: block; font-size: 19px; color: #e9edef; font-weight: 600; }
.wa-kopf small { display: block; font-size: 14px; color: #8696a0; }
.wa-kopf__aktionen { display: flex; gap: 20px; color: #e9edef; }
.wa-kopf__aktionen svg { width: 24px; height: 24px; }
.wa-verlauf {
  flex: 1; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; gap: 9px; padding: 14px 14px 10px;
  background: #0b141a radial-gradient(circle at 20% 10%, rgba(255,255,255,.035) 0 3px, transparent 4px) 0 0 / 34px 34px;
}
.wa-datum { align-self: center; padding: 4px 12px; border-radius: 8px; background: #1d282f; font-size: 14px; color: #8696a0; margin-bottom: 4px; }
.blase { max-width: 84%; padding: 9px 12px 22px; border-radius: 12px; font-size: 18px; line-height: 1.34; color: #e9edef; position: relative; animation: blase-ein .35s var(--weich) both; }
.blase time { position: absolute; right: 10px; bottom: 4px; font-size: 12px; color: rgba(233,237,239,.55); }
.blase--sie { align-self: flex-start; background: #202c33; border-top-left-radius: 3px; }
.blase--ich { align-self: flex-end; background: #005c4b; border-top-right-radius: 3px; }
.blase--tippt { padding: 14px 16px; display: inline-flex; gap: 5px; }
.blase--tippt i { width: 8px; height: 8px; border-radius: 50%; background: #8696a0; animation: tippen 1s infinite; }
.blase--tippt i:nth-child(2) { animation-delay: .15s; } .blase--tippt i:nth-child(3) { animation-delay: .3s; }
@keyframes tippen { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-4px); } }
@keyframes blase-ein { from { opacity: 0; transform: translateY(10px) scale(.97); } to { opacity: 1; transform: none; } }
.wa-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 4px 14px 10px; background: #0b141a; }
.wa-chips[hidden] { display: none; }
.wa-chip { padding: 10px 15px; border-radius: 999px; border: 1.5px solid rgba(37,211,102,.5); background: rgba(37,211,102,.1); font: 600 16px/1 var(--text-font); color: #7ff0a8; cursor: pointer; animation: blase-ein .35s var(--weich) both; }
.wa-chip:hover { background: rgba(37,211,102,.22); }
.wa-weiter { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 14px 10px; padding: 14px; border-radius: 12px; background: var(--wa); color: var(--wa-text); font: 700 17px/1 var(--text-font); text-decoration: none; animation: blase-ein .35s var(--weich) both; }
.wa-weiter svg { width: 20px; height: 20px; }
.wa-eingabe { display: flex; align-items: center; gap: 8px; padding: 8px 12px 6px; background: #0b141a; }
.wa-eingabe__feld { flex: 1; display: flex; align-items: center; gap: 10px; min-width: 0; height: 50px; padding: 0 16px; border-radius: 999px; background: #202c33; }
.wa-eingabe__feld svg { width: 22px; height: 22px; color: #8696a0; flex: none; }
.wa-eingabe input { flex: 1; min-width: 0; height: 100%; border: 0; background: none; color: #e9edef; font: 400 17px var(--text-font); }
.wa-eingabe input::placeholder { color: #8696a0; }
.wa-eingabe input:focus { outline: none; }
.wa-eingabe a { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--wa); color: var(--wa-text); flex: none; }
.wa-eingabe a svg { width: 22px; height: 22px; }
.heimleiste { height: 26px; display: grid; place-items: center; background: #0b141a; }
.heimleiste::before { content: ""; width: 134px; height: 5px; border-radius: 3px; background: rgba(255,255,255,.55); }
.handy__hinweis { position: absolute; left: 0; top: 100%; margin: 12px 0 0; width: 240px; font: 500 .68rem/1.3 var(--mono); color: var(--text-3); }

/* Begriffe als SIM-Schilder */
.begriff {
  --k: 12px; position: absolute; z-index: 5; margin: 0; padding: 12px 20px 12px 14px;
  background: rgba(14, 14, 22, .82); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-left: 3px solid var(--gold); animation: schweben 7s ease-in-out infinite;
}
.begriff dt { font: 600 .95rem/1.2 var(--anzeige); letter-spacing: -.01em; }
.begriff dd { margin: 3px 0 0; font-size: .8rem; color: var(--gold); }
.begriff--1 { top: 6%; right: 0; }
.begriff--2 { top: 56%; right: 6%; animation-delay: -2.5s; }
@keyframes schweben { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------- Laufschrift (gefüllte Schrift, weiche Ränder) ---------- */
.laufschrift {
  position: relative; padding-block: 30px; border-block: 1px solid var(--linie); overflow: hidden; background: var(--nacht-2);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.laufschrift__band { display: flex; width: max-content; animation: laufen 42s linear infinite; }
.laufschrift__band--rueck { animation-direction: reverse; animation-duration: 52s; margin-top: 4px; }
.laufschrift span { flex: none; display: inline-flex; align-items: center; gap: 40px; padding: .12em 40px .1em 0; font: 800 clamp(2.2rem, 5vw, 4.4rem)/1.12 var(--anzeige); letter-spacing: -.035em; text-transform: uppercase; white-space: nowrap; }
.laufschrift .leise { color: var(--text-leise); }
.laufschrift .stern { display: inline-block; width: .32em; height: .32em; background: var(--rot-hell); clip-path: polygon(0 0, 65% 0, 100% 35%, 100% 100%, 0 100%); }
.laufschrift:hover .laufschrift__band { animation-play-state: paused; }
@keyframes laufen { to { transform: translateX(-50%); } }

/* ---------- Bento (Leistungen) ---------- */
.kopfzeile { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: clamp(40px, 5vw, 64px); }
.kopfzeile .lead { margin: 0; max-width: 44ch; }
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(250px, auto); gap: 12px; }
.kachel {
  --k: 36px; --mx: 50%; --my: 50%;
  position: relative; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px 28px 30px; background: linear-gradient(160deg, var(--flaeche-2), var(--flaeche));
  text-decoration: none; color: var(--text);
  transition: transform .45s var(--weich), background-color .3s;
}
.kachel::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity .3s; background: radial-gradient(420px circle at var(--mx) var(--my), rgba(242,193,78,.16), transparent 60%); }
.kachel:hover { transform: translateY(-3px); }
.kachel:hover::before { opacity: 1; }
.kachel--a { grid-column: span 2; grid-row: span 2; min-height: 540px; }
.kachel--b, .kachel--g { grid-column: span 2; }
.kachel__bild { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--weich); }
.kachel:hover .kachel__bild { transform: scale(1.05); }
.kachel--foto::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,7,13,0) 25%, rgba(7,7,13,.94) 100%); }
.kachel__icon { --k: 10px; display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: auto; background: rgba(255,255,255,.08); color: var(--gold); }
.kachel__icon svg { width: 26px; height: 26px; }
.kachel__pfeil { --k: 9px; position: absolute; right: 26px; bottom: 28px; display: grid; place-items: center; width: 44px; height: 44px; background: var(--wa); color: var(--wa-text); transition: transform .35s var(--weich); }
.kachel__pfeil svg { width: 20px; height: 20px; transform: rotate(-45deg); transition: transform .35s var(--weich); }
.kachel:hover .kachel__pfeil svg { transform: rotate(0); }
.kachel h3 { font-size: clamp(1.5rem, 2.2vw, 2.1rem); padding-right: 56px; }
.kachel--a h3 { font-size: clamp(2.2rem, 3.6vw, 3.4rem); }
.kachel p { margin: 12px 0 0; font-size: .96rem; color: var(--text-2); max-width: 42ch; padding-right: 56px; }
.kachel__marke { --k: 7px; display: inline-block; margin-bottom: 16px; padding: 6px 14px 6px 10px; background: var(--rot); font: 600 .7rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: #fff; align-self: flex-start; }
.kachel--zahl { justify-content: space-between; background: radial-gradient(120% 120% at 100% 0%, rgba(227,10,23,.45), transparent 60%), linear-gradient(160deg, var(--flaeche-2), var(--flaeche)); }
.kachel--zahl p { padding-right: 0; }
.grosszahl { font: 800 clamp(4rem, 7vw, 6.4rem)/.85 var(--anzeige); letter-spacing: -.06em; }
.grosszahl small { font-size: .45em; color: var(--gold); letter-spacing: -.02em; }
.kachel--fakten { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 0; padding: 26px 28px; }
.fakt { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding-right: 16px; }
.fakt + .fakt { padding-left: 20px; border-left: 1px solid var(--linie); }
.fakt strong { font: 800 clamp(2.4rem, 4vw, 3.6rem)/.9 var(--anzeige); letter-spacing: -.05em; }
.fakt span { min-height: 2.7em; margin-top: 12px; font-size: .88rem; color: var(--text-2); line-height: 1.35; }
/* Signalbalken statt Funkbögen */
.funk { position: absolute; top: 30px; left: 30px; display: flex; align-items: flex-end; gap: 5px; height: 44px; }
.funk i { width: 10px; background: var(--gold); animation: funk 2.4s ease-in-out infinite; }
.funk i:nth-child(1) { height: 14px; }
.funk i:nth-child(2) { height: 24px; animation-delay: .2s; }
.funk i:nth-child(3) { height: 34px; animation-delay: .4s; }
.funk i:nth-child(4) { height: 44px; animation-delay: .6s; }
@keyframes funk { 0%, 100% { opacity: .3; } 50% { opacity: 1; } }

/* ---------- Wörterbuch (gefüllte Schrift, leise -> hell) ---------- */
.woerterbuch { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.woerterbuch__kopf { position: sticky; top: 120px; }
.woerterbuch__kopf p { color: var(--text-2); max-width: 44ch; }
.woerter { border-top: 1px solid var(--linie); }
.wort { position: relative; display: grid; padding: 20px 0 22px; border-bottom: 1px solid var(--linie); cursor: default; outline: none; }
.wort::before { content: ""; position: absolute; left: 0; top: -1px; height: 2px; width: 0; background: linear-gradient(90deg, var(--rot-hell), var(--gold)); transition: width .5s var(--weich); }
.wort__de { font: 800 clamp(1.8rem, 3.5vw, 3.3rem)/1.08 var(--anzeige); letter-spacing: -.035em; overflow-wrap: anywhere; hyphens: manual; color: var(--text-leise); transition: color .35s; }
.wort__tr { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--weich), opacity .35s; opacity: 0; }
.wort__tr > span { overflow: hidden; font-size: 1.05rem; color: var(--text-2); }
.wort__tr strong { color: var(--gold); font-weight: 600; }
.wort:hover .wort__de, .wort:focus-visible .wort__de, .wort[data-offen] .wort__de { color: var(--text); }
.wort:hover::before, .wort:focus-visible::before, .wort[data-offen]::before { width: 100%; }
.wort:hover .wort__tr, .wort:focus-visible .wort__tr, .wort[data-offen] .wort__tr { grid-template-rows: 1fr; opacity: 1; }
.wort:hover .wort__tr > span, .wort:focus-visible .wort__tr > span, .wort[data-offen] .wort__tr > span { padding-top: 12px; }

/* ---------- Netze ---------- */
.netze { padding-block: clamp(64px, 8vw, 110px); text-align: center; }
.netze h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 36px; }
.logoband { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.logoband__innen { display: flex; gap: 12px; width: max-content; animation: laufen 40s linear infinite; }
.logoband:hover .logoband__innen { animation-play-state: paused; }
.logo-chip { --k: 16px; flex: none; display: grid; place-items: center; width: 184px; height: 100px; padding: 18px 24px; background: #f5f1ea; }
.logo-chip img { max-height: 52px; width: auto; object-fit: contain; }
.rechtshinweis { max-width: 64ch; margin: 26px auto 0; font-size: .84rem; color: var(--text-3); }

/* ---------- Heiminternet-Rechner ---------- */
.rechner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.rechner__text p { color: var(--text-2); max-width: 50ch; }
.rechner__karte { --k: 48px; position: relative; padding: clamp(24px, 3vw, 40px); background: linear-gradient(160deg, var(--flaeche-2), var(--flaeche)); overflow: hidden; isolation: isolate; }
.rechner__karte::before { content: ""; position: absolute; width: 380px; height: 380px; right: -140px; top: -160px; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(242,193,78,.28), transparent 70%); filter: blur(20px); }
.rechner__frage { margin: 0 0 12px; font: 500 .74rem/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); }
.wahl { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.wahl label { position: relative; }
.wahl input { position: absolute; opacity: 0; }
.wahl span { --k: 9px; display: inline-flex; align-items: center; min-height: 46px; padding: 0 20px 0 16px; background: rgba(255,255,255,.07); font-weight: 500; font-size: .95rem; color: var(--text-2); cursor: pointer; transition: background-color .2s, color .2s; }
.wahl span:hover { color: var(--text); background: rgba(255,255,255,.12); }
.wahl input:checked + span { background: var(--text); color: var(--nacht); }
.wahl input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.ergebnis { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; padding-top: 24px; border-top: 1px solid var(--linie); }
.ergebnis__zahl { font: 800 clamp(3.4rem, 6vw, 5rem)/.85 var(--anzeige); letter-spacing: -.05em; }
.ergebnis__zahl small { font-size: .32em; letter-spacing: 0; color: var(--gold); margin-left: .15em; }
/* Signalstärke-Balken: Stufe per --stufe (1–4) */
.signal { display: flex; align-items: flex-end; gap: 6px; height: 64px; margin-bottom: 6px; }
.signal i { width: 14px; background: rgba(255,255,255,.1); transition: background-color .4s var(--weich); }
.signal i:nth-child(1) { height: 25%; } .signal i:nth-child(2) { height: 50%; } .signal i:nth-child(3) { height: 75%; } .signal i:nth-child(4) { height: 100%; }
.signal i[data-an] { background: linear-gradient(var(--gold), var(--rot-hell)); }
.rechner__fuss { margin: 16px 0 0; font-size: .84rem; color: var(--text-3); }

/* ---------- Ablauf ---------- */
.ablauf { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 6vw, 96px); }
.ablauf__kopf { position: sticky; top: 120px; align-self: start; }
.ablauf__kopf p { color: var(--text-2); }
.zeitleiste { position: relative; margin: 0; padding: 0 0 0 72px; list-style: none; }
.zeitleiste::before, .zeitleiste::after { content: ""; position: absolute; z-index: 0; left: 22px; top: 22px; bottom: 22px; width: 2px; background: var(--linie); }
.zeitleiste::after { background: linear-gradient(var(--rot-hell), var(--gold)); bottom: auto; height: var(--fortschritt, 0%); max-height: calc(100% - 44px); box-shadow: 0 0 16px rgba(255,58,71,.6); transition: height .15s linear; }
.etappe { position: relative; z-index: 1; padding-bottom: 56px; }
.etappe:last-child { padding-bottom: 0; }
/* Nummer liegt ÜBER der Linie: eigener Stapel, deckende Fläche */
.etappe__nr { --k: 10px; position: absolute; z-index: 2; left: -72px; top: 0; display: grid; place-items: center; width: 46px; height: 46px; background: var(--nacht-3); box-shadow: inset 0 0 0 1px var(--linie-2); font: 700 1rem/1 var(--mono); color: var(--text-2); transition: background-color .4s var(--weich), color .4s; }
.etappe[data-an] .etappe__nr { background: var(--rot); color: #fff; box-shadow: none; }
.etappe h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); margin-bottom: 10px; padding-top: 6px; }
.etappe p { margin: 0; color: var(--text-2); max-width: 52ch; }

/* ---------- Vollbild Adresse ---------- */
.adresse { position: relative; min-height: clamp(560px, 70vw, 780px); display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.adresse > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.adresse::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,7,13,.96) 0%, rgba(7,7,13,.78) 42%, rgba(7,7,13,.2) 80%), linear-gradient(0deg, var(--nacht) 0%, transparent 30%), linear-gradient(180deg, var(--nacht) 0%, transparent 20%); }
.adresse h2 { max-width: 12ch; }
.adresse p { max-width: 50ch; margin-top: 26px; color: var(--text-2); }
.adresse .knopf { margin-top: 18px; }
.pin { position: absolute; right: 22%; top: 42%; width: 22px; height: 22px; background: var(--rot-hell); box-shadow: 0 0 30px var(--rot-hell); clip-path: polygon(0 0, 65% 0, 100% 35%, 100% 100%, 0 100%); }
.pin::after { content: ""; position: absolute; inset: 0; background: var(--rot-hell); animation: pin 2.2s ease-out infinite; }
.pin-welle { position: absolute; right: calc(22% - 30px); top: calc(42% - 30px); width: 82px; height: 82px; border: 2px solid var(--rot-hell); animation: pinwelle 2.2s ease-out infinite; clip-path: polygon(0 0, 70% 0, 100% 30%, 100% 100%, 0 100%); }
@keyframes pinwelle { from { transform: scale(.3); opacity: .9; } to { transform: scale(1.6); opacity: 0; } }
@keyframes pin { 50% { opacity: .5; } }

/* ---------- Geld / Versprechen ---------- */
.geld__aussage { font: 800 clamp(2.6rem, 6.4vw, 6rem)/1 var(--anzeige); letter-spacing: -.045em; max-width: 16ch; }
.geld__aussage .null { color: var(--gold); }
.geld__raster { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 96px); margin-top: clamp(32px, 4vw, 56px); align-items: start; }
.geld__raster > p { color: var(--text-2); font-size: 1.12rem; }
.versprechen { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.versprechen li { --k: 22px; padding: 28px; background: linear-gradient(160deg, var(--flaeche-2), var(--flaeche)); }
.versprechen svg { width: 28px; height: 28px; color: var(--rot-hell); margin-bottom: 16px; }
.versprechen h3 { font-size: 1.15rem; margin-bottom: 8px; }
.versprechen p { margin: 0; font-size: .94rem; color: var(--text-2); }

/* ---------- Ruhe ---------- */
.ruhe { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.ruhe__bild { --k: 72px; position: relative; overflow: hidden; aspect-ratio: 4 / 3.4; }
.ruhe__bild img { width: 100%; height: 100%; object-fit: cover; }
.ruhe__bild::after { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 60% at 0% 100%, rgba(227,10,23,.35), transparent 60%); mix-blend-mode: screen; }
.ruhe__text p { color: var(--text-2); max-width: 50ch; }

/* ---------- FAQ ---------- */
.sss { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.sss__kopf { position: sticky; top: 120px; }
.sss__kopf p { color: var(--text-2); }
.fragen { border-top: 1px solid var(--linie); }
.frage { border-bottom: 1px solid var(--linie); }
.frage summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font: 600 clamp(1.1rem, 1.6vw, 1.35rem)/1.3 var(--anzeige); letter-spacing: -.015em; transition: color .2s; }
.frage summary::-webkit-details-marker { display: none; }
.frage summary::after { --k: 9px; content: "+"; flex: none; display: grid; place-items: center; width: 40px; height: 40px; background: rgba(255,255,255,.08); font: 300 1.4rem/1 var(--text-font); color: var(--gold); transition: background-color .2s, transform .35s var(--weich); }
.frage[open] summary::after { content: "–"; background: var(--rot); color: #fff; }
.frage summary:hover { color: var(--gold); }
.frage__antwort { padding: 0 60px 26px 0; color: var(--text-2); }
.frage__antwort p { margin: 0; }

/* ---------- Finale ---------- */
.finale { position: relative; padding-block: clamp(120px, 14vw, 220px); text-align: center; overflow: hidden; isolation: isolate; }
.finale .licht--rot { left: 50%; top: 50%; right: auto; transform: translate(-50%, -50%); width: 900px; height: 900px; }
.finale .licht--gold { left: 60%; top: 10%; right: auto; width: 500px; height: 500px; }
.finale__titel { font-size: clamp(4rem, 13vw, 12rem); font-weight: 800; letter-spacing: -.055em; line-height: .9; }
.finale__titel .akzent { display: block; font-size: .62em; line-height: 1.05; margin-top: .1em; }
.finale p { max-width: 54ch; margin: 34px auto 0; color: var(--text-2); font-size: 1.15rem; }
.finale__knoepfe { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 40px; }

/* ---------- Fuß ---------- */
.fuss { border-top: 1px solid var(--linie); background: var(--nacht-2); }
.fuss__raster { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-block: 72px 48px; }
.fuss__marke p { margin-top: 18px; color: var(--text-2); max-width: 42ch; font-size: .95rem; }
.fuss h2 { margin-bottom: 18px; font: 500 .74rem/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.fuss ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; font-size: .95rem; }
.fuss ul a { text-decoration: none; color: var(--text-2); transition: color .2s; }
.fuss ul a:hover { color: var(--text); }
.fuss__ki { padding: 20px 0; border-top: 1px solid var(--linie); font-size: .82rem; color: var(--text-3); }
.fuss__ki span { display: block; }
.fuss__unten { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 18px 0 26px; border-top: 1px solid var(--linie); font-size: .82rem; color: var(--text-3); }

/* ---------- Schwebender WhatsApp-Knopf ---------- */
.wa-fab { --k: 14px; position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 90; display: none; align-items: center; gap: 10px; min-height: 58px; padding: 0 24px 0 18px; background: var(--wa); color: var(--wa-text); font-weight: 700; text-decoration: none; opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .3s var(--weich), transform .3s var(--weich); }
.wa-fab svg { width: 26px; height: 26px; }
.wa-fab--sichtbar { opacity: 1; transform: none; pointer-events: auto; }

/* ---------- Einblenden ---------- */
.js .einblenden { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--weich), transform .9s var(--weich); }
.js .einblenden--da { opacity: 1; transform: none; }


/* ==========================================================================
   Responsiv
   ========================================================================== */
@media (max-width: 1180px) {
  .hauptnav { gap: 20px; }
  .begriff--2 { display: none; }
  .handy-szene { --s: .44; }
}
@media (max-width: 1040px) {
  .hauptnav {
    --k: 22px;
    position: fixed; top: 86px; left: var(--rand); right: var(--rand); z-index: 110;
    flex-direction: column; gap: 0; padding: 12px 22px; background: rgba(14,14,22,.97);
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 0, 100% 0, 0 0);
    visibility: hidden; transition: clip-path .4s var(--weich), visibility 0s linear .4s;
  }
  .hauptnav a { padding: 16px 0; font-size: 1.2rem; color: var(--text); border-bottom: 1px solid var(--linie); }
  .hauptnav a::after { display: none; }
  .hauptnav--offen { clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%); visibility: visible; transition: clip-path .4s var(--weich), visibility 0s; }
  .burger { display: inline-flex; }
  .kopf__aktionen { margin-left: auto; }
  .kopf .knopf--wa span { display: none; }
  .kopf .knopf--wa { width: 48px; padding: 0; }
  .wa-fab { display: inline-flex; }
  .held__raster { grid-template-columns: 1fr; }
  .buehne { height: 620px; min-height: 0; max-width: 640px; width: 100%; margin: 24px auto 0; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .kachel--a { min-height: 460px; }
  .woerterbuch, .ablauf, .sss, .geld__raster, .ruhe, .rechner { grid-template-columns: 1fr; }
  .woerterbuch__kopf, .ablauf__kopf, .sss__kopf { position: static; }
  .fuss__raster { grid-template-columns: 1fr 1fr; }
  .fuss__marke { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  body { font-size: 1rem; }
  .kopf__leiste { height: 66px; gap: 10px; }
  .marke { font-size: 1.4rem; }
  .marke__bild { height: 38px; }
  .sprachwahl { gap: 10px; }
  .sprachwahl a span { display: none; }
  .held { padding-top: 104px; }
  .held__titel { font-size: clamp(2.7rem, 12.5vw, 3.6rem); }
  .held__knoepfe .knopf { flex: 1 1 100%; }
  .buehne { height: 540px; }
  .sim-karte { --k: 56px; right: 0; width: 86%; height: 72%; }
  .person { right: -2%; height: 96%; }
  .handy-szene { --s: .34; left: -2%; bottom: 2%; }
  .handy__hinweis { display: none; }
  .begriff--1 { top: 4%; left: auto; right: 0; }
  .sim-karte__chip { width: 26%; }
  .bento { grid-template-columns: 1fr; }
  .kachel--a, .kachel--b, .kachel--g { grid-column: auto; grid-row: auto; }
  .kachel--a { min-height: 440px; }
  .kachel--fakten { grid-template-columns: 1fr; }
  .fakt { padding: 14px 0; }
  .fakt + .fakt { padding-left: 0; border-left: 0; border-top: 1px solid var(--linie); }
  .fakt span { min-height: 0; }
  .kopfzeile { flex-direction: column; align-items: flex-start; }
  .versprechen { grid-template-columns: 1fr; }
  .frage__antwort { padding-right: 0; }
  .fuss__raster { grid-template-columns: 1fr; }
  .finale__knoepfe .knopf { width: 100%; }
  .pin { right: 12%; top: 18%; } .pin-welle { right: calc(12% - 30px); top: calc(18% - 30px); }
  .wort__tr { grid-template-rows: 1fr; opacity: 1; }
  .wort__tr > span { padding-top: 10px; }
  .wort__de { color: var(--text); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .js .einblenden { opacity: 1; transform: none; }
}

/* ==========================================================================
   Hilfsklassen (die CSP erlaubt keine style-Attribute im HTML)
   ========================================================================== */
.ohne-oben { padding-top: 0; }
.abstand-oben { margin-top: 28px; }
.abstand-oben-klein { margin-top: 12px; }
.volle-breite { width: 100%; }
.band { background: var(--nacht-2); border-block: 1px solid var(--linie); }
.bildpos-links { object-position: 30% 50%; }
.bildpos-mitte-oben { object-position: 50% 30%; }
.bildpos-rechts { object-position: 70% 50%; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ==========================================================================
   Unterseiten: Kopfbereich
   ========================================================================== */
.seitenkopf { position: relative; padding: 150px 0 56px; overflow: hidden; isolation: isolate; }
.seitenkopf .licht--rot { right: -10%; top: -40%; width: 700px; height: 700px; }
.seitenkopf .licht--gold { right: -20%; top: -60%; width: 500px; height: 500px; }
.seitenkopf h1 { font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 800; letter-spacing: -.04em; max-width: 16ch; }
.seitenkopf .lead { margin-top: 22px; }
.seitenkopf--schmal { padding-bottom: 32px; }

/* ==========================================================================
   Kontakt
   ========================================================================== */
.kontakt { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 5vw, 80px); align-items: start; padding-bottom: var(--abstand); }
.kontakt__wa { --k: 32px; padding: clamp(24px, 3vw, 40px); background: radial-gradient(120% 120% at 100% 0%, rgba(37,211,102,.18), transparent 60%), linear-gradient(160deg, var(--flaeche-2), var(--flaeche)); }
.kontakt__wa h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 16px; }
.kontakt__wa p { color: var(--text-2); }
.kontakt__wege { margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid var(--linie); list-style: none; display: grid; gap: 18px; }
.kontakt__wege li { display: grid; gap: 2px; }
.kontakt__wege small { font: 500 .72rem/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); }
.kontakt__wege a, .kontakt__wege span { color: var(--text); text-decoration: none; font-size: 1.05rem; }
.kontakt__wege a:hover { color: var(--gold); }
.kontakt__hinweis { margin-top: 22px; font-size: .9rem; color: var(--text-3); }

/* ==========================================================================
   Formulare (Kontakt, Bestellung)
   ========================================================================== */
.formular { --k: 32px; padding: clamp(24px, 3vw, 40px); background: linear-gradient(160deg, var(--flaeche-2), var(--flaeche)); }
.formular h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-bottom: 8px; }
.formular__einleitung { color: var(--text-2); margin-bottom: 26px; }
.formular fieldset { margin: 0 0 8px; padding: 0; border: 0; min-width: 0; }
.formular legend { padding: 0; margin: 18px 0 14px; font: 500 .74rem/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.f-reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.f-reihe--3 { grid-template-columns: 1.4fr 1fr 1fr; }
.f-reihe--plz { grid-template-columns: 130px 1fr; }
.f-reihe--str { grid-template-columns: 1fr 130px; }
.f-feld { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; min-width: 0; }
.f-feld label, .f-label { font-size: .9rem; font-weight: 600; color: var(--text); }
.f-feld label small, .f-label small { font-weight: 400; color: var(--text-3); margin-left: 6px; }
.f-pflicht { color: var(--rot-hell); }
.f-eingabe {
  width: 100%; min-height: 52px; padding: 0 16px; border: 0; border-radius: 0;
  background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px var(--linie-2);
  color: var(--text); font: 500 1rem/1.3 var(--text-font);
  transition: box-shadow .2s, background-color .2s;
}
textarea.f-eingabe { min-height: 132px; padding: 14px 16px; resize: vertical; }
select.f-eingabe { appearance: none; -webkit-appearance: none; padding-right: 44px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f2c14e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; }
select.f-eingabe option { background: var(--nacht-3); color: var(--text); }
.f-eingabe::placeholder { color: var(--text-3); }
.f-eingabe:hover { box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.f-eingabe:focus { outline: none; background: rgba(255,255,255,.09); box-shadow: inset 0 0 0 2px var(--gold); }
.f-eingabe[readonly] { background: transparent; box-shadow: inset 0 0 0 1px var(--linie); color: var(--text-2); }
.f-hinweis { font-size: .82rem; color: var(--text-3); }
.f-haken { position: relative; display: flex; gap: 14px; align-items: flex-start; margin: 14px 0; font-size: .92rem; color: var(--text-2); cursor: pointer; }
.f-haken input { position: absolute; opacity: 0; width: 22px; height: 22px; margin: 0; }
.f-haken__kasten { flex: none; display: grid; place-items: center; width: 24px; height: 24px; margin-top: 1px; background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 1px var(--linie-2); clip-path: polygon(0 0, 72% 0, 100% 28%, 100% 100%, 0 100%); transition: background-color .2s; }
.f-haken__kasten svg { width: 15px; height: 15px; color: var(--nacht); opacity: 0; }
.f-haken input:checked + .f-haken__kasten { background: var(--gold); }
.f-haken input:checked + .f-haken__kasten svg { opacity: 1; }
.f-haken input:focus-visible + .f-haken__kasten { outline: 2px solid var(--gold); outline-offset: 2px; }
.f-haken a { color: var(--gold); }
.honigtopf { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.formular .knopf { margin-top: 10px; }
.formular__fuss { margin-top: 18px; font-size: .84rem; color: var(--text-3); }

/* Bestellung: der vorbereitete Tarif */
.bestellung { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 4vw, 64px); align-items: start; padding-bottom: var(--abstand); }
.tarifkarte { --k: 28px; position: sticky; top: 110px; padding: 28px; background: radial-gradient(120% 90% at 100% 0%, rgba(227,10,23,.4), transparent 60%), linear-gradient(160deg, var(--flaeche-2), var(--flaeche)); }
.tarifkarte__kopf { font: 500 .72rem/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.tarifkarte__anbieter { display: flex; align-items: center; gap: 14px; margin: 18px 0 8px; }
.tarifkarte__anbieter img { --k: 8px; width: 88px; height: 52px; object-fit: contain; padding: 6px; background: #fff; clip-path: polygon(0 0, calc(100% - var(--k)) 0, 100% var(--k), 100% 100%, 0 100%); }
.tarifkarte__anbieter strong { font: 700 1.2rem/1.2 var(--anzeige); }
.tarifkarte h2 { font-size: clamp(1.6rem, 2.4vw, 2.2rem); margin-bottom: 18px; }
.tarifkarte dl { margin: 0; display: grid; gap: 10px; }
.tarifkarte dl div { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 10px; border-bottom: 1px dashed var(--linie-2); }
.tarifkarte dt { color: var(--text-3); font-size: .9rem; }
.tarifkarte dd { margin: 0; font-weight: 600; text-align: right; }
.tarifkarte__preis dd { font: 800 1.6rem/1 var(--anzeige); color: var(--gold); }
.tarifkarte__fuss { margin: 18px 0 0; font-size: .82rem; color: var(--text-3); }
.tarifkarte--fehlt h2 { color: var(--text-2); }

/* ==========================================================================
   Meldungen, Danke, 404
   ========================================================================== */
.meldung { --k: 16px; padding: 18px 22px; margin: 20px 0; clip-path: polygon(0 0, calc(100% - var(--k)) 0, 100% var(--k), 100% 100%, 0 100%); }
.meldung--fehler { background: rgba(227,10,23,.14); box-shadow: inset 3px 0 0 var(--rot-hell); color: var(--text); }
.meldung--fehler ul { margin: 10px 0 0; padding-left: 20px; color: var(--text-2); }
.meldung--ok { background: rgba(37,211,102,.12); box-shadow: inset 3px 0 0 var(--wa); }
.mittig { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 140px 0 80px; position: relative; overflow: hidden; isolation: isolate; }
.mittig .licht--rot { left: 50%; top: 50%; right: auto; transform: translate(-50%, -50%); }
.mittig h1 { font-size: clamp(2.8rem, 7vw, 5.6rem); font-weight: 800; letter-spacing: -.045em; max-width: 14ch; margin-inline: auto; }
.mittig p { max-width: 52ch; margin: 22px auto 0; color: var(--text-2); font-size: 1.1rem; }
.mittig__knoepfe { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.mittig__zeichen { --k: 18px; display: grid; place-items: center; width: 84px; height: 84px; margin: 0 auto 28px; background: var(--wa); color: var(--wa-text); clip-path: polygon(0 0, calc(100% - var(--k)) 0, 100% var(--k), 100% 100%, 0 100%); }
.mittig__zeichen svg { width: 40px; height: 40px; }
.mittig__zeichen--rot { background: var(--rot); color: #fff; font: 800 1.6rem/1 var(--anzeige); }

/* ==========================================================================
   Rechtstexte (Deutsch verbindlich, Türkisch darunter)
   ========================================================================== */
.recht { display: grid; grid-template-columns: 240px 1fr; gap: clamp(28px, 5vw, 72px); align-items: start; padding-bottom: var(--abstand); }
.recht__inhalt { position: sticky; top: 110px; margin: 0; padding: 0; list-style: none; font-size: .9rem; display: grid; gap: 8px; }
.recht__inhalt a { color: var(--text-2); text-decoration: none; }
.recht__inhalt a:hover { color: var(--gold); }
.recht__hinweis { --k: 18px; margin-bottom: 36px; padding: 18px 22px; background: rgba(242,193,78,.1); box-shadow: inset 3px 0 0 var(--gold); color: var(--text-2); font-size: .95rem; clip-path: polygon(0 0, calc(100% - var(--k)) 0, 100% var(--k), 100% 100%, 0 100%); }
.recht section { padding: 30px 0; border-top: 1px solid var(--linie); scroll-margin-top: 100px; }
.recht h2 { font-size: clamp(1.4rem, 2.2vw, 1.8rem); margin-bottom: 16px; }
.recht h3 { font-size: 1.05rem; margin: 18px 0 8px; }
.recht p, .recht li { color: var(--text-2); font-size: .98rem; max-width: 76ch; }
.recht ul { padding-left: 20px; }
.recht a { color: var(--gold); }
.recht address { font-style: normal; color: var(--text); line-height: 1.7; }
.recht__tr { margin-top: 18px; padding: 18px 22px; background: rgba(255,255,255,.035); box-shadow: inset 3px 0 0 var(--rot); }
.recht__tr > p:first-child { margin-top: 0; }
.recht__tr-kopf { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; font: 500 .7rem/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.recht__stand { color: var(--text-3); font-size: .88rem; }

@media (max-width: 1040px) {
  .kontakt, .bestellung, .recht { grid-template-columns: 1fr; }
  .tarifkarte, .recht__inhalt { position: static; }
  .recht__inhalt { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
}
@media (max-width: 640px) {
  .seitenkopf { padding-top: 120px; }
  .f-reihe, .f-reihe--3 { grid-template-columns: 1fr; }
  .f-reihe--plz { grid-template-columns: 110px 1fr; }
  .f-reihe--str { grid-template-columns: 1fr 100px; }
  .formular .knopf { width: 100%; }
}

/* Pruefmodus (?statisch): feste Hero-Hoehe fuer Ganzseiten-Screenshots */
.statisch .held, .statisch .mittig { min-height: 900px; }
