
    /* Base styles for the page-88vip scope */
    .page-88vip {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a2e; /* Dark background for betting site */
        line-height: 1.6;
        padding-top: 10px; /* Small decorative padding, assuming body padding-top is handled by shared.css */
    }

    .page-88vip__section-title {
        font-size: 2.5em;
        text-align: center;
        color: #e6b31e; /* Gold accent */
        margin-bottom: 40px;
        padding: 0 15px;
        font-weight: bold;
    }

    .page-88vip__section-description {
        font-size: 1.1em;
        text-align: center;
        margin-bottom: 50px;
        color: #ccc;
        padding: 0 15px;
    }

    .page-88vip__image {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 20px auto;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        box-sizing: border-box; /* Ensure padding/border included in width */
    }

    /* Hero Section */
    .page-88vip__hero-section {
        position: relative;
        height: 70vh; /* Adjust for mobile viewport */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        background: url('[GALLERY:hero:1920x1080:betting,casino,vietnam,88vip]') no-repeat center center/cover;
        border-radius: 0 0 15px 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
        margin-bottom: 60px;
        padding: 20px;
        box-sizing: border-box;
    }

    .page-88vip__hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .page-88vip__hero-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
        padding: 20px;
    }

    .page-88vip__hero-title {
        font-size: 3em;
        color: #fff;
        margin-bottom: 20px;
        line-height: 1.2;
        font-weight: bold;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-88vip__hero-subtitle {
        font-size: 1.4em;
        color: #e6e6e6;
        margin-bottom: 40px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    }

    .page-88vip__hero-cta-group {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .page-88vip__hero-button {
        display: inline-block;
        background-color: #e6b31e;
        color: #1a1a2e;
        padding: 15px 30px;
        border-radius: 30px;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        border: none;
    }

    .page-88vip__hero-button:hover {
        background-color: #ffda6a;
        transform: translateY(-3px);
    }

    .page-88vip__hero-button--secondary {
        background-color: #334466;
        color: #fff;
    }

    .page-88vip__hero-button--secondary:hover {
        background-color: #445577;
    }

    /* About Section */
    .page-88vip__about-section {
        max-width: 1200px;
        margin: 0 auto 60px auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .page-88vip__about-content p {
        margin-bottom: 15px;
        text-align: justify;
        color: #ccc;
        padding: 0 15px;
    }

    /* Product Grid */
    .page-88vip__products-section {
        max-width: 1200px;
        margin: 0 auto 60px auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .page-88vip__product-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        padding: 0 15px;
    }

    .page-88vip__product-item {
        background-color: #2c2c4d;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

    .page-88vip__product-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-88vip__product-image {
        width: 100%;
        height: 200px; /* Fixed height for consistency */
        object-fit: cover;
        display: block;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .page-88vip__product-title {
        font-size: 1.5em;
        color: #e6b31e;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .page-88vip__product-text {
        font-size: 1em;
        color: #ccc;
        padding: 0 15px;
    }

    /* Promotion Section */
    .page-88vip__promo-section {
        max-width: 1200px;
        margin: 0 auto 60px auto;
        padding: 20px;
        box-sizing: border-box;
    }

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

    .page-88vip__promo-item {
        background-color: #2c2c4d;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

    .page-88vip__promo-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-88vip__promo-image {
        width: 100%;
        height: 220px; /* Fixed height for consistency */
        object-fit: cover;
        display: block;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .page-88vip__promo-title {
        font-size: 1.4em;
        color: #e6b31e;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .page-88vip__promo-text {
        font-size: 0.95em;
        color: #ccc;
        padding: 0 15px;
    }

    .page-88vip__button-container {
        text-align: center;
        margin-top: 40px;
    }

    .page-88vip__cta-button {
        display: inline-block;
        background-color: #e6b31e;
        color: #1a1a2e;
        padding: 12px 25px;
        border-radius: 25px;
        text-decoration: none;
        font-size: 1.1em;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-88vip__cta-button:hover {
        background-color: #ffda6a;
        transform: translateY(-3px);
    }

    /* Logo Grids (Providers & Payments) */
    .page-88vip__providers-section,
    .page-88vip__payments-section {
        max-width: 1200px;
        margin: 0 auto 60px auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .page-88vip__logo-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        padding: 0 15px;
    }

    .page-88vip__logo-item {
        width: 150px; /* Smaller fixed width for logos */
        height: 100px; /* Fixed height */
        object-fit: contain;
        background-color: #2c2c4d;
        border-radius: 8px;
        padding: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box;
    }

    .page-88vip__logo-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    /* FAQ Section */
    .page-88vip__faq-section {
        max-width: 900px;
        margin: 0 auto 60px auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .page-88vip__faq-container {
        background-color: #2c2c4d;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        overflow: hidden;
        padding: 0 15px; /* Internal padding for the container */
    }

    .page-88vip__faq-item {
        border-bottom: 1px solid #3a3a5e;
    }

    .page-88vip__faq-item:last-child {
        border-bottom: none;
    }

    .page-88vip__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
        cursor: pointer;
        user-select: none;
        color: #e6b31e;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .page-88vip__faq-question:hover {
        background-color: #3a3a5e;
    }

    .page-88vip__faq-q-text {
        font-size: 1.2em;
        margin: 0;
        flex-grow: 1;
        pointer-events: none; /* Crucial for click handler on parent */
        color: #e6e6e6; /* Ensure contrast */
    }

    .page-88vip__faq-toggle {
        font-size: 1.5em;
        font-weight: bold;
        margin-left: 15px;
        pointer-events: none; /* Crucial for click handler on parent */
        color: #e6b31e;
        transition: transform 0.3s ease;
    }

    .page-88vip__faq-item.active .page-88vip__faq-toggle {
        transform: rotate(45deg); /* Change + to X or similar */
    }

    .page-88vip__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px; /* 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;
    }

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

    .page-88vip__faq-answer p {
        margin: 0;
        padding-bottom: 10px;
    }

    /* Why Choose Section */
    .page-88vip__why-choose-section {
        max-width: 1200px;
        margin: 0 auto 60px auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .page-88vip__why-choose-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        padding: 0 15px;
    }

    .page-88vip__why-choose-item {
        background-color: #2c2c4d;
        border-radius: 10px;
        padding: 30px 20px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box;
    }

    .page-88vip__why-choose-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-88vip__why-choose-icon {
        width: 80px;
        height: 80px;
        object-fit: contain;
        margin-bottom: 20px;
        filter: drop-shadow(0 0 5px rgba(230, 179, 30, 0.5)); /* Allowed filter for shadow, not color change */
        box-sizing: border-box;
    }

    .page-88vip__why-choose-heading {
        font-size: 1.4em;
        color: #e6b31e;
        margin-bottom: 15px;
    }

    .page-88vip__why-choose-text {
        font-size: 1em;
        color: #ccc;
    }

    /* Final CTA Section */
    .page-88vip__final-cta-section {
        max-width: 1200px;
        margin: 0 auto 80px auto;
        padding: 40px 20px;
        text-align: center;
        background-color: #2c2c4d;
        border-radius: 15px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
    }

    /* Floating Buttons */
    .page-88vip__floating-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        z-index: 1000;
    }

    .page-88vip__floating-btn {
        display: block;
        width: 120px;
        padding: 12px 0;
        text-align: center;
        border-radius: 25px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s ease, background-color 0.3s ease;
        box-sizing: border-box;
    }

    .page-88vip__floating-btn:hover {
        transform: translateY(-3px);
    }

    .page-88vip__floating-btn--register {
        background-color: #e6b31e;
        color: #1a1a2e;
    }

    .page-88vip__floating-btn--register:hover {
        background-color: #ffda6a;
    }

    .page-88vip__floating-btn--login {
        background-color: #334466;
        color: #fff;
    }

    .page-88vip__floating-btn--login:hover {
        background-color: #445577;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page-88vip__hero-section {
            height: 60vh;
            border-radius: 0;
        }

        .page-88vip__hero-title {
            font-size: 2.2em;
        }

        .page-88vip__hero-subtitle {
            font-size: 1.1em;
        }

        .page-88vip__hero-cta-group {
            flex-direction: column;
            gap: 15px;
        }

        .page-88vip__hero-button {
            width: 80%;
            margin: 0 auto;
            padding: 12px 20px;
            font-size: 1em;
        }

        .page-88vip__section-title {
            font-size: 2em;
            margin-bottom: 30px;
        }

        .page-88vip__section-description {
            font-size: 1em;
            margin-bottom: 30px;
        }

        /* List item responsiveness */
        .page-88vip__product-grid,
        .page-88vip__promo-grid,
        .page-88vip__why-choose-grid {
            grid-template-columns: 1fr; /* Single column on mobile */
            padding: 0 10px;
        }

        .page-88vip__product-item,
        .page-88vip__promo-item,
        .page-88vip__why-choose-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 15px; /* Adjust padding to not be too wide */
            padding-right: 15px;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }

        .page-88vip__product-image,
        .page-88vip__promo-image {
            height: 180px; /* Slightly smaller images on mobile */
        }

        .page-88vip__logo-grid {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
            padding: 0 10px;
        }

        .page-88vip__logo-item {
            width: 100px;
            height: 70px;
            max-width: 48% !important; /* Allow two logos per row */
            flex-grow: 1;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-88vip__faq-container {
            padding: 0 10px;
        }

        .page-88vip__faq-question {
            padding: 15px 0;
        }

        .page-88vip__faq-q-text {
            font-size: 1.1em;
        }

        .page-88vip__faq-answer {
            padding: 15px 15px !important; /* Ensure padding on active state */
        }

        .page-88vip__floating-buttons {
            bottom: 15px;
            right: 15px;
            gap: 10px;
        }

        .page-88vip__floating-btn {
            width: 100px;
            padding: 10px 0;
            font-size: 1em;
        }
    }

    @media (max-width: 480px) {
        .page-88vip__hero-title {
            font-size: 1.8em;
        }
        .page-88vip__hero-subtitle {
            font-size: 1em;
        }
        .page-88vip__section-title {
            font-size: 1.8em;
        }
        .page-88vip__logo-item {
            max-width: 45% !important; /* Adjust for smaller screens */
        }
    }
  