/* style/games-poker-strategy-deep-dive.css */
.page-games-poker-strategy-deep-dive {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-games-poker-strategy-deep-dive__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-games-poker-strategy-deep-dive__hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px; /* Ensure sufficient height for contrast */
}

.page-games-poker-strategy-deep-dive__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
}

.page-games-poker-strategy-deep-dive__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-games-poker-strategy-deep-dive__hero-section .page-games-poker-strategy-deep-dive__container {
    position: relative;
    z-index: 1;
}

.page-games-poker-strategy-deep-dive__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-games-poker-strategy-deep-dive__subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    font-weight: 300;
    color: #e0f2ff;
}

.page-games-poker-strategy-deep-dive__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
    margin: 10px;
}

.page-games-poker-strategy-deep-dive__btn--primary {
    background-color: #ffc107;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-games-poker-strategy-deep-dive__btn--primary:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-games-poker-strategy-deep-dive__btn--secondary {
    background-color: #007bff;
    color: #fff;
    border: 2px solid #007bff;
}

.page-games-poker-strategy-deep-dive__btn--secondary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

.page-games-poker-strategy-deep-dive__btn--tertiary {
    background-color: transparent;
    color: #007bff;
    border: 2px solid #007bff;
}

.page-games-poker-strategy-deep-dive__btn--tertiary:hover {
    background-color: #007bff;
    color: #fff;
    transform: translateY(-2px);
}

.page-games-poker-strategy-deep-dive__btn--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-games-poker-strategy-deep-dive__section {
    padding: 60px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.page-games-poker-strategy-deep-dive__section--alt {
    background-color: #f0f8ff;
}

.page-games-poker-strategy-deep-dive__section--intro {
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-games-poker-strategy-deep-dive__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-games-poker-strategy-deep-dive__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #ffc107;
    border-radius: 2px;
}

.page-games-poker-strategy-deep-dive__sub-section-title {
    font-size: 1.8em;
    color: #0056b3;
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-games-poker-strategy-deep-dive p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
}

.page-games-poker-strategy-deep-dive ul {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-games-poker-strategy-deep-dive ul li {
    margin-bottom: 8px;
    font-size: 1.05em;
    color: #555;
}

.page-games-poker-strategy-deep-dive__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-games-poker-strategy-deep-dive__image--small {
    max-width: 400px;
}

.page-games-poker-strategy-deep-dive__image--medium {
    max-width: 700px;
}

.page-games-poker-strategy-deep-dive__image--large {
    max-width: 900px;
}

.page-games-poker-strategy-deep-dive__section--cta {
    background-color: #007bff;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.page-games-poker-strategy-deep-dive__section--cta .page-games-poker-strategy-deep-dive__section-title {
    color: #ffc107;
}

.page-games-poker-strategy-deep-dive__section--cta .page-games-poker-strategy-deep-dive__section-title::after {
    background-color: #fff;
}

.page-games-poker-strategy-deep-dive__section--cta p {
    color: #e0f2ff;
    max-width: 800px;
    margin: 20px auto 40px auto;
}

.page-games-poker-strategy-deep-dive__section--cta .page-games-poker-strategy-deep-dive__sub-section-title {
    color: #ffc107;
}

.page-games-poker-strategy-deep-dive__action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-games-poker-strategy-deep-dive__bottom-image-wrapper {
    margin-top: 50px;
    text-align: center;
}

.page-games-poker-strategy-deep-dive__bottom-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-games-poker-strategy-deep-dive__title {
        font-size: 2.5em;
    }

    .page-games-poker-strategy-deep-dive__subtitle {
        font-size: 1.2em;
    }

    .page-games-poker-strategy-deep-dive__section-title {
        font-size: 2em;
    }

    .page-games-poker-strategy-deep-dive__sub-section-title {
        font-size: 1.5em;
    }

    .page-games-poker-strategy-deep-dive__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-games-poker-strategy-deep-dive__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-games-poker-strategy-deep-dive__action-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-games-poker-strategy-deep-dive__title {
        font-size: 2em;
    }

    .page-games-poker-strategy-deep-dive__subtitle {
        font-size: 1em;
    }

    .page-games-poker-strategy-deep-dive__section-title {
        font-size: 1.8em;
    }

    .page-games-poker-strategy-deep-dive__sub-section-title {
        font-size: 1.3em;
    }

    .page-games-poker-strategy-deep-dive__btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}