/* style/resources-vn68-win-faq.css */

/* Base styles for the page content */
.page-resources-vn68-win-faq {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-vn68-win-faq__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-resources-vn68-win-faq__hero-section {
    background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Primary blue gradient */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-vn68-win-faq__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-vn68-win-faq__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFCC00; /* Accent color for title */
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-vn68-win-faq__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    color: #e0e0e0;
}

/* Call to Action Button */
.page-resources-vn68-win-faq__cta-button {
    display: inline-block;
    background-color: #FFCC00; /* Accent color for CTA */
    color: #003366; /* Primary color for text on accent */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
}

.page-resources-vn68-win-faq__cta-button:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

.page-resources-vn68-win-faq__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
    margin-top: 15px;
}

.page-resources-vn68-win-faq__cta-button--secondary {
    background-color: #004d99;
    color: #FFCC00;
    margin-left: 20px;
}

.page-resources-vn68-win-faq__cta-button--secondary:hover {
    background-color: #003366;
    color: #FFCC00;
}

/* FAQ Section */
.page-resources-vn68-win-faq__faq-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-resources-vn68-win-faq__section-title {
    font-size: 2.5em;
    color: #003366; /* Primary color for section titles */
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.page-resources-vn68-win-faq__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFCC00;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-vn68-win-faq__faq-item {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 25px 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-resources-vn68-win-faq__faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-vn68-win-faq__faq-question {
    font-size: 1.5em;
    color: #003366; /* Primary color for questions */
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-resources-vn68-win-faq__faq-question::after {
    content: '+';
    font-size: 1.2em;
    color: #FFCC00;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.page-resources-vn68-win-faq__faq-item.active .page-resources-vn68-win-faq__faq-question::after {
    transform: rotate(45deg);
}

.page-resources-vn68-win-faq__faq-answer {
    font-size: 1.1em;
    color: #555;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 15px;
    display: none; /* Hidden by default, toggled by JS */
}

.page-resources-vn68-win-faq__faq-item.active .page-resources-vn68-win-faq__faq-answer {
    display: block;
}

.page-resources-vn68-win-faq__faq-answer p {
    margin-bottom: 15px;
}

.page-resources-vn68-win-faq__faq-answer ol, 
.page-resources-vn68-win-faq__faq-answer ul {
    margin-left: 25px;
    margin-bottom: 15px;
    list-style-type: disc;
}

.page-resources-vn68-win-faq__faq-answer ol {
    list-style-type: decimal;
}

.page-resources-vn68-win-faq__faq-answer li {
    margin-bottom: 8px;
}

.page-resources-vn68-win-faq__faq-answer h4 {
    font-size: 1.2em;
    color: #003366;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-resources-vn68-win-faq__faq-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-vn68-win-faq__highlight-keyword {
    color: #004d99;
    font-weight: bold;
}

/* Bottom CTA Section */
.page-resources-vn68-win-faq__cta-bottom {
    background-color: #003366; /* Primary color background */
    color: #ffffff;
    padding: 60px 0;
    text-align: center;
}

.page-resources-vn68-win-faq__cta-title {
    font-size: 2.8em;
    color: #FFCC00; /* Accent color for title */
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-vn68-win-faq__cta-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-resources-vn68-win-faq__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-vn68-win-faq__hero-title {
        font-size: 3em;
    }
    .page-resources-vn68-win-faq__hero-description {
        font-size: 1.1em;
    }
    .page-resources-vn68-win-faq__section-title {
        font-size: 2em;
    }
    .page-resources-vn68-win-faq__faq-question {
        font-size: 1.3em;
    }
    .page-resources-vn68-win-faq__faq-answer {
        font-size: 1em;
    }
    .page-resources-vn68-win-faq__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-resources-vn68-win-faq__hero-title {
        font-size: 2.5em;
    }
    .page-resources-vn68-win-faq__hero-section {
        padding: 60px 0;
    }
    .page-resources-vn68-win-faq__faq-section {
        padding: 40px 0;
    }
    .page-resources-vn68-win-faq__cta-bottom {
        padding: 40px 0;
    }
    .page-resources-vn68-win-faq__cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .page-resources-vn68-win-faq__cta-button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-vn68-win-faq__hero-title {
        font-size: 2em;
    }
    .page-resources-vn68-win-faq__hero-description {
        font-size: 1em;
    }
    .page-resources-vn68-win-faq__cta-button {
        width: 90%;
        box-sizing: border-box;
    }
    .page-resources-vn68-win-faq__faq-question {
        font-size: 1.1em;
    }
    .page-resources-vn68-win-faq__faq-item {
        padding: 20px;
    }
    .page-resources-vn68-win-faq__section-title {
        font-size: 1.8em;
    }
    .page-resources-vn68-win-faq__cta-title {
        font-size: 1.8em;
    }
}