:root{--animation-iteration:infinite}.cosmic-parallax-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:radial-gradient(ellipse at bottom,#1b2735 0,#090a0f 100%);overflow:hidden;z-index:1}#stars,#stars2,#stars3{position:absolute;top:0;left:0;right:0;bottom:0;width:1px;height:1px;background:transparent}#stars2:after,#stars3:after,#stars:after{content:" ";position:absolute;top:2000px;width:inherit;height:inherit;background:transparent;box-shadow:inherit}#stars{animation:animStar 50s linear var(--animation-iteration)}#stars2{width:2px;height:2px;animation:animStar 100s linear var(--animation-iteration)}#stars3{width:3px;height:3px;animation:animStar 150s linear var(--animation-iteration)}@keyframes animStar{0%{transform:translateY(0)}to{transform:translateY(-2000px)}}#earth{bottom:-50vh;left:-50vw;width:200vw;height:100vh;background:radial-gradient(ellipse at top,rgba(28,39,53,.3) 0,transparent 40%);z-index:2}#earth,#horizon{position:absolute}#horizon{bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(0,255,166,.4) 20%,rgba(71,185,255,.6) 50%,rgba(0,255,166,.4) 80%,transparent);z-index:3}#horizon .glow{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);width:60%;height:80px;background:radial-gradient(ellipse at center,rgba(71,185,255,.3) 0,rgba(0,255,166,.2) 30%,transparent 70%);filter:blur(40px)}#title{top:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:clamp(2rem,8vw,5rem);letter-spacing:-.02em;margin:0;text-shadow:0 0 40px rgba(71,185,255,.5),0 0 80px rgba(71,185,255,.3);max-width:1200px}#subtitle,#title{position:absolute;left:50%;text-align:center;font-family:Inter,sans-serif;padding:0 20px;z-index:10;width:100%}#subtitle{top:calc(50% + 60px);transform:translateX(-50%);color:hsla(0,0%,100%,.8);font-weight:400;font-size:clamp(.875rem,2vw,1.25rem);letter-spacing:.1em;max-width:900px}#subtitle .subtitle-part-1{display:inline-block;animation:animGravity 8s ease-in-out var(--animation-iteration)}#subtitle .subtitle-part-2{display:inline-block;animation:animDont 8s ease-in-out var(--animation-iteration);margin:0 8px}#subtitle .subtitle-part-3{display:inline-block;animation:animLet 8s ease-in-out var(--animation-iteration)}@keyframes animGravity{0%{opacity:0;transform:translateY(-50px)}20%,80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}@keyframes animDont{0%,10%{opacity:0;transform:translateY(-50px)}30%,80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}@keyframes animLet{0%,20%{opacity:0;transform:translateY(-50px)}40%,80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}@keyframes animGo{0%,30%{opacity:0;transform:translateY(-50px)}50%,80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}main>:not(.cosmic-parallax-container){position:relative;z-index:100;background:#030406}@media (max-width:768px){#title{font-size:2.5rem}#subtitle{font-size:1rem;top:calc(50% + 40px)}#subtitle span{display:block;margin:5px 0!important}}@media (max-width:480px){#title{font-size:2rem}#subtitle{font-size:.875rem;letter-spacing:.05em}}