/* Tap to Trust – Landingpage. Dunkel, groß, ein Handy mit der echten Seite drin. */
:root {
  --grund: #07090f;
  --flaeche: rgba(255,255,255,.04);
  --rand: rgba(255,255,255,.09);
  --text: #f1f5f9;
  --leise: #94a3b8;
  --gruen: #22c55e;
  --gruen-dunkel: #15803d;
  --akzent: #38bdf8;
  --max: 1120px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: #07090f; color-scheme: dark; }
body.l-body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--grund); color: var(--text);
  -webkit-font-smoothing: antialiased; overflow-x: hidden; position: relative;
}
a { color: inherit; text-decoration: none; }
svg { width: 22px; height: 22px; fill: currentColor; flex: none; }
h1, h2, h3 { letter-spacing: -.02em; line-height: 1.1; }

/* Hintergrund-Leuchten */
.l-glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 0; opacity: .55; }
.l-glow-1 { width: 620px; height: 620px; top: -180px; right: -160px; background: radial-gradient(circle, rgba(34,197,94,.45), transparent 65%); animation: schweben 14s ease-in-out infinite; }
.l-glow-2 { width: 520px; height: 520px; top: 520px; left: -220px; background: radial-gradient(circle, rgba(56,189,248,.28), transparent 65%); animation: schweben 18s ease-in-out infinite reverse; }
@keyframes schweben { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-30px, 40px); } }

/* Marke */
.marke { font-size: 22px; font-weight: 900; letter-spacing: -.04em; white-space: nowrap; }
.marke span { color: var(--gruen); font-weight: 400; }

/* ── Navigation ── */
.l-nav {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--max); margin: 0 auto; padding: 16px 20px;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.l-nav-rechts { display: flex; align-items: center; gap: 18px; }
.l-nav-link { font-size: 14px; font-weight: 500; color: var(--leise); }
.l-nav-link:hover { color: var(--text); }
@media (max-width: 640px) { .l-nav-link { display: none; } }

/* ── Knöpfe ── */
.l-knopf {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px; border-radius: 14px;
  background: var(--gruen); color: #052e16; font-weight: 700; font-size: 15px;
  box-shadow: 0 10px 30px rgba(34,197,94,.28);
  transition: transform .12s, box-shadow .12s;
}
.l-knopf:hover { transform: translateY(-1px); box-shadow: 0 14px 36px rgba(34,197,94,.36); }
.l-knopf svg { width: 18px; height: 18px; }
.l-knopf-klein { padding: 10px 16px; font-size: 14px; border-radius: 11px; box-shadow: none; }
.l-knopf-geist { background: var(--flaeche); color: var(--text); border: 1px solid var(--rand); box-shadow: none; }
.l-knopf-geist:hover { background: rgba(255,255,255,.08); box-shadow: none; }

/* ── Hero ── */
.l-hero {
  position: relative; z-index: 1;
  max-width: var(--max); margin: 0 auto;
  padding: 48px 20px 40px;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center;
}
@media (max-width: 860px) { .l-hero { grid-template-columns: 1fr; padding-top: 24px; } }
.l-augenbraue {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase;
  color: var(--leise); padding: 8px 12px; border-radius: 999px;
  background: var(--flaeche); border: 1px solid var(--rand);
}
.l-augenbraue svg { width: 16px; height: 16px; color: var(--gruen); }
.l-augenbraue-gruen { color: var(--gruen); border-color: rgba(34,197,94,.3); background: rgba(34,197,94,.08); }
.l-hero h1 { font-size: clamp(48px, 8vw, 88px); font-weight: 900; margin: 22px 0 18px; }
.l-hero h1 em { font-style: normal; background: linear-gradient(90deg, var(--gruen), #86efac); -webkit-background-clip: text; background-clip: text; color: transparent; }
.l-lead { font-size: clamp(17px, 2vw, 20px); line-height: 1.55; color: var(--leise); max-width: 520px; }
.l-lead b { color: var(--text); font-weight: 600; }
.l-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.l-trust { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 26px; font-size: 13.5px; color: var(--leise); }
.l-trust span { display: inline-flex; align-items: center; gap: 6px; }
.l-trust svg { width: 16px; height: 16px; color: var(--gruen); }
.l-trust b { color: var(--text); }

/* Handy + Chip */
.l-hero-bild { position: relative; display: flex; justify-content: center; align-items: center; min-height: 640px; }
@media (max-width: 860px) { .l-hero-bild { min-height: 600px; margin-top: 10px; } }
.l-phone {
  position: relative; width: 300px; height: 620px;
  border-radius: 44px; padding: 12px;
  background: linear-gradient(160deg, #2a2f3a, #0d1017);
  box-shadow: 0 40px 80px rgba(0,0,0,.6), inset 0 0 0 2px rgba(255,255,255,.08);
  animation: phone-schweben 7s ease-in-out infinite;
}
@keyframes phone-schweben { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(-1deg); } }
.l-phone iframe { width: 100%; height: 100%; border: 0; border-radius: 34px; background: #f1f5f9; }
.l-phone-kerbe { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 96px; height: 26px; border-radius: 999px; background: #0d1017; z-index: 2; }

.l-nfc-chip { position: absolute; left: 0; bottom: 60px; z-index: 3; width: 170px; height: 170px; display: grid; place-items: center; }
@media (max-width: 860px) { .l-nfc-chip { left: -10px; } }
.l-welle { position: absolute; width: 100%; height: 100%; border-radius: 50%; border: 2px solid var(--gruen); opacity: 0; animation: welle 2.8s ease-out infinite; }
.l-welle:nth-child(2) { animation-delay: .9s; } .l-welle:nth-child(3) { animation-delay: 1.8s; }
@keyframes welle { 0% { transform: scale(.55); opacity: .7; } 100% { transform: scale(1.35); opacity: 0; } }
.l-chip-karte {
  position: relative; width: 120px; height: 120px; border-radius: 22px;
  background: linear-gradient(150deg, #101522, #070910);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 20px 40px rgba(0,0,0,.5), 0 0 0 1px rgba(34,197,94,.15);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  transform: rotate(8deg);
}
.l-chip-marke { font-size: 11px; font-weight: 900; letter-spacing: -.03em; }
.l-chip-marke span { color: var(--gruen); font-weight: 400; }
.l-chip-icon svg { width: 34px; height: 34px; color: var(--gruen); }
.l-chip-tisch { font-size: 10px; color: var(--leise); font-weight: 600; }

/* ── Zahlen ── */
.l-zahlen {
  position: relative; z-index: 1;
  max-width: var(--max); margin: 10px auto 0; padding: 0 20px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
@media (max-width: 640px) { .l-zahlen { grid-template-columns: 1fr 1fr; } }
.l-zahlen div { padding: 22px 18px; border-radius: 18px; background: var(--flaeche); border: 1px solid var(--rand); display: flex; flex-direction: column; gap: 4px; }
.l-zahlen b { font-size: 30px; font-weight: 900; letter-spacing: -.03em; }
.l-zahlen span { font-size: 13px; color: var(--leise); }

/* ── Abschnitte ── */
.l-abschnitt { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; padding: 96px 20px 0; }
.l-abschnitt-schmal { max-width: 760px; }
.l-abschnitt-kopf { max-width: 640px; margin-bottom: 40px; }
.l-abschnitt-kopf h2, .l-stamm h2, .l-preis h2 { font-size: clamp(32px, 4.5vw, 48px); font-weight: 900; margin-top: 18px; }
.l-abschnitt-kopf p { margin-top: 14px; color: var(--leise); font-size: 17px; line-height: 1.5; }

.l-karte { background: var(--flaeche); border: 1px solid var(--rand); border-radius: 24px; }

/* Schritte */
.l-schritte { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 760px) { .l-schritte { grid-template-columns: 1fr; } }
.l-schritt { padding: 28px 24px; border-radius: 24px; background: var(--flaeche); border: 1px solid var(--rand); }
.l-schritt-nr { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--gruen); color: #052e16; font-weight: 900; font-size: 18px; margin-bottom: 18px; }
.l-schritt h3 { font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.l-schritt p, .l-funktion p { color: var(--leise); line-height: 1.55; font-size: 15px; }

/* Funktionen */
.l-funktionen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .l-funktionen { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .l-funktionen { grid-template-columns: 1fr; } }
.l-funktion { padding: 26px 24px; transition: transform .15s, border-color .15s; }
.l-funktion:hover { transform: translateY(-3px); border-color: rgba(34,197,94,.35); }
.l-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: rgba(34,197,94,.12); color: var(--gruen); margin-bottom: 18px; }
.l-icon svg { width: 24px; height: 24px; }
.l-funktion h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; }

/* StammPass */
.l-stamm { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
@media (max-width: 860px) { .l-stamm { grid-template-columns: 1fr; gap: 36px; } }
.l-stamm p { margin-top: 16px; color: var(--leise); font-size: 17px; line-height: 1.55; }
.l-liste { list-style: none; margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.l-liste li { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.l-liste svg { width: 18px; height: 18px; color: var(--gruen); }
.l-stamm-bild { display: flex; justify-content: center; }
.l-wallet {
  width: 100%; max-width: 360px; padding: 22px;
  border-radius: 24px; color: white;
  background: linear-gradient(150deg, #0f172a, #1e293b);
  box-shadow: 0 30px 60px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.08);
  transform: rotate(2deg);
}
.l-wallet-kopf { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 700; }
.l-wallet-kopf b { font-weight: 900; letter-spacing: -.03em; } .l-wallet-kopf i { font-style: normal; color: var(--gruen); }
.l-wallet-titel { font-size: 26px; font-weight: 900; margin: 22px 0 16px; letter-spacing: -.02em; }
.l-stempel { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.l-stempel span { aspect-ratio: 1; border-radius: 50%; border: 2px dashed rgba(255,255,255,.25); display: grid; place-items: center; }
.l-stempel span.voll { background: var(--gruen); border-color: var(--gruen); color: #052e16; }
.l-stempel svg { width: 20px; height: 20px; }
.l-wallet-fuss { margin-top: 18px; font-size: 13px; color: rgba(255,255,255,.7); }

/* Branchen */
.l-branchen { display: flex; flex-wrap: wrap; gap: 10px; }
.l-branchen span { padding: 12px 18px; border-radius: 999px; background: var(--flaeche); border: 1px solid var(--rand); font-weight: 600; font-size: 15px; }

/* Preis */
.l-preis { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; padding: 40px; align-items: center; }
@media (max-width: 860px) { .l-preis { grid-template-columns: 1fr; padding: 28px 22px; } }
.l-preis p { margin-top: 14px; color: var(--leise); font-size: 16px; line-height: 1.55; }
.l-preis-box { padding: 28px; border-radius: 22px; background: #0f172a; border: 1px solid rgba(34,197,94,.3); display: flex; flex-direction: column; gap: 14px; text-align: center; align-items: center; }
.l-preis-box small { color: var(--leise); font-size: 13px; text-transform: uppercase; letter-spacing: .04em; font-weight: 600; }
.l-preis-box b { font-size: 32px; font-weight: 900; letter-spacing: -.03em; line-height: 1.1; }
.l-preis-box span { font-size: 12.5px; color: var(--leise); }

/* Fragen */
.l-frage { border-bottom: 1px solid var(--rand); padding: 6px 0; }
.l-frage summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 16px 0; font-size: 17px; font-weight: 700; }
.l-frage summary::-webkit-details-marker { display: none; }
.l-frage summary span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; background: var(--flaeche); border: 1px solid var(--rand); color: var(--leise); transition: transform .2s; }
.l-frage summary span svg { width: 16px; height: 16px; }
.l-frage[open] summary span { transform: rotate(45deg); color: var(--gruen); }
.l-frage p { color: var(--leise); line-height: 1.6; padding: 0 0 18px; font-size: 15.5px; max-width: 640px; }

/* Fuß */
.l-fuss { position: relative; z-index: 1; max-width: var(--max); margin: 96px auto 0; padding: 40px 20px 48px; border-top: 1px solid var(--rand); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; }
.l-fuss p { color: var(--leise); font-size: 14px; line-height: 1.6; }
.l-fuss p b { color: var(--text); }
.l-fuss-links { display: flex; gap: 20px; font-size: 14px; color: var(--leise); }
.l-fuss-links a:hover { color: var(--text); }

/* Einblenden */
.sichtbar-bald { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.sichtbar-bald.sichtbar { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .sichtbar-bald { opacity: 1; transform: none; transition: none; }
  .l-phone, .l-glow, .l-welle { animation: none; }
}

/* Handy-Bildschirm: Seite in echter Handybreite (390 px) rendern und verkleinern */
.l-phone-schirm { width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: #09090c; isolation: isolate; transform: translateZ(0); }
.l-phone iframe { width: 390px; height: 845px; transform: scale(.7077); transform-origin: 0 0; border-radius: 0; }

/* StammPass-Zeichen */
.l-sp-icon { width: 16px; height: 16px; }
.l-sp-icon-gross { width: 26px; height: 26px; }
.l-icon:has(.l-sp-icon-gross) { background: #000; box-shadow: 0 0 0 1px rgba(34,197,94,.4); }
.l-wallet-marke { display: inline-flex; align-items: center; gap: 6px; }
.l-wallet-marke img { width: 18px; height: 18px; }
.l-fuss-marke { display: inline-flex; align-items: center; gap: 5px; vertical-align: middle; }
.l-fuss-marke img { width: 15px; height: 15px; }
