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

        .page-bj66dagalive__hero-section {
            position: relative;
            width: 100%;
            overflow: hidden;
            background-color: #1a202c;
            padding-top: 10px; /* Adjusted for header offset */
            padding-bottom: 40px;
        }

        .page-bj66dagalive__hero-image-container {
            width: 100%;
            text-align: center;
        }

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

        .page-bj66dagalive__hero-content {
            text-align: center;
            padding: 20px;
            max-width: 900px;
            margin: 0 auto;
            color: #ffffff;
        }

        .page-bj66dagalive__hero-title {
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            font-weight: 700;
            margin-bottom: 15px;
            color: #ffcc00;
            line-height: 1.2;
        }

        .page-bj66dagalive__hero-description {
            font-size: 1.15rem;
            margin-bottom: 30px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            color: #e0e0e0;
        }

        .page-bj66dagalive__cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
        }

        .page-bj66dagalive__btn-primary,
        .page-bj66dagalive__btn-secondary {
            display: inline-block;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            transition: background-color 0.3s ease, transform 0.2s ease;
            text-align: center;
            box-sizing: border-box;
            max-width: 250px;
            width: 100%;
        }

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

        .page-bj66dagalive__btn-primary:hover {
            background-color: #1e4a9e;
            transform: translateY(-2px);
        }

        .page-bj66dagalive__btn-secondary {
            background-color: #64748b;
            color: #ffffff;
            border: 2px solid #64748b;
        }

        .page-bj66dagalive__btn-secondary:hover {
            background-color: #4a5568;
            transform: translateY(-2px);
        }

        .page-bj66dagalive__section {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
            background-color: #ffffff;
            border-radius: 8px;
            margin-top: 30px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }

        .page-bj66dagalive__section--dark {
            background-color: #1a202c;
            color: #ffffff;
        }

        .page-bj66dagalive__section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2563eb;
            text-align: center;
            margin-bottom: 40px;
        }

        .page-bj66dagalive__section--dark .page-bj66dagalive__section-title {
            color: #ffcc00;
        }

        .page-bj66dagalive__text-block {
            font-size: 1.05rem;
            line-height: 1.7;
            margin-bottom: 20px;
            text-align: justify;
        }

        .page-bj66dagalive__text-block h3 {
            font-size: 1.8rem;
            color: #2563eb;
            margin-top: 30px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .page-bj66dagalive__text-block h4 {
            font-size: 1.4rem;
            color: #64748b;
            margin-top: 20px;
            margin-bottom: 10px;
            font-weight: 500;
        }

        .page-bj66dagalive__section--dark .page-bj66dagalive__text-block h3 {
            color: #ffcc00;
        }

        .page-bj66dagalive__section--dark .page-bj66dagalive__text-block h4 {
            color: #e0e0e0;
        }

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

        .page-bj66dagalive__card {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            padding: 30px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            color: #333333;
            border: 1px solid #e0e0e0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
        }

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

        .page-bj66dagalive__card-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
            object-fit: contain;
        }

        .page-bj66dagalive__card-title {
            font-size: 1.6rem;
            font-weight: 700;
            color: #2563eb;
            margin-bottom: 15px;
        }

        .page-bj66dagalive__card-description {
            font-size: 1rem;
            line-height: 1.6;
            color: #555555;
        }

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

        .page-bj66dagalive__gameshow-item {
            background-color: #f0f0f0;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            transition: transform 0.3s ease;
            text-decoration: none;
            color: #333333;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .page-bj66dagalive__gameshow-item:hover {
            transform: translateY(-5px);
        }

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

        .page-bj66dagalive__gameshow-content {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .page-bj66dagalive__gameshow-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: #2563eb;
            margin-bottom: 10px;
        }

        .page-bj66dagalive__gameshow-description {
            font-size: 0.95rem;
            line-height: 1.5;
            color: #555555;
            margin-bottom: 15px;
        }

        .page-bj66dagalive__gameshow-btn {
            display: inline-block;
            padding: 10px 20px;
            background-color: #2563eb;
            color: #ffffff;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9rem;
            transition: background-color 0.3s ease;
            margin-top: auto;
            text-align: center;
            box-sizing: border-box;
            max-width: 180px;
        }

        .page-bj66dagalive__gameshow-btn:hover {
            background-color: #1e4a9e;
        }

        .page-bj66dagalive__faq-list {
            list-style: none;
            padding: 0;
            margin-top: 40px;
        }

        .page-bj66dagalive__faq-item {
            background-color: #f0f0f0;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

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

        .page-bj66dagalive__faq-question:hover {
            background-color: #dde1e6;
        }

        .page-bj66dagalive__faq-question h3 {
            margin: 0;
            padding: 0;
            font-size: inherit;
            font-weight: inherit;
            color: inherit;
            pointer-events: none; /* Prevent h3 from blocking click event */
            flex-grow: 1;
        }

        .page-bj66dagalive__faq-toggle {
            font-size: 1.8rem;
            font-weight: 500;
            line-height: 1;
            margin-left: 15px;
            pointer-events: none; /* Prevent toggle icon from blocking click event */
            transition: transform 0.3s ease;
        }

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

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

        .page-bj66dagalive__faq-item.active .page-bj66dagalive__faq-answer {
            max-height: 2000px !important; /* Sufficiently large value */
            padding: 20px 25px !important;
            opacity: 1;
        }

        .page-bj66dagalive__link-card {
            background-color: #f0f0f0;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            padding: 25px;
            text-align: center;
            transition: transform 0.3s ease;
            display: block;
            text-decoration: none;
            color: #333333;
            height: 100%;
            box-sizing: border-box;
        }

        .page-bj66dagalive__link-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.12);
        }

        .page-bj66dagalive__link-card-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: #2563eb;
            margin-bottom: 10px;
        }

        .page-bj66dagalive__link-card-description {
            font-size: 0.95rem;
            line-height: 1.5;
            color: #555555;
        }

        /* Responsive styles */
        @media (max-width: 1024px) {
            .page-bj66dagalive__hero-title {
                font-size: clamp(2rem, 4.5vw, 3rem);
            }
            .page-bj66dagalive__hero-description {
                font-size: 1rem;
            }
            .page-bj66dagalive__section-title {
                font-size: 2rem;
            }
            .page-bj66dagalive__grid {
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            }
            .page-bj66dagalive__gameshow-grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            }
        }

        @media (max-width: 768px) {
            .page-bj66dagalive__hero-section {
                padding-top: 10px !important;
                padding-bottom: 30px;
            }
            .page-bj66dagalive__hero-content {
                padding: 15px;
            }
            .page-bj66dagalive__hero-title {
                font-size: clamp(1.8rem, 8vw, 2.5rem);
                margin-bottom: 10px;
            }
            .page-bj66dagalive__hero-description {
                font-size: 0.95rem;
                margin-bottom: 20px;
            }
            .page-bj66dagalive__cta-buttons {
                flex-direction: column;
                gap: 15px;
                padding: 0 15px;
            }
            .page-bj66dagalive__btn-primary,
            .page-bj66dagalive__btn-secondary {
                max-width: 100% !important;
                width: 100% !important;
                padding: 12px 20px;
                font-size: 1rem;
                white-space: normal !important;
                word-wrap: break-word !important;
            }
            .page-bj66dagalive__section {
                padding: 40px 15px;
                margin-top: 20px;
            }
            .page-bj66dagalive__section-title {
                font-size: 1.8rem;
                margin-bottom: 30px;
            }
            .page-bj66dagalive__text-block {
                font-size: 1rem;
            }
            .page-bj66dagalive__text-block h3 {
                font-size: 1.5rem;
            }
            .page-bj66dagalive__text-block h4 {
                font-size: 1.2rem;
            }
            .page-bj66dagalive__grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .page-bj66dagalive__card {
                padding: 25px;
            }
            .page-bj66dagalive__card-title {
                font-size: 1.4rem;
            }
            .page-bj66dagalive__card-icon {
                width: 60px;
                height: 60px;
            }
            .page-bj66dagalive__gameshow-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .page-bj66dagalive__gameshow-image {
                height: 180px;
            }
            .page-bj66dagalive__gameshow-title {
                font-size: 1.2rem;
            }
            .page-bj66dagalive__gameshow-btn {
                max-width: 100% !important;
                width: 100% !important;
                padding: 10px 15px;
                font-size: 0.9rem;
                white-space: normal !important;
                word-wrap: break-word !important;
            }
            .page-bj66dagalive__faq-question {
                padding: 15px 20px;
                font-size: 1.1rem;
            }
            .page-bj66dagalive__faq-answer {
                padding: 15px 20px !important;
                font-size: 0.95rem;
            }
            .page-bj66dagalive__link-card {
                padding: 20px;
            }
            .page-bj66dagalive__link-card-title {
                font-size: 1.2rem;
            }
            /* All images general mobile adaptation */
            .page-bj66dagalive img {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
                display: block;
            }
            /* All image containers general mobile adaptation */
            .page-bj66dagalive__hero-image-container,
            .page-bj66dagalive__card-icon,
            .page-bj66dagalive__gameshow-image,
            .page-bj66dagalive__grid,
            .page-bj66dagalive__gameshow-grid,
            .page-bj66dagalive__faq-list,
            .page-bj66dagalive__cta-buttons,
            .page-bj66dagalive__link-grid {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
                overflow-x: hidden;
            }
            .page-bj66dagalive ul,
            .page-bj66dagalive ol {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px !important; /* Adjust if needed for bullet points */
                padding-right: 15px !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
            .page-bj66dagalive 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;
            }
        }
    