.legal-page-wrapper {
    padding: 80px 0;
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.1;
}

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

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

.legal-section h2 {
    font-size: 24px;
    margin-bottom: 16px;
    color: var(--text-color);
}

.legal-section h3 {
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 24px;
    color: var(--text-color);
}

.legal-section p {
    color: var(--text-muted);
    margin-bottom: 16px;
    line-height: 1.7;
}

.legal-section ul {
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 16px;
    color: var(--text-muted);
}

.legal-section li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.legal-section a {
    color: var(--text-color);
    text-decoration: underline;
}

.legal-section a:hover {
    color: var(--btn-bg);
}

