/**
 * OrbitQuote — páginas legais (/terms, /privacy), server-rendered (no-SPA).
 * Tokens (--text, --text-secondary, --muted, --border, --brand, --radius)
 * vivem em layout.css :root — referenciados aqui, nunca redeclarados.
 */

.legal-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 8px 0 56px;
    color: var(--text);
}

.legal-head {
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--border);
}

.legal-title {
    margin: 0 0 8px;
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.legal-updated {
    margin: 0;
    font-size: 13px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.legal-lead {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.75;
    color: var(--text-secondary);
}

.legal-section {
    margin-top: 32px;
    scroll-margin-top: 90px;
}

.legal-h2 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.legal-section p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-secondary);
}

.legal-list {
    margin: 0 0 12px;
    padding-left: 22px;
    display: grid;
    gap: 8px;
}

.legal-list li {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-secondary);
}

.legal-contact a {
    color: var(--brand);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
