/* style/resources-78win88-latest-promotions-analysis.css */

:root {
    --page-primary-color: #1A237E;
    --page-secondary-color: #FFD700;
    --page-text-dark: #1A237E;
    --page-text-light: #FFFFFF;
    --page-bg-light: #f8f9fa;
    --page-bg-dark: #12185D;
    --page-accent-gold-darker: #998100;
}

.page-resources-78win88-latest-promotions-analysis {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-text-dark); /* Dark text on light background */
    background-color: var(--page-bg-light);
}

.page-resources-78win88-latest-promotions-analysis .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-78win88-latest-promotions-analysis .hero-section {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, #303F9F 50%, var(--page-secondary-color) 100%); /* Adjusted gradient for contrast */
    color: var(--page-text-light);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-78win88-latest-promotions-analysis .hero-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-78win88-latest-promotions-analysis .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--page-text-light); /* Ensure title is white on dark background */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-78win88-latest-promotions-analysis .hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: var(--page-text-light); /* Ensure subtitle is white on dark background */
}

.page-resources-78win88-latest-promotions-analysis .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-78win88-latest-promotions-analysis .btn-primary {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color); /* Dark text on gold background for contrast */
    font-size: 1.1em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-78win88-latest-promotions-analysis .btn-primary:hover {
    background-color: var(--page-accent-gold-darker);
    transform: translateY(-3px);
}

.page-resources-78win88-latest-promotions-analysis .section-title {
    font-size: 2.5em;
    color: var(--page-primary-color);
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-78win88-latest-promotions-analysis .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--page-secondary-color);
    border-radius: 2px;
}

.page-resources-78win88-latest-promotions-analysis .introduction-section, 
.page-resources-78win88-latest-promotions-analysis .promo-types-section, 
.page-resources-78win88-latest-promotions-analysis .game-specific-promo-section, 
.page-resources-78win88-latest-promotions-analysis .guide-section, 
.page-resources-78win88-latest-promotions-analysis .responsible-gambling-section, 
.page-resources-78win88-latest-promotions-analysis .cta-section {
    padding: 60px 0;
    background-color: var(--page-bg-light);
}

.page-resources-78win88-latest-promotions-analysis .introduction-section p, 
.page-resources-78win88-latest-promotions-analysis .responsible-gambling-section p, 
.page-resources-78win88-latest-promotions-analysis .cta-section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-78win88-latest-promotions-analysis .promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-78win88-latest-promotions-analysis .promo-item {
    background-color: var(--page-text-light);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease;
}

.page-resources-78win88-latest-promotions-analysis .promo-item:hover {
    transform: translateY(-5px);
}

.page-resources-78win88-latest-promotions-analysis .promo-image {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-resources-78win88-latest-promotions-analysis .promo-title {
    font-size: 1.8em;
    color: var(--page-primary-color);
    margin-bottom: 15px;
}

.page-resources-78win88-latest-promotions-analysis .promo-item p {
    font-size: 1em;
    color: #444;
    margin-bottom: 15px;
}

.page-resources-78win88-latest-promotions-analysis .promo-item ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    text-align: left;
}

.page-resources-78win88-latest-promotions-analysis .promo-item ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #555;
}

.page-resources-78win88-latest-promotions-analysis .promo-item ul li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: var(--page-secondary-color);
}

.page-resources-78win88-latest-promotions-analysis .game-promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-78win88-latest-promotions-analysis .game-promo-item {
    background-color: var(--page-bg-dark);
    color: var(--page-text-light);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.page-resources-78win88-latest-promotions-analysis .game-promo-item:hover {
    background-color: #303F9F;
}

.page-resources-78win88-latest-promotions-analysis .game-promo-title {
    font-size: 2em;
    color: var(--page-secondary-color);
    margin-bottom: 15px;
}

.page-resources-78win88-latest-promotions-analysis .game-promo-item p {
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.9);
}

.page-resources-78win88-latest-promotions-analysis .guide-section {
    background-color: var(--page-bg-light);
}

.page-resources-78win88-latest-promotions-analysis .guide-list {
    list-style: none;
    counter-reset: guide-counter;
    padding: 0;
    max-width: 800px;
    margin: 40px auto 0 auto;
}

.page-resources-78win88-latest-promotions-analysis .guide-list li {
    counter-increment: guide-counter;
    margin-bottom: 25px;
    padding-left: 60px;
    position: relative;
    font-size: 1.15em;
    color: var(--page-text-dark);
    line-height: 1.8;
}

.page-resources-78win88-latest-promotions-analysis .guide-list li::before {
    content: counter(guide-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-resources-78win88-latest-promotions-analysis .responsible-gambling-section {
    background-color: #e8eaf6; /* Lighter shade of primary for background */
    padding: 80px 0;
    text-align: center;
}

.page-resources-78win88-latest-promotions-analysis .responsible-gambling-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-78win88-latest-promotions-analysis .cta-section {
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
    text-align: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.page-resources-78win88-latest-promotions-analysis .cta-title {
    font-size: 2.8em;
    color: var(--page-secondary-color);
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-resources-78win88-latest-promotions-analysis .cta-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2em;
    margin-bottom: 40px;
}

.page-resources-78win88-latest-promotions-analysis .btn-large {
    padding: 18px 40px;
    font-size: 1.3em;
}

.page-resources-78win88-latest-promotions-analysis .cta-image {
    max-width: 700px;
    width: 100%;
    height: auto;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .page-resources-78win88-latest-promotions-analysis .hero-title {
        font-size: 2.5em;
    }

    .page-resources-78win88-latest-promotions-analysis .hero-subtitle {
        font-size: 1.1em;
    }

    .page-resources-78win88-latest-promotions-analysis .section-title {
        font-size: 2em;
    }

    .page-resources-78win88-latest-promotions-analysis .promo-grid {
        grid-template-columns: 1fr;
    }

    .page-resources-78win88-latest-promotions-analysis .game-promo-grid {
        grid-template-columns: 1fr;
    }

    .page-resources-78win88-latest-promotions-analysis .cta-title {
        font-size: 2em;
    }

    .page-resources-78win88-latest-promotions-analysis .btn-large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-78win88-latest-promotions-analysis .hero-section {
        padding: 60px 0;
    }

    .page-resources-78win88-latest-promotions-analysis .hero-title {
        font-size: 2em;
    }

    .page-resources-78win88-latest-promotions-analysis .btn-primary {
        font-size: 1em;
        padding: 12px 25px;
    }

    .page-resources-78win88-latest-promotions-analysis .section-title {
        font-size: 1.8em;
    }

    .page-resources-78win88-latest-promotions-analysis .promo-item {
        padding: 20px;
    }

    .page-resources-78win88-latest-promotions-analysis .guide-list li {
        font-size: 1em;
        padding-left: 50px;
    }

    .page-resources-78win88-latest-promotions-analysis .guide-list li::before {
        width: 35px;
        height: 35px;
        font-size: 1.1em;
    }

    .page-resources-78win88-latest-promotions-analysis .cta-title {
        font-size: 1.8em;
    }

    .page-resources-78win88-latest-promotions-analysis .cta-section p {
        font-size: 1em;
    }
}