/* style/blog-jackpot-winning-strategies.css */

/* Custom Colors */
:root {
    --av88-main-color: #11A84E;
    --av88-secondary-color: #22C768;
    --av88-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --av88-card-bg: #11271B;
    --av88-background: #08160F;
    --av88-text-main: #F2FFF6;
    --av88-text-secondary: #A7D9B8;
    --av88-border: #2E7A4E;
    --av88-glow: #57E38D;
    --av88-gold: #F2C14E;
    --av88-divider: #1E3A2A;
    --av88-deep-green: #0A4B2C;
}

/* General Page Styles */
.page-blog-jackpot-winning-strategies {
    font-family: Arial, sans-serif;
    color: var(--av88-text-main); /* Default text color for the page, assuming dark background */
    background-color: var(--av88-background); /* Body background from shared.css, this is for internal sections */
    line-height: 1.6;
}

.page-blog-jackpot-winning-strategies__section {
    padding: 60px 20px;
    text-align: center;
    background-color: var(--av88-background); /* Default background for sections */
}

.page-blog-jackpot-winning-strategies__dark-bg {
    background-color: var(--av88-background);
    color: var(--av88-text-main);
}

.page-blog-jackpot-winning-strategies__light-bg {
    background-color: var(--av88-deep-green); /* A slightly different dark green for contrast */
    color: var(--av88-text-main);
}

.page-blog-jackpot-winning-strategies__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-blog-jackpot-winning-strategies__section-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--av88-gold);
    letter-spacing: 1px;
    line-height: 1.2;
}

.page-blog-jackpot-winning-strategies__text-block {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--av88-text-secondary);
    text-align: left;
}

.page-blog-jackpot-winning-strategies__text-block a {
    color: var(--av88-main-color);
    text-decoration: underline;
}

.page-blog-jackpot-winning-strategies__highlight {
    color: var(--av88-gold);
    font-weight: bold;
}

/* Hero Section */
.page-blog-jackpot-winning-strategies__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 60px 0; /* Small top padding, body handles header offset */
    overflow: hidden;
    background-color: var(--av88-deep-green);
}

.page-blog-jackpot-winning-strategies__hero-image-wrapper {
    width: 100%;
    max-height: 700px; /* Limit height for hero image */
    overflow: hidden;
}

.page-blog-jackpot-winning-strategies__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-jackpot-winning-strategies__hero-content {
    max-width: 900px;
    margin: 30px auto 0 auto;
    padding: 0 15px;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
}

.page-blog-jackpot-winning-strategies__hero-title {
    font-size: clamp(32px, 5vw, 56px); /* Use clamp for H1 */
    font-weight: 900;
    color: var(--av88-gold);
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-jackpot-winning-strategies__hero-description {
    font-size: 20px;
    color: var(--av88-text-secondary);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-jackpot-winning-strategies__hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.page-blog-jackpot-winning-strategies__btn-primary,
.page-blog-jackpot-winning-strategies__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-jackpot-winning-strategies__btn-primary {
    background: var(--av88-button-gradient);
    color: #ffffff; /* Always white text for primary button */
    border: none;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-jackpot-winning-strategies__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-jackpot-winning-strategies__btn-secondary {
    background-color: transparent;
    color: var(--av88-gold);
    border: 2px solid var(--av88-gold);
    box-shadow: 0 2px 10px rgba(242, 193, 78, 0.2);
}

.page-blog-jackpot-winning-strategies__btn-secondary:hover {
    background-color: var(--av88-gold);
    color: var(--av88-background);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

/* Image in content */
.page-blog-jackpot-winning-strategies__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
}

/* Lists */
.page-blog-jackpot-winning-strategies__list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: left;
}

.page-blog-jackpot-winning-strategies__list-item {
    background-color: var(--av88-card-bg);
    border-left: 5px solid var(--av88-main-color);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    font-size: 17px;
    color: var(--av88-text-main);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-jackpot-winning-strategies__list-item b {
    color: var(--av88-gold);
}

/* CTA Section */
.page-blog-jackpot-winning-strategies__cta-section,
.page-blog-jackpot-winning-strategies__cta-final {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* FAQ Section */
.page-blog-jackpot-winning-strategies__faq-list {
    margin-top: 30px;
    text-align: left;
}

.page-blog-jackpot-winning-strategies__faq-item {
    background-color: var(--av88-card-bg);
    border: 1px solid var(--av88-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--av88-text-main);
}

.page-blog-jackpot-winning-strategies__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background-color: var(--av88-deep-green);
    color: var(--av88-text-main);
    border-bottom: 1px solid var(--av88-border);
    list-style: none; /* For details/summary */
}

.page-blog-jackpot-winning-strategies__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-jackpot-winning-strategies__faq-qtext {
    flex-grow: 1;
    color: var(--av88-gold);
}

.page-blog-jackpot-winning-strategies__faq-toggle {
    font-size: 24px;
    line-height: 1;
    width: 30px;
    text-align: center;
    color: var(--av88-main-color);
}

.page-blog-jackpot-winning-strategies__faq-answer {
    padding: 0 20px 20px 20px;
    font-size: 16px;
    color: var(--av88-text-secondary);
}

.page-blog-jackpot-winning-strategies__faq-answer p {
    margin-top: 15px;
    margin-bottom: 0;
}

.page-blog-jackpot-winning-strategies__faq-answer a {
    color: var(--av88-main-color);
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-jackpot-winning-strategies__hero-title {
        font-size: clamp(30px, 4.5vw, 50px);
    }

    .page-blog-jackpot-winning-strategies__hero-description {
        font-size: 18px;
    }

    .page-blog-jackpot-winning-strategies__section {
        padding: 40px 15px;
    }

    .page-blog-jackpot-winning-strategies__section-title {
        font-size: clamp(26px, 3.5vw, 38px);
    }

    .page-blog-jackpot-winning-strategies__text-block {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .page-blog-jackpot-winning-strategies__hero-section {
        padding-bottom: 40px;
    }

    .page-blog-jackpot-winning-strategies__hero-title {
        font-size: clamp(28px, 6vw, 40px);
        letter-spacing: 1px;
    }

    .page-blog-jackpot-winning-strategies__hero-description {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .page-blog-jackpot-winning-strategies__hero-cta {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-jackpot-winning-strategies__btn-primary,
    .page-blog-jackpot-winning-strategies__btn-secondary {
        padding: 12px 20px;
        font-size: 16px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        margin: 0 auto; /* Center buttons if they stack */
    }

    .page-blog-jackpot-winning-strategies__section {
        padding: 30px 15px;
    }

    .page-blog-jackpot-winning-strategies__section-title {
        font-size: clamp(24px, 5vw, 32px);
        margin-bottom: 20px;
    }

    .page-blog-jackpot-winning-strategies__text-block,
    .page-blog-jackpot-winning-strategies__list-item,
    .page-blog-jackpot-winning-strategies__faq-answer p {
        font-size: 15px;
    }

    .page-blog-jackpot-winning-strategies__image-content {
        margin: 20px auto;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Ensure containers have proper padding/width on mobile */
    .page-blog-jackpot-winning-strategies__section,
    .page-blog-jackpot-winning-strategies__card,
    .page-blog-jackpot-winning-strategies__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-jackpot-winning-strategies__cta-section,
    .page-blog-jackpot-winning-strategies__cta-final {
        flex-direction: column;
        gap: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-jackpot-winning-strategies__faq-question {
        padding: 15px;
        font-size: 16px;
    }

    .page-blog-jackpot-winning-strategies__faq-answer {
        padding: 0 15px 15px 15px;
    }

    .page-blog-jackpot-winning-strategies__faq-toggle {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .page-blog-jackpot-winning-strategies__hero-title {
        font-size: clamp(26px, 7vw, 36px);
    }

    .page-blog-jackpot-winning-strategies__section-title {
        font-size: clamp(22px, 6vw, 28px);
    }

    .page-blog-jackpot-winning-strategies__hero-description {
        font-size: 15px;
    }
}