
    /* General Styling */
    .page-nh-gi-22bet {
        font-family: 'Arial', sans-serif;
        color: #333;
        line-height: 1.6;
        background-color: #f8f8f8;
    }

    .page-nh-gi-22bet__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .page-nh-gi-22bet__section-title {
        font-size: 2.2em;
        color: #0056b3; /* Darker blue for headings */
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 10px;
    }

    .page-nh-gi-22bet__section-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background-color: #ff9900; /* Orange accent */
    }

    /* Hero Section */
    .page-nh-gi-22bet__hero-section {
        background: linear-gradient(135deg, #007bff, #0056b3);
        color: #fff;
        padding: 10px 20px 60px; /* 10px top padding for header offset consideration */
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
    }

    .page-nh-gi-22bet__hero-content {
        max-width: 900px;
        z-index: 1;
        margin-bottom: 30px;
    }

    .page-nh-gi-22bet__hero-title {
        font-size: 2.8em;
        margin-bottom: 20px;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-nh-gi-22bet__hero-description {
        font-size: 1.2em;
        margin-bottom: 30px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-nh-gi-22bet__promo-button {
        display: inline-block;
        background-color: #ff9900;
        color: #fff;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-nh-gi-22bet__promo-button:hover {
        background-color: #e68a00;
        transform: translateY(-3px);
    }

    .page-nh-gi-22bet__hero-image-wrapper {
        width: 100%;
        max-width: 800px;
        margin-top: 40px;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
    }

    .page-nh-gi-22bet__hero-image {
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* Introduction Section */
    .page-nh-gi-22bet__introduction-section {
        padding: 60px 0;
        background-color: #fff;
    }

    .page-nh-gi-22bet__info-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-nh-gi-22bet__info-item {
        background-color: #f0f8ff; /* Light blue background */
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        text-align: center;
        border-left: 5px solid #007bff;
        box-sizing: border-box;
    }

    .page-nh-gi-22bet__info-title {
        font-size: 1.5em;
        color: #007bff;
        margin-bottom: 15px;
    }

    /* Products Section */
    .page-nh-gi-22bet__products-section {
        padding: 60px 0;
        background-color: #f8f8f8;
    }

    .page-nh-gi-22bet__product-category {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        padding: 30px;
        margin-bottom: 40px;
        text-align: center;
        box-sizing: border-box;
    }

    .page-nh-gi-22bet__product-title {
        font-size: 1.8em;
        color: #0056b3;
        margin-bottom: 20px;
    }

    .page-nh-gi-22bet__product-image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* Promotions Section */
    .page-nh-gi-22bet__promotions-section {
        padding: 60px 0;
        background-color: #e0f7fa; /* Light cyan background */
    }

    .page-nh-gi-22bet__promo-list {
        list-style: none;
        padding: 0;
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }

    .page-nh-gi-22bet__promo-item {
        background-color: #fff;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        border-bottom: 4px solid #ff9900;
        box-sizing: border-box;
    }

    .page-nh-gi-22bet__promo-title {
        font-size: 1.4em;
        color: #007bff;
        margin-bottom: 10px;
    }

    /* Guide Section */
    .page-nh-gi-22bet__guide-section {
        padding: 60px 0;
        background-color: #fff;
    }

    .page-nh-gi-22bet__steps-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-nh-gi-22bet__step-item {
        text-align: center;
        padding: 30px;
        border: 1px solid #eee;
        border-radius: 10px;
        background-color: #fdfdfd;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
        box-sizing: border-box;
    }

    .page-nh-gi-22bet__step-number {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        background-color: #007bff;
        color: #fff;
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .page-nh-gi-22bet__step-title {
        font-size: 1.6em;
        color: #0056b3;
        margin-bottom: 15px;
    }

    .page-nh-gi-22bet__action-button {
        display: block;
        width: fit-content;
        margin: 40px auto 0;
        background-color: #007bff;
        color: #fff;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-nh-gi-22bet__action-button:hover {
        background-color: #0056b3;
        transform: translateY(-3px);
    }

    /* Payments Section */
    .page-nh-gi-22bet__payments-section {
        padding: 60px 0;
        background-color: #f0f8ff;
    }

    .page-nh-gi-22bet__payment-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); /* Adjusted for logos */
        gap: 20px;
        margin-top: 40px;
        justify-content: center;
    }

    .page-nh-gi-22bet__payment-item {
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        min-height: 150px; /* Ensure consistent height for items */
    }

    .page-nh-gi-22bet__payment-logo {
        max-width: 100%;
        height: auto;
        max-height: 80px; /* Limit logo height */
        object-fit: contain;
        margin-bottom: 10px;
        display: block;
    }

    /* Pros and Cons Section */
    .page-nh-gi-22bet__pros-cons-section {
        padding: 60px 0;
        background-color: #fff;
    }

    .page-nh-gi-22bet__features-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-top: 40px;
    }

    .page-nh-gi-22bet__feature-column {
        background-color: #fdfdfd;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
    }

    .page-nh-gi-22bet__pros {
        border-left: 5px solid #28a745; /* Green for pros */
    }

    .page-nh-gi-22bet__cons {
        border-left: 5px solid #dc3545; /* Red for cons */
    }

    .page-nh-gi-22bet__feature-heading {
        font-size: 1.8em;
        margin-bottom: 20px;
        text-align: center;
    }

    .page-nh-gi-22bet__pros .page-nh-gi-22bet__feature-heading {
        color: #28a745;
    }

    .page-nh-gi-22bet__cons .page-nh-gi-22bet__feature-heading {
        color: #dc3545;
    }

    .page-nh-gi-22bet__feature-list {
        list-style: none;
        padding: 0;
    }

    .page-nh-gi-22bet__feature-item {
        padding: 10px 0;
        border-bottom: 1px dashed #eee;
        position: relative;
        padding-left: 30px;
    }

    .page-nh-gi-22bet__pros .page-nh-gi-22bet__feature-item::before {
        content: '✓';
        color: #28a745;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .page-nh-gi-22bet__cons .page-nh-gi-22bet__feature-item::before {
        content: '✕';
        color: #dc3545;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .page-nh-gi-22bet__feature-item:last-child {
        border-bottom: none;
    }

    /* FAQ Section */
    .page-nh-gi-22bet__faq-section {
        padding: 60px 0;
        background-color: #f8f8f8;
    }

    .page-nh-gi-22bet__faq-list {
        margin-top: 40px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-nh-gi-22bet__faq-item {
        background-color: #fff;
        border-radius: 10px;
        margin-bottom: 15px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-nh-gi-22bet__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: #007bff;
        color: #fff;
        cursor: pointer;
        font-size: 1.1em;
        font-weight: bold;
        user-select: none;
        transition: background-color 0.3s ease;
        box-sizing: border-box;
    }

    .page-nh-gi-22bet__faq-question:hover {
        background-color: #0056b3;
    }

    .page-nh-gi-22bet__faq-title {
        margin: 0;
        color: #fff;
        font-size: 1.1em; /* Adjusted for better appearance in question bar */
        pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-nh-gi-22bet__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-nh-gi-22bet__faq-item.active .page-nh-gi-22bet__faq-toggle {
        transform: rotate(45deg); /* Change + to X (or -) */
    }

    .page-nh-gi-22bet__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px; /* Adjust padding for closed state */
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        background-color: #fdfdfd;
        color: #333;
        box-sizing: border-box;
    }

    .page-nh-gi-22bet__faq-item.active .page-nh-gi-22bet__faq-answer {
        max-height: 2000px !important; /* Sufficiently large to contain content */
        padding: 20px !important; /* Padding for open state */
        opacity: 1;
    }

    .page-nh-gi-22bet__faq-answer p {
        margin: 0;
        padding-bottom: 10px;
    }

    /* CTA Section */
    .page-nh-gi-22bet__cta-section {
        padding: 60px 0;
        background: linear-gradient(135deg, #007bff, #0056b3);
        color: #fff;
        text-align: center;
    }

    .page-nh-gi-22bet__cta-section .page-nh-gi-22bet__section-title {
        color: #fff;
    }

    .page-nh-gi-22bet__cta-section .page-nh-gi-22bet__section-title::after {
        background-color: #ff9900;
    }

    .page-nh-gi-22bet__cta-button {
        display: inline-block;
        background-color: #ff9900;
        color: #fff;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2em;
        margin-top: 30px;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-nh-gi-22bet__cta-button:hover {
        background-color: #e68a00;
        transform: translateY(-3px);
    }

    /* Responsive Design */
    @media (max-width: 992px) {
        .page-nh-gi-22bet__hero-title {
            font-size: 2.2em;
        }
        .page-nh-gi-22bet__hero-description {
            font-size: 1.1em;
        }
        .page-nh-gi-22bet__section-title {
            font-size: 1.8em;
        }
        .page-nh-gi-22bet__features-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 768px) {
        .page-nh-gi-22bet__container {
            padding: 15px;
        }
        .page-nh-gi-22bet__hero-title {
            font-size: 1.8em;
        }
        .page-nh-gi-22bet__hero-description {
            font-size: 1em;
        }
        .page-nh-gi-22bet__promo-button,
        .page-nh-gi-22bet__action-button,
        .page-nh-gi-22bet__cta-button {
            font-size: 1em;
            padding: 12px 25px;
        }
        .page-nh-gi-22bet__section-title {
            font-size: 1.6em;
            margin-bottom: 20px;
        }
        .page-nh-gi-22bet__info-grid,
        .page-nh-gi-22bet__steps-grid,
        .page-nh-gi-22bet__payment-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        .page-nh-gi-22bet__promo-list {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        /* List Item Mobile Responsiveness */
        .page-nh-gi-22bet__promo-list,
        .page-nh-gi-22bet__feature-list {
            width: 100% !important;
            max-width: 100% !important;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box !important;
        }
        .page-nh-gi-22bet__promo-item,
        .page-nh-gi-22bet__feature-item,
        .page-nh-gi-22bet__info-item,
        .page-nh-gi-22bet__step-item,
        .page-nh-gi-22bet__payment-item,
        .page-nh-gi-22bet__faq-item {
            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 to prevent overflow */
            padding-right: 15px !important; /* Adjust padding to prevent overflow */
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }
        .page-nh-gi-22bet__feature-item {
            padding-left: 30px !important; /* Keep space for check/cross icon */
        }
        .page-nh-gi-22bet__faq-question,
        .page-nh-gi-22bet__faq-answer {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
        .page-nh-gi-22bet__faq-item.active .page-nh-gi-22bet__faq-answer {
            padding: 15px !important; /* Adjusted for mobile */
        }

        /* Image Responsiveness */
        .page-nh-gi-22bet__hero-image-wrapper,
        .page-nh-gi-22bet__product-image {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
        .page-nh-gi-22bet__hero-image,
        .page-nh-gi-22bet__product-image,
        .page-nh-gi-22bet__payment-logo {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
    }

    @media (max-width: 480px) {
        .page-nh-gi-22bet__hero-title {
            font-size: 1.5em;
        }
        .page-nh-gi-22bet__section-title {
            font-size: 1.4em;
        }
        .page-nh-gi-22bet__info-title,
        .page-nh-gi-22bet__product-title,
        .page-nh-gi-22bet__promo-title,
        .page-nh-gi-22bet__step-title,
        .page-nh-gi-22bet__feature-heading,
        .page-nh-gi-22bet__faq-title {
            font-size: 1.2em;
        }
        .page-nh-gi-22bet__step-number {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.8em;
        }
    }
  