/* ============================================
   LEGAL — Privacy & Terms Prose Layout
   ============================================ */

.legal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 120px 24px 80px;
}

.legal-page h1 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.legal-updated {
  font-size: 13px;
  color: var(--text-3);
  margin-bottom: 48px;
}

.legal-page h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.legal-page h2:first-of-type {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.legal-page h3 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 12px;
}

.legal-page p {
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.8;
  margin-bottom: 16px;
}

.legal-page ul,
.legal-page ol {
  margin-bottom: 16px;
  padding-left: 24px;
}

.legal-page li {
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.8;
  margin-bottom: 6px;
}

.legal-page strong {
  color: var(--text);
  font-weight: 600;
}

.legal-page a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page a:hover {
  color: #60a5fa;
}

.legal-page code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2px 6px;
}

@media (max-width: 768px) {
  .legal-page {
    padding-top: 80px;
  }
}
