/* style/slots-jackpot.css */
.page-slots-jackpot {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0;
    background-color: #1a1a2e;
    line-height: 1.6;
}

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

.page-slots-jackpot__hero {
    background: linear-gradient(135deg, #0A2463, #2C5282);
    padding: 100px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-slots-jackpot__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,gaming,dark_blue_gold]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-slots-jackpot__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

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

.page-slots-jackpot__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
}

.page-slots-jackpot__btn--primary {
    background-color: #FFD700;
    color: #0A2463;
}

.page-slots-jackpot__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-slots-jackpot__btn--secondary {
    background-color: #0A2463;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-slots-jackpot__btn--secondary:hover {
    background-color: #1e4a8d;
    transform: translateY(-3px);
}

.page-slots-jackpot__btn--outline {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 20px;
}

.page-slots-jackpot__btn--outline:hover {
    background-color: #FFD700;
    color: #0A2463;
    transform: translateY(-3px);
}

.page-slots-jackpot__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-slots-jackpot__btn--large {
    padding: 20px 40px;
    font-size: 1.2em;
}

.page-slots-jackpot__section {
    padding: 80px 0;
    background-color: #1a1a2e;
}

.page-slots-jackpot__section:nth-of-type(even) {
    background-color: #2c2c4d;
}

.page-slots-jackpot__section-title {
    font-size: 2.8em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

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

.page-slots-jackpot__section-subtitle {
    font-size: 1.2em;
    text-align: center;
    max-width: 900px;
    margin: -30px auto 50px;
    color: #ccc;
}

.page-slots-jackpot__content-grid {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-slots-jackpot__content-grid--reverse {
    flex-direction: row-reverse;
}

.page-slots-jackpot__text-content {
    flex: 1;
}

.page-slots-jackpot__text-content h3 {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-slots-jackpot__text-content p {
    margin-bottom: 15px;
    color: #e0e0e0;
}

.page-slots-jackpot__text-content ul {
    list-style: none;
    padding: 0;
}

.page-slots-jackpot__text-content li {
    background-color: #0A2463;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-slots-jackpot__text-content li::before {
    content: '✓';
    color: #FFD700;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2em;
    line-height: 1;
}

.page-slots-jackpot__image-wrapper {
    flex: 1;
    text-align: center;
}

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

.page-slots-jackpot__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-slots-jackpot__feature-item {
    background-color: #0A2463;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-slots-jackpot__feature-item:hover {
    transform: translateY(-10px);
}

.page-slots-jackpot__feature-title {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-slots-jackpot__feature-item p {
    color: #e0e0e0;
}

.page-slots-jackpot__cta-wrapper {
    text-align: center;
    margin-top: 60px;
}

.page-slots-jackpot__steps {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-slots-jackpot__step-item {
    background-color: #0A2463;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    counter-increment: step-counter;
}

.page-slots-jackpot__step-item::before {
    content: counter(step-counter);
    position: absolute;
    top: -15px;
    left: -15px;
    background-color: #FFD700;
    color: #0A2463;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.5em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.page-slots-jackpot__step-item h3 {
    color: #FFD700;
    font-size: 1.6em;
    margin-bottom: 15px;
    padding-top: 10px;
}

.page-slots-jackpot__step-item p {
    color: #e0e0e0;
}

.page-slots-jackpot__step-item a {
    color: #FFD700;
    text-decoration: underline;
}

.page-slots-jackpot__step-item a:hover {
    color: #e6c200;
}

.page-slots-jackpot__image-wrapper--full-width {
    margin-top: 50px;
}

.page-slots-jackpot__game-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-slots-jackpot__game-card {
    background-color: #0A2463;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-slots-jackpot__game-card:hover {
    transform: translateY(-10px);
}

.page-slots-jackpot__game-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700;
}

.page-slots-jackpot__game-card-title {
    color: #FFD700;
    font-size: 1.6em;
    margin: 20px 15px 10px;
}

.page-slots-jackpot__game-card-description {
    color: #e0e0e0;
    padding: 0 15px 20px;
    flex-grow: 1;
}

.page-slots-jackpot__game-card .page-slots-jackpot__btn {
    margin: 0 15px 20px;
    align-self: center;
    width: calc(100% - 30px);
}

.page-slots-jackpot__faq-items {
    margin-top: 40px;
}

.page-slots-jackpot__faq-item {
    background-color: #0A2463;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-slots-jackpot__faq-question {
    color: #FFD700;
    font-size: 1.4em;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-slots-jackpot__faq-question::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-slots-jackpot__faq-item.active .page-slots-jackpot__faq-question::after {
    transform: rotate(45deg);
}

.page-slots-jackpot__faq-answer {
    color: #e0e0e0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
    padding-top: 0;
}

.page-slots-jackpot__faq-item.active .page-slots-jackpot__faq-answer {
    max-height: 200px; /* Adjust as needed for content length */
    opacity: 1;
    padding-top: 15px;
}

.page-slots-jackpot__cta-final {
    background-color: #0A2463;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.page-slots-jackpot__cta-final-title {
    font-size: 3em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-slots-jackpot__cta-final-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #e0e0e0;
}

.page-slots-jackpot__floating-promo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 350px;
    background-color: #FFD700;
    color: #0A2463;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    padding: 20px;
    z-index: 1000;
    display: none; /* Hidden by default, shown by JS */
    animation: slideIn 0.5s forwards;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

.page-slots-jackpot__floating-promo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.page-slots-jackpot__floating-promo-close {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #0A2463;
    color: #FFD700;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 1.2em;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.page-slots-jackpot__floating-promo-close:hover {
    background: #1e4a8d;
}

.page-slots-jackpot__floating-promo-text {
    font-size: 1.1em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #0A2463;
}

.page-slots-jackpot__btn--promo {
    background-color: #0A2463;
    color: #FFD700;
    padding: 10px 20px;
    font-size: 1em;
    width: 100%;
}

.page-slots-jackpot__btn--promo:hover {
    background-color: #1e4a8d;
    color: #FFD700;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-slots-jackpot__hero-title {
        font-size: 2.8em;
    }

    .page-slots-jackpot__hero-description {
        font-size: 1.1em;
    }

    .page-slots-jackpot__section-title {
        font-size: 2.2em;
    }

    .page-slots-jackpot__content-grid {
        flex-direction: column;
    }

    .page-slots-jackpot__content-grid--reverse {
        flex-direction: column;
    }

    .page-slots-jackpot__image-wrapper {
        margin-top: 30px;
    }

    .page-slots-jackpot__floating-promo {
        width: 300px;
        right: 15px;
        bottom: 15px;
    }
}

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

    .page-slots-jackpot__hero-title {
        font-size: 2.2em;
    }

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

    .page-slots-jackpot__btn--outline {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-slots-jackpot__section {
        padding: 60px 0;
    }

    .page-slots-jackpot__section-title {
        font-size: 1.8em;
        margin-bottom: 40px;
    }

    .page-slots-jackpot__features-grid, .page-slots-jackpot__game-cards, .page-slots-jackpot__steps {
        grid-template-columns: 1fr;
    }

    .page-slots-jackpot__cta-final-title {
        font-size: 2.5em;
    }

    .page-slots-jackpot__floating-promo {
        width: 90%;
        left: 5%;
        right: 5%;
        bottom: 10px;
        padding: 15px;
    }
    .page-slots-jackpot__floating-promo-text {
        font-size: 1em;
    }
    .page-slots-jackpot__floating-promo-close {
        top: -10px;
        right: -10px;
    }
}

@media (max-width: 480px) {
    .page-slots-jackpot__hero-title {
        font-size: 1.8em;
    }
    .page-slots-jackpot__hero-description {
        font-size: 1em;
    }
    .page-slots-jackpot__section-title {
        font-size: 1.5em;
    }
    .page-slots-jackpot__cta-final-title {
        font-size: 2em;
    }
    .page-slots-jackpot__btn--primary, .page-slots-jackpot__btn--secondary, .page-slots-jackpot__btn--outline {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .page-slots-jackpot__cta-wrapper .page-slots-jackpot__btn--outline {
        margin-top: 0;
    }
    .page-slots-jackpot__btn--large {
        width: 100%;
    }
}