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

        .page-bl555login__hero-section {
            position: relative;
            padding-top: 10px; /* Adjusted for header offset, then a small decorative padding */
            padding-bottom: 40px;
            text-align: center;
            background-color: #ffffff;
            overflow: hidden;
            border-bottom: 1px solid #e0e0e0;
        }

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

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

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

        .page-bl555login__main-title {
            font-size: 2.2em;
            font-weight: 700;
            color: #2563eb;
            margin-bottom: 15px;
            line-height: 1.2;
            letter-spacing: -0.5px;
        }

        .page-bl555login__hero-description {
            font-size: 1.1em;
            margin-bottom: 30px;
            color: #64748b;
        }

        .page-bl555login__cta-button {
            display: inline-block;
            background-color: #2563eb;
            color: #ffffff;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1em;
            transition: background-color 0.3s ease, transform 0.2s ease;
            box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
            border: none;
            cursor: pointer;
        }

        .page-bl555login__cta-button:hover {
            background-color: #1a4fbf;
            transform: translateY(-2px);
        }

        .page-bl555login__section {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
            background-color: #ffffff;
            border-radius: 10px;
            margin-bottom: 30px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.05);
        }

        .page-bl555login__section--alt {
            background-color: #f0f4f8;
            box-shadow: none;
        }

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

        .page-bl555login__text-block {
            margin-bottom: 20px;
            text-align: justify;
        }

        .page-bl555login__text-block h3 {
            font-size: 1.5em;
            color: #333333;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .page-bl555login__text-block p {
            font-size: 1em;
            color: #555555;
            margin-bottom: 10px;
        }

        .page-bl555login__text-block ul {
            list-style: disc;
            padding-left: 25px;
            margin-bottom: 15px;
        }

        .page-bl555login__text-block li {
            margin-bottom: 8px;
            color: #555555;
        }

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

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

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

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

        .page-bl555login__game-content {
            padding: 20px;
        }

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

        .page-bl555login__game-description {
            font-size: 0.95em;
            color: #64748b;
            margin-bottom: 15px;
        }

        .page-bl555login__game-button {
            display: inline-block;
            background-color: #64748b;
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-size: 0.9em;
            font-weight: 500;
            transition: background-color 0.3s ease;
        }

        .page-bl555login__game-button:hover {
            background-color: #4b5a6c;
        }

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

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

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

        .page-bl555login__promo-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
            object-fit: contain;
        }

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

        .page-bl555login__promo-description {
            font-size: 1em;
            color: #555555;
            margin-bottom: 20px;
        }

        .page-bl555login__promo-button {
            display: inline-block;
            background-color: #2563eb;
            color: #ffffff;
            padding: 12px 25px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
            transition: background-color 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .page-bl555login__promo-button:hover {
            background-color: #1a4fbf;
        }

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

        .page-bl555login__faq-item {
            background-color: #f0f4f8;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
        }

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

        .page-bl555login__faq-question h3 {
            margin: 0;
            font-size: 1.1em;
            color: #2563eb;
            pointer-events: none; /* Prevents text selection from interfering with click */
            flex-grow: 1;
        }

        .page-bl555login__faq-toggle {
            font-size: 1.5em;
            line-height: 1;
            margin-left: 15px;
            color: #2563eb;
            pointer-events: none; /* Prevents icon from interfering with click */
            transition: transform 0.3s ease;
        }

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

        .page-bl555login__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;
            background-color: #f0f4f8;
        }

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

        .page-bl555login__floating-button-container {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1000;
            width: 100%;
            max-width: 350px;
            text-align: center;
            box-sizing: border-box;
            padding: 0 15px;
        }

        .page-bl555login__floating-button {
            display: block;
            width: 100%;
            background-color: #ffc107; /* Eye-catching color */
            color: #333333;
            padding: 15px 20px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1em;
            box-shadow: 0 6px 20px rgba(0,0,0,0.2);
            transition: background-color 0.3s ease, transform 0.2s ease;
            animation: pulse 2s infinite;
            border: none;
            cursor: pointer;
        }

        .page-bl555login__floating-button:hover {
            background-color: #e0a800;
            transform: translateY(-2px) translateX(-50%);
        }

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

        /* General image responsiveness */
        .page-bl555login img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .page-bl555login {
                font-size: 15px;
                line-height: 1.5;
            }

            .page-bl555login__hero-section {
                padding-top: 10px !important; /* Small padding, relying on body for header offset */
                padding-bottom: 20px;
            }

            .page-bl555login__hero-image-container {
                max-height: 250px;
            }

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

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

            .page-bl555login__cta-button {
                padding: 12px 25px;
                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-bl555login__section {
                padding: 30px 15px;
                margin-bottom: 20px;
            }

            .page-bl555login__section-title {
                font-size: 1.6em;
                margin-bottom: 30px;
            }

            .page-bl555login__text-block h3 {
                font-size: 1.3em;
            }

            .page-bl555login__games-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

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

            .page-bl555login__game-title {
                font-size: 1.2em;
            }

            .page-bl555login__promo-cards {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-bl555login__promo-card {
                padding: 25px;
            }

            .page-bl555login__promo-title {
                font-size: 1.3em;
            }

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

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

            .page-bl555login__faq-question h3 {
                font-size: 1em;
            }

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

            .page-bl555login__floating-button-container {
                max-width: calc(100% - 30px);
                padding: 0;
            }

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

            .page-bl555login__section,
            .page-bl555login__card,
            .page-bl555login__container,
            .page-bl555login__floating-button-container {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                /* padding-left and padding-right are handled by parent sections/containers */
            }
            .page-bl555login__text-block ul, .page-bl555login__text-block ol {
                padding-left: 20px !important;
            }
            .page-bl555login__text-block li {
                box-sizing: border-box !important;
                width: 100% !important;
                max-width: 100% !important;
                word-wrap: break-word !important;
                overflow-wrap: break-word !important;
                word-break: break-word !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
        }
    