.hero-section {
    background: #f4f7fb;
    padding-top: 120px;
    padding-bottom: 60px;
    font-family: 'Poppins', sans-serif;
}

.privacy-box {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.hero-section h1 {
    color: #111827;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}

.hero-section h2 {
    color: #111827;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 12px;
    font-weight: 600;
}

.hero-section p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    font-weight: 400;
}

.hero-section li {
    margin-bottom: 12px;
    line-height: 1.7;
    font-weight: 400;
}