
        .page-bj88dagalive {
            font-family: 'Arial', sans-serif;
            color: #333333;
            line-height: 1.6;
            background-color: #f8f9fa;
        }

        .page-bj88dagalive__hero-section {
            position: relative;
            width: 100%;
            padding-top: 10px; /* Small top padding, relying on body for header offset */
            padding-bottom: 40px;
            text-align: center;
            background-color: #f8f9fa;
        }

        .page-bj88dagalive__hero-image-wrapper {
            width: 100%;
            overflow: hidden;
            margin-bottom: 20px;
        }

        .page-bj88dagalive__hero-image {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        .page-bj88dagalive__hero-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .page-bj88dagalive__main-title {
            font-size: clamp(2em, 5vw, 3em);
            font-weight: 700;
            color: #2563eb;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .page-bj88dagalive__hero-description {
            font-size: 1.1em;
            margin-bottom: 30px;
            color: #64748b;
        }

        .page-bj88dagalive__cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            padding: 0 15px;
        }

        .page-bj88dagalive__btn-primary,
        .page-bj88dagalive__btn-secondary {
            display: inline-block;
            padding: 12px 25px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
            cursor: pointer;
            font-size: 1em;
            text-align: center;
            max-width: 300px;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

        .page-bj88dagalive__btn-primary {
            background-color: #2563eb;
            color: #ffffff;
            border: 2px solid #2563eb;
        }

        .page-bj88dagalive__btn-primary:hover {
            background-color: #1a4ed8;
            border-color: #1a4ed8;
        }

        .page-bj88dagalive__btn-secondary {
            background-color: #ffffff;
            color: #2563eb;
            border: 2px solid #2563eb;
        }

        .page-bj88dagalive__btn-secondary:hover {
            background-color: #e0e7ff;
            color: #2563eb;
        }

        .page-bj88dagalive__floating-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #f97316;
            color: #ffffff;
            padding: 15px 25px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            transition: background-color 0.3s ease;
            font-size: 1.1em;
            text-align: center;
            max-width: 250px;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

        .page-bj88dagalive__floating-button:hover {
            background-color: #ea580c;
        }

        .page-bj88dagalive__section {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
        }

        .page-bj88dagalive__section-dark {
            background-color: #2563eb;
            color: #ffffff;
            box-shadow: none;
            padding: 60px 20px;
            border-radius: 0;
            margin-bottom: 30px;
        }

        .page-bj88dagalive__section-dark .page-bj88dagalive__section-title {
            color: #ffffff;
        }

        .page-bj88dagalive__section-title {
            font-size: 2.2em;
            color: #2563eb;
            text-align: center;
            margin-bottom: 40px;
            font-weight: 700;
        }

        .page-bj88dagalive__text-content {
            font-size: 1.05em;
            color: #333333;
            margin-bottom: 20px;
        }

        .page-bj88dagalive__text-content p {
            margin-bottom: 15px;
        }

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

        .page-bj88dagalive__card {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            text-align: center;
            padding-bottom: 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #e0e0e0;
            color: #333333;
        }

        .page-bj88dagalive__card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        }

        .page-bj88dagalive__card-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
        }

        .page-bj88dagalive__card-content {
            padding: 20px 15px;
        }

        .page-bj88dagalive__card-title {
            font-size: 1.4em;
            color: #2563eb;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .page-bj88dagalive__card-description {
            font-size: 0.95em;
            color: #64748b;
            margin-bottom: 15px;
        }

        .page-bj88dagalive__list-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            font-size: 1.05em;
        }

        .page-bj88dagalive__list-item-icon {
            color: #2563eb;
            font-size: 1.5em;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .page-bj88dagalive__list-item-text {
            color: #333333;
        }

        .page-bj88dagalive__faq-item {
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
            color: #333333;
        }

        .page-bj88dagalive__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 20px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1.1em;
            color: #2563eb;
            user-select: none;
            transition: background-color 0.3s ease;
        }

        .page-bj88dagalive__faq-question:hover {
            background-color: #f0f4ff;
        }

        .page-bj88dagalive__faq-question h3 {
            margin: 0;
            padding: 0;
            font-size: 1.1em;
            color: #2563eb;
            pointer-events: none; /* Prevent h3 from blocking click */
        }

        .page-bj88dagalive__faq-toggle {
            font-size: 1.5em;
            line-height: 1;
            pointer-events: none; /* Prevent toggle icon from blocking click */
            transition: transform 0.3s ease;
        }

        .page-bj88dagalive__faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 20px;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
            opacity: 0;
            color: #333333;
        }

        .page-bj88dagalive__faq-item.active .page-bj88dagalive__faq-answer {
            max-height: 2000px !important; /* Sufficiently large to show content */
            padding: 20px !important;
            opacity: 1;
        }

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

        .page-bj88dagalive__footer-text {
            text-align: center;
            font-size: 0.9em;
            color: #64748b;
            padding: 20px;
            margin-top: 40px;
        }

        /* Responsive styles */
        @media (max-width: 1024px) {
            .page-bj88dagalive__section {
                padding: 50px 15px;
            }

            .page-bj88dagalive__section-title {
                font-size: 2em;
                margin-bottom: 30px;
            }

            .page-bj88dagalive__grid-container {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                gap: 20px;
            }

            .page-bj88dagalive__card-title {
                font-size: 1.3em;
            }
        }

        @media (max-width: 768px) {
            .page-bj88dagalive__hero-section {
                padding-top: 10px !important; /* Ensure small top padding */
                padding-bottom: 30px;
            }

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

            .page-bj88dagalive__hero-description {
                font-size: 1em;
            }

            .page-bj88dagalive__cta-buttons {
                flex-direction: column;
                gap: 15px;
                padding: 0 20px;
            }

            .page-bj88dagalive__btn-primary,
            .page-bj88dagalive__btn-secondary {
                max-width: 100% !important;
                width: 100% !important;
                font-size: 1.05em;
                padding: 15px 20px;
            }

            .page-bj88dagalive__floating-button {
                bottom: 15px;
                right: 15px;
                padding: 12px 20px;
                font-size: 1em;
                max-width: 200px;
            }

            .page-bj88dagalive__section {
                padding: 40px 15px;
                margin-bottom: 20px;
            }

            .page-bj88dagalive__section-dark {
                padding: 40px 15px;
                margin-bottom: 20px;
            }

            .page-bj88dagalive__section-title {
                font-size: 1.8em;
                margin-bottom: 25px;
            }

            .page-bj88dagalive__text-content {
                font-size: 0.95em;
            }

            .page-bj88dagalive__grid-container {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .page-bj88dagalive__card-image {
                height: 180px;
            }

            .page-bj88dagalive__card-title {
                font-size: 1.2em;
            }

            .page-bj88dagalive__card-description {
                font-size: 0.9em;
            }

            .page-bj88dagalive__list-item {
                font-size: 0.95em;
            }

            .page-bj88dagalive__faq-question {
                font-size: 1em;
                padding: 15px;
            }

            .page-bj88dagalive__faq-answer {
                padding: 0 15px;
            }

            .page-bj88dagalive__faq-item.active .page-bj88dagalive__faq-answer {
                padding: 15px !important;
            }

            .page-bj88dagalive img {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
                display: block;
            }

            .page-bj88dagalive__hero-image-wrapper,
            .page-bj88dagalive__section,
            .page-bj88dagalive__card,
            .page-bj88dagalive__grid-container,
            .page-bj88dagalive__cta-buttons,
            .page-bj88dagalive__button-group,
            .page-bj88dagalive__btn-container {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
            }
            .page-bj88dagalive__hero-image-wrapper { padding-left: 0; padding-right: 0; }
            .page-bj88dagalive__text-content ul, .page-bj88dagalive__text-content ol {
                padding-left: 20px;
            }
            .page-bj88dagalive__text-content li {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                word-wrap: break-word !important;
                overflow-wrap: break-word !important;
            }
        }
    