/* Shared shell for the legal surfaces (/privacy, /terms, /security). Deliberately plain: these
   pages are read under stress — by a customer's counsel, or by someone deciding whether to hand
   us a voter file — so they get long-form measure, real headings, and no marketing furniture. */
.legal-stage { min-height: 100svh; background: var(--ink, #111716); color: var(--white, #f4f1ea); padding: 26px 18px 80px; }
.legal-card { width: 100%; max-width: 720px; margin: 0 auto; }
.legal-brand { display: inline-flex; align-items: center; gap: 10px; margin: 8px 0 26px; color: inherit; text-decoration: none; font-family: var(--font-display, inherit); font-weight: 800; font-size: 1.15rem; }
.legal-brand img { width: 30px; height: 30px; }
.legal-card h1 { font-family: var(--font-display, inherit); font-weight: 800; font-size: clamp(2rem, 6vw, 2.6rem); line-height: 1; margin: 0 0 8px; }
.legal-meta { color: rgba(244, 241, 234, 0.6); font-family: var(--font-mono, ui-monospace, monospace); font-size: 0.78rem; letter-spacing: 0.04em; margin: 0 0 28px; }
.legal-card h2 { font-family: var(--font-display, inherit); font-weight: 700; font-size: 1.28rem; line-height: 1.25; margin: 38px 0 10px; padding-top: 20px; border-top: 1px solid rgba(244, 241, 234, 0.14); }
.legal-card h3 { font-weight: 700; font-size: 1rem; margin: 22px 0 6px; }
.legal-card p, .legal-card li { color: rgba(244, 241, 234, 0.84); font-size: 0.98rem; line-height: 1.62; }
.legal-card p { margin: 0 0 14px; max-width: 68ch; }
.legal-card ul { margin: 0 0 14px; padding-left: 20px; }
.legal-card li { margin: 6px 0; }
.legal-card li::marker { color: rgba(244, 241, 234, 0.45); }
.legal-card a { color: #d9a441; }
.legal-card strong { color: var(--white, #f4f1ea); }
.legal-note { border: 1px solid rgba(217, 164, 65, 0.45); background: rgba(217, 164, 65, 0.08); border-radius: 12px; padding: 14px 16px; margin: 0 0 26px; }
.legal-note p:last-child { margin-bottom: 0; }
.legal-table { width: 100%; border-collapse: collapse; margin: 0 0 18px; font-size: 0.92rem; }
.legal-table th { text-align: left; font-family: var(--font-mono, ui-monospace, monospace); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(244, 241, 234, 0.6); font-weight: 600; padding: 8px 10px; border-bottom: 1px solid rgba(244, 241, 234, 0.2); }
.legal-table td { padding: 9px 10px; border-bottom: 1px solid rgba(244, 241, 234, 0.1); vertical-align: top; color: rgba(244, 241, 234, 0.84); }
.legal-scroll { overflow-x: auto; }
.legal-foot { margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(244, 241, 234, 0.14); font-family: var(--font-mono, ui-monospace, monospace); font-size: 0.76rem; color: rgba(244, 241, 234, 0.6); }
.legal-foot a { margin-right: 16px; }
