/* ============================================================
   VENTACTIVE
   BLOG FEATURED ARTICLE
============================================================ */

.vcBlogFeatured {
    position: relative;
    padding:
        clamp(78px, 8vw, 126px)
        clamp(18px, 4vw, 70px);
    background:
        linear-gradient(
            180deg,
            #fbfbfd 0%,
            #ffffff 100%
        );
}


.vcBlogFeaturedInner {
    width: min(1560px, 100%);
    margin: 0 auto;
}


/* ============================================================
   TOP
============================================================ */

.vcBlogFeaturedTop {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    align-items: end;
    gap: 32px;
    margin-bottom: 30px;
}


.vcBlogFeaturedTop > div:first-child {
    max-width: 820px;
}


.vcBlogSectionEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #6374ff;
}


.vcBlogSectionEyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            #6374ff,
            rgba(99, 116, 255, .18)
        );
}


.vcBlogFeaturedTop h2 {
    margin: 0;
    font-size:
        clamp(
            40px,
            4.5vw,
            68px
        );
    line-height: 1.01;
    letter-spacing: -.052em;
    font-weight: 500;
    color: #171b23;
}


.vcBlogFeaturedTop h2 strong {
    display: block;
    font-weight: 800;
}


/* ============================================================
   TOP META
============================================================ */

.vcBlogFeaturedTopMeta {
    min-width: 155px;
    display: grid;
    gap: 4px;
    padding:
        16px
        18px;
    border:
        1px solid
        rgba(15, 23, 42, .07);
    border-radius: 20px;
    background: #ffffff;
    box-shadow:
        0 15px 40px
        rgba(15, 23, 42, .05);
    text-align: right;
}


.vcBlogFeaturedTopMeta span {
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #9da4ae;
}


.vcBlogFeaturedTopMeta strong {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.03em;
    color: #6374ff;
}


/* ============================================================
   FEATURED CARD
============================================================ */

.vcBlogFeaturedCard {
    position: relative;
    min-height: 590px;
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(390px, .92fr);
    overflow: hidden;
    border:
        1px solid
        rgba(15, 23, 42, .07);
    border-radius: 38px;
    background: #ffffff;
    box-shadow:
        0 28px 85px
        rgba(15, 23, 42, .08);
    transition:
        transform .38s cubic-bezier(.2,.8,.2,1),
        box-shadow .38s ease,
        border-color .38s ease;
}


.vcBlogFeaturedCard:hover {
    transform:
        translateY(-4px);
    border-color:
        rgba(99, 116, 255, .14);
    box-shadow:
        0 38px 105px
        rgba(15, 23, 42, .12);
}


/* ============================================================
   VISUAL
============================================================ */

.vcBlogFeaturedVisual {
    position: relative;
    min-width: 0;
    min-height: 590px;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #edf0f6,
            #f8f9fb
        );
    color: inherit;
    text-decoration: none;
}


.vcBlogFeaturedVisual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition:
        transform .65s cubic-bezier(.2,.8,.2,1),
        filter .65s ease;
}


.vcBlogFeaturedVisual:hover img {
    transform:
        scale(1.045);
    filter:
        saturate(1.04);
}


.vcBlogFeaturedVisualOverlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            rgba(10, 14, 22, .02) 35%,
            rgba(10, 14, 22, .62) 100%
        );
    pointer-events: none;
}


/* ============================================================
   VISUAL LABEL
============================================================ */

.vcBlogFeaturedVisualLabel {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 35px;
    padding:
        0
        13px;
    border:
        1px solid
        rgba(255,255,255,.18);
    border-radius: 999px;
    background:
        rgba(18, 22, 31, .66);
    backdrop-filter:
        blur(12px);
    color: #ffffff;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}


/* ============================================================
   VISUAL NUMBER
============================================================ */

.vcBlogFeaturedVisualNumber {
    position: absolute;
    right: 24px;
    bottom: 17px;
    z-index: 3;
    font-size:
        clamp(
            58px,
            6vw,
            92px
        );
    line-height: .9;
    letter-spacing: -.08em;
    font-weight: 900;
    color:
        rgba(255,255,255,.17);
}


/* ============================================================
   CONTENT
============================================================ */

.vcBlogFeaturedContent {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:
        clamp(
            40px,
            5vw,
            76px
        );
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fafbfe 100%
        );
}


/* ============================================================
   META
============================================================ */

.vcBlogFeaturedMeta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}


.vcBlogFeaturedMeta > span {
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6374ff;
}


.vcBlogFeaturedMeta time {
    font-size: 10px;
    font-weight: 650;
    color: #a0a6af;
}


/* ============================================================
   TITLE
============================================================ */

.vcBlogFeaturedContent h3 {
    margin: 0;
    max-width: 680px;
    font-size:
        clamp(
            36px,
            3.6vw,
            58px
        );
    line-height: 1.03;
    letter-spacing: -.052em;
    font-weight: 800;
    color: #181c24;
}


/* ============================================================
   SUMMARY
============================================================ */

.vcBlogFeaturedContent p {
    display: -webkit-box;
    overflow: hidden;
    max-width: 650px;
    margin:
        20px
        0
        0;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 1.72;
    color: #737b87;
}


/* ============================================================
   DIVIDER
============================================================ */

.vcBlogFeaturedDivider {
    width: 100%;
    height: 1px;
    margin:
        30px
        0
        24px;
    background:
        linear-gradient(
            to right,
            rgba(15, 23, 42, .10),
            rgba(15, 23, 42, .025)
        );
}


/* ============================================================
   FOOTER
============================================================ */

.vcBlogFeaturedFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}


.vcBlogFeaturedFooterCopy {
    display: grid;
    gap: 3px;
}


.vcBlogFeaturedFooterCopy span {
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #a0a6b0;
}


.vcBlogFeaturedFooterCopy strong {
    font-size: 15px;
    color: #3b424d;
}


/* ============================================================
   READ BUTTON
============================================================ */

.vcBlogFeaturedRead {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 54px;
    padding:
        0
        16px
        0
        21px;
    border:
        1px solid
        rgba(15, 23, 42, .08);
    border-radius: 999px;
    background: #ffffff;
    color: #242a33;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
    box-shadow:
        0 12px 28px
        rgba(15, 23, 42, .055);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.vcBlogFeaturedRead:hover {
    transform:
        translateY(-2px);
    border-color:
        rgba(99, 116, 255, .17);
    box-shadow:
        0 17px 34px
        rgba(15, 23, 42, .09);
}


.vcBlogFeaturedReadIcon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #171b23;
    color: #ffffff;
    transition:
        transform .25s ease,
        background-color .25s ease;
}


.vcBlogFeaturedReadIcon svg {
    width: 15px;
    height: 15px;
}


.vcBlogFeaturedRead:hover
.vcBlogFeaturedReadIcon {
    transform:
        translateX(3px);
    background: #6374ff;
}


/* ============================================================
   DECORATIVE TEXT
============================================================ */

.vcBlogFeaturedDecorative {
    position: absolute;
    right: 18px;
    top: 50%;
    transform:
        translateY(-50%)
        rotate(90deg);
    transform-origin: center;
    font-size:
        clamp(
            52px,
            6vw,
            92px
        );
    line-height: 1;
    letter-spacing: .04em;
    font-weight: 900;
    color:
        rgba(99, 116, 255, .025);
    pointer-events: none;
    user-select: none;
}


/* ============================================================
   EMPTY
============================================================ */

.vcBlogFeaturedEmpty {
    padding:
        clamp(
            62px,
            8vw,
            105px
        )
        28px;
    border:
        1px solid
        rgba(15, 23, 42, .07);
    border-radius: 34px;
    background:
        linear-gradient(
            145deg,
            #fafbfe,
            #ffffff
        );
    text-align: center;
    box-shadow:
        0 24px 70px
        rgba(15, 23, 42, .055);
}


.vcBlogFeaturedEmpty h2 {
    margin: 0;
    font-size:
        clamp(
            36px,
            4vw,
            56px
        );
    line-height: 1.04;
    letter-spacing: -.048em;
    font-weight: 500;
    color: #181c24;
}


.vcBlogFeaturedEmpty h2 strong {
    display: block;
    font-weight: 800;
}


.vcBlogFeaturedEmpty p {
    max-width: 520px;
    margin:
        16px
        auto
        22px;
    line-height: 1.7;
    color: #7a828d;
}


.vcBlogFeaturedEmpty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding:
        0
        20px;
    border-radius: 999px;
    background: #171b23;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}


.vcBlogFeaturedEmpty a svg {
    width: 15px;
    height: 15px;
}


/* ============================================================
   LAPTOP
============================================================ */

@media (max-width: 1180px) {

    .vcBlogFeaturedCard {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(360px, .9fr);
    }


    .vcBlogFeaturedContent {
        padding:
            46px
            42px;
    }

}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 930px) {

    .vcBlogFeaturedTop {
        grid-template-columns:
            1fr;
        align-items: start;
    }


    .vcBlogFeaturedTopMeta {
        width: max-content;
        text-align: left;
    }


    .vcBlogFeaturedCard {
        grid-template-columns:
            1fr;
    }


    .vcBlogFeaturedVisual {
        min-height: 470px;
    }


    .vcBlogFeaturedContent {
        padding:
            44px
            34px;
    }


    .vcBlogFeaturedDecorative {
        display: none;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 650px) {

    .vcBlogFeatured {
        padding:
            64px
            16px;
    }


    .vcBlogFeaturedTop {
        gap: 18px;
        margin-bottom: 24px;
    }


    .vcBlogFeaturedTop h2 {
        font-size:
            clamp(
                38px,
                11vw,
                50px
            );
    }


    .vcBlogFeaturedTopMeta {
        width: 100%;
    }


    .vcBlogFeaturedCard {
        min-height: 0;
        border-radius: 28px;
    }


    .vcBlogFeaturedVisual {
        min-height: 350px;
    }


    .vcBlogFeaturedVisualLabel {
        left: 17px;
        bottom: 17px;
    }


    .vcBlogFeaturedVisualNumber {
        right: 17px;
        bottom: 15px;
        font-size: 60px;
    }


    .vcBlogFeaturedContent {
        padding:
            32px
            22px;
    }


    .vcBlogFeaturedMeta {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 18px;
    }


    .vcBlogFeaturedContent h3 {
        font-size:
            clamp(
                31px,
                9.5vw,
                42px
            );
    }


    .vcBlogFeaturedContent p {
        font-size: 13px;
        line-height: 1.65;
    }


    .vcBlogFeaturedDivider {
        margin:
            24px
            0
            20px;
    }


    .vcBlogFeaturedFooter {
        align-items: flex-start;
        flex-direction: column;
    }


    .vcBlogFeaturedRead {
        width: 100%;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 430px) {

    .vcBlogFeaturedVisual {
        min-height: 300px;
    }


    .vcBlogFeaturedContent {
        padding:
            28px
            18px;
    }


    .vcBlogFeaturedVisualNumber {
        font-size: 50px;
    }

}


/* ============================================================
   REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {

    .vcBlogFeaturedCard,
    .vcBlogFeaturedVisual img,
    .vcBlogFeaturedRead,
    .vcBlogFeaturedReadIcon {
        transition: none;
    }

}

.vcBlogFeaturedVisual img {
    will-change: transform;
}


.vcBlogFeaturedDecorative {
    will-change: transform;
}