
    .page-881-com {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0; /* Light text for dark background */
        background-color: #1a1a2e; /* Dark background */
        line-height: 1.6;
        padding-bottom: 20px; /* Some padding at the bottom before footer */
    }

    .page-881-com__section-title {
        font-size: 2.5em;
        color: #e94560; /* Highlight color */
        text-align: center;
        margin-bottom: 40px;
        padding-top: 20px;
        font-weight: bold;
    }

    .page-881-com__subsection-title {
        font-size: 1.8em;
        color: #e94560;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    /* Hero Section */
    .page-881-com__hero-section {
        position: relative;
        padding: 10px 20px 60px; /* Small padding-top as body handles header offset */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        color: #ffffff;
        background: linear-gradient(135deg, #1a1a2e, #0f3460);
    }

    .page-881-com__hero-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin-top: 30px;
        box-sizing: border-box;
    }

    .page-881-com__hero-image {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        display: block;
        margin: 0 auto;
    }

    .page-881-com__hero-content {
        max-width: 900px;
        z-index: 1;
    }

    .page-881-com__main-title {
        font-size: 3.5em;
        margin-bottom: 15px;
        color: #e94560;
        line-height: 1.2;
    }

    .page-881-com__hero-description {
        font-size: 1.3em;
        margin-bottom: 30px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        color: #cccccc;
    }

    .page-881-com__hero-cta-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .page-881-com__cta-button {
        padding: 15px 30px;
        border-radius: 8px;
        font-size: 1.1em;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
        text-align: center;
    }

    .page-881-com__cta-button--primary {
        background-color: #e94560;
        color: #ffffff;
        border: none;
        box-shadow: 0 4px 15px rgba(233, 69, 96, 0.4);
    }

    .page-881-com__cta-button--primary:hover {
        background-color: #d13a52;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(233, 69, 96, 0.6);
    }

    .page-881-com__cta-button--secondary {
        background-color: transparent;
        color: #e94560;
        border: 2px solid #e94560;
        box-shadow: 0 4px 15px rgba(233, 69, 96, 0.2);
    }

    .page-881-com__cta-button--secondary:hover {
        background-color: rgba(233, 69, 96, 0.1);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(233, 69, 96, 0.4);
    }

    /* About Section */
    .page-881-com__about-section {
        padding: 60px 20px;
        background-color: #0f3460;
    }

    .page-881-com__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-881-com__feature-item {
        background-color: #1a1a2e;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-881-com__feature-item:hover {
        transform: translateY(-5px);
    }

    .page-881-com__feature-icon {
        width: 200px; /* Minimum size 200px */
        height: auto;
        max-width: 100%;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .page-881-com__feature-title {
        font-size: 1.8em;
        color: #e94560;
        margin-bottom: 10px;
    }

    .page-881-com__feature-description {
        color: #cccccc;
        font-size: 1em;
    }

    /* Products Section */
    .page-881-com__products-section {
        padding: 60px 20px;
        background-color: #1a1a2e;
    }

    .page-881-com__product-categories {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-881-com__product-card {
        background-color: #0f3460;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-881-com__product-card:hover {
        transform: translateY(-5px);
    }

    .page-881-com__product-image {
        width: 100%;
        height: 200px; /* Fixed height for consistency, adjust as needed */
        object-fit: cover;
        display: block;
        max-width: 100%;
    }

    .page-881-com__product-title {
        font-size: 1.5em;
        color: #e94560;
        padding: 15px;
        text-align: center;
    }

    .page-881-com__product-description {
        font-size: 0.95em;
        color: #cccccc;
        padding: 0 15px 20px;
        text-align: center;
    }

    /* Promotions Section */
    .page-881-com__promotions-section {
        padding: 60px 20px;
        background-color: #0f3460;
    }

    .page-881-com__promotions-intro {
        text-align: center;
        font-size: 1.1em;
        color: #cccccc;
        margin-bottom: 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-881-com__promo-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-881-com__promo-card {
        background-color: #1a1a2e;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-881-com__promo-card:hover {
        transform: translateY(-5px);
    }

    .page-881-com__promo-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        max-width: 100%;
    }

    .page-881-com__promo-title {
        font-size: 1.4em;
        color: #e94560;
        padding: 15px;
        text-align: center;
    }

    .page-881-com__promo-description {
        font-size: 0.95em;
        color: #cccccc;
        padding: 0 15px 20px;
        text-align: center;
    }

    .page-881-com__promotions-note {
        text-align: center;
        font-size: 0.9em;
        color: #999999;
        margin-top: 40px;
    }

    /* Payment & Providers Section */
    .page-881-com__payment-providers-section {
        padding: 60px 20px;
        background-color: #1a1a2e;
    }

    .page-881-com__subsection {
        margin-bottom: 50px;
    }

    .page-881-com__logos-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjusted for logos */
        gap: 20px;
        max-width: 1000px;
        margin: 0 auto;
        justify-items: center;
    }

    .page-881-com__logo-item {
        width: 200px; /* Minimum size 200px */
        height: auto;
        max-width: 100%;
        display: block;
        filter: brightness(0.8) contrast(1.2); /* Slight adjustment for visibility on dark background, not color change */
        transition: transform 0.3s ease;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .page-881-com__logo-item:hover {
        transform: scale(1.05);
    }

    /* FAQ Section */
    .page-881-com__faq-section {
        padding: 60px 20px;
        background-color: #0f3460;
    }

    .page-881-com__faq-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .page-881-com__faq-item {
        background-color: #1a1a2e;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
    }

    .page-881-com__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        background-color: #0f3460;
        cursor: pointer;
        user-select: none;
        color: #e94560;
        font-size: 1.2em;
        font-weight: bold;
        transition: background-color 0.3s ease;
        box-sizing: border-box;
    }

    .page-881-com__faq-question:hover {
        background-color: #1a1a2e;
    }

    .page-881-com__faq-question-title {
        margin: 0;
        flex-grow: 1;
        color: #e94560;
        pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-881-com__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        margin-left: 15px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent span from blocking click on parent */
    }

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

    .page-881-com__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px; /* Initial padding for collapsed state */
        background-color: #1a1a2e;
        color: #cccccc;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        box-sizing: border-box;
    }

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

    .page-881-com__faq-answer p {
        margin: 0;
        padding-bottom: 10px;
    }

    /* Final CTA Section */
    .page-881-com__cta-final-section {
        padding: 60px 20px;
        background-color: #1a1a2e;
        text-align: center;
    }

    .page-881-com__cta-final-description {
        font-size: 1.2em;
        color: #cccccc;
        margin-bottom: 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-881-com__cta-final-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
        .page-881-com__main-title {
            font-size: 3em;
        }
        .page-881-com__hero-description {
            font-size: 1.2em;
        }
        .page-881-com__section-title {
            font-size: 2em;
        }
        .page-881-com__subsection-title {
            font-size: 1.6em;
        }
    }

    @media (max-width: 768px) {
        .page-881-com__hero-section {
            padding: 10px 15px 40px;
        }
        .page-881-com__main-title {
            font-size: 2.5em;
        }
        .page-881-com__hero-description {
            font-size: 1.1em;
        }
        .page-881-com__hero-cta-buttons {
            flex-direction: column;
            gap: 15px;
        }
        .page-881-com__cta-button {
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
            padding: 12px 25px;
            font-size: 1em;
        }

        .page-881-com__section-title {
            font-size: 1.8em;
            margin-bottom: 30px;
        }
        .page-881-com__subsection-title {
            font-size: 1.4em;
        }

        .page-881-com__about-section,
        .page-881-com__products-section,
        .page-881-com__promotions-section,
        .page-881-com__payment-providers-section,
        .page-881-com__faq-section,
        .page-881-com__cta-final-section {
            padding: 40px 15px;
        }

        /* List item responsiveness */
        .page-881-com__features-grid,
        .page-881-com__product-categories,
        .page-881-com__promo-grid,
        .page-881-com__logos-grid {
            grid-template-columns: 1fr;
            gap: 20px;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 0 10px !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-881-com__feature-item,
        .page-881-com__product-card,
        .page-881-com__promo-card,
        .page-881-com__faq-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 20px !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-881-com__feature-icon,
        .page-881-com__product-image,
        .page-881-com__promo-image,
        .page-881-com__logo-item {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }

        .page-881-com__logo-item {
            width: 150px !important;
        }

        .page-881-com__faq-question {
            font-size: 1.1em;
            padding: 15px;
        }
        .page-881-com__faq-answer {
            padding: 0 15px;
        }
        .page-881-com__faq-item.active .page-881-com__faq-answer {
            padding: 15px 15px !important;
        }
        .page-881-com__cta-final-buttons {
            flex-direction: column;
            gap: 15px;
        }
    }

    @media (max-width: 480px) {
        .page-881-com__main-title {
            font-size: 2em;
        }
        .page-881-com__hero-description {
            font-size: 1em;
        }
        .page-881-com__cta-button {
            padding: 10px 20px;
            font-size: 0.9em;
        }
        .page-881-com__section-title {
            font-size: 1.6em;
        }
        .page-881-com__subsection-title {
            font-size: 1.2em;
        }
        .page-881-com__feature-title,
        .page-881-com__product-title,
        .page-881-com__promo-title {
            font-size: 1.3em;
        }
        .page-881-com__faq-question {
            font-size: 1em;
        }
        .page-881-com__faq-toggle {
            font-size: 1.3em;
        }
    }
  