/* style/game-guides-poker-tips.css */
.page-game-guides-poker-tips {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-game-guides-poker-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-guides-poker-tips__hero {
    background: linear-gradient(135deg, #1A0D3B 0%, #3a1a70 100%); /* Darker gradient for hero */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-guides-poker-tips__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:poker,cards,abstract_pattern]');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.page-game-guides-poker-tips__hero > .page-game-guides-poker-tips__container {
    position: relative;
    z-index: 1;
}

.page-game-guides-poker-tips__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Highlighted title for visibility */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-guides-poker-tips__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-game-guides-poker-tips__btn-primary {
    display: inline-block;
    background-color: #FFD700;
    color: #1A0D3B;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
}

.page-game-guides-poker-tips__btn-primary:hover {
    background-color: #e0b000;
    transform: translateY(-3px);
}

.page-game-guides-poker-tips__btn-secondary {
    display: inline-block;
    background-color: #1A0D3B;
    color: #FFD700;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 2px solid #FFD700;
    cursor: pointer;
    margin-top: 20px;
}

.page-game-guides-poker-tips__btn-secondary:hover {
    background-color: #3a1a70;
    transform: translateY(-3px);
}

.page-game-guides-poker-tips__section {
    padding: 60px 0;
    border-bottom: 1px solid #eeeeee;
}

.page-game-guides-poker-tips__section:last-of-type {
    border-bottom: none;
}

.page-game-guides-poker-tips__section-title {
    font-size: 2.5em;
    color: #1A0D3B;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-game-guides-poker-tips__sub-section-title {
    font-size: 1.8em;
    color: #1A0D3B;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-game-guides-poker-tips__introduction p,
.page-game-guides-poker-tips__variants p,
.page-game-guides-poker-tips__strategies p,
.page-game-guides-poker-tips__common-mistakes p,
.page-game-guides-poker-tips__sao789-advantage p,
.page-game-guides-poker-tips__conclusion p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444444;
}

.page-game-guides-poker-tips__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-game-guides-poker-tips__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-game-guides-poker-tips__card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-game-guides-poker-tips__card:hover {
    transform: translateY(-5px);
}

.page-game-guides-poker-tips__card-title {
    font-size: 1.5em;
    color: #1A0D3B;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-game-guides-poker-tips__card p {
    font-size: 1em;
    color: #555555;
}

.page-game-guides-poker-tips__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #444444;
}

.page-game-guides-poker-tips__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-game-guides-poker-tips__list--error li {
    color: #cc0000;
    font-weight: bold;
}

.page-game-guides-poker-tips__strategy-item {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #FFD700;
}

.page-game-guides-poker-tips__h3-title {
    font-size: 1.6em;
    color: #1A0D3B;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-game-guides-poker-tips__h3-title .highlight {
    color: #FFD700;
}

.page-game-guides-poker-tips__cta-buttons {
    text-align: center;
    margin-top: 40px;
}

.page-game-guides-poker-tips__cta-buttons .page-game-guides-poker-tips__btn-primary {
    margin-right: 20px;
}

.page-game-guides-poker-tips .highlight {
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-guides-poker-tips__title {
        font-size: 2.8em;
    }
    .page-game-guides-poker-tips__subtitle {
        font-size: 1.3em;
    }
    .page-game-guides-poker-tips__section-title {
        font-size: 2em;
    }
    .page-game-guides-poker-tips__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-game-guides-poker-tips__hero {
        padding: 80px 0;
    }
    .page-game-guides-poker-tips__title {
        font-size: 2.2em;
    }
    .page-game-guides-poker-tips__subtitle {
        font-size: 1.1em;
    }
    .page-game-guides-poker-tips__section-title {
        font-size: 1.8em;
    }
    .page-game-guides-poker-tips__btn-primary,
    .page-game-guides-poker-tips__btn-secondary {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-game-guides-poker-tips__cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .page-game-guides-poker-tips__cta-buttons .page-game-guides-poker-tips__btn-primary {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .page-game-guides-poker-tips__hero {
        padding: 60px 0;
    }
    .page-game-guides-poker-tips__title {
        font-size: 1.8em;
    }
    .page-game-guides-poker-tips__subtitle {
        font-size: 0.9em;
    }
    .page-game-guides-poker-tips__section-title {
        font-size: 1.5em;
    }
    .page-game-guides-poker-tips__btn-primary,
    .page-game-guides-poker-tips__btn-secondary {
        width: 90%;
        text-align: center;
    }
    .page-game-guides-poker-tips__cta-buttons .page-game-guides-poker-tips__btn-primary {
        margin-bottom: 10px;
    }
    .page-game-guides-poker-tips__section {
        padding: 40px 0;
    }
}