.page-fortunetiger {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    background-color: #08160F; /* Background */
}

.page-fortunetiger__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-fortunetiger__section {
    padding: 60px 0;
    text-align: center;
}

.page-fortunetiger__hero-section {
    position: relative;
    overflow: hidden;
    padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
    background-color: #0A4B2C; /* Deep Green for hero background */
}

.page-fortunetiger__hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio (1080/1920) */
    overflow: hidden;
}

.page-fortunetiger__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.7); /* Slightly darken image for text readability without changing colors */
}

.page-fortunetiger__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 40px auto 0 auto;
    padding: 0 20px;
    text-align: center;
}

.page-fortunetiger__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #F2C14E; /* Gold */
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-fortunetiger__hero-description {
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: #F2FFF6; /* Text Main */
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-fortunetiger__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-fortunetiger__cta-buttons--center {
    margin-top: 40px;
}

.page-fortunetiger__btn-primary,
.page-fortunetiger__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border: none;
}

.page-fortunetiger__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
    color: #ffffff;
}

.page-fortunetiger__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-fortunetiger__btn-secondary {
    background: #11271B; /* Card BG */
    color: #F2C14E; /* Gold */
    border: 2px solid #F2C14E; /* Gold border */
}

.page-fortunetiger__btn-secondary:hover {
    background: #F2C14E; /* Gold */
    color: #11271B; /* Card BG */
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-fortunetiger__btn-primary--large,
.page-fortunetiger__btn-secondary--large {
    padding: 18px 40px;
    font-size: 1.2rem;
}

.page-fortunetiger__section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #F2C14E; /* Gold */
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-fortunetiger__text-block {
    font-size: 1.1rem;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-fortunetiger__text-block strong {
    color: #F2C14E; /* Gold */
}

.page-fortunetiger__introduction-section {
    background-color: #08160F; /* Background */
}

.page-fortunetiger__how-to-play-section {
    background-color: #0A4B2C; /* Deep Green */
}

.page-fortunetiger__dark-bg {
    background-color: #0A4B2C; /* Deep Green */
    color: #F2FFF6; /* Text Main */
}

.page-fortunetiger__dark-bg .page-fortunetiger__section-title {
    color: #F2C14E; /* Gold */
}

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

.page-fortunetiger__grid-layout--two-cols {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.page-fortunetiger__grid-item {
    background-color: #11271B; /* Card BG */
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-fortunetiger__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block; /* Ensure it respects max-width */
    margin-left: auto;
    margin-right: auto;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-fortunetiger__grid-title {
    font-size: 1.5rem;
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
    font-weight: 600;
}

.page-fortunetiger__strategies-section {
    background-color: #08160F; /* Background */
}

.page-fortunetiger__exclusive-features-section {
    background-color: #0A4B2C; /* Deep Green */
}

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

.page-fortunetiger__feature-card {
    background-color: #11271B; /* Card BG */
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.page-fortunetiger__feature-icon {
    max-width: 100%; /* Ensure responsiveness */
    height: auto;
    margin-bottom: 20px;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-fortunetiger__feature-title {
    font-size: 1.4rem;
    color: #F2C14E; /* Gold */
    margin-bottom: 10px;
    font-weight: 600;
}

.page-fortunetiger__feature-description {
    font-size: 1rem;
    color: #A7D9B8; /* Text Secondary */
}

.page-fortunetiger__other-games-section {
    background-color: #08160F; /* Background */
}

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

.page-fortunetiger__game-card {
    background-color: #11271B; /* Card BG */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    text-decoration: none;
    color: #F2FFF6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-fortunetiger__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-fortunetiger__game-card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-fortunetiger__game-card-title {
    font-size: 1.3rem;
    color: #F2C14E; /* Gold */
    margin-bottom: 10px;
    font-weight: 600;
}

.page-fortunetiger__game-card-description {
    font-size: 0.95rem;
    color: #A7D9B8; /* Text Secondary */
}

.page-fortunetiger__faq-section {
    background-color: #0A4B2C; /* Deep Green */
}

.page-fortunetiger__faq-list {
    max-width: 800px;
    margin: 40px auto 0 auto;
    text-align: left;
}

.page-fortunetiger__faq-item {
    background-color: #11271B; /* Card BG */
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-fortunetiger__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #F2FFF6; /* Text Main */
    cursor: pointer;
    background-color: #1E3A2A; /* Divider */
    border-bottom: 1px solid #2E7A4E; /* Border */
    transition: background-color 0.3s ease;
}

.page-fortunetiger__faq-question:hover {
    background-color: #2E7A4E; /* Border */
}

.page-fortunetiger__faq-question::-webkit-details-marker {
    display: none;
}

.page-fortunetiger__faq-question::marker {
    display: none;
}

.page-fortunetiger__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    color: #F2C14E; /* Gold */
    margin-left: 15px;
}

.page-fortunetiger__faq-answer {
    padding: 20px;
    font-size: 1rem;
    color: #A7D9B8; /* Text Secondary */
    line-height: 1.6;
}

.page-fortunetiger__faq-answer p {
    margin-bottom: 0; /* Remove default paragraph margin */
}

.page-fortunetiger__conclusion-section {
    background-color: #08160F; /* Background */
    padding-bottom: 80px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-fortunetiger__hero-content {
        margin-top: 20px;
    }

    .page-fortunetiger__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }

    .page-fortunetiger__hero-description {
        font-size: clamp(0.9rem, 1.8vw, 1.2rem);
    }

    .page-fortunetiger__section-title {
        font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    }
}

@media (max-width: 768px) {
    .page-fortunetiger__container {
        padding: 0 15px;
    }

    .page-fortunetiger__section {
        padding: 40px 0;
    }

    .page-fortunetiger__hero-section {
        padding-top: 10px !important; /* Small top padding, as body handles header offset */
        padding-bottom: 40px;
    }

    .page-fortunetiger__hero-content {
        margin-top: 20px;
    }

    .page-fortunetiger__main-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .page-fortunetiger__hero-description {
        font-size: 1rem;
    }

    .page-fortunetiger__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-fortunetiger__btn-primary,
    .page-fortunetiger__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 20px;
        font-size: 1rem;
    }

    .page-fortunetiger__btn-primary--large,
    .page-fortunetiger__btn-secondary--large {
        padding: 15px 25px;
        font-size: 1.1rem;
    }

    .page-fortunetiger__section-title {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }

    .page-fortunetiger__text-block {
        font-size: 1rem;
    }

    .page-fortunetiger__grid-layout,
    .page-fortunetiger__grid-layout--two-cols,
    .page-fortunetiger__features-grid,
    .page-fortunetiger__game-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Image responsiveness */
    .page-fortunetiger img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    /* Container responsiveness for images/content */
    .page-fortunetiger__section,
    .page-fortunetiger__container,
    .page-fortunetiger__grid-item,
    .page-fortunetiger__feature-card,
    .page-fortunetiger__game-card {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important; /* Prevent horizontal scroll */
    }

    .page-fortunetiger__hero-image-wrapper {
        padding-bottom: 75%; /* Adjust for mobile aspect ratio if needed, or keep 16:9 */
    }

    .page-fortunetiger__faq-question {
        font-size: 1.1rem;
        padding: 15px;
    }

    .page-fortunetiger__faq-answer {
        font-size: 0.95rem;
        padding: 15px;
    }
}