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

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

        .page-tg88-x-n__hero-section {
            position: relative;
            text-align: center;
            color: #ffffff;
            padding-top: 10px; /* Adjusted for shared header offset */
            padding-bottom: 60px;
            background: linear-gradient(135deg, #2563eb 0%, #64748b 100%);
            overflow: hidden;
            border-radius: 0 0 15px 15px;
        }

        .page-tg88-x-n__hero-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.2;
            z-index: 0;
        }

        .page-tg88-x-n__hero-content {
            position: relative;
            z-index: 1;
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
        }

        .page-tg88-x-n__hero-content h1 {
            color: #ffffff;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .page-tg88-x-n__hero-content p {
            font-size: 1.15em;
            margin-bottom: 30px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
        }

        .page-tg88-x-n__cta-button {
            display: inline-block;
            background-color: #ffcc00;
            color: #333333;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1em;
            transition: background-color 0.3s ease, transform 0.2s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

        .page-tg88-x-n__cta-button:hover {
            background-color: #e6b800;
            transform: translateY(-2px);
        }

        .page-tg88-x-n__section {
            padding: 60px 0;
            background-color: #ffffff;
            margin-bottom: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
        }

        .page-tg88-x-n__section--dark {
            background-color: #2563eb;
            color: #ffffff;
        }

        .page-tg88-x-n__section--dark h2,
        .page-tg88-x-n__section--dark h3 {
            color: #ffffff;
        }

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

        .page-tg88-x-n__section-title--light {
            color: #ffffff;
        }

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

        .page-tg88-x-n__card {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            padding: 25px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #e0e0e0;
            color: #333333;
        }

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

        .page-tg88-x-n__card-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 15px;
            object-fit: contain;
        }

        .page-tg88-x-n__card-title {
            font-size: 1.5em;
            color: #2563eb;
            margin-bottom: 10px;
        }

        .page-tg88-x-n__card-text {
            font-size: 0.95em;
            color: #555555;
        }

        .page-tg88-x-n__game-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
        }

        .page-tg88-x-n__game-card {
            background-color: #f0f4f8;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .page-tg88-x-n__game-card:hover {
            transform: translateY(-8px);
        }

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

        .page-tg88-x-n__game-content {
            padding: 20px;
            text-align: center;
        }

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

        .page-tg88-x-n__game-description {
            font-size: 0.9em;
            color: #666666;
            margin-bottom: 15px;
        }

        .page-tg88-x-n__btn-game {
            background-color: #ffcc00;
            color: #333333;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.3s ease;
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

        .page-tg88-x-n__btn-game:hover {
            background-color: #e6b800;
        }

        .page-tg88-x-n__list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }

        .page-tg88-x-n__list-item {
            background-color: #f9f9f9;
            border: 1px solid #eeeeee;
            padding: 15px 20px;
            margin-bottom: 10px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            font-size: 1.1em;
            color: #444444;
            box-sizing: border-box;
        }

        .page-tg88-x-n__list-item::before {
            content: '✓';
            color: #2563eb;
            font-weight: 700;
            margin-right: 10px;
        }

        .page-tg88-x-n__faq-section {
            background-color: #f0f4f8;
            padding: 60px 0;
            border-radius: 10px;
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
        }

        .page-tg88-x-n__faq-item {
            background-color: #ffffff;
            border-radius: 8px;
            margin-bottom: 15px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }

        .page-tg88-x-n__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 25px;
            font-size: 1.2em;
            font-weight: 600;
            color: #2563eb;
            cursor: pointer;
            user-select: none;
            border-bottom: 1px solid #eeeeee;
            transition: background-color 0.3s ease;
        }

        .page-tg88-x-n__faq-question h3 {
            margin: 0;
            flex-grow: 1;
            pointer-events: none;
            color: #2563eb;
        }

        .page-tg88-x-n__faq-question:hover {
            background-color: #e6f0ff;
        }

        .page-tg88-x-n__faq-toggle {
            font-size: 1.5em;
            font-weight: 700;
            margin-left: 15px;
            color: #2563eb;
            pointer-events: none;
            transition: transform 0.3s ease;
        }

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

        .page-tg88-x-n__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;
        }

        .page-tg88-x-n__faq-item.active .page-tg88-x-n__faq-answer {
            max-height: 2000px !important;
            padding: 20px 25px !important;
            opacity: 1;
        }

        .page-tg88-x-n__blog-card {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

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

        .page-tg88-x-n__blog-image {
            width: 100%;
            height: 220px;
            object-fit: cover;
            display: block;
        }

        .page-tg88-x-n__blog-content {
            padding: 20px;
        }

        .page-tg88-x-n__blog-title {
            font-size: 1.3em;
            color: #2563eb;
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .page-tg88-x-n__blog-date {
            font-size: 0.85em;
            color: #999999;
            margin-bottom: 15px;
        }

        .page-tg88-x-n__blog-excerpt {
            font-size: 0.95em;
            color: #666666;
            margin-bottom: 20px;
        }

        .page-tg88-x-n__read-more {
            display: inline-block;
            color: #2563eb;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .page-tg88-x-n__read-more:hover {
            color: #1a4d9e;
        }

        .page-tg88-x-n__buttons-group {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 40px;
            flex-wrap: wrap;
        }

        .page-tg88-x-n__btn-secondary {
            display: inline-block;
            background-color: #ffffff;
            color: #2563eb;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1em;
            border: 2px solid #2563eb;
            transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

        .page-tg88-x-n__btn-secondary:hover {
            background-color: #2563eb;
            color: #ffffff;
            transform: translateY(-2px);
        }

        .page-tg88-x-n img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
        }

        /* Responsive Styles */
        @media (max-width: 1024px) {
            .page-tg88-x-n__hero-content h1 {
                font-size: 2.8em;
            }

            .page-tg88-x-n__hero-content p {
                font-size: 1em;
            }

            .page-tg88-x-n__section-title {
                font-size: 2em;
            }

            .page-tg88-x-n__grid,
            .page-tg88-x-n__game-grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                gap: 20px;
            }

            .page-tg88-x-n__faq-question {
                font-size: 1.1em;
            }
        }

        @media (max-width: 768px) {
            .page-tg88-x-n__container {
                padding: 15px;
            }

            .page-tg88-x-n__hero-section {
                padding-top: 10px !important;
                padding-bottom: 40px;
            }

            .page-tg88-x-n__hero-content h1 {
                font-size: 2em;
            }

            .page-tg88-x-n__hero-content p {
                font-size: 0.9em;
            }

            .page-tg88-x-n__cta-button,
            .page-tg88-x-n__btn-secondary,
            .page-tg88-x-n__btn-game {
                padding: 12px 20px;
                font-size: 1em;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }

            .page-tg88-x-n__buttons-group {
                flex-direction: column;
                gap: 15px;
                padding: 0 15px;
            }

            .page-tg88-x-n__section {
                padding: 40px 0;
                margin-bottom: 20px;
            }

            .page-tg88-x-n__section-title {
                font-size: 1.8em;
                margin-bottom: 30px;
            }

            .page-tg88-x-n__grid,
            .page-tg88-x-n__game-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-tg88-x-n__card {
                padding: 20px;
            }

            .page-tg88-x-n__card-title {
                font-size: 1.3em;
            }

            .page-tg88-x-n__game-image {
                height: 180px;
            }

            .page-tg88-x-n__game-title {
                font-size: 1.2em;
            }

            .page-tg88-x-n__list-item {
                font-size: 1em;
                padding: 12px 15px;
                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;
            }

            .page-tg88-x-n__faq-section {
                padding: 40px 0;
            }

            .page-tg88-x-n__faq-question {
                font-size: 1em;
                padding: 15px 20px;
            }

            .page-tg88-x-n__faq-question h3 {
                font-size: 1em;
            }

            .page-tg88-x-n__faq-answer {
                padding: 15px 20px !important;
            }

            .page-tg88-x-n__blog-image {
                height: 180px;
            }

            .page-tg88-x-n img {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
            }

            .page-tg88-x-n__container,
            .page-tg88-x-n__section,
            .page-tg88-x-n__card,
            .page-tg88-x-n__game-card,
            .page-tg88-x-n__faq-item,
            .page-tg88-x-n__blog-card,
            .page-tg88-x-n__cta-buttons,
            .page-tg88-x-n__button-group,
            .page-tg88-x-n__btn-container {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
            }
        }
    