/* style/resources-slot-jackpot-strategy.css */
.page-resources-slot-jackpot-strategy {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: transparent; /* Body background handled by shared.css */
}

.page-resources-slot-jackpot-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-slot-jackpot-strategy__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
    background: linear-gradient(135deg, #26A9E0, #1a1a2e);
    color: #ffffff;
    text-align: center;
    padding-bottom: 60px;
    overflow: hidden;
}

.page-resources-slot-jackpot-strategy__hero-content {
    max-width: 900px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}

.page-resources-slot-jackpot-strategy__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-slot-jackpot-strategy__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-resources-slot-jackpot-strategy__hero-cta-button,
.page-resources-slot-jackpot-strategy__section-cta-button {
    display: inline-block;
    background-color: #EA7C07; /* Login color */
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-slot-jackpot-strategy__hero-cta-button:hover,
.page-resources-slot-jackpot-strategy__section-cta-button:hover {
    background-color: #d16b06;
    transform: translateY(-2px);
}

.page-resources-slot-jackpot-strategy__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    filter: brightness(0.7);
}

.page-resources-slot-jackpot-strategy__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-resources-slot-jackpot-strategy__section-title {
    font-size: 2.5em;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
}

.page-resources-slot-jackpot-strategy__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-slot-jackpot-strategy__image-full {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-slot-jackpot-strategy__dark-bg {
    background-color: #1a1a2e; /* Body background color */
    color: #ffffff;
    padding: 60px 0;
}

.page-resources-slot-jackpot-strategy__dark-bg .page-resources-slot-jackpot-strategy__section-title {
    color: #26A9E0;
}

.page-resources-slot-jackpot-strategy__dark-bg .page-resources-slot-jackpot-strategy__paragraph {
    color: #f0f0f0;
}

.page-resources-slot-jackpot-strategy__text-link {
    color: #26A9E0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-slot-jackpot-strategy__text-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.page-resources-slot-jackpot-strategy__list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-resources-slot-jackpot-strategy__list-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-resources-slot-jackpot-strategy__list-item:hover {
    transform: translateY(-5px);
}

.page-resources-slot-jackpot-strategy__list-item-title {
    color: #26A9E0;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-resources-slot-jackpot-strategy__list-item-description {
    color: #f0f0f0;
    font-size: 1em;
}

.page-resources-slot-jackpot-strategy__strategies-section {
    padding: 60px 0;
}

.page-resources-slot-jackpot-strategy__strategy-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-slot-jackpot-strategy__strategy-title {
    font-size: 2em;
    color: #26A9E0;
    margin-bottom: 25px;
    text-align: center;
}

.page-resources-slot-jackpot-strategy__strategy-content {
    display: flex;
    gap: 30px;
    align-items: center;
}

.page-resources-slot-jackpot-strategy__strategy-content:nth-child(even) {
    flex-direction: row-reverse;
}

.page-resources-slot-jackpot-strategy__strategy-image {
    flex: 0 0 400px;
    width: 400px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-slot-jackpot-strategy__strategy-content .page-resources-slot-jackpot-strategy__paragraph {
    flex: 1;
    color: #f0f0f0;
}

.page-resources-slot-jackpot-strategy__list-bullet {
    list-style: disc;
    padding-left: 30px;
    margin: 40px 0;
    color: #ffffff;
}

.page-resources-slot-jackpot-strategy__list-bullet .page-resources-slot-jackpot-strategy__list-item {
    background-color: transparent;
    box-shadow: none;
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 0;
    color: #f0f0f0;
}

.page-resources-slot-jackpot-strategy__list-bullet .page-resources-slot-jackpot-strategy__list-item strong {
    color: #26A9E0;
}

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

.page-resources-slot-jackpot-strategy__advantage-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-resources-slot-jackpot-strategy__advantage-card:hover {
    transform: translateY(-5px);
}

.page-resources-slot-jackpot-strategy__advantage-title {
    color: #26A9E0;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page-resources-slot-jackpot-strategy__advantage-description {
    color: #f0f0f0;
    font-size: 1em;
}

.page-resources-slot-jackpot-strategy__cta-wrapper {
    text-align: center;
    margin-top: 50px;
}

.page-resources-slot-jackpot-strategy__faq-section {
    padding: 60px 0;
    background-color: #FFFFFF;
    color: #333333; /* Dark text for light background */
}

.page-resources-slot-jackpot-strategy__faq-section .page-resources-slot-jackpot-strategy__section-title {
    color: #26A9E0;
}

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

.page-resources-slot-jackpot-strategy__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-resources-slot-jackpot-strategy__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
}

.page-resources-slot-jackpot-strategy__faq-question::-webkit-details-marker {
    display: none;
}

.page-resources-slot-jackpot-strategy__faq-qtext {
    flex-grow: 1;
}

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

.page-resources-slot-jackpot-strategy__faq-item[open] .page-resources-slot-jackpot-strategy__faq-question {
    background-color: #e8e8e8;
    border-bottom: none;
}

.page-resources-slot-jackpot-strategy__faq-answer {
    padding: 15px 25px 20px;
    font-size: 1em;
    color: #555555;
    border-top: 1px solid #e0e0e0;
}

.page-resources-slot-jackpot-strategy__faq-answer .page-resources-slot-jackpot-strategy__paragraph {
    margin-bottom: 0;
}

.page-resources-slot-jackpot-strategy__conclusion-section {
    padding: 60px 0;
    text-align: center;
}

.page-resources-slot-jackpot-strategy__conclusion-section .page-resources-slot-jackpot-strategy__paragraph {
    color: #f0f0f0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-slot-jackpot-strategy__hero-title {
        font-size: 2.8em;
    }

    .page-resources-slot-jackpot-strategy__section-title {
        font-size: 2em;
    }

    .page-resources-slot-jackpot-strategy__strategy-content {
        flex-direction: column;
        text-align: center;
    }

    .page-resources-slot-jackpot-strategy__strategy-content:nth-child(even) {
        flex-direction: column;
    }

    .page-resources-slot-jackpot-strategy__strategy-image {
        flex: none;
        width: 100%;
        max-width: 600px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .page-resources-slot-jackpot-strategy__hero-section {
        padding-top: var(--header-offset, 120px) !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-resources-slot-jackpot-strategy__container {
        padding: 15px;
    }

    .page-resources-slot-jackpot-strategy__hero-title {
        font-size: 2em;
    }

    .page-resources-slot-jackpot-strategy__hero-description {
        font-size: 1em;
    }

    .page-resources-slot-jackpot-strategy__hero-cta-button,
    .page-resources-slot-jackpot-strategy__section-cta-button {
        padding: 12px 20px;
        font-size: 1em;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-resources-slot-jackpot-strategy__cta-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-resources-slot-jackpot-strategy__section-title {
        font-size: 1.8em;
        padding-top: 20px;
    }

    .page-resources-slot-jackpot-strategy__paragraph {
        font-size: 0.95em;
    }

    .page-resources-slot-jackpot-strategy__image-full,
    .page-resources-slot-jackpot-strategy__hero-image,
    .page-resources-slot-jackpot-strategy__strategy-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        min-width: 200px;
        min-height: 200px;
    }

    .page-resources-slot-jackpot-strategy__introduction-section,
    .page-resources-slot-jackpot-strategy__types-section,
    .page-resources-slot-jackpot-strategy__strategies-section,
    .page-resources-slot-jackpot-strategy__mistakes-section,
    .page-resources-slot-jackpot-strategy__advantages-section,
    .page-resources-slot-jackpot-strategy__faq-section,
    .page-resources-slot-jackpot-strategy__conclusion-section {
        padding: 30px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-resources-slot-jackpot-strategy__list,
    .page-resources-slot-jackpot-strategy__advantages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-resources-slot-jackpot-strategy__list-item,
    .page-resources-slot-jackpot-strategy__advantage-card,
    .page-resources-slot-jackpot-strategy__strategy-item {
        padding: 20px;
    }

    .page-resources-slot-jackpot-strategy__strategy-image {
        margin-bottom: 15px;
    }

    .page-resources-slot-jackpot-strategy__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-resources-slot-jackpot-strategy__faq-answer {
        padding: 10px 20px 15px;
    }
}