/* ═══════════════════════════════════════
   Legal Pages - Terms & Privacy
   ═══════════════════════════════════════ */

.legal-page {
    max-width: 720px;
    margin: 0 auto;
    padding: 120px 24px 80px;
}

.legal-page h1 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.legal-meta {
    color: var(--text-muted);
    font-size: 0.82rem;
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
}

.legal-page section {
    margin-bottom: 36px;
}

.legal-page h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-primary);
}

.legal-page h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
    color: var(--text-secondary);
}

.legal-page p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 12px;
}

.legal-page ul {
    list-style: none;
    padding: 0;
    margin-bottom: 12px;
}

.legal-page ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.legal-page ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: 700;
}

.legal-page a {
    color: var(--accent-hover);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-page a:hover {
    color: #fff;
}
