/* Privacy Policy CSS (Inherits from legal-header but can have specific overrides) */

.privacy-header {
    background-color: #262b34;
    padding: 180px 0 60px;
    text-align: center;
}

.privacy-header h1 {
    font-size: 3rem;
    color: white;
    font-weight: 500;
}
.privacy-header p{
    color: white !important;
}

.privacy-content-section {
    padding: clamp(20px, 5vw, 80px) 0;
    background: #fff;
}

.legal-text-box {
    max-width: 900px;
    margin: 0 auto;
    color: #444;
    line-height: 1.8;
}

.legal-text-box h2 {
    color: var(--text-dark);
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.75rem;
    font-weight: 500;
}

.legal-text-box p {
    margin-bottom: 20px;
}

.legal-text-box ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.legal-text-box li {
    margin-bottom: 10px;
}
