
/* =========================================================
   VOSTOK TECH
   ========================================================= */

body.home .vltech{

    --vt-cyan:#58C3D9;
    --vt-blue:#176B87;

    position:relative;

    z-index:4;

    overflow:hidden;

    isolation:isolate;

    padding:
        105px 0 0;

    color:#fff;

    font-family:
        'Montserrat',
        Arial,
        sans-serif;

    background:
        radial-gradient(
            circle at 71% 39%,
            rgba(88,195,217,.13),
            transparent 25%
        ),
        radial-gradient(
            circle at 15% 92%,
            rgba(23,107,135,.17),
            transparent 30%
        ),
        linear-gradient(
            118deg,
            #071923 0%,
            #0A222D 43%,
            #0E3040 71%,
            #071A24 100%
        );
}


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

body.home .vltech-bg{

    position:absolute;

    inset:0;

    z-index:0;

    pointer-events:none;
}


body.home .vltech-grid{

    position:absolute;

    inset:0;

    opacity:.22;

    background-image:

        linear-gradient(
            rgba(128,207,220,.06) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(128,207,220,.06) 1px,
            transparent 1px
        );

    background-size:
        86px 86px;

    -webkit-mask-image:
        radial-gradient(
            ellipse at center,
            #000 0%,
            rgba(0,0,0,.80) 45%,
            transparent 84%
        );

    mask-image:
        radial-gradient(
            ellipse at center,
            #000 0%,
            rgba(0,0,0,.80) 45%,
            transparent 84%
        );
}


body.home .vltech-glow{

    position:absolute;

    border-radius:50%;

    filter:
        blur(85px);
}


body.home .vltech-glow-a{

    width:470px;
    height:470px;

    right:4%;
    top:5%;

    background:
        rgba(88,195,217,.09);

    animation:
        vltechGlowA
        12s
        ease-in-out
        infinite
        alternate;
}


body.home .vltech-glow-b{

    width:420px;
    height:420px;

    left:-170px;
    bottom:-150px;

    background:
        rgba(23,107,135,.11);

    animation:
        vltechGlowB
        14s
        ease-in-out
        infinite
        alternate;
}


/* rings */

body.home .vltech-ring{

    position:absolute;

    border:
        1px solid
        rgba(119,211,226,.10);

    border-radius:50%;

    animation:
        vltechRotate
        30s
        linear
        infinite;
}


body.home .vltech-ring::after{

    content:"";

    position:absolute;

    width:8px;
    height:8px;

    border-radius:50%;

    background:
        var(--vt-cyan);

    box-shadow:
        0 0 0 8px
        rgba(88,195,217,.055),
        0 0 26px
        rgba(88,195,217,.32);
}


body.home .vltech-ring-a{

    width:520px;
    height:520px;

    right:-265px;
    top:-185px;
}


body.home .vltech-ring-a::after{

    left:70px;
    bottom:73px;
}


body.home .vltech-ring-b{

    width:330px;
    height:330px;

    left:-180px;
    bottom:-145px;

    animation-duration:
        37s;

    animation-direction:
        reverse;
}


body.home .vltech-ring-b::after{

    right:42px;
    top:46px;
}


/* diagonal technical lines */

body.home .vltech-line{

    position:absolute;

    height:1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(88,195,217,.12),
            transparent
        );

    transform-origin:left center;
}


body.home .vltech-line-a{

    width:880px;

    right:-390px;
    top:55%;

    transform:
        rotate(-28deg);
}


body.home .vltech-line-b{

    width:680px;

    left:-250px;
    top:30%;

    transform:
        rotate(34deg);
}


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

body.home .vltech-shell{

    position:relative;

    z-index:3;

    width:
        min(
            1400px,
            calc(100% - 64px)
        );

    margin:
        0 auto;
}


body.home .vltech-top{

    min-height:590px;

    display:grid;

    grid-template-columns:
        minmax(0,.92fr)
        minmax(470px,1.08fr);

    gap:
        clamp(
            70px,
            8vw,
            145px
        );

    align-items:center;
}


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

body.home .vltech-copy{

    position:relative;

    z-index:3;
}


body.home .vltech-kicker{

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:20px;

    color:
        rgba(219,240,245,.62);

    font-size:8px;

    line-height:1;

    font-weight:750;

    letter-spacing:.18em;

    opacity:0;

    transform:
        translateY(15px);

    transition:
        opacity .65s ease,
        transform .8s
        cubic-bezier(.16,1,.3,1);
}


body.home .vltech.is-visible .vltech-kicker{

    opacity:1;

    transform:none;
}


body.home .vltech-kicker i{

    width:6px;
    height:6px;

    border-radius:50%;

    background:
        var(--vt-cyan);

    box-shadow:
        0 0 16px
        rgba(88,195,217,.55);
}


/* headline */

body.home .vltech-copy h2{

    margin:0 !important;

    font-size:
        clamp(
            64px,
            7vw,
            112px
        ) !important;

    line-height:
        .80 !important;

    font-weight:
        790 !important;

    letter-spacing:
        -.072em !important;

    text-transform:none;

    opacity:0;

    transform:
        translateY(27px);

    transition:
        opacity .75s ease .10s,
        transform 1s
        cubic-bezier(.16,1,.3,1)
        .10s;
}


body.home .vltech.is-visible .vltech-copy h2{

    opacity:1;

    transform:none;
}


body.home .vltech-copy h2 span{

    display:block;

    color:#fff;
}


body.home .vltech-copy h2 strong{

    display:block;

    margin-top:.16em;

    padding-bottom:.10em;

    font:inherit;

    font-weight:inherit;

    background:
        linear-gradient(
            90deg,
            #45B9D1 0%,
            #8DECF6 43%,
            #58C3D9 71%,
            #45A8C0 100%
        );

    background-size:
        220% 100%;

    -webkit-background-clip:text;

    background-clip:text;

    -webkit-text-fill-color:
        transparent;

    animation:
        vltechTitleFlow
        7.5s
        ease-in-out
        infinite;
}


/* lead */

body.home .vltech-lead{

    width:
        min(
            520px,
            100%
        );

    margin:
        34px 0 0 !important;

    color:
        rgba(242,249,250,.91) !important;

    font-size:
        clamp(
            18px,
            1.6vw,
            23px
        ) !important;

    line-height:
        1.45 !important;

    font-weight:
        610 !important;

    letter-spacing:
        -.027em !important;

    opacity:0;

    transform:
        translateY(19px);

    transition:
        opacity .7s ease .24s,
        transform .9s
        cubic-bezier(.16,1,.3,1)
        .24s;
}


body.home .vltech.is-visible .vltech-lead{

    opacity:1;

    transform:none;
}


/* body */

body.home .vltech-text{

    width:
        min(
            530px,
            100%
        );

    margin:
        19px 0 0 !important;

    color:
        rgba(207,226,231,.67) !important;

    font-size:
        11px !important;

    line-height:
        1.76 !important;

    font-weight:
        450 !important;

    opacity:0;

    transform:
        translateY(16px);

    transition:
        opacity .65s ease .37s,
        transform .85s
        cubic-bezier(.16,1,.3,1)
        .37s;
}


body.home .vltech.is-visible .vltech-text{

    opacity:1;

    transform:none;
}


/* CTA */

body.home .vltech-cta{

    position:relative;

    width:268px;
    height:57px;

    margin-top:32px;

    padding:
        0 8px 0 24px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

    border-radius:999px;

    color:#fff !important;

    text-decoration:none !important;

    background:
        linear-gradient(
            110deg,
            #176B87,
            #1B7E9C
        );

    box-shadow:
        0 17px 40px
        rgba(23,107,135,.28),
        inset 0 1px
        rgba(255,255,255,.13);

    font-size:10px;

    line-height:1;

    font-weight:700;

    opacity:0;

    transform:
        translateY(15px);

    transition:
        opacity .6s ease .50s,
        transform .3s ease,
        box-shadow .3s ease;
}


body.home .vltech.is-visible .vltech-cta{

    opacity:1;

    transform:none;
}


body.home .vltech-cta::before{

    content:"";

    position:absolute;

    top:-80%;
    left:-30%;

    width:85px;
    height:180px;

    transform:
        rotate(28deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.23),
            transparent
        );

    animation:
        vltechSweep
        4.6s
        ease-in-out
        infinite;
}


body.home .vltech-cta span{

    position:relative;

    z-index:2;
}


body.home .vltech-cta i{

    position:relative;

    z-index:2;

    width:42px;
    height:42px;

    margin-left:auto;

    display:grid;

    place-items:center;

    border-radius:50%;

    background:
        rgba(255,255,255,.13);

    transition:
        transform .28s ease,
        background .28s ease;
}


body.home .vltech-cta svg{

    width:17px;
    height:17px;

    fill:none;

    stroke:currentColor;

    stroke-width:1.7;

    stroke-linecap:round;

    stroke-linejoin:round;
}


body.home .vltech-cta:hover{

    box-shadow:
        0 20px 48px
        rgba(23,107,135,.36),
        inset 0 1px
        rgba(255,255,255,.15);
}


body.home .vltech-cta:hover i{

    transform:
        translateX(3px)
        rotate(-4deg);

    background:
        rgba(255,255,255,.20);
}


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

body.home .vltech-visual{

    position:relative;

    min-height:470px;

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    transform:
        translate3d(
            40px,
            15px,
            0
        );

    transition:
        opacity .85s ease .18s,
        transform 1.15s
        cubic-bezier(.16,1,.3,1)
        .18s;
}


body.home .vltech.is-visible .vltech-visual{

    opacity:1;

    transform:none;
}


/* giant industrial type */

body.home .vltech-wordmark{

    position:relative;

    width:100%;

    text-align:right;
}


body.home .vltech-wordmark>span{

    display:block;

    color:
        rgba(255,255,255,.028);

    font-size:
        clamp(
            160px,
            17vw,
            285px
        );

    line-height:.66;

    font-weight:850;

    letter-spacing:-.09em;

    user-select:none;
}


body.home .vltech-wordmark strong{

    position:absolute;

    right:0;
    bottom:-70px;

    display:flex;

    align-items:center;

    gap:14px;

    color:
        rgba(221,240,244,.49);

    font-size:
        clamp(
            16px,
            1.4vw,
            21px
        );

    line-height:1;

    font-weight:590;

    letter-spacing:.12em;
}


body.home .vltech-wordmark small{

    color:
        var(--vt-cyan);

    font-size:24px;

    font-weight:400;
}


/* specs */

body.home .vltech-spec{

    position:absolute;

    left:3%;
    top:14%;

    display:flex;

    align-items:flex-start;

    gap:15px;
}


body.home .vltech-spec-b{

    left:auto;
    right:2%;
    top:auto;
    bottom:12%;
}


body.home .vltech-spec>span{

    color:
        rgba(88,195,217,.50);

    font-size:9px;

    line-height:1;

    font-weight:720;

    letter-spacing:.16em;
}


body.home .vltech-spec p{

    margin:0 !important;

    color:
        rgba(217,237,242,.46) !important;

    font-size:9px !important;

    line-height:1.45 !important;

    text-transform:uppercase;

    letter-spacing:.12em;
}


body.home .vltech-spec b{

    display:block;

    margin-top:4px;

    color:
        rgba(241,249,250,.87);

    font-size:13px;

    font-weight:620;

    letter-spacing:0;

    text-transform:none;
}


/* =========================================================
   MARQUEE
   ========================================================= */

body.home .vltech-marquee{

    position:relative;

    z-index:4;

    margin-top:78px;

    overflow:hidden;

    border-top:
        1px solid
        rgba(126,204,218,.10);

    border-bottom:
        1px solid
        rgba(126,204,218,.08);

    background:
        rgba(3,15,22,.22);
}


body.home .vltech-track{

    width:max-content;

    height:76px;

    display:flex;

    align-items:center;

    gap:29px;

    white-space:nowrap;

    animation:
        vltechMarquee
        29s
        linear
        infinite;
}


body.home .vltech-track span{

    color:
        rgba(221,239,243,.47);

    font-size:10px;

    line-height:1;

    font-weight:650;

    letter-spacing:.13em;
}


body.home .vltech-track i{

    width:5px;
    height:5px;

    flex:
        0 0 5px;

    border-radius:50%;

    background:
        var(--vt-cyan);

    box-shadow:
        0 0 13px
        rgba(88,195,217,.30);
}


/* =========================================================
   KEYFRAMES
   ========================================================= */

@keyframes vltechTitleFlow{

    0%,
    18%{
        background-position:
            105% 0;
    }

    48%,
    100%{
        background-position:
            -120% 0;
    }

}


@keyframes vltechSweep{

    0%,
    62%{
        left:-30%;
    }

    100%{
        left:135%;
    }

}


@keyframes vltechRotate{

    to{
        transform:
            rotate(360deg);
    }

}


@keyframes vltechGlowA{

    from{
        transform:
            translate3d(0,0,0);
    }

    to{
        transform:
            translate3d(-30px,24px,0);
    }

}


@keyframes vltechGlowB{

    from{
        transform:
            translate3d(0,0,0);
    }

    to{
        transform:
            translate3d(28px,-20px,0);
    }

}


@keyframes vltechMarquee{

    from{
        transform:
            translateX(0);
    }

    to{
        transform:
            translateX(-50%);
    }

}


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

@media(max-width:1024px){

    body.home .vltech{

        padding-top:
            80px;
    }


    body.home .vltech-top{

        min-height:0;

        grid-template-columns:
            1fr;

        gap:50px;
    }


    body.home .vltech-copy{

        width:
            min(
                760px,
                100%
            );
    }


    body.home .vltech-visual{

        min-height:340px;
    }


    body.home .vltech-wordmark{

        text-align:center;
    }


    body.home .vltech-wordmark strong{

        right:50%;

        transform:
            translateX(50%);
    }

}


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

@media(max-width:767px){

    body.home .vltech{

        padding-top:
            62px;
    }


    body.home .vltech-shell{

        width:
            calc(100% - 28px);
    }


    body.home .vltech-copy h2{

        font-size:
            clamp(
                60px,
                20vw,
                86px
            ) !important;
    }


    body.home .vltech-lead{

        margin-top:
            28px !important;

        font-size:
            17px !important;
    }


    body.home .vltech-text{

        font-size:
            10px !important;
    }


    body.home .vltech-cta{

        width:250px;
    }


    body.home .vltech-visual{

        min-height:270px;
    }


    body.home .vltech-wordmark>span{

        font-size:
            clamp(
                130px,
                43vw,
                180px
            );
    }


    body.home .vltech-wordmark strong{

        bottom:-47px;

        font-size:12px;
    }


    body.home .vltech-spec{

        display:none;
    }


    body.home .vltech-marquee{

        margin-top:54px;
    }


    body.home .vltech-track{

        height:62px;
    }


    body.home .vltech-ring-b{

        display:none;
    }

}


/* reduced motion */

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

    body.home .vltech *,
    body.home .vltech *::before,
    body.home .vltech *::after{

        animation:
            none !important;

        transition:
            none !important;
    }


    body.home .vltech-kicker,
    body.home .vltech-copy h2,
    body.home .vltech-lead,
    body.home .vltech-text,
    body.home .vltech-cta,
    body.home .vltech-visual{

        opacity:
            1 !important;

        transform:
            none !important;
    }

}


/* =========================================================
   VOSTOK TECH LOGO
   ========================================================= */

body.home .vltech-logo-badge{
    position:absolute;

    z-index:8;

    right:1%;
    top:5%;

    width:
        clamp(
            250px,
            25vw,
            390px
        );

    height:
        clamp(
            88px,
            8vw,
            118px
        );

    display:flex;

    align-items:center;

    justify-content:center;

    padding:
        17px 25px;

    overflow:hidden;

    border:
        1px solid
        rgba(126,216,231,.13);

    border-radius:
        24px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.055) 0%,
            rgba(255,255,255,.018) 45%,
            rgba(88,195,217,.035) 100%
        );

    -webkit-backdrop-filter:
        blur(18px)
        saturate(130%);

    backdrop-filter:
        blur(18px)
        saturate(130%);

    box-shadow:
        0 24px 65px
        rgba(0,0,0,.22),
        0 8px 24px
        rgba(0,0,0,.14),
        inset 0 1px 0
        rgba(255,255,255,.08);

    opacity:0;

    transform:
        translate3d(
            26px,
            -10px,
            0
        )
        rotateY(-8deg);

    transform-origin:
        right center;

    transition:
        opacity .8s ease .38s,
        transform 1.05s
        cubic-bezier(.16,1,.3,1)
        .38s,
        border-color .35s ease,
        box-shadow .35s ease;
}


body.home .vltech.is-visible .vltech-logo-badge{
    opacity:1;

    transform:
        translate3d(0,0,0)
        rotateY(-4deg);
}


body.home .vltech-logo-badge::before{
    content:"";

    position:absolute;

    left:-35%;
    top:-70%;

    width:100px;
    height:220px;

    transform:
        rotate(25deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.08),
            transparent
        );

    animation:
        vltechLogoSweep
        7s
        ease-in-out
        infinite;
}


body.home .vltech-logo-light{
    position:absolute;

    width:180px;
    height:100px;

    right:-40px;
    bottom:-45px;

    border-radius:50%;

    background:
        rgba(88,195,217,.13);

    filter:
        blur(35px);

    pointer-events:none;
}


body.home .vltech-logo-badge img{
    position:relative;

    z-index:2;

    display:block;

    width:100%;
    height:100%;

    max-width:none;

    object-fit:contain;

    filter:
        drop-shadow(
            0 8px 20px
            rgba(0,0,0,.25)
        );
}


body.home .vltech-logo-badge:hover{
    border-color:
        rgba(126,216,231,.23);

    box-shadow:
        0 30px 75px
        rgba(0,0,0,.26),
        0 10px 28px
        rgba(0,0,0,.16),
        inset 0 1px 0
        rgba(255,255,255,.10);

    transform:
        translate3d(0,-4px,0)
        rotateY(-2deg);
}


@keyframes vltechLogoSweep{

    0%,
    67%{
        left:-35%;
        opacity:0;
    }

    75%{
        opacity:1;
    }

    100%{
        left:135%;
        opacity:0;
    }

}


/* TABLET */

@media(max-width:1024px){

    body.home .vltech-logo-badge{
        right:3%;
        top:0;

        width:330px;
        height:104px;

        transform:none !important;
    }

}


/* MOBILE */

@media(max-width:767px){

    body.home .vltech-logo-badge{
        position:relative;

        right:auto;
        top:auto;

        width:
            min(
                310px,
                88vw
            );

        height:92px;

        margin:
            0 auto 28px;

        padding:
            14px 20px;

        border-radius:20px;

        transform:none !important;
    }

}


/* =========================================================
   VOSTOK TECH BRANDMARK
   логотип слева, правая зона свободна под технику
   ========================================================= */

/* старый логотип справа больше нигде не показываем */

body.home .vltech-logo-badge{
    display:none !important;
}


/* фирменный логотип над текстом */

body.home .vltech-brandmark{
    position:relative;

    width:
        clamp(
            210px,
            18vw,
            285px
        );

    margin-bottom:27px;

    opacity:0;

    transform:
        translate3d(
            -18px,
            10px,
            0
        );

    transition:
        opacity .72s ease,
        transform .95s cubic-bezier(.16,1,.3,1);
}


body.home .vltech.is-visible .vltech-brandmark{
    opacity:1;
    transform:none;
}


body.home .vltech-brandmark img{
    display:block;

    width:100%;
    height:auto;

    max-width:none;

    object-fit:contain;

    object-position:left center;

    filter:
        drop-shadow(
            0 10px 24px
            rgba(0,0,0,.22)
        );
}


/* лёгкий свет под логотипом */

body.home .vltech-brandmark::after{
    content:"";

    position:absolute;

    left:8%;
    right:12%;
    bottom:-10px;

    height:20px;

    border-radius:50%;

    background:
        radial-gradient(
            ellipse at center,
            rgba(88,195,217,.14),
            transparent 72%
        );

    filter:blur(10px);

    pointer-events:none;
}


/* MOBILE */

@media(max-width:767px){

    body.home .vltech-brandmark{
        width:220px;
        margin-bottom:23px;
    }

}


/* =========================================================
   VOSTOK TECH - FINAL COMPACT MACHINE VISUAL
   ========================================================= */


/* ---------------------------------------------------------
   ДЕЛАЕМ ВЕСЬ БЛОК КОРОЧЕ
   --------------------------------------------------------- */

body.home .vltech{
    padding-top:62px !important;
}


body.home .vltech-top{
    min-height:455px !important;

    gap:
        clamp(
            55px,
            6vw,
            105px
        ) !important;
}


body.home .vltech-kicker{
    margin-bottom:16px !important;
}


body.home .vltech-copy h2{
    font-size:
        clamp(
            58px,
            6.2vw,
            98px
        ) !important;
}


body.home .vltech-lead{
    margin-top:27px !important;
}


body.home .vltech-text{
    margin-top:15px !important;
}


body.home .vltech-cta{
    margin-top:25px !important;
}


body.home .vltech-marquee{
    margin-top:32px !important;
}


body.home .vltech-track{
    height:66px !important;
}



/* ---------------------------------------------------------
   СТАРЫЙ ЛОГОТИП ПОЛНОСТЬЮ УБИРАЕМ
   --------------------------------------------------------- */

body.home .vltech-brandmark,
body.home .vltech-logo-badge{
    display:none !important;
}



/* =========================================================
   MACHINE STAGE
   ========================================================= */

body.home .vltech-visual{
    position:relative !important;

    min-height:405px !important;

    display:flex !important;

    align-items:center !important;

    justify-content:center !important;

    overflow:visible !important;

    perspective:1500px !important;
}


body.home .vltech-machine-stage{
    position:relative;

    width:100%;
    height:405px;

    display:flex;

    align-items:flex-end;

    justify-content:center;

    transform-style:preserve-3d;

    opacity:0;

    transform:
        translate3d(
            45px,
            14px,
            0
        )
        rotateY(-4deg)
        scale(.97);

    transition:
        opacity .85s ease .18s,
        transform 1.15s
        cubic-bezier(.16,1,.3,1)
        .18s;
}


body.home .vltech.is-visible .vltech-machine-stage{
    opacity:1;

    transform:
        translate3d(0,0,0)
        rotateY(-3deg)
        scale(1);
}



/* ---------------------------------------------------------
   САМА ТЕХНИКА
   --------------------------------------------------------- */

body.home .vltech-machine-image{
    position:relative;

    z-index:3;

    display:block;

    width:108%;
    height:100%;

    max-width:none;

    object-fit:contain;

    object-position:
        center bottom;

    filter:
        drop-shadow(
            0 22px 20px
            rgba(0,0,0,.22)
        )
        drop-shadow(
            0 5px 7px
            rgba(0,0,0,.18)
        );

    transform:
        translate3d(0,0,36px);

    transform-origin:
        52% 80%;

    transition:
        transform .55s
        cubic-bezier(.16,1,.3,1),
        filter .55s ease;

    will-change:transform;
}



/* ---------------------------------------------------------
   ТЕНЬ НА "ПОЛУ"
   Именно она создаёт ощущение, что техника реально стоит
   внутри тёмного блока
   --------------------------------------------------------- */

body.home .vltech-machine-shadow{
    position:absolute;

    z-index:1;

    left:7%;
    right:3%;

    bottom:7px;

    height:72px;

    border-radius:50%;

    background:
        radial-gradient(
            ellipse at center,
            rgba(0,0,0,.43) 0%,
            rgba(0,0,0,.26) 34%,
            rgba(0,0,0,.12) 55%,
            transparent 77%
        );

    filter:
        blur(17px);

    transform:
        translate3d(
            10px,
            0,
            -20px
        )
        scaleX(.95);

    opacity:.92;

    pointer-events:none;
}



/* дополнительное слабое отражение под техникой */

body.home .vltech-machine-stage::after{
    content:"";

    position:absolute;

    z-index:0;

    left:16%;
    right:8%;

    bottom:21px;

    height:2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(88,195,217,.10),
            rgba(255,255,255,.09),
            rgba(88,195,217,.07),
            transparent
        );

    filter:blur(2px);

    pointer-events:none;
}



/* ---------------------------------------------------------
   3D HOVER
   --------------------------------------------------------- */

@media(hover:hover) and (pointer:fine){

    body.home .vltech-machine-stage:hover .vltech-machine-image{
        transform:
            translate3d(
                5px,
                -7px,
                55px
            )
            rotateY(-1.5deg)
            scale(1.015);

        filter:
            drop-shadow(
                0 30px 27px
                rgba(0,0,0,.27)
            )
            drop-shadow(
                0 7px 9px
                rgba(0,0,0,.20)
            );
    }


    body.home .vltech-machine-stage:hover .vltech-machine-shadow{
        transform:
            translate3d(
                13px,
                5px,
                -20px
            )
            scaleX(.91);

        opacity:.78;
    }

}



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

@media(max-width:1024px){

    body.home .vltech{
        padding-top:65px !important;
    }


    body.home .vltech-top{
        min-height:0 !important;
        gap:34px !important;
    }


    body.home .vltech-visual{
        min-height:360px !important;
    }


    body.home .vltech-machine-stage{
        height:360px;
    }


    body.home .vltech-machine-image{
        width:100%;
    }


    body.home .vltech-marquee{
        margin-top:22px !important;
    }

}



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

@media(max-width:767px){

    body.home .vltech{
        padding-top:52px !important;
    }


    body.home .vltech-top{
        gap:25px !important;
    }


    body.home .vltech-visual{
        min-height:275px !important;
    }


    body.home .vltech-machine-stage{
        height:275px;

        transform:none !important;
    }


    body.home .vltech-machine-image{
        width:108%;

        transform:
            translate3d(
                0,
                0,
                0
            ) !important;
    }


    body.home .vltech-machine-shadow{
        left:5%;
        right:5%;

        bottom:3px;

        height:52px;
    }


    body.home .vltech-marquee{
        margin-top:14px !important;
    }


    body.home .vltech-track{
        height:58px !important;
    }

}

