/* Legal Pages Styles */

.legal-intro-section {
    padding: 80px 0;
}

.section-label {
    font-size: 14px;
    font-weight: 600;
    color: #6b8e23;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-title {
    font-size: 48px;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 40px;
    line-height: 1.2;
}

.legal-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.legal-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #6b8e23;
    padding-bottom: 10px;
}

.legal-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #34495e;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.legal-content ul {
    margin-bottom: 25px;
    padding-left: 30px;
}

.legal-content li {
    margin-bottom: 10px;
    list-style-type: disc;
}

.legal-content a {
    color: #6b8e23;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.legal-content a:hover {
    color: #556b2f;
    text-decoration: none;
}

.legal-content strong {
    font-weight: 600;
    color: #2c3e50;
}

/* Responsive */
@media (max-width: 768px) {
    .legal-intro-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .legal-content {
        font-size: 15px;
    }
    
    .legal-content h3 {
        font-size: 22px;
        margin-top: 30px;
    }
    
    .legal-content h4 {
        font-size: 18px;
        margin-top: 25px;
    }
    
    .legal-content ul {
        padding-left: 20px;
    }
}
