
    /* General styles for page-88new */
    .page-88new {
        font-family: 'Arial', sans-serif;
        color: #e0e0e0;
        background-color: #1a1a1a;
        line-height: 1.6;
        padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    .page-88new__section-title {
        font-size: 2.5em;
        color: #f0b90b; /* Accent color */
        text-align: center;
        margin-bottom: 20px;
        padding-top: 40px;
        font-weight: bold;
    }

    .page-88new__sub-title {
        font-size: 1.8em;
        color: #f0b90b;
        text-align: center;
        margin-bottom: 15px;
    }

    .page-88new__section-description {
        font-size: 1.1em;
        text-align: center;
        max-width: 800px;
        margin: 0 auto 40px auto;
        color: #cccccc;
    }

    .page-88new__text-block {
        margin-bottom: 15px;
        text-align: justify;
        color: #e0e0e0;
    }

    .page-88new__button {
        display: inline-block;
        padding: 12px 25px;
        background-color: #f0b90b;
        color: #1a1a1a;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.2s ease;
        text-align: center;
        cursor: pointer;
        font-size: 1.1em;
        border: none;
    }

    .page-88new__button:hover {
        background-color: #e6a70a;
        transform: translateY(-2px);
    }

    /* Hero Section */
    .page-88new__hero-section {
        position: relative;
        background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('[GALLERY:hero:1920x1080:88new,betting,casino,background]') no-repeat center center/cover;
        color: #ffffff;
        padding: 10px 20px 100px; /* Small decorative padding-top, main offset handled by .page-88new */
        text-align: center;
        min-height: 70vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    .page-88new__hero-content {
        max-width: 900px;
        margin: 0 auto;
    }

    .page-88new__main-title {
        font-size: 3.5em;
        margin-bottom: 20px;
        color: #f0b90b;
        line-height: 1.2;
        font-weight: bold;
    }

    .page-88new__hero-description {
        font-size: 1.3em;
        margin-bottom: 30px;
        color: #e0e0e0;
    }

    .page-88new__promo-banner {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 20px;
        border-radius: 10px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-88new__promo-image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 15px;
        border: 2px solid #f0b90b;
    }

    .page-88new__promo-text {
        font-size: 1.1em;
        color: #ffffff;
        max-width: 600px;
    }

    /* Floating Buttons */
    .page-88new__floating-buttons {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 1000;
        padding: 10px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 50px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .page-88new__button--register {
        background-color: #00a86b; /* Green for register */
        color: #ffffff;
    }

    .page-88new__button--register:hover {
        background-color: #008a5a;
    }

    .page-88new__button--login {
        background-color: #f0b90b; /* Yellow for login */
        color: #1a1a1a;
    }

    .page-88new__button--login:hover {
        background-color: #e6a70a;
    }

    /* About Section */
    .page-88new__about-section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .page-88new__about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .page-88new__about-image {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        border: 2px solid #f0b90b;
    }

    /* Products Section */
    .page-88new__products-section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-88new__product-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        justify-content: center;
    }

    .page-88new__product-item {
        background-color: #2a2a2a;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        padding-bottom: 20px;
        transition: transform 0.3s ease;
        border: 1px solid #3a3a3a;
    }

    .page-88new__product-item:hover {
        transform: translateY(-5px);
    }

    .page-88new__product-image {
        width: 100%;
        height: 200px; /* Fixed height for consistency */
        object-fit: cover;
        display: block;
        margin-bottom: 15px;
        border-bottom: 2px solid #f0b90b;
    }

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

    .page-88new__product-description {
        font-size: 0.95em;
        color: #cccccc;
        padding: 0 15px;
    }

    /* Promotions Section */
    .page-88new__promotions-section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-88new__promo-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        justify-content: center;
    }

    .page-88new__promo-card {
        background-color: #2a2a2a;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        padding-bottom: 20px;
        transition: transform 0.3s ease;
        border: 1px solid #3a3a3a;
    }

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

    .page-88new__promo-card-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
        margin-bottom: 15px;
        border-bottom: 2px solid #f0b90b;
    }

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

    .page-88new__promo-card-description {
        font-size: 0.95em;
        color: #cccccc;
        padding: 0 15px 20px;
    }

    .page-88new__button--view-promo {
        background-color: #00a86b;
        color: #ffffff;
        margin-top: 15px;
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-88new__button--view-promo:hover {
        background-color: #008a5a;
    }

    /* Partners & Payments Section */
    .page-88new__partners-payments-section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-88new__content-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
    }

    .page-88new__providers,
    .page-88new__payments {
        flex: 1;
        min-width: 300px;
        background-color: #2a2a2a;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        padding: 30px;
        border: 1px solid #3a3a3a;
    }

    .page-88new__provider-list,
    .page-88new__payment-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .page-88new__provider-item,
    .page-88new__payment-item {
        background-color: #3a3a3a;
        color: #e0e0e0;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 1em;
        box-sizing: border-box; /* Crucial for responsive lists */
        flex-grow: 1; /* Allow items to grow */
        text-align: center;
        max-width: 180px; /* Limit max width for items */
    }

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

    .page-88new__faq-container {
        margin-top: 30px;
    }

    .page-88new__faq-item {
        background-color: #2a2a2a;
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        border: 1px solid #3a3a3a;
    }

    .page-88new__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        cursor: pointer;
        background-color: #3a3a3a;
        color: #f0b90b;
        font-weight: bold;
        font-size: 1.1em;
        user-select: none;
        transition: background-color 0.3s ease;
    }

    .page-88new__faq-question:hover {
        background-color: #4a4a4a;
    }

    .page-88new__faq-question-text {
        margin: 0;
        flex-grow: 1;
        pointer-events: none; /* Prevent text from blocking click event */
        color: #f0b90b;
        font-size: 1.1em;
    }

    .page-88new__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        margin-left: 10px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent icon from blocking click event */
        color: #f0b90b;
    }

    .page-88new__faq-item.active .page-88new__faq-toggle {
        transform: rotate(45deg); /* Plus to X (rotate 45deg) */
    }

    .page-88new__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        background-color: #2a2a2a;
        color: #e0e0e0;
    }

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

    .page-88new__faq-answer p {
        margin: 0;
        padding-bottom: 5px;
    }

    /* CTA Section */
    .page-88new__cta-section {
        padding: 60px 20px;
        text-align: center;
        background-color: #2a2a2a;
        margin-top: 40px;
    }

    .page-88new__button--cta {
        margin-top: 30px;
        padding: 15px 35px;
        font-size: 1.2em;
        background-color: #00a86b;
        color: #ffffff;
    }

    .page-88new__button--cta:hover {
        background-color: #008a5a;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .page-88new__main-title {
            font-size: 3em;
        }
        .page-88new__hero-description {
            font-size: 1.2em;
        }
        .page-88new__section-title {
            font-size: 2em;
        }
    }

    @media (max-width: 768px) {
        .page-88new__hero-section {
            padding-top: 10px; /* Small decorative padding, main offset handled by .page-88new */
            padding-bottom: 120px; /* Make space for floating buttons */
        }
        .page-88new__main-title {
            font-size: 2.5em;
        }
        .page-88new__hero-description {
            font-size: 1em;
        }
        .page-88new__floating-buttons {
            flex-direction: column;
            width: calc(100% - 40px);
            left: 20px;
            transform: translateX(0);
            bottom: 10px;
            border-radius: 10px;
            gap: 10px;
            padding: 10px;
        }
        .page-88new__button--register,
        .page-88new__button--login {
            width: 100% !important;
            box-sizing: border-box !important;
        }

        .page-88new__about-content {
            flex-direction: column;
        }
        .page-88new__about-image {
            max-width: 100%;
            height: auto !important; /* Ensure image scales */
            box-sizing: border-box !important;
        }

        .page-88new__product-grid,
        .page-88new__promo-list {
            grid-template-columns: 1fr;
        }

        .page-88new__product-item,
        .page-88new__promo-card {
            max-width: 100%;
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box !important;
        }
        .page-88new__product-image,
        .page-88new__promo-card-image {
            max-width: 100%;
            height: auto !important;
            box-sizing: border-box !important;
        }

        .page-88new__content-wrapper {
            flex-direction: column;
        }
        .page-88new__providers,
        .page-88new__payments {
            min-width: unset;
            width: 100%;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .page-88new__provider-list,
        .page-88new__payment-list {
            flex-direction: column;
            width: 100%;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box !important;
        }
        .page-88new__provider-item,
        .page-88new__payment-item {
            width: 100% !important;
            max-width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-88new__faq-question {
            font-size: 1em;
            padding: 12px 15px;
        }
        .page-88new__faq-question-text {
            font-size: 1em;
        }
        .page-88new__faq-answer {
            padding: 15px !important;
        }
    }

    @media (max-width: 480px) {
        .page-88new__main-title {
            font-size: 2em;
        }
        .page-88new__hero-description {
            font-size: 0.9em;
        }
        .page-88new__section-title {
            font-size: 1.8em;
        }
        .page-88new__button {
            padding: 10px 20px;
            font-size: 1em;
        }
    }
  