/* ==================== LEGAL PAGES STYLES ==================== */

/* Hero Section - Bleu */
.legal-hero {
    margin-top: 0 !important;
    padding-top: 120px !important;
    padding-bottom: 60px !important;
}

/* Content Section */
.legal-content {
    padding: 60px 0;
}

.legal-content h2 {
    color: #0d6efd;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.legal-content h3 {
    color: #495057;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.legal-content p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.legal-content ul, .legal-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-content li {
    margin-bottom: 10px;
    line-height: 1.8;
}

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

.legal-content .highlight-box {
    background-color: #f8f9fa;
    border-left: 4px solid #0d6efd;
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
}

.legal-content .update-date {
    color: #6c757d;
    font-style: italic;
    margin-bottom: 30px;
}

/* Footer hover effect */
.hover-gold:hover {
    color: #FFD700 !important;
    transition: color 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .legal-hero {
        padding-top: 100px !important;
        padding-bottom: 40px !important;
    }
    
    .legal-content {
        padding: 40px 0;
    }
    
    .legal-content h2 {
        font-size: 1.5rem;
    }
}
