.insights-section {
    position: relative;
    background-color: #F3F4EF;
    width: 100%;
    overflow: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;

    .texture-decor {
        position: absolute;
        top: -0.875rem;
        left: 60%;
        width: 46.125rem;
        height: 28.375rem;
        background-image: url("/assets/images/hero-bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 1;
        transform: rotate(-36.52deg);
        mix-blend-mode: multiply;
        pointer-events: none;
        z-index: 1;
    }

    /* Core content container */
    .insights-content {
        position: relative;
        z-index: 2;
    }

    /* Title */
    .insights-title {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 2.575rem;
        line-height: 3.625rem;
        color: #191A1A;
        vertical-align: middle;
    }

    .connect-btn {
        background-color: #38B000;
        color: #fff;
        padding: 12px 24px;
        font-weight: 400;
        font-size: 1rem;
        text-decoration: none;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .connect-btn:hover {
        background-color: #2f9900;
        color: #fff;
        text-decoration: none;
    }

    /* Description text */
    .insights-desc {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #191A1A;
        letter-spacing: 0;
        vertical-align: middle;
    }

    /* Star bullet paragraph style */
    .star-bullet {
        position: relative;
        padding-left: 28px;
    }



    .insights-italic-text {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 15.8px;
        line-height: 23.72px;
        letter-spacing: 0;
        vertical-align: middle;
        color: #191A1A;
        max-width: 83%;
        margin-bottom: 1.75rem;
    }

    .insight-btn {
        background-color: #38B000;
        color: #fff;
        padding: 8px 18px;
        font-weight: 500;
        font-size: 0.95rem;
        text-decoration: none;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .insight-btn:hover {
        background-color: #2f9900;
        color: #fff;
        text-decoration: none;
        transform: translateY(-1px);
        /* subtle lift on hover */
    }

    /* 📱 Responsive Adjustments */
    @media (min-width: 1440px) {
        .texture-decor {
            left: 52rem;
            width: 48rem;
            height: 30rem;
        }
    }

    @media (max-width: 992px) {
        .insights-section {

            padding-top: 3rem;
            padding-bottom: 2.5rem;
        }

        .insight-btn {
            font-weight: 500;
            font-size: 0.75rem;
            display: inline-block;

        }

        .insights-title {
            font-size: 2.25rem;
            line-height: 3rem;
        }

        .insights-desc {
            font-size: 1.1rem;
            line-height: 1.6rem;
        }

        .insights-section {
            padding: 60px 0;
            background-position: center;
        }

        .insights-section {
            /* Keep or refine the padding from your original 992px block */
            padding-top: 4rem;
            padding-bottom: 4rem;
            background-position: center;
        }
    }

    @media (max-width: 768px) {
        .insights-section {



            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
        }
    }

    @media (max-width: 576px) {
        .insights-italic-text {
            max-width: 100%;
        }

        .insights-title {
            font-size: 1.8rem;
            line-height: 2.3rem;
        }

        .insights-desc {
            font-size: 1rem;
            line-height: 1.4rem;
        }

        .star-bullet::before {
            font-size: 14px;
            top: 2px;
        }
    }
}


.insights-list {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #fff;
}

.insights-list .press-content {
    max-width: 43rem;
    margin: 0 auto 50px auto;
}

.insights-list .press-content .press-h1 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #191A1A;
}

.insights-list .press-content .press-p {
    font-family: 'Inter', sans-serif;
    font-weight: 4300;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    text-align: center;
    color: #191A1A;
    margin: 0 auto;
    max-width: 58.125rem;
    padding: 0 1.5rem;
}

.insights-list .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.insights-list .press-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.insights-list .press-img {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0;
}

.insights-list .press-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insights-list .press-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.insights-list .press-card-content .press-card-h1 {
    font-size: 1.35rem;
    padding: 1.2rem 0;
    color: #191A1A;
    flex-shrink: 0;
}

.insights-list .press-link {
    font-size: 1.25rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5rem;
    color: #191A1A;
    gap: 0.25rem;
    margin-top: auto;
    /* Pushes link to the bottom */
    margin-bottom: 0;
}

.insights-list .press-link ins {
    text-decoration: underline;
    color: inherit;
    font-size: 0.875rem;
}

.insights-list .press-link i {
    font-size: 1.25rem;
    line-height: 1;
    vertical-align: middle;
    margin-left: 4px;
    position: relative;
    top: 1px;
}

@media (max-width: 1024px) {
    .insights-list .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .insights-list .cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }

    .insights-list {
        padding-top: 0rem;
        padding-bottom: 2rem;
        background-color: #fff;
        margin-top: 3rem;
    }

    .insights-list .press-card {
        height: auto;
        margin-bottom: 2rem;
        /* Adds proper vertical spacing between stacked cards */
    }

    .insights-list .press-card:last-child {
        margin-bottom: 0;
    }

    .insights-list .press-content .press-h1 {
        font-size: 2rem;
    }

    .insights-list .press-content .press-p {
        font-size: 1rem;
    }
}

.insight-blog-growth-challenges {
    background-color: #F3F4EF;
    padding: 60px 0;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Decorative texture */
.insight-blog-growth-challenges .texture-decor {
    position: absolute;
    top: -0.875rem;
    left: 60%;
    width: 46.125rem;
    height: 28.375rem;
    background-image: url("/assets/images/hero-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-36.52deg);
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
}

/* Core content container */
.insight-blog-growth-challenges .insight-content {
    position: relative;
    z-index: 2;
}

/* Title */
.insight-blog-growth-challenges .insight-blog-title,
.insight-blog-growth-challenges .insight-title {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3.31rem;
    letter-spacing: 0;
    color: #191A1A;
}

/* Description text */
.insight-blog-growth-challenges .insight-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #191A1A;
}

/* Founder image */
.insight-blog-growth-challenges .insight-founder-image {
    width: 320px;
    height: 384px;
    border-radius: 20px;
    object-fit: cover;
    object-position: bottom;
}

/* Star bullet paragraph style */
.insight-blog-growth-challenges .star-bullet {
    position: relative;
    padding-left: 28px;
}

.insight-blog-growth-challenges .star-bullet::before {
    content: "";
    background-image: url('/images/decorator/Star_decorator.png');
    display: block;
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Italic text */
.insight-blog-growth-challenges .insight-italic-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 15.8px;
    line-height: 23.72px;
    color: #191A1A;
    max-width: 40rem;
}

/* Buttons */
.insight-blog-growth-challenges .insight-blue-btn {
    background-color: #7235F4;
    font-weight: 500;
    vertical-align: middle;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 10px;
    padding: 11px 24px;
    text-decoration: none;
}

.insight-blog-growth-challenges .insight-blue-btn:hover {
    background-color: #7235F4;
    color: #fff;
}

/* Responsive adjustments */
@media (min-width: 1440px) {
    .insight-blog-growth-challenges .texture-decor {
        left: 52rem;
        width: 48rem;
        height: 30rem;
    }
}

@media (max-width: 992px) {
    .insight-blog-growth-challenges-row {
        row-gap: 0rem;
    }

    .insight-blog-growth-challenges .insight-blog-title,
    .insight-blog-growth-challenges .insight-title {
        font-size: 2.25rem;
        line-height: 3rem;
    }

    .insight-blog-growth-challenges .insight-desc {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    .insight-blog-growth-challenges {
        padding: 60px 0;
        background-position: center;
    }
}

@media (max-width: 768px) {
    .insight-blog-growth-challenges {
        padding: 40px 0;
        text-align: center;
    }

    .insight-blog-growth-challenges .col-md-7 > div {
        text-align: center;
    }

    .insight-blog-growth-challenges .insight-blog-title {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .insight-blog-growth-challenges .insight-founder-image {
        width: 100%;
        /* max-width: 280px;      */
        height: auto;
        margin: 20px auto 0 auto;
        display: block;
    }

    .insight-blog-growth-challenges .col-md-5 {
        text-align: center !important;
    }

    .insight-blog-growth-challenges .insight-blue-btn {
        display: inline-block;
        font-size: 0.75rem;
        padding: 8px 16px;
    }
}

@media (max-width: 576px) {
    .insight-blog-growth-challenges .insight-blog-title,
    .insight-blog-growth-challenges .insight-title {
        font-size: 1.75rem;
        line-height: 2.3rem;
    }

    .insight-blog-growth-challenges .insight-desc {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .insight-blog-growth-challenges .star-bullet::before {
        width: 14px;
        height: 14px;
        top: 2px;
    }
}



.insight-section {
    position: relative;
    background-color: #F3F4EF;
    width: 100%;
    padding-top: 5.625rem;
    padding-bottom: 5rem;
    overflow: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;

    .texture-decor {
        position: absolute;
        top: -0.875rem;
        left: 60%;
        width: 46.125rem;
        height: 28.375rem;
        background-image: url("/assets/images/hero-bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 1;
        transform: rotate(-36.52deg);
        mix-blend-mode: multiply;
        pointer-events: none;
        z-index: 1;
    }



    /* Core content container */
    .insight-content {
        position: relative;
        z-index: 2;
    }

    /* Title */
    .insight-title {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 2.875rem;
        line-height: 3.625rem;
        color: #191A1A;
        vertical-align: middle;
    }

    /* Description text */
    .insight-desc {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #191A1A;
        letter-spacing: 0;
        vertical-align: middle;
    }

    /* Star bullet paragraph style */
    .star-bullet {
        position: relative;
        padding-left: 28px;
        /* space for bullet */
    }

    .star-bullet::before {
        content: "";
        background-image: url('/images/decorator/Star_decorator.png');
        display: block;
        position: absolute;
        left: 0;

        top: 0.2em;
        transform: translateY(0);

        width: 16px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .insight-italic-text {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 15.8px;
        line-height: 23.72px;
        letter-spacing: 0;
        vertical-align: middle;
        color: #191A1A;
        max-width: 40rem;
    }


    /* 📱 Responsive Adjustments */
    @media (min-width: 1440px) {
        .texture-decor {
            left: 52rem;
            /* Shift right slightly */
            width: 48rem;
            height: 30rem;
        }
    }

    @media (max-width: 992px) {
        .insight-title {
            font-size: 2.25rem;
            line-height: 3rem;
        }

        .insight-desc {
            font-size: 1.1rem;
            line-height: 1.6rem;
        }

        .insight-section {
            padding: 60px 0;
            background-position: center;
        }
    }

    @media (max-width: 576px) {
        .insight-title {
            font-size: 1.8rem;
            line-height: 2.3rem;
        }

        .insight-desc {
            font-size: 1rem;
            line-height: 1.4rem;
        }

        .star-bullet::before {
            font-size: 14px;
            top: 2px;
        }
    }
}



/* Base typography (for larger screens) */
.insight-content-detail h1,
.insight-content-detail h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    /* Medium weight */
    font-style: normal;
    font-size: 2.25rem !important;
    /* 36px */
    line-height: 2.875rem !important;
    /* 46px */
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 1.5rem;
    /* Optional: adjust margin */
}

/* For tablet devices (screen width between 600px and 1024px) */
@media (max-width: 1024px) {

    .insight-content-detail h1,
    .insight-content-detail h2 {
        font-size: 2rem !important;
        /* 32px */
        line-height: 2.5rem !important;
        /* 40px */
    }

    .insight-content-detail h3 {
        font-size: 1.25rem !important;
        /* 20px */
        line-height: 2rem !important;
        /* 32px */
    }

    .insight-content-detail p {
        font-size: 0.95rem !important;
        /* 15px */
        line-height: 1.4rem !important;
        /* 22px */
    }
}

/* For mobile devices (screen width below 600px) */
@media (max-width: 600px) {

    .insight-content-detail h1,
    .insight-content-detail h2 {
        font-size: 1.75rem !important;
        /* 28px */
        line-height: 2.25rem !important;
        /* 36px */
    }

    .insight-content-detail h3 {
        font-size: 1rem !important;
        /* 16px */
        line-height: 1.5rem !important;
        /* 24px */
    }

    .insight-content-detail p {
        font-size: 0.875rem !important;
        /* 14px */
        line-height: 1.375rem !important;
        /* 22px */
    }
}

/* For extra small mobile devices (screen width below 400px) */
@media (max-width: 400px) {

    .insight-content-detail h1,
    .insight-content-detail h2 {
        font-size: 1.5rem !important;
        /* 24px */
        line-height: 2rem !important;
        /* 32px */
    }

    .insight-content-detail h3 {
        font-size: 0.875rem !important;
        /* 14px */
        line-height: 1.25rem !important;
        /* 20px */
    }

    .insight-content-detail p {
        font-size: 0.75rem !important;
        /* 12px */
        line-height: 1.25rem !important;
        /* 20px */
    }
}

/* Paragraphs */
.insight-content-detail p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    /* Regular weight */
    font-style: normal;
    font-size: 1rem !important;
    /* 16px */
    line-height: 1.5rem !important;
    /* 24px */
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 1.25rem;
    /* Optional: adjust margin */
}

/* Heading h3 */
.insight-content-detail h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    /* Regular weight */
    font-style: normal;
    font-size: 1.5rem !important;
    /* 24px */
    line-height: 2.25rem !important;
    /* 36px */
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 1rem;
    /* Optional: adjust margin */
}