/* style/game-types-fi88-exclusive-games.css */

:root {
    --fi88-primary-color: #4A2780;
    --fi88-secondary-color: #FFD700;
    --fi88-dark-text: #1a1a1a;
    --fi88-light-text: #ffffff;
    --fi88-gray-background: #f4f4f4;
    --fi88-accent-color-light: #8068a6; /* Lighter variant of primary for text on dark bg */
    --fi88-accent-color-dark: #b39700; /* Darker variant of secondary for text on light bg */
}

.page-game-types-fi88-exclusive-games {
    font-family: 'Arial', sans-serif;
    color: var(--fi88-dark-text);
    line-height: 1.6;
    background-color: var(--fi88-gray-background);
}

.page-game-types-fi88-exclusive-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-types-fi88-exclusive-games__hero-section {
    background: linear-gradient(135deg, var(--fi88-primary-color) 0%, #3e1f6a 50%, var(--fi88-secondary-color) 100%);
    color: var(--fi88-light-text);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-types-fi88-exclusive-games__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(255, 215, 0, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.page-game-types-fi88-exclusive-games__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--fi88-light-text);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-types-fi88-exclusive-games__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-game-types-fi88-exclusive-games__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-game-types-fi88-exclusive-games__btn--primary {
    background-color: var(--fi88-secondary-color);
    color: var(--fi88-dark-text);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-game-types-fi88-exclusive-games__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-game-types-fi88-exclusive-games__btn--secondary {
    background-color: var(--fi88-primary-color);
    color: var(--fi88-light-text);
    border: 1px solid var(--fi88-secondary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-game-types-fi88-exclusive-games__btn--secondary:hover {
    background-color: #3e1f6a;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-game-types-fi88-exclusive-games__btn--tertiary {
    background-color: transparent;
    color: var(--fi88-primary-color);
    border: 2px solid var(--fi88-primary-color);
}

.page-game-types-fi88-exclusive-games__btn--tertiary:hover {
    background-color: var(--fi88-primary-color);
    color: var(--fi88-light-text);
    transform: translateY(-2px);
}

.page-game-types-fi88-exclusive-games__section-title {
    font-size: 2.5em;
    color: var(--fi88-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-game-types-fi88-exclusive-games__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--fi88-secondary-color);
    border-radius: 2px;
}

.page-game-types-fi88-exclusive-games__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: -20px auto 60px auto;
    color: #555;
}

.page-game-types-fi88-exclusive-games__intro-section,
.page-game-types-fi88-exclusive-games__why-choose-fi88,
.page-game-types-fi88-exclusive-games__how-to-join,
.page-game-types-fi88-exclusive-games__exclusive-offers,
.page-game-types-fi88-exclusive-games__download-app,
.page-game-types-fi88-exclusive-games__faq,
.page-game-types-fi88-exclusive-games__cta-final {
    padding: 60px 0;
    background-color: var(--fi88-light-text);
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.page-game-types-fi88-exclusive-games__intro-section {
    background-color: var(--fi88-gray-background);
}

.page-game-types-fi88-exclusive-games__content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-game-types-fi88-exclusive-games__text-content {
    flex: 1;
    font-size: 1.1em;
    color: #333;
}

.page-game-types-fi88-exclusive-games__text-content p {
    margin-bottom: 15px;
}

.page-game-types-fi88-exclusive-games__image-wrapper {
    flex: 1;
    text-align: center;
}

.page-game-types-fi88-exclusive-games__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-game-types-fi88-exclusive-games__game-grid,
.page-game-types-fi88-exclusive-games__features-grid,
.page-game-types-fi88-exclusive-games__steps-grid,
.page-game-types-fi88-exclusive-games__offer-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-game-types-fi88-exclusive-games__game-card,
.page-game-types-fi88-exclusive-games__feature-item,
.page-game-types-fi88-exclusive-games__step-item,
.page-game-types-fi88-exclusive-games__offer-card {
    background-color: var(--fi88-light-text);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-types-fi88-exclusive-games__game-card:hover,
.page-game-types-fi88-exclusive-games__feature-item:hover,
.page-game-types-fi88-exclusive-games__offer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.page-game-types-fi88-exclusive-games__card-image,
.page-game-types-fi88-exclusive-games__offer-image {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-game-types-fi88-exclusive-games__card-title,
.page-game-types-fi88-exclusive-games__feature-title,
.page-game-types-fi88-exclusive-games__step-title,
.page-game-types-fi88-exclusive-games__offer-title {
    font-size: 1.5em;
    color: var(--fi88-primary-color);
    margin-bottom: 15px;
}

.page-game-types-fi88-exclusive-games__card-title a,
.page-game-types-fi88-exclusive-games__offer-title a {
    color: var(--fi88-primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-game-types-fi88-exclusive-games__card-title a:hover,
.page-game-types-fi88-exclusive-games__offer-title a:hover {
    color: var(--fi88-secondary-color);
}

.page-game-types-fi88-exclusive-games__card-description,
.page-game-types-fi88-exclusive-games__feature-description,
.page-game-types-fi88-exclusive-games__step-description,
.page-game-types-fi88-exclusive-games__offer-description {
    font-size: 1em;
    color: #666;
    margin-bottom: 20px;
}

.page-game-types-fi88-exclusive-games__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.page-game-types-fi88-exclusive-games__step-item {
    position: relative;
    padding-top: 60px;
}

.page-game-types-fi88-exclusive-games__step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--fi88-secondary-color);
    color: var(--fi88-dark-text);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    border: 3px solid var(--fi88-primary-color);
}

.page-game-types-fi88-exclusive-games__cta-button-group {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-game-types-fi88-exclusive-games__download-flex {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.page-game-types-fi88-exclusive-games__download-content {
    flex: 1;
    min-width: 300px;
}

.page-game-types-fi88-exclusive-games__download-image-wrapper {
    flex: 1;
    text-align: center;
}

.page-game-types-fi88-exclusive-games__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-game-types-fi88-exclusive-games__app-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    font-size: 1.1em;
    color: #444;
}

.page-game-types-fi88-exclusive-games__app-features li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.page-game-types-fi88-exclusive-games__app-features li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: var(--fi88-secondary-color);
}

.page-game-types-fi88-exclusive-games__faq-item {
    background-color: var(--fi88-gray-background);
    border-radius: 8px;
    padding: 20px 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-game-types-fi88-exclusive-games__faq-question {
    font-size: 1.3em;
    color: var(--fi88-primary-color);
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-game-types-fi88-exclusive-games__faq-question::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-game-types-fi88-exclusive-games__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-game-types-fi88-exclusive-games__faq-answer {
    font-size: 1em;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding: 0;
}

.page-game-types-fi88-exclusive-games__faq-answer.open {
    max-height: 200px; /* Adjust as needed */
    padding-top: 10px;
}

.page-game-types-fi88-exclusive-games__cta-final {
    background: linear-gradient(90deg, var(--fi88-primary-color), #3e1f6a);
    color: var(--fi88-light-text);
    text-align: center;
    padding: 80px 0;
    margin-bottom: 0; /* Remove margin for final CTA */
}

.page-game-types-fi88-exclusive-games__cta-title {
    font-size: 3em;
    color: var(--fi88-light-text);
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-types-fi88-exclusive-games__cta-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

/* Floating Promotion Button */
.page-game-types-fi88-exclusive-games__floating-promo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.page-game-types-fi88-exclusive-games__floating-btn {
    display: flex;
    align-items: center;
    background-color: var(--fi88-secondary-color);
    color: var(--fi88-dark-text);
    padding: 12px 25px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.5);
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
}

.page-game-types-fi88-exclusive-games__floating-btn:hover {
    background-color: #e6c200;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.7);
}

.page-game-types-fi88-exclusive-games__floating-icon {
    font-size: 1.5em;
    margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-types-fi88-exclusive-games__hero-title {
        font-size: 2.8em;
    }

    .page-game-types-fi88-exclusive-games__hero-subtitle {
        font-size: 1.3em;
    }

    .page-game-types-fi88-exclusive-games__section-title {
        font-size: 2em;
    }

    .page-game-types-fi88-exclusive-games__intro-section .page-game-types-fi88-exclusive-games__content-wrapper,
    .page-game-types-fi88-exclusive-games__download-flex {
        flex-direction: column;
        text-align: center;
    }
}