/* Multimedia Schnäppchen – helles Markenlayout in Rot/Schwarz/Weiß.
   Typografie: Archivo (Google Fonts), Slogan in Caveat (Schreibschrift). */

:root {
  --bg: #faf9f7;
  --surface: #ffffff;
  --border: #ebe7e2;
  --text: #171513;
  --text-dim: #5c5650;
  --text-muted: #8a837c;
  --red: #c9142c;
  --red-dark: #a10f22;
  --red-tint: #fbeef0;
  --footer-bg: #171513;
  --footer-dim: #b5aea7;
  --footer-pink: #f4b9c2;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Archivo', system-ui, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }

.script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
}

/* Kopfzeile ------------------------------------------------------------- */

.site-header {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--text);
}
.brand:hover { color: var(--text); }

.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
}

.brand-text { display: flex; flex-direction: column; }

.brand-name {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--red);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.brand-sub {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-left: auto;
  font-size: 0.95rem;
  font-weight: 600;
}

.site-header nav a { color: var(--text-dim); }
.site-header nav a:hover { color: var(--text); }
.site-header nav a.active {
  color: var(--text);
  border-bottom: 2px solid var(--red);
  padding-bottom: 2px;
}

/* Hero ------------------------------------------------------------------ */

.hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
  align-items: center;
  padding: 4.5rem 0 3.5rem;
}

.hero-copy { display: flex; flex-direction: column; gap: 1.4rem; align-items: flex-start; }

.hero .script { font-size: 2.1rem; }

.hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hero p { margin: 0; font-size: 1.15rem; color: var(--text-dim); max-width: 34rem; }

.hero-actions { display: flex; align-items: center; gap: 1.25rem; margin-top: 0.5rem; }

.btn {
  display: inline-block;
  padding: 0.9rem 1.75rem;
  background: var(--red);
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
}
.btn:hover { background: var(--red-dark); color: #ffffff; }

.link-underline {
  font-weight: 600;
  color: var(--text);
  border-bottom: 2px solid var(--red);
  padding-bottom: 2px;
}
.link-underline:hover { color: var(--red); }

.hero-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  background: var(--red);
  border-radius: 28px;
  padding: 4rem 2.5rem;
  text-align: center;
}

.hero-panel .script { color: #ffffff; font-size: 2.4rem; }

.hero-panel .panel-sub {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--footer-pink);
}

/* Trust-Leiste ---------------------------------------------------------- */

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding-bottom: 4rem;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.6rem 1.9rem;
}

.stat-value { font-size: 2.4rem; font-weight: 900; letter-spacing: -0.02em; }
.stat-label { font-size: 0.95rem; font-weight: 600; color: var(--text-dim); }

/* Deals ----------------------------------------------------------------- */

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.section-head h2, .section h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.updated { font-size: 0.88rem; font-weight: 600; color: var(--text-muted); }

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.6rem;
}

.badge {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: var(--red-tint);
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card h3 { margin: 0; font-size: 1.15rem; font-weight: 700; line-height: 1.35; }

.note { margin: 0; font-size: 0.95rem; color: var(--text-dim); flex-grow: 1; }

.cta {
  display: block;
  padding: 0.85rem 1.1rem;
  background: var(--red);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
}
.cta:hover { background: var(--red-dark); color: #ffffff; }

.price-hint { margin: 1.25rem 0 0; font-size: 0.85rem; color: var(--text-muted); }

.empty {
  padding: 2.5rem;
  border: 1px dashed var(--border);
  border-radius: 16px;
  color: var(--text-dim);
  text-align: center;
}

.section { padding-bottom: 5rem; }

/* So funktioniert's ----------------------------------------------------- */

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.6rem;
}

.step { display: flex; flex-direction: column; gap: 0.75rem; }

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--red-tint);
  color: var(--red);
}

.step h3 { margin: 0; font-size: 1.1rem; font-weight: 700; }
.step p { margin: 0; font-size: 0.95rem; color: var(--text-dim); }

/* Textseiten (Impressum, Datenschutz) ----------------------------------- */

.prose {
  max-width: 50rem;
  padding: 4rem 0 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.prose .script { font-size: 1.75rem; }

.prose h1 {
  margin: 0.4rem 0 0;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.prose h2 { margin: 0 0 0.5rem; font-size: 1.25rem; font-weight: 700; }
.prose p { margin: 0; color: var(--text-dim); line-height: 1.7; }

.prose .callout {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
}

/* Fußzeile -------------------------------------------------------------- */

.site-footer {
  background: var(--footer-bg);
  color: #ffffff;
  padding: 3.25rem 0 2.75rem;
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}

.footer-brand { display: flex; flex-direction: column; gap: 1rem; max-width: 40rem; }

.footer-brand .brand-line { display: flex; align-items: center; gap: 0.75rem; }

.footer-brand .brand-mark { width: 36px; height: 36px; }

.footer-brand .brand-line span {
  font-size: 1rem;
  font-weight: 900;
  color: #ffffff;
}
.footer-brand .brand-line span em {
  font-style: normal;
  color: var(--footer-pink);
}

.disclosure { margin: 0; color: var(--footer-dim); line-height: 1.65; }

.footer-contact { display: flex; flex-direction: column; gap: 0.6rem; }

.footer-contact .label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.footer-contact a { color: var(--footer-dim); }
.footer-contact a:hover { color: #ffffff; }
.footer-contact a.mail { color: #ffffff; }

.footer-legal {
  margin-top: 2.25rem;
  padding-top: 1.4rem;
  border-top: 1px solid #2e2a26;
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* Responsiv ------------------------------------------------------------- */

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 2.5rem; padding: 2.75rem 0 2.5rem; }
  .stats, .grid, .steps { grid-template-columns: 1fr; }
  .stats { gap: 0.9rem; padding-bottom: 2.75rem; }
  .section { padding-bottom: 3rem; }
  .prose { padding: 2.5rem 0 3rem; }
  .prose h1 { font-size: 2.1rem; }
}
