/* style/resources-789-win-jackpot-strategy.css */

/* Base styles for the page content */
.page-resources-789-win-jackpot-strategy {
    font-family: 'Arial', sans-serif;
    color: #FFFFFF; /* Default text color on dark backgrounds */
    background-color: #0A192F; /* Main background color */
    line-height: 1.6;
    font-size: 16px;
}

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

/* Hero Section */
.page-resources-789-win-jackpot-strategy__hero {
    position: relative;
    padding: 120px 0;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0A192F, #1A3A5F); /* Dark blue gradient */
    color: #FFFFFF;
}

.page-resources-789-win-jackpot-strategy__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

.page-resources-789-win-jackpot-strategy__hero > .page-resources-789-win-jackpot-strategy__container {
    position: relative;
    z-index: 1;
}

.page-resources-789-win-jackpot-strategy__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-resources-789-win-jackpot-strategy__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0;
}

/* Section Styling */
.page-resources-789-win-jackpot-strategy__section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-789-win-jackpot-strategy__section:last-of-type {
    border-bottom: none;
}

.page-resources-789-win-jackpot-strategy__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

/* Article Styling */
.page-resources-789-win-jackpot-strategy__article {
    background-color: #1A2B42; /* Slightly lighter dark blue for article backgrounds */
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-789-win-jackpot-strategy__article-title {
    font-size: 1.8em;
    color: #FFD700; /* Gold for article titles */
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(255, 215, 0, 0.5);
    padding-bottom: 10px;
}

.page-resources-789-win-jackpot-strategy__article p {
    margin-bottom: 15px;
    color: #E0E0E0;
}

.page-resources-789-win-jackpot-strategy__article ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
    color: #E0E0E0;
}

.page-resources-789-win-jackpot-strategy__article ul li {
    margin-bottom: 8px;
}

/* Image styling within content */
.page-resources-789-win-jackpot-strategy__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Button Styling */
.page-resources-789-win-jackpot-strategy__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1.1em;
}

.page-resources-789-win-jackpot-strategy__btn--hero {
    background-color: #FFD700; /* Gold button */
    color: #0A192F; /* Dark blue text on gold */
    border: none;
}

.page-resources-789-win-jackpot-strategy__btn--hero:hover {
    background-color: #E0B800; /* Darker gold on hover */
    transform: translateY(-3px);
}

.page-resources-789-win-jackpot-strategy__btn--primary {
    background-color: #FFD700; /* Gold button */
    color: #0A192F; /* Dark blue text on gold */
    border: none;
    margin-top: 20px;
}

.page-resources-789-win-jackpot-strategy__btn--primary:hover {
    background-color: #E0B800;
    transform: translateY(-2px);
}

.page-resources-789-win-jackpot-strategy__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* Gold text */
    border: 2px solid #FFD700; /* Gold border */
    margin-top: 20px;
    margin-right: 15px;
}

.page-resources-789-win-jackpot-strategy__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-2px);
}

.page-resources-789-win-jackpot-strategy__btn--download {
    background-color: #00C853; /* Green for download */
    color: #FFFFFF;
    border: none;
    margin-top: 20px;
}

.page-resources-789-win-jackpot-strategy__btn--download:hover {
    background-color: #00A040;
    transform: translateY(-2px);
}

.page-resources-789-win-jackpot-strategy__btn--final {
    background-color: #FFD700; /* Gold button */
    color: #0A192F; /* Dark blue text on gold */
    border: none;
    margin-top: 40px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-789-win-jackpot-strategy__btn--final:hover {
    background-color: #E0B800;
    transform: translateY(-3px);
}

.page-resources-789-win-jackpot-strategy__cta-group {
    text-align: center;
    margin-top: 30px;
}

/* Benefits List */
.page-resources-789-win-jackpot-strategy__benefits-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.page-resources-789-win-jackpot-strategy__benefits-list li {
    background-color: #1A2B42;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #E0E0E0;
}

.page-resources-789-win-jackpot-strategy__benefits-list li::before {
    content: '✅';
    margin-right: 10px;
    font-size: 1.2em;
    color: #FFD700; /* Gold checkmark */
}

/* FAQ Section */
.page-resources-789-win-jackpot-strategy__faq {
    background-color: #0A192F;
}

.page-resources-789-win-jackpot-strategy__faq-item {
    background-color: #1A2B42;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-resources-789-win-jackpot-strategy__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    padding: 20px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

.page-resources-789-win-jackpot-strategy__faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.page-resources-789-win-jackpot-strategy__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-resources-789-win-jackpot-strategy__faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    color: #E0E0E0;
}

.page-resources-789-win-jackpot-strategy__faq-answer p {
    margin-bottom: 20px;
}

.page-resources-789-win-jackpot-strategy__faq-question.active + .page-resources-789-win-jackpot-strategy__faq-answer {
    max-height: 200px; /* Adjust as needed for content */
    padding-top: 10px;
    padding-bottom: 20px;
}


/* Floating Promo */
.page-resources-789-win-jackpot-strategy__floating-promo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FFD700; /* Gold background */
    color: #0A192F; /* Dark blue text */
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 15px;
    animation: fadeIn 0.5s ease-out forwards;
}

.page-resources-789-win-jackpot-strategy__floating-promo-content p {
    margin: 0;
    font-weight: bold;
    font-size: 1.1em;
}

.page-resources-789-win-jackpot-strategy__btn--floating {
    background-color: #0A192F; /* Dark blue button */
    color: #FFD700; /* Gold text */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-resources-789-win-jackpot-strategy__btn--floating:hover {
    background-color: #1A2B42; /* Slightly lighter dark blue */
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Copyright */
.page-resources-789-win-jackpot-strategy__copyright {
    text-align: center;
    padding: 20px;
    background-color: #0A192F;
    color: #6c7582; /* Lighter grey for copyright text */
    font-size: 0.9em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-789-win-jackpot-strategy__hero {
        padding: 80px 0;
    }

    .page-resources-789-win-jackpot-strategy__hero-title {
        font-size: 2.5em;
    }

    .page-resources-789-win-jackpot-strategy__hero-subtitle {
        font-size: 1.2em;
    }

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

    .page-resources-789-win-jackpot-strategy__article-title {
        font-size: 1.5em;
    }

    .page-resources-789-win-jackpot-strategy__benefits-list {
        grid-template-columns: 1fr;
    }

    .page-resources-789-win-jackpot-strategy__floating-promo {
        bottom: 10px;
        right: 10px;
        padding: 10px 15px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .page-resources-789-win-jackpot-strategy__floating-promo-content p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-789-win-jackpot-strategy__hero-title {
        font-size: 2em;
    }
    .page-resources-789-win-jackpot-strategy__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-789-win-jackpot-strategy__btn {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-resources-789-win-jackpot-strategy__cta-group {
        flex-direction: column;
        gap: 10px;
    }
    .page-resources-789-win-jackpot-strategy__btn--secondary {
        margin-right: 0;
    }
}