.page-slot-games-jackpot-mechanics {
    font-family: Arial, sans-serif;
    color: #333333; /* Dark text for light body background */
    line-height: 1.6;
    background-color: #FFFFFF; /* Assuming body background is white */
}

.page-slot-games-jackpot-mechanics__hero-section {
    display: flex;
    flex-direction: column; /* Ensure image is above content */
    align-items: center;
    text-align: center;
    padding-top: 10px; /* Small top padding, assuming shared.css handles body padding */
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.page-slot-games-jackpot-mechanics__hero-image-container {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.page-slot-games-jackpot-mechanics__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Desktop: cover to fill space */
    border-radius: 8px;
}

.page-slot-games-jackpot-mechanics__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-slot-games-jackpot-mechanics__main-title {
    font-size: 2.8em;
    font-weight: 700;
    color: #26A9E0;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.page-slot-games-jackpot-mechanics__description {
    font-size: 1.1em;
    color: #555555;
    margin-bottom: 30px;
}

.page-slot-games-jackpot-mechanics__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.page-slot-games-jackpot-mechanics__btn-primary,
.page-slot-games-jackpot-mechanics__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

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

.page-slot-games-jackpot-mechanics__btn-primary:hover {
    background-color: #1a8cc7;
    border-color: #1a8cc7;
}

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

.page-slot-games-jackpot-mechanics__btn-secondary:hover {
    background-color: #e0f0f8;
    color: #1a8cc7;
    border-color: #1a8cc7;
}

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

.page-slot-games-jackpot-mechanics__section-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
}

.page-slot-games-jackpot-mechanics__paragraph {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: #333333;
}

.page-slot-games-jackpot-mechanics__content-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin: 30px auto;
    max-width: 800px;
}

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

.page-slot-games-jackpot-mechanics__card {
    background: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

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

.page-slot-games-jackpot-mechanics__card-title {
    font-size: 1.4em;
    font-weight: 600;
    color: #26A9E0;
    margin-bottom: 15px;
}

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

.page-slot-games-jackpot-mechanics__flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
}

.page-slot-games-jackpot-mechanics__strategy-item {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-slot-games-jackpot-mechanics__strategy-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 50%;
    object-fit: contain;
    border: 2px solid #26A9E0;
    padding: 10px;
    box-sizing: border-box;
}

.page-slot-games-jackpot-mechanics__strategy-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #26A9E0;
    margin-bottom: 10px;
}

.page-slot-games-jackpot-mechanics__strategy-text {
    font-size: 0.95em;
    color: #555555;
}

.page-slot-games-jackpot-mechanics__cta-area {
    text-align: center;
    margin-top: 50px;
}

.page-slot-games-jackpot-mechanics__list {
    list-style: none;
    padding: 0;
    margin: 30px auto;
    max-width: 900px;
}

.page-slot-games-jackpot-mechanics__list-item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    font-size: 1.05em;
    color: #333333;
}

.page-slot-games-jackpot-mechanics__list-item strong {
    color: #26A9E0;
}

.page-slot-games-jackpot-mechanics__faq-list {
    max-width: 900px;
    margin: 30px auto;
}

.page-slot-games-jackpot-mechanics__faq-item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-slot-games-jackpot-mechanics__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.1em;
    font-weight: 600;
    color: #26A9E0;
    cursor: pointer;
    list-style: none;
}

.page-slot-games-jackpot-mechanics__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-slot-games-jackpot-mechanics__faq-qtext {
    flex-grow: 1;
    text-align: left;
}

.page-slot-games-jackpot-mechanics__faq-toggle {
    font-size: 1.5em;
    margin-left: 15px;
    width: 20px;
    text-align: center;
}

.page-slot-games-jackpot-mechanics__faq-answer {
    padding: 0 20px 20px 20px;
    font-size: 1em;
    color: #555555;
    text-align: left;
}

.page-slot-games-jackpot-mechanics__dark-section {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-slot-games-jackpot-mechanics__dark-section .page-slot-games-jackpot-mechanics__section-title,
.page-slot-games-jackpot-mechanics__dark-section .page-slot-games-jackpot-mechanics__paragraph {
    color: #ffffff;
}

.page-slot-games-jackpot-mechanics__dark-section a {
    color: #ffffff;
    text-decoration: underline;
}

.page-slot-games-jackpot-mechanics__dark-section a:hover {
    color: #e0e0e0;
}

.page-slot-games-jackpot-mechanics__copyright {
    text-align: center;
    padding: 30px 20px;
    font-size: 0.9em;
    color: #777777;
    background-color: #f5f5f5;
}

.page-slot-games-jackpot-mechanics__copyright-text {
    margin: 0;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .page-slot-games-jackpot-mechanics {
        font-size: 15px;
        line-height: 1.5;
    }

    .page-slot-games-jackpot-mechanics__hero-section {
        padding-top: 10px !important;
        padding-bottom: 30px;
    }

    .page-slot-games-jackpot-mechanics__hero-image-container {
        padding: 0 15px;
    }

    .page-slot-games-jackpot-mechanics__hero-image {
        object-fit: contain; /* Mobile: contain to show full image */
        height: auto !important;
        max-height: 250px;
    }

    .page-slot-games-jackpot-mechanics__hero-content {
        padding: 0 15px;
    }

    .page-slot-games-jackpot-mechanics__main-title {
        font-size: 2em;
        margin-bottom: 10px;
    }

    .page-slot-games-jackpot-mechanics__description {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-slot-games-jackpot-mechanics__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-slot-games-jackpot-mechanics__btn-primary,
    .page-slot-games-jackpot-mechanics__btn-secondary {
        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-slot-games-jackpot-mechanics__section {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-slot-games-jackpot-mechanics__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-slot-games-jackpot-mechanics__paragraph {
        font-size: 1em;
    }

    .page-slot-games-jackpot-mechanics__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin: 20px auto;
    }

    .page-slot-games-jackpot-mechanics__grid {
        grid-template-columns: 1fr; /* Single column for mobile */
        gap: 20px;
    }

    .page-slot-games-jackpot-mechanics__card {
        padding: 20px;
    }

    .page-slot-games-jackpot-mechanics__card-title {
        font-size: 1.2em;
    }

    .page-slot-games-jackpot-mechanics__flex-container {
        flex-direction: column;
        gap: 20px;
    }

    .page-slot-games-jackpot-mechanics__strategy-item {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 20px;
    }

    .page-slot-games-jackpot-mechanics__strategy-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    .page-slot-games-jackpot-mechanics__strategy-title {
        font-size: 1.1em;
    }

    .page-slot-games-jackpot-mechanics__list {
        margin: 20px auto;
        max-width: 100%;
        padding: 0 15px;
    }

    .page-slot-games-jackpot-mechanics__list-item {
        padding: 15px;
        font-size: 1em;
    }

    .page-slot-games-jackpot-mechanics__faq-list {
        margin: 20px auto;
        max-width: 100%;
        padding: 0 15px;
    }

    .page-slot-games-jackpot-mechanics__faq-item summary {
        padding: 15px;
        font-size: 1em;
    }

    .page-slot-games-jackpot-mechanics__faq-answer {
        padding: 0 15px 15px 15px;
        font-size: 0.95em;
    }

    .page-slot-games-jackpot-mechanics__dark-section {
        padding: 40px 15px;
    }

    .page-slot-games-jackpot-mechanics__copyright {
        padding: 20px 15px;
    }
}