.legal-page {
    background: var(--landing-soft);
    min-height: 100vh;
}

.legal-header {
    background: #fff;
    border-bottom: 1px solid var(--landing-line);
    padding: 64px 0 48px;
}

.legal-content {
    max-width: 900px;
    padding-bottom: 72px;
    padding-top: 48px;
}

.legal-content section {
    scroll-margin-top: 96px;
}

.legal-content section + section {
    border-top: 1px solid var(--landing-line);
    margin-top: 2rem;
    padding-top: 2rem;
}

.legal-content h2 {
    font-size: 1.35rem;
    margin-bottom: .75rem;
}

.legal-content h3 {
    font-size: 1rem;
    margin-bottom: .5rem;
    margin-top: 1.25rem;
}

.legal-content p,
.legal-content li {
    color: #505960;
    line-height: 1.75;
}

.legal-content ul {
    margin-bottom: 0;
}

.legal-advisor-alert {
    background: var(--landing-green-light);
    border: 0;
    border-left: 4px solid var(--landing-green);
    color: var(--landing-ink);
}

.legal-review-note {
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    color: var(--landing-muted);
    font-size: .9rem;
    padding: 1rem;
}

.legal-footer-link {
    color: inherit;
}

.legal-footer-link:hover,
.legal-footer-link.active {
    color: var(--landing-ink);
}

.legal-footer-link.active {
    font-weight: 700;
    text-decoration: none;
}
