.privacy-hero {
    min-height: 40vh;
    background: linear-gradient(rgba(70, 62, 63, 0.9), rgba(70, 62, 63, 0.9)), url('/import/divyaability-foundation-city-skyline-banner-1376x271.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
}

.privacy-content-box {
    background: white;
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.02);
}

.privacy-section {
    margin-bottom: 50px;
}

.privacy-section h3 {
    color: var(--primary-bg);
    font-weight: 800;
    margin-bottom: 20px;
    border-left: 5px solid var(--gold);
    padding-left: 20px;
}

.privacy-section p, .privacy-section li {
    color: #555;
    line-height: 1.8;
}

.data-card {
    background: #fdfaf7;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    border: 1px solid #eee;
}

.data-icon {
    font-size: 1.5rem;
    color: var(--gold);
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .privacy-content-box { padding: 40px 20px; }
}
