
    .page-888bnohu-com {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a1a;
        line-height: 1.6;
    }

    .page-888bnohu-com__section-title {
        font-size: 2.5em;
        color: #ffcc00;
        text-align: center;
        margin-bottom: 20px;
        padding: 20px 15px 0;
        font-weight: bold;
    }

    .page-888bnohu-com__section-description {
        text-align: center;
        color: #ccc;
        margin-bottom: 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }

    .page-888bnohu-com__hero-section {
        background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('[GALLERY:background:1920x1080:abstract,gaming,dark_background]') no-repeat center center/cover;
        padding: 10px 20px 60px; /* Top padding for header offset, bottom for content */
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .page-888bnohu-com__main-title {
        font-size: 3em;
        color: #ffcc00;
        margin-bottom: 10px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        font-weight: bold;
    }

    .page-888bnohu-com__subtitle {
        font-size: 1.2em;
        color: #e0e0e0;
        margin-bottom: 30px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-888bnohu-com__hero-image-wrapper {
        margin: 30px auto;
        max-width: 900px;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .page-888bnohu-com__hero-image {
        width: 100%;
        height: auto;
        display: block;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-888bnohu-com__promo-button {
        display: inline-block;
        background-color: #007bff; /* Blue accent */
        color: #fff;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .page-888bnohu-com__promo-button:hover {
        background-color: #0056b3;
    }

    .page-888bnohu-com__fixed-buttons {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 1000;
        width: calc(100% - 40px); /* Adjust for mobile padding */
        max-width: 350px; /* Max width for desktop */
        box-sizing: border-box;
    }

    .page-888bnohu-com__register-button,
    .page-888bnohu-com__login-button {
        flex: 1;
        padding: 12px 0;
        border-radius: 8px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-888bnohu-com__register-button {
        background-color: #28a745; /* Green */
        color: #fff;
    }

    .page-888bnohu-com__register-button:hover {
        background-color: #218838;
        transform: translateY(-2px);
    }

    .page-888bnohu-com__login-button {
        background-color: #17a2b8; /* Cyan */
        color: #fff;
    }

    .page-888bnohu-com__login-button:hover {
        background-color: #138496;
        transform: translateY(-2px);
    }

    .page-888bnohu-com__product-grid,
    .page-888bnohu-com__promo-grid,
    .page-888bnohu-com__provider-grid,
    .page-888bnohu-com__payment-grid,
    .page-888bnohu-com__social-links {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        padding: 0 20px;
        max-width: 1200px;
        margin: 0 auto 60px;
        box-sizing: border-box;
    }

    .page-888bnohu-com__product-card,
    .page-888bnohu-com__promo-card {
        background-color: #2a2a2a;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        text-align: center;
        padding-bottom: 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .page-888bnohu-com__product-card:hover,
    .page-888bnohu-com__promo-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .page-888bnohu-com__product-image,
    .page-888bnohu-com__promo-image {
        width: 100%;
        height: 200px; /* Fixed height for consistent card appearance */
        object-fit: cover;
        margin-bottom: 15px;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-888bnohu-com__product-title,
    .page-888bnohu-com__promo-title {
        font-size: 1.4em;
        color: #ffcc00;
        margin: 0 15px 10px;
        font-weight: bold;
    }

    .page-888bnohu-com__product-text,
    .page-888bnohu-com__promo-text {
        color: #ccc;
        font-size: 0.95em;
        margin: 0 15px 20px;
        flex-grow: 1; /* Pushes button to bottom */
    }

    .page-888bnohu-com__product-action,
    .page-888bnohu-com__promo-action {
        display: inline-block;
        background-color: #dc3545; /* Red accent */
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-top: auto; /* Aligns button to bottom */
    }

    .page-888bnohu-com__product-action:hover,
    .page-888bnohu-com__promo-action:hover {
        background-color: #c82333;
    }

    .page-888bnohu-com__about-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-888bnohu-com__about-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto 60px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .page-888bnohu-com__about-image {
        flex: 1;
        min-width: 300px;
        max-width: 50%;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        height: auto;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-888bnohu-com__about-text {
        flex: 1;
        min-width: 300px;
        max-width: 50%;
    }

    .page-888bnohu-com__about-text p {
        margin-bottom: 15px;
        color: #e0e0e0;
    }

    .page-888bnohu-com__about-text p:last-child {
        margin-bottom: 0;
    }

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

    .page-888bnohu-com__providers-section, .page-888bnohu-com__payments-section, .page-888bnohu-com__cta-social-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-888bnohu-com__provider-grid,
    .page-888bnohu-com__payment-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); /* Adjusted for more items */
    }

    .page-888bnohu-com__provider-item,
    .page-888bnohu-com__payment-item {
        background-color: #2a2a2a;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
        transition: transform 0.2s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .page-888bnohu-com__provider-item:hover,
    .page-888bnohu-com__payment-item:hover {
        transform: translateY(-3px);
    }

    .page-888bnohu-com__provider-logo,
    .page-888bnohu-com__payment-logo {
        max-width: 100%;
        height: auto;
        max-height: 80px; /* Limit height for logos */
        object-fit: contain;
        margin-bottom: 10px;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-888bnohu-com__provider-name,
    .page-888bnohu-com__payment-name {
        color: #ccc;
        font-size: 0.9em;
        font-weight: bold;
    }

    .page-888bnohu-com__social-links {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Smaller grid for social icons */
        margin-bottom: 40px;
    }

    .page-888bnohu-com__social-icon-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #ffcc00;
        transition: color 0.3s ease, transform 0.3s ease;
        padding: 10px;
    }

    .page-888bnohu-com__social-icon-link:hover {
        color: #fff;
        transform: translateY(-5px);
    }

    .page-888bnohu-com__social-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-888bnohu-com__final-cta {
        text-align: center;
        font-size: 1.3em;
        color: #ffcc00;
        margin-bottom: 60px;
        padding: 0 20px;
        font-weight: bold;
    }

    .page-888bnohu-com__faq-section {
        max-width: 900px;
        margin: 0 auto 60px;
        padding: 0 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-888bnohu-com__faq-list {
        border-top: 1px solid #333;
    }

    .page-888bnohu-com__faq-item {
        border-bottom: 1px solid #333;
        background-color: #2a2a2a;
        margin-bottom: 10px;
        border-radius: 8px;
        overflow: hidden;
    }

    .page-888bnohu-com__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        cursor: pointer;
        user-select: none;
        background-color: #333;
        color: #ffcc00;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .page-888bnohu-com__faq-question:hover {
        background-color: #444;
    }

    .page-888bnohu-com__faq-title {
        margin: 0;
        font-size: 1.1em;
        pointer-events: none; /* Prevent text selection from interfering with click */
    }

    .page-888bnohu-com__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent icon from interfering with click */
    }

    .page-888bnohu-com__faq-item.active .page-888bnohu-com__faq-toggle {
        transform: rotate(45deg); /* Change + to X or - */
    }

    .page-888bnohu-com__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px; /* 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: #e0e0e0;
    }

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

    .page-888bnohu-com__faq-answer p {
        margin-bottom: 10px;
    }
    .page-888bnohu-com__faq-answer p:last-child {
        margin-bottom: 0;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
        .page-888bnohu-com__main-title {
            font-size: 2.2em;
        }

        .page-888bnohu-com__subtitle {
            font-size: 1em;
        }

        .page-888bnohu-com__promo-button {
            padding: 12px 25px;
            font-size: 1em;
        }

        .page-888bnohu-com__fixed-buttons {
            gap: 10px;
            bottom: 15px;
            width: calc(100% - 30px);
        }

        .page-888bnohu-com__register-button,
        .page-888bnohu-com__login-button {
            padding: 10px 0;
            font-size: 0.95em;
        }

        .page-888bnohu-com__section-title {
            font-size: 2em;
            padding-left: 15px;
            padding-right: 15px;
        }

        .page-888bnohu-com__section-description {
            font-size: 0.9em;
        }

        .page-888bnohu-com__product-grid,
        .page-888bnohu-com__promo-grid,
        .page-888bnohu-com__provider-grid,
        .page-888bnohu-com__payment-grid,
        .page-888bnohu-com__social-links {
            grid-template-columns: 1fr !important; /* Stack items on mobile */
            padding: 0 15px !important;
            gap: 20px !important;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }

        .page-888bnohu-com__product-card,
        .page-888bnohu-com__promo-card,
        .page-888bnohu-com__provider-item,
        .page-888bnohu-com__payment-item,
        .page-888bnohu-com__social-icon-link {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 15px !important; /* Adjust padding for cards/items */
            padding-right: 15px !important;
        }

        .page-888bnohu-com__about-content {
            flex-direction: column !important;
            padding: 0 15px !important;
        }

        .page-888bnohu-com__about-image,
        .page-888bnohu-com__about-text {
            max-width: 100% !important;
            min-width: unset !important;
        }

        .page-888bnohu-com__product-image,
        .page-888bnohu-com__promo-image,
        .page-888bnohu-com__provider-logo,
        .page-888bnohu-com__payment-logo,
        .page-888bnohu-com__social-icon {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }

        .page-888bnohu-com__faq-section {
            padding: 0 15px !important;
        }

        .page-888bnohu-com__faq-question {
            padding: 12px 15px !important;
        }

        .page-888bnohu-com__faq-title {
            font-size: 1em !important;
        }

        .page-888bnohu-com__faq-answer {
            padding: 15px !important; /* Adjusted padding for mobile */
            font-size: 0.9em;
        }

        .page-888bnohu-com__final-cta {
            font-size: 1.1em;
            padding: 0 15px !important;
        }
    }
  