/* ============================================================
   VENTACTIVE
   CONTACT
   HERO
============================================================ */

.vcContactHero {
    position: relative;
    min-height: 680px;
    padding:
        clamp(130px, 11vw, 180px)
        clamp(18px, 4vw, 70px)
        0;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #f8f9fd 0%,
            #ffffff 48%,
            #f7f8fc 100%
        );
}


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

.vcContactHeroBackground {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}


.vcContactHeroGlow {
    position: absolute;
    display: block;
    border-radius: 50%;
}


.vcContactHeroGlowOne {
    width: 650px;
    height: 650px;
    top: -310px;
    right: -100px;
    background:
        radial-gradient(
            circle,
            rgba(99, 116, 255, .13) 0%,
            rgba(99, 116, 255, .04) 43%,
            transparent 72%
        );
}


.vcContactHeroGlowTwo {
    width: 480px;
    height: 480px;
    left: -210px;
    bottom: -230px;
    background:
        radial-gradient(
            circle,
            rgba(255, 111, 139, .10) 0%,
            transparent 70%
        );
}


.vcContactHeroGrid {
    position: absolute;
    inset: 0;
    opacity: .55;
    background-image:
        linear-gradient(
            rgba(15, 23, 42, .022) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(15, 23, 42, .022) 1px,
            transparent 1px
        );
    background-size:
        48px
        48px;
    mask-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .9),
            rgba(0, 0, 0, .45) 65%,
            transparent
        );
    -webkit-mask-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .9),
            rgba(0, 0, 0, .45) 65%,
            transparent
        );
}


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

.vcContactHeroInner {
    position: relative;
    z-index: 2;
    width: min(1500px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(380px, .72fr);
    align-items: center;
    gap:
        clamp(
            50px,
            7vw,
            115px
        );
    padding-bottom:
        clamp(
            70px,
            8vw,
            110px
        );
}


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

.vcContactHeroContent {
    min-width: 0;
    max-width: 850px;
}


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

.vcContactHeroEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #6374ff;
}


.vcContactHeroEyebrowDot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6374ff;
    box-shadow:
        0 0 0 6px
        rgba(99, 116, 255, .09);
}


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

.vcContactHeroContent h1 {
    margin: 0;
    max-width: 800px;
    font-size:
        clamp(
            56px,
            6.5vw,
            104px
        );
    line-height: .91;
    letter-spacing: -.065em;
    font-weight: 500;
    color: #151922;
}


.vcContactHeroContent h1 strong {
    display: block;
    font-weight: 850;
}


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

.vcContactHeroText {
    max-width: 620px;
    margin:
        26px
        0
        0;
    font-size:
        clamp(
            16px,
            1.25vw,
            19px
        );
    line-height: 1.7;
    color: #727a86;
}


/* ============================================================
   ACTIONS
============================================================ */

.vcContactHeroActions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 19px;
    margin-top: 31px;
}


/* ============================================================
   PRIMARY BUTTON
============================================================ */

.vcContactHeroPrimary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 58px;
    padding:
        0
        12px
        0
        25px;
    border-radius: 999px;
    background: #171b23;
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    box-shadow:
        0 17px 40px
        rgba(15, 23, 42, .17);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background-color .25s ease;
}


.vcContactHeroPrimary:hover {
    transform:
        translateY(-2px);
    background: #222834;
    box-shadow:
        0 22px 48px
        rgba(15, 23, 42, .22);
}


.vcContactHeroPrimaryIcon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #6374ff;
    color: #ffffff;
    transition:
        transform .25s ease;
}


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


.vcContactHeroPrimary:hover
.vcContactHeroPrimaryIcon {
    transform:
        translateX(3px);
}


/* ============================================================
   SECONDARY
============================================================ */

.vcContactHeroSecondary {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    color: #606875;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
}


.vcContactHeroSecondary::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 8px;
    height: 1px;
    background: #6374ff;
    transition:
        right .25s ease;
}


.vcContactHeroSecondary:hover {
    color: #202631;
}


.vcContactHeroSecondary:hover::after {
    right: 0;
}


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

.vcContactHeroVisual {
    position: relative;
    width: min(480px, 100%);
    justify-self: end;
}


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

.vcContactHeroVisualCard {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 24px;
    border:
        1px solid
        rgba(15, 23, 42, .07);
    border-radius: 32px;
    background:
        rgba(255, 255, 255, .86);
    backdrop-filter:
        blur(20px);
    -webkit-backdrop-filter:
        blur(20px);
    box-shadow:
        0 32px 90px
        rgba(15, 23, 42, .11);
}


.vcContactHeroVisualCard::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    top: -150px;
    right: -100px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(99, 116, 255, .12),
            transparent 70%
        );
    pointer-events: none;
}


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

.vcContactHeroVisualTop {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 24px;
}


.vcContactHeroVisualStatus {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #555e69;
}


.vcContactHeroVisualStatus > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #29ad70;
    box-shadow:
        0 0 0 5px
        rgba(41, 173, 112, .09);
}


.vcContactHeroVisualMini {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding:
        0
        10px;
    border-radius: 999px;
    background:
        rgba(99, 116, 255, .07);
    color: #6374ff;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}


/* ============================================================
   MESSAGE
============================================================ */

.vcContactHeroVisualMessage {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding:
        20px;
    border:
        1px solid
        rgba(99, 116, 255, .08);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(99, 116, 255, .055),
            rgba(255, 255, 255, .8)
        );
}


.vcContactHeroVisualIcon {
    width: 47px;
    height: 47px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #6374ff;
    color: #ffffff;
    box-shadow:
        0 12px 26px
        rgba(99, 116, 255, .22);
}


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


.vcContactHeroVisualMessage div {
    min-width: 0;
    display: grid;
    gap: 4px;
}


.vcContactHeroVisualMessage small {
    font-size: 9px;
    font-weight: 750;
    color: #8b929d;
}


.vcContactHeroVisualMessage strong {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -.02em;
    color: #20252e;
}


/* ============================================================
   OPTIONS
============================================================ */

.vcContactHeroVisualOptions {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );
    gap: 10px;
    margin-top: 10px;
}


.vcContactHeroVisualOptions > span {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 52px;
    padding:
        8px
        11px;
    border:
        1px solid
        rgba(15, 23, 42, .055);
    border-radius: 16px;
    background:
        rgba(255, 255, 255, .72);
    color: #666e7a;
    font-size: 9px;
    line-height: 1.25;
    font-weight: 750;
}


.vcContactHeroOptionIcon {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background:
        rgba(99, 116, 255, .07);
    color: #6374ff;
}


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


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

.vcContactHeroVisualFoot {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    margin-top: 21px;
    padding-top: 19px;
    border-top:
        1px solid
        rgba(15, 23, 42, .065);
}


.vcContactHeroAvatar {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        linear-gradient(
            145deg,
            #171b23,
            #343c49
        );
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}


.vcContactHeroVisualFoot > div {
    min-width: 0;
    display: grid;
    gap: 2px;
}


.vcContactHeroVisualFoot strong {
    font-size: 10px;
    color: #353c46;
}


.vcContactHeroVisualFoot small {
    font-size: 9px;
    line-height: 1.4;
    color: #969ca6;
}


/* ============================================================
   FLOATING ICONS
============================================================ */

.vcContactHeroFloat {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    border:
        1px solid
        rgba(15, 23, 42, .07);
    background:
        rgba(255, 255, 255, .92);
    color: #6374ff;
    box-shadow:
        0 15px 38px
        rgba(15, 23, 42, .10);
    backdrop-filter:
        blur(12px);
    -webkit-backdrop-filter:
        blur(12px);
}


.vcContactHeroFloat svg {
    width: 20px;
    height: 20px;
}


.vcContactHeroFloatOne {
    width: 53px;
    height: 53px;
    top: -25px;
    right: -20px;
    border-radius: 17px;
    transform:
        rotate(7deg);
}


.vcContactHeroFloatTwo {
    width: 47px;
    height: 47px;
    left: -23px;
    bottom: 48px;
    border-radius: 50%;
    color: #28a86d;
}


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

.vcContactHeroBottom {
    position: relative;
    z-index: 2;
    width: min(1500px, 100%);
    min-height: 66px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-top:
        1px solid
        rgba(15, 23, 42, .07);
}


.vcContactHeroBottom > span {
    font-size: 10px;
    font-weight: 650;
    color: #969da7;
}


.vcContactHeroBottom > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #626a76;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    transition:
        color .22s ease;
}


.vcContactHeroBottom > a:hover {
    color: #6374ff;
}


.vcContactHeroBottom svg {
    width: 14px;
    height: 14px;
    transition:
        transform .22s ease;
}


.vcContactHeroBottom > a:hover svg {
    transform:
        translateY(3px);
}


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

@media (max-width: 1050px) {

    .vcContactHero {
        min-height: 0;
    }


    .vcContactHeroInner {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(330px, .8fr);
        gap: 45px;
    }


    .vcContactHeroContent h1 {
        font-size:
            clamp(
                54px,
                7vw,
                76px
            );
    }

}


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

@media (max-width: 850px) {

    .vcContactHero {
        padding-top: 125px;
    }


    .vcContactHeroInner {
        grid-template-columns:
            1fr;
        gap: 55px;
    }


    .vcContactHeroContent {
        max-width: 720px;
    }


    .vcContactHeroVisual {
        width: min(560px, 100%);
        justify-self: center;
    }


    .vcContactHeroFloatOne {
        right: -12px;
    }


    .vcContactHeroFloatTwo {
        left: -12px;
    }

}


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

@media (max-width: 650px) {

    .vcContactHero {
        padding:
            108px
            16px
            0;
    }


    .vcContactHeroInner {
        gap: 43px;
        padding-bottom: 55px;
    }


    .vcContactHeroEyebrow {
        margin-bottom: 17px;
        font-size: 9px;
    }


    .vcContactHeroContent h1 {
        font-size:
            clamp(
                49px,
                14vw,
                68px
            );
        line-height: .94;
    }


    .vcContactHeroText {
        margin-top: 21px;
        font-size: 14px;
        line-height: 1.65;
    }


    .vcContactHeroActions {
        gap: 13px;
        margin-top: 25px;
    }


    .vcContactHeroPrimary {
        min-height: 54px;
    }


    .vcContactHeroVisualCard {
        padding: 18px;
        border-radius: 25px;
    }


    .vcContactHeroVisualMessage {
        padding: 16px;
        border-radius: 18px;
    }


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


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


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


    .vcContactHeroVisualOptions > span {
        min-height: 48px;
    }


    .vcContactHeroFloatOne {
        width: 45px;
        height: 45px;
        top: -19px;
        right: -5px;
    }


    .vcContactHeroFloatTwo {
        width: 42px;
        height: 42px;
        left: -6px;
        bottom: 38px;
    }


    .vcContactHeroBottom {
        min-height: 61px;
    }


    .vcContactHeroBottom > span {
        display: none;
    }


    .vcContactHeroBottom {
        justify-content: flex-end;
    }

}


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

@media (max-width: 430px) {

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


    .vcContactHeroContent h1 {
        font-size:
            clamp(
                46px,
                14.5vw,
                61px
            );
    }


    .vcContactHeroActions {
        align-items: stretch;
        flex-direction: column;
    }


    .vcContactHeroPrimary {
        width: 100%;
    }


    .vcContactHeroSecondary {
        align-self: flex-start;
        min-height: 38px;
    }


    .vcContactHeroVisualCard {
        padding: 16px;
    }


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


    .vcContactHeroVisualIcon {
        width: 39px;
        height: 39px;
    }


    .vcContactHeroVisualFoot small {
        font-size: 8px;
    }

}


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

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

    .vcContactHeroPrimary,
    .vcContactHeroPrimaryIcon,
    .vcContactHeroSecondary::after,
    .vcContactHeroBottom > a,
    .vcContactHeroBottom svg {
        transition: none;
    }

}