/* ============================================================
   TEMIR DIGITAL — Marketing-Website
   Palette & Typo identisch mit Flyer/Preisblatt:
   Kohle-Schwarz, Gold, Creme · Bodoni Moda (selbst gehostet,
   DSGVO-sauber — keine Anfrage an Google-Server)
   ============================================================ */

@font-face {
  font-family: 'Bodoni Moda';
  src: url('fonts/bodoni-moda-normal.woff2') format('woff2');
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodoni Moda';
  src: url('fonts/bodoni-moda-italic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --kohle: #0B0B0D;
  --kohle-2: #131316;
  --kohle-3: #1A1A1E;
  --gold: #C9962F;
  --gold-hell: #E4BD63;
  --gold-tief: #7E5A18;
  --creme: #ECEAE3;
  --grau: #ABA79D;
  --linie: #232327;
  --spot: #251E07;
  --tint-auf-gold: #1A1400;
  --gold-kante: rgba(228, 189, 99, 0.14);
  --schatten-tief: rgba(0, 0, 0, 0.5);
  --glas: rgba(11, 11, 13, 0.9);
  --display: 'Bodoni Moda', Georgia, 'Times New Roman', serif;
  --body: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  --w: 1080px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--kohle);
  color: var(--creme);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.7;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: var(--gold-hell); }

:focus-visible {
  outline: 2px solid var(--gold-hell);
  outline-offset: 3px;
  border-radius: 2px;
}

::selection { background: var(--gold); color: var(--tint-auf-gold); }

.wrap { max-width: var(--w); margin: 0 auto; padding: 0 24px; }

/* ---------- Utility-Typo ---------- */

.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-hell);
  font-weight: 600;
}

/* Skip-Link für Tastatur-Nutzer */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--gold); color: var(--tint-auf-gold);
  padding: 12px 20px; border-radius: 0 0 10px 0;
  font-weight: 700; text-decoration: none;
}
.skip-link:focus { left: 0; }

.h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.9rem, 4.2vw, 2.7rem);
  line-height: 1.12;
  margin-top: 14px;
  letter-spacing: 0.005em;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 26;
}

.lead { color: var(--grau); max-width: 58ch; margin-top: 16px; }
.lead b, .lead strong { color: var(--creme); font-weight: 600; }

/* Gold-Raute-Flourish (Motiv von Flyer & Preisblatt) */
.flourish {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; margin: 0 auto;
}
.flourish .linie {
  height: 1px; width: min(130px, 26vw);
  background: linear-gradient(90deg, transparent, var(--gold-tief));
}
.flourish .linie.r {
  background: linear-gradient(90deg, var(--gold-tief), transparent);
}
.flourish .raute {
  width: 6px; height: 6px; background: var(--gold);
  transform: rotate(45deg); flex: 0 0 auto;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  border-radius: 999px; padding: 14px 28px;
  font-weight: 700; font-size: 1rem; text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .15s ease;
}
/* schnellere Tap-Reaktion auf Mobilgeräten */
.btn, .nav-cta, .nav-links a, .brand, .faq-liste summary,
.kontakt-karte, .footer-recht a, .skip-link { touch-action: manipulation; }
.btn:active { transform: translateY(1px); }
.btn-gold {
  background: var(--gold); color: var(--tint-auf-gold);
  box-shadow: 0 10px 34px rgba(201, 150, 47, 0.28);
}
.btn-gold:hover { background: var(--gold-hell); }
.btn-ghost {
  border: 1px solid var(--gold-tief); color: var(--creme);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-hell); }
.btn svg { flex: 0 0 auto; }

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

.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--glas);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--linie);
}
.nav-inner {
  max-width: var(--w); margin: 0 auto; padding: 0 24px;
  height: 64px; display: flex; align-items: center; gap: 28px;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none; white-space: nowrap;
}
/* Logo-Lockup: TD-Monogramm als gerahmte Kachel + Wortmarke.
   Der schwarze Bildgrund wird zur bewussten dunklen Kachel mit Goldkante. */
.brand-mark {
  width: 40px; height: 40px; flex: 0 0 auto;
  border-radius: 11px; object-fit: cover;
  border: 1px solid var(--gold-tief);
  box-shadow: 0 2px 12px var(--schatten-tief), inset 0 0 0 1px var(--gold-kante);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.brand:hover .brand-mark {
  border-color: var(--gold);
  box-shadow: 0 2px 16px var(--schatten-tief), inset 0 0 0 1px var(--gold-kante);
}
.brand-wort {
  font-family: var(--display); font-weight: 700; font-size: 1.05rem;
  letter-spacing: 0.14em; color: var(--creme);
}
.brand .raute-inline {
  display: inline-block; width: 6px; height: 6px; background: var(--gold);
  transform: rotate(45deg); margin: 0 8px 2px; vertical-align: middle;
}
.nav-links { display: flex; gap: 24px; margin-left: auto; }
.nav-links a {
  color: var(--grau); text-decoration: none; font-size: 0.92rem; font-weight: 500;
  transition: color .2s ease;
}
.nav-links a:hover { color: var(--gold-hell); }
.nav-cta {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--tint-auf-gold);
  border-radius: 999px; padding: 9px 18px;
  font-weight: 700; font-size: 0.92rem; text-decoration: none;
  white-space: nowrap; transition: background .2s ease;
}
.nav-cta:hover { background: var(--gold-hell); }
.nav-links + .nav-cta { margin-left: 0; }

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

.hero { position: relative; padding: 84px 0 72px; overflow: hidden; }
/* TD-Monogramm als Wasserzeichen: mix-blend-mode screen lässt den
   schwarzen Bildhintergrund optisch verschwinden, nur das Gold bleibt. */
.hero-wasserzeichen {
  position: absolute; inset: 0; z-index: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.hero-wasserzeichen img,
.kontakt-wasserzeichen img {
  /* radiale Maske: blendet die Bildkanten aus, damit kein Rechteck sichtbar wird */
  -webkit-mask-image: radial-gradient(closest-side, #000 55%, transparent 98%);
  mask-image: radial-gradient(closest-side, #000 55%, transparent 98%);
}
.hero-wasserzeichen img {
  width: min(880px, 140vw); height: auto;
  mix-blend-mode: screen; opacity: 0.10;
  /* nach rechts hinter das Handy verschoben — nicht hinter den Text */
  transform: translateX(16%);
}
.hero .wrap { position: relative; z-index: 1; }
.hero-grid {
  display: grid; grid-template-columns: 1.08fr 0.92fr;
  gap: 56px; align-items: center;
}
.hero h1 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2.65rem, 5.6vw, 3.9rem);
  line-height: 1.08; margin-top: 20px; letter-spacing: 0.002em;
  /* niedrige optische Größe erzwingen: kräftigere Haarlinien,
     sonst flimmert die Didone auf dunklem Grund */
  font-optical-sizing: none;
  font-variation-settings: "opsz" 22;
}
.hero h1 em {
  font-style: italic; font-weight: 600; color: var(--gold-hell);
}
.hero .lead { font-size: 1.125rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-note {
  margin-top: 22px; color: var(--grau); font-size: 0.9rem;
  display: flex; align-items: center; gap: 10px;
}
.hero-note .puls {
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold-hell);
  box-shadow: 0 0 0 0 rgba(228, 189, 99, 0.5);
  animation: puls 2.4s ease-out infinite;
  flex: 0 0 auto;
}
@keyframes puls {
  0% { box-shadow: 0 0 0 0 rgba(228, 189, 99, 0.5); }
  70% { box-shadow: 0 0 0 9px rgba(228, 189, 99, 0); }
  100% { box-shadow: 0 0 0 0 rgba(228, 189, 99, 0); }
}
.hero-note b { color: var(--creme); font-weight: 600; }

/* Handy-Mockup mit Live-Demo */
.demo-stage { display: flex; align-items: center; justify-content: center; gap: 28px; }
.phone {
  width: min(300px, 78vw);
  aspect-ratio: 9 / 18.6;
  background: var(--kohle-2);
  border: 1px solid var(--gold-tief);
  border-radius: 42px;
  padding: 12px;
  box-shadow:
    0 0 0 1px rgba(11, 11, 13, 0.9),
    0 30px 80px rgba(0, 0, 0, 0.55),
    0 0 90px rgba(201, 150, 47, 0.08);
  position: relative;
}
.phone::before {
  /* Kamera-Notch */
  content: ""; position: absolute; top: 22px; left: 50%;
  transform: translateX(-50%);
  width: 84px; height: 7px; border-radius: 999px;
  background: var(--kohle-3); z-index: 2;
}
.phone-screen {
  width: 100%; height: 100%;
  border-radius: 32px; overflow: hidden;
}
.phone iframe {
  width: 100%; height: 100%; border: 0;
  background: var(--kohle-2);
}
/* Desktop-Browser mit klassischer Scrollleiste: das iframe um exakt die
   Scrollleisten-Breite (--sb, per JS gemessen) verbreitern — die Leiste
   wandert aus dem sichtbaren Bereich, der Karten-Inhalt bleibt komplett. */
html.scrollbars .phone iframe { width: calc(100% + var(--sb, 17px)); }
.demo-side { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.qr-karte {
  background: var(--creme); border-radius: 12px; padding: 8px;
  width: 128px;
}
.demo-side .t {
  font-size: 0.75rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold-hell); font-weight: 600; text-align: center;
}

/* Proof-Leiste unter dem Hero */
.proof {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 18px 48px; margin-top: 64px;
  padding-top: 34px; border-top: 1px solid var(--linie);
}
.proof-item { text-align: center; }
.proof-item .zahl {
  font-family: var(--display); font-weight: 700; font-size: 1.9rem;
  color: var(--gold-hell); line-height: 1.1;
}
.proof-item .text { color: var(--grau); font-size: 0.88rem; margin-top: 4px; }
.demo-side .hint {
  color: var(--grau); font-size: 0.8rem; text-align: center; line-height: 1.5; max-width: 150px;
}

/* ---------- Sektionen ---------- */

.section { padding: 108px 0; }
.section-kopf { text-align: center; }
.section-kopf .lead { margin-left: auto; margin-right: auto; }
.section-kopf .flourish { margin-top: 26px; }

/* ---------- Problem-Streifen ---------- */

.problem { background: var(--kohle-2); border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); }
.problem-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; margin-top: 48px;
}
.problem-item { border-left: 1px solid var(--gold-tief); padding-left: 22px; }
.problem-item .zitat {
  font-family: var(--display); font-style: italic; font-weight: 600;
  font-size: 1.3rem; line-height: 1.45; color: var(--creme);
}
.problem-item .folge { color: var(--grau); font-size: 0.98rem; margin-top: 12px; }
.problem-schluss {
  text-align: center; margin-top: 52px;
  font-family: var(--display); font-weight: 600; font-style: italic;
  font-size: 1.35rem; color: var(--gold-hell);
}

/* ---------- „Die Karte des Hauses" — Vorteile als Speisekarte ---------- */

.speisekarte {
  margin-top: 56px;
  border: 1px solid var(--gold-tief);
  background: var(--kohle-2);
  padding: clamp(28px, 5vw, 56px) clamp(22px, 5vw, 64px);
  position: relative;
}
.speisekarte::before, .speisekarte::after {
  content: ""; position: absolute; inset: 8px;
  border: 1px solid var(--linie); pointer-events: none;
}
.speisekarte::after { display: none; }
.karten-titel {
  text-align: center; font-size: 0.75rem; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--gold); font-weight: 600;
  margin-bottom: 34px;
}
.gericht { display: flex; align-items: baseline; gap: 14px; padding: 21px 0; }
.gericht + .gericht { border-top: 1px solid var(--linie); }
.gericht .name {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem); white-space: nowrap;
}
.gericht .dots {
  flex: 1; min-width: 30px;
  border-bottom: 1px dotted var(--gold-tief);
  transform: translateY(-5px);
}
.gericht .wert {
  color: var(--gold-hell); font-style: italic;
  font-family: var(--display); font-weight: 600;
  font-size: 1.02rem; white-space: nowrap;
}
.gericht .beschreibung {
  color: var(--grau); font-size: 0.97rem; margin-top: 6px; max-width: 62ch;
}
.gericht .textblock { min-width: 0; }

/* ---------- Demo-Band ---------- */

.demo-band {
  background: var(--kohle-2);
  border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie);
}
.demo-band-grid {
  display: grid; grid-template-columns: 1fr auto;
  gap: 48px; align-items: center;
}
.demo-band .h2 { margin-top: 14px; }
.demo-band-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.demo-band .klein { color: var(--grau); font-size: 0.9rem; margin-top: 18px; }
.qr-gross {
  background: var(--creme); border-radius: 16px; padding: 12px;
  width: min(230px, 60vw); margin: 0 auto;
}
.qr-spalte { text-align: center; }
.qr-spalte .t {
  font-size: 0.75rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold-hell); font-weight: 600; margin-bottom: 14px;
}
.qr-spalte .hint { color: var(--grau); font-size: 0.84rem; margin-top: 12px; }

/* ---------- Ablauf ---------- */

.schritte {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; margin-top: 56px;
  counter-reset: schritt;
}
.schritt {
  background: var(--kohle-2); border: 1px solid var(--linie);
  border-radius: 14px; padding: 30px 26px; position: relative;
  counter-increment: schritt;
}
.schritt::before {
  content: counter(schritt);
  font-family: var(--display); font-weight: 700; font-size: 2.6rem;
  color: var(--gold-tief); line-height: 1; display: block; margin-bottom: 16px;
}
.schritt h3 { font-size: 1.12rem; font-weight: 600; margin-bottom: 8px; }
.schritt p { color: var(--grau); font-size: 0.98rem; }
.schritt p b { color: var(--creme); font-weight: 600; }

/* Probe-Karte — das stärkste Angebot */
.probe {
  margin-top: 32px;
  background: var(--spot);
  border: 1px solid var(--gold);
  border-radius: 14px;
  padding: 34px clamp(24px, 4vw, 44px);
  display: flex; flex-wrap: wrap; align-items: center; gap: 26px;
}
.probe .textblock { flex: 1; min-width: 260px; }
.probe h3 {
  font-family: var(--display); font-weight: 600; font-size: 1.5rem;
  color: var(--gold-hell);
}
.probe p { color: var(--creme); margin-top: 10px; max-width: 60ch; }
.probe p b { color: var(--gold-hell); }

/* ---------- Preis ---------- */

.preis-karte {
  margin-top: 56px;
  background: var(--spot);
  border: 1px solid var(--gold);
  border-radius: 16px;
  padding: clamp(30px, 5vw, 52px);
  display: grid; grid-template-columns: auto 1fr;
  gap: clamp(28px, 5vw, 64px); align-items: center;
}
.preis-zahl { text-align: center; }
.preis-zahl .betrag {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(3.4rem, 8vw, 4.6rem); color: var(--gold-hell); line-height: 1;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 28;
}
.preis-zahl .betrag span { font-size: 0.34em; font-weight: 600; }
.preis-zahl .einmal {
  font-size: 0.78rem; color: var(--gold); letter-spacing: 0.24em;
  text-transform: uppercase; margin-top: 12px; font-weight: 600;
}
.preis-zahl .klein { font-size: 0.88rem; color: var(--grau); margin-top: 12px; line-height: 1.6; }
.inklusive .kopf {
  font-size: 0.75rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 16px;
}
.inklusive ul { list-style: none; columns: 2; column-gap: 36px; }
.inklusive li {
  padding: 6px 0; break-inside: avoid; font-size: 1rem;
  display: flex; gap: 10px; align-items: baseline;
}
.inklusive li::before { content: "✓"; color: var(--gold-hell); font-weight: 700; flex: 0 0 auto; }
.preis-vergleich {
  text-align: center; margin-top: 30px; color: var(--grau); font-size: 1rem;
}
.preis-vergleich b { color: var(--creme); }
.preis-vergleich .gold { color: var(--gold-hell); font-weight: 700; }
.preis-fussnote { text-align: center; color: var(--grau); font-size: 0.84rem; margin-top: 12px; }

/* ---------- Zusagen / Garantien ---------- */

.zusagen {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px; margin-top: 56px;
}
.zusage {
  border: 1px solid var(--linie); background: var(--kohle-2);
  border-radius: 14px; padding: 30px 28px;
  transition: border-color .25s ease;
}
.zusage:hover { border-color: var(--gold-tief); }
.zusage .raute-mini {
  width: 7px; height: 7px; background: var(--gold);
  transform: rotate(45deg); margin-bottom: 18px;
}
.zusage h3 {
  font-family: var(--display); font-weight: 600; font-size: 1.3rem; margin-bottom: 8px;
}
.zusage p { color: var(--grau); font-size: 0.98rem; }
.zusage p b { color: var(--creme); font-weight: 600; }

/* ---------- Über ---------- */

.ueber { background: var(--kohle-2); border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); }
.ueber-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.ueber-text {
  font-family: var(--display); font-weight: 600; font-size: clamp(1.3rem, 2.8vw, 1.7rem);
  line-height: 1.45; margin-top: 30px;
}
.ueber-text em { font-style: italic; color: var(--gold-hell); }
.ueber-detail { color: var(--grau); margin-top: 22px; }
.ueber-detail b { color: var(--creme); font-weight: 600; }
.ueber-signatur { margin-top: 40px; }
.ueber-signatur .flourish { margin-bottom: 26px; }
.ueber-signatur .name {
  font-family: var(--display); font-style: italic; font-weight: 600;
  font-size: 1.9rem; color: var(--gold-hell);
}
.ueber-signatur .titel {
  margin-top: 8px; font-size: 0.78rem; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--grau); font-weight: 600;
}

/* ---------- FAQ ---------- */

.faq-liste { max-width: 780px; margin: 48px auto 0; }
.faq-liste details {
  border-bottom: 1px solid var(--linie);
}
.faq-liste details:first-child { border-top: 1px solid var(--linie); }
.faq-liste summary {
  cursor: pointer; list-style: none;
  padding: 22px 44px 22px 4px; position: relative;
  font-weight: 600; font-size: 1.05rem;
  transition: color .2s ease;
}
.faq-liste summary::-webkit-details-marker { display: none; }
.faq-liste summary:hover { color: var(--gold-hell); }
.faq-liste summary::after {
  content: "+"; position: absolute; right: 8px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--display); font-size: 1.5rem; color: var(--gold);
  transition: transform .25s ease;
}
.faq-liste details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-liste details p {
  padding: 0 4px 24px; color: var(--grau); max-width: 68ch;
}
.faq-liste details p b { color: var(--creme); font-weight: 600; }

/* ---------- Kontakt ---------- */

/* Monogramm hinter den Kontakt-Karten — die Karten davor sind Milchglas */
.kontakt-sektion { position: relative; overflow: hidden; }
.kontakt-sektion .wrap { position: relative; z-index: 1; }
.kontakt-wasserzeichen {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.kontakt-wasserzeichen img {
  width: min(760px, 160vw); height: auto;
  mix-blend-mode: screen; opacity: 0.28;
  transform: translateY(10%);
}

.kontakt-karten {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 56px;
}
.kontakt-karte {
  border: 1px solid var(--linie); background: var(--kohle-2);
  border-radius: 14px; padding: 34px 28px; text-align: center;
  text-decoration: none; color: var(--creme); display: block;
  transition: border-color .25s ease, transform .2s ease;
}
@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .kontakt-karte {
    background: rgba(19, 19, 22, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.kontakt-karte:hover { border-color: var(--gold); transform: translateY(-3px); }
.kontakt-karte svg { margin: 0 auto 16px; display: block; color: var(--gold); }
.kontakt-karte .art {
  font-size: 0.75rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}
.kontakt-karte .wert {
  font-family: var(--display); font-weight: 600; font-size: 1.25rem; margin-top: 8px;
  overflow-wrap: anywhere;
}
.kontakt-karte .sub { color: var(--grau); font-size: 0.88rem; margin-top: 8px; }

/* ---------- Footer ---------- */

.footer { border-top: 1px solid var(--linie); padding: 52px 0 42px; }
.footer-grid {
  display: flex; flex-wrap: wrap; gap: 28px;
  align-items: flex-end; justify-content: space-between;
}
.footer .brand-wort { font-size: 1.15rem; }
.footer .brand-mark { width: 46px; height: 46px; border-radius: 12px; }
.footer .claim {
  color: var(--gold); font-style: italic; font-family: var(--display);
  font-weight: 600; margin-top: 6px;
}
.footer .zeile { color: var(--grau); font-size: 0.9rem; margin-top: 10px; }
.footer .zeile a { color: var(--grau); text-decoration: none; }
.footer .zeile a:hover { color: var(--gold-hell); }
.footer-recht { text-align: right; color: var(--grau); font-size: 0.88rem; }
.footer-recht a {
  color: var(--creme); text-decoration: none; margin-left: 18px;
  display: inline-block; padding: 8px 0;
}
.footer-recht a:hover { color: var(--gold-hell); }
.footer-recht .copy { margin-top: 6px; }

/* ---------- Sticky-Kontaktleiste (Mobil) ---------- */

.cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  background: var(--glas);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--linie);
  transform: translateY(110%); visibility: hidden;
  transition: transform .3s ease, visibility .3s;
}
.cta-bar .btn { flex: 1; justify-content: center; padding: 12px 10px; font-size: 0.95rem; }
html.js body.past-hero .cta-bar { transform: none; visibility: visible; }
@media (max-width: 960px) {
  /* Platz schaffen, damit die Leiste den Footer nicht verdeckt */
  html.js body.past-hero { padding-bottom: 70px; }
}
@media (min-width: 961px) {
  .cta-bar { display: none; }
}

/* ---------- Rechtsseiten (Impressum / Datenschutz) ---------- */

.recht { max-width: 720px; margin: 0 auto; padding: 72px 24px 96px; }
.recht h1 {
  font-family: var(--display); font-weight: 700; font-size: 2.2rem; margin-top: 12px;
}
.recht h2 {
  font-family: var(--display); font-weight: 600; font-size: 1.35rem;
  margin: 40px 0 10px;
}
.recht p, .recht li { color: var(--grau); margin-top: 10px; }
.recht p b { color: var(--creme); font-weight: 600; }
.recht ul { padding-left: 22px; margin-top: 10px; }
.recht .zurueck {
  display: inline-block; margin-bottom: 28px; color: var(--gold-hell);
  text-decoration: none; font-size: 0.92rem;
}
.recht .zurueck:hover { text-decoration: underline; }
.platzhalter {
  background: rgba(201, 150, 47, 0.14);
  border: 1px dashed var(--gold);
  color: var(--gold-hell);
  padding: 1px 8px; border-radius: 4px;
  font-style: normal; white-space: nowrap;
}
.hinweis-box {
  border: 1px dashed var(--gold); background: rgba(201, 150, 47, 0.08);
  border-radius: 10px; padding: 18px 20px; margin: 26px 0;
  color: var(--gold-hell); font-size: 0.94rem;
}

/* ---------- Scroll-Reveal ----------
   Inhalte sind ohne JavaScript immer sichtbar; erst html.js
   (vom Skript gesetzt) aktiviert den Ausgangszustand „versteckt". */

html.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
html.js .reveal.in { opacity: 1; transform: none; }
html.js .reveal.d1 { transition-delay: 0.08s; }
html.js .reveal.d2 { transition-delay: 0.16s; }
html.js .reveal.d3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal, html.js .reveal.d1, html.js .reveal.d2, html.js .reveal.d3 {
    opacity: 1; transform: none; transition: none;
  }
  .hero-note .puls { animation: none; }
  .btn, .kontakt-karte, .zusage, .cta-bar { transition: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .demo-stage { flex-direction: row; }
  .problem-grid { grid-template-columns: 1fr; gap: 32px; }
  .schritte { grid-template-columns: 1fr; }
  .zusagen { grid-template-columns: 1fr; }
  .kontakt-karten { grid-template-columns: 1fr; }
  .preis-karte { grid-template-columns: 1fr; }
  .preis-zahl { justify-self: center; }
  .demo-band-grid { grid-template-columns: 1fr; text-align: center; }
  .demo-band-ctas { justify-content: center; }
  .nav-links { display: none; }
  .nav-inner { justify-content: space-between; }
}

@media (max-width: 640px) {
  .section { padding: 84px 0; }
  .hero { padding: 60px 0; }
  .nav-inner { padding: 0 14px; gap: 10px; height: 58px; }
  .brand { gap: 9px; }
  .brand-wort { font-size: 0.9rem; letter-spacing: 0.09em; }
  .brand-mark { width: 34px; height: 34px; border-radius: 9px; }
  .brand .raute-inline { width: 5px; height: 5px; margin: 0 5px 2px; }
  .nav-cta { font-size: 0.82rem; padding: 8px 13px; gap: 6px; }
  .demo-stage { flex-direction: column; }
  .inklusive ul { columns: 1; }
  .gericht { flex-wrap: wrap; row-gap: 2px; }
  .gericht .dots { display: none; }
  .gericht .wert { width: 100%; font-size: 0.95rem; }
  .gericht .name { white-space: normal; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-recht { text-align: left; }
  .footer-recht a { margin-left: 0; margin-right: 18px; }
}
