/* style/game-guides-high-volatility-slot-strategy.css */
.page-game-guides-high-volatility-slot-strategy {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-game-guides-high-volatility-slot-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-guides-high-volatility-slot-strategy__hero-section {
    background: linear-gradient(135deg, #0A2463 0%, #2a4a8d 100%); /* Dark blue gradient */
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-guides-high-volatility-slot-strategy__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,dark_blue,gold,subtle]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-game-guides-high-volatility-slot-strategy__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #FFD700; /* Gold for title */
}

.page-game-guides-high-volatility-slot-strategy__hero-title .highlight {
    color: #FFFFFF;
}

.page-game-guides-high-volatility-slot-strategy__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    color: #E0E0E0;
}

.page-game-guides-high-volatility-slot-strategy__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-game-guides-high-volatility-slot-strategy__btn {
    display: inline-block;
    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;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-game-guides-high-volatility-slot-strategy__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #0A2463; /* Dark blue */
    border: 2px solid #FFD700;
}

.page-game-guides-high-volatility-slot-strategy__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-game-guides-high-volatility-slot-strategy__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-game-guides-high-volatility-slot-strategy__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2463;
    transform: translateY(-3px);
}

.page-game-guides-high-volatility-slot-strategy__content-section {
    padding: 60px 0;
    background-color: #F8F9FA;
}

.page-game-guides-high-volatility-slot-strategy__article {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-game-guides-high-volatility-slot-strategy__heading {
    font-size: 2.2em;
    color: #0A2463; /* Dark blue */
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 3px solid #FFD700; /* Gold underline */
    padding-bottom: 10px;
    font-weight: bold;
}

.page-game-guides-high-volatility-slot-strategy__sub-heading {
    font-size: 1.6em;
    color: #0A2463; /* Dark blue */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-game-guides-high-volatility-slot-strategy__article p {
    margin-bottom: 15px;
    color: #333;
    font-size: 1.05em;
}

.page-game-guides-high-volatility-slot-strategy__article p .keyword {
    font-weight: bold;
    color: #0A2463;
}

.page-game-guides-high-volatility-slot-strategy__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #333;
}

.page-game-guides-high-volatility-slot-strategy__list li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-game-guides-high-volatility-slot-strategy__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-game-guides-high-volatility-slot-strategy__faq {
    margin-top: 40px;
}

.page-game-guides-high-volatility-slot-strategy__faq-item {
    background-color: #f0f4f7;
    border-left: 4px solid #0A2463;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.page-game-guides-high-volatility-slot-strategy__faq-question {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 10px;
    font-weight: 600;
}

.page-game-guides-high-volatility-slot-strategy__faq-answer {
    color: #555;
    font-size: 1em;
}

.page-game-guides-high-volatility-slot-strategy__final-cta {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: #0A2463;
    border-radius: 10px;
    color: #FFFFFF;
}

.page-game-guides-high-volatility-slot-strategy__final-cta p {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #E0E0E0;
}

.page-game-guides-high-volatility-slot-strategy__final-cta .page-game-guides-high-volatility-slot-strategy__btn {
    margin: 0 10px;
}

.page-game-guides-high-volatility-slot-strategy__final-cta .page-game-guides-high-volatility-slot-strategy__btn--primary {
    background-color: #FFD700;
    color: #0A2463;
    border: none;
}

.page-game-guides-high-volatility-slot-strategy__final-cta .page-game-guides-high-volatility-slot-strategy__btn--primary:hover {
    background-color: #e6c200;
}

.page-game-guides-high-volatility-slot-strategy__final-cta .page-game-guides-high-volatility-slot-strategy__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-game-guides-high-volatility-slot-strategy__final-cta .page-game-guides-high-volatility-slot-strategy__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2463;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-game-guides-high-volatility-slot-strategy__hero-title {
        font-size: 2.5em;
    }

    .page-game-guides-high-volatility-slot-strategy__hero-subtitle {
        font-size: 1em;
    }

    .page-game-guides-high-volatility-slot-strategy__cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-game-guides-high-volatility-slot-strategy__btn {
        width: 80%;
        margin: 0 auto;
    }

    .page-game-guides-high-volatility-slot-strategy__heading {
        font-size: 1.8em;
    }

    .page-game-guides-high-volatility-slot-strategy__sub-heading {
        font-size: 1.3em;
    }

    .page-game-guides-high-volatility-slot-strategy__article {
        padding: 20px;
    }

    .page-game-guides-high-volatility-slot-strategy__faq-question {
        font-size: 1.2em;
    }

    .page-game-guides-high-volatility-slot-strategy__final-cta p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-game-guides-high-volatility-slot-strategy__hero-title {
        font-size: 2em;
    }

    .page-game-guides-high-volatility-slot-strategy__hero-subtitle {
        font-size: 0.9em;
    }

    .page-game-guides-high-volatility-slot-strategy__btn {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-game-guides-high-volatility-slot-strategy__heading {
        font-size: 1.5em;
    }

    .page-game-guides-high-volatility-slot-strategy__sub-heading {
        font-size: 1.1em;
    }

    .page-game-guides-high-volatility-slot-strategy__article {
        padding: 15px;
    }

    .page-game-guides-high-volatility-slot-strategy__faq-question {
        font-size: 1.1em;
    }
}