/* ==========================================================================
   Mahima Growth Labs — Legal Pages (page-scoped styles)
   Used by privacy.html and terms.html. Does not modify the global design system.
   ========================================================================== */

.legal-content {
  max-width: 720px;
  margin-inline: auto;
}

.legal-content h2 {
  font-size: var(--fs-2xl);
  margin-bottom: var(--space-4);
}

.legal-content p {
  margin-bottom: var(--space-4);
}

.legal-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: var(--space-4);
}

.legal-list li {
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
  line-height: var(--lh-normal);
}

.legal-meta {
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
}
