/* ========== Legal pages (Terms / Privacy) ========== */
.legal-hero {
  padding: 100px 0 40px;
}

.legal-hero h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 8px;
}

.legal-hero .legal-meta {
  font-size: 13px;
  color: var(--text-tertiary);
}

.legal-content {
  padding: 40px 0 80px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-secondary);
}

.legal-content h2 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin: 32px 0 12px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin-bottom: 12px;
}

.legal-content ul {
  padding-left: 20px;
  margin-bottom: 12px;
  list-style: disc;
}

.legal-content li {
  margin-bottom: 6px;
}

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