.page-slot-games-jackpot-strategy {
    padding-top: 10px; /* Small top padding for non-homepage, body handles header offset */
    background-color: #F4F7FB; /* Background color */
    color: #1F2D3D; /* Main text color */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.page-slot-games-jackpot-strategy__hero-section {
    position: relative;
    max-width: 1390px;
    margin: 0 auto 40px auto;
    border-radius: 15px;
    overflow: hidden;
    background-color: #FFFFFF; /* Card BG */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column; /* Image on top, content below */
}

.page-slot-games-jackpot-strategy__hero-image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.page-slot-games-jackpot-strategy__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-slot-games-jackpot-strategy__hero-content {
    padding: 30px;
    text-align: center;
}

.page-slot-games-jackpot-strategy__main-title {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-slot-games-jackpot-strategy__hero-description {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #1F2D3D; /* Text Main */
}

.page-slot-games-jackpot-strategy__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(47, 107, 255, 0.3);
}

.page-slot-games-jackpot-strategy__cta-button:hover {
    opacity: 0.9;
    box-shadow: 0 6px 15px rgba(47, 107, 255, 0.4);
}

.page-slot-games-jackpot-strategy__secondary-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    background-color: #6FA3FF; /* Auxiliary color */
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-left: 20px;
    box-shadow: 0 4px 10px rgba(111, 163, 255, 0.3);
}

.page-slot-games-jackpot-strategy__secondary-button:hover {
    opacity: 0.9;
    background-color: #4A8BFF; /* A darker shade or main color on hover */
    box-shadow: 0 6px 15px rgba(111, 163, 255, 0.4);
}

.page-slot-games-jackpot-strategy__section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 30px;
    background-color: #FFFFFF; /* Card BG */
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-slot-games-jackpot-strategy__section-title {
    font-size: 2.2em;
    font-weight: bold;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 30px;
    text-align: center;
}

.page-slot-games-jackpot-strategy__paragraph {
    font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #1F2D3D; /* Text Main */
}

.page-slot-games-jackpot-strategy__highlight {
    color: #2F6BFF; /* Main color for highlights */
    font-weight: bold;
}

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

.page-slot-games-jackpot-strategy__strategy-card {
    background-color: #FFFFFF; /* Card BG */
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    text-align: center;
    border: 1px solid #D6E2FF; /* Border color */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-slot-games-jackpot-strategy__strategy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.page-slot-games-jackpot-strategy__card-image {
    width: 100%; /* Ensure images are not smaller than 200px display */
    height: 200px; /* Minimum height for content images */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px; /* Enforce min-size rule */
    min-height: 200px; /* Enforce min-size rule */
    display: block; /* Ensure no extra space below image */
}

.page-slot-games-jackpot-strategy__card-title {
    font-size: 1.4em;
    font-weight: bold;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 15px;
}

.page-slot-games-jackpot-strategy__card-description {
    font-size: 0.95em;
    line-height: 1.6;
    color: #1F2D3D; /* Text Main */
}

.page-slot-games-jackpot-strategy__faq-item {
    background-color: #F4F7FB; /* Lighter background for FAQ items */
    border: 1px solid #D6E2FF; /* Border color */
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
}

.page-slot-games-jackpot-strategy__faq-question {
    font-size: 1.2em;
    font-weight: bold;
    color: #2F6BFF; /* Main color for questions */
    margin-bottom: 10px;
}

.page-slot-games-jackpot-strategy__faq-answer {
    font-size: 1em;
    line-height: 1.6;
    color: #1F2D3D; /* Text Main */
}

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

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-slot-games-jackpot-strategy__hero-content {
        padding: 25px;
    }

    .page-slot-games-jackpot-strategy__main-title {
        font-size: clamp(2em, 4vw, 2.5em); /* Using clamp for H1 font-size */
    }

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

@media (max-width: 768px) {
    .page-slot-games-jackpot-strategy {
        padding-top: 0;
    }

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

    .page-slot-games-jackpot-strategy__main-title {
        font-size: clamp(1.8em, 5vw, 2.2em);
    }

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

    .page-slot-games-jackpot-strategy__cta-button,
    .page-slot-games-jackpot-strategy__secondary-button {
        padding: 12px 25px;
        font-size: 1em;
        margin: 10px auto; /* Stack buttons and center */
        width: 100%;
        max-width: 300px;
        display: block;
    }
    .page-slot-games-jackpot-strategy__secondary-button {
        margin-left: auto;
    }

    .page-slot-games-jackpot-strategy__section {
        margin: 30px 15px;
        padding: 20px;
    }

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

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

    .page-slot-games-jackpot-strategy__strategy-grid {
        grid-template-columns: 1fr;
    }

    /* Enforce max-width: 100%; height: auto; for all images in content area */
    .page-slot-games-jackpot-strategy img {
        max-width: 100%;
        height: auto;
    }
    /* Ensure no CSS rule overrides to make images smaller than 200px */
    .page-slot-games-jackpot-strategy__card-image {
        width: 100%; /* Override explicit width for responsiveness */
        height: auto;
        min-width: 200px; /* Keep minimum size */
        min-height: 200px; /* Keep minimum size */
    }
}

@media (max-width: 480px) {
    .page-slot-games-jackpot-strategy__hero-content {
        padding: 15px;
    }

    .page-slot-games-jackpot-strategy__main-title {
        font-size: clamp(1.5em, 6vw, 2em);
    }

    .page-slot-games-jackpot-strategy__section-title {
        font-size: 1.5em;
    }

    .page-slot-games-jackpot-strategy__faq-question {
        font-size: 1.1em;
    }
}