/* style/help-center-security-privacy-protection.css */
.page-help-center-security-privacy-protection {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Màu chữ sáng cho nền tối */
    background-color: #0A0A0A; /* Màu nền chính */
    line-height: 1.6;
}

.page-help-center-security-privacy-protection__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-help-center-security-privacy-protection__hero-section {
    background: linear-gradient(135deg, #0A0A0A 0%, #333333 100%);
    color: #FFD700;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-help-center-security-privacy-protection__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.page-help-center-security-privacy-protection__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    color: #FFD700;
    font-weight: bold;
}

.page-help-center-security-privacy-protection__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #F0F0F0;
}

.page-help-center-security-privacy-protection__hero-image {
    max-width: 600px;
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.page-help-center-security-privacy-protection__content-section {
    padding: 60px 0;
    background-color: #1A1A1A;
    border-top: 1px solid #333;
}

.page-help-center-security-privacy-protection__section-title {
    font-size: 2.5em;
    color: #FFD700;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: left;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
    display: inline-block;
    line-height: 1.2;
}

.page-help-center-security-privacy-protection__subsection-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.page-help-center-security-privacy-protection__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #E0E0E0;
    text-align: justify;
}

.page-help-center-security-privacy-protection__list {
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-help-center-security-privacy-protection__list-item {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-help-center-security-privacy-protection__list-item strong {
    color: #FFD700;
}

.page-help-center-security-privacy-protection__image-inline {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.page-help-center-security-privacy-protection__contact-info {
    margin-top: 30px;
    font-size: 1.1em;
    color: #E0E0E0;
}

.page-help-center-security-privacy-protection__contact-info p {
    margin-bottom: 10px;
}

.page-help-center-security-privacy-protection__contact-link {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-help-center-security-privacy-protection__contact-link:hover {
    color: #FFF;
    text-decoration: underline;
}

.page-help-center-security-privacy-protection__cta-section {
    background: #0A0A0A;
    padding: 80px 20px;
    text-align: center;
    border-top: 1px solid #333;
}

.page-help-center-security-privacy-protection__cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-help-center-security-privacy-protection__cta-description {
    font-size: 1.3em;
    color: #E0E0E0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-help-center-security-privacy-protection__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A0A0A;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    border: 2px solid #FFD700;
}

.page-help-center-security-privacy-protection__cta-button:hover {
    background-color: #0A0A0A;
    color: #FFD700;
    transform: translateY(-3px);
    border-color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-help-center-security-privacy-protection__hero-title {
        font-size: 2.5em;
    }

    .page-help-center-security-privacy-protection__hero-subtitle {
        font-size: 1.2em;
    }

    .page-help-center-security-privacy-protection__section-title {
        font-size: 2em;
    }

    .page-help-center-security-privacy-protection__subsection-title {
        font-size: 1.5em;
    }

    .page-help-center-security-privacy-protection__paragraph,
    .page-help-center-security-privacy-protection__list-item {
        font-size: 1em;
    }

    .page-help-center-security-privacy-protection__list {
        margin-left: 20px;
    }

    .page-help-center-security-privacy-protection__cta-title {
        font-size: 2em;
    }

    .page-help-center-security-privacy-protection__cta-description {
        font-size: 1.1em;
    }

    .page-help-center-security-privacy-protection__cta-button {
        padding: 12px 30px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-help-center-security-privacy-protection__hero-title {
        font-size: 2em;
    }

    .page-help-center-security-privacy-protection__hero-subtitle {
        font-size: 1em;
    }

    .page-help-center-security-privacy-protection__section-title {
        font-size: 1.8em;
    }

    .page-help-center-security-privacy-protection__subsection-title {
        font-size: 1.3em;
    }

    .page-help-center-security-privacy-protection__hero-section,
    .page-help-center-security-privacy-protection__content-section,
    .page-help-center-security-privacy-protection__cta-section {
        padding: 40px 15px;
    }

    .page-help-center-security-privacy-protection__cta-title {
        font-size: 1.8em;
    }

    .page-help-center-security-privacy-protection__cta-description {
        font-size: 0.95em;
    }

    .page-help-center-security-privacy-protection__cta-button {
        padding: 10px 25px;
        font-size: 1em;
    }
}