/* style/resources-pg66-security-features.css */
.page-resources-pg66-security-features {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-resources-pg66-security-features__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-pg66-security-features__hero-section {
    background: linear-gradient(135deg, #0A2463, #3C5B8F);
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.page-resources-pg66-security-features__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Vàng rực rỡ cho tiêu đề */
    font-weight: bold;
}

.page-resources-pg66-security-features__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-resources-pg66-security-features__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Vàng rực rỡ */
    color: #0A2463; /* Xanh đậm */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-pg66-security-features__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-pg66-security-features__cta-button--secondary {
    background-color: #0A2463; /* Xanh đậm */
    color: #FFD700; /* Vàng rực rỡ */
    border: 2px solid #FFD700;
    margin-left: 20px;
}

.page-resources-pg66-security-features__cta-button--secondary:hover {
    background-color: #1a3e7a;
    border-color: #e6c200;
}

.page-resources-pg66-security-features__content-section,
.page-resources-pg66-security-features__fair-play-section,
.page-resources-pg66-security-features__transaction-section,
.page-resources-pg66-security-features__responsible-gaming-section,
.page-resources-pg66-security-features__faq-section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.page-resources-pg66-security-features__content-section:nth-of-type(even),
.page-resources-pg66-security-features__transaction-section:nth-of-type(even) {
    background-color: #f8f8f8;
}

.page-resources-pg66-security-features__section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-pg66-security-features__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-pg66-security-features__text-block {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 30px;
    text-align: justify;
}

.page-resources-pg66-security-features__inline-link {
    color: #0A2463;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-resources-pg66-security-features__inline-link:hover {
    color: #FFD700;
}

.page-resources-pg66-security-features__feature-grid,
.page-resources-pg66-security-features__transaction-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-pg66-security-features__feature-item,
.page-resources-pg66-security-features__transaction-item {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
}

.page-resources-pg66-security-features__feature-item:hover,
.page-resources-pg66-security-features__transaction-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-pg66-security-features__feature-icon,
.page-resources-pg66-security-features__transaction-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-resources-pg66-security-features__feature-title,
.page-resources-pg66-security-features__transaction-title {
    font-size: 1.5em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-resources-pg66-security-features__feature-description,
.page-resources-pg66-security-features__transaction-description {
    font-size: 1em;
    color: #555;
}

.page-resources-pg66-security-features__list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-resources-pg66-security-features__list li {
    background-color: #f0f4f7;
    border-left: 5px solid #0A2463;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 5px;
    font-size: 1.1em;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-pg66-security-features__list-icon {
    color: #FFD700;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2em;
}

.page-resources-pg66-security-features__faq-section {
    background-color: #f8f8f8;
}

.page-resources-pg66-security-features__faq-item {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-pg66-security-features__faq-question {
    font-size: 1.3em;
    color: #0A2463;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-resources-pg66-security-features__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-resources-pg66-security-features__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-resources-pg66-security-features__faq-answer {
    font-size: 1em;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
}

.page-resources-pg66-security-features__faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding-top: 15px;
}

.page-resources-pg66-security-features__cta-bottom {
    background: linear-gradient(135deg, #0A2463, #001A40);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    margin-top: 40px;
}

.page-resources-pg66-security-features__cta-bottom-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-resources-pg66-security-features__cta-bottom-subtitle {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-resources-pg66-security-features__cta-bottom-content .page-resources-pg66-security-features__cta-button {
    margin: 0 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-pg66-security-features__hero-title {
        font-size: 2.8em;
    }
    .page-resources-pg66-security-features__section-title {
        font-size: 2em;
    }
    .page-resources-pg66-security-features__feature-grid,
    .page-resources-pg66-security-features__transaction-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-resources-pg66-security-features__hero-section,
    .page-resources-pg66-security-features__cta-bottom {
        padding: 60px 0;
    }
    .page-resources-pg66-security-features__hero-title {
        font-size: 2.2em;
    }
    .page-resources-pg66-security-features__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-pg66-security-features__section-title {
        font-size: 1.8em;
    }
    .page-resources-pg66-security-features__feature-item,
    .page-resources-pg66-security-features__transaction-item {
        padding: 20px;
    }
    .page-resources-pg66-security-features__cta-bottom-title {
        font-size: 2.2em;
    }
    .page-resources-pg66-security-features__cta-button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .page-resources-pg66-security-features__hero-title {
        font-size: 1.8em;
    }
    .page-resources-pg66-security-features__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-pg66-security-features__section-title {
        font-size: 1.6em;
    }
    .page-resources-pg66-security-features__feature-grid,
    .page-resources-pg66-security-features__transaction-grid {
        grid-template-columns: 1fr;
    }
    .page-resources-pg66-security-features__cta-button {
        width: 90%;
        display: block;
        margin: 10px auto;
    }
    .page-resources-pg66-security-features__cta-button--secondary {
        margin-left: auto;
        margin-right: auto;
    }
    .page-resources-pg66-security-features__faq-question {
        font-size: 1.1em;
    }
    .page-resources-pg66-security-features__list li {
        font-size: 1em;
    }
    .page-resources-pg66-security-features__cta-bottom-title {
        font-size: 1.8em;
    }
    .page-resources-pg66-security-features__cta-bottom-subtitle {
        font-size: 1em;
    }
}