/**
 * legal.css — Privacy Policy & Terms of Service pages
 */
.legal-body {
  padding-top: 0;
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

.legal-content h2 {
  margin: 2rem 0 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #111;
}

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

.legal-content h3 {
  margin: 1.35rem 0 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1f2937;
}

.legal-content p,
.legal-content li {
  color: #374151;
  font-size: 0.95rem;
  line-height: 1.7;
}

.legal-content ul,
.legal-content ol {
  margin: 0.5rem 0 1rem;
  padding-left: 1.25rem;
}

.legal-content li + li {
  margin-top: 0.35rem;
}

.legal-content a {
  color: #0f766e;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.legal-content a:hover,
.legal-content a:focus {
  color: #115e59;
}

.legal-content .legal-updated {
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  color: #6b7280;
  font-size: 0.85rem;
}

.legal-content .legal-callout {
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  background: #f0fdfa;
  border-left: 3px solid #0f766e;
  color: #134e4a;
  font-size: 0.92rem;
  line-height: 1.6;
}

.legal-consent-group {
  margin-top: 0.25rem;
}

.legal-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  color: #374151;
  font-size: 0.9rem;
  line-height: 1.55;
  cursor: pointer;
}

.legal-consent-label input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.legal-consent-label a {
  color: #0f766e;
  text-decoration: underline;
}
