
    /* General styles for the page wrapper */
    .page-88-club-88 {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0; /* Light text for dark background */
        background-color: #1a1a1a; /* Dark background */
        line-height: 1.6;
        padding-top: 10px; /* Small decorative padding, relying on body padding for header offset */
    }

    /* Container for consistent width */
    .page-88-club-88__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 15px;
        box-sizing: border-box;
    }

    /* Section titles */
    .page-88-club-88__section-title {
        color: #ffcc00; /* Accent color */
        text-align: center;
        font-size: 2.2em;
        margin-bottom: 30px;
        padding-top: 20px;
        font-weight: bold;
    }

    .page-88-club-88__sub-section-title {
        color: #ffdd44;
        text-align: center;
        font-size: 1.8em;
        margin-top: 40px;
        margin-bottom: 25px;
        font-weight: bold;
    }

    /* Text content */
    .page-88-club-88__text-content {
        font-size: 1.1em;
        text-align: center;
        margin-bottom: 30px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Buttons */
    .page-88-club-88__primary-button {
        display: inline-block;
        background-color: #ffcc00; /* Accent color */
        color: #1a1a1a; /* Dark text on accent button */
        padding: 12px 25px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.2s ease;
        border: none;
        cursor: pointer;
    }

    .page-88-club-88__primary-button:hover {
        background-color: #e6b800;
        transform: translateY(-2px);
    }

    .page-88-club-88__button-center {
        text-align: center;
        margin-top: 30px;
    }

    /* Hero Section */
    .page-88-club-88__hero-section {
        position: relative;
        background: url('[GALLERY:hero:1920x1080:betting,casino,mobile,88club]') no-repeat center center/cover;
        min-height: 450px; /* Adjusted for mobile-first */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px 0; /* Add some padding for content */
        box-sizing: border-box;
    }

    .page-88-club-88__hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
    }

    .page-88-club-88__hero-content {
        position: relative;
        z-index: 1;
        max-width: 900px;
        padding: 20px;
    }

    .page-88-club-88__hero-title {
        color: #fff;
        font-size: 2.5em;
        margin-bottom: 15px;
        line-height: 1.2;
        font-weight: bold;
    }

    .page-88-club-88__hero-subtitle {
        color: #e0e0e0;
        font-size: 1.2em;
        margin-bottom: 30px;
    }

    .page-88-club-88__hero-cta-group {
        display: flex;
        flex-direction: column; /* Stack buttons on mobile */
        gap: 15px;
        justify-content: center;
        align-items: center;
    }

    .page-88-club-88__hero-button {
        display: block;
        width: 220px;
        padding: 14px 25px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2em;
        transition: background-color 0.3s ease, transform 0.2s ease;
        text-align: center;
        box-sizing: border-box;
    }

    .page-88-club-88__hero-button--register {
        background-color: #ffcc00;
        color: #1a1a1a;
    }

    .page-88-club-88__hero-button--register:hover {
        background-color: #e6b800;
        transform: translateY(-3px);
    }

    .page-88-club-88__hero-button--login {
        background-color: #333;
        color: #fff;
        border: 1px solid #ffcc00;
    }

    .page-88-club-88__hero-button--login:hover {
        background-color: #444;
        transform: translateY(-3px);
    }

    /* About Section */
    .page-88-club-88__about-section {
        background-color: #222;
        padding: 50px 0;
    }

    .page-88-club-88__image-wrapper {
        text-align: center;
        margin-top: 30px;
    }

    .page-88-club-88__image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    /* Product Section */
    .page-88-club-88__product-section {
        padding: 50px 0;
    }

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

    .page-88-club-88__product-card {
        background-color: #2a2a2a;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        padding-bottom: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    .page-88-club-88__product-card:hover {
        transform: translateY(-5px);
    }

    .page-88-club-88__product-image {
        width: 100%;
        height: 200px; /* Fixed height for product images */
        object-fit: cover;
        margin-bottom: 15px;
    }

    .page-88-club-88__product-title {
        color: #ffcc00;
        font-size: 1.5em;
        margin: 0 15px 10px;
        font-weight: bold;
    }

    .page-88-club-88__product-description {
        font-size: 0.95em;
        color: #bbb;
        padding: 0 15px;
    }

    /* Promo Section */
    .page-88-club-88__promo-section {
        background-color: #222;
        padding: 50px 0;
    }

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

    .page-88-club-88__promo-item {
        background-color: #2a2a2a;
        border-radius: 10px;
        padding: 25px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        text-align: center;
        box-sizing: border-box;
    }

    .page-88-club-88__promo-title {
        color: #ffcc00;
        font-size: 1.4em;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-88-club-88__promo-description {
        color: #bbb;
        font-size: 0.95em;
    }

    /* Features Section */
    .page-88-club-88__features-section {
        padding: 50px 0;
    }

    .page-88-club-88__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        margin-top: 30px;
    }

    .page-88-club-88__feature-card {
        background-color: #2a2a2a;
        border-radius: 10px;
        padding: 30px;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-88-club-88__feature-card:hover {
        transform: translateY(-5px);
    }

    .page-88-club-88__feature-icon {
        width: 100px;
        height: auto;
        margin-bottom: 20px;
        max-width: 100%; /* Ensure responsive for icons */
    }

    .page-88-club-88__feature-title {
        color: #ffcc00;
        font-size: 1.3em;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-88-club-88__feature-description {
        color: #bbb;
        font-size: 0.9em;
    }

    /* Payment & Providers Section */
    .page-88-club-88__payment-providers-section {
        background-color: #222;
        padding: 50px 0;
    }

    .page-88-club-88__logos-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 20px;
        margin-top: 20px;
        justify-items: center;
        align-items: center;
    }

    .page-88-club-88__logo-item {
        background-color: #333;
        border-radius: 8px;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        height: 80px; /* Uniform height for logo boxes */
        box-sizing: border-box;
    }

    .page-88-club-88__logo-image {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        object-fit: contain;
    }

    /* FAQ Section */
    .page-88-club-88__faq-section {
        padding: 50px 0;
    }

    .page-88-club-88__faq-list {
        margin-top: 30px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-88-club-88__faq-item {
        background-color: #2a2a2a;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
    }

    .page-88-club-88__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: #333;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.3s ease;
        box-sizing: border-box;
    }

    .page-88-club-88__faq-question:hover {
        background-color: #444;
    }

    .page-88-club-88__faq-title {
        color: #fff;
        font-size: 1.15em;
        margin: 0;
        font-weight: bold;
        pointer-events: none; /* Prevent text selection interfering with click */
    }

    .page-88-club-88__faq-toggle {
        color: #ffcc00;
        font-size: 1.8em;
        line-height: 1;
        font-weight: bold;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent icon interfering with click */
    }

    .page-88-club-88__faq-item.active .page-88-club-88__faq-toggle {
        transform: rotate(45deg); /* Change '+' to 'x' visually */
        color: #fff;
    }

    .page-88-club-88__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        color: #ccc;
        font-size: 1em;
        box-sizing: border-box;
    }

    .page-88-club-88__faq-item.active .page-88-club-88__faq-answer {
        max-height: 2000px !important; /* Sufficiently large to contain content */
        padding: 20px 20px !important;
        opacity: 1;
    }

    /* Fixed Register/Login Buttons */
    .page-88-club-88__fixed-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        z-index: 1000;
    }

    .page-88-club-88__fixed-button {
        display: block;
        width: 120px; /* Fixed width for compact mobile buttons */
        padding: 10px 15px;
        border-radius: 50px; /* Pill shape */
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 1em;
        transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
    }

    .page-88-club-88__fixed-button--register {
        background-color: #ffcc00;
        color: #1a1a1a;
    }

    .page-88-club-88__fixed-button--register:hover {
        background-color: #e6b800;
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    }

    .page-88-club-88__fixed-button--login {
        background-color: #444;
        color: #fff;
        border: 1px solid #ffcc00;
    }

    .page-88-club-88__fixed-button--login:hover {
        background-color: #555;
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page-88-club-88__hero-title {
            font-size: 2em;
        }

        .page-88-club-88__hero-subtitle {
            font-size: 1em;
        }

        .page-88-club-88__hero-button {
            width: 100%; /* Full width buttons on mobile */
            max-width: 250px; /* Max width for buttons */
        }

        .page-88-club-88__hero-cta-group {
            flex-direction: column;
            align-items: center;
        }

        .page-88-club-88__section-title {
            font-size: 1.8em;
        }

        .page-88-club-88__sub-section-title {
            font-size: 1.5em;
        }

        .page-88-club-88__text-content {
            font-size: 1em;
        }

        .page-88-club-88__product-grid,
        .page-88-club-88__promo-list,
        .page-88-club-88__features-grid,
        .page-88-club-88__logos-grid {
            grid-template-columns: 1fr; /* Stack all grids on mobile */
            gap: 20px;
        }

        .page-88-club-88__logo-item {
            width: 100%;
            max-width: 200px; /* Limit logo width for better appearance */
            box-sizing: border-box !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        /* List item specific responsive rules */
        .page-88-club-88__product-card,
        .page-88-club-88__promo-item,
        .page-88-club-88__feature-card,
        .page-88-club-88__faq-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 15px !important; /* Adjust padding for mobile */
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }

        .page-88-club-88__faq-question {
            padding: 12px 15px;
        }

        .page-88-club-88__faq-title {
            font-size: 1em;
        }

        .page-88-club-88__faq-answer {
            padding: 15px 15px !important;
        }

        .page-88-club-88__fixed-buttons {
            flex-direction: row; /* Buttons side-by-side at bottom on mobile */
            width: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            border-top: 1px solid #333;
            background-color: #1a1a1a;
            padding: 10px 15px;
            justify-content: space-around;
            gap: 10px;
            box-sizing: border-box;
            border-radius: 0;
        }

        .page-88-club-88__fixed-button {
            flex: 1;
            width: auto;
            max-width: 150px; /* Limit individual button width */
            padding: 10px 10px;
            font-size: 0.9em;
            border-radius: 5px; /* Slightly less rounded on mobile */
            box-shadow: none; /* No shadow on mobile fixed buttons */
        }
    }

    @media (min-width: 769px) {
        .page-88-club-88__hero-section {
            min-height: 600px;
        }

        .page-88-club-88__hero-title {
            font-size: 3.5em;
        }

        .page-88-club-88__hero-subtitle {
            font-size: 1.4em;
        }

        .page-88-club-88__hero-cta-group {
            flex-direction: row; /* Row for desktop */
        }

        .page-88-club-88__fixed-buttons {
            flex-direction: column; /* Stacked on desktop */
            right: 20px;
            left: auto;
            bottom: 20px;
            width: auto;
            padding: 0;
            border-top: none;
            background-color: transparent;
        }
    }
  