.privacy-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.privacy-content {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 40px;
}

.privacy-content h1 {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
    padding-bottom: 20px;
}

.policy-section {
    margin-bottom: 30px;
}

.policy-section h2 {
    font-size: 22px;
    font-weight: bold;
    color: #FFD700;
    margin-bottom: 15px;
}

.policy-section h3 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 10px;
}

.policy-section h4 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
    margin-bottom: 8px;
}

.policy-section p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
}

.policy-section ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 15px;
}

.policy-section li {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 8px;
}



@media (max-width: 768px) {
    .privacy-content {
        padding: 25px;
    }

    .privacy-content h1 {
        font-size: 26px;
    }

    .policy-section h2 {
        font-size: 20px;
    }

    .policy-section h3 {
        font-size: 17px;
    }

    .policy-section h4 {
        font-size: 15px;
    }

    .policy-section p,
    .policy-section li {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .privacy-container {
        padding: 15px;
    }

    .privacy-content {
        padding: 20px;
    }

    .privacy-content h1 {
        font-size: 22px;
    }

    .policy-section h2 {
        font-size: 18px;
    }

    .policy-section p,
    .policy-section li {
        font-size: 13px;
    }
}
