.page-blog-bj8888-latest-features {
    background-color: #F4F7FB;
    color: #1F2D3D;
}

.page-blog-bj8888-latest-features__hero-section {
    background-color: #100224;
    padding-top: 10px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-blog-bj8888-latest-features__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.page-blog-bj8888-latest-features__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.page-blog-bj8888-latest-features__hero-content {
    max-width: 800px;
    padding: 0 20px;
    z-index: 1;
    color: #FFFFFF;
}

.page-blog-bj8888-latest-features__main-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.page-blog-bj8888-latest-features__description {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #D6E2FF;
}

.page-blog-bj8888-latest-features__cta-button {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.page-blog-bj8888-latest-features__cta-button:hover {
    opacity: 0.9;
}

.page-blog-bj8888-latest-features__cta-button--secondary {
    background: #6FA3FF;
    color: #FFFFFF;
}

.page-blog-bj8888-latest-features__cta-button--secondary:hover {
    background: #4A8BFF;
}

.page-blog-bj8888-latest-features__section {
    padding: 60px 0;
}

.page-blog-bj8888-latest-features__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-bj8888-latest-features__section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #2F6BFF;
    text-align: center;
    margin-bottom: 40px;
}

.page-blog-bj8888-latest-features__paragraph {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #1F2D3D;
}

.page-blog-bj8888-latest-features__content-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-bj8888-latest-features__content-row--reverse {
    flex-direction: row-reverse;
}

.page-blog-bj8888-latest-features__text-content {
    flex: 1;
}

.page-blog-bj8888-latest-features__image-wrapper {
    flex: 1;
    min-width: 200px; /* Enforce min-width for image wrapper */
}

.page-blog-bj8888-latest-features__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
}

.page-blog-bj8888-latest-features__feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-blog-bj8888-latest-features__list-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #1F2D3D;
}

.page-blog-bj8888-latest-features__list-item::before {
    content: '✅';
    position: absolute;
    left: 0;
    top: 0;
}

/* Mobile responsiveness */
@media (max-width: 849px) {
    .page-blog-bj8888-latest-features__hero-image-wrapper {
        margin-bottom: 15px;
    }

    .page-blog-bj8888-latest-features__hero-content {
        padding: 0 15px;
    }

    .page-blog-bj8888-latest-features__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-blog-bj8888-latest-features__description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .page-blog-bj8888-latest-features__section {
        padding: 40px 0;
    }

    .page-blog-bj8888-latest-features__section-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-bottom: 30px;
    }

    .page-blog-bj8888-latest-features__content-row,
    .page-blog-bj8888-latest-features__content-row--reverse {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .page-blog-bj8888-latest-features__text-content,
    .page-blog-bj8888-latest-features__image-wrapper {
        flex: none;
        width: 100%;
    }

    .page-blog-bj8888-latest-features__image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Ensure min size for images */
        min-height: 200px;
    }

    .page-blog-bj8888-latest-features__cta-button {
        width: 100%;
        max-width: 320px;
    }

    .page-blog-bj8888-latest-features__paragraph {
        font-size: 0.95rem;
    }
}

@media (max-width: 549px) {
    .page-blog-bj8888-latest-features__hero-section {
        padding-bottom: 30px;
    }

    .page-blog-bj8888-latest-features__main-title {
        font-size: clamp(1.5rem, 8vw, 2.2rem);
    }

    .page-blog-bj8888-latest-features__description {
        font-size: 0.9rem;
    }

    .page-blog-bj8888-latest-features__section {
        padding: 30px 0;
    }

    .page-blog-bj8888-latest-features__section-title {
        font-size: clamp(1.3rem, 7vw, 1.8rem);
        margin-bottom: 25px;
    }

    .page-blog-bj8888-latest-features__content-row {
        padding: 15px;
    }

    .page-blog-bj8888-latest-features__paragraph {
        font-size: 0.9rem;
    }

    .page-blog-bj8888-latest-features__list-item {
        font-size: 0.9rem;
    }
}

/* Ensure color contrast for text on background */
.page-blog-bj8888-latest-features__hero-content h1,
.page-blog-bj8888-latest-features__hero-content p {
    color: #FFFFFF; /* High contrast on dark background */
}

.page-blog-bj8888-latest-features__section-title {
    color: #2F6BFF; /* High contrast on light background */
}

.page-blog-bj8888-latest-features__paragraph,
.page-blog-bj8888-latest-features__list-item {
    color: #1F2D3D; /* High contrast on light background */
}