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

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

.page-slots-jackpot-games-detailed__hero-section {
    background: linear-gradient(135deg, #000000, #333333);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-slots-jackpot-games-detailed__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[IMAGE:hero_main_jackpot]') no-repeat center center/cover;
    opacity: 0.2;
    filter: blur(5px);
    z-index: 0;
}

.page-slots-jackpot-games-detailed__hero-title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

.page-slots-jackpot-games-detailed__hero-subtitle {
    font-size: 1.3em;
    color: #FFFFFF;
    max-width: 800px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 1;
}

.page-slots-jackpot-games-detailed__hero-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto 0 auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-slots-jackpot-games-detailed__hero-button {
    display: inline-block;
    background-color: #FFD700;
    color: #000000;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 40px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-slots-jackpot-games-detailed__hero-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-slots-jackpot-games-detailed__section {
    padding: 80px 0;
    text-align: center;
    background-color: #0d0d0d;
    border-bottom: 1px solid #333;
}

.page-slots-jackpot-games-detailed__section:nth-of-type(even) {
    background-color: #1a1a1a;
}

.page-slots-jackpot-games-detailed__section-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 40px;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.page-slots-jackpot-games-detailed__text-content {
    font-size: 1.1em;
    color: #E0E0E0;
    max-width: 900px;
    margin: 0 auto 30px auto;
    text-align: left;
}

.page-slots-jackpot-games-detailed__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 40px auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.page-slots-jackpot-games-detailed__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-slots-jackpot-games-detailed__feature-item {
    background-color: #2a2a2a;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

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

.page-slots-jackpot-games-detailed__feature-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-slots-jackpot-games-detailed__feature-description {
    font-size: 1em;
    color: #C0C0C0;
}

.page-slots-jackpot-games-detailed__game-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-slots-jackpot-games-detailed__game-card {
    background-color: #2a2a2a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    text-align: center;
    transition: transform 0.3s ease;
}

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

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

.page-slots-jackpot-games-detailed__game-title {
    font-size: 1.6em;
    color: #FFD700;
    margin: 20px 0 10px 0;
    padding: 0 15px;
}

.page-slots-jackpot-games-detailed__game-description {
    font-size: 0.95em;
    color: #C0C0C0;
    padding: 0 15px 20px 15px;
}

.page-slots-jackpot-games-detailed__game-button {
    display: inline-block;
    background-color: #FFD700;
    color: #000000;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 25px;
    transition: background-color 0.3s ease;
}

.page-slots-jackpot-games-detailed__game-button:hover {
    background-color: #e6c200;
}

.page-slots-jackpot-games-detailed__cta-button {
    display: inline-block;
    background-color: #DC143C;
    color: #FFFFFF;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 50px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 5px 20px rgba(220, 20, 60, 0.4);
}

.page-slots-jackpot-games-detailed__cta-button:hover {
    background-color: #b01030;
    transform: translateY(-5px);
}

.page-slots-jackpot-games-detailed__tips-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 40px auto 30px auto;
    text-align: left;
}

.page-slots-jackpot-games-detailed__tips-list li {
    background-color: #2a2a2a;
    margin-bottom: 15px;
    padding: 20px;
    border-left: 5px solid #FFD700;
    border-radius: 8px;
    font-size: 1.1em;
    color: #E0E0E0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-slots-jackpot-games-detailed__tips-list li strong {
    color: #FFD700;
}

.page-slots-jackpot-games-detailed__advantages-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 40px auto 30px auto;
    text-align: left;
}

.page-slots-jackpot-games-detailed__advantages-list li {
    background-color: #2a2a2a;
    margin-bottom: 15px;
    padding: 20px;
    border-left: 5px solid #DC143C;
    border-radius: 8px;
    font-size: 1.1em;
    color: #E0E0E0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-slots-jackpot-games-detailed__advantages-list li strong {
    color: #DC143C;
}

.page-slots-jackpot-games-detailed__faq-item {
    background-color: #2a2a2a;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-slots-jackpot-games-detailed__faq-question {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
}

.page-slots-jackpot-games-detailed__faq-answer {
    font-size: 1.05em;
    color: #C0C0C0;
    display: none; /* Hidden by default, toggled by JS */
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-slots-jackpot-games-detailed__hero-title {
        font-size: 2.8em;
    }
    .page-slots-jackpot-games-detailed__hero-subtitle {
        font-size: 1.1em;
    }
    .page-slots-jackpot-games-detailed__section-title {
        font-size: 2.2em;
    }
    .page-slots-jackpot-games-detailed__text-content {
        font-size: 1em;
    }
    .page-slots-jackpot-games-detailed__feature-grid, .page-slots-jackpot-games-detailed__game-showcase {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-slots-jackpot-games-detailed__hero-section {
        padding: 80px 0;
    }
    .page-slots-jackpot-games-detailed__hero-title {
        font-size: 2.2em;
    }
    .page-slots-jackpot-games-detailed__hero-subtitle {
        font-size: 1em;
    }
    .page-slots-jackpot-games-detailed__hero-button {
        font-size: 1.2em;
        padding: 12px 30px;
    }
    .page-slots-jackpot-games-detailed__section {
        padding: 60px 0;
    }
    .page-slots-jackpot-games-detailed__section-title {
        font-size: 1.8em;
    }
    .page-slots-jackpot-games-detailed__feature-grid, .page-slots-jackpot-games-detailed__game-showcase {
        grid-template-columns: 1fr;
    }
    .page-slots-jackpot-games-detailed__game-image {
        height: 180px;
    }
    .page-slots-jackpot-games-detailed__cta-button {
        font-size: 1.3em;
        padding: 15px 35px;
    }
    .page-slots-jackpot-games-detailed__faq-question {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .page-slots-jackpot-games-detailed__hero-section {
        padding: 60px 0;
    }
    .page-slots-jackpot-games-detailed__hero-title {
        font-size: 1.8em;
    }
    .page-slots-jackpot-games-detailed__hero-subtitle {
        font-size: 0.9em;
    }
    .page-slots-jackpot-games-detailed__hero-button {
        font-size: 1em;
        padding: 10px 25px;
    }
    .page-slots-jackpot-games-detailed__section {
        padding: 40px 0;
    }
    .page-slots-jackpot-games-detailed__section-title {
        font-size: 1.5em;
    }
    .page-slots-jackpot-games-detailed__text-content, .page-slots-jackpot-games-detailed__feature-description, .page-slots-jackpot-games-detailed__game-description, .page-slots-jackpot-games-detailed__tips-list li, .page-slots-jackpot-games-detailed__advantages-list li, .page-slots-jackpot-games-detailed__faq-answer {
        font-size: 0.9em;
    }
    .page-slots-jackpot-games-detailed__feature-title {
        font-size: 1.5em;
    }
    .page-slots-jackpot-games-detailed__game-title {
        font-size: 1.4em;
    }
    .page-slots-jackpot-games-detailed__cta-button {
        font-size: 1.1em;
        padding: 12px 30px;
    }
    .page-slots-jackpot-games-detailed__faq-question {
        font-size: 1.1em;
    }
}