/* style/game-types-poker-chess.css */
.page-game-types-poker-chess {
    font-family: 'Arial', sans-serif;
    color: #F8F8F8; /* Light text for dark backgrounds */
    background-color: #0A2463; /* Main background color */
    line-height: 1.6;
}

.page-game-types-poker-chess .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-game-types-poker-chess .hero-section {
    background: linear-gradient(135deg, #0A2463 0%, #1A3A7A 100%);
    padding: 100px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #E0B34F;
}

.page-game-types-poker-chess .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,patterns]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-game-types-poker-chess .hero-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    gap: 40px;
}

.page-game-types-poker-chess .hero-content {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.page-game-types-poker-chess .hero-content h1 {
    font-size: 3.5em;
    color: #E0B34F; /* Accent color for main title */
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-game-types-poker-chess .hero-content p {
    font-size: 1.2em;
    color: #C0C0C0;
    margin-bottom: 30px;
}

.page-game-types-poker-chess .hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-game-types-poker-chess .hero-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-game-types-poker-chess .hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Buttons */
.page-game-types-poker-chess .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 1.1em;
    text-align: center;
}

.page-game-types-poker-chess .btn-primary {
    background-color: #E0B34F; /* Accent color */
    color: #0A2463; /* Dark text for accent background */
    border: 2px solid #E0B34F;
}

.page-game-types-poker-chess .btn-primary:hover {
    background-color: #F0C35F;
    transform: translateY(-3px);
}

.page-game-types-poker-chess .btn-secondary {
    background-color: transparent;
    color: #E0B34F;
    border: 2px solid #E0B34F;
}

.page-game-types-poker-chess .btn-secondary:hover {
    background-color: #E0B34F;
    color: #0A2463;
    transform: translateY(-3px);
}

.page-game-types-poker-chess .btn-play {
    background-color: #E0B34F;
    color: #0A2463;
    padding: 10px 20px;
    font-size: 1em;
}

.page-game-types-poker-chess .btn-play:hover {
    background-color: #F0C35F;
}

.page-game-types-poker-chess .btn-claim {
    background-color: #E0B34F;
    color: #0A2463;
    padding: 10px 20px;
    font-size: 1em;
}

.page-game-types-poker-chess .btn-claim:hover {
    background-color: #F0C35F;
}

.page-game-types-poker-chess .btn-large {
    padding: 18px 40px;
    font-size: 1.3em;
}

/* General Section Styling */
.page-game-types-poker-chess section {
    padding: 80px 0;
    text-align: center;
}

.page-game-types-poker-chess section:nth-of-type(even) {
    background-color: #1A3A7A;
}

.page-game-types-poker-chess h2 {
    font-size: 2.8em;
    color: #E0B34F;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.page-game-types-poker-chess h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #E0B34F;
    border-radius: 2px;
}

.page-game-types-poker-chess h3 {
    font-size: 1.8em;
    color: #F8F8F8;
    margin-bottom: 20px;
}

.page-game-types-poker-chess p {
    font-size: 1.1em;
    color: #C0C0C0;
    margin-bottom: 20px;
}

/* About Section */
.page-game-types-poker-chess .about-yo88-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    text-align: left;
}

.page-game-types-poker-chess .about-content {
    flex: 1;
    min-width: 300px;
}

.page-game-types-poker-chess .about-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-game-types-poker-chess .about-content ul li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23E0B34F"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #F8F8F8;
    font-size: 1.1em;
}

.page-game-types-poker-chess .about-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-game-types-poker-chess .about-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Game Types Section */
.page-game-types-poker-chess .game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-types-poker-chess .game-card {
    background-color: #1A3A7A;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-game-types-poker-chess .game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.page-game-types-poker-chess .game-card-image {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.page-game-types-poker-chess .game-card h3 {
    color: #E0B34F;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.page-game-types-poker-chess .game-card p {
    color: #C0C0C0;
    font-size: 0.95em;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* How-To-Play Section */
.page-game-types-poker-chess .how-to-play-section {
    background-color: #0A2463;
}

.page-game-types-poker-chess .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-types-poker-chess .step-card {
    background-color: #1A3A7A;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: center;
}

.page-game-types-poker-chess .step-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(224, 179, 79, 0.5));
}

.page-game-types-poker-chess .step-card h3 {
    color: #E0B34F;
    font-size: 1.5em;
}

.page-game-types-poker-chess .step-card p {
    color: #C0C0C0;
    font-size: 0.95em;
}

.page-game-types-poker-chess .call-to-action-bottom {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px dashed #E0B34F;
}

.page-game-types-poker-chess .call-to-action-bottom .small-text {
    font-size: 0.9em;
    color: #A0A0A0;
    margin-top: 15px;
}

/* App Download Section */
.page-game-types-poker-chess .app-download-section {
    background-color: #1A3A7A;
    padding: 80px 0;
}

.page-game-types-poker-chess .app-download-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
    text-align: left;
}

.page-game-types-poker-chess .app-content {
    flex: 1;
    min-width: 300px;
}

.page-game-types-poker-chess .app-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-game-types-poker-chess .app-content ul li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23E0B34F"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #F8F8F8;
    font-size: 1.1em;
}

.page-game-types-poker-chess .download-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-game-types-poker-chess .app-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-game-types-poker-chess .app-mockup-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

/* Promotions Section */
.page-game-types-poker-chess .promotions-section {
    background-color: #0A2463;
}

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

.page-game-types-poker-chess .promo-card {
    background-color: #1A3A7A;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-types-poker-chess .promo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.page-game-types-poker-chess .promo-image {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-game-types-poker-chess .promo-card h3 {
    color: #E0B34F;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.page-game-types-poker-chess .promo-card p {
    color: #C0C0C0;
    font-size: 0.95em;
    margin-bottom: 25px;
}

.page-game-types-poker-chess .promo-note {
    margin-top: 40px;
    font-size: 0.9em;
    color: #A0A0A0;
}

/* FAQ Section */
.page-game-types-poker-chess .faq-section {
    background-color: #1A3A7A;
}

.page-game-types-poker-chess .faq-item {
    background-color: #0A2463;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px 30px;
    text-align: left;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-game-types-poker-chess .faq-item h3 {
    color: #E0B34F;
    font-size: 1.4em;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-game-types-poker-chess .faq-item h3::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #E0B34F;
    transition: transform 0.3s ease;
}

.page-game-types-poker-chess .faq-item.active h3::after {
    content: '-';
    transform: translateY(-50%) rotate(0deg);
}

.page-game-types-poker-chess .faq-item p {
    color: #C0C0C0;
    font-size: 1em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
    margin-top: 0;
}

.page-game-types-poker-chess .faq-item.active p {
    max-height: 200px; /* Adjust based on expected content length */
    opacity: 1;
    margin-top: 15px;
}

/* Final CTA Section */
.page-game-types-poker-chess .final-cta-section {
    background: linear-gradient(135deg, #1A3A7A 0%, #0A2463 100%);
    padding: 100px 0;
    border-top: 5px solid #E0B34F;
}

.page-game-types-poker-chess .final-cta-section h2 {
    color: #E0B34F;
}

.page-game-types-poker-chess .final-cta-section p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #C0C0C0;
}

.page-game-types-poker-chess .final-cta-section .small-text {
    margin-top: 20px;
    font-size: 1em;
    color: #A0A0A0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-types-poker-chess .hero-section .container,
    .page-game-types-poker-chess .about-yo88-section .container,
    .page-game-types-poker-chess .app-download-section .container {
        flex-direction: column;
        text-align: center;
    }

    .page-game-types-poker-chess .hero-content,
    .page-game-types-poker-chess .about-content,
    .page-game-types-poker-chess .app-content {
        text-align: center;
    }

    .page-game-types-poker-chess .hero-content h1 {
        font-size: 2.8em;
    }

    .page-game-types-poker-chess .hero-actions,
    .page-game-types-poker-chess .download-buttons {
        justify-content: center;
    }

    .page-game-types-poker-chess h2 {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-game-types-poker-chess .hero-section,
    .page-game-types-poker-chess section {
        padding: 60px 0;
    }

    .page-game-types-poker-chess .hero-content h1 {
        font-size: 2.2em;
    }

    .page-game-types-poker-chess h2 {
        font-size: 1.8em;
    }

    .page-game-types-poker-chess h3 {
        font-size: 1.4em;
    }

    .page-game-types-poker-chess .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-game-types-poker-chess .btn-large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-game-types-poker-chess .game-card-image {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .page-game-types-poker-chess .hero-content h1 {
        font-size: 1.8em;
    }

    .page-game-types-poker-chess h2 {
        font-size: 1.5em;
    }

    .page-game-types-poker-chess .hero-actions,
    .page-game-types-poker-chess .download-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-game-types-poker-chess .btn {
        width: 100%;
    }
}