.home-hero{position:relative;min-height:100vh;min-height:100dvh;width:100%}.home-hero .home-hero__bg{position:absolute;inset:0;overflow:hidden}.home-hero .home-hero__bg img{-o-object-fit:cover;object-fit:cover;-o-object-position:center 40%;object-position:center 40%;transform:scale(1.02);animation:home-hero-kenburns 18s ease-in-out infinite alternate}@keyframes home-hero-kenburns{0%{transform:scale(1.02)}to{transform:scale(1.08)}}.home-hero .home-hero__overlay{position:absolute;inset:0}.home-hero .home-hero__overlay .home-hero__overlay--main{background:linear-gradient(90deg,rgba(7,18,34,.92),rgba(10,22,40,.55),transparent)}.home-hero .home-hero__overlay .home-hero__overlay--top{background:linear-gradient(0deg,rgba(10,22,40,.4),transparent,rgba(10,22,40,.25))}.home-hero .home-hero__aurora{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}@keyframes home-hero-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(40px,-30px,0) scale(1.15)}}.home-hero .home-hero__content{position:relative;z-index:10;display:flex;min-height:100vh;min-height:100dvh;flex-direction:column}.home-hero .home-hero__wrap{width:100%;padding:2rem 0}@media(min-width:1280px){.home-hero .home-hero__wrap{padding:0}}.home-hero .home-hero__inner{display:flex;flex:1;align-items:center}.home-hero .home-hero__text{max-width:640px}.home-hero .home-hero__anim-item{opacity:0;animation:home-hero-fade-up .9s var(--ease-out) forwards}@keyframes home-hero-fade-up{0%{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:none}}.home-hero .home-hero__title{font-size:40px;line-height:1.15;font-weight:700;color:#fff;letter-spacing:-.02em}@media(min-width:1280px){.home-hero .home-hero__title{font-size:52px}}.home-hero .home-hero__highlight{color:var(--accent-orange);text-shadow:0 0 24px rgba(255,102,0,.45)}.home-hero .home-hero__subtitle{margin-top:24px;max-width:520px;font-size:16px;line-height:1.625;color:#fff}@media(min-width:1280px){.home-hero .home-hero__subtitle{font-size:18px}}.home-hero .home-hero__features{margin-top:40px;display:grid;max-width:560px;grid-template-columns:repeat(2,1fr);-moz-column-gap:24px;column-gap:24px;row-gap:20px}@media(min-width:640px){.home-hero .home-hero__features{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.home-hero .home-hero__features{max-width:none;-moz-column-gap:32px;column-gap:32px}}.home-hero .home-hero__feature{text-align:center;transition:transform .25s var(--ease-out)}@media(min-width:640px){.home-hero .home-hero__feature{text-align:left}}.home-hero .home-hero__feature-icon{display:inline-flex;height:44px;width:44px;align-items:center;justify-content:center;border-radius:8px;border:1px solid hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.1);color:#fff;margin-bottom:10px;backdrop-filter:blur(8px);transition:background .25s,border-color .25s,transform .25s}@media(min-width:640px){.home-hero .home-hero__feature-icon{margin-left:0;margin-right:auto}}.home-hero .home-hero__feature-text{font-size:14px;font-weight:500;color:#fff}.home-hero .home-hero__feature-sub{margin-top:2px;font-size:12px;color:hsla(0,0%,100%,.55)}.home-hero .home-hero__actions{margin-top:40px;display:flex;flex-wrap:wrap;gap:16px}.home-hero .home-hero__extra{margin-top:32px}.home-hero .home-hero__nav-btn{position:absolute;top:50%;z-index:10;display:none;height:40px;width:40px;transform:translateY(-50%);align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.1);color:#fff;border:0;cursor:pointer;transition:background .2s,transform .2s}@media(min-width:1280px){.home-hero .home-hero__nav-btn{display:flex}}.home-hero .home-hero__nav-btn svg{height:20px;width:20px}.home-hero .home-hero__nav-btn--prev{left:24px}.home-hero .home-hero__nav-btn--next{right:24px}.home-hero .home-hero__stats{position:absolute;bottom:0;left:0;right:0;z-index:20;transform:translateY(50%)}.home-hero .home-hero__dots{position:absolute;left:50%;z-index:10;display:flex;transform:translateX(-50%);gap:8px}.home-hero .home-hero__dot{height:6px;border-radius:9999px;border:0;cursor:pointer;transition:all .25s}.home-hero .home-hero__dot--active{width:32px;background:var(--accent-orange)}.home-hero .home-hero__aurora:before{width:560px;height:560px;left:-140px;top:16%;background:radial-gradient(circle,rgba(22,119,255,.5),transparent 65%)}.home-hero .home-hero__aurora:after{width:440px;height:440px;right:-100px;bottom:8%;background:radial-gradient(circle,rgba(255,102,0,.3),transparent 65%);animation-delay:-8s}.home-hero .home-hero__feature:hover{transform:translateY(-4px)}.home-hero .home-hero__nav-btn:hover{background:hsla(0,0%,100%,.25);transform:translateY(-50%) scale(1.1)}.home-hero .home-hero__feature:hover .home-hero__feature-icon{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.4);transform:scale(1.06)}.home-hero .home-hero__feature .home-hero__feature-icon{margin-left:auto;margin-right:auto}@media(min-width:640px){.home-hero .home-hero__feature .home-hero__feature-icon{margin-left:0;margin-right:0}}.home-hero .home-hero__aurora:after,.home-hero .home-hero__aurora:before{content:"";position:absolute;border-radius:50%;filter:blur(90px);opacity:.5;animation:home-hero-drift 16s ease-in-out infinite alternate}.home-hero .home-hero__title+.home-hero__title{margin-top:4px}.home-hero .home-hero__dot:not(.home-hero__dot--active){width:8px;background:hsla(0,0%,100%,.4)}.home-hero .home-hero__dot:not(.home-hero__dot--active):hover{background:hsla(0,0%,100%,.65);transform:scale(1.2)}@media(prefers-reduced-motion:reduce){.home-hero__anim-item,.home-hero__aurora:after,.home-hero__aurora:before,.home-hero__bg img{animation:none!important;transition:none!important}}.home-hero--half,.home-hero--half .home-hero__content{min-height:50vh;min-height:50dvh}