/* style/resources-zbet-popular-games-strategy.css */

:root {
    --page-resources-zbet-popular-games-strategy-primary-color: #1A2E5B;
    --page-resources-zbet-popular-games-strategy-secondary-color: #FF8C00;
    --page-resources-zbet-popular-games-strategy-text-dark: #333;
    --page-resources-zbet-popular-games-strategy-text-light: #fff;
    --page-resources-zbet-popular-games-strategy-bg-light: #f9f9f9;
    --page-resources-zbet-popular-games-strategy-bg-dark: #101d36;
    --page-resources-zbet-popular-games-strategy-accent-color: #e5d1a4; /* Complementary to primary */
}

.page-resources-zbet-popular-games-strategy {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-resources-zbet-popular-games-strategy-text-dark);
}

.page-resources-zbet-popular-games-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-zbet-popular-games-strategy__hero {
    background: linear-gradient(135deg, var(--page-resources-zbet-popular-games-strategy-primary-color), var(--page-resources-zbet-popular-games-strategy-bg-dark));
    color: var(--page-resources-zbet-popular-games-strategy-text-light);
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
}

.page-resources-zbet-popular-games-strategy__hero-content {
    max-width: 600px;
}

.page-resources-zbet-popular-games-strategy__hero h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--page-resources-zbet-popular-games-strategy-secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-zbet-popular-games-strategy__hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.page-resources-zbet-popular-games-strategy__hero-image {
    flex-shrink: 0;
    width: 400px;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-resources-zbet-popular-games-strategy__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-resources-zbet-popular-games-strategy__btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-resources-zbet-popular-games-strategy__btn--primary {
    background-color: var(--page-resources-zbet-popular-games-strategy-secondary-color);
    color: var(--page-resources-zbet-popular-games-strategy-primary-color);
    border: 2px solid var(--page-resources-zbet-popular-games-strategy-secondary-color);
}

.page-resources-zbet-popular-games-strategy__btn--primary:hover {
    background-color: #e67e00;
    border-color: #e67e00;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-zbet-popular-games-strategy__btn--secondary {
    background-color: transparent;
    color: var(--page-resources-zbet-popular-games-strategy-secondary-color);
    border: 2px solid var(--page-resources-zbet-popular-games-strategy-secondary-color);
    margin-left: 15px;
}

.page-resources-zbet-popular-games-strategy__btn--secondary:hover {
    background-color: var(--page-resources-zbet-popular-games-strategy-secondary-color);
    color: var(--page-resources-zbet-popular-games-strategy-primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-zbet-popular-games-strategy__intro,
.page-resources-zbet-popular-games-strategy__content-section,
.page-resources-zbet-popular-games-strategy__cta {
    padding: 60px 0;
}

.page-resources-zbet-popular-games-strategy__intro h2,
.page-resources-zbet-popular-games-strategy__content-section h2,
.page-resources-zbet-popular-games-strategy__cta h2 {
    font-size: 2.5em;
    color: var(--page-resources-zbet-popular-games-strategy-primary-color);
    text-align: center;
    margin-bottom: 40px;
}

.page-resources-zbet-popular-games-strategy__content-section h3 {
    font-size: 1.8em;
    color: var(--page-resources-zbet-popular-games-strategy-secondary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--page-resources-zbet-popular-games-strategy-accent-color);
    padding-bottom: 5px;
}

.page-resources-zbet-popular-games-strategy__content-section p {
    margin-bottom: 15px;
    font-size: 1.05em;
    line-height: 1.7;
}

.page-resources-zbet-popular-games-strategy__content-section ul,
.page-resources-zbet-popular-games-strategy__content-section ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.page-resources-zbet-popular-games-strategy__content-section li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-resources-zbet-popular-games-strategy__content-section--alt {
    background-color: var(--page-resources-zbet-popular-games-strategy-bg-light);
}

.page-resources-zbet-popular-games-strategy__cta {
    background-color: var(--page-resources-zbet-popular-games-strategy-primary-color);
    color: var(--page-resources-zbet-popular-games-strategy-text-light);
    text-align: center;
    padding: 80px 0;
}

.page-resources-zbet-popular-games-strategy__cta h2 {
    color: var(--page-resources-zbet-popular-games-strategy-secondary-color);
    margin-bottom: 25px;
}

.page-resources-zbet-popular-games-strategy__cta p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.page-resources-zbet-popular-games-strategy__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-zbet-popular-games-strategy__hero {
        flex-direction: column;
        text-align: center;
    }

    .page-resources-zbet-popular-games-strategy__hero-content {
        padding: 0 20px;
    }

    .page-resources-zbet-popular-games-strategy__hero h1 {
        font-size: 2.5em;
    }

    .page-resources-zbet-popular-games-strategy__hero-image {
        width: 80%;
        height: auto;
    }

    .page-resources-zbet-popular-games-strategy__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .page-resources-zbet-popular-games-strategy__hero h1 {
        font-size: 2em;
    }

    .page-resources-zbet-popular-games-strategy__intro h2,
    .page-resources-zbet-popular-games-strategy__content-section h2,
    .page-resources-zbet-popular-games-strategy__cta h2 {
        font-size: 2em;
    }

    .page-resources-zbet-popular-games-strategy__content-section h3 {
        font-size: 1.5em;
    }

    .page-resources-zbet-popular-games-strategy__btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-resources-zbet-popular-games-strategy__cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-resources-zbet-popular-games-strategy__hero {
        padding: 60px 0;
    }
    .page-resources-zbet-popular-games-strategy__hero h1 {
        font-size: 1.8em;
    }
    .page-resources-zbet-popular-games-strategy__hero p {
        font-size: 1em;
    }
    .page-resources-zbet-popular-games-strategy__intro,
    .page-resources-zbet-popular-games-strategy__content-section,
    .page-resources-zbet-popular-games-strategy__cta {
        padding: 40px 0;
    }
    .page-resources-zbet-popular-games-strategy__intro h2,
    .page-resources-zbet-popular-games-strategy__content-section h2,
    .page-resources-zbet-popular-games-strategy__cta h2 {
        font-size: 1.8em;
    }
    .page-resources-zbet-popular-games-strategy__content-section h3 {
        font-size: 1.3em;
    }
    .page-resources-zbet-popular-games-strategy__hero-image {
        width: 90%;
    }
}