/* ═══════════════════════════════════════════════════════════════════════════
   Startseite – großflächig, ruhig, vom Nutzen her gedacht.
   Baut auf den Tokens aus app.css auf; hier steht nur, was die Seite
   zusätzlich braucht.
   ═══════════════════════════════════════════════════════════════════════════ */

.lp { --lp-max: 1120px; overflow-x: hidden; }
/* Kräftigere Leuchtfarben nur auf der Startseite – die App im Dunkelmodus
   nutzt weiter die ruhigeren Werte aus app.css. .bg-aurora erbt sie von body.lp. */
body.lp {
  --aurora-1: rgba(34, 118, 80, 0.64);
  --aurora-2: rgba(0, 130, 255, 0.3);
  --aurora-3: rgba(255, 168, 32, 0.40);
  --aurora-4: rgba(48, 86, 54, 0.56);
}
.lp .bg-aurora { filter: blur(40px); }
.lp-wrap { max-width: var(--lp-max); margin: 0 auto; padding: 0 24px; }
/* Lange Wörter wie "Meisterwerk" dürfen die Seite nicht breiter machen. */
.lp-titel, .lp-h2, .lp-lead { overflow-wrap: break-word; hyphens: auto; }

/* ── Kopfleiste ─────────────────────────────────────────────────────────── */
.lp-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: var(--glass-bg); border-bottom: 0.5px solid var(--glass-border);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: inset 0 1px 0 var(--glass-highlight);
}
.lp-nav .lp-wrap { display: flex; align-items: center; gap: 14px; height: 58px; }
.lp-nav svg.marke { height: 26px; width: auto; color: var(--text); }
.lp-nav .rechts { margin-left: auto; display: flex; align-items: center; gap: 10px; }

/* ── Bühne ──────────────────────────────────────────────────────────────── */
.lp-hero { padding: 148px 0 0; text-align: center; }
.lp-kicker {
  display: inline-flex; align-items: center; gap: 7px; margin-bottom: 22px;
  padding: 6px 15px; border-radius: var(--radius-full);
  background: var(--glass-bg-strong); border: 0.5px solid var(--glass-border);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
  font-size: 12.5px; font-weight: 600; color: var(--text-2);
  box-shadow: var(--shadow-sm), inset 0 1px 0 var(--glass-highlight);
}
.lp-titel {
  /* Untergrenze bewusst niedrig: "Dein Meisterwerk." muss auch auf ein
     390px-Display passen, ohne umzubrechen oder überzulaufen. */
  font-size: clamp(2.05rem, 1.1rem + 4.6vw, 5.2rem);
  font-weight: 700; line-height: 1.03; letter-spacing: -0.035em;
  margin-bottom: 22px;
}
.lp-titel .zeile2 {
  display: block;
  background: linear-gradient(105deg, var(--accent), #7850ff 55%, #ff8c1e);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.lp-lead {
  font-size: clamp(1.05rem, 0.95rem + 0.5vw, 1.4rem); line-height: 1.5;
  color: var(--text-2); max-width: 660px; margin: 0 auto 32px;
  letter-spacing: -0.015em;
}
.lp-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.lp-cta .btn { padding: 13px 30px; font-size: 15px; font-weight: 600; min-height: 48px; }
.lp-hinweis { margin-top: 16px; font-size: 12.5px; color: var(--muted); }

/* ── Abschnitte ─────────────────────────────────────────────────────────── */
.lp-abschnitt { padding: 108px 0; }
.lp-abschnitt.eng { padding: 72px 0; }
.lp-kopf { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.lp-auge {
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.lp-h2 {
  font-size: clamp(1.55rem, 1.05rem + 2.4vw, 3.1rem);
  font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 16px;
}
.lp-text {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.15rem); line-height: 1.6;
  color: var(--text-2); letter-spacing: -0.01em;
}

/* Bild + Text nebeneinander, im Wechsel */
.lp-duo {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  margin-bottom: 104px;
}
.lp-duo:last-child { margin-bottom: 0; }
.lp-duo.gedreht .lp-duo-text { order: 2; }
.lp-duo-text .lp-h2 { font-size: clamp(1.5rem, 1.05rem + 1.8vw, 2.5rem); }
.lp-liste { list-style: none; margin-top: 22px; display: flex; flex-direction: column; gap: 11px; }
.lp-liste li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--text-2); }
.lp-liste .hk {
  width: 21px; height: 21px; border-radius: 50%; flex: 0 0 auto; margin-top: 1px;
  background: var(--accent-tint); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}

/* Bildrahmen wie ein Gerät. Das innere Polster verhindert, dass die Aufnahme
   die Rundung berührt und dort angeschnitten wirkt. */
.lp-rahmen {
  border-radius: 18px; overflow: hidden; position: relative;
  border: 0.5px solid var(--glass-border);
  box-shadow: var(--shadow-lg), 0 30px 70px rgba(0,0,0,0.55);
  background: #000; padding: 4px;
}
.lp-rahmen img {
  width: 100%; height: auto; display: block;
  object-fit: contain; border-radius: 14px;
}
.lp-rahmen::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}
.lp-rahmen.gross { box-shadow: var(--shadow-lg), 0 44px 100px rgba(0,0,0,0.6); }

/* Hochformat: soll nicht auf volle Spaltenbreite gezogen werden. */
.lp-rahmen.mobil {
  max-width: 320px; margin: 0 auto; padding: 5px;
  border-radius: 40px; border-width: 1px;
  box-shadow: var(--shadow-lg), 0 34px 80px rgba(0,0,0,0.6);
}
.lp-rahmen.mobil img { border-radius: 35px; }

/* Mockup für den Import: Dokument links, Checkliste rechts – gebaut statt
   fotografiert, damit kein Screenshot mit echten Reisedaten nötig ist.
   Seitenverhältnis folgt den übrigen Bühnenbildern, damit die Bühne beim
   Laden nicht springt. */
.lp-mock-import {
  aspect-ratio: 1800 / 1265; border-radius: 14px; padding: clamp(20px, 4vw, 46px);
  background:
    radial-gradient(120% 90% at 15% 12%, rgba(30,186,122,0.16), transparent 60%),
    linear-gradient(160deg, #0f1a13, #090c09 72%);
  display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2.6vw, 30px);
}
.lp-mock-datei {
  flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: clamp(14px, 2.4vw, 22px) clamp(16px, 2.8vw, 26px); border-radius: 16px;
  background: rgba(255,255,255,0.055); border: 0.5px solid rgba(255,255,255,0.14);
  color: #eef5f0; font-size: clamp(10.5px, 1vw, 12.5px); font-weight: 600; text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.lp-mock-datei svg { color: #1EBA7A; }
.lp-mock-datei span { max-width: 96px; }
.lp-mock-pfeil { flex: 0 0 auto; color: rgba(255,255,255,0.3); }
.lp-mock-pfeil svg { display: block; }
.lp-mock-ergebnis {
  flex: 1 1 auto; max-width: 280px; display: flex; flex-direction: column; gap: 8px;
}
.lp-mock-zeile {
  display: flex; align-items: center; gap: 9px; padding: 9px 13px; border-radius: 10px;
  background: rgba(255,255,255,0.05); border: 0.5px solid rgba(255,255,255,0.1);
  color: #d7e3da; font-size: clamp(10.5px, 1.05vw, 12.5px); white-space: nowrap; overflow: hidden;
  opacity: 0; transform: translateY(6px);
}
.lp-mock-zeile svg:first-child { flex: 0 0 auto; color: #9fb8a8; }
.lp-mock-zeile span { flex: 1 1 auto; overflow: hidden; text-overflow: ellipsis; }
.lp-mock-zeile svg:last-child { flex: 0 0 auto; color: #1EBA7A; }
.reveal.da .lp-mock-zeile { animation: lp-mock-ein 0.5s var(--ease-out, ease) forwards; }
.lp-mock-zeile:nth-child(1) { animation-delay: .55s; }
.lp-mock-zeile:nth-child(2) { animation-delay: .7s; }
.lp-mock-zeile:nth-child(3) { animation-delay: .85s; }
.lp-mock-zeile:nth-child(4) { animation-delay: 1s; }
@keyframes lp-mock-ein { to { opacity: 1; transform: none; } }
@media (max-width: 620px) {
  .lp-mock-import { flex-direction: column; gap: 14px; padding: 26px 20px; }
  .lp-mock-pfeil { transform: rotate(90deg) scale(0.85); }
}

/* ── Kachelraster für die kleineren Vorzüge ─────────────────────────────── */
.lp-raster {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); gap: 18px;
}
.lp-kachel {
  padding: 28px 26px; border-radius: var(--radius-lg);
  background: var(--glass-bg); border: 0.5px solid var(--glass-border);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: var(--shadow), inset 0 1px 0 var(--glass-highlight);
  transition: transform var(--duration-base) var(--ease-in-out), box-shadow var(--duration-base) var(--ease-in-out);
}
.lp-kachel:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg), inset 0 1px 0 var(--glass-highlight); }
.lp-kachel .sym {
  width: 44px; height: 44px; border-radius: 13px; margin-bottom: 15px;
  background: var(--accent-tint); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.lp-kachel h3 { font-size: 16.5px; font-weight: 650; letter-spacing: -0.02em; margin-bottom: 7px; }
.lp-kachel p { font-size: 13.5px; line-height: 1.55; color: var(--text-2); }

/* ── Zahlenband ─────────────────────────────────────────────────────────── */
.lp-zahlen {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px;
  text-align: center;
}
.lp-zahl .w {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.8rem); font-weight: 500;
  letter-spacing: -0.03em; color: var(--accent);
}
.lp-zahl .b { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* ── Bald verfügbar ─────────────────────────────────────────────────────── */
.lp-bald {
  position: relative; padding: 108px 0;
  background: linear-gradient(180deg, transparent, var(--accent-tint) 45%, transparent);
}
.lp-bald-raster { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 22px; }
.lp-bald-karte {
  padding: 36px 34px; border-radius: 24px; position: relative; overflow: hidden;
  background: var(--glass-bg-strong); border: 0.5px solid var(--glass-border);
  backdrop-filter: var(--glass-blur-lg); -webkit-backdrop-filter: var(--glass-blur-lg);
  box-shadow: var(--shadow-lg), inset 0 1px 0 var(--glass-highlight);
}
.lp-bald-karte::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(150deg, rgba(255,255,255,0.18), transparent 42%);
}
.lp-bald-karte > * { position: relative; }
.lp-marke {
  display: inline-flex; align-items: center; gap: 6px; margin-bottom: 18px;
  padding: 5px 13px; border-radius: var(--radius-full);
  background: var(--accent); color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.lp-bald-karte h3 {
  font-size: clamp(1.4rem, 1.1rem + 1vw, 1.9rem); font-weight: 700;
  letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 14px;
}
.lp-bald-karte .satz { font-size: 15px; line-height: 1.6; color: var(--text-2); margin-bottom: 20px; }
.lp-gegen {
  display: flex; flex-direction: column; gap: 12px; padding-top: 18px;
  border-top: 0.5px solid var(--separator);
}
.lp-gegen .z { display: flex; gap: 11px; align-items: flex-start; font-size: 13.5px; line-height: 1.5; }
.lp-gegen .m {
  flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; margin-top: 1px;
  display: flex; align-items: center; justify-content: center;
}
.lp-gegen .m.minus { background: var(--danger-bg); color: var(--danger-strong); }
.lp-gegen .m.plus { background: var(--success-bg); color: var(--success-strong); }
.lp-gegen .z b { font-weight: 650; color: var(--text); }

/* ── Abschluss ──────────────────────────────────────────────────────────── */
.lp-schluss { padding: 128px 0; text-align: center; }
.lp-schluss .lp-titel { margin-bottom: 18px; }

/* ── Fuß ────────────────────────────────────────────────────────────────── */
.lp-fuss {
  padding: 44px 0 40px; border-top: 0.5px solid var(--separator);
  font-size: 13px; color: var(--muted);
}
.lp-fuss .lp-wrap { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.lp-fuss a { color: var(--text-2); }
.lp-fuss a:hover { color: var(--accent); }
/* Rechtliches: gut lesbar, aber bewusst zurückhaltend. */
.lp-fuss .rechts { margin-left: auto; display: flex; gap: 18px; flex-wrap: wrap; }
.lp-fuss .rechts a { color: var(--muted); }
.lp-fuss .rechts a:hover { color: var(--text); }

/* ── Einblenden beim Scrollen ───────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(26px); }
.reveal.da {
  opacity: 1; transform: none;
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
}
.reveal.v1.da { transition-delay: 80ms; }
.reveal.v2.da { transition-delay: 160ms; }
.reveal.v3.da { transition-delay: 240ms; }

/* ── Schmalere Bildschirme ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .lp-hero { padding-top: 116px; }
  .lp-abschnitt { padding: 72px 0; }
  .lp-bald, .lp-schluss { padding: 76px 0; }
  .lp-duo { grid-template-columns: 1fr; gap: 30px; margin-bottom: 66px; }
  .lp-duo.gedreht .lp-duo-text { order: 0; }
  .lp-kopf { margin-bottom: 36px; }
  .lp-bald-karte { padding: 28px 24px; }
  .lp-nav .lp-wrap { height: 54px; }
  .lp-cta .btn { flex: 1; min-width: 150px; }
}
@media (max-width: 560px) {
  .lp-wrap { padding: 0 18px; }
  .lp-nav .verstecken-klein { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}
