.hero{height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:#1a1a1b}.hero-bg-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/hero.webp) no-repeat center center/cover;animation:kenBurns 20s ease-in-out infinite alternate;will-change:transform}.hero-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000000b3,#0006);z-index:2}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:200px;background:linear-gradient(transparent,var(--bg-primary));z-index:3}.hero-content{max-width:800px;z-index:4;position:relative}.scroll-hint{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:10;opacity:.8;animation:fadeIn 2s ease-out 1.5s both}.mouse{width:24px;height:40px;border:2px solid #ffffff;border-radius:12px;position:relative}.wheel{width:2px;height:6px;background:#fff;position:absolute;top:6px;left:50%;transform:translate(-50%);border-radius:1px;animation:scrollWheel 2s infinite}@keyframes scrollWheel{0%{opacity:0;transform:translate(-50%)}30%{opacity:1;transform:translate(-50%,4px)}to{opacity:0;transform:translate(-50%,10px)}}.scroll-arrows span{display:block;width:8px;height:8px;border-bottom:2px solid #ffffff;border-right:2px solid #ffffff;transform:rotate(45deg);margin:-4px;animation:arrowScroll 2s infinite}.scroll-arrows span:nth-child(2){animation-delay:.2s}@keyframes arrowScroll{0%{opacity:0;transform:rotate(45deg) translate(-10px,-10px)}50%{opacity:1}to{opacity:0;transform:rotate(45deg) translate(5px,5px)}}.hero-subtitle{font-family:Inter,sans-serif;font-weight:500;letter-spacing:4px;color:#c5a363;text-transform:uppercase;margin-bottom:1rem;display:block;animation:fadeInDown 1s ease-out}.hero-title{font-size:clamp(2.2rem,8vw,4.5rem);line-height:1.1;margin-bottom:2rem;font-weight:700;letter-spacing:-1px;color:#fff;animation:fadeInUp 1s ease-out .3s both}.hero-description{font-size:1.2rem;color:#ffffffd1;max-width:600px;margin-bottom:3rem;animation:fadeInUp 1s ease-out .6s both}.hero-actions{display:flex;gap:1.5rem;animation:fadeInUp 1s ease-out .9s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.hero-actions{flex-direction:column;width:100%}.hero-subtitle{font-size:.8rem;letter-spacing:2px}.hero-title{font-size:2.1rem;margin-bottom:1.5rem}.hero-content{padding-top:130px!important;padding-left:0!important;padding-right:0!important}.scroll-hint{bottom:60px}}
