/* style/resources-data-security-protection-for-online-entertainment-platforms.css */

:root {
    --page-primary-color: #003366;
    --page-secondary-color: #FFD700;
    --page-text-color-dark: #333333;
    --page-text-color-light: #ffffff;
    --page-bg-light: #f9f9f9;
    --page-bg-dark: #002244;
}

.page-resources-data-security-protection-for-online-entertainment-platforms {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--page-text-color-dark);
    direction: ltr;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__hero-section {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, #004488 100%);
    color: var(--page-text-color-light);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 0;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--page-secondary-color);
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__hero-subtitle {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 1;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
    z-index: 1;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__btn--primary {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    border: 2px solid var(--page-secondary-color);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__btn--primary:hover {
    background-color: #e6c200;
    color: var(--page-primary-color);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__btn--secondary {
    background-color: transparent;
    color: var(--page-secondary-color);
    border: 2px solid var(--page-secondary-color);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__btn--secondary:hover {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section {
    padding: 60px 0;
    border-bottom: 1px solid #eeeeee;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section:last-of-type {
    border-bottom: none;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section--importance {
    background-color: var(--page-bg-light);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section--features {
    background-color: var(--page-bg-dark);
    color: var(--page-text-color-light);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section--features .page-resources-data-security-protection-for-online-entertainment-platforms__section-title,
.page-resources-data-security-protection-for-online-entertainment-platforms__section--features .page-resources-data-security-protection-for-online-entertainment-platforms__paragraph,
.page-resources-data-security-protection-for-online-entertainment-platforms__section--features .page-resources-data-security-protection-for-online-entertainment-platforms__feature-heading,
.page-resources-data-security-protection-for-online-entertainment-platforms__section--features .page-resources-data-security-protection-for-online-entertainment-platforms__feature-description {
    color: var(--page-text-color-light);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section-title {
    font-size: 2.5em;
    color: var(--page-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: var(--page-secondary-color);
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__feature-item {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(88%) sepia(35%) saturate(3061%) hue-rotate(336deg) brightness(101%) contrast(101%); /* Gold tint for icons */
}

.page-resources-data-security-protection-for-online-entertainment-platforms__feature-heading {
    font-size: 1.6em;
    color: var(--page-secondary-color);
    margin-bottom: 15px;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__feature-description {
    font-size: 1em;
    line-height: 1.7;
    text-align: justify;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section--privacy,
.page-resources-data-security-protection-for-online-entertainment-platforms__section--fairness,
.page-resources-data-security-protection-for-online-entertainment-platforms__section--commitment {
    background-color: var(--page-bg-light);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__list li {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__list li:hover {
    transform: translateY(-5px);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__list-heading {
    font-size: 1.4em;
    color: var(--page-primary-color);
    margin-bottom: 10px;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__list-description {
    font-size: 1em;
    text-align: justify;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section--cta {
    background: linear-gradient(to right, var(--page-primary-color), #004488);
    color: var(--page-text-color-light);
    text-align: center;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section--cta .page-resources-data-security-protection-for-online-entertainment-platforms__section-title {
    color: var(--page-secondary-color);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section--cta .page-resources-data-security-protection-for-online-entertainment-platforms__section-title::after {
    background-color: var(--page-secondary-color);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section--cta .page-resources-data-security-protection-for-online-entertainment-platforms__paragraph {
    color: var(--page-text-color-light);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__section--faq {
    background-color: var(--page-bg-light);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__faq-question {
    font-size: 1.3em;
    color: var(--page-primary-color);
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: var(--page-secondary-color);
    transition: transform 0.3s ease;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-resources-data-security-protection-for-online-entertainment-platforms__faq-answer {
    font-size: 1em;
    color: var(--page-text-color-dark);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding-top: 0;
}

.page-resources-data-security-protection-for-online-entertainment-platforms__faq-answer.active {
    max-height: 200px; /* Adjust based on expected content length */
    padding-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-data-security-protection-for-online-entertainment-platforms__hero-title {
        font-size: 2.5em;
    }

    .page-resources-data-security-protection-for-online-entertainment-platforms__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-data-security-protection-for-online-entertainment-platforms__section-title {
        font-size: 2em;
    }

    .page-resources-data-security-protection-for-online-entertainment-platforms__feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-resources-data-security-protection-for-online-entertainment-platforms__hero-title {
        font-size: 2em;
    }

    .page-resources-data-security-protection-for-online-entertainment-platforms__hero-subtitle {
        font-size: 0.9em;
    }

    .page-resources-data-security-protection-for-online-entertainment-platforms__section-title {
        font-size: 1.8em;
    }

    .page-resources-data-security-protection-for-online-entertainment-platforms__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}