/* style/slot-games-jackpot-strategy.css */

/* Base styles for the page content */
.page-slot-games-jackpot-strategy {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Text color for dark body background */
    background-color: transparent; /* Body background is handled by shared.css */
    padding-top: var(--header-offset, 120px); /* Fixed header spacing */
}

.page-slot-games-jackpot-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-slot-games-jackpot-strategy__section-title {
    font-size: 2.5em;
    color: #26A9E0; /* Brand color for titles */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
    font-weight: bold;
}

.page-slot-games-jackpot-strategy__sub-title {
    font-size: 1.8em;
    color: #26A9E0;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-slot-games-jackpot-strategy__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #ffffff; /* Ensure text is white on dark background */
}

.page-slot-games-jackpot-strategy__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #ffffff;
}

.page-slot-games-jackpot-strategy__list-item {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #ffffff;
}

.page-slot-games-jackpot-strategy__sub-list {
    list-style: circle;
    margin-left: 20px;
    margin-top: 5px;
    color: #ffffff;
}

.page-slot-games-jackpot-strategy__sub-list-item {
    margin-bottom: 5px;
    color: #ffffff;
}

/* Hero Section */
.page-slot-games-jackpot-strategy__hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    background-color: rgba(0, 0, 0, 0.7); /* Dark overlay for text readability */
    overflow: hidden;
    padding: 80px 20px;
    box-sizing: border-box;
    text-align: center;
}

.page-slot-games-jackpot-strategy__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-slot-games-jackpot-strategy__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6); /* Darken image for text contrast, not color change */
}

.page-slot-games-jackpot-strategy__hero-content {
    z-index: 1;
    max-width: 900px;
    color: #ffffff;
}

.page-slot-games-jackpot-strategy__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-slot-games-jackpot-strategy__hero-description {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #f0f0f0;
    line-height: 1.5;
}

.page-slot-games-jackpot-strategy__hero-cta-button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Button Styles */
.page-slot-games-jackpot-strategy__btn-primary {
    background: #26A9E0; /* Brand primary color */
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-slot-games-jackpot-strategy__btn-primary:hover {
    background: #1e87bb; /* Slightly darker on hover */
    transform: translateY(-2px);
}

.page-slot-games-jackpot-strategy__btn-secondary {
    background: #ffffff;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-slot-games-jackpot-strategy__btn-secondary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

/* Introduction Section */
.page-slot-games-jackpot-strategy__introduction-section {
    padding: 60px 0;
    background-color: #1a1a2e; /* Dark background from body */
    color: #ffffff;
}

.page-slot-games-jackpot-strategy__dark-section {
    background-color: #1a1a2e; /* Explicitly set dark background for sections */
    color: #ffffff;
}

.page-slot-games-jackpot-strategy__light-bg {
    background-color: #ffffff;
    color: #333333;
}

/* Mechanics Section */
.page-slot-games-jackpot-strategy__mechanics-section {
    padding: 60px 0;
    background-color: #0d0d1e; /* Slightly different dark background for contrast */
}

.page-slot-games-jackpot-strategy__content-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.page-slot-games-jackpot-strategy__text-block {
    flex: 2;
}

.page-slot-games-jackpot-strategy__image-block {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-slot-games-jackpot-strategy__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-slot-games-jackpot-strategy__center-image {
    text-align: center;
    margin-top: 40px;
}

/* Strategy Section */
.page-slot-games-jackpot-strategy__strategy-section {
    padding: 60px 0;
    background-color: #1a1a2e;
}

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

.page-slot-games-jackpot-strategy__card {
    background: #23233c; /* Slightly lighter dark background for cards */
    color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
    border: 1px solid rgba(38, 169, 224, 0.3); /* Subtle border with brand color */
}

.page-slot-games-jackpot-strategy__card:hover {
    transform: translateY(-5px);
}

.page-slot-games-jackpot-strategy__card-title {
    font-size: 1.5em;
    color: #26A9E0; /* Brand color for card titles */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-slot-games-jackpot-strategy__card-text {
    font-size: 1em;
    color: #f0f0f0;
}

/* Expert Tips Section */
.page-slot-games-jackpot-strategy__expert-tips-section {
    padding: 60px 0;
    background-color: #0d0d1e;
}

/* Mistakes Section */
.page-slot-games-jackpot-strategy__mistakes-section {
    padding: 60px 0;
    background-color: #1a1a2e;
}

/* FAQ Section */
.page-slot-games-jackpot-strategy__faq-section {
    padding: 60px 0;
    background-color: #0d0d1e;
}

.page-slot-games-jackpot-strategy__faq-list {
    margin-top: 40px;
}

.page-slot-games-jackpot-strategy__faq-item {
    background: #23233c;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid rgba(38, 169, 224, 0.3);
}

.page-slot-games-jackpot-strategy__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #26A9E0;
    cursor: pointer;
    background: #2c2c4a; /* Slightly darker for question background */
    border-bottom: 1px solid rgba(38, 169, 224, 0.2);
    user-select: none;
    transition: background-color 0.3s ease;
}

.page-slot-games-jackpot-strategy__faq-question:hover {
    background-color: #35355a;
}

.page-slot-games-jackpot-strategy__faq-qtext {
    flex-grow: 1;
    color: #ffffff; /* Ensure question text is white */
}

.page-slot-games-jackpot-strategy__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 20px;
    color: #26A9E0;
}

.page-slot-games-jackpot-strategy__faq-answer {
    padding: 0 25px 20px;
    font-size: 1.1em;
    color: #f0f0f0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-slot-games-jackpot-strategy__faq-item[open] .page-slot-games-jackpot-strategy__faq-answer {
    max-height: 500px; /* Adjust as needed for content length */
    padding-top: 20px;
}

.page-slot-games-jackpot-strategy__faq-item[open] .page-slot-games-jackpot-strategy__faq-question {
    border-bottom: none;
}

/* Conclusion Section */
.page-slot-games-jackpot-strategy__conclusion-section {
    padding: 80px 0;
    background-color: #26A9E0; /* Brand primary color for conclusion */
    color: #ffffff;
    text-align: center;
}

.page-slot-games-jackpot-strategy__center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-slot-games-jackpot-strategy__conclusion-section .page-slot-games-jackpot-strategy__section-title {
    color: #ffffff; /* White title on brand color background */
    margin-bottom: 30px;
}

.page-slot-games-jackpot-strategy__conclusion-section .page-slot-games-jackpot-strategy__paragraph {
    max-width: 800px;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-slot-games-jackpot-strategy__cta-button {
    margin-top: 20px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .page-slot-games-jackpot-strategy__hero-title {
        font-size: 2.8em;
    }
    .page-slot-games-jackpot-strategy__hero-description {
        font-size: 1.3em;
    }
    .page-slot-games-jackpot-strategy__section-title {
        font-size: 2em;
    }
    .page-slot-games-jackpot-strategy__content-grid {
        flex-direction: column;
    }
    .page-slot-games-jackpot-strategy__strategy-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-slot-games-jackpot-strategy {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-slot-games-jackpot-strategy__hero-section {
        min-height: 450px;
        padding: 60px 15px;
    }
    .page-slot-games-jackpot-strategy__hero-title {
        font-size: 2.2em;
    }
    .page-slot-games-jackpot-strategy__hero-description {
        font-size: 1.1em;
    }
    .page-slot-games-jackpot-strategy__hero-cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
    }
    .page-slot-games-jackpot-strategy__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .page-slot-games-jackpot-strategy__sub-title {
        font-size: 1.5em;
    }
    .page-slot-games-jackpot-strategy__paragraph,
    .page-slot-games-jackpot-strategy__list-item,
    .page-slot-games-jackpot-strategy__card-text {
        font-size: 1em;
    }
    .page-slot-games-jackpot-strategy__card {
        padding: 20px;
    }
    .page-slot-games-jackpot-strategy__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
    }
    .page-slot-games-jackpot-strategy__faq-answer {
        padding: 0 20px 15px;
    }

    /* Mobile image, video, button overflow prevention */
    .page-slot-games-jackpot-strategy img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-slot-games-jackpot-strategy__section,
    .page-slot-games-jackpot-strategy__card,
    .page-slot-games-jackpot-strategy__container,
    .page-slot-games-jackpot-strategy__image-block,
    .page-slot-games-jackpot-strategy__text-block {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-slot-games-jackpot-strategy__hero-section {
        padding-top: var(--header-offset, 120px) !important; /* Ensure hero section has correct padding-top on mobile */
    }

    /* Buttons specific mobile overflow prevention */
    .page-slot-games-jackpot-strategy__hero-cta-button,
    .page-slot-games-jackpot-strategy__btn-primary,
    .page-slot-games-jackpot-strategy__btn-secondary,
    .page-slot-games-jackpot-strategy a[class*="button"],
    .page-slot-games-jackpot-strategy a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px; /* Add padding to button text if it gets too wide */
        padding-right: 15px;
    }
    .page-slot-games-jackpot-strategy__cta-buttons,
    .page-slot-games-jackpot-strategy__button-group,
    .page-slot-games-jackpot-strategy__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }
    .page-slot-games-jackpot-strategy__cta-buttons {
        display: flex;
        flex-direction: column; /* Stack buttons vertically on mobile */
    }
}