
    .page-hu88bet {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a1a;
        line-height: 1.6;
        padding-top: 10px; /* Small decorative padding, assuming body handles --header-offset */
    }

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

    .page-hu88bet__section-title {
        font-size: 2.5em;
        color: #ffcc00; /* Bright yellow for titles */
        text-align: center;
        margin-bottom: 40px;
        margin-top: 60px;
        text-transform: uppercase;
    }

    .page-hu88bet__text-content {
        font-size: 1.1em;
        text-align: center;
        margin-bottom: 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-hu88bet__keyword-highlight {
        color: #ffcc00;
        font-weight: bold;
    }

    /* Hero Section */
    .page-hu88bet__hero-section {
        position: relative;
        width: 100%;
        min-height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        margin-bottom: 40px;
        padding: 60px 0; /* Adjusted padding to ensure content is not too close to edges */
        box-sizing: border-box;
    }

    .page-hu88bet__hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        filter: brightness(0.5); /* Darken image for text readability */
        max-width: 100%; /* Responsive image */
    }

    .page-hu88bet__hero-content {
        position: relative;
        z-index: 2;
        color: #fff;
        max-width: 800px;
        padding: 20px;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 10px;
    }

    .page-hu88bet__hero-title {
        font-size: 3.5em;
        margin-bottom: 20px;
        color: #ffcc00;
        line-height: 1.2;
    }

    .page-hu88bet__hero-description {
        font-size: 1.4em;
        margin-bottom: 30px;
    }

    .page-hu88bet__hero-button,
    .page-hu88bet__cta-button {
        display: inline-block;
        background-color: #ffcc00;
        color: #1a1a1a;
        padding: 15px 30px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2em;
        transition: background-color 0.3s ease, color 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-hu88bet__hero-button:hover,
    .page-hu88bet__cta-button:hover {
        background-color: #e6b800;
        color: #000;
    }

    /* About Section */
    .page-hu88bet__about-section {
        padding: 60px 0;
        background-color: #222;
        margin-bottom: 40px;
    }

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

    .page-hu88bet__feature-item {
        background-color: #2c2c2c;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-hu88bet__feature-icon {
        width: 250px; /* Min size 200x200 */
        height: auto;
        max-width: 100%;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .page-hu88bet__feature-title {
        font-size: 1.5em;
        color: #ffcc00;
        margin-bottom: 15px;
    }

    .page-hu88bet__feature-description {
        font-size: 1em;
        color: #ccc;
    }

    /* Products Section */
    .page-hu88bet__products-section {
        padding: 60px 0;
        margin-bottom: 40px;
    }

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

    .page-hu88bet__product-card {
        background-color: #2c2c2c;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
    }

    .page-hu88bet__product-image {
        width: 100%;
        height: 250px; /* Fixed height for consistency */
        object-fit: cover;
        max-width: 100%; /* Responsive image */
    }

    .page-hu88bet__product-title {
        font-size: 1.5em;
        color: #ffcc00;
        padding: 15px 10px 5px;
    }

    .page-hu88bet__product-description {
        font-size: 0.95em;
        color: #ccc;
        padding: 0 15px 20px;
    }

    /* Promotions Section */
    .page-hu88bet__promotions-section {
        padding: 60px 0;
        background-color: #222;
        margin-bottom: 40px;
    }

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

    .page-hu88bet__promo-card {
        background-color: #2c2c2c;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
    }

    .page-hu88bet__promo-image {
        width: 100%;
        height: 280px; /* Fixed height for consistency */
        object-fit: cover;
        max-width: 100%; /* Responsive image */
    }

    .page-hu88bet__promo-title {
        font-size: 1.4em;
        color: #ffcc00;
        padding: 15px 10px 5px;
    }

    .page-hu88bet__promo-description {
        font-size: 0.95em;
        color: #ccc;
        padding: 0 15px 20px;
    }

    .page-hu88bet__center-button {
        text-align: center;
        margin-top: 40px;
    }

    /* CTA Section */
    .page-hu88bet__cta-section {
        padding: 60px 0;
        text-align: center;
        background-color: #1a1a1a;
        margin-bottom: 40px;
    }

    /* FAQ Section */
    .page-hu88bet__faq-section {
        padding: 60px 0;
        background-color: #222;
    }

    .page-hu88bet__faq-list {
        max-width: 900px;
        margin: 40px auto 0;
    }

    .page-hu88bet__faq-item {
        background-color: #2c2c2c;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

    .page-hu88bet__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        background-color: #333;
        cursor: pointer;
        user-select: none;
        border-bottom: 1px solid #444;
    }

    .page-hu88bet__faq-question:hover {
        background-color: #3a3a3a;
    }

    .page-hu88bet__faq-question-title {
        font-size: 1.3em;
        color: #ffcc00;
        margin: 0;
        pointer-events: none; /* Prevent h3 from blocking click on parent */
        flex-grow: 1;
        text-align: left;
    }

    .page-hu88bet__faq-toggle {
        font-size: 1.8em;
        color: #ffcc00;
        margin-left: 20px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent span from blocking click on parent */
    }

    .page-hu88bet__faq-item.active .page-hu88bet__faq-toggle {
        transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    .page-hu88bet__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: #ccc;
        font-size: 1.05em;
        text-align: left;
    }

    .page-hu88bet__faq-item.active .page-hu88bet__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-hu88bet__faq-answer p {
        margin: 0;
    }

    /* Floating Register/Login Buttons */
    .page-hu88bet__floating-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

    .page-hu88bet__floating-button {
        display: block;
        padding: 12px 20px;
        border-radius: 50px; /* Pill shape */
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        font-size: 1.1em;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        transition: transform 0.2s ease, background-color 0.2s ease;
        min-width: 100px;
    }

    .page-hu88bet__floating-button--register {
        background-color: #ffcc00;
        color: #1a1a1a;
    }

    .page-hu88bet__floating-button--register:hover {
        background-color: #e6b800;
        transform: translateY(-2px);
    }

    .page-hu88bet__floating-button--login {
        background-color: #007bff; /* A distinct blue */
        color: #fff;
    }

    .page-hu88bet__floating-button--login:hover {
        background-color: #0056b3;
        transform: translateY(-2px);
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .page-hu88bet__section-title {
            font-size: 2em;
        }

        .page-hu88bet__hero-title {
            font-size: 2.8em;
        }

        .page-hu88bet__hero-description {
            font-size: 1.2em;
        }
    }

    @media (max-width: 768px) {
        .page-hu88bet__section-title {
            font-size: 1.8em;
            margin-top: 40px;
            margin-bottom: 30px;
        }

        .page-hu88bet__text-content {
            font-size: 1em;
            margin-bottom: 30px;
        }

        .page-hu88bet__hero-section {
            min-height: 400px;
            padding: 40px 0;
        }

        .page-hu88bet__hero-title {
            font-size: 2em;
        }

        .page-hu88bet__hero-description {
            font-size: 1em;
        }

        .page-hu88bet__hero-button,
        .page-hu88bet__cta-button {
            padding: 12px 25px;
            font-size: 1em;
        }

        .page-hu88bet__features-grid,
        .page-hu88bet__product-grid,
        .page-hu88bet__promo-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        /* List item responsiveness */
        .page-hu88bet__feature-item,
        .page-hu88bet__product-card,
        .page-hu88bet__promo-card,
        .page-hu88bet__faq-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 20px; /* Adjust padding as needed for smaller screens */
        }

        .page-hu88bet__feature-icon,
        .page-hu88bet__product-image,
        .page-hu88bet__promo-image {
            max-width: 100% !important;
            height: auto !important; /* Ensure images scale */
            box-sizing: border-box !important;
        }

        .page-hu88bet__faq-question {
            padding: 15px 20px;
        }

        .page-hu88bet__faq-question-title {
            font-size: 1.1em;
        }

        .page-hu88bet__faq-toggle {
            font-size: 1.5em;
        }

        .page-hu88bet__faq-answer {
            padding: 0 20px;
        }

        .page-hu88bet__faq-item.active .page-hu88bet__faq-answer {
            padding: 15px 20px !important;
        }

        .page-hu88bet__floating-buttons {
            right: 10px;
            bottom: 10px;
        }

        .page-hu88bet__floating-button {
            padding: 10px 15px;
            font-size: 1em;
        }
    }

    @media (max-width: 480px) {
        .page-hu88bet__hero-title {
            font-size: 1.8em;
        }

        .page-hu88bet__hero-description {
            font-size: 0.9em;
        }

        .page-hu88bet__floating-buttons {
            right: 5px;
            bottom: 5px;
            gap: 5px;
        }

        .page-hu88bet__floating-button {
            padding: 8px 12px;
            font-size: 0.9em;
            min-width: 80px;
        }
    }

    /* Ensure text wrapping for all text elements */
    .page-hu88bet p,
    .page-hu88bet h1,
    .page-hu88bet h2,
    .page-hu88bet h3,
    .page-hu88bet__hero-description,
    .page-hu88bet__feature-description,
    .page-hu88bet__product-description,
    .page-hu88bet__promo-description,
    .page-hu88bet__faq-answer {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }
  