
    .page-68-game-b-i-68-gamebaizz {
        font-family: 'Arial', sans-serif;
        color: #fff;
        background-color: #1a1a1a;
        line-height: 1.6;
        overflow-x: hidden;
    }

    .page-68-game-b-i-68-gamebaizz__hero-section {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gaming,casino,abstract]') no-repeat center center/cover;
        padding: 80px 20px 60px;
        text-align: center;
        position: relative;
        padding-top: 10px; /* Decorative padding, assuming body has header offset */
    }

    .page-68-game-b-i-68-gamebaizz__hero-section h1 {
        font-size: 2.8em;
        color: #FFD700;
        margin-bottom: 20px;
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-68-game-b-i-68-gamebaizz__hero-section p {
        font-size: 1.1em;
        max-width: 800px;
        margin: 0 auto 30px;
        color: #ccc;
    }

    .page-68-game-b-i-68-gamebaizz__cta-button {
        display: inline-block;
        background-color: #4CAF50;
        color: #fff;
        padding: 15px 35px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-68-game-b-i-68-gamebaizz__cta-button:hover {
        background-color: #45a049;
        transform: translateY(-3px);
    }

    .page-68-game-b-i-68-gamebaizz__section {
        padding: 50px 20px;
        text-align: center;
        background-color: #222;
    }

    .page-68-game-b-i-68-gamebaizz__section--dark {
        background-color: #1a1a1a;
    }

    .page-68-game-b-i-68-gamebaizz__section h2 {
        font-size: 2.2em;
        color: #FFD700;
        margin-bottom: 40px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-68-game-b-i-68-gamebaizz__section p {
        max-width: 900px;
        margin: 0 auto 30px;
        color: #ccc;
    }

    .page-68-game-b-i-68-gamebaizz__game-categories {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-68-game-b-i-68-gamebaizz__category-item {
        background-color: #333;
        border-radius: 12px;
        padding: 25px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
        box-sizing: border-box; /* For mobile list item */
    }

    .page-68-game-b-i-68-gamebaizz__category-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .page-68-game-b-i-68-gamebaizz__category-item img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .page-68-game-b-i-68-gamebaizz__category-item h3 {
        color: #FFD700;
        font-size: 1.4em;
        margin-bottom: 10px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-68-game-b-i-68-gamebaizz__category-item p {
        font-size: 0.95em;
        color: #ccc;
        margin-bottom: 0;
    }

    .page-68-game-b-i-68-gamebaizz__promotions-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-68-game-b-i-68-gamebaizz__promotion-card {
        background-color: #333;
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
        overflow: hidden;
        text-align: left;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box; /* For mobile list item */
    }

    .page-68-game-b-i-68-gamebaizz__promotion-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .page-68-game-b-i-68-gamebaizz__promotion-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        border-bottom: 1px solid #444;
    }

    .page-68-game-b-i-68-gamebaizz__promotion-card-content {
        padding: 25px;
    }

    .page-68-game-b-i-68-gamebaizz__promotion-card-content h3 {
        color: #FFD700;
        font-size: 1.3em;
        margin-top: 0;
        margin-bottom: 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-68-game-b-i-68-gamebaizz__promotion-card-content p {
        font-size: 0.9em;
        color: #ccc;
        margin-bottom: 20px;
    }

    .page-68-game-b-i-68-gamebaizz__read-more-btn {
        display: inline-block;
        background-color: #007bff;
        color: #fff;
        padding: 10px 20px;
        border-radius: 20px;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .page-68-game-b-i-68-gamebaizz__read-more-btn:hover {
        background-color: #0056b3;
    }

    .page-68-game-b-i-68-gamebaizz__features-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

    .page-68-game-b-i-68-gamebaizz__feature-item {
        background-color: #333;
        border-radius: 10px;
        padding: 20px;
        text-align: left;
        flex: 1 1 calc(33% - 25px);
        max-width: calc(33% - 25px);
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
        box-sizing: border-box; /* For mobile list item */
    }

    .page-68-game-b-i-68-gamebaizz__feature-item:hover {
        transform: translateY(-5px);
    }

    .page-68-game-b-i-68-gamebaizz__feature-item h3 {
        color: #FFD700;
        font-size: 1.2em;
        margin-top: 0;
        margin-bottom: 10px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-68-game-b-i-68-gamebaizz__feature-item p {
        font-size: 0.9em;
        color: #ccc;
        margin-bottom: 0;
    }

    /* Floating Buttons */
    .page-68-game-b-i-68-gamebaizz__floating-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

    .page-68-game-b-i-68-gamebaizz__register-button,
    .page-68-game-b-i-68-gamebaizz__login-button {
        background-color: #FFD700; /* Gold */
        color: #333;
        padding: 12px 25px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        min-width: 120px;
    }

    .page-68-game-b-i-68-gamebaizz__register-button:hover,
    .page-68-game-b-i-68-gamebaizz__login-button:hover {
        background-color: #FFA500; /* Orange-gold */
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    /* FAQ styles */
    .page-68-game-b-i-68-gamebaizz__faq-section {
        padding: 40px 20px;
        background-color: #2a2a2a;
        color: #fff;
        text-align: center;
    }

    .page-68-game-b-i-68-gamebaizz__faq-section h2 {
        color: #FFD700;
        margin-bottom: 30px;
        font-size: 2.2em;
    }

    .page-68-game-b-i-68-gamebaizz__faq-container {
        max-width: 800px;
        margin: 0 auto;
        text-align: left;
    }

    .page-68-game-b-i-68-gamebaizz__faq-item {
        background-color: #333;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .page-68-game-b-i-68-gamebaizz__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        background-color: #444;
        cursor: pointer;
        user-select: none;
        font-size: 1.1em;
        font-weight: bold;
        color: #fff;
        transition: background-color 0.3s ease;
    }

    .page-68-game-b-i-68-gamebaizz__faq-question:hover {
        background-color: #555;
    }

    .page-68-game-b-i-68-gamebaizz__faq-question h3 {
        margin: 0;
        font-size: 1.1em; /* Ensure consistent font size */
        color: #fff;
        pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-68-game-b-i-68-gamebaizz__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-68-game-b-i-68-gamebaizz__faq-item.active .page-68-game-b-i-68-gamebaizz__faq-toggle {
        transform: rotate(45deg); /* Change + to X or - */
    }

    .page-68-game-b-i-68-gamebaizz__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px; /* Initial padding */
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #ccc;
        font-size: 0.95em;
        line-height: 1.6;
        box-sizing: border-box; /* Ensure padding is included in height */
        word-wrap: break-word; /* Ensure text wraps */
        overflow-wrap: break-word;
    }

    .page-68-game-b-i-68-gamebaizz__faq-item.active .page-68-game-b-i-68-gamebaizz__faq-answer {
        max-height: 2000px !important; /* Sufficiently large height for content */
        padding: 20px 25px !important; /* Expanded padding */
        opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .page-68-game-b-i-68-gamebaizz__hero-section h1 {
            font-size: 2.5em;
        }
        .page-68-game-b-i-68-gamebaizz__section h2 {
            font-size: 2em;
        }
        .page-68-game-b-i-68-gamebaizz__feature-item {
            flex: 1 1 calc(50% - 25px);
            max-width: calc(50% - 25px);
        }
    }

    @media (max-width: 768px) {
        .page-68-game-b-i-68-gamebaizz__hero-section {
            padding: 60px 15px 40px;
        }
        .page-68-game-b-i-68-gamebaizz__hero-section h1 {
            font-size: 2em;
        }
        .page-68-game-b-i-68-gamebaizz__hero-section p {
            font-size: 1em;
        }
        .page-68-game-b-i-68-gamebaizz__cta-button {
            padding: 12px 25px;
            font-size: 1.1em;
        }
        .page-68-game-b-i-68-gamebaizz__section {
            padding: 40px 15px;
        }
        .page-68-game-b-i-68-gamebaizz__section h2 {
            font-size: 1.8em;
        }
        .page-68-game-b-i-68-gamebaizz__game-categories,
        .page-68-game-b-i-68-gamebaizz__promotions-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        .page-68-game-b-i-68-gamebaizz__category-item,
        .page-68-game-b-i-68-gamebaizz__promotion-card,
        .page-68-game-b-i-68-gamebaizz__feature-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 20px;
        }
        .page-68-game-b-i-68-gamebaizz__features-list {
            flex-direction: column;
            gap: 20px;
            padding: 0;
        }
        .page-68-game-b-i-68-gamebaizz__feature-item {
            flex: none;
        }
        .page-68-game-b-i-68-gamebaizz__floating-buttons {
            flex-direction: row;
            left: 15px;
            right: 15px;
            bottom: 15px;
            justify-content: space-around;
        }
        .page-68-game-b-i-68-gamebaizz__register-button,
        .page-68-game-b-i-68-gamebaizz__login-button {
            flex: 1;
            font-size: 1em;
            padding: 10px 15px;
        }
        /* Images responsiveness */
        .page-68-game-b-i-68-gamebaizz img {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
        .page-68-game-b-i-68-gamebaizz__category-item img,
        .page-68-game-b-i-68-gamebaizz__promotion-card img {
            width: 100% !important;
            height: auto !important;
        }

        /* Mobile responsiveness for FAQ */
        .page-68-game-b-i-68-gamebaizz__faq-section {
            padding: 30px 15px;
        }
        .page-68-game-b-i-68-gamebaizz__faq-section h2 {
            font-size: 1.8em;
        }
        .page-68-game-b-i-68-gamebaizz__faq-question {
            padding: 15px 20px;
            font-size: 1em;
        }
        .page-68-game-b-i-68-gamebaizz__faq-question h3 {
            font-size: 1em;
        }
        .page-68-game-b-i-68-gamebaizz__faq-answer {
            padding: 0 20px;
            font-size: 0.9em;
        }
        .page-68-game-b-i-68-gamebaizz__faq-item.active .page-68-game-b-i-68-gamebaizz__faq-answer {
            padding: 15px 20px !important;
        }
    }
  