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

.legal-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 0 60px 0;
}

.legal-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #F5AC37, #E69A2A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.legal-updated {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 16px;
}

.legal-intro {
    color: #94a3b8;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.legal-content section {
    margin-bottom: 32px;
}

.legal-content h2 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #F5AC37;
    margin-bottom: 16px;
}

.legal-content h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
    margin-top: 20px;
}

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

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

.legal-content ul li {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.7;
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
}

.legal-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #F5AC37;
    border-radius: 50%;
}

.legal-content a {
    color: #F5AC37;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-content a:hover {
    color: #E69A2A;
}

.legal-content strong {
    color: white;
    font-weight: 600;
}

@media (max-width: 768px) {
    .legal-content {
        padding: 24px 0 40px 0;
    }

    .legal-content h1 {
        font-size: 1.75rem;
    }

    .legal-content h2 {
        font-size: 1.15rem;
    }
}
