/* Legal pages (complaints, terms, privacy, regulatory). Plain reading layout on the
 * styles.css tokens - no motion, no reveals. */

.legal-page { max-width: 820px; margin: 0 auto; padding: 56px 0 0; }
.legal-head { display: flex; flex-direction: column; gap: 14px; padding-bottom: 35px; border-bottom: 1px solid var(--line); margin-bottom: 42px; }
.legal-head__note { font-family: var(--font-display); font-size: var(--text-lead); color: var(--muted); line-height: 1.35; }
.legal-head h1 { font-size: clamp(36px, 4.2vw, 56px); line-height: 1.02; letter-spacing: -0.04em; }

.legal-body { display: flex; flex-direction: column; gap: 18px; font-size: 16px; line-height: 1.65; color: var(--text); }
.legal-body h2 { font-size: clamp(22px, 2.2vw, 28px); line-height: 1.2; letter-spacing: -0.02em; margin-top: 21px; }
.legal-body strong { font-weight: 600; color: var(--ink); }
.legal-body a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.legal-body ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.legal-body li { position: relative; padding-left: 21px; }
.legal-body li::before { content: ""; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }

.legal-body .sub { padding-left: 28px; }
.legal-table-wrap { overflow-x: auto; margin: 4px 0; }
.legal-table { width: 100%; border-collapse: collapse; font-size: 14.5px; line-height: 1.5; }
.legal-table th, .legal-table td { text-align: left; vertical-align: top; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.legal-table thead th { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); background: var(--wash); }
.legal-table tbody th { font-weight: 600; color: var(--ink); width: 28%; }
.legal-table tbody th span { display: block; font-weight: 400; color: var(--muted); margin-top: 3px; }
.legal-table--3 tbody th { width: 30%; }
.legal-table ul { gap: 3px; }
.legal-table li { padding-left: 14px; }
.legal-table li::before { width: 5px; height: 5px; top: 8px; }

.footer { margin-top: 99px; }

@media (max-width: 900px) {
  .legal-page { padding-top: 35px; }
  .legal-head { padding-bottom: 24px; margin-bottom: 28px; }
  .footer { margin-top: 70px; }
}
