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

.legal-content {
    padding: 120px 0 80px;
    min-height: calc(100vh - 200px);
}

.legal-header {
    text-align: center;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e2e8f0;
}

.legal-header h1 {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

.legal-updated {
    font-size: 15px;
    color: #64748b;
    margin: 0;
}

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

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

.legal-section h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px 0;
    letter-spacing: -0.01em;
}

.legal-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 24px 0 12px 0;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    margin: 0 0 16px 0;
}

.legal-section ul {
    margin: 0 0 16px 0;
    padding-left: 24px;
}

.legal-section li {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 10px;
}

.legal-section li strong {
    color: #1e293b;
}

.legal-section a {
    color: #7c3aed;
    text-decoration: none;
    font-weight: 500;
}

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

.contact-info {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    margin-top: 16px;
}

.contact-info p {
    margin: 0 0 8px 0;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .legal-content {
        padding: 100px 0 60px;
    }

    .legal-header h1 {
        font-size: 32px;
    }

    .legal-section h2 {
        font-size: 20px;
    }

    .legal-section h3 {
        font-size: 17px;
    }

    .legal-section p,
    .legal-section li {
        font-size: 15px;
    }
}
