#hero-bg{background:radial-gradient(circle at 10% 0,#1f355a 0,#050816 50%,#02040a 100%);inset:0;overflow:hidden;position:absolute;transform:scale(1.1);transform-origin:center center;z-index:0}.hero-orb{border-radius:999px;filter:blur(40px);mix-blend-mode:screen;opacity:.55;position:absolute}.hero-orb-1{background:radial-gradient(circle,#3a8bff 0,#2456ff 40%,transparent 70%);height:420px;left:-120px;top:-120px;width:420px}.hero-orb-2{background:radial-gradient(circle,#1fd1ff 0,#147dbe 40%,transparent 70%);bottom:-160px;height:380px;right:-100px;width:380px}.hero-orb-3{background:radial-gradient(circle,#9b6bff 0,#5b3bff 40%,transparent 70%);height:340px;left:55%;top:45%;transform:translate(-50%,-50%);width:340px}.hero-noise{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='1.2' numOctaves='3' type='fractalNoise'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.65'/%3E%3C/svg%3E");inset:-50px;mix-blend-mode:soft-light;opacity:.18;pointer-events:none;position:absolute}.hero-content{animation:hero-fade-up .8s ease-out .2s forwards;opacity:0;transform:translateY(20px)}.hero-title{animation:hero-fade-up .9s ease-out .25s forwards}.hero-subtitle,.hero-title{opacity:0;transform:translateY(25px)}.hero-subtitle{animation:hero-fade-up .9s ease-out .4s forwards}.hero-cta{animation:hero-fade-up .9s ease-out .55s forwards;opacity:0;transform:translateY(25px)}@keyframes hero-fade-up{to{opacity:1;transform:translateY(0)}}