/* ===== LEGAL PAGES (terms / privacy) ===== */

.legal-section {
  padding: 72px 0 96px;
}

.legal-body {
  max-width: 760px;
}

.legal-intro {
  font-size: 0.95rem;
  line-height: 2;
  color: var(--text);
  margin-bottom: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}

.legal-article {
  margin-bottom: 48px;
}

.legal-article h2 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 3px solid var(--blue);
}

.legal-article p {
  font-size: 0.9rem;
  line-height: 2;
  color: var(--text);
  margin-bottom: 12px;
}

.legal-article p:last-child {
  margin-bottom: 0;
}

.legal-article ul,
.legal-article ol {
  padding-left: 1.5em;
  margin-top: 8px;
  margin-bottom: 8px;
}

.legal-article li {
  font-size: 0.9rem;
  line-height: 2;
  color: var(--text);
}

.legal-date {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 2;
}
