/* Start custom CSS for html, class: .elementor-element-3ea545b *//* =========================================================
   DJI AVATA 360 - QTC PREMIUM
========================================================= */

.av360{
    --black:#050505;
    --dark:#141414;
    --light:#f5f5f7;
    --text:#151515;
    --gray:#666;
    --line:#ddd;

    font-family:Arial,Helvetica,sans-serif;
    color:var(--text);
    overflow:hidden;
}

.av360 *{
    box-sizing:border-box;
}

.av360 img,
.av360 video{
    width:100%;
    display:block;
}

.av360-wrap{
    width:min(1180px,calc(100% - 40px));
    margin:auto;
}


/* HERO */

.av360-hero{
    padding:110px 20px 70px;
    text-align:center;
}

.av360-eyebrow{
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.av360-hero h2{
    font-size:clamp(48px,8vw,84px);
    line-height:.94;
    letter-spacing:-4px;
    margin:0 0 22px;
}

.av360-hero h3{
    font-size:clamp(24px,3vw,36px);
    font-weight:500;
    margin:0 0 27px;
}

.av360-hero p{
    max-width:880px;
    margin:auto;
    color:var(--gray);
    font-size:18px;
    line-height:1.8;
}


/* HERO VIDEO */

.av360-hero-media{
    width:min(1400px,calc(100% - 30px));
    margin:0 auto 110px;
    overflow:hidden;
    border-radius:28px;
    background:#000;
}

.av360-hero-media video,
.av360-hero-media img{
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
}


/* STATS */

.av360-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    margin-bottom:120px;
}

.av360-stat{
    padding:55px 28px;
    background:var(--light);
    border-radius:24px;
    text-align:center;
}

.av360-stat strong{
    display:block;
    font-size:clamp(40px,5vw,60px);
    line-height:1;
    letter-spacing:-2px;
    margin-bottom:15px;
}

.av360-stat h3{
    margin:0 0 10px;
    font-size:20px;
}

.av360-stat p{
    margin:0;
    color:var(--gray);
    line-height:1.65;
}


/* TITLE */

.av360-title{
    max-width:900px;
    margin:0 auto 65px;
    text-align:center;
}

.av360-title h2{
    font-size:clamp(40px,6vw,67px);
    line-height:1;
    letter-spacing:-2.5px;
    margin:0 0 25px;
}

.av360-title p{
    margin:0;
    color:var(--gray);
    font-size:18px;
    line-height:1.8;
}


/* WIDE VIDEO */

.av360-wide{
    margin:100px auto;
}

.av360-wide-media{
    border-radius:28px;
    overflow:hidden;
    background:#000;
}

.av360-wide-media video{
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
}

.av360-wide-copy{
    max-width:880px;
    margin:50px auto 0;
    text-align:center;
}

.av360-label{
    font-size:13px;
    font-weight:700;
    letter-spacing:1.8px;
    text-transform:uppercase;
    margin-bottom:16px;
}

.av360-wide-copy h3{
    font-size:clamp(36px,5vw,57px);
    line-height:1.04;
    letter-spacing:-2px;
    margin:0 0 24px;
}

.av360-wide-copy p{
    margin:0;
    color:var(--gray);
    font-size:18px;
    line-height:1.8;
}


/* FEATURE */

.av360-feature{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:620px;
    margin-bottom:28px;
    background:var(--light);
    border-radius:28px;
    overflow:hidden;
    align-items:center;
}

.av360-feature.reverse .av360-media{
    order:2;
}

.av360-feature.reverse .av360-copy{
    order:1;
}

.av360-media{
    height:100%;
}

.av360-media img,
.av360-media video{
    height:100%;
    min-height:620px;
    object-fit:cover;
}

.av360-copy{
    padding:70px 65px;
}

.av360-copy h3{
    font-size:clamp(32px,4vw,50px);
    line-height:1.05;
    letter-spacing:-1.8px;
    margin:0 0 24px;
}

.av360-copy p{
    margin:0;
    color:var(--gray);
    font-size:17px;
    line-height:1.8;
}


/* VIDEO BACKGROUND */

.av360-video-bg{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:720px;
    margin:100px 0;
    overflow:hidden;
    border-radius:28px;
    background:#000;
}

.av360-video-bg > video{
    position:absolute;
    inset:0;
    height:100%;
    object-fit:cover;
}

.av360-overlay{
    position:absolute;
    inset:0;
    z-index:2;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.75),
            rgba(0,0,0,.25),
            rgba(0,0,0,.67)
        );
}

.av360-bg-copy{
    position:relative;
    z-index:3;
    width:min(850px,88%);
    color:white;
    text-align:center;
}

.av360-bg-copy .av360-label{
    color:#fff;
}

.av360-bg-copy h2{
    color:#fff;
    font-size:clamp(44px,7vw,76px);
    line-height:.97;
    letter-spacing:-3px;
    margin:0 0 28px;
}

.av360-bg-copy p{
    max-width:720px;
    margin:auto;
    color:#eee;
    font-size:18px;
    line-height:1.8;
}


/* DARK */

.av360-dark{
    margin-top:110px;
    padding:115px 20px;
    background:var(--black);
    color:#fff;
}

.av360-dark-head{
    max-width:900px;
    margin:0 auto 65px;
    text-align:center;
}

.av360-dark-head h2{
    color:#fff;
    font-size:clamp(40px,6vw,67px);
    line-height:1;
    letter-spacing:-2.5px;
    margin:0 0 24px;
}

.av360-dark-head p{
    color:#aaa;
    font-size:18px;
    line-height:1.8;
}

.av360-dark-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.av360-dark-card{
    padding:45px 34px;
    border-radius:22px;
    background:var(--dark);
}

.av360-dark-card strong{
    display:block;
    color:white;
    font-size:37px;
    margin-bottom:14px;
}

.av360-dark-card h3{
    color:#fff;
    margin:0 0 13px;
    font-size:21px;
}

.av360-dark-card p{
    margin:0;
    color:#999;
    line-height:1.7;
}


/* =========================================
   AVATA 360 - IMAGEN ARRIBA / TEXTO ABAJO
========================================= */

.av360-feature-stack{
    margin-bottom:80px;
}

.av360-feature-stack-media{
    width:100%;
    overflow:hidden;
    border-radius:28px;
    background:#f5f5f7;
}

.av360-feature-stack-media img{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
}

.av360-feature-stack-copy{
    max-width:900px;
    margin:45px auto 0;
    text-align:center;
}

.av360-feature-stack-copy .av360-label{
    margin-bottom:16px;
}

.av360-feature-stack-copy h3{
    font-size:clamp(36px,5vw,56px);
    line-height:1.05;
    letter-spacing:-2px;
    margin:0 0 24px;
}

.av360-feature-stack-copy p{
    max-width:760px;
    margin:0 auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}


/* MOBILE */

@media(max-width:768px){

    .av360-feature-stack{
        margin-bottom:60px;
    }

    .av360-feature-stack-media{
        border-radius:20px;
    }

    .av360-feature-stack-copy{
        margin-top:32px;
        text-align:left;
        padding:0 8px;
    }

    .av360-feature-stack-copy h3{
        font-size:36px;
    }

    .av360-feature-stack-copy p{
        font-size:16px;
    }

}


/* BOX */

.av360-box{
    padding:115px 20px;
}

.av360-box-head{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.av360-box-head h2{
    font-size:clamp(38px,5vw,59px);
    letter-spacing:-2px;
    margin:0 0 20px;
}

.av360-box-head p{
    color:var(--gray);
    line-height:1.8;
}

.av360-box-list{
    max-width:950px;
    margin:auto;
    border-top:1px solid var(--line);
}

.av360-box-item{
    display:flex;
    justify-content:space-between;
    gap:25px;
    padding:19px 4px;
    border-bottom:1px solid var(--line);
}

.av360-box-item span:last-child{
    font-weight:700;
}


/* FAQ */

.av360-faq{
    width:min(1050px,calc(100% - 40px));
    margin:auto;
    padding:110px 0;
}

.av360-faq-head{
    max-width:830px;
    margin:0 auto 55px;
    text-align:center;
}

.av360-faq-head h2{
    font-size:clamp(38px,5vw,59px);
    line-height:1.05;
    letter-spacing:-2px;
    margin:0 0 20px;
}

.av360-faq-head p{
    color:var(--gray);
    font-size:17px;
    line-height:1.8;
}

.av360-faq details{
    border-bottom:1px solid var(--line);
}

.av360-faq details:first-of-type{
    border-top:1px solid var(--line);
}

.av360-faq summary{
    position:relative;
    list-style:none;
    cursor:pointer;
    padding:27px 55px 27px 3px;
    font-size:19px;
    font-weight:600;
    line-height:1.4;
}

.av360-faq summary::-webkit-details-marker{
    display:none;
}

.av360-faq summary:before,
.av360-faq summary:after{
    content:"";
    position:absolute;
    right:8px;
    top:50%;
    width:18px;
    height:1.5px;
    background:#111;
}

.av360-faq summary:after{
    transform:rotate(90deg);
    transition:.3s;
}

.av360-faq details[open] summary:after{
    transform:rotate(0);
}

.av360-answer{
    padding:0 55px 30px 3px;
}

.av360-answer p{
    margin:0;
    color:var(--gray);
    font-size:16px;
    line-height:1.8;
}


/* FINAL */

.av360-final{
    padding:125px 20px;
    background:var(--light);
    text-align:center;
}

.av360-final h2{
    font-size:clamp(44px,7vw,74px);
    line-height:.98;
    letter-spacing:-3px;
    margin:0 auto 28px;
}

.av360-final p{
    max-width:850px;
    margin:auto;
    color:var(--gray);
    font-size:18px;
    line-height:1.8;
}


/* RESPONSIVE */

@media(max-width:850px){

    .av360-stats,
    .av360-dark-grid{
        grid-template-columns:1fr;
    }

    .av360-feature{
        grid-template-columns:1fr;
        min-height:auto;
    }

    .av360-feature.reverse .av360-media,
    .av360-feature.reverse .av360-copy{
        order:initial;
    }

    .av360-media img,
    .av360-media video{
        height:360px;
        min-height:360px;
    }

    .av360-copy{
        padding:45px 30px 55px;
    }

}

@media(max-width:500px){

    .av360-wrap{
        width:calc(100% - 24px);
    }

    .av360-hero{
        padding-top:70px;
    }

    .av360-hero h2{
        letter-spacing:-2px;
    }

    .av360-video-bg{
        min-height:540px;
        border-radius:20px;
    }

    .av360-faq{
        width:calc(100% - 24px);
    }

}
</style>/* End custom CSS */