/* style/resources-vin68-game-strategy-overview.css */
.page-resources-vin68-game-strategy-overview {
    font-family: 'Arial', sans-serif;
    color: #f5e6d0; /* Light text for dark background */
    background-color: #0A192F; /* Main dark background */
    line-height: 1.6;
}

.page-resources-vin68-game-strategy-overview__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-vin68-game-strategy-overview__hero-section {
    background: linear-gradient(135deg, #0A192F 0%, #2a3d5e 100%); /* Dark blue gradient */
    padding: 100px 0;
    text-align: center;
    color: #FFD700; /* Gold text for hero section titles */
}

.page-resources-vin68-game-strategy-overview__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-vin68-game-strategy-overview__hero-description {
    font-size: 1.4em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #f5e6d0; /* Light text for description */
}

.page-resources-vin68-game-strategy-overview__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #0A192F; /* Dark text on gold button */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-vin68-game-strategy-overview__cta-button:hover {
    background-color: #e6c200; /* Darker gold on hover */
    transform: translateY(-3px);
}

.page-resources-vin68-game-strategy-overview__content-section {
    padding: 60px 0;
    background-color: #12243d; /* Slightly lighter dark blue for content */
    color: #f5e6d0; /* Light text */
}

.page-resources-vin68-game-strategy-overview__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 15px;
}

.page-resources-vin68-game-strategy-overview__sub-title {
    font-size: 2em;
    color: #FFD700; /* Gold for sub titles */
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-resources-vin68-game-strategy-overview__game-title {
    font-size: 1.6em;
    color: #f5e6d0; /* Light text for game titles */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-vin68-game-strategy-overview__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-resources-vin68-game-strategy-overview__list li {
    margin-bottom: 10px;
}

.page-resources-vin68-game-strategy-overview__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-vin68-game-strategy-overview__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-vin68-game-strategy-overview__cta-banner {
    background-color: #0A192F; /* Main dark blue */
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-vin68-game-strategy-overview__cta-title {
    font-size: 2.2em;
    color: #FFD700; /* Gold for CTA title */
    margin-bottom: 15px;
}

.page-resources-vin68-game-strategy-overview__cta-description {
    font-size: 1.2em;
    color: #f5e6d0;
    margin-bottom: 30px;
}

.page-resources-vin68-game-strategy-overview__cta-button--large {
    padding: 18px 35px;
    font-size: 1.3em;
}

.page-resources-vin68-game-strategy-overview__faq-item {
    background-color: #0A192F; /* Dark blue for FAQ item background */
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-vin68-game-strategy-overview__faq-question {
    font-size: 1.3em;
    color: #FFD700; /* Gold for FAQ questions */
    margin-bottom: 10px;
}

.page-resources-vin68-game-strategy-overview__faq-answer {
    color: #e0e0e0;
}

.page-resources-vin68-game-strategy-overview__final-cta {
    background-color: #0A192F; /* Main dark blue */
    padding: 80px 0;
    text-align: center;
    color: #f5e6d0;
}

.page-resources-vin68-game-strategy-overview__final-cta-description {
    font-size: 1.3em;
    max-width: 900px;
    margin: 0 auto 40px;
}

.page-resources-vin68-game-strategy-overview__cta-button--final {
    background-color: #FFD700;
    color: #0A192F;
    padding: 18px 40px;
    font-size: 1.4em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-vin68-game-strategy-overview__main-title {
        font-size: 2.5em;
    }

    .page-resources-vin68-game-strategy-overview__hero-description {
        font-size: 1.1em;
    }

    .page-resources-vin68-game-strategy-overview__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
    }

    .page-resources-vin68-game-strategy-overview__section-title {
        font-size: 2em;
    }

    .page-resources-vin68-game-strategy-overview__sub-title {
        font-size: 1.7em;
    }

    .page-resources-vin68-game-strategy-overview__game-title {
        font-size: 1.4em;
    }

    .page-resources-vin68-game-strategy-overview__cta-title {
        font-size: 1.8em;
    }

    .page-resources-vin68-game-strategy-overview__cta-button--large {
        padding: 15px 30px;
        font-size: 1.2em;
    }

    .page-resources-vin68-game-strategy-overview__faq-question {
        font-size: 1.1em;
    }

    .page-resources-vin68-game-strategy-overview__final-cta-description {
        font-size: 1.1em;
    }

    .page-resources-vin68-game-strategy-overview__cta-button--final {
        padding: 15px 30px;
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-resources-vin68-game-strategy-overview__main-title {
        font-size: 2em;
    }

    .page-resources-vin68-game-strategy-overview__hero-description {
        font-size: 1em;
    }

    .page-resources-vin68-game-strategy-overview__cta-button {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-resources-vin68-game-strategy-overview__section-title {
        font-size: 1.8em;
    }

    .page-resources-vin68-game-strategy-overview__sub-title {
        font-size: 1.5em;
    }

    .page-resources-vin68-game-strategy-overview__game-title {
        font-size: 1.2em;
    }

    .page-resources-vin68-game-strategy-overview__cta-title {
        font-size: 1.5em;
    }

    .page-resources-vin68-game-strategy-overview__cta-button--large {
        padding: 12px 25px;
        font-size: 1.1em;
    }

    .page-resources-vin68-game-strategy-overview__faq-question {
        font-size: 1em;
    }

    .page-resources-vin68-game-strategy-overview__final-cta-description {
        font-size: 1em;
    }

    .page-resources-vin68-game-strategy-overview__cta-button--final {
        padding: 12px 25px;
        font-size: 1.1em;
    }
}