.hero{color:#fff;background-color:#0f172a;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";z-index:0;opacity:.4;filter:blur(80px);border-radius:50%;width:100vw;height:100vw;animation:10s ease-in-out infinite alternate move-gradient;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero:before{background:radial-gradient(circle,#3b82f6 0%,#0000 70%);width:80vw;height:80vw;animation-delay:-5s}.hero:after{background:radial-gradient(circle,#8b5cf6 0%,#0000 70%);width:60vw;height:60vw;top:40%;left:60%}.hero .hero-content{z-index:10;position:relative}.hero h1 strong{font-weight:inherit;color:#60a5fa}@keyframes move-gradient{0%{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-55%,-45%)scale(1.1)}to{transform:translate(-45%,-55%)scale(1)}}
