/* --- LEGAL PAGE STYLES --- */
.legal-header {
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    padding: 60px 0;
}

.legal-header h1 {
    color: #b33939; /* Brand Red */
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.legal-box {
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    max-width: 1000px;
    margin: 0 auto;
}

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

.legal-section h2 {
    color: #b33939;
    font-size: 1.8rem;
    margin-bottom: 25px;
    border-left: 6px solid #e67e22; /* Brand Orange */
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.legal-section h3 {
    margin: 30px 0 12px 0;
    font-size: 1.3rem;
    color: #222;
    font-weight: 600;
}

.legal-section p {
    color: #555;
    line-height: 1.9;
    margin-bottom: 15px;
}

.legal-section ul {
    margin-left: 25px;
    margin-bottom: 25px;
    color: #555;
}

.legal-section li {
    margin-bottom: 12px;
    position: relative;
}

.legal-divider {
    margin: 50px 0;
    border: 0;
    border-top: 2px dashed #eee;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .legal-box {
        padding: 25px;
    }
    .legal-header h1 {
        font-size: 2rem;
    }
}
