/* ==========================================================================
   Eatova - Rechtsseiten (Impressum, Datenschutz, AGB).
   Baut auf styles.css auf: gleiche Tokens, schmale Lesespalte, ruhige Typo.
   ========================================================================== */

.legal {
  padding: 150px 0 90px;
}

.legal-container {
  max-width: 800px;
}

.legal-kicker {
  font-family: var(--mono);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 14px;
}

.legal h1 {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  font-weight: 800;
  font-stretch: 112%;
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.legal-updated {
  font-family: var(--mono);
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 48px;
}

.legal h2 {
  font-size: 1.35rem;
  font-weight: 750;
  font-stretch: 106%;
  line-height: 1.2;
  margin: 52px 0 14px;
}

.legal h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 30px 0 8px;
}

.legal p,
.legal li,
.legal address {
  color: var(--muted);
}

.legal p + p {
  margin-top: 12px;
}

.legal ul,
.legal ol {
  margin: 14px 0;
  padding-left: 24px;
  display: grid;
  gap: 8px;
}

.legal strong {
  color: var(--text);
  font-weight: 650;
}

.legal a {
  color: var(--lime);
  text-decoration: none;
}

.legal a:hover {
  text-decoration: underline;
}

.legal address {
  font-style: normal;
  line-height: 1.7;
}

/* Panel fuer hervorgehobene Bloecke (Anbieterdaten, Gesundheitshinweis) */
.legal-box {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-panel);
  padding: 26px 30px;
  margin: 22px 0;
}

.legal-box p,
.legal-box li {
  color: var(--muted);
}

.legal-box--accent {
  border-color: rgba(195, 244, 0, 0.35);
}

/* Nummerierte Paragraphen-Ueberschriften der AGB */
.legal .para-num {
  font-family: var(--mono);
  font-size: 0.9em;
  color: var(--lime);
  margin-right: 10px;
}
