/* style/game-reviews-78bet-featured-games-analysis.css */

:root {
    --page-78bet-primary-color: #007bff;
    --page-78bet-secondary-color: #ffc107;
    --page-78bet-text-dark: #333;
    --page-78bet-text-light: #fff;
    --page-78bet-bg-light: #f8f9fa;
    --page-78bet-bg-dark: #0056b3;
}

.page-game-reviews-78bet-featured-games-analysis {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-78bet-text-dark);
    background-color: var(--page-78bet-bg-light);
}

.page-game-reviews-78bet-featured-games-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-reviews-78bet-featured-games-analysis__hero {
    background: linear-gradient(135deg, var(--page-78bet-primary-color) 0%, #0056b3 100%); /* Darker blue for better contrast */
    color: var(--page-78bet-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-game-reviews-78bet-featured-games-analysis__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.page-game-reviews-78bet-featured-games-analysis__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--page-78bet-text-light); /* Explicitly set for contrast */
}

.page-game-reviews-78bet-featured-games-analysis__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #e0e0e0; /* Slightly off-white for subtle contrast */
}

.page-game-reviews-78bet-featured-games-analysis__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
}

.page-game-reviews-78bet-featured-games-analysis__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(70%) blur(3px);
}

.page-game-reviews-78bet-featured-games-analysis__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;
    white-space: nowrap;
}

.page-game-reviews-78bet-featured-games-analysis__btn--primary {
    background-color: var(--page-78bet-secondary-color);
    color: var(--page-78bet-text-dark);
    border: none;
}

.page-game-reviews-78bet-featured-games-analysis__btn--primary:hover {
    background-color: #e6b000; /* Slightly darker yellow */
    transform: translateY(-2px);
}

.page-game-reviews-78bet-featured-games-analysis__btn--secondary {
    background-color: transparent;
    color: var(--page-78bet-primary-color);
    border: 2px solid var(--page-78bet-primary-color);
    padding: 13px 28px;
}

.page-game-reviews-78bet-featured-games-analysis__btn--secondary:hover {
    background-color: var(--page-78bet-primary-color);
    color: var(--page-78bet-text-light);
    transform: translateY(-2px);
}

.page-game-reviews-78bet-featured-games-analysis__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-game-reviews-78bet-featured-games-analysis__btn--large {
    padding: 18px 40px;
    font-size: 1.2em;
}

.page-game-reviews-78bet-featured-games-analysis__section {
    padding: 60px 0;
}

.page-game-reviews-78bet-featured-games-analysis__section:nth-of-type(even) {
    background-color: var(--page-78bet-bg-light);
}

.page-game-reviews-78bet-featured-games-analysis__section-title {
    font-size: 2.5em;
    color: var(--page-78bet-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-game-reviews-78bet-featured-games-analysis__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--page-78bet-secondary-color);
    border-radius: 2px;
}

.page-game-reviews-78bet-featured-games-analysis__text {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.7;
    color: var(--page-78bet-text-dark);
}

.page-game-reviews-78bet-featured-games-analysis__text strong {
    color: var(--page-78bet-primary-color);
}

.page-game-reviews-78bet-featured-games-analysis__text a {
    color: var(--page-78bet-primary-color);
    text-decoration: none;
    font-weight: bold;
}

.page-game-reviews-78bet-featured-games-analysis__text a:hover {
    text-decoration: underline;
}

/* Feature Grid */
.page-game-reviews-78bet-featured-games-analysis__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-78bet-featured-games-analysis__feature-item {
    background-color: var(--page-78bet-text-light);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-game-reviews-78bet-featured-games-analysis__feature-item:hover {
    transform: translateY(-5px);
}

.page-game-reviews-78bet-featured-games-analysis__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.1));
}

.page-game-reviews-78bet-featured-games-analysis__feature-title {
    font-size: 1.5em;
    color: var(--page-78bet-primary-color);
    margin-bottom: 15px;
}

.page-game-reviews-78bet-featured-games-analysis__feature-description {
    font-size: 1em;
    color: #555;
}

/* Game Categories */
.page-game-reviews-78bet-featured-games-analysis__game-category {
    background-color: var(--page-78bet-text-light);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.page-game-reviews-78bet-featured-games-analysis__game-category-title {
    font-size: 2em;
    color: var(--page-78bet-primary-color);
    margin-bottom: 25px;
    border-bottom: 2px solid var(--page-78bet-secondary-color);
    padding-bottom: 10px;
}

.page-game-reviews-78bet-featured-games-analysis__game-category-image {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-78bet-featured-games-analysis__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--page-78bet-text-dark);
}

.page-game-reviews-78bet-featured-games-analysis__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-game-reviews-78bet-featured-games-analysis__list li strong {
    color: var(--page-78bet-primary-color);
}

/* Strategies */
.page-game-reviews-78bet-featured-games-analysis__strategies {
    background-color: #e9f7ff; /* Light blue background for contrast */
}

.page-game-reviews-78bet-featured-games-analysis__ordered-list {
    list-style-type: decimal;
    margin-left: 20px;
    padding-left: 0;
}

.page-game-reviews-78bet-featured-games-analysis__ordered-list li {
    margin-bottom: 30px;
    padding-left: 10px;
}

.page-game-reviews-78bet-featured-games-analysis__list-heading {
    font-size: 1.6em;
    color: var(--page-78bet-primary-color);
    margin-bottom: 10px;
}

/* Register Guide */
.page-game-reviews-78bet-featured-games-analysis__register-guide {
    background-color: var(--page-78bet-bg-light);
}

.page-game-reviews-78bet-featured-games-analysis__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-78bet-featured-games-analysis__guide-step-item {
    background-color: var(--page-78bet-text-light);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-game-reviews-78bet-featured-games-analysis__guide-step-item:hover {
    transform: translateY(-5px);
}

.page-game-reviews-78bet-featured-games-analysis__guide-step-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.page-game-reviews-78bet-featured-games-analysis__guide-step-title {
    font-size: 1.8em;
    color: var(--page-78bet-primary-color);
    margin-bottom: 15px;
}

/* FAQ */
.page-game-reviews-78bet-featured-games-analysis__faq {
    background-color: #f0f8ff; /* Lighter blue for FAQ section */
}

.page-game-reviews-78bet-featured-games-analysis__faq-item {
    background-color: var(--page-78bet-text-light);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-78bet-featured-games-analysis__faq-question {
    font-size: 1.4em;
    color: var(--page-78bet-primary-color);
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-game-reviews-78bet-featured-games-analysis__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    font-weight: bold;
    color: var(--page-78bet-secondary-color);
}

.page-game-reviews-78bet-featured-games-analysis__faq-question.active::after {
    content: '-';
}

.page-game-reviews-78bet-featured-games-analysis__faq-answer {
    font-size: 1.1em;
    color: #555;
    padding-top: 10px;
    display: none;
}

.page-game-reviews-78bet-featured-games-analysis__faq-answer.active {
    display: block;
}

/* Call to Action */
.page-game-reviews-78bet-featured-games-analysis__cta {
    background: linear-gradient(90deg, var(--page-78bet-primary-color), var(--page-78bet-bg-dark));
    color: var(--page-78bet-text-light);
    text-align: center;
    padding: 80px 0;
}

.page-game-reviews-78bet-featured-games-analysis__cta .page-game-reviews-78bet-featured-games-analysis__section-title {
    color: var(--page-78bet-text-light);
}

.page-game-reviews-78bet-featured-games-analysis__cta .page-game-reviews-78bet-featured-games-analysis__section-title::after {
    background-color: var(--page-78bet-secondary-color);
}

.page-game-reviews-78bet-featured-games-analysis__cta .page-game-reviews-78bet-featured-games-analysis__text {
    color: #e0e0e0;
    max-width: 800px;
    margin: 0 auto 30px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-game-reviews-78bet-featured-games-analysis__hero-title {
        font-size: 2.8em;
    }

    .page-game-reviews-78bet-featured-games-analysis__hero-subtitle {
        font-size: 1.3em;
    }

    .page-game-reviews-78bet-featured-games-analysis__section-title {
        font-size: 2em;
    }

    .page-game-reviews-78bet-featured-games-analysis__game-category-title {
        font-size: 1.8em;
    }

    .page-game-reviews-78bet-featured-games-analysis__feature-grid, 
    .page-game-reviews-78bet-featured-games-analysis__guide-steps {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-game-reviews-78bet-featured-games-analysis__hero {
        padding: 80px 0;
    }
    .page-game-reviews-78bet-featured-games-analysis__hero-title {
        font-size: 2.2em;
    }

    .page-game-reviews-78bet-featured-games-analysis__hero-subtitle {
        font-size: 1.1em;
    }

    .page-game-reviews-78bet-featured-games-analysis__section {
        padding: 40px 0;
    }

    .page-game-reviews-78bet-featured-games-analysis__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-game-reviews-78bet-featured-games-analysis__game-category {
        padding: 30px;
    }

    .page-game-reviews-78bet-featured-games-analysis__faq-question {
        font-size: 1.2em;
    }

    .page-game-reviews-78bet-featured-games-analysis__faq-answer {
        font-size: 1em;
    }

    .page-game-reviews-78bet-featured-games-analysis__btn--large {
        padding: 15px 30px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-78bet-featured-games-analysis__hero {
        padding: 60px 0;
    }
    .page-game-reviews-78bet-featured-games-analysis__hero-title {
        font-size: 1.8em;
    }

    .page-game-reviews-78bet-featured-games-analysis__hero-subtitle {
        font-size: 1em;
    }

    .page-game-reviews-78bet-featured-games-analysis__section-title {
        font-size: 1.5em;
    }

    .page-game-reviews-78bet-featured-games-analysis__feature-grid, 
    .page-game-reviews-78bet-featured-games-analysis__guide-steps {
        grid-template-columns: 1fr;
    }

    .page-game-reviews-78bet-featured-games-analysis__btn {
        padding: 12px 25px;
        font-size: 0.9em;
    }

    .page-game-reviews-78bet-featured-games-analysis__game-category {
        padding: 20px;
    }
}