
        .page-xin88login {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333333;
            background-color: #f8f8f8;
            padding-bottom: 80px; /* Space for floating button */
        }

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

        .page-xin88login__hero-section {
            position: relative;
            padding-top: 10px; /* Small top padding, body handles header offset */
            padding-bottom: 40px;
            background-color: #2563eb;
            color: #ffffff;
            text-align: center;
            overflow: hidden;
        }

        .page-xin88login__hero-image-wrapper {
            width: 100%;
            max-height: 400px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

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

        .page-xin88login__hero-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
            box-sizing: border-box;
        }

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

        .page-xin88login__hero-description {
            font-size: 1.1rem;
            margin-bottom: 30px;
            color: #f0f0f0;
        }

        .page-xin88login__cta-button {
            display: inline-block;
            background-color: #f59e0b; /* Orange for CTA */
            color: #ffffff;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1rem;
            transition: background-color 0.3s ease, transform 0.2s ease;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            border: none;
            cursor: pointer;
        }

        .page-xin88login__cta-button:hover {
            background-color: #eab308;
            transform: translateY(-2px);
        }

        .page-xin88login__floating-login {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #dc2626; /* Red for urgency */
            color: #ffffff;
            padding: 12px 25px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1rem;
            box-shadow: 0 6px 15px rgba(0,0,0,0.3);
            z-index: 1000;
            animation: pulse 2s infinite;
            transition: background-color 0.3s ease;
            white-space: nowrap;
            word-wrap: normal;
            max-width: 90%;
            box-sizing: border-box;
            border: none;
            cursor: pointer;
        }

        .page-xin88login__floating-login:hover {
            background-color: #ef4444;
        }

        @keyframes pulse {
            0% { transform: translateX(-50%) scale(1); }
            50% { transform: translateX(-50%) scale(1.05); }
            100% { transform: translateX(-50%) scale(1); }
        }

        .page-xin88login__section {
            padding: 60px 0;
            background-color: #ffffff;
            border-bottom: 1px solid #eee;
        }

        .page-xin88login__section--primary {
            background-color: #2563eb;
            color: #ffffff;
        }

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

        .page-xin88login__section--primary .page-xin88login__section-title {
            color: #ffffff;
        }

        .page-xin88login__text-block {
            font-size: 1.05rem;
            margin-bottom: 20px;
            text-align: justify;
        }

        .page-xin88login__text-block a {
            color: #2563eb;
            text-decoration: underline;
            font-weight: bold;
        }

        .page-xin88login__text-block a:hover {
            color: #1e40af;
        }

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

        .page-xin88login__feature-item {
            background-color: #f0f8ff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #e0e7ff;
        }

        .page-xin88login__feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .page-xin88login__feature-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
            display: inline-block;
        }

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

        .page-xin88login__feature-description {
            color: #64748b;
        }

        .page-xin88login__steps-list {
            list-style: none;
            padding: 0;
            counter-reset: step-counter;
        }

        .page-xin88login__step-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
            background-color: #f9f9f9;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 1px 5px rgba(0,0,0,0.03);
            border: 1px solid #eee;
            box-sizing: border-box;
        }

        .page-xin88login__step-number {
            counter-increment: step-counter;
            width: 40px;
            height: 40px;
            min-width: 40px;
            min-height: 40px;
            background-color: #2563eb;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.2rem;
            font-weight: bold;
            margin-right: 20px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .page-xin88login__step-content {
            flex-grow: 1;
        }

        .page-xin88login__step-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #2563eb;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .page-xin88login__step-description {
            color: #555555;
        }

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

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

        .page-xin88login__game-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

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

        .page-xin88login__game-content {
            padding: 25px;
        }

        .page-xin88login__game-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2563eb;
            margin-top: 0;
            margin-bottom: 15px;
        }

        .page-xin88login__game-description {
            color: #64748b;
            font-size: 0.95rem;
            margin-bottom: 20px;
        }

        .page-xin88login__game-button {
            display: inline-block;
            background-color: #f59e0b;
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            font-size: 0.9rem;
            transition: background-color 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .page-xin88login__game-button:hover {
            background-color: #eab308;
        }

        .page-xin88login__faq-list {
            margin-top: 40px;
            border-top: 1px solid #eee;
        }

        .page-xin88login__faq-item {
            border-bottom: 1px solid #eee;
            background-color: #ffffff;
            margin-bottom: 10px;
            border-radius: 8px;
            box-shadow: 0 1px 5px rgba(0,0,0,0.03);
            overflow: hidden;
        }

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

        .page-xin88login__faq-question h3 {
            margin: 0;
            pointer-events: none; /* Prevent h3 from blocking click event */
            flex-grow: 1;
        }

        .page-xin88login__faq-question:hover {
            background-color: #f0f8ff;
        }

        .page-xin88login__faq-toggle {
            font-size: 1.8rem;
            font-weight: bold;
            color: #2563eb;
            margin-left: 15px;
            pointer-events: none; /* Prevent span from blocking click event */
            transition: transform 0.3s ease;
        }

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

        .page-xin88login__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;
            text-align: justify;
        }

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

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

        .page-xin88login__btn-primary,
        .page-xin88login__btn-secondary {
            display: inline-block;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1rem;
            transition: background-color 0.3s ease, transform 0.2s ease;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            border: none;
            cursor: pointer;
            text-align: center;
            white-space: normal;
            word-wrap: break-word;
            max-width: 100%;
            box-sizing: border-box;
        }

        .page-xin88login__btn-primary {
            background-color: #2563eb;
            color: #ffffff;
        }

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

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

        .page-xin88login__btn-secondary:hover {
            background-color: #e0e7ff;
            transform: translateY(-2px);
        }

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

            .page-xin88login__section-title {
                font-size: 2.2rem;
                margin-bottom: 30px;
            }

            .page-xin88login__hero-title {
                font-size: clamp(1.8rem, 4.5vw, 3rem);
            }

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

            .page-xin88login__floating-login {
                font-size: 1rem;
                padding: 10px 20px;
            }
        }

        @media (max-width: 768px) {
            .page-xin88login {
                font-size: 16px;
                line-height: 1.6;
                padding-bottom: 70px;
            }

            .page-xin88login__hero-section {
                padding-top: 10px !important;
                padding-bottom: 30px;
            }

            .page-xin88login__hero-title {
                font-size: clamp(1.5rem, 8vw, 2.5rem);
            }

            .page-xin88login__hero-description {
                font-size: 0.95rem;
            }

            .page-xin88login__cta-button {
                padding: 12px 25px;
                font-size: 1rem;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }

            .page-xin88login__floating-login {
                bottom: 15px;
                font-size: 0.95rem;
                padding: 10px 20px;
                max-width: 90% !important;
                width: 90% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }

            .page-xin88login__section {
                padding: 40px 0;
            }

            .page-xin88login__section-title {
                font-size: 2rem;
                margin-bottom: 25px;
            }

            .page-xin88login__features-grid,
            .page-xin88login__games-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-xin88login__feature-item,
            .page-xin88login__game-card {
                padding: 20px;
            }

            .page-xin88login__feature-title {
                font-size: 1.3rem;
            }

            .page-xin88login__game-title {
                font-size: 1.3rem;
            }

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

            .page-xin88login__game-button {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }

            .page-xin88login__step-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 20px;
            }

            .page-xin88login__step-number {
                margin-right: 0;
                margin-bottom: 15px;
            }

            .page-xin88login__faq-question {
                padding: 15px 20px;
                font-size: 1rem;
            }

            .page-xin88login__faq-question h3 {
                font-size: 1rem;
            }

            .page-xin88login__faq-toggle {
                font-size: 1.5rem;
            }

            .page-xin88login__faq-answer {
                padding: 15px 20px !important;
                font-size: 0.95rem;
            }

            .page-xin88login__button-group {
                flex-direction: column;
                gap: 15px;
            }

            .page-xin88login__btn-primary,
            .page-xin88login__btn-secondary {
                padding: 12px 25px;
                font-size: 1rem;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }

            /* General image responsive styles for content area */
            .page-xin88login img {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
                display: block;
            }

            .page-xin88login__container, .page-xin88login__section {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
            }

            .page-xin88login__step-item {
                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-xin88login__steps-list {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                padding: 0 !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
        }
    