/**
 * ============================================================
 * EMZO Corporate Theme
 * Hero Section
 * ============================================================
 */

.emzo-hero{

    position:relative;

    display:flex;

    align-items:center;

    min-height:620px;

    padding:110px 0 95px;

    overflow:hidden;

    background:#081521;

    color:#fff;

}

.emzo-hero-background{

    position:absolute;

    inset:0;

    background-image:url("../../images/hero/hero-main.webp");

    background-size:cover;

    background-position:center center;

    background-repeat:no-repeat;

    background-attachment:scroll;

    z-index:1;

}

.emzo-hero-overlay{

    position:absolute;

    inset:0;

    background:

        linear-gradient(

            90deg,

            rgba(6,17,27,.93) 0%,

            rgba(6,17,27,.80) 38%,

            rgba(6,17,27,.58) 68%,

            rgba(6,17,27,.42) 100%

        );

    z-index:2;

}

.emzo-hero .emzo-container{

    position:relative;

    z-index:3;

}

.emzo-hero-content{

    max-width:590px;

}

.emzo-hero-kicker{

    margin-bottom:18px;

}

.emzo-hero-title{

    margin-bottom:22px;

    font-size:clamp(3rem,4vw,4.5rem);

    line-height:.98;

    letter-spacing:-1px;

}

.emzo-hero-title span{

    display:block;

    color:var(--emzo-primary);

}

.emzo-hero-description{

    max-width:540px;

    margin-bottom:34px;

    font-size:1.08rem;

    line-height:1.85;

    color:rgba(255,255,255,.82);

}

.emzo-hero-actions{

    margin-top:5px;

}

.emzo-hero-aside{

    display:flex;

    justify-content:center;

    align-items:center;

}

.emzo-hero-benefits{

    padding:2rem;

    margin:0;

    list-style:none;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    backdrop-filter:blur(12px);

    background:rgba(255,255,255,.05);

}

.emzo-hero-benefits li{

    position:relative;

    padding-left:2rem;

    margin-bottom:1.25rem;

}

.emzo-hero-benefits li:last-child{

    margin-bottom:0;

}

.emzo-hero-benefits li::before{

    content:"";

    position:absolute;

    left:0;

    top:.45rem;

    width:10px;

    height:10px;

    border-radius:50%;

    background:var(--emzo-primary);

}

@media(max-width:991.98px){

    .emzo-hero{

        min-height:auto;

        padding:8rem 0 5rem;

    }

    .emzo-hero-aside{

        margin-top:3rem;

    }

}


/* ==========================================================
   Hero Panel
========================================================== */

.emzo-hero-panel{

    max-width:390px;

    margin-left:auto;

    margin-top:-35px;

    padding:2rem;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    background:rgba(7,18,30,.55);

    backdrop-filter:blur(18px);

    box-shadow:0 25px 60px rgba(0,0,0,.25);

}

.emzo-hero-panel ul{

    margin:0;

    padding:0;

    list-style:none;

}

.emzo-hero-panel li{

    position:relative;

    margin-bottom:1.35rem;

    padding-left:2rem;

}

.emzo-hero-panel li:last-child{

    margin-bottom:0;

}

.emzo-hero-panel li::before{

    content:"";

    position:absolute;

    left:0;

    top:.55rem;

    width:10px;

    height:10px;

    border-radius:50%;

    background:var(--emzo-primary);

}


/* ==========================================================
   SERVICE HERO
========================================================== */

.emzo-service-hero{

    position:relative;

    min-height:440px;

    display:flex;

    align-items:center;

    overflow:hidden;

    background-color:#081521;

    background-size:cover;

    background-position:center center;

    background-repeat:no-repeat;

    color:#fff;

}

.emzo-service-hero__overlay{

    position:absolute;

    inset:0;

    background:

        linear-gradient(

            90deg,

            rgba(8,21,33,.96) 0%,

            rgba(8,21,33,.86) 45%,

            rgba(8,21,33,.60) 75%,

            rgba(8,21,33,.48) 100%

        );

}

.emzo-service-hero .container{

    position:relative;

    z-index:2;

}

.emzo-service-hero__content{

    max-width:820px;

    padding-top:70px;

    padding-bottom:70px;

}

.emzo-service-hero__kicker{

    display:inline-flex;

    align-items:center;

    margin-bottom:18px;

    color:#F58220;

    font-size:.78rem;

    font-weight:700;

    letter-spacing:.18em;

    text-transform:uppercase;

}

.emzo-service-hero__kicker::before{

    content:"";

    width:34px;

    height:2px;

    margin-right:12px;

    background:#F58220;

}

.emzo-service-hero__title{

    margin:0;

    color:#FFFFFF;

    font-size:clamp(2.6rem,5vw,4.5rem);

    font-weight:700;

    line-height:1.05;

    letter-spacing:-.025em;

}

.emzo-service-hero__excerpt{

    max-width:720px;

    margin-top:22px;

    color:rgba(255,255,255,.78);

    font-size:1.05rem;

    line-height:1.75;

}

.emzo-service-hero__line{

    width:80px;

    height:3px;

    margin-top:28px;

    background:#F58220;

}


/* ==========================================================
   SERVICE HERO - COMPACT
========================================================== */

.emzo-service-hero--compact{

    min-height:390px;

    background-position:center center;

}

.emzo-service-hero--compact .emzo-service-hero__content{

    max-width:680px;

    padding-top:58px;

    padding-bottom:58px;

}

.emzo-service-hero--compact .emzo-service-hero__title{

    max-width:650px;

    font-size:clamp(2.15rem,3.8vw,3.35rem);

    line-height:1.08;

    letter-spacing:-.025em;

}

.emzo-service-hero--compact .emzo-service-hero__excerpt{

    max-width:620px;

    margin-top:18px;

    color:rgba(255,255,255,.82);

    font-size:1rem;

    line-height:1.65;

}

.emzo-service-hero--compact .emzo-service-hero__line{

    width:72px;

    height:3px;

    margin-top:22px;

}


/* ==========================================================
   DIVISION HERO
   Imagen visible + degradado horizontal
========================================================== */

.emzo-division-hero .emzo-service-hero__overlay{

    background:

            linear-gradient(

                    90deg,

                    rgba(5,18,30,.97) 0%,

                    rgba(5,18,30,.90) 28%,

                    rgba(5,18,30,.62) 50%,

                    rgba(5,18,30,.24) 72%,

                    rgba(5,18,30,.08) 100%

            );

}

.emzo-division-hero .emzo-service-hero__content{

    max-width:700px;

}

.emzo-division-hero .emzo-service-hero__kicker{

    margin-bottom:15px;

    font-size:.76rem;

    letter-spacing:.20em;

}

.emzo-division-hero .emzo-service-hero__title{

    max-width:650px;

    font-size:clamp(2.15rem,3.8vw,3.35rem);

}

.emzo-division-hero .emzo-service-hero__excerpt{

    max-width:600px;

}

.emzo-division-hero .emzo-service-hero__line{

    width:72px;

    margin-top:22px;

}


/* ==========================================================
   SERVICE HERO RESPONSIVE
========================================================== */

@media(max-width:991.98px){

    .emzo-service-hero--compact{

        min-height:370px;

    }

    .emzo-service-hero--compact .emzo-service-hero__content{

        padding-top:52px;

        padding-bottom:52px;

    }

}

@media(max-width:767.98px){

    .emzo-service-hero--compact{

        min-height:360px;

        background-position:center center;

    }

    .emzo-division-hero .emzo-service-hero__overlay{

        background:

                linear-gradient(

                        90deg,

                        rgba(5,18,30,.94) 0%,

                        rgba(5,18,30,.82) 48%,

                        rgba(5,18,30,.55) 100%

                );

    }

    .emzo-service-hero--compact .emzo-service-hero__content{

        max-width:100%;

        padding-top:46px;

        padding-bottom:46px;

    }

    .emzo-service-hero--compact .emzo-service-hero__title{

        max-width:100%;

        font-size:clamp(2rem,8vw,2.75rem);

        line-height:1.08;

    }

    .emzo-service-hero--compact .emzo-service-hero__excerpt{

        max-width:100%;

        font-size:.95rem;

        line-height:1.6;

    }

}
/* ==========================================================
   SERVICE HERO RESPONSIVE
========================================================== */

@media(max-width:991.98px){

    .emzo-service-hero{

        min-height:400px;

    }

    .emzo-service-hero__content{

        padding-top:60px;

        padding-bottom:60px;

    }

}

@media(max-width:767.98px){

    .emzo-service-hero{

        min-height:340px;

        background-position:center center;

    }

    .emzo-service-hero__overlay{

        background:

            linear-gradient(

                180deg,

                rgba(8,21,33,.82),

                rgba(8,21,33,.96)

            );

    }

    .emzo-service-hero__content{

        padding-top:45px;

        padding-bottom:45px;

    }

    .emzo-service-hero__title{

        font-size:clamp(2.1rem,9vw,3rem);

    }

    .emzo-service-hero__excerpt{

        font-size:.96rem;

        line-height:1.65;

    }

}