/* ==========================================================================
   Legal pages (Privacy Policy, Terms of Service) — shared template CSS,
   reusable across all three DataWise brands. Loaded after style.css and
   consultation.css (reuses .hero--consultation for the page banner).
   ========================================================================== */

.legal-content { padding: 16px 0 80px; background: var(--white); }

.legal-container {
  max-width: 820px;
  margin: 0 auto;
}

.legal-content h2 {
  font-size: 1.3rem;
  margin: 40px 0 14px;
}
.legal-content h2:first-of-type { margin-top: 0; }

.legal-content p {
  color: var(--ink-soft);
  margin-bottom: 14px;
  line-height: 1.7;
}

.legal-content ul {
  margin: 0 0 16px 20px;
  color: var(--ink-soft);
}
.legal-content li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.legal-content a {
  color: var(--green-700);
  font-weight: 600;
}
.legal-content a:hover { color: var(--green-800); }

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