
        .page-tg88-con {
            font-family: 'Arial', sans-serif;
            color: #333333;
            line-height: 1.6;
            background-color: #f8f9fa;
            margin: 0;
            padding: 0;
        }

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

        .page-tg88-con__hero-section {
            position: relative;
            width: 100%;
            padding-top: 10px; /* Small top padding for visual separation, assuming body handles --header-offset */
            padding-bottom: 40px;
            overflow: hidden;
            background-color: #1a1a1a;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .page-tg88-con__hero-image {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            max-height: 500px;
        }

        .page-tg88-con__hero-content {
            position: relative;
            z-index: 1;
            text-align: center;
            padding: 20px;
            max-width: 900px;
            margin-top: -100px; /* Pull content up slightly over the image, but not covering text */
            background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text readability */
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        }

        .page-tg88-con__main-title {
            font-size: clamp(2.2rem, 5vw, 3.5rem);
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 15px;
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .page-tg88-con__hero-description {
            font-size: 1.15rem;
            margin-bottom: 30px;
            color: #f0f0f0;
        }

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

        .page-tg88-con__btn-primary,
        .page-tg88-con__btn-secondary,
        .page-tg88-con__btn-small,
        .page-tg88-con__btn-lg {
            display: inline-block;
            padding: 12px 25px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
            border: 2px solid transparent;
            text-align: center;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

        .page-tg88-con__btn-primary {
            background-color: #2563eb;
            color: #ffffff;
            border-color: #2563eb;
        }

        .page-tg88-con__btn-primary:hover {
            background-color: #1e4dbe;
            border-color: #1e4dbe;
            transform: translateY(-2px);
        }

        .page-tg88-con__btn-secondary {
            background-color: #ffffff;
            color: #2563eb;
            border-color: #2563eb;
        }

        .page-tg88-con__btn-secondary:hover {
            background-color: #f0f0f0;
            color: #1e4dbe;
            border-color: #1e4dbe;
            transform: translateY(-2px);
        }

        .page-tg88-con__btn-small {
            padding: 8px 15px;
            font-size: 0.9rem;
            border-radius: 5px;
            background-color: #64748b;
            color: #ffffff;
            border-color: #64748b;
        }

        .page-tg88-con__btn-small:hover {
            background-color: #505d71;
            border-color: #505d71;
        }

        .page-tg88-con__btn-lg {
            padding: 15px 30px;
            font-size: 1.2rem;
            border-radius: 10px;
        }

        .page-tg88-con__section-title {
            font-size: clamp(1.8rem, 4vw, 2.8rem);
            font-weight: 700;
            margin-bottom: 30px;
            text-align: center;
            line-height: 1.3;
        }

        .page-tg88-con__introduction-section,
        .page-tg88-con__advantages-section,
        .page-tg88-con__promotions-section,
        .page-tg88-con__conclusion-section {
            padding: 60px 0;
            background-color: #ffffff;
            color: #333333;
        }

        .page-tg88-con__light-bg {
            background-color: #ffffff;
            color: #333333;
        }

        .page-tg88-con__dark-bg {
            background-color: #2563eb;
            color: #ffffff;
        }

        .page-tg88-con__dark-bg .page-tg88-con__section-title {
            color: #ffffff;
        }

        .page-tg88-con__games-section {
            padding: 60px 0;
        }

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

        .page-tg88-con__game-card {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            text-align: center;
            padding-bottom: 20px;
            transition: transform 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }

        .page-tg88-con__game-card:hover {
            transform: translateY(-5px);
        }

        .page-tg88-con__game-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            margin-bottom: 15px;
            display: block;
        }

        .page-tg88-con__game-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 10px;
            padding: 0 15px;
        }

        .page-tg88-con__game-card p {
            font-size: 1rem;
            color: #e0e0e0;
            margin-bottom: 20px;
            padding: 0 15px;
            flex-grow: 1;
        }

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

        .page-tg88-con__advantage-item,
        .page-tg88-con__promo-card {
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            text-align: center;
            padding-bottom: 20px;
            transition: transform 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }

        .page-tg88-con__advantage-item:hover,
        .page-tg88-con__promo-card:hover {
            transform: translateY(-5px);
        }

        .page-tg88-con__advantage-item img,
        .page-tg88-con__promo-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            margin-bottom: 15px;
            display: block;
        }

        .page-tg88-con__advantage-title,
        .page-tg88-con__promo-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2563eb;
            margin-bottom: 10px;
            padding: 0 15px;
        }

        .page-tg88-con__advantage-item p,
        .page-tg88-con__promo-card p {
            font-size: 1rem;
            color: #555555;
            margin-bottom: 20px;
            padding: 0 15px;
            flex-grow: 1;
        }

        .page-tg88-con__guide-section {
            padding: 60px 0;
        }

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

        .page-tg88-con__step-item {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }

        .page-tg88-con__step-title {
            font-size: 1.8rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 15px;
        }

        .page-tg88-con__step-item p {
            font-size: 1rem;
            color: #e0e0e0;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .page-tg88-con__cta-full-width {
            text-align: center;
            margin-top: 50px;
        }

        .page-tg88-con__faq-section {
            padding: 60px 0;
        }

        .page-tg88-con__faq-list {
            margin-top: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-tg88-con__faq-item {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .page-tg88-con__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            cursor: pointer;
            background-color: rgba(255, 255, 255, 0.05);
            color: #ffffff;
            font-size: 1.2rem;
            font-weight: 600;
            transition: background-color 0.3s ease;
            user-select: none;
        }

        .page-tg88-con__faq-question:hover {
            background-color: rgba(255, 255, 255, 0.15);
        }

        .page-tg88-con__faq-item.active .page-tg88-con__faq-question {
            background-color: rgba(255, 255, 255, 0.2);
        }

        .page-tg88-con__faq-qtext {
            pointer-events: none; /* Prevent text selection from interfering with click */
            margin-right: 10px;
            flex-grow: 1;
        }

        .page-tg88-con__faq-toggle {
            font-size: 1.5rem;
            font-weight: bold;
            pointer-events: none; /* Prevent icon from interfering with click */
            transition: transform 0.3s ease;
        }

        .page-tg88-con__faq-item.active .page-tg88-con__faq-toggle {
            transform: rotate(45deg);
        }

        .page-tg88-con__faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 20px;
            opacity: 0;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
            color: #e0e0e0;
            font-size: 1rem;
            line-height: 1.6;
        }

        .page-tg88-con__faq-item.active .page-tg88-con__faq-answer {
            max-height: 2000px !important; /* Use !important to ensure override */
            padding: 20px !important;
            opacity: 1;
        }

        .page-tg88-con__faq-answer p {
            margin-bottom: 10px;
        }

        .page-tg88-con__conclusion-section {
            padding: 60px 0;
            text-align: center;
        }

        .page-tg88-con__cta-final {
            margin-top: 40px;
        }

        /* General image responsiveness */
        .page-tg88-con img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .page-tg88-con {
                font-size: 16px;
                line-height: 1.6;
            }

            .page-tg88-con__container {
                padding-left: 15px;
                padding-right: 15px;
            }

            /* HERO 主图区域 */
            .page-tg88-con__hero-section {
                padding-top: 10px !important;
                padding-bottom: 30px;
            }

            .page-tg88-con__hero-content {
                margin-top: -50px; /* Adjust for smaller screens */
                padding: 20px;
            }

            .page-tg88-con__main-title {
                font-size: 2rem;
            }

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

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

            .page-tg88-con__btn-primary,
            .page-tg88-con__btn-secondary,
            .page-tg88-con__btn-small,
            .page-tg88-con__btn-lg {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
                padding-left: 15px;
                padding-right: 15px;
            }

            .page-tg88-con__cta-buttons,
            .page-tg88-con__button-group,
            .page-tg88-con__btn-container,
            .page-tg88-con__cta-full-width,
            .page-tg88-con__cta-final {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
                flex-wrap: wrap !important;
                gap: 10px;
            }

            .page-tg88-con__section-title {
                font-size: 1.8rem;
                margin-bottom: 20px;
            }

            /* 产品展示图区域 */
            .page-tg88-con__games-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-tg88-con__game-card,
            .page-tg88-con__advantage-item,
            .page-tg88-con__promo-card,
            .page-tg88-con__step-item {
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
            }

            .page-tg88-con__game-card img,
            .page-tg88-con__advantage-item img,
            .page-tg88-con__promo-card img {
                height: auto !important;
                max-height: 250px;
            }

            .page-tg88-con__games-section,
            .page-tg88-con__guide-section,
            .page-tg88-con__faq-section,
            .page-tg88-con__introduction-section,
            .page-tg88-con__advantages-section,
            .page-tg88-con__promotions-section,
            .page-tg88-con__conclusion-section {
                padding: 40px 0;
            }

            .page-tg88-con__guide-steps {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-tg88-con__faq-list {
                margin-top: 20px;
            }

            .page-tg88-con__faq-question {
                font-size: 1rem;
                padding: 15px;
            }

            .page-tg88-con__faq-answer {
                padding: 15px !important;
            }

            /* 通用图片与容器 */
            .page-tg88-con img {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
            }
            .page-tg88-con__section,
            .page-tg88-con__card,
            .page-tg88-con__container {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
            }
            .page-tg88-con__faq-answer p {
                word-wrap: break-word !important;
                overflow-wrap: break-word !important;
                word-break: break-word !important;
            }
        }
    }