/* ===== INÍCIO: HERO SLIDER DA HOME ===== */
.home-hero-slider{position:relative;isolation:isolate;display:grid;align-items:center;min-height:calc(100svh - var(--header-h));overflow:hidden;background:var(--ink);color:#fff}
.home-hero-slider__slides,.home-hero-slider__overlay{position:absolute;inset:0}.home-hero-slider__slides{z-index:-2}.home-hero-slider__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .75s ease,visibility 0s linear .75s}.home-hero-slider__slide.is-active{opacity:1;visibility:visible;transition:opacity .75s ease}.home-hero-slider__slide picture,.home-hero-slider__slide img{width:100%;height:100%;display:block}.home-hero-slider__slide img{object-fit:cover;object-position:center;transform:scale(1.015)}.home-hero-slider__slide.is-active img{animation:home-hero-zoom 6s ease-out both}.home-hero-slider__overlay{z-index:-1;background:linear-gradient(90deg,rgba(14,39,34,.88) 0%,rgba(14,39,34,.72) 46%,rgba(14,39,34,.38) 100%),linear-gradient(180deg,rgba(14,39,34,.12) 0%,rgba(14,39,34,.38) 100%)}
.home-hero-slider__content{width:min(100% - 32px,var(--max));margin-inline:auto;padding:72px 0 88px}.home-hero-slider .eyebrow{color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:9px 13px;backdrop-filter:blur(8px)}.home-hero-slider .eyebrow:after{background:rgba(255,255,255,.45)}.home-hero-slider h1{max-width:740px;margin:17px 0 0;color:#fff;font:900 clamp(3rem,7vw,6.3rem)/.94 var(--font-heading);letter-spacing:-.06em}.home-hero-slider .text-accent{color:#c7f0b9}.home-hero-slider__secondary{max-width:670px;margin-top:24px}.home-hero-slider__secondary h2{margin:0 0 12px;color:#fff;font:850 clamp(1.25rem,2.5vw,1.75rem)/1.28 var(--font-heading)}.home-hero-slider__secondary p{margin:0;color:rgba(255,255,255,.88);font-size:1rem}.home-hero-slider .hero-ctas{margin-top:24px}.home-hero-slider .btn-secondary{border-color:rgba(255,255,255,.76);background:rgba(255,255,255,.08);color:#fff}.home-hero-slider .btn-secondary:hover{background:#fff;color:var(--ink)}.home-hero-slider .hero-meta{color:rgba(255,255,255,.9)}.home-hero-slider .hero-meta i{color:#c7f0b9}.home-hero-slider__controls{display:flex;align-items:center;gap:9px;margin-top:24px}.home-hero-slider__dot{width:11px;height:11px;padding:0;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:transparent;cursor:pointer;transition:width .2s ease,background-color .2s ease}.home-hero-slider__dot[aria-current="true"]{width:30px;border-radius:999px;background:#c7f0b9;border-color:#c7f0b9}.home-hero-slider__dot:focus-visible{outline:3px solid #fff;outline-offset:4px}
.home-hero-slider__leaves{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.home-hero-slider__leaf{position:absolute;width:15px;height:10px;border-radius:100% 0 100% 0;background:rgba(235,157,73,.76);transform:rotate(20deg);animation:home-leaf-fall linear infinite}.home-hero-slider__leaf:nth-child(1){left:8%;top:-7%;animation-duration:12s;animation-delay:-2s}.home-hero-slider__leaf:nth-child(2){left:27%;top:-12%;width:11px;height:8px;background:rgba(203,99,60,.7);animation-duration:16s;animation-delay:-9s}.home-hero-slider__leaf:nth-child(3){left:61%;top:-10%;background:rgba(244,190,85,.68);animation-duration:14s;animation-delay:-4s}.home-hero-slider__leaf:nth-child(4){left:77%;top:-5%;width:12px;height:9px;background:rgba(189,83,54,.64);animation-duration:17s;animation-delay:-12s}.home-hero-slider__leaf:nth-child(5){left:92%;top:-13%;animation-duration:13s;animation-delay:-6s}
@keyframes home-hero-zoom{from{transform:scale(1.015)}to{transform:scale(1.07)}}@keyframes home-leaf-fall{0%{transform:translate3d(0,-20px,0) rotate(20deg);opacity:0}10%{opacity:1}100%{transform:translate3d(-85px,110svh,0) rotate(300deg);opacity:0}}
@media(min-width:761px){.home-hero-slider__content{padding:110px 0 118px}.home-hero-slider__secondary{margin-top:28px}}
@media(max-width:430px){.home-hero-slider{min-height:calc(100svh - var(--header-h))}.home-hero-slider__content{width:min(100% - 24px,var(--max));padding:58px 0 64px}.home-hero-slider h1{font-size:clamp(2.85rem,14vw,4rem)}.home-hero-slider__secondary{margin-top:20px}.home-hero-slider .hero-ctas .btn{width:100%}.home-hero-slider .hero-meta{gap:8px 12px}.home-hero-slider .hero-meta span+span:before{display:none}}
@media(prefers-reduced-motion:reduce){.home-hero-slider__slide,.home-hero-slider__dot{transition:none}.home-hero-slider__slide.is-active img,.home-hero-slider__leaf{animation:none}.home-hero-slider__leaves{display:none}}
/* ===== FIM: HERO SLIDER DA HOME ===== */
