.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 140px 24px 80px;
}
.legal-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-subtle);
  margin: 0 0 16px;
}
.legal-h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--text);
  margin: 0 0 12px;
}
.legal-date {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0 0 64px;
}
.legal-toc {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 64px;
}
.legal-toc-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-subtle);
  margin: 0 0 14px;
}
.legal-toc ol {
  margin: 0;
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 24px;
}
.legal-toc li { font-size: 13px; color: var(--text-muted); }
.legal-toc a { color: var(--text-muted); text-decoration: none; }
.legal-toc a:hover { color: var(--text); }
.legal-section {
  margin-bottom: 56px;
  border-top: 1px solid var(--border);
  padding-top: 40px;
}
.legal-section:first-of-type { border-top: none; padding-top: 0; }
.legal-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 20px;
}
.legal-section h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin: 24px 0 8px;
  letter-spacing: -0.01em;
}
.legal-section p {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0 0 14px;
}
.legal-section ul, .legal-section ol {
  padding-left: 22px;
  margin: 0 0 14px;
}
.legal-section li {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.legal-divider {
  border: none;
  border-top: 2px solid var(--border);
  margin: 72px 0 64px;
}
.legal-part-header {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-subtle);
  margin: 0 0 8px;
}
.legal-part-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0 0 48px;
}
@media (max-width: 640px) {
  .legal-page { padding-top: 96px; }
  .legal-toc ol { grid-template-columns: 1fr; }
}
