.legal {
    padding: 120px 0 80px;
}

.legal h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.last-updated {
    color: var(--color-text-muted);
    font-size: 0.9rem;
    margin-bottom: 48px;
}

.legal section {
    margin-bottom: 40px;
}

.legal h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: left;
}

.legal p {
    color: var(--color-text-muted);
    margin-bottom: 12px;
}

.legal ul {
    color: var(--color-text-muted);
    padding-left: 24px;
    margin-bottom: 12px;
}

.legal li {
    margin-bottom: 8px;
}

.legal a {
    color: var(--color-accent);
    text-decoration: none;
}

.legal a:hover {
    text-decoration: underline;
}
