﻿.hero{position:relative;min-height:760px;height:100svh;display:grid;align-items:center;isolation:isolate;overflow:hidden;background:#050506}.hero-background{position:absolute;inset:0;z-index:-3;background:url("assets/hero-arcantion.jpg") center/cover no-repeat}.hero::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(4,4,5,.88),rgba(4,4,5,.26) 50%,rgba(4,4,5,.83)),linear-gradient(0deg,#070708,transparent 35%)}.hero::after{content:"";position:absolute;inset:auto 0 0;height:170px;z-index:-1;background:linear-gradient(transparent,#070708)}.hero-content{display:grid;justify-items:center;padding-top:78px;text-align:center}.hero-logo{width:min(390px,43vw);aspect-ratio:1;object-fit:cover;border-radius:36px;filter:drop-shadow(0 20px 55px rgba(255,52,16,.32));mix-blend-mode:screen}.hero-copy{z-index:2;margin-top:-72px}.hero h1{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.hero-lead{margin-bottom:12px;color:#e4dfe0;font-size:clamp(18px,2vw,23px);font-weight:600}.hero-categories{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px;margin-bottom:29px;color:#aaa4a6;font-size:9px;font-weight:700;letter-spacing:.13em}.hero-categories i{width:3px;height:3px;border-radius:50%;background:var(--orange);box-shadow:0 0 8px var(--orange)}.hero-actions{display:flex;justify-content:center;gap:10px}.scroll-indicator{position:absolute;bottom:25px;left:50%;width:25px;height:40px;border:1px solid rgba(255,255,255,.25);border-radius:16px}.scroll-indicator span{position:absolute;top:7px;left:50%;width:3px;height:7px;border-radius:3px;background:var(--orange);translate:-50% 0;animation:hero-scroll 2s infinite}.hero-particles i{position:absolute;width:3px;height:3px;border-radius:50%;background:#ff8a51;box-shadow:0 0 10px #ff4a22;animation:particle 5s ease-in-out infinite}.hero-particles i:nth-child(1){top:23%;left:12%}.hero-particles i:nth-child(2){top:35%;right:16%;animation-delay:-1s}.hero-particles i:nth-child(3){bottom:24%;left:21%;animation-delay:-2s}.hero-particles i:nth-child(4){top:18%;right:35%;animation-delay:-3s}.hero-particles i:nth-child(5){bottom:30%;right:9%;animation-delay:-4s}@keyframes hero-scroll{0%{opacity:0;translate:-50% 0}35%{opacity:1}100%{opacity:0;translate:-50% 15px}}@keyframes particle{50%{opacity:.2;transform:translateY(-13px)}}
/* A marca agora usa o PNG com transparência real. */
.hero-logo{width:min(430px,48vw);height:auto;aspect-ratio:auto;object-fit:contain;border-radius:0;filter:drop-shadow(0 20px 55px rgba(255,52,16,.32));mix-blend-mode:normal}
.hero-copy{margin-top:-34px}
@media(max-width:720px){.hero{min-height:740px;height:auto;padding:105px 0 80px}.hero-logo{width:min(360px,86vw)}.hero-copy{margin-top:-16px}.hero .eyebrow{font-size:8px}.hero-lead{font-size:17px}.hero-actions{flex-direction:column}.hero-actions .button{width:min(100%,330px)}.scroll-indicator{display:none}}

