/* style/promotions-specific-game-jackpot.css */

:root {
    --page-promotions-specific-game-jackpot-primary-color: #1A1A2E;
    --page-promotions-specific-game-jackpot-accent-color: #E94560;
    --page-promotions-specific-game-jackpot-text-light: #F0F0F0;
    --page-promotions-specific-game-jackpot-text-dark: #1A1A2E;
    --page-promotions-specific-game-jackpot-background-dark: #1A1A2E;
    --page-promotions-specific-game-jackpot-background-light: #2C2C3E;
    --page-promotions-specific-game-jackpot-border-color: #3A3A5E;
}

.page-promotions-specific-game-jackpot__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-specific-game-jackpot__section-padding {
    padding: 60px 0;
}

.page-promotions-specific-game-jackpot__hero-section {
    background: linear-gradient(135deg, var(--page-promotions-specific-game-jackpot-background-dark), var(--page-promotions-specific-game-jackpot-accent-color));
    color: var(--page-promotions-specific-game-jackpot-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-specific-game-jackpot__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g opacity="0.1"><circle cx="20" cy="20" r="15" fill="%23E94560"/><circle cx="80" cy="80" r="10" fill="%231A1A2E"/><path d="M 0 0 L 100 0 L 100 100 L 0 100 Z" fill="none" stroke="%23E94560" stroke-width="0.5"/></g></svg>');
    background-size: 200px 200px;
    opacity: 0.1;
    z-index: 0;
}

.page-promotions-specific-game-jackpot__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.page-promotions-specific-game-jackpot__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-promotions-specific-game-jackpot__cta-button {
    display: inline-block;
    background-color: var(--page-promotions-specific-game-jackpot-accent-color);
    color: var(--page-promotions-specific-game-jackpot-text-light);
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.page-promotions-specific-game-jackpot__cta-button:hover {
    background-color: #f75772; /* Slightly brighter accent color */
    transform: translateY(-3px);
}

.page-promotions-specific-game-jackpot__cta-button--secondary {
    background-color: var(--page-promotions-specific-game-jackpot-background-light);
    border: 2px solid var(--page-promotions-specific-game-jackpot-accent-color);
    color: var(--page-promotions-specific-game-jackpot-accent-color);
}

.page-promotions-specific-game-jackpot__cta-button--secondary:hover {
    background-color: var(--page-promotions-specific-game-jackpot-accent-color);
    color: var(--page-promotions-specific-game-jackpot-text-light);
}

.page-promotions-specific-game-jackpot__cta-button--small {
    padding: 10px 25px;
    font-size: 1em;
}

.page-promotions-specific-game-jackpot__cta-button--large {
    padding: 18px 45px;
    font-size: 1.2em;
}

.page-promotions-specific-game-jackpot__content-section {
    background-color: var(--page-promotions-specific-game-jackpot-background-dark);
    color: var(--page-promotions-specific-game-jackpot-text-light);
    line-height: 1.8;
    font-size: 1.05em;
}

.page-promotions-specific-game-jackpot__section-title {
    font-size: 2.5em;
    color: var(--page-promotions-specific-game-jackpot-accent-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
}

.page-promotions-specific-game-jackpot__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--page-promotions-specific-game-jackpot-accent-color);
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-promotions-specific-game-jackpot__sub-section-title {
    font-size: 2em;
    color: var(--page-promotions-specific-game-jackpot-text-light);
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: 600;
    border-left: 5px solid var(--page-promotions-specific-game-jackpot-accent-color);
    padding-left: 15px;
}

.page-promotions-specific-game-jackpot__game-category {
    background-color: var(--page-promotions-specific-game-jackpot-background-light);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-specific-game-jackpot__game-category-title {
    font-size: 1.8em;
    color: var(--page-promotions-specific-game-jackpot-accent-color);
    margin-bottom: 20px;
    font-weight: 600;
}

.page-promotions-specific-game-jackpot__game-category ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.page-promotions-specific-game-jackpot__game-category ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.page-promotions-specific-game-jackpot__game-category ul li::before {
    content: '•';
    color: var(--page-promotions-specific-game-jackpot-accent-color);
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: -2px;
}

.page-promotions-specific-game-jackpot__list-numbered {
    list-style: decimal;
    padding-left: 25px;
    margin-top: 20px;
}

.page-promotions-specific-game-jackpot__list-numbered li {
    margin-bottom: 10px;
}

.page-promotions-specific-game-jackpot__list-bullet {
    list-style: disc;
    padding-left: 25px;
    margin-top: 20px;
}

.page-promotions-specific-game-jackpot__list-bullet li {
    margin-bottom: 10px;
}

.page-promotions-specific-game-jackpot__image-wrapper {
    margin: 30px 0;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-specific-game-jackpot__responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.page-promotions-specific-game-jackpot__button-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-promotions-specific-game-jackpot__faq-item {
    background-color: var(--page-promotions-specific-game-jackpot-background-light);
    border: 1px solid var(--page-promotions-specific-game-jackpot-border-color);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    transition: all 0.3s ease;
}

.page-promotions-specific-game-jackpot__faq-item:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.page-promotions-specific-game-jackpot__faq-question {
    font-size: 1.4em;
    color: var(--page-promotions-specific-game-jackpot-accent-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-promotions-specific-game-jackpot__faq-answer {
    font-size: 1em;
    color: var(--page-promotions-specific-game-jackpot-text-light);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-promotions-specific-game-jackpot__hero-title {
        font-size: 2.5em;
    }

    .page-promotions-specific-game-jackpot__hero-subtitle {
        font-size: 1.1em;
    }

    .page-promotions-specific-game-jackpot__section-title {
        font-size: 2em;
    }

    .page-promotions-specific-game-jackpot__sub-section-title {
        font-size: 1.6em;
    }

    .page-promotions-specific-game-jackpot__game-category-title {
        font-size: 1.5em;
    }

    .page-promotions-specific-game-jackpot__cta-button {
        width: 100%;
        text-align: center;
        padding: 12px 25px;
    }

    .page-promotions-specific-game-jackpot__button-group {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-promotions-specific-game-jackpot__hero-title {
        font-size: 2em;
    }

    .page-promotions-specific-game-jackpot__hero-subtitle {
        font-size: 1em;
    }

    .page-promotions-specific-game-jackpot__section-title {
        font-size: 1.8em;
    }

    .page-promotions-specific-game-jackpot__sub-section-title {
        font-size: 1.4em;
    }

    .page-promotions-specific-game-jackpot__game-category-title {
        font-size: 1.3em;
    }

    .page-promotions-specific-game-jackpot__section-padding {
        padding: 40px 0;
    }
    
    .page-promotions-specific-game-jackpot__hero-section {
        padding: 80px 0;
    }
}