/* ============================================================
   Freyva Landingpage — legal.css
   Textlastige Seiten: Impressum, Datenschutzerklärung
   ============================================================ */

.legal {
  padding-top: clamp(7rem, 12vw, 9rem);
  padding-bottom: var(--section-pad);
}

.legal .container {
  max-width: 46rem;
}

.legal h1 {
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  margin-bottom: 2.5rem;
}

.legal h2 {
  font-size: 1.3rem;
  margin-top: 2.6rem;
  margin-bottom: 0.9rem;
}

.legal h2:first-of-type {
  margin-top: 0;
}

.legal h3 {
  font-size: 1.05rem;
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
}

.legal p,
.legal li {
  color: var(--text-secondary);
  font-size: 0.98rem;
}

.legal p + p {
  margin-top: 0.9rem;
}

.legal ul {
  display: grid;
  gap: 0.5rem;
  margin: 0.9rem 0;
  padding-left: 1.2rem;
  list-style: disc;
}

.legal strong {
  color: var(--ink);
}

.legal a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal address {
  font-style: normal;
  color: var(--text-secondary);
  margin: 0.9rem 0;
}

.legal .note {
  margin-top: 3rem;
  padding: 1.2rem 1.4rem;
  border-radius: var(--radius-sm);
  background: var(--tint);
  border: 1px solid rgba(13, 52, 56, 0.10);
  font-size: 0.92rem;
}

.legal .note strong {
  display: block;
  margin-bottom: 0.3rem;
}

/* Auf hellen Textseiten braucht der Marken-Header vollen Grund,
   sonst schimmert der helle Hintergrund durch die Nebel-Leiste. */
.site-header {
  background: rgba(11, 46, 51, 0.94);
}
