/* style/game-reviews-poker.css */
.page-game-reviews-poker {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-game-reviews-poker__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-reviews-poker__hero-section {
    background: linear-gradient(135deg, #0A2463, #3A5B8A);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-reviews-poker__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:poker_table,cards,chips,blurred]');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 0;
}

.page-game-reviews-poker__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Auxiliary color for emphasis */
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-poker__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-game-reviews-poker__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-poker__btn--primary {
    background-color: #FFD700; /* Auxiliary color */
    color: #0A2463; /* Main color for text */
    border: 2px solid #FFD700;
}

.page-game-reviews-poker__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-game-reviews-poker__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* Auxiliary color */
    border: 2px solid #FFD700;
    margin-left: 20px;
}

.page-game-reviews-poker__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2463; /* Main color for text */
    transform: translateY(-2px);
}

.page-game-reviews-poker__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
}

.page-game-reviews-poker__section {
    padding: 60px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.page-game-reviews-poker__section:nth-of-type(even) {
    background-color: #f0f2f5;
}

.page-game-reviews-poker__section-title {
    font-size: 2.8em;
    color: #0A2463; /* Main color */
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

.page-game-reviews-poker__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Auxiliary color */
    border-radius: 2px;
}

.page-game-reviews-poker__section-description {
    text-align: center;
    font-size: 1.1em;
    color: #555;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-game-reviews-poker__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-game-reviews-poker__grid-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-poker__grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-poker__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-game-reviews-poker__item-title {
    font-size: 1.4em;
    color: #0A2463; /* Main color */
    margin-bottom: 15px;
}

.page-game-reviews-poker__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.page-game-reviews-poker__content-wrapper--reverse {
    flex-direction: row-reverse;
}

.page-game-reviews-poker__text-content {
    flex: 1;
}

.page-game-reviews-poker__image-wrapper {
    flex: 1;
    min-width: 400px;
    text-align: center;
}

.page-game-reviews-poker__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-poker__sub-title {
    font-size: 2em;
    color: #0A2463; /* Main color */
    margin-bottom: 20px;
}

.page-game-reviews-poker__text-content h4 {
    font-size: 1.3em;
    color: #3A5B8A;
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-game-reviews-poker__text-content ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-game-reviews-poker__text-content ul li {
    margin-bottom: 10px;
    color: #444;
}

.page-game-reviews-poker__other-variants {
    margin-top: 60px;
    text-align: center;
    padding-top: 40px;
    border-top: 1px dashed #ddd;
}

.page-game-reviews-poker__steps {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
}

.page-game-reviews-poker__steps li {
    margin-bottom: 30px;
    padding-left: 70px;
    position: relative;
}

.page-game-reviews-poker__steps li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #0A2463; /* Main color */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-poker__step-title {
    font-size: 1.6em;
    color: #0A2463; /* Main color */
    margin-bottom: 10px;
}

.page-game-reviews-poker__cta-block {
    text-align: center;
    margin-top: 50px;
}

.page-game-reviews-poker__offer-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-poker__card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-poker__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-poker__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.page-game-reviews-poker__card-title {
    font-size: 1.5em;
    color: #0A2463; /* Main color */
    margin: 20px 15px 10px;
}

.page-game-reviews-poker__card p {
    padding: 0 15px 20px;
    color: #555;
}

.page-game-reviews-poker__card .page-game-reviews-poker__btn--small {
    margin-bottom: 20px;
}

.page-game-reviews-poker__responsible-gaming ul {
    list-style-type: circle;
    padding-left: 25px;
    margin-top: 20px;
}

.page-game-reviews-poker__responsible-gaming ul li {
    margin-bottom: 10px;
    color: #444;
}

.page-game-reviews-poker__conclusion p {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

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

    .page-game-reviews-poker__hero-subtitle {
        font-size: 1.2em;
    }

    .page-game-reviews-poker__section-title {
        font-size: 2.2em;
    }

    .page-game-reviews-poker__content-wrapper {
        flex-direction: column;
    }

    .page-game-reviews-poker__content-wrapper--reverse {
        flex-direction: column;
    }

    .page-game-reviews-poker__image-wrapper {
        min-width: unset;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .page-game-reviews-poker__hero-section {
        padding: 80px 0;
    }

    .page-game-reviews-poker__hero-title {
        font-size: 2.2em;
    }

    .page-game-reviews-poker__hero-subtitle {
        font-size: 1em;
    }

    .page-game-reviews-poker__btn {
        padding: 12px 25px;
        font-size: 0.9em;
    }

    .page-game-reviews-poker__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-game-reviews-poker__section {
        padding: 40px 0;
    }

    .page-game-reviews-poker__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-game-reviews-poker__grid-item {
        padding: 25px;
    }

    .page-game-reviews-poker__item-title {
        font-size: 1.2em;
    }

    .page-game-reviews-poker__sub-title {
        font-size: 1.6em;
    }

    .page-game-reviews-poker__steps li {
        padding-left: 60px;
    }

    .page-game-reviews-poker__steps li::before {
        width: 45px;
        height: 45px;
        font-size: 1.6em;
    }

    .page-game-reviews-poker__step-title {
        font-size: 1.4em;
    }

    .page-game-reviews-poker__offer-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-poker__hero-title {
        font-size: 1.8em;
    }

    .page-game-reviews-poker__hero-subtitle {
        font-size: 0.9em;
    }

    .page-game-reviews-poker__btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .page-game-reviews-poker__btn--secondary {
        margin-top: 0;
    }

    .page-game-reviews-poker__section-title {
        font-size: 1.5em;
    }

    .page-game-reviews-poker__sub-title {
        font-size: 1.4em;
    }

    .page-game-reviews-poker__text-content h4 {
        font-size: 1.1em;
    }
}