/* ═══════════════════════════════════════════════════════
   WedFilm / WedShot — Gemeinsames Stylesheet
   ═══════════════════════════════════════════════════════ */

:root {
  --bg:       #0a0a0a;
  --bg2:      #111111;
  --bg3:      #1a1a1a;
  --gold:     #C9A84C;
  --gold-lt:  #E8C96A;
  --white:    #ffffff;
  --gray:     rgba(255,255,255,0.55);
  --gray-lt:  rgba(255,255,255,0.12);
  --max:      1100px;
  --r:        14px;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-lt); }

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

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

/* ── NAV ──────────────────────────────────────────────── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-lt);
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.nav-logo {
  font-size: 22px; font-weight: 800; letter-spacing: -0.5px;
  color: var(--white);
}
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { color: var(--gray); font-size: 15px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--white); }
.nav-cta {
  background: var(--gold); color: #000 !important;
  padding: 9px 20px; border-radius: 30px; font-weight: 700;
  font-size: 14px !important; transition: background .2s;
}
.nav-cta:hover { background: var(--gold-lt) !important; }
.nav-burger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-burger span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; border-radius: 2px; }

/* ── HERO ─────────────────────────────────────────────── */
.hero {
  padding: 100px 0 80px;
  text-align: center;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,168,76,0.08) 0%, transparent 70%);
}
.hero-badge {
  display: inline-block;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold);
  font-size: 13px; font-weight: 600; letter-spacing: 1px;
  padding: 6px 18px; border-radius: 30px; margin-bottom: 28px;
}
.hero h1 {
  font-size: clamp(36px, 6vw, 68px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 24px;
}
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-sub {
  font-size: clamp(17px, 2vw, 21px);
  color: var(--gray);
  max-width: 620px;
  margin: 0 auto 44px;
}
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── BUTTONS ──────────────────────────────────────────── */
.btn-primary {
  background: var(--gold); color: #000;
  padding: 16px 36px; border-radius: 50px;
  font-size: 16px; font-weight: 800;
  border: none; cursor: pointer;
  display: inline-block;
  transition: transform .15s, background .2s;
}
.btn-primary:hover { background: var(--gold-lt); transform: translateY(-1px); color: #000; }

.btn-ghost {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.25);
  color: var(--white);
  padding: 16px 36px; border-radius: 50px;
  font-size: 16px; font-weight: 600;
  display: inline-block;
  transition: border-color .2s, color .2s;
}
.btn-ghost:hover { border-color: var(--white); color: var(--white); }

/* ── EMAIL CAPTURE ────────────────────────────────────── */
.email-form {
  display: flex; gap: 10px; max-width: 480px;
  margin: 0 auto; flex-wrap: wrap; justify-content: center;
}
.email-form input[type="email"] {
  flex: 1; min-width: 220px;
  background: var(--bg3);
  border: 1.5px solid var(--gray-lt);
  border-radius: 50px;
  padding: 14px 22px;
  color: var(--white);
  font-size: 15px;
  outline: none;
}
.email-form input[type="email"]:focus { border-color: var(--gold); }
.email-form input::placeholder { color: rgba(255,255,255,0.3); }
.email-form button {
  background: var(--gold); color: #000;
  border: none; cursor: pointer;
  padding: 14px 28px; border-radius: 50px;
  font-size: 15px; font-weight: 800;
  transition: background .2s;
}
.email-form button:hover { background: var(--gold-lt); }
.form-note { font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 10px; text-align: center; }

/* ── STATS LEISTE ─────────────────────────────────────── */
.stats {
  display: flex; gap: 0;
  background: var(--bg2);
  border-top: 1px solid var(--gray-lt);
  border-bottom: 1px solid var(--gray-lt);
}
.stat-item {
  flex: 1; text-align: center;
  padding: 32px 16px;
  border-right: 1px solid var(--gray-lt);
}
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 36px; font-weight: 900; color: var(--gold); line-height: 1; }
.stat-label { font-size: 13px; color: var(--gray); margin-top: 6px; }

/* ── SECTIONS ─────────────────────────────────────────── */
section { padding: 80px 0; }
section.bg2 { background: var(--bg2); }
section.bg3 { background: var(--bg3); }

.section-tag {
  font-size: 12px; font-weight: 700; letter-spacing: 2px;
  color: var(--gold); text-transform: uppercase; margin-bottom: 14px;
}
.section-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900; letter-spacing: -1px;
  line-height: 1.15; margin-bottom: 18px;
}
.section-sub {
  font-size: 18px; color: var(--gray);
  max-width: 600px; margin-bottom: 52px;
}
.center { text-align: center; }
.center .section-sub { margin-left: auto; margin-right: auto; }

/* ── FEATURES GRID ────────────────────────────────────── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.feature-card {
  background: var(--bg3);
  border: 1px solid var(--gray-lt);
  border-radius: var(--r);
  padding: 32px;
  transition: border-color .2s;
}
.feature-card:hover { border-color: rgba(201,168,76,0.3); }
.feature-icon { font-size: 36px; margin-bottom: 18px; }
.feature-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.feature-card p { color: var(--gray); font-size: 15px; line-height: 1.6; }

/* ── STEPS ────────────────────────────────────────────── */
.steps { display: flex; flex-direction: column; gap: 0; max-width: 700px; margin: 0 auto; }
.step {
  display: flex; gap: 28px; align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid var(--gray-lt);
}
.step:last-child { border-bottom: none; }
.step-num {
  width: 48px; height: 48px; flex-shrink: 0;
  background: var(--gold); color: #000;
  border-radius: 50%; display: flex;
  align-items: center; justify-content: center;
  font-size: 20px; font-weight: 900;
}
.step-content h3 { font-size: 19px; font-weight: 800; margin-bottom: 6px; }
.step-content p { color: var(--gray); font-size: 15px; }

/* ── VERGLEICH TABELLE ────────────────────────────────── */
.vergleich {
  background: var(--bg3);
  border: 1px solid var(--gray-lt);
  border-radius: var(--r);
  overflow: hidden;
}
.vergleich table { width: 100%; border-collapse: collapse; }
.vergleich th, .vergleich td {
  padding: 16px 24px;
  text-align: left;
  border-bottom: 1px solid var(--gray-lt);
  font-size: 15px;
}
.vergleich th {
  background: var(--bg2);
  font-weight: 700; font-size: 14px;
  color: var(--gray); text-transform: uppercase; letter-spacing: 1px;
}
.vergleich tr:last-child td { border-bottom: none; }
.vergleich .pro { color: #4ade80; font-weight: 700; }
.vergleich .con { color: #f87171; }
.vergleich .highlight td { background: rgba(201,168,76,0.05); }
.vergleich .col-app { color: var(--gold); font-weight: 700; }

/* ── FAQ ──────────────────────────────────────────────── */
.faq { max-width: 780px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--gray-lt);
}
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  color: var(--white); text-align: left;
  font-size: 17px; font-weight: 700;
  padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-question .icon {
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--bg3); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; transition: transform .25s;
}
.faq-answer {
  color: var(--gray); font-size: 15px; line-height: 1.75;
  padding-bottom: 22px; display: none;
}
.faq-item.open .faq-answer { display: block; }
.faq-item.open .icon { transform: rotate(45deg); }

/* ── ARTIKEL CONTENT ──────────────────────────────────── */
.artikel {
  max-width: 780px; margin: 0 auto;
}
.artikel h2 {
  font-size: 28px; font-weight: 800;
  margin: 48px 0 16px; letter-spacing: -0.5px;
}
.artikel h3 {
  font-size: 21px; font-weight: 700;
  margin: 32px 0 12px;
}
.artikel p {
  color: rgba(255,255,255,0.75); margin-bottom: 20px; line-height: 1.8;
}
.artikel ul, .artikel ol {
  color: rgba(255,255,255,0.75);
  padding-left: 24px; margin-bottom: 20px;
}
.artikel li { margin-bottom: 10px; line-height: 1.7; }
.artikel strong { color: var(--white); font-weight: 700; }
.artikel .highlight-box {
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: var(--r);
  padding: 24px 28px; margin: 32px 0;
}
.artikel .highlight-box strong { color: var(--gold); }

/* ── PREISTABELLE ─────────────────────────────────────── */
.preis-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px; margin: 32px 0;
}
.preis-card {
  background: var(--bg3);
  border: 1px solid var(--gray-lt);
  border-radius: var(--r);
  padding: 24px;
  text-align: center;
}
.preis-card.highlight {
  border-color: var(--gold);
  background: rgba(201,168,76,0.06);
}
.preis-card .preis { font-size: 32px; font-weight: 900; color: var(--gold); }
.preis-card .art { font-size: 14px; color: var(--gray); margin-top: 6px; }
.preis-card .details { font-size: 13px; color: var(--gray); margin-top: 12px; line-height: 1.6; }

/* ── CROSS-LINK BANNER ────────────────────────────────── */
.cross-banner {
  background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.03) 100%);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: var(--r);
  padding: 40px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  flex-wrap: wrap;
}
.cross-banner-text h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.cross-banner-text p { color: var(--gray); font-size: 15px; }

/* ── CTA SECTION ──────────────────────────────────────── */
.cta-section {
  text-align: center;
  padding: 100px 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(201,168,76,0.07) 0%, transparent 70%);
}
.cta-section h2 { font-size: clamp(28px, 4vw, 48px); font-weight: 900; letter-spacing: -1px; margin-bottom: 20px; }
.cta-section p { color: var(--gray); font-size: 18px; margin-bottom: 40px; max-width: 520px; margin-left: auto; margin-right: auto; }

/* ── FOOTER ───────────────────────────────────────────── */
footer {
  background: var(--bg2);
  border-top: 1px solid var(--gray-lt);
  padding: 60px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
}
.footer-brand .logo { font-size: 22px; font-weight: 900; margin-bottom: 14px; }
.footer-brand .logo span { color: var(--gold); }
.footer-brand p { color: var(--gray); font-size: 14px; line-height: 1.7; }
.footer-col h4 { font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gray); margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { color: rgba(255,255,255,0.6); font-size: 14px; transition: color .2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid var(--gray-lt);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
  font-size: 13px; color: rgba(255,255,255,0.3);
}

/* ── BREADCRUMB ───────────────────────────────────────── */
.breadcrumb {
  padding: 16px 0;
  font-size: 13px;
  color: var(--gray);
}
.breadcrumb a { color: var(--gray); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb span { margin: 0 8px; }

/* ── PAGE HERO (Unterseiten) ──────────────────────────── */
.page-hero {
  padding: 60px 0 52px;
  border-bottom: 1px solid var(--gray-lt);
}
.page-hero h1 {
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 900; letter-spacing: -1.5px;
  line-height: 1.1; margin-bottom: 16px;
}
.page-hero .lead {
  font-size: 19px; color: var(--gray); max-width: 680px;
}
.page-meta {
  display: flex; gap: 20px; margin-top: 20px;
  font-size: 13px; color: rgba(255,255,255,0.35);
  flex-wrap: wrap;
}
.page-meta span::before { content: '• '; }
.page-meta span:first-child::before { content: ''; }

/* ── RESPONSIVE ───────────────────────────────────────── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .stats { flex-wrap: wrap; }
  .stat-item { flex: 1 1 50%; border-right: none; border-bottom: 1px solid var(--gray-lt); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cross-banner { flex-direction: column; text-align: center; padding: 32px 24px; }
  .hero { padding: 70px 0 60px; }
  section { padding: 56px 0; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .stat-item { flex: 1 1 100%; }
  .step { flex-direction: column; gap: 16px; }
}
