/* style/games-lobby-99win-exclusive-game-features.css */
.page-games-lobby-99win-exclusive-game-features {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Màu chữ sáng trên nền tối */
    background-color: #1A2A3A; /* Nền chính */
    line-height: 1.6;
}

.page-games-lobby-99win-exclusive-game-features__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-games-lobby-99win-exclusive-game-features__hero {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, #1A2A3A 0%, #3A4A5A 100%);
}

.page-games-lobby-99win-exclusive-game-features__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.page-games-lobby-99win-exclusive-game-features__hero-content {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    max-width: 800px;
    padding: 20px;
}

.page-games-lobby-99win-exclusive-game-features__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Vàng sang trọng */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-games-lobby-99win-exclusive-game-features__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-games-lobby-99win-exclusive-game-features__hero-button {
    display: inline-block;
    background-color: #FFD700;
    color: #1A2A3A;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-games-lobby-99win-exclusive-game-features__hero-button:hover {
    background-color: #E0B800;
    transform: translateY(-3px);
}

/* General Section Styling */
.page-games-lobby-99win-exclusive-game-features__section {
    padding: 80px 0;
    background-color: #1A2A3A;
}

.page-games-lobby-99win-exclusive-game-features__section:nth-of-type(even) {
    background-color: #2A3A4A;
}

.page-games-lobby-99win-exclusive-game-features__section-title {
    font-size: 2.8em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
}

.page-games-lobby-99win-exclusive-game-features__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #C0C0C0;
}

/* Game Showcase */
.page-games-lobby-99win-exclusive-game-features__game-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #2A3A4A;
    border-radius: 10px;
    margin-bottom: 60px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-games-lobby-99win-exclusive-game-features__game-card--reverse {
    flex-direction: row-reverse;
}

.page-games-lobby-99win-exclusive-game-features__game-card-image {
    width: 50%;
    height: 400px;
    object-fit: cover;
}

.page-games-lobby-99win-exclusive-game-features__game-card-content {
    width: 50%;
    padding: 40px;
}

.page-games-lobby-99win-exclusive-game-features__game-card-title {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-games-lobby-99win-exclusive-game-features__game-card-description {
    font-size: 1.1em;
    color: #C0C0C0;
    margin-bottom: 30px;
    text-align: justify;
}

.page-games-lobby-99win-exclusive-game-features__game-card-button {
    display: inline-block;
    background-color: #FFD700;
    color: #1A2A3A;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-games-lobby-99win-exclusive-game-features__game-card-button:hover {
    background-color: #E0B800;
    transform: translateY(-2px);
}

/* Innovation Section */
.page-games-lobby-99win-exclusive-game-features__innovation {
    background-color: #1A2A3A;
}

.page-games-lobby-99win-exclusive-game-features__innovation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.page-games-lobby-99win-exclusive-game-features__innovation-item {
    background-color: #2A3A4A;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-games-lobby-99win-exclusive-game-features__innovation-item:hover {
    transform: translateY(-10px);
}

.page-games-lobby-99win-exclusive-game-features__innovation-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-games-lobby-99win-exclusive-game-features__innovation-heading {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-games-lobby-99win-exclusive-game-features__innovation-text {
    font-size: 1em;
    color: #C0C0C0;
}

/* Call to Action Section */
.page-games-lobby-99win-exclusive-game-features__cta {
    background: linear-gradient(90deg, #1A2A3A 0%, #FFD700 100%);
    padding: 100px 0;
    text-align: center;
}

.page-games-lobby-99win-exclusive-game-features__cta-title {
    font-size: 3em;
    color: #1A2A3A;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-games-lobby-99win-exclusive-game-features__cta-description {
    font-size: 1.3em;
    color: #333333;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-games-lobby-99win-exclusive-game-features__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-games-lobby-99win-exclusive-game-features__cta-button {
    display: inline-block;
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-lobby-99win-exclusive-game-features__cta-button--primary {
    background-color: #1A2A3A;
    color: #FFD700;
    border: 2px solid #1A2A3A;
}

.page-games-lobby-99win-exclusive-game-features__cta-button--primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.page-games-lobby-99win-exclusive-game-features__cta-button--secondary {
    background-color: transparent;
    color: #1A2A3A;
    border: 2px solid #1A2A3A;
}

.page-games-lobby-99win-exclusive-game-features__cta-button--secondary:hover {
    background-color: #1A2A3A;
    color: #FFD700;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

/* FAQ Section */
.page-games-lobby-99win-exclusive-game-features__faq {
    background-color: #2A3A4A;
}

.page-games-lobby-99win-exclusive-game-features__faq-item {
    background-color: #1A2A3A;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-games-lobby-99win-exclusive-game-features__faq-question {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-games-lobby-99win-exclusive-game-features__faq-answer {
    font-size: 1.1em;
    color: #C0C0C0;
    display: block; /* Mặc định hiển thị */
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-games-lobby-99win-exclusive-game-features__hero-title {
        font-size: 2.8em;
    }
    .page-games-lobby-99win-exclusive-game-features__hero-subtitle {
        font-size: 1.2em;
    }
    .page-games-lobby-99win-exclusive-game-features__section-title {
        font-size: 2.2em;
    }
    .page-games-lobby-99win-exclusive-game-features__game-card {
        flex-direction: column;
    }
    .page-games-lobby-99win-exclusive-game-features__game-card--reverse {
        flex-direction: column;
    }
    .page-games-lobby-99win-exclusive-game-features__game-card-image,
    .page-games-lobby-99win-exclusive-game-features__game-card-content {
        width: 100%;
    }
    .page-games-lobby-99win-exclusive-game-features__game-card-content {
        padding: 30px;
    }
    .page-games-lobby-99win-exclusive-game-features__cta-title {
        font-size: 2.5em;
    }
    .page-games-lobby-99win-exclusive-game-features__cta-description {
        font-size: 1.1em;
    }
    .page-games-lobby-99win-exclusive-game-features__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-games-lobby-99win-exclusive-game-features__cta-button {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .page-games-lobby-99win-exclusive-game-features__hero {
        height: 500px;
    }
    .page-games-lobby-99win-exclusive-game-features__hero-title {
        font-size: 2.2em;
    }
    .page-games-lobby-99win-exclusive-game-features__hero-subtitle {
        font-size: 1em;
    }
    .page-games-lobby-99win-exclusive-game-features__section {
        padding: 60px 0;
    }
    .page-games-lobby-99win-exclusive-game-features__section-title {
        font-size: 1.8em;
        margin-bottom: 40px;
    }
    .page-games-lobby-99win-exclusive-game-features__game-card-title {
        font-size: 1.6em;
    }
    .page-games-lobby-99win-exclusive-game-features__innovation-item {
        padding: 30px;
    }
    .page-games-lobby-99win-exclusive-game-features__innovation-heading {
        font-size: 1.5em;
    }
    .page-games-lobby-99win-exclusive-game-features__cta {
        padding: 80px 0;
    }
    .page-games-lobby-99win-exclusive-game-features__cta-title {
        font-size: 2em;
    }
    .page-games-lobby-99win-exclusive-game-features__cta-button {
        font-size: 1.1em;
        padding: 15px 25px;
    }
    .page-games-lobby-99win-exclusive-game-features__faq-question {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .page-games-lobby-99win-exclusive-game-features__hero {
        height: 400px;
    }
    .page-games-lobby-99win-exclusive-game-features__hero-title {
        font-size: 1.8em;
    }
    .page-games-lobby-99win-exclusive-game-features__hero-subtitle {
        font-size: 0.9em;
    }
    .page-games-lobby-99win-exclusive-game-features__hero-button {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-games-lobby-99win-exclusive-game-features__section {
        padding: 40px 0;
    }
    .page-games-lobby-99win-exclusive-game-features__section-title {
        font-size: 1.5em;
        margin-bottom: 30px;
    }
    .page-games-lobby-99win-exclusive-game-features__game-card-image {
        height: 250px;
    }
    .page-games-lobby-99win-exclusive-game-features__game-card-content {
        padding: 20px;
    }
    .page-games-lobby-99win-exclusive-game-features__game-card-title {
        font-size: 1.4em;
    }
    .page-games-lobby-99win-exclusive-game-features__game-card-description {
        font-size: 0.95em;
    }
    .page-games-lobby-99win-exclusive-game-features__cta {
        padding: 60px 0;
    }
    .page-games-lobby-99win-exclusive-game-features__cta-title {
        font-size: 1.8em;
    }
    .page-games-lobby-99win-exclusive-game-features__cta-description {
        font-size: 1em;
    }
    .page-games-lobby-99win-exclusive-game-features__cta-button {
        width: 90%;
        font-size: 1em;
        padding: 12px 20px;
    }
    .page-games-lobby-99win-exclusive-game-features__faq-question {
        font-size: 1.1em;
    }
    .page-games-lobby-99win-exclusive-game-features__faq-answer {
        font-size: 0.95em;
    }
}