
    .page-u-i-nh-b-i-1xbet {
        font-family: 'Arial', sans-serif;
        color: #e0e0e0;
        background-color: #1a1a2e;
        line-height: 1.6;
    }

    .page-u-i-nh-b-i-1xbet__section-title {
        font-size: 2.5em;
        color: #f0f0f0;
        text-align: center;
        margin-bottom: 40px;
        padding-top: 20px;
        position: relative;
    }

    .page-u-i-nh-b-i-1xbet__section-title::after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background-color: #e94560;
        margin: 10px auto 0;
        border-radius: 2px;
    }

    /* Hero Section */
    .page-u-i-nh-b-i-1xbet__hero-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 20px 60px; /* 10px padding-top for decoration, relying on body for header offset */
        background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
        overflow: hidden;
        position: relative;
    }

    .page-u-i-nh-b-i-1xbet__hero-content {
        max-width: 900px;
        z-index: 1;
    }

    .page-u-i-nh-b-i-1xbet__hero-title {
        font-size: 3em;
        color: #f0f0f0;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .page-u-i-nh-b-i-1xbet__hero-description {
        font-size: 1.2em;
        margin-bottom: 30px;
        color: #cccccc;
    }

    .page-u-i-nh-b-i-1xbet__hero-description strong {
        color: #e94560;
    }

    .page-u-i-nh-b-i-1xbet__hero-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-u-i-nh-b-i-1xbet__button {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: transform 0.3s ease, background-color 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        border: none; /* Ensure no default border */
        cursor: pointer;
    }

    .page-u-i-nh-b-i-1xbet__button--primary {
        background-color: #e94560;
        color: #ffffff;
    }

    .page-u-i-nh-b-i-1xbet__button--primary:hover {
        background-color: #d6344d;
        transform: translateY(-3px);
    }

    .page-u-i-nh-b-i-1xbet__button--secondary {
        background-color: #007bff;
        color: #ffffff;
    }

    .page-u-i-nh-b-i-1xbet__button--secondary:hover {
        background-color: #0056b3;
        transform: translateY(-3px);
    }

    .page-u-i-nh-b-i-1xbet__hero-image-wrapper {
        margin-top: 40px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

    .page-u-i-nh-b-i-1xbet__hero-image {
        max-width: 80%;
        height: auto;
        border-radius: 15px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
        display: block;
    }

    /* Features Section */
    .page-u-i-nh-b-i-1xbet__features-section,
    .page-u-i-nh-b-i-1xbet__how-to-section,
    .page-u-i-nh-b-i-1xbet__promotions-section,
    .page-u-i-nh-b-i-1xbet__tips-section,
    .page-u-i-nh-b-i-1xbet__faq-section,
    .page-u-i-nh-b-i-1xbet__cta-section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-u-i-nh-b-i-1xbet__features-grid,
    .page-u-i-nh-b-i-1xbet__steps-grid,
    .page-u-i-nh-b-i-1xbet__promotions-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-u-i-nh-b-i-1xbet__feature-item,
    .page-u-i-nh-b-i-1xbet__step-item,
    .page-u-i-nh-b-i-1xbet__promotion-card {
        background-color: #2e2e4a;
        padding: 30px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box; /* Important for responsive lists */
    }

    .page-u-i-nh-b-i-1xbet__feature-item:hover,
    .page-u-i-nh-b-i-1xbet__promotion-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    }

    .page-u-i-nh-b-i-1xbet__feature-icon {
        width: 200px; /* Minimum size */
        height: auto;
        margin-bottom: 20px;
        border-radius: 8px;
        max-width: 100%;
    }

    .page-u-i-nh-b-i-1xbet__feature-title,
    .page-u-i-nh-b-i-1xbet__step-title,
    .page-u-i-nh-b-i-1xbet__promotion-title,
    .page-u-i-nh-b-i-1xbet__tip-title {
        font-size: 1.5em;
        color: #f0f0f0;
        margin-bottom: 15px;
    }

    .page-u-i-nh-b-i-1xbet__feature-description,
    .page-u-i-nh-b-i-1xbet__step-description,
    .page-u-i-nh-b-i-1xbet__promotion-description,
    .page-u-i-nh-b-i-1xbet__tip-description {
        color: #cccccc;
        font-size: 1em;
    }

    /* How-to Section */
    .page-u-i-nh-b-i-1xbet__step-item {
        padding-top: 40px;
        position: relative;
    }

    .page-u-i-nh-b-i-1xbet__step-number {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #e94560;
        color: #ffffff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8em;
        font-weight: bold;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-u-i-nh-b-i-1xbet__centered-image {
        margin-top: 50px;
        text-align: center;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-u-i-nh-b-i-1xbet__content-image {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    /* Promotions Section */
    .page-u-i-nh-b-i-1xbet__promotion-image {
        width: 100%;
        height: auto;
        max-height: 200px; /* Limit height for uniform cards */
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    /* Tips Section */
    .page-u-i-nh-b-i-1xbet__tips-list {
        list-style: none;
        padding: 0;
        margin: 40px 0 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }

    .page-u-i-nh-b-i-1xbet__tip-item {
        background-color: #2e2e4a;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        box-sizing: border-box; /* Important for responsive lists */
    }

    /* FAQ Section */
    .page-u-i-nh-b-i-1xbet__faq-container {
        margin-top: 40px;
        border-radius: 12px;
        overflow: hidden;
        background-color: #2e2e4a;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-u-i-nh-b-i-1xbet__faq-item {
        border-bottom: 1px solid #3a3a5a;
    }

    .page-u-i-nh-b-i-1xbet__faq-item:last-child {
        border-bottom: none;
    }

    .page-u-i-nh-b-i-1xbet__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        user-select: none;
        background-color: #2e2e4a;
        transition: background-color 0.3s ease;
    }

    .page-u-i-nh-b-i-1xbet__faq-question:hover {
        background-color: #3a3a5a;
    }

    .page-u-i-nh-b-i-1xbet__faq-title {
        font-size: 1.2em;
        color: #f0f0f0;
        margin: 0;
        pointer-events: none; /* Crucial for click event on parent */
        flex-grow: 1;
        text-align: left;
    }

    .page-u-i-nh-b-i-1xbet__faq-toggle {
        font-size: 1.8em;
        font-weight: bold;
        color: #e94560;
        margin-left: 15px;
        pointer-events: none; /* Crucial for click event on parent */
        transition: transform 0.3s ease;
    }

    .page-u-i-nh-b-i-1xbet__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        color: #cccccc;
        font-size: 1em;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
    }

    .page-u-i-nh-b-i-1xbet__faq-item.active .page-u-i-nh-b-i-1xbet__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-u-i-nh-b-i-1xbet__faq-answer p {
        margin: 0;
        padding-bottom: 10px; /* Add some spacing if multiple paragraphs */
    }

    /* CTA Section */
    .page-u-i-nh-b-i-1xbet__cta-section {
        text-align: center;
        background-color: #0f3460;
        padding: 80px 20px;
        border-radius: 12px;
        margin-bottom: 60px;
    }

    .page-u-i-nh-b-i-1xbet__cta-title {
        font-size: 2.8em;
        color: #f0f0f0;
        margin-bottom: 20px;
    }

    .page-u-i-nh-b-i-1xbet__cta-description {
        font-size: 1.2em;
        color: #cccccc;
        margin-bottom: 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-u-i-nh-b-i-1xbet__cta-description strong {
        color: #e94560;
    }

    .page-u-i-nh-b-i-1xbet__cta-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
        .page-u-i-nh-b-i-1xbet__hero-title {
            font-size: 2.5em;
        }
        .page-u-i-nh-b-i-1xbet__section-title {
            font-size: 2em;
        }
        .page-u-i-nh-b-i-1xbet__cta-title {
            font-size: 2.2em;
        }
    }

    @media (max-width: 768px) {
        .page-u-i-nh-b-i-1xbet__hero-section {
            flex-direction: column;
            padding-bottom: 40px;
        }

        .page-u-i-nh-b-i-1xbet__hero-image-wrapper {
            margin-top: 30px;
        }

        .page-u-i-nh-b-i-1xbet__hero-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }

        .page-u-i-nh-b-i-1xbet__hero-title {
            font-size: 2em;
        }

        .page-u-i-nh-b-i-1xbet__hero-description {
            font-size: 1em;
        }

        .page-u-i-nh-b-i-1xbet__hero-buttons {
            flex-direction: column;
            gap: 15px;
        }

        .page-u-i-nh-b-i-1xbet__button {
            width: 100%;
            max-width: 300px; /* Constrain button width on mobile */
            padding: 12px 20px;
            font-size: 1em;
        }

        .page-u-i-nh-b-i-1xbet__section-title {
            font-size: 1.8em;
            margin-bottom: 30px;
        }

        .page-u-i-nh-b-i-1xbet__features-grid,
        .page-u-i-nh-b-i-1xbet__steps-grid,
        .page-u-i-nh-b-i-1xbet__promotions-grid,
        .page-u-i-nh-b-i-1xbet__tips-list {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .page-u-i-nh-b-i-1xbet__feature-item,
        .page-u-i-nh-b-i-1xbet__step-item,
        .page-u-i-nh-b-i-1xbet__promotion-card,
        .page-u-i-nh-b-i-1xbet__tip-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 20px !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }

        .page-u-i-nh-b-i-1xbet__features-section,
        .page-u-i-nh-b-i-1xbet__how-to-section,
        .page-u-i-nh-b-i-1xbet__promotions-section,
        .page-u-i-nh-b-i-1xbet__tips-section,
        .page-u-i-nh-b-i-1xbet__faq-section,
        .page-u-i-nh-b-i-1xbet__cta-section {
            padding: 40px 15px;
        }

        .page-u-i-nh-b-i-1xbet__faq-question {
            padding: 15px 15px;
        }

        .page-u-i-nh-b-i-1xbet__faq-answer {
            padding: 0 15px;
        }

        .page-u-i-nh-b-i-1xbet__faq-item.active .page-u-i-nh-b-i-1xbet__faq-answer {
            padding: 15px 15px !important;
        }

        .page-u-i-nh-b-i-1xbet__faq-title {
            font-size: 1.1em;
        }

        .page-u-i-nh-b-i-1xbet__cta-title {
            font-size: 1.8em;
        }

        .page-u-i-nh-b-i-1xbet__cta-description {
            font-size: 1em;
        }

        /* Images responsiveness */
        .page-u-i-nh-b-i-1xbet__feature-icon,
        .page-u-i-nh-b-i-1xbet__content-image,
        .page-u-i-nh-b-i-1xbet__promotion-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
    }

    @media (max-width: 480px) {
        .page-u-i-nh-b-i-1xbet__hero-title {
            font-size: 1.8em;
        }
        .page-u-i-nh-b-i-1xbet__section-title {
            font-size: 1.5em;
        }
        .page-u-i-nh-b-i-1xbet__cta-title {
            font-size: 1.6em;
        }
        .page-u-i-nh-b-i-1xbet__faq-toggle {
            font-size: 1.5em;
        }
        .page-u-i-nh-b-i-1xbet__faq-title {
            font-size: 1em;
        }
    }
  