
        .page-68win17 {
            font-family: 'Arial', sans-serif;
            color: #333333;
            line-height: 1.6;
            padding-bottom: 80px; /* Space for floating button */
        }

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

        .page-68win17__hero-section {
            position: relative;
            padding: 10px 0 40px 0; /* body already handles header offset */
            text-align: center;
            background-color: #f8f9fa;
            overflow: hidden;
        }

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

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

        .page-68win17__hero-content {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }

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

        .page-68win17__subtitle {
            font-size: clamp(1em, 2.5vw, 1.3em);
            color: #64748b;
            margin-bottom: 30px;
        }

        .page-68win17__cta-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
            margin-top: 30px;
        }

        .page-68win17__btn-primary,
        .page-68win17__btn-secondary,
        .page-68win17__floating-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 25px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
            font-size: 1.1em;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
            text-align: center;
        }

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

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

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

        .page-68win17__btn-secondary:hover {
            background-color: #f0f0f0;
            color: #1a4ed8;
            border-color: #1a4ed8;
        }

        .page-68win17__section-title {
            font-size: clamp(1.8em, 4vw, 2.5em);
            color: #2563eb;
            text-align: center;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .page-68win17__text-block {
            text-align: left;
            margin-bottom: 20px;
            font-size: 1.05em;
            color: #333333;
        }

        .page-68win17__text-block strong {
            color: #111111;
        }

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

        .page-68win17__game-card {
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

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

        .page-68win17__game-image-wrapper {
            width: 100%;
            padding-top: 56.25%; /* 16:9 Aspect Ratio */
            position: relative;
            overflow: hidden;
        }

        .page-68win17__game-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

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

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

        .page-68win17__game-description {
            font-size: 0.95em;
            color: #555555;
            margin-bottom: 15px;
            flex-grow: 1;
        }

        .page-68win17__promo-list {
            list-style: none;
            padding: 0;
            margin-top: 20px;
            text-align: left;
        }

        .page-68win17__promo-item {
            background-color: #e6f0ff;
            border-left: 5px solid #2563eb;
            padding: 15px;
            margin-bottom: 15px;
            border-radius: 5px;
            font-size: 1.05em;
            color: #111111;
            box-sizing: border-box;
            word-wrap: break-word;
        }

        .page-68win17__promo-item strong {
            color: #1a4ed8;
        }

        .page-68win17__app-download-section {
            text-align: center;
            background-color: #f0f4f8;
            padding: 50px 20px;
            border-radius: 12px;
            margin-top: 40px;
        }

        .page-68win17__qr-code {
            width: 250px;
            height: 250px;
            margin: 30px auto;
            display: block;
            border: 5px solid #ffffff;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            object-fit: contain;
        }

        .page-68win17__guide-steps {
            list-style: decimal;
            padding-left: 25px;
            text-align: left;
            font-size: 1.05em;
            color: #333333;
        }

        .page-68win17__guide-steps li {
            margin-bottom: 15px;
            line-height: 1.8;
            box-sizing: border-box;
            word-wrap: break-word;
        }

        .page-68win17__faq-list {
            margin-top: 30px;
        }

        .page-68win17__faq-item {
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
        }

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

        .page-68win17__faq-question:hover {
            background-color: #eef5ff;
        }

        .page-68win17__faq-item.active .page-68win17__faq-question {
            background-color: #e6f0ff;
        }

        .page-68win17__faq-qtext {
            pointer-events: none;
            flex-grow: 1;
        }

        .page-68win17__faq-toggle {
            font-size: 1.5em;
            line-height: 1;
            pointer-events: none;
            margin-left: 15px;
            color: #2563eb;
        }

        .page-68win17__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: 1.0em;
        }

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

        /* Floating Login Button */
        .page-68win17__floating-btn-wrapper {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1000;
            width: calc(100% - 40px);
            max-width: 350px;
            box-sizing: border-box;
        }

        .page-68win17__floating-btn {
            background-color: #ffc107; /* Eye-catching color */
            color: #111111;
            border: 2px solid #ffc107;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            width: 100%;
            font-size: 1.2em;
            padding: 15px 20px;
        }

        .page-68win17__floating-btn:hover {
            background-color: #e0a800;
            border-color: #e0a800;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .page-68win17__section {
                padding: 30px 15px;
            }

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

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

            .page-68win17__subtitle {
                font-size: clamp(0.9em, 3.5vw, 1.1em);
            }

            .page-68win17__cta-buttons {
                flex-direction: column;
                gap: 10px;
                padding: 0 15px;
            }

            .page-68win17__btn-primary,
            .page-68win17__btn-secondary,
            .page-68win17 a[class*="button"],
            .page-68win17 a[class*="btn"] {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
                padding-left: 15px;
                padding-right: 15px;
            }

            .page-68win17__game-grid {
                grid-template-columns: 1fr;
            }

            .page-68win17__promo-item {
                padding: 12px;
                font-size: 1em;
            }

            .page-68win17__qr-code {
                width: 200px;
                height: 200px;
            }

            .page-68win17__guide-steps {
                font-size: 0.95em;
            }

            .page-68win17__faq-question {
                font-size: 1em;
                padding: 15px 20px;
            }

            .page-68win17__faq-answer {
                padding: 15px 20px !important;
            }

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

            .page-68win17__hero-image-wrapper,
            .page-68win17__game-image-wrapper,
            .page-68win17__app-download-section,
            .page-68win17__game-card,
            .page-68win17__floating-btn-wrapper {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                overflow: hidden !important;
            }

            .page-68win17__promo-list,
            .page-68win17__guide-steps {
                padding-left: 20px;
                margin-right: 0;
            }

            .page-68win17__floating-btn-wrapper {
                width: calc(100% - 30px);
                left: 15px;
                transform: translateX(0%);
            }
        }

        @media (max-width: 480px) {
            .page-68win17__main-title {
                font-size: clamp(1.6em, 9vw, 2.2em);
            }
            .page-68win17__subtitle {
                font-size: clamp(0.8em, 4vw, 1em);
            }
            .page-68win17__btn-primary,
            .page-68win17__btn-secondary,
            .page-68win17__floating-btn {
                font-size: 1em;
                padding: 10px 15px;
            }
        }
    