/* ============================================================
   VENTACTIVE
   PROMOTIONS
   DISCOVER MORE
============================================================ */

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


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


/* ============================================================
   MAIN CTA
============================================================ */

.vcPromoDiscoverMain {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 50px;
    min-height: 360px;
    padding:
        clamp(42px, 5vw, 76px)
        clamp(28px, 5vw, 72px);
    overflow: hidden;
    border-radius: 38px;
    background:
        linear-gradient(
            135deg,
            #171b23,
            #20252f
        );
    box-shadow:
        0 32px 90px
        rgba(15, 23, 42, .18);
    isolation: isolate;
}


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

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


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


.vcPromoDiscoverOrbOne {
    width: 480px;
    height: 480px;
    top: -180px;
    right: 12%;
    background:
        radial-gradient(
            circle,
            rgba(255, 75, 112, .19),
            transparent 68%
        );
}


.vcPromoDiscoverOrbTwo {
    width: 380px;
    height: 380px;
    left: -110px;
    bottom: -180px;
    background:
        radial-gradient(
            circle,
            rgba(111, 127, 255, .12),
            transparent 70%
        );
}


.vcPromoDiscoverMainGrid {
    position: absolute;
    inset: 0;
    opacity: .45;
    background-image:
        linear-gradient(
            rgba(255,255,255,.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        );
    background-size:
        46px
        46px;
    mask-image:
        linear-gradient(
            90deg,
            #000,
            transparent 78%
        );
}


/* ============================================================
   COPY
============================================================ */

.vcPromoDiscoverMainCopy {
    position: relative;
    z-index: 2;
    max-width: 900px;
}


.vcPromoDiscoverMain
.vcPromoSectionEyebrow {
    color: #ff6b87;
}


.vcPromoDiscoverMain
.vcPromoSectionEyebrow::before {
    background:
        linear-gradient(
            90deg,
            #ff6b87,
            rgba(255, 107, 135, .18)
        );
}


.vcPromoDiscoverMain h2 {
    margin: 0;
    max-width: 880px;
    font-size:
        clamp(
            42px,
            4.8vw,
            72px
        );
    line-height: 1;
    letter-spacing: -.055em;
    font-weight: 500;
    color: #ffffff;
}


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


.vcPromoDiscoverMain p {
    max-width: 680px;
    margin:
        20px
        0
        0;
    font-size: 16px;
    line-height: 1.72;
    color:
        rgba(255,255,255,.56);
}


/* ============================================================
   MAIN ACTION
============================================================ */

.vcPromoDiscoverMainAction {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: end;
    gap: 10px;
    min-width: 230px;
}


.vcPromoDiscoverPrimary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 58px;
    padding:
        0
        18px
        0
        24px;
    border-radius: 999px;
    background: #ffffff;
    color: #171b23;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    box-shadow:
        0 16px 34px
        rgba(0,0,0,.18);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.vcPromoDiscoverPrimary:hover {
    transform:
        translateY(-2px);
    box-shadow:
        0 21px 42px
        rgba(0,0,0,.24);
}


.vcPromoDiscoverPrimaryIcon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #171b23;
    color: #ffffff;
}


.vcPromoDiscoverPrimaryIcon svg {
    width: 16px;
    height: 16px;
}


.vcPromoDiscoverMainHint {
    padding-right: 6px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color:
        rgba(255,255,255,.28);
}


/* ============================================================
   DISCOVER GRID
============================================================ */

.vcPromoDiscoverGrid {
    display: grid;
    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );
    gap: 14px;
    margin-top: 18px;
}


/* ============================================================
   DISCOVER CARD
============================================================ */

.vcPromoDiscoverCard {
    position: relative;
    min-width: 0;
    min-height: 220px;
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr)
        auto;
    align-items: start;
    gap: 18px;
    padding:
        26px;
    overflow: hidden;
    border:
        1px solid
        rgba(15, 23, 42, .065);
    border-radius: 26px;
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fbfbfd
        );
    color: inherit;
    text-decoration: none;
    box-shadow:
        0 16px 44px
        rgba(15, 23, 42, .045);
    transition:
        transform .28s cubic-bezier(.2,.8,.2,1),
        border-color .28s ease,
        box-shadow .28s ease;
}


.vcPromoDiscoverCard::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -85px;
    bottom: -95px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(255, 75, 112, .10),
            transparent 70%
        );
    opacity: 0;
    transition:
        opacity .28s ease,
        transform .35s ease;
}


.vcPromoDiscoverCard:hover {
    transform:
        translateY(-4px);
    border-color:
        rgba(255, 75, 112, .15);
    box-shadow:
        0 24px 58px
        rgba(15, 23, 42, .075);
}


.vcPromoDiscoverCard:hover::before {
    opacity: 1;
    transform:
        scale(1.12);
}


/* ============================================================
   CARD ICON
============================================================ */

.vcPromoDiscoverCardIcon {
    position: relative;
    z-index: 2;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 15px;
    background:
        rgba(255, 75, 112, .08);
    color: #ff4b70;
}


.vcPromoDiscoverCardIcon svg {
    width: 21px;
    height: 21px;
}


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

.vcPromoDiscoverCardContent {
    position: relative;
    z-index: 2;
    display: grid;
    align-content: start;
    gap: 7px;
    min-width: 0;
}


.vcPromoDiscoverCardContent small {
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #a0a6b0;
}


.vcPromoDiscoverCardContent strong {
    font-size:
        clamp(
            21px,
            1.8vw,
            28px
        );
    line-height: 1.08;
    letter-spacing: -.035em;
    color: #181c24;
}


.vcPromoDiscoverCardContent > span {
    max-width: 420px;
    font-size: 13px;
    line-height: 1.62;
    color: #7a828e;
}


/* ============================================================
   CARD ARROW
============================================================ */

.vcPromoDiscoverCardArrow {
    position: relative;
    z-index: 2;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        rgba(15, 23, 42, .05);
    color: #59616d;
    transition:
        transform .25s ease,
        background-color .25s ease,
        color .25s ease;
}


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


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


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

@media (max-width: 980px) {

    .vcPromoDiscoverMain {
        grid-template-columns:
            1fr;
        align-items: start;
        gap: 34px;
    }


    .vcPromoDiscoverMainAction {
        justify-items: start;
        min-width: 0;
    }


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


    .vcPromoDiscoverCard {
        min-height: 0;
    }

}


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

@media (max-width: 650px) {

    .vcPromoDiscover {
        padding:
            64px
            16px
            86px;
    }


    .vcPromoDiscoverMain {
        min-height: 0;
        gap: 28px;
        padding:
            36px
            22px;
        border-radius: 28px;
    }


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


    .vcPromoDiscoverMain p {
        font-size: 14px;
        line-height: 1.65;
    }


    .vcPromoDiscoverMainAction {
        width: 100%;
    }


    .vcPromoDiscoverPrimary {
        width: 100%;
    }


    .vcPromoDiscoverMainHint {
        justify-self: center;
        padding-right: 0;
    }


    .vcPromoDiscoverGrid {
        margin-top: 14px;
    }


    .vcPromoDiscoverCard {
        grid-template-columns:
            auto
            minmax(0, 1fr)
            auto;
        gap: 14px;
        padding:
            21px
            18px;
        border-radius: 22px;
    }


    .vcPromoDiscoverCardIcon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }


    .vcPromoDiscoverCardContent strong {
        font-size: 20px;
    }


    .vcPromoDiscoverCardContent > span {
        font-size: 12px;
    }


    .vcPromoDiscoverCardArrow {
        width: 32px;
        height: 32px;
    }

}


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

@media (max-width: 430px) {

    .vcPromoDiscoverMain {
        padding:
            32px
            18px;
    }


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


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

}


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

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

    .vcPromoDiscoverPrimary,
    .vcPromoDiscoverCard,
    .vcPromoDiscoverCard::before,
    .vcPromoDiscoverCardArrow {
        transition: none;
    }

}