.aost-hero,.aost-hero *{box-sizing:border-box}
.aost-hero{--g:#92D050;--dur:7000ms;position:relative;width:100%;height:660px;min-height:600px;max-height:700px;overflow:hidden;background:#111;isolation:isolate;font-family:"Raleway",Arial,sans-serif}
.aost-hero__slides,.aost-hero__slide{position:absolute;inset:0}
.aost-hero__slide{opacity:0;visibility:hidden;transition:opacity .72s cubic-bezier(.22,.61,.36,1),visibility .72s;z-index:0}
.aost-hero__slide.is-active{opacity:1;visibility:visible;z-index:1}
.aost-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:none!important}

/* Vídeo praticamente puro: só uma proteção localizada mínima do lado do texto. */
.aost-hero__readability{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.075) 25%,rgba(0,0,0,.018) 42%,transparent 57%)}
.aost-hero__slide--right .aost-hero__readability{background:linear-gradient(270deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.075) 25%,rgba(0,0,0,.018) 42%,transparent 57%)}

.aost-hero__container{position:relative;z-index:2;width:min(1240px,calc(100% - 96px));height:100%;margin:auto;display:flex;align-items:center}
.aost-hero__slide--right .aost-hero__container{justify-content:flex-end}
.aost-hero__content{width:min(560px,49vw);padding-bottom:17px;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.58)}
.aost-hero__kicker{display:flex;align-items:center;gap:10px;margin-bottom:13px;font-size:11px;font-weight:700;letter-spacing:.19em;text-transform:uppercase;opacity:0;transform:translateY(10px)}
.aost-hero__kicker i{display:block;width:29px;height:2px;background:var(--g);box-shadow:0 0 11px rgba(146,208,80,.38)}
.aost-hero__title{margin:0;color:#fff;font-family:"Roboto",Arial,sans-serif;font-size:clamp(41px,3.65vw,57px);font-weight:500;line-height:1.01;letter-spacing:-.031em;text-transform:none;text-wrap:balance;opacity:0;transform:translateY(21px)}
.aost-hero__text{margin:18px 0 0;color:rgba(255,255,255,.97);font-size:clamp(16px,1.12vw,18.5px);font-weight:400;line-height:1.43;opacity:0;transform:translateY(16px)}
.aost-hero__slide--1 .aost-hero__text{max-width:490px}
.aost-hero__slide--2 .aost-hero__text{max-width:510px}
.aost-hero__slide--3 .aost-hero__text{max-width:535px}

.aost-hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:46px;margin-top:27px;padding:0 20px 0 22px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:var(--g);color:#fff!important;font-size:14.5px;font-weight:700;line-height:1;text-decoration:none!important;text-shadow:none;box-shadow:0 7px 20px rgba(0,0,0,.15);opacity:0;transform:translateY(13px);transition:background .22s ease,transform .22s ease,box-shadow .22s ease}
.aost-hero__cta svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s ease}
.aost-hero__cta:hover{background:#757371;transform:translateY(-2px)!important;box-shadow:0 10px 24px rgba(0,0,0,.21)}
.aost-hero__cta:hover svg{transform:translateX(4px)}

.aost-hero__slide.is-active .aost-hero__kicker{animation:ahin .48s .08s forwards cubic-bezier(.22,.61,.36,1)}
.aost-hero__slide.is-active .aost-hero__title{animation:ahin .62s .15s forwards cubic-bezier(.16,1,.3,1)}
.aost-hero__slide.is-active .aost-hero__text{animation:ahin .58s .28s forwards cubic-bezier(.16,1,.3,1)}
.aost-hero__slide.is-active .aost-hero__cta{animation:ahin .54s .39s forwards cubic-bezier(.16,1,.3,1)}
@keyframes ahin{to{opacity:1;transform:translateY(0)}}

/* Navegação mais limpa: número atual + progresso + setas. */
.aost-hero__nav{position:absolute;z-index:5;left:50%;bottom:22px;transform:translateX(-50%);display:flex;align-items:center;gap:10px;color:#fff}
.aost-hero__arrow{width:31px;height:31px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:rgba(10,10,10,.07);color:rgba(255,255,255,.94);cursor:pointer;box-shadow:inset 0 0 0 1px rgba(255,255,255,.48);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);transition:background .2s ease,box-shadow .2s ease,transform .2s ease}
.aost-hero__arrow:hover{background:rgba(117,115,113,.28);box-shadow:inset 0 0 0 1px var(--g);transform:scale(1.06)}
.aost-hero__arrow svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}


.aost-hero__progress{display:flex;width:min(205px,21vw);gap:6px}
.aost-hero__dot{position:relative;flex:1;height:14px;padding:6px 0;border:0;background:transparent;cursor:pointer}
.aost-hero__dot:before,.aost-hero__dot span{content:"";position:absolute;left:0;top:6px;width:100%;height:1px;border-radius:2px}
.aost-hero__dot:before{background:rgba(255,255,255,.38)}
.aost-hero__dot span{width:0;background:#fff}
.aost-hero__dot.is-done span{width:100%}
.aost-hero__dot.is-active span{height:2px;top:5.5px;animation:ahprog var(--dur) linear forwards}
@keyframes ahprog{from{width:0}to{width:100%}}

/* Composição individual desktop */
.aost-hero__slide--1 .aost-hero__video{object-position:50% 50%}
.aost-hero__slide--2 .aost-hero__video{object-position:51% 50%}
.aost-hero__slide--3 .aost-hero__video{object-position:50% 50%}
.aost-hero__slide--1 .aost-hero__content{transform:translateY(-2px)}
.aost-hero__slide--2 .aost-hero__content{transform:translateY(-4px)}
.aost-hero__slide--3 .aost-hero__content{transform:translateY(-1px)}

@media(max-width:1024px){
 .aost-hero{height:650px;min-height:600px}
 .aost-hero__container{width:calc(100% - 64px)}
 .aost-hero__content{width:min(490px,57vw)}
 .aost-hero__title{font-size:clamp(39px,4.9vw,51px)}
 .aost-hero__progress{width:min(178px,24vw)}
 .aost-hero__slide--1 .aost-hero__video{object-position:49% 50%}
 .aost-hero__slide--2 .aost-hero__video{object-position:53% 50%}
 .aost-hero__slide--3 .aost-hero__video{object-position:50% 50%}
}

@media(max-width:767px){
 .aost-hero{height:min(78svh,700px);min-height:590px;max-height:700px}
 .aost-hero__readability,.aost-hero__slide--right .aost-hero__readability{background:linear-gradient(0deg,rgba(0,0,0,.20) 0%,rgba(0,0,0,.06) 36%,rgba(0,0,0,.01) 58%,transparent 76%)}
 .aost-hero__container,.aost-hero__slide--right .aost-hero__container{width:calc(100% - 36px);justify-content:center;align-items:center}
 .aost-hero__content{width:100%;max-width:405px;padding:0 0 49px;text-align:center}
 .aost-hero__kicker{justify-content:center;margin-bottom:12px;font-size:9px;letter-spacing:.17em}
 .aost-hero__kicker i{width:23px}
 .aost-hero__title{font-size:clamp(34px,9.8vw,42px);line-height:1.02}
 .aost-hero__text{max-width:340px!important;margin:15px auto 0;font-size:15px;line-height:1.42}
 .aost-hero__cta{min-height:43px;margin-top:22px;padding:0 18px 0 20px;font-size:13px}
 .aost-hero__nav{bottom:14px;gap:8px}
 .aost-hero__arrow{width:30px;height:30px}
 .aost-hero__progress{width:min(132px,37vw);gap:5px}
 

 /* Composição/crop por vídeo no telemóvel. */
 .aost-hero__slide--1 .aost-hero__video{object-position:46% 50%}
 .aost-hero__slide--2 .aost-hero__video{object-position:58% 50%}
 .aost-hero__slide--3 .aost-hero__video{object-position:52% 50%}

 .aost-hero__slide--1 .aost-hero__content{transform:translateY(-10px)}
 .aost-hero__slide--2 .aost-hero__content{transform:translateY(-70px)}
 .aost-hero__slide--3 .aost-hero__content{transform:translateY(-16px)}
}

@media(max-width:430px){
 .aost-hero__progress{width:116px}
 .aost-hero__slide--2 .aost-hero__video{object-position:60% 50%}
 .aost-hero__slide--2 .aost-hero__content{transform:translateY(-76px)}
}

@media(prefers-reduced-motion:reduce){
 .aost-hero__slide,.aost-hero__cta,.aost-hero__arrow{transition:none!important}
 .aost-hero__slide.is-active .aost-hero__kicker,.aost-hero__slide.is-active .aost-hero__title,.aost-hero__slide.is-active .aost-hero__text,.aost-hero__slide.is-active .aost-hero__cta{animation-duration:.01ms!important;animation-delay:0ms!important}
}

/* v0.3.2 — progresso neutro: sem verde nas barras */
.aost-hero__dot:before{
    background:rgba(255,255,255,.32)!important;
}
.aost-hero__dot span,
.aost-hero__dot.is-done span,
.aost-hero__dot.is-active span{
    background:#fff!important;
}


/* v0.3.3 — neutralização total das barras em TODOS os estados */
.aost-hero .aost-hero__dot,
.aost-hero .aost-hero__dot:hover,
.aost-hero .aost-hero__dot:focus,
.aost-hero .aost-hero__dot:focus-visible,
.aost-hero .aost-hero__dot:active,
.aost-hero .aost-hero__dot.is-active,
.aost-hero .aost-hero__dot.is-done{
    background:transparent!important;
    background-color:transparent!important;
    border-color:transparent!important;
    box-shadow:none!important;
}
.aost-hero .aost-hero__dot::before,
.aost-hero .aost-hero__dot:hover::before,
.aost-hero .aost-hero__dot:focus::before,
.aost-hero .aost-hero__dot:active::before{
    background:rgba(255,255,255,.30)!important;
    background-color:rgba(255,255,255,.30)!important;
}
.aost-hero .aost-hero__dot span,
.aost-hero .aost-hero__dot:hover span,
.aost-hero .aost-hero__dot:focus span,
.aost-hero .aost-hero__dot:focus-visible span,
.aost-hero .aost-hero__dot:active span,
.aost-hero .aost-hero__dot.is-active span,
.aost-hero .aost-hero__dot.is-active:hover span,
.aost-hero .aost-hero__dot.is-done span,
.aost-hero .aost-hero__dot.is-done:hover span{
    background:#fff!important;
    background-color:#fff!important;
    border-color:#fff!important;
    box-shadow:none!important;
}


/* v0.3.4 — encostar o hero ao header, anulando o espaço exterior do contentor Elementor */
.aost-hero{
    margin-top:-24px!important;
}
@media(max-width:767px){
    .aost-hero{
        margin-top:-24px!important;
    }
}
