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

        .page-28betfun__container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .page-28betfun__section {
            padding: 40px 0;
            margin-bottom: 30px;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }

        .page-28betfun__section-title {
            text-align: center;
            font-size: 36px;
            color: #2563eb;
            margin-bottom: 20px;
            font-weight: 700;
            padding: 0 20px;
        }

        .page-28betfun__section-subtitle {
            text-align: center;
            font-size: 18px;
            color: #64748b;
            margin-bottom: 40px;
            padding: 0 20px;
        }

        .page-28betfun__hero-section {
            text-align: center;
            padding-top: 10px; /* Decorative padding, actual offset from body */
            padding-bottom: 40px;
            background-color: #e0f2f7; /* Light blue background for visual appeal */
            border-radius: 0 0 8px 8px;
            overflow: hidden;
        }

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

        .page-28betfun__hero-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
            max-width: 1200px; /* Max width for the image */
            margin: 0 auto;
        }

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

        .page-28betfun__hero-content h1 {
            font-size: clamp(28px, 5vw, 48px);
            color: #2563eb;
            margin-bottom: 15px;
            font-weight: 800;
            line-height: 1.2;
        }

        .page-28betfun__hero-content p {
            font-size: 18px;
            color: #64748b;
            margin-bottom: 30px;
        }

        .page-28betfun__cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .page-28betfun__btn-primary,
        .page-28betfun__btn-secondary {
            display: inline-block;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 18px;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
            text-align: center;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

        .page-28betfun__btn-primary {
            background-color: #2563eb;
            color: #ffffff;
            box-shadow: 0 6px 15px rgba(37, 99, 235, 0.4);
        }

        .page-28betfun__btn-primary:hover {
            background-color: #1a4dbe;
            box-shadow: 0 8px 20px rgba(37, 99, 235, 0.6);
            transform: translateY(-2px);
        }

        .page-28betfun__btn-secondary {
            background-color: #ffffff;
            color: #2563eb;
            border: 2px solid #2563eb;
            box-shadow: 0 6px 15px rgba(100, 116, 139, 0.2);
        }

        .page-28betfun__btn-secondary:hover {
            background-color: #f0f8ff;
            border-color: #1a4dbe;
            color: #1a4dbe;
            box-shadow: 0 8px 20px rgba(100, 116, 139, 0.3);
            transform: translateY(-2px);
        }

        .page-28betfun__info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            padding: 0 20px;
        }

        .page-28betfun__info-card {
            background-color: #f9f9f9;
            padding: 30px;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .page-28betfun__info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
        }

        .page-28betfun__info-card h3 {
            font-size: 24px;
            color: #2563eb;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .page-28betfun__info-card p {
            font-size: 16px;
            color: #64748b;
        }

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

        .page-28betfun__game-card {
            background-color: #fefefe;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
            padding-bottom: 20px;
        }

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

        .page-28betfun__game-image {
            width: 100%;
            height: 200px; /* Fixed height for consistency */
            object-fit: cover;
            display: block;
        }

        .page-28betfun__game-title {
            font-size: 22px;
            color: #2563eb;
            margin: 20px 10px 10px;
            font-weight: 700;
        }

        .page-28betfun__game-description {
            font-size: 15px;
            color: #64748b;
            padding: 0 15px;
            margin-bottom: 20px;
            min-height: 60px; /* Ensure consistent height for description */
        }

        .page-28betfun__app-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 40px 20px;
            background: linear-gradient(135deg, #2563eb, #64748b);
            color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .page-28betfun__app-title {
            font-size: 32px;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .page-28betfun__app-description {
            font-size: 18px;
            max-width: 800px;
            margin-bottom: 30px;
        }

        .page-28betfun__app-image {
            max-width: 300px;
            width: 100%;
            height: auto;
            margin-bottom: 30px;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        .page-28betfun__floating-login-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #ffcc00; /* Vibrant yellow for attention */
            color: #333333;
            padding: 12px 25px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 16px;
            text-decoration: none;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, background-color 0.3s ease;
            z-index: 1000;
            text-align: center;
            white-space: normal;
            word-wrap: break-word;
            max-width: 180px;
            box-sizing: border-box;
        }

        .page-28betfun__floating-login-btn:hover {
            transform: translateY(-3px);
            background-color: #e6b800;
        }

        @media (max-width: 1024px) {
            .page-28betfun__section-title {
                font-size: 32px;
            }
            .page-28betfun__hero-content h1 {
                font-size: clamp(26px, 4.5vw, 42px);
            }
            .page-28betfun__hero-content p {
                font-size: 17px;
            }
            .page-28betfun__btn-primary, .page-28betfun__btn-secondary {
                padding: 12px 25px;
                font-size: 16px;
            }
            .page-28betfun__game-title {
                font-size: 20px;
            }
            .page-28betfun__app-title {
                font-size: 28px;
            }
            .page-28betfun__app-description {
                font-size: 16px;
            }
        }

        @media (max-width: 768px) {
            .page-28betfun {
                font-size: 16px;
                line-height: 1.6;
            }
            .page-28betfun__container {
                padding: 10px;
            }
            .page-28betfun__section {
                padding: 25px 0;
                margin-bottom: 20px;
            }
            .page-28betfun__section-title {
                font-size: 28px;
                margin-bottom: 15px;
            }
            .page-28betfun__section-subtitle {
                font-size: 16px;
                margin-bottom: 25px;
            }
            .page-28betfun__hero-section {
                padding-bottom: 25px;
            }
            .page-28betfun__hero-image-wrapper {
                margin-bottom: 15px;
            }
            .page-28betfun__hero-content h1 {
                font-size: clamp(24px, 7vw, 38px);
                margin-bottom: 10px;
            }
            .page-28betfun__hero-content p {
                font-size: 16px;
                margin-bottom: 20px;
            }
            .page-28betfun__cta-buttons {
                flex-direction: column;
                gap: 15px;
                padding: 0 15px;
            }
            .page-28betfun__btn-primary,
            .page-28betfun__btn-secondary {
                padding: 12px 20px;
                font-size: 16px;
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }
            .page-28betfun__info-grid,
            .page-28betfun__games-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 0 15px;
            }
            .page-28betfun__info-card {
                padding: 25px;
            }
            .page-28betfun__info-card h3 {
                font-size: 20px;
            }
            .page-28betfun__game-card {
                padding-bottom: 15px;
            }
            .page-28betfun__game-image {
                height: 180px;
            }
            .page-28betfun__game-title {
                font-size: 18px;
                margin: 15px 10px 8px;
            }
            .page-28betfun__game-description {
                font-size: 14px;
                margin-bottom: 15px;
            }
            .page-28betfun__app-section {
                padding: 30px 15px;
            }
            .page-28betfun__app-title {
                font-size: 24px;
            }
            .page-28betfun__app-description {
                font-size: 15px;
                margin-bottom: 20px;
            }
            .page-28betfun__app-image {
                max-width: 250px;
                margin-bottom: 20px;
            }
            .page-28betfun__floating-login-btn {
                bottom: 15px;
                right: 15px;
                padding: 10px 20px;
                font-size: 15px;
                max-width: 160px;
            }
            .page-28betfun img {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
            }
            .page-28betfun__section,
            .page-28betfun__card,
            .page-28betfun__container,
            .page-28betfun__cta-buttons,
            .page-28betfun__info-grid,
            .page-28betfun__games-grid,
            .page-28betfun__app-section {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
            }
            .page-28betfun ul,
            .page-28betfun ol {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                padding: 0 !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
            .page-28betfun 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;
                word-break: break-word !important;
            }
        }
    