/* Legal pages — Impressum, Datenschutz */
.legal-page {
  min-height: 100vh;
  background: var(--black);
  padding: calc(var(--header-h) + 64px) 0 80px;
}

.legal-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 48px;
  padding-bottom: 20px;
  border-bottom: 3px solid var(--red);
}

.legal-section {
  margin-bottom: 36px;
}

.legal-section h2 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--red);
  margin-bottom: 12px;
}

.legal-section p,
.legal-section li {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin-bottom: 8px;
}

.legal-section ul {
  padding-left: 20px;
}

.legal-section a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-section a:hover {
  color: var(--white);
}

.legal-back {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.legal-back a {
  color: rgba(255,255,255,0.45);
  font-size: 0.9rem;
  transition: color 0.2s;
}

.legal-back a:hover {
  color: var(--white);
}
