/* ============================================================
   VENTACTIVE
   BLOG HERO
============================================================ */

.vcBlogHero {
    position: relative;
    overflow: hidden;
    padding:
        clamp(118px, 10vw, 165px)
        clamp(18px, 4vw, 70px)
        clamp(64px, 7vw, 105px);
    background:
        radial-gradient(
            circle at 14% 18%,
            rgba(235, 242, 255, .92),
            transparent 28%
        ),
        radial-gradient(
            circle at 84% 12%,
            rgba(255, 237, 242, .84),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfbfd 100%
        );
    isolation: isolate;
}


/* ============================================================
   BACKGROUND
============================================================ */

.vcBlogHeroBackground {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}


.vcBlogHeroGlow {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: blur(10px);
}


.vcBlogHeroGlowOne {
    width: 520px;
    height: 520px;
    top: -210px;
    right: 5%;
    background:
        radial-gradient(
            circle,
            rgba(97, 115, 255, .13),
            transparent 70%
        );
}


.vcBlogHeroGlowTwo {
    width: 420px;
    height: 420px;
    left: 0;
    bottom: -220px;
    background:
        radial-gradient(
            circle,
            rgba(255, 82, 118, .10),
            transparent 70%
        );
}


.vcBlogHeroGrid {
    position: absolute;
    inset: 0;
    opacity: .6;
    background-image:
        linear-gradient(
            rgba(15, 23, 42, .026) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(15, 23, 42, .026) 1px,
            transparent 1px
        );
    background-size:
        44px
        44px;
    mask-image:
        linear-gradient(
            to bottom,
            #000,
            transparent 92%
        );
}


/* ============================================================
   INNER
============================================================ */

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


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

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


.vcBlogHeroIntro {
    max-width: 980px;
}


/* ============================================================
   EYEBROW
============================================================ */

.vcBlogHeroEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding:
        8px
        13px;
    border:
        1px solid
        rgba(15, 23, 42, .07);
    border-radius: 999px;
    background:
        rgba(255,255,255,.76);
    backdrop-filter:
        blur(12px);
    box-shadow:
        0 12px 32px
        rgba(15, 23, 42, .04);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #69717e;
}


.vcBlogHeroEyebrow > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            #6374ff,
            #8e9aff
        );
    box-shadow:
        0 0 0 5px
        rgba(99, 116, 255, .09);
}


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

.vcBlogHeroIntro h1 {
    margin: 0;
    max-width: 960px;
    font-size:
        clamp(
            54px,
            5.8vw,
            96px
        );
    line-height: .97;
    letter-spacing: -.06em;
    font-weight: 500;
    color: #151922;
}


.vcBlogHeroIntro h1 strong {
    display: block;
    font-weight: 800;
    background:
        linear-gradient(
            100deg,
            #4f61df,
            #7382ff 45%,
            #ff6d8b
        );
    -webkit-background-clip:
        text;
    background-clip:
        text;
    color: transparent;
}


.vcBlogHeroIntro p {
    max-width: 730px;
    margin:
        24px
        0
        0;
    font-size:
        clamp(
            16px,
            1.25vw,
            20px
        );
    line-height: 1.72;
    color: #707986;
}


/* ============================================================
   COUNTER
============================================================ */

.vcBlogHeroCounter {
    min-width: 150px;
    display: grid;
    gap: 3px;
    padding:
        17px
        18px;
    border:
        1px solid
        rgba(15, 23, 42, .07);
    border-radius: 21px;
    background:
        rgba(255,255,255,.82);
    backdrop-filter:
        blur(14px);
    box-shadow:
        0 16px 40px
        rgba(15, 23, 42, .05);
    text-align: right;
}


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


.vcBlogHeroCounter strong {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -.05em;
    color: #171b23;
}


.vcBlogHeroCounter small {
    font-size: 10px;
    font-weight: 700;
    color: #8a919d;
}


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

.vcBlogHeroContent {
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(390px, .85fr);
    gap: 18px;
}


/* ============================================================
   FEATURE
============================================================ */

.vcBlogHeroFeature {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border:
        1px solid
        rgba(15, 23, 42, .07);
    border-radius: 34px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow:
        0 24px 70px
        rgba(15, 23, 42, .07);
    transition:
        transform .35s cubic-bezier(.2,.8,.2,1),
        box-shadow .35s ease,
        border-color .35s ease;
}


.vcBlogHeroFeature:hover {
    transform:
        translateY(-5px);
    border-color:
        rgba(91, 108, 255, .14);
    box-shadow:
        0 34px 90px
        rgba(15, 23, 42, .11);
}


/* ============================================================
   FEATURE IMAGE
============================================================ */

.vcBlogHeroFeatureImage {
    position: relative;
    height:
        clamp(
            330px,
            34vw,
            520px
        );
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #eef1f7,
            #f8f9fb
        );
}


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


.vcBlogHeroFeature:hover
.vcBlogHeroFeatureImage img {
    transform:
        scale(1.035);
}


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


.vcBlogHeroFeatureBadge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding:
        0
        12px;
    border:
        1px solid
        rgba(255,255,255,.18);
    border-radius: 999px;
    background:
        rgba(20, 25, 35, .74);
    backdrop-filter:
        blur(12px);
    color: #ffffff;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}


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

.vcBlogHeroFeatureContent {
    padding:
        clamp(
            26px,
            3vw,
            42px
        );
}


.vcBlogHeroFeatureMeta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 15px;
}


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


.vcBlogHeroFeatureMeta time {
    font-size: 10px;
    font-weight: 650;
    color: #9aa1ab;
}


.vcBlogHeroFeatureContent h2 {
    margin: 0;
    max-width: 900px;
    font-size:
        clamp(
            31px,
            3.2vw,
            50px
        );
    line-height: 1.04;
    letter-spacing: -.047em;
    font-weight: 800;
    color: #181c24;
}


.vcBlogHeroFeatureContent p {
    display: -webkit-box;
    overflow: hidden;
    max-width: 820px;
    margin:
        17px
        0
        0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.68;
    color: #747c88;
}


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

.vcBlogHeroRead {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 24px;
    color: #262c35;
    font-size: 11px;
    font-weight: 850;
}


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


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


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


/* ============================================================
   STORIES PANEL
============================================================ */

.vcBlogHeroStories {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding:
        25px;
    border:
        1px solid
        rgba(15, 23, 42, .07);
    border-radius: 34px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.94),
            rgba(249,250,253,.96)
        );
    box-shadow:
        0 22px 65px
        rgba(15, 23, 42, .055);
}


/* ============================================================
   STORIES HEADER
============================================================ */

.vcBlogHeroStoriesHeader {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom:
        1px solid
        rgba(15, 23, 42, .065);
}


.vcBlogHeroStoriesHeader > div {
    display: grid;
    gap: 4px;
}


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


.vcBlogHeroStoriesHeader strong {
    font-size: 22px;
    line-height: 1;
    letter-spacing: -.035em;
    color: #181c24;
}


.vcBlogHeroStoriesHeader a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #6374ff;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
}


.vcBlogHeroStoriesHeader a svg {
    width: 14px;
    height: 14px;
}


/* ============================================================
   STORIES LIST
============================================================ */

.vcBlogHeroStoriesList {
    display: grid;
}


/* ============================================================
   STORY
============================================================ */

.vcBlogHeroStory {
    position: relative;
    display: grid;
    grid-template-columns:
        112px
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 15px;
    padding:
        18px
        0;
    color: inherit;
    text-decoration: none;
    border-bottom:
        1px solid
        rgba(15, 23, 42, .055);
}


.vcBlogHeroStory:last-child {
    border-bottom: 0;
}


.vcBlogHeroStoryImage {
    position: relative;
    width: 112px;
    height: 90px;
    overflow: hidden;
    border-radius: 16px;
    background: #eef0f4;
}


.vcBlogHeroStoryImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .35s ease;
}


.vcBlogHeroStory:hover
.vcBlogHeroStoryImage img {
    transform:
        scale(1.05);
}


.vcBlogHeroStoryNumber {
    position: absolute;
    left: 7px;
    bottom: 7px;
    min-width: 26px;
    height: 24px;
    display: grid;
    place-items: center;
    padding:
        0
        5px;
    border-radius: 8px;
    background:
        rgba(18, 22, 31, .72);
    backdrop-filter:
        blur(9px);
    color: #ffffff;
    font-size: 8px;
    font-weight: 850;
}


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

.vcBlogHeroStoryContent {
    display: grid;
    gap: 6px;
    min-width: 0;
}


.vcBlogHeroStoryContent small {
    font-size: 9px;
    font-weight: 650;
    color: #a0a6b0;
}


.vcBlogHeroStoryContent strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 1.28;
    letter-spacing: -.02em;
    color: #20252e;
    transition:
        color .22s ease;
}


.vcBlogHeroStory:hover
.vcBlogHeroStoryContent strong {
    color: #6374ff;
}


.vcBlogHeroStoryContent > span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 11px;
    line-height: 1.45;
    color: #838a95;
}


/* ============================================================
   STORY ARROW
============================================================ */

.vcBlogHeroStoryArrow {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        rgba(15, 23, 42, .045);
    color: #68707c;
    transition:
        transform .22s ease,
        background-color .22s ease,
        color .22s ease;
}


.vcBlogHeroStoryArrow svg {
    width: 13px;
    height: 13px;
}


.vcBlogHeroStory:hover
.vcBlogHeroStoryArrow {
    transform:
        translateX(3px);
    background: #171b23;
    color: #ffffff;
}


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

.vcBlogHeroEmpty {
    padding:
        clamp(
            60px,
            8vw,
            105px
        )
        28px;
    border:
        1px solid
        rgba(15, 23, 42, .07);
    border-radius: 35px;
    background:
        rgba(255,255,255,.84);
    backdrop-filter:
        blur(16px);
    box-shadow:
        0 24px 70px
        rgba(15, 23, 42, .06);
    text-align: center;
}


.vcBlogHeroEmptyIcon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    margin:
        0
        auto
        18px;
    border-radius: 22px;
    background:
        rgba(99, 116, 255, .08);
    color: #6374ff;
}


.vcBlogHeroEmptyIcon svg {
    width: 28px;
    height: 28px;
}


.vcBlogHeroEmpty > span:nth-child(2) {
    display: block;
    margin-bottom: 9px;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #6374ff;
}


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


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


.vcBlogHeroEmpty p {
    max-width: 520px;
    margin:
        17px
        auto
        23px;
    line-height: 1.7;
    color: #7a828d;
}


.vcBlogHeroEmpty a {
    display: inline-flex;
    align-items: 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;
}


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


/* ============================================================
   BOTTOM
============================================================ */

.vcBlogHeroBottom {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 30px;
}


.vcBlogHeroBottomLine {
    flex: 1;
    height: 1px;
    background:
        linear-gradient(
            to right,
            rgba(15, 23, 42, .02),
            rgba(15, 23, 42, .10),
            rgba(15, 23, 42, .02)
        );
}


.vcBlogHeroBottom > span:nth-child(2) {
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #a1a7b0;
}


.vcBlogHeroBottom a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border:
        1px solid
        rgba(15, 23, 42, .07);
    border-radius: 50%;
    background:
        rgba(255,255,255,.78);
    color: #69717d;
}


.vcBlogHeroBottom a svg {
    width: 14px;
    height: 14px;
}


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

@media (max-width: 1200px) {

    .vcBlogHeroContent {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(350px, .82fr);
    }


    .vcBlogHeroStory {
        grid-template-columns:
            94px
            minmax(0, 1fr)
            auto;
    }


    .vcBlogHeroStoryImage {
        width: 94px;
        height: 82px;
    }

}


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

@media (max-width: 960px) {

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


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


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


    .vcBlogHeroStories {
        padding:
            22px;
    }


    .vcBlogHeroStory {
        grid-template-columns:
            120px
            minmax(0, 1fr)
            auto;
    }


    .vcBlogHeroStoryImage {
        width: 120px;
        height: 90px;
    }

}


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

@media (max-width: 650px) {

    .vcBlogHero {
        padding:
            108px
            16px
            58px;
    }


    .vcBlogHeroTop {
        gap: 20px;
        margin-bottom: 24px;
    }


    .vcBlogHeroIntro h1 {
        font-size:
            clamp(
                43px,
                13vw,
                58px
            );
    }


    .vcBlogHeroIntro p {
        margin-top: 19px;
        font-size: 14px;
        line-height: 1.62;
    }


    .vcBlogHeroCounter {
        width: 100%;
    }


    .vcBlogHeroFeature {
        border-radius: 26px;
    }


    .vcBlogHeroFeatureImage {
        height: 300px;
    }


    .vcBlogHeroFeatureBadge {
        top: 14px;
        left: 14px;
    }


    .vcBlogHeroFeatureContent {
        padding:
            25px
            20px;
    }


    .vcBlogHeroFeatureMeta {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }


    .vcBlogHeroFeatureContent h2 {
        font-size:
            clamp(
                30px,
                9vw,
                40px
            );
    }


    .vcBlogHeroFeatureContent p {
        font-size: 13px;
    }


    .vcBlogHeroStories {
        padding:
            19px;
        border-radius: 26px;
    }


    .vcBlogHeroStoriesHeader {
        align-items: flex-start;
    }


    .vcBlogHeroStory {
        grid-template-columns:
            92px
            minmax(0, 1fr);
        gap: 12px;
    }


    .vcBlogHeroStoryImage {
        width: 92px;
        height: 80px;
    }


    .vcBlogHeroStoryArrow {
        grid-column: 2;
        justify-self: end;
        margin-top: -4px;
    }


    .vcBlogHeroStoryContent > span {
        -webkit-line-clamp: 1;
    }


    .vcBlogHeroBottom {
        margin-top: 24px;
    }

}


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

@media (max-width: 430px) {

    .vcBlogHero {
        padding-left: 14px;
        padding-right: 14px;
    }


    .vcBlogHeroEyebrow {
        font-size: 9px;
    }


    .vcBlogHeroFeatureImage {
        height: 255px;
    }


    .vcBlogHeroFeatureContent {
        padding:
            22px
            17px;
    }


    .vcBlogHeroStories {
        padding:
            16px;
    }


    .vcBlogHeroStory {
        grid-template-columns:
            78px
            minmax(0, 1fr);
    }


    .vcBlogHeroStoryImage {
        width: 78px;
        height: 72px;
        border-radius: 13px;
    }


    .vcBlogHeroStoryContent strong {
        font-size: 14px;
    }


    .vcBlogHeroBottom > span:nth-child(2) {
        display: none;
    }

}


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

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

    .vcBlogHeroFeature,
    .vcBlogHeroFeatureImage img,
    .vcBlogHeroReadIcon,
    .vcBlogHeroStoryImage img,
    .vcBlogHeroStoryContent strong,
    .vcBlogHeroStoryArrow {
        transition: none;
    }

}
.vcBlogHeroFeatureImage img {
    will-change: transform;
}


.vcBlogHeroStoryArrow {
    will-change: transform;
}