.page-blog-huong-dan-choi-go99-game {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    background-color: #08160F; /* Background */
}

.page-blog-huong-dan-choi-go99-game__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-huong-dan-choi-go99-game__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, relying on body for header offset */
    background-color: #08160F;
    color: #F2FFF6;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-blog-huong-dan-choi-go99-game__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for aesthetic */
    overflow: hidden;
    margin-bottom: 20px;
}

.page-blog-huong-dan-choi-go99-game__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-huong-dan-choi-go99-game__hero-content {
    max-width: 900px;
    padding: 0 20px 40px;
    position: relative;
    z-index: 1;
}

.page-blog-huong-dan-choi-go99-game__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #F2FFF6;
}

.page-blog-huong-dan-choi-go99-game__intro-text {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    margin-bottom: 30px;
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-huong-dan-choi-go99-game__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

.page-blog-huong-dan-choi-go99-game__btn-primary,
.page-blog-huong-dan-choi-go99-game__btn-secondary,
.page-blog-huong-dan-choi-go99-game__inline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-huong-dan-choi-go99-game__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    border: none;
}

.page-blog-huong-dan-choi-go99-game__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-huong-dan-choi-go99-game__btn-secondary {
    background: transparent;
    color: #2AD16F;
    border: 2px solid #2AD16F;
}

.page-blog-huong-dan-choi-go99-game__btn-secondary:hover {
    background: rgba(42, 209, 111, 0.1);
    transform: translateY(-2px);
}

.page-blog-huong-dan-choi-go99-game__inline-btn {
    background: #11A84E;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9em;
    margin: 0 5px;
    white-space: nowrap;
}

.page-blog-huong-dan-choi-go99-game__inline-btn:hover {
    background: #22C768;
}

.page-blog-huong-dan-choi-go99-game__content-section {
    padding: 60px 0;
    background-color: #08160F;
}

.page-blog-huong-dan-choi-go99-game__dark-bg {
    background-color: #11271B; /* Card BG */
    color: #F2FFF6; /* Text Main */
}

.page-blog-huong-dan-choi-go99-game__section-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #F2FFF6;
    text-transform: uppercase;
}

.page-blog-huong-dan-choi-go99-game__article-body {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.05rem;
    color: #F2FFF6;
}

.page-blog-huong-dan-choi-go99-game__article-body p {
    margin-bottom: 1em;
    color: #F2FFF6;
}

.page-blog-huong-dan-choi-go99-game__article-body strong {
    color: #F2FFF6;
}

.page-blog-huong-dan-choi-go99-game__article-body h3 {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2AD16F; /* Adjusted for better contrast */
}

.page-blog-huong-dan-choi-go99-game__article-body ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1em;
    color: #F2FFF6;
}

.page-blog-huong-dan-choi-go99-game__article-body li {
    margin-bottom: 0.5em;
    color: #F2FFF6;
}

.page-blog-huong-dan-choi-go99-game__article-figure {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    max-width: 1000px;
}

.page-blog-huong-dan-choi-go99-game__faq-list {
    max-width: 900px;
    margin: 0 auto 40px;
}

details.page-blog-huong-dan-choi-go99-game__faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #2E7A4E; /* Border */
    overflow: hidden;
    background: #11271B; /* Card BG */
    color: #F2FFF6;
}

details.page-blog-huong-dan-choi-go99-game__faq-item summary.page-blog-huong-dan-choi-go99-game__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: background-color 0.3s ease;
}

details.page-blog-huong-dan-choi-go99-game__faq-item summary.page-blog-huong-dan-choi-go99-game__faq-question::-webkit-details-marker {
    display: none;
}

details.page-blog-huong-dan-choi-go99-game__faq-item summary.page-blog-huong-dan-choi-go99-game__faq-question:hover {
    background: #0A4B2C; /* Deep Green */
}

.page-blog-huong-dan-choi-go99-game__faq-qtext {
    flex: 1;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #F2FFF6;
}

.page-blog-huong-dan-choi-go99-game__faq-toggle {
    font-size: 28px;
    font-weight: bold;
    color: #2AD16F;
    flex-shrink: 0;
    margin-left: 15px;
    width: 32px;
    text-align: center;
}

details.page-blog-huong-dan-choi-go99-game__faq-item .page-blog-huong-dan-choi-go99-game__faq-answer {
    padding: 0 25px 25px;
    background: #0A4B2C; /* Deep Green */
    border-radius: 0 0 8px 8px;
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-huong-dan-choi-go99-game__conclusion-section .page-blog-huong-dan-choi-go99-game__cta-buttons {
    margin-top: 40px;
}

/* General image styling for content area */
.page-blog-huong-dan-choi-go99-game img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-huong-dan-choi-go99-game__hero-image-wrapper {
        max-height: 500px;
    }
    .page-blog-huong-dan-choi-go99-game__hero-image {
        object-fit: contain !important; /* Ensure image is fully visible */
        aspect-ratio: unset !important; /* Remove fixed aspect ratio if any */
    }
    .page-blog-huong-dan-choi-go99-game__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-blog-huong-dan-choi-go99-game__intro-text {
        font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    }
    .page-blog-huong-dan-choi-go99-game__section-title {
        font-size: clamp(1.6rem, 3.5vw, 2.5rem);
    }
    .page-blog-huong-dan-choi-go99-game__article-body {
        font-size: 1rem;
    }
    .page-blog-huong-dan-choi-go99-game__article-body h3 {
        font-size: clamp(1.3rem, 2.2vw, 1.8rem);
    }
    .page-blog-huong-dan-choi-go99-game__faq-qtext {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    /* HERO 主图区域 */
    .page-blog-huong-dan-choi-go99-game__hero-section {
        padding-top: 10px; /* Small top padding, relying on body for header offset */
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-huong-dan-choi-go99-game__hero-image-wrapper {
        max-height: 300px;
        margin-bottom: 15px;
    }
    .page-blog-huong-dan-choi-go99-game__hero-image {
        object-fit: contain !important; /* Force contain for mobile */
        aspect-ratio: unset !important; /* Remove fixed aspect ratio */
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-huong-dan-choi-go99-game__hero-content {
        padding: 0 15px 30px;
    }
    .page-blog-huong-dan-choi-go99-game__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 10px;
    }
    .page-blog-huong-dan-choi-go99-game__intro-text {
        font-size: clamp(0.9rem, 3.5vw, 1rem);
        margin-bottom: 20px;
    }

    /* 按钮与按钮容器 */
    .page-blog-huong-dan-choi-go99-game__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-choi-go99-game__btn-primary,
    .page-blog-huong-dan-choi-go99-game__btn-secondary,
    .page-blog-huong-dan-choi-go99-game__inline-btn {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 15px;
    }

    /* 装饰主标题 + 长文 SEO 区 */
    .page-blog-huong-dan-choi-go99-game__container {
        padding: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-choi-go99-game__section-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-bottom: 30px;
    }
    .page-blog-huong-dan-choi-go99-game__article-body {
        font-size: 0.95rem;
        padding: 0;
        max-width: 100%;
    }
    .page-blog-huong-dan-choi-go99-game__article-body h3 {
        font-size: clamp(1.2rem, 5vw, 1.5rem);
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .page-blog-huong-dan-choi-go99-game__article-figure {
        margin: 20px auto;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-huong-dan-choi-go99-game__list {
        margin-left: 15px;
    }

    /* 通用图片与容器 */
    .page-blog-huong-dan-choi-go99-game img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-huong-dan-choi-go99-game__content-section,
    .page-blog-huong-dan-choi-go99-game__dark-bg {
        padding: 40px 0;
    }

    /* FAQ */
    details.page-blog-huong-dan-choi-go99-game__faq-item summary.page-blog-huong-dan-choi-go99-game__faq-question {
        padding: 15px 20px;
    }
    .page-blog-huong-dan-choi-go99-game__faq-qtext {
        font-size: 1rem;
    }
    .page-blog-huong-dan-choi-go99-game__faq-toggle {
        font-size: 24px;
        width: 28px;
    }
    details.page-blog-huong-dan-choi-go99-game__faq-item .page-blog-huong-dan-choi-go99-game__faq-answer {
        padding: 0 20px 20px;
    }
}