/* Legal Pages (Terms of Service, Privacy Policy) */

body.legal-page .auth-container {
    max-width: 800px;
}

body.legal-page .auth-card {
    text-align: left;
    padding: 40px;
}

body.legal-page .auth-header {
    text-align: center;
    margin-bottom: 30px;
}

.legal-content h2 {
    color: #fff;
    font-size: 1.3rem;
    margin: 30px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #333;
}

.legal-content h3 {
    color: #ccc;
    font-size: 1.1rem;
    margin: 20px 0 8px;
}

.legal-content p {
    color: #999;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 12px;
}

.legal-content ul {
    color: #999;
    font-size: 0.95rem;
    line-height: 1.7;
    padding-left: 24px;
    margin: 0 0 12px;
}

.legal-content li {
    margin-bottom: 6px;
}

.legal-content strong {
    color: #ccc;
}

.legal-effective-date {
    color: #666;
    font-size: 0.85rem;
    font-style: italic;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.legal-nav {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.legal-nav a {
    color: var(--accent);
    text-decoration: none;
    font-size: 0.9rem;
}

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