
        :root {
            --primary-color: #2563eb;
            --secondary-color: #64748b;
            --text-color-dark: #333333;
            --text-color-light: #ffffff;
            --bg-color-light: #f8f9fa;
            --bg-color-white: #ffffff;
            --border-color: #e0e0e0;
        }

        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: var(--text-color-dark);
            background-color: var(--bg-color-light);
            margin: 0;
            padding: 0;
        }

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

        .page-b6610apk__hero-section {
            background-color: var(--primary-color);
            color: var(--text-color-light);
            text-align: center;
            padding: 10px 0 40px 0; /* Adjusted padding-top to rely on body offset */
            position: relative;
            overflow: hidden;
        }

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

        .page-b6610apk__hero-image {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            max-width: 1200px; /* Constrain image width */
            border-radius: 8px;
        }

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

        .page-b6610apk__main-title {
            font-size: 2.5em;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.2;
            color: var(--text-color-light);
        }

        .page-b6610apk__subtitle {
            font-size: 1.2em;
            margin-bottom: 30px;
            color: rgba(255, 255, 255, 0.9);
        }

        .page-b6610apk__cta-button {
            display: inline-block;
            background-color: #ffcc00; /* Bright accent color for CTA */
            color: var(--text-color-dark);
            padding: 15px 30px;
            border-radius: 50px;
            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-b6610apk__cta-button:hover {
            background-color: #ffe033;
            transform: translateY(-2px);
        }

        .page-b6610apk__section {
            background-color: var(--bg-color-white);
            padding: 40px 20px;
            margin-bottom: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
        }

        .page-b6610apk__section-title {
            font-size: 2em;
            color: var(--primary-color);
            margin-bottom: 25px;
            text-align: center;
            font-weight: 700;
        }

        .page-b6610apk__section-subtitle {
            font-size: 1.5em;
            color: var(--text-color-dark);
            margin-bottom: 20px;
            font-weight: 600;
        }

        .page-b6610apk__content-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            align-items: center;
        }

        .page-b6610apk__text-content {
            flex: 1;
            min-width: 300px;
        }

        .page-b6610apk__image-content {
            flex: 1;
            min-width: 300px;
            text-align: center;
        }

        .page-b6610apk__section-image {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            display: block;
            margin: 0 auto;
        }

        .page-b6610apk__step-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .page-b6610apk__step-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            background: var(--bg-color-light);
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
            box-sizing: border-box;
        }

        .page-b6610apk__step-number {
            background-color: var(--primary-color);
            color: var(--text-color-light);
            border-radius: 50%;
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
            font-size: 1.1em;
            flex-shrink: 0;
            margin-right: 15px;
        }

        .page-b6610apk__step-text h3 {
            margin-top: 0;
            font-size: 1.2em;
            color: var(--primary-color);
        }

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

        .page-b6610apk__advantage-card {
            background: var(--bg-color-white);
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: transform 0.3s ease;
            border-top: 4px solid var(--primary-color);
            box-sizing: border-box;
        }

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

        .page-b6610apk__advantage-icon {
            width: 60px;
            height: 60px;
            margin-bottom: 15px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .page-b6610apk__advantage-card h3 {
            font-size: 1.3em;
            color: var(--primary-color);
            margin-bottom: 10px;
        }

        .page-b6610apk__game-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
        }

        .page-b6610apk__game-card {
            background: var(--bg-color-white);
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            text-align: center;
            transition: transform 0.3s ease;
            box-sizing: border-box;
        }

        .page-b6610apk__game-card:hover {
            transform: translateY(-3px);
        }

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

        .page-b6610apk__game-info {
            padding: 15px;
        }

        .page-b6610apk__game-info h3 {
            font-size: 1.1em;
            color: var(--text-color-dark);
            margin-top: 0;
            margin-bottom: 10px;
        }

        .page-b6610apk__game-info p {
            font-size: 0.9em;
            color: var(--secondary-color);
        }

        .page-b6610apk__promotion-banner {
            background: linear-gradient(135deg, var(--primary-color), #4a8dfa);
            color: var(--text-color-light);
            padding: 30px;
            border-radius: 8px;
            text-align: center;
            margin-top: 30px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }

        .page-b6610apk__promotion-banner h2 {
            font-size: 2em;
            margin-bottom: 15px;
        }

        .page-b6610apk__promotion-banner p {
            font-size: 1.1em;
            margin-bottom: 25px;
        }

        .page-b6610apk__faq-section {
            background-color: var(--bg-color-white);
            padding: 40px 20px;
            margin-bottom: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
        }

        details.page-b6610apk__faq-item {
            margin-bottom: 15px;
            border-radius: 5px;
            border: 1px solid var(--border-color);
            overflow: hidden;
            background: var(--bg-color-white);
            box-sizing: border-box;
        }
        details.page-b6610apk__faq-item summary.page-b6610apk__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 20px;
            cursor: pointer;
            user-select: none;
            list-style: none;
            transition: background-color 0.3s ease;
        }
        details.page-b6610apk__faq-item summary.page-b6610apk__faq-question::-webkit-details-marker {
            display: none;
        }
        details.page-b6610apk__faq-item summary.page-b6610apk__faq-question:hover {
            background: #f5f5f5;
        }
        .page-b6610apk__faq-qtext {
            flex: 1;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.5;
            text-align: left;
            color: var(--text-color-dark);
        }
        .page-b6610apk__faq-toggle {
            font-size: 24px;
            font-weight: bold;
            color: var(--secondary-color);
            flex-shrink: 0;
            margin-left: 15px;
            width: 28px;
            text-align: center;
        }
        details.page-b6610apk__faq-item .page-b6610apk__faq-answer {
            padding: 0 20px 20px;
            background: var(--bg-color-light);
            border-radius: 0 0 5px 5px;
            color: var(--text-color-dark);
        }

        .page-b6610apk__link-text {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .page-b6610apk__link-text:hover {
            color: #1a4da3;
            text-decoration: underline;
        }

        /* Floating Login Button */
        .page-b6610apk__floating-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #ff007f; /* Eye-catching color */
            color: var(--text-color-light);
            padding: 12px 25px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1em;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            z-index: 1000;
            transition: background-color 0.3s ease, transform 0.2s ease;
            max-width: calc(100% - 40px); /* Ensure it doesn't overflow */
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

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

        /* Responsive Styles */
        @media (max-width: 1024px) {
            .page-b6610apk__main-title {
                font-size: 2.2em;
            }
            .page-b6610apk__section-title {
                font-size: 1.8em;
            }
            .page-b6610apk__cta-button {
                padding: 12px 25px;
                font-size: 1em;
            }
            .page-b6610apk__floating-button {
                padding: 10px 20px;
                font-size: 0.95em;
            }
        }

        @media (max-width: 768px) {
            .page-b6610apk__container {
                padding: 15px;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }

            .page-b6610apk__hero-section {
                padding: 10px 0 30px 0;
            }

            .page-b6610apk__main-title {
                font-size: 1.8em;
                margin-bottom: 10px;
            }

            .page-b6610apk__subtitle {
                font-size: 1em;
                margin-bottom: 20px;
            }

            .page-b6610apk__cta-button {
                padding: 12px 20px;
                font-size: 0.9em;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
                margin: 0 auto;
                display: block;
            }

            .page-b6610apk__section {
                padding: 30px 15px;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }

            .page-b6610apk__section-title {
                font-size: 1.5em;
                margin-bottom: 20px;
            }

            .page-b6610apk__section-subtitle {
                font-size: 1.2em;
            }

            .page-b6610apk__content-wrapper {
                flex-direction: column;
                gap: 20px;
            }

            .page-b6610apk__text-content, .page-b6610apk__image-content {
                min-width: unset;
                width: 100%;
            }

            .page-b6610apk__section-image {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
                box-sizing: border-box !important;
            }

            .page-b6610apk__step-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 15px;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }

            .page-b6610apk__step-number {
                margin-right: 0;
                margin-bottom: 10px;
            }

            .page-b6610apk__step-text h3 {
                font-size: 1.1em;
            }

            .page-b6610apk__advantages-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .page-b6610apk__advantage-card {
                padding: 20px;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }

            .page-b6610apk__game-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .page-b6610apk__game-card {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }

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

            .page-b6610apk__promotion-banner {
                padding: 25px 15px;
            }

            .page-b6610apk__promotion-banner h2 {
                font-size: 1.6em;
            }

            .page-b6610apk__promotion-banner p {
                font-size: 1em;
            }

            details.page-b6610apk__faq-item summary.page-b6610apk__faq-question {
                padding: 15px;
            }
            .page-b6610apk__faq-qtext {
                font-size: 15px;
            }
            details.page-b6610apk__faq-item .page-b6610apk__faq-answer {
                padding: 0 15px 15px;
            }

            .page-b6610apk__floating-button {
                bottom: 15px;
                right: 15px;
                font-size: 0.9em;
                padding: 10px 20px;
                max-width: calc(100% - 30px) !important;
                width: calc(100% - 30px) !important;
                left: 15px;
                text-align: center;
            }
            .page-b6610apk p, .page-b6610apk li {
                font-size: 15px;
            }
        }
    