/* style/slots-games-bonus-features.css */
.page-slots-games-bonus-features {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

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

.page-slots-games-bonus-features__hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-slots-games-bonus-features__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_geometric,casino_pattern,dark_blue]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-slots-games-bonus-features__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffc107; /* Auxiliary color for highlight */
    position: relative;
    z-index: 1;
}

.page-slots-games-bonus-features__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.page-slots-games-bonus-features__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
}

.page-slots-games-bonus-features__btn--primary {
    background-color: #ffc107;
    color: #000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-slots-games-bonus-features__btn--primary:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
}

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

.page-slots-games-bonus-features__btn--secondary:hover {
    background-color: #ffc107;
    color: #000;
    transform: translateY(-3px);
}

.page-slots-games-bonus-features__introduction,
.page-slots-games-bonus-features__features-detail,
.page-slots-games-bonus-features__strategy,
.page-slots-games-bonus-features__commitment,
.page-slots-games-bonus-features__cta {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-slots-games-bonus-features__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-slots-games-bonus-features__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #ffc107;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-slots-games-bonus-features__introduction p,
.page-slots-games-bonus-features__feature-item p,
.page-slots-games-bonus-features__strategy p,
.page-slots-games-bonus-features__commitment p,
.page-slots-games-bonus-features__cta p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-slots-games-bonus-features__feature-item {
    background-color: #fefefe;
    padding: 30px;
    border-left: 5px solid #007bff;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-slots-games-bonus-features__feature-title {
    font-size: 1.8em;
    color: #0056b3;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffc107;
    padding-bottom: 10px;
}

.page-slots-games-bonus-features__feature-item ul {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-slots-games-bonus-features__feature-item li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-slots-games-bonus-features__strategy ol {
    list-style: decimal inside;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-slots-games-bonus-features__strategy li {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #333;
}

.page-slots-games-bonus-features__strategy li strong {
    color: #007bff;
}

.page-slots-games-bonus-features__commitment {
    background-color: #e9f5ff; /* Light variant of primary color */
    border-top: 5px solid #007bff;
    border-bottom: 5px solid #007bff;
}

.page-slots-games-bonus-features__commitment .page-slots-games-bonus-features__section-title {
    color: #0056b3;
}

.page-slots-games-bonus-features__cta {
    text-align: center;
    background-color: #007bff;
    color: #fff;
    padding: 80px 0;
}

.page-slots-games-bonus-features__cta .page-slots-games-bonus-features__section-title {
    color: #ffc107;
}

.page-slots-games-bonus-features__cta .page-slots-games-bonus-features__section-title::after {
    background-color: #fff;
}

.page-slots-games-bonus-features__cta p {
    color: #e0e0e0;
}

.page-slots-games-bonus-features__cta-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-slots-games-bonus-features__cta-buttons .page-slots-games-bonus-features__btn--primary {
    background-color: #ffc107;
    color: #000;
}

.page-slots-games-bonus-features__cta-buttons .page-slots-games-bonus-features__btn--secondary {
    background-color: transparent;
    color: #ffc107;
    border: 2px solid #ffc107;
}

.page-slots-games-bonus-features__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .page-slots-games-bonus-features__hero-title {
        font-size: 2.5em;
    }

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

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

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

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

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

    .page-slots-games-bonus-features__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-slots-games-bonus-features__hero-title {
        font-size: 2em;
    }

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

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

    .page-slots-games-bonus-features__feature-title {
        font-size: 1.3em;
    }

    .page-slots-games-bonus-features__btn {
        width: 100%;
        text-align: center;
    }
}