.cu-hero.privacy-hero .cu-hero__bg {
    background: url(../assets/images/privacy/privacy-hero.png) center/cover no-repeat;
    height: 700px;
}



/* Privacy Content Section */
.privacy-content {
    background: #ffffff;
}

.privacy-section h2 {
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.privacy-section p,
.privacy-section li {
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.privacy-section ol {
    padding-left: 2rem;
}

.privacy-section ol li {
    margin-bottom: 1rem;
}

.privacy-section ol li span.font-semibold {
    color: #0f172a;
    font-weight: 600;
}

.privacy-section ul {
    margin-left: 1rem;
}

.privacy-section ul li {
    margin-bottom: 0.75rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .privacy-section h2 {
        font-size: 1.5rem;
    }

    .privacy-section p,
    .privacy-section li {
        font-size: 15px;
    }
}