/* Luna Angels — persönliche Investoren-Experience (Luna CI, Apple-like) */

:root {
  --bg: #030304;
  --bg-soft: #0a0a0c;
  --text: #f5f5f7;
  --muted: #9b9ba3;
  --line: rgba(255, 255, 255, 0.09);
  --panel: rgba(255, 255, 255, 0.04);
  --panel-hover: rgba(255, 255, 255, 0.07);
  --radius: 20px;
  --grad-a: #8ab0ff;
  --grad-b: #b48cff;
  --grad-c: #e0a6ff;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* Große Bildschirme: gesamte Skala mitwachsen lassen (alles ist rem-basiert) */
@media (min-width: 1440px) { html { font-size: 18px; } }
@media (min-width: 1700px) { html { font-size: 20px; } }
@media (min-width: 2000px) { html { font-size: 23px; } }
@media (min-width: 2400px) { html { font-size: 26px; } }

body {
  -webkit-tap-highlight-color: transparent;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: rgba(255, 255, 255, 0.9); color: #000; }

h1, h2, h3 { font-weight: 700; letter-spacing: -0.02em; line-height: 1.12; }
h1 { font-size: clamp(2.4rem, 7vw, 4.6rem); text-wrap: balance; }
h2 { font-size: clamp(1.8rem, 5vw, 3rem); text-wrap: balance; }
h3 { font-size: 1.12rem; letter-spacing: -0.01em; }
a { color: inherit; }

.grad {
  background: linear-gradient(100deg, var(--grad-a), var(--grad-b), var(--grad-c));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Topbar ---------- */
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(3, 3, 4, 0.6);
  backdrop-filter: saturate(1.4) blur(18px);
  -webkit-backdrop-filter: saturate(1.4) blur(18px);
  border-bottom: 1px solid var(--line);
}
.topbar-logo { height: 1.25rem; width: auto; display: block; }
.topbar-tag {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 700px) { .tag-mehr { display: none; } }

/* ---------- Layout: zentrierter Keynote-Aufbau (wie Investment Experience) ---------- */
.wrap { max-width: 70rem; margin: 0 auto; padding: 0 clamp(1.2rem, 5vw, 2.5rem); }
.wrap-wide { max-width: 78rem; }
.sec { padding: clamp(3.2rem, 8vw, 6rem) 0; text-align: center; position: relative; }

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
}
.sub {
  color: var(--muted);
  font-size: clamp(1.02rem, 2.2vw, 1.18rem);
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.btnrow { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }

/* Fester Glow oben, wie auf der Investment Experience */
.glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse 75% 55% at 50% -12%, rgba(110, 130, 255, 0.14), transparent 62%);
}
.topbar, .sec, .hero, .footer { position: relative; z-index: 1; }

/* ---------- Hero ---------- */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(8rem, 16vh, 11rem) 0 clamp(3rem, 7vw, 5rem);
  position: relative;
}
.hero .sub { margin-top: 1.4rem; }
.hero-hint { margin-top: 2.6rem; color: var(--muted); font-size: 0.9rem; }

/* ---------- Panels & Karten ---------- */
.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.warum { text-align: left; max-width: 42rem; margin: 0 auto; }
.warum p { color: #d9d9df; font-size: clamp(1.05rem, 2.3vw, 1.18rem); }
.warum p + p { margin-top: 1.2rem; }

/* Gründerbrief: echter weißer Brief auf dunkler Bühne (der Hell-Moment der Seite) */
.letter-tag {
  display: inline-block;
  margin: 2.6rem auto 2rem;
  white-space: nowrap;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
  border: 1px solid transparent;
  background:
    linear-gradient(#101018, #101018) padding-box,
    linear-gradient(100deg, rgba(138, 176, 255, 0.8), rgba(180, 140, 255, 0.5), rgba(224, 166, 255, 0.8)) border-box;
  border-radius: 999px;
  padding: 0.5rem 1.2rem;
}
.letter {
  background: #fcfcfd;
  color: #1d1d22;
  max-width: 46rem;
  margin: 0 auto;
  border-radius: 18px;
  padding: clamp(2.2rem, 6vw, 3.6rem) clamp(1.6rem, 5vw, 3.2rem);
  position: relative;
  text-align: left;
  box-shadow:
    0 60px 160px rgba(0, 0, 0, 0.65),
    0 30px 70px rgba(120, 100, 255, 0.10),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}
.letter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.2rem;
}
.letter-head img { height: 1.5rem; width: auto; display: block; }
.letter-head span { color: #9a9aa2; font-size: 0.85rem; }
.letter p { color: #2e2e35; font-size: clamp(1rem, 2.2vw, 1.1rem); line-height: 1.75; }
.letter p + p { margin-top: 1.1rem; }
.letter .ps { color: #74747c; font-style: italic; margin-top: 1.5rem; }
.letter-sign {
  margin-top: 2rem;
  padding-top: 1.7rem;
  border-top: 1px solid #e9e9ee;
  display: flex;
  gap: 2.8rem;
  flex-wrap: wrap;
}
.letter-sign .signer { display: flex; align-items: center; gap: 0.9rem; }
.letter-sign img {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(20, 20, 30, 0.12);
}
.letter-sign .name { font-weight: 650; color: #1d1d22; }
.letter-sign .role { color: #74747c; font-size: 0.86rem; }

/* Browser-Frame (Website-Vorschau) */
.browser {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #0d0d10;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}
.browser-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--line);
  background: #121216;
}
.browser-dot { width: 0.6rem; height: 0.6rem; border-radius: 50%; background: rgba(255,255,255,0.16); }
.browser-url {
  flex: 1;
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted);
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 0.25rem 0.8rem;
  margin: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.browser-view { position: relative; height: 26rem; overflow: hidden; }
.browser-view iframe {
  width: 200%;
  height: 52rem;
  border: 0;
  transform: scale(0.5);
  transform-origin: top left;
  pointer-events: none;
}
.browser-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.6rem;
  background: linear-gradient(to bottom, transparent 55%, rgba(3, 3, 4, 0.88));
  text-decoration: none;
}
.showcase-note { margin-top: 1.1rem; color: var(--muted); font-size: 0.9rem; text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 0.9rem 1.9rem;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 32px rgba(255, 255, 255, 0.22); }
.btn:active { transform: translateY(0); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.28);
}
.btn-ghost:hover { box-shadow: 0 8px 32px rgba(255, 255, 255, 0.08); border-color: rgba(255,255,255,0.5); }

/* ---------- Angebot / Was wir suchen ---------- */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.offer-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: left;
}
.offer-card h3 { margin-bottom: 0.5rem; }
.offer-card p { color: var(--muted); font-size: 0.95rem; }
@media (max-width: 720px) { .offer-grid { grid-template-columns: 1fr; } }

/* ---------- Substanz-Block „Wer hinter Luna steht" ---------- */
.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.2rem;
}
.fact {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem 1.5rem;
  text-align: left;
}
.fact .f-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.fact .f-value { font-weight: 700; margin-top: 0.55rem; font-size: 1.04rem; line-height: 1.3; }
.fact .f-sub { color: var(--muted); font-size: 0.88rem; margin-top: 0.35rem; }
.fact a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
.fact a:hover { border-bottom-color: #fff; }
.fact-award .f-value { color: #cdbaff; }
@media (max-width: 980px) { .fact-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .fact-grid { grid-template-columns: 1fr; } }

/* Peer-Beweis (subtil) */
.peer-note {
  margin: 2rem auto 0;
  max-width: 40rem;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ---------- CTA-Bühne (letzte Sektion hebt sich ab) ---------- */
.cta-stage {
  position: relative;
  max-width: 54rem;
  margin: 0 auto;
  border-radius: 28px;
  padding: clamp(2.4rem, 6vw, 4rem) clamp(1.4rem, 5vw, 3rem);
  background:
    radial-gradient(ellipse 85% 95% at 50% -25%, rgba(140, 120, 255, 0.17), transparent 62%),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
}
.cta-stage::after {
  content: "";
  position: absolute;
  top: 0; left: 12%; right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--grad-a), var(--grad-b), var(--grad-c), transparent);
}

/* ---------- Formular ---------- */
.form {
  display: grid;
  gap: 0.9rem;
  margin-top: 2rem;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.form label { font-size: 0.85rem; color: var(--muted); display: block; margin-bottom: 0.35rem; }
.form input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  color: var(--text);
  font-family: var(--font);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.25s ease;
}
.form input:focus { border-color: rgba(255, 255, 255, 0.35); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
@media (max-width: 620px) { .form-row { grid-template-columns: 1fr; } }
.form .btn { justify-self: center; margin-top: 0.6rem; }
.form .form-note { text-align: center; }
.form-note { color: var(--muted); font-size: 0.83rem; }

/* ---------- Terminwahl ---------- */
.slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; max-width: 50rem; margin-left: auto; margin-right: auto; }
@media (max-width: 720px) { .slots { grid-template-columns: 1fr; } }
.slot {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem 1rem;
  color: var(--text);
  font-family: var(--font);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: center;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.slot:hover { background: var(--panel-hover); transform: translateY(-2px); }
.slot.active { border-color: rgba(180, 160, 255, 0.85); background: rgba(140, 120, 255, 0.1); }
.slot-tag { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.slot-datum { font-weight: 700; font-size: 1.15rem; }
.slot-zeit { color: var(--muted); font-size: 0.95rem; }

/* ---------- Videos / Deck ---------- */
.media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 2.2rem; text-align: left; }
@media (max-width: 720px) { .media-grid { grid-template-columns: 1fr; } }
.media-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: block;
}
.media-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #0a0a0e;
}
.media-body { padding: 1.1rem 1.3rem 1.3rem; }
.media-body h3 { margin-bottom: 0.3rem; font-size: 1.02rem; }
.media-body p { color: var(--muted); font-size: 0.9rem; }

.deck-frame {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 16px;
  margin-top: 2.2rem;
  background: #050506;
}

/* ---------- Danke ---------- */
.check {
  width: 4rem; height: 4rem;
  border-radius: 50%;
  border: 1.5px solid rgba(180, 160, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.8rem;
}
.check::after {
  content: "";
  width: 1.25rem; height: 0.7rem;
  border-left: 2.5px solid #cdbaff;
  border-bottom: 2.5px solid #cdbaff;
  transform: rotate(-45deg) translateY(-2px);
}
.next-steps { margin-top: 2.4rem; display: grid; gap: 0.9rem; max-width: 44rem; margin-left: auto; margin-right: auto; text-align: left; }
.next-step {
  display: flex;
  gap: 1.1rem;
  align-items: baseline;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
}
.next-num { color: var(--muted); font-weight: 700; font-size: 0.9rem; }
.next-step p { color: #d9d9df; font-size: 0.98rem; }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid var(--line);
  padding: 2.2rem 0 3rem;
  color: var(--muted);
  font-size: 0.83rem;
}
.footer .wrap { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer a { color: var(--muted); text-decoration: none; }
.footer a:hover { color: var(--text); }

/* ---------- Reveals ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
