.page-slots-games-bonus-features {
    font-family: 'Arial', sans-serif;
    color: #e5dfd3; /* Light text for general content on dark background */
    background-color: #1A202C; /* Main background color */
    line-height: 1.6;
    overflow-x: hidden;
}

.page-slots-games-bonus-features__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-slots-games-bonus-features__hero {
    background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%); /* Slightly lighter gradient for hero */
    padding: 100px 0;
    text-align: center;
    color: #FFD700; /* Gold text for hero title */
}

.page-slots-games-bonus-features__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold title for hero */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slots-games-bonus-features__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #e5dfd3; /* Light subtitle */
}

.page-slots-games-bonus-features__button {
    display: inline-block;
    background-color: #FFD700; /* Gold button background */
    color: #1A202C; /* Dark text on gold button */
    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-slots-games-bonus-features__button:hover {
    background-color: #e0b800; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-slots-games-bonus-features__button--primary {
    background-color: #FFD700;
    color: #1A202C;
}

.page-slots-games-bonus-features__button--secondary {
    background-color: transparent;
    border: 2px solid #FFD700;
    color: #FFD700;
    margin-left: 20px;
}

.page-slots-games-bonus-features__button--secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
}

.page-slots-games-bonus-features__button--large {
    padding: 20px 40px;
    font-size: 1.2em;
    margin-top: 40px;
}

.page-slots-games-bonus-features__section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-slots-games-bonus-features__section:last-of-type {
    border-bottom: none;
}

.page-slots-games-bonus-features__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

.page-slots-games-bonus-features__text-content {
    flex: 1;
    padding: 20px;
}

.page-slots-games-bonus-features__image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.page-slots-games-bonus-features__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-slots-games-bonus-features__flex-container {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-slots-games-bonus-features__feature-item {
    margin-bottom: 60px;
}

.page-slots-games-bonus-features__feature-title,
.page-slots-games-bonus-features__strategy-title,
.page-slots-games-bonus-features__faq-question {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-slots-games-bonus-features__faq-item {
    background-color: #2a3342; /* Slightly lighter dark background for FAQ items */
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-slots-games-bonus-features__faq-answer {
    color: #c0c0c0; /* Lighter grey for FAQ answers */
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-slots-games-bonus-features__flex-container {
        flex-direction: column;
        text-align: center;
    }

    .page-slots-games-bonus-features__reverse-on-mobile {
        flex-direction: column-reverse;
    }

    .page-slots-games-bonus-features__title {
        font-size: 2.8em;
    }

    .page-slots-games-bonus-features__subtitle {
        font-size: 1.2em;
    }

    .page-slots-games-bonus-features__section-title {
        font-size: 2em;
    }

    .page-slots-games-bonus-features__feature-title,
    .page-slots-games-bonus-features__strategy-title,
    .page-slots-games-bonus-features__faq-question {
        font-size: 1.5em;
    }

    .page-slots-games-bonus-features__button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-slots-games-bonus-features__button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .page-slots-games-bonus-features__hero {
        padding: 80px 0;
    }

    .page-slots-games-bonus-features__title {
        font-size: 2.2em;
    }

    .page-slots-games-bonus-features__subtitle {
        font-size: 1em;
    }

    .page-slots-games-bonus-features__section {
        padding: 40px 0;
    }

    .page-slots-games-bonus-features__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-slots-games-bonus-features__button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-slots-games-bonus-features__title {
        font-size: 1.8em;
    }
    .page-slots-games-bonus-features__subtitle {
        font-size: 0.9em;
    }
    .page-slots-games-bonus-features__button {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .page-slots-games-bonus-features__button--secondary {
        margin-top: 0;
    }
    .page-slots-games-bonus-features__container {
        padding: 0 15px;
    }
}