/* MatchDraft Landing — Design-Vokabular 1:1 von der MatchReel-Seite
   übernommen (Broadcast-Look: #0A0A0A, Lime #A4DC4A, Montserrat),
   Struktur bewusst schlanker (statisch, DE, ohne Scroll-Telling). */

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #0A0A0A;
  color: #fff;
  font-family: 'Montserrat', system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: #A4DC4A; text-decoration: none; }
a:hover { color: #c2ee75; }
button { font-family: inherit; }
img { max-width: 100%; }

@keyframes mdRise { 0% { opacity: 0; transform: translateY(30px); } 100% { opacity: 1; transform: translateY(0); } }

/* ===== Nav ===== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(16px, 4vw, 40px);
  background: rgba(10,10,10,.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 14px; letter-spacing: 3px; color: #fff; }
.nav-brand:hover { color: #fff; }
.nav-brand img { width: 30px; height: 30px; border-radius: 8px; display: block; }
.brand-accent { color: #C3FB68; }
.nav-cta {
  background: #A4DC4A; color: #0A0A0A; font-weight: 800; font-size: 11px;
  letter-spacing: 1.5px; padding: 10px 20px; border-radius: 999px; text-transform: uppercase;
}
.nav-cta:hover { background: #c2ee75; color: #0A0A0A; }
@media (max-width: 480px) {
  .nav-brand { font-size: 12px; letter-spacing: 2px; gap: 8px; }
  .nav-cta { padding: 10px 14px; }
}

/* ===== Hero ===== */
.hero { position: relative; min-height: max(92vh, 640px); display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% -10%, #1d2b14 0%, #121a0c 38%, #0a0d07 68%, #050604 100%); }
.hero-stripes { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(164,220,74,.05) 0 90px, rgba(164,220,74,0) 90px 180px); }
.hero-grid {
  position: relative; display: grid; grid-template-columns: 1.1fr .9fr;
  gap: clamp(30px, 5vw, 70px); align-items: center;
  max-width: 1160px; margin: 0 auto; padding: 130px clamp(20px, 5vw, 40px) 70px;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; text-align: center; } }
.hero-copy { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
@media (max-width: 900px) { .hero-copy { align-items: center; } }
.eyebrow { font-weight: 700; font-size: 11px; letter-spacing: 3px; color: #A4DC4A; text-transform: uppercase; }
.hero-copy .eyebrow { animation: mdRise .8s .35s cubic-bezier(.2,.7,.2,1) both; }
.hero h1 {
  margin: 0; font-weight: 900; font-size: clamp(34px, 4.3vw, 60px); line-height: 1.04;
  letter-spacing: -1px; color: #fff; text-transform: uppercase; overflow-wrap: break-word;
  animation: mdRise .9s .45s cubic-bezier(.2,.7,.2,1) both;
}
.hero h1 .lime { color: #A4DC4A; }
.hero-sub {
  margin: 0; font-weight: 500; font-size: 17px; line-height: 1.55; color: #CCCCCC; max-width: 540px;
  animation: mdRise .9s .6s cubic-bezier(.2,.7,.2,1) both;
}
.hero-claim { font-weight: 800; font-size: 13px; letter-spacing: 2.5px; color: #A4DC4A; text-transform: uppercase;
  animation: mdRise .9s .68s cubic-bezier(.2,.7,.2,1) both; }
.store-cta { display: flex; flex-direction: column; gap: 12px; animation: mdRise .9s .75s cubic-bezier(.2,.7,.2,1) both; }
@media (max-width: 900px) { .store-cta { align-items: center; } }
.store-badge img { display: block; }
.store-note { font-weight: 600; font-size: 12px; color: #888; }
.hero-visual { display: flex; justify-content: center; animation: mdRise 1s .55s cubic-bezier(.2,.7,.2,1) both; }
.hero-visual .pb { width: min(320px, 78vw); }

/* iPhone-Bezel: Screenshot liegt unter dem Rahmen (Maße wie MatchReel). */
.pb { position: relative; }
.pb .pb-s {
  position: absolute; left: 5.2%; top: 2.25%; width: 89.6%; height: 95.5%;
  object-fit: cover; border-radius: 14.8% / 6.8%; background: #000;
}
.pb .pb-f { width: 100%; height: auto; display: block; position: relative; }

/* ===== Sections ===== */
.section { padding: clamp(70px, 11vw, 140px) clamp(20px, 5vw, 40px); border-top: 1px solid #151515; }
.section-inner { max-width: 1160px; margin: 0 auto; }
.bg-a { background: #0A0A0A; }
.bg-b { background: #050505; }
.section h2 {
  margin: 0 0 22px; font-weight: 900; font-size: clamp(30px, 6vw, 46px); line-height: 1.05;
  letter-spacing: -.5px; color: #fff; text-transform: uppercase;
}
.section .eyebrow { margin-bottom: 14px; }
.section-body { margin: 0 0 34px; font-weight: 500; font-size: 16px; line-height: 1.6; color: #CCCCCC; max-width: 460px; }
.two-col {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: clamp(36px, 5vw, 70px); align-items: center;
}
.bullets { display: flex; flex-direction: column; gap: 14px; }
.bullet { display: flex; align-items: center; gap: 14px; }
.bullet .sq { width: 8px; height: 8px; border-radius: 2px; background: #A4DC4A; flex: none; }
.bullet span:last-child { font-weight: 600; font-size: 14px; color: #fff; }
.side-note { margin-top: 22px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.1);
  border-left: 3px solid #A4DC4A; border-radius: 10px; background: rgba(255,255,255,.03);
  font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.75); }
.side-note strong { color: #fff; margin-right: 6px; }
.phone-shot { display: flex; justify-content: center; }
.phone-shot .pb { width: min(300px, 74vw); }

/* ===== Steps ===== */
.steps { background: #0A0A0A; padding: clamp(76px, 12vw, 150px) clamp(20px, 5vw, 40px) clamp(66px, 10vw, 130px); }
.steps h2 { margin-bottom: 64px; }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 28px; }
.step-card {
  background: #111111; border: 1px solid #1e1e1e; border-radius: 14px; padding: 30px;
  display: flex; flex-direction: column; gap: 18px;
}
.step-num { font-weight: 900; font-size: 52px; color: #A4DC4A; line-height: 1; }
.step-title { font-weight: 800; font-size: 18px; letter-spacing: 1px; color: #fff; text-transform: uppercase; }
.step-body { margin: 0; font-weight: 500; font-size: 14px; line-height: 1.55; color: #888; }
.step-card .pb { width: min(230px, 60vw); margin: 8px auto 0; }

/* ===== Privacy ===== */
.privacy { padding: clamp(64px, 10vw, 120px) clamp(20px, 5vw, 40px); }
.privacy .section-inner { text-align: center; }
.privacy h2 { margin: 0 0 18px; font-size: clamp(28px, 5.5vw, 40px); }
.privacy p { margin: 0 auto 50px; font-weight: 500; font-size: 16px; line-height: 1.6; color: #888; max-width: 520px; }
.priv-chips { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.priv-chip {
  background: #111111; border: 1px solid #1e1e1e; border-radius: 999px; padding: 16px 30px;
  font-weight: 800; font-size: 13px; letter-spacing: 1.5px; color: #fff; text-transform: uppercase; white-space: nowrap;
}

/* ===== Final CTA ===== */
.final-cta {
  background: radial-gradient(80% 100% at 50% 100%, #16220c 0%, #0A0A0A 70%);
  padding: clamp(76px, 12vw, 150px) clamp(20px, 5vw, 40px); border-top: 1px solid #151515;
}
.final-cta .section-inner {
  max-width: 760px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 24px;
}
.final-cta h2 {
  margin: 0; font-weight: 900; color: #fff; text-transform: uppercase;
  font-size: clamp(32px, 7vw, 54px); line-height: 1.03; letter-spacing: -1px;
}
.final-cta .cta-body { margin: 0; font-weight: 500; font-size: 16px; line-height: 1.6; color: #CCCCCC; max-width: 480px; }
.final-cta .store-cta { align-items: center; }

/* ===== Footer ===== */
.footer {
  background: #050505; border-top: 1px solid #151515; padding: 40px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px;
}
.footer-brand { font-weight: 800; font-size: 13px; letter-spacing: 3px; color: #fff; }
.footer-brand .copy { font-weight: 500; font-size: 11px; letter-spacing: 1px; color: #8a8a8a; margin-left: 10px; }
.footer-nav { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; justify-content: center; }
.footer-nav a { font-weight: 600; font-size: 12px; color: #888; }
.footer-nav a:hover { color: #fff; }

/* ===== Rechtsseiten ===== */
.legal { max-width: 720px; margin: 0 auto; padding: 140px clamp(20px,5vw,40px) 80px; }
.legal h1 { font-weight: 900; font-size: clamp(26px,5vw,40px); letter-spacing: -.5px; color: #fff; text-transform: uppercase; margin: 0 0 40px;
  overflow-wrap: break-word; hyphens: auto; -webkit-hyphens: auto; }
.legal h2 { font-weight: 800; font-size: 16px; letter-spacing: 1px; color: #fff; text-transform: uppercase; margin: 40px 0 12px; }
.legal p, .legal li { font-weight: 500; font-size: 14px; line-height: 1.7; color: #CCCCCC; margin: 0 0 14px; }
