.launch-view{min-height:100vh;width:100%;background:#00142B;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.launch-view:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:#00142B;background-size:50px 50px;animation:moveBackground 20s linear infinite;opacity:.3}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.launch-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;z-index:1;text-align:center;max-width:800px;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.launch-logo{position:relative;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.logo-image{width:100%;height:auto;max-width:400px;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.launch-title{font-size:2.5rem;font-weight:600;color:#ffffff;line-height:1.2;text-shadow:0 4px 12px rgba(0,0,0,.4);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.9}}@media (max-width:768px){.launch-view{padding:1.5rem}.launch-content{gap:2rem}.logo-image{max-width:300px}.launch-title{font-size:1.75rem}}@media (max-width:480px){.launch-view{padding:1rem}.launch-content{gap:1.5rem}.logo-image{max-width:250px}.launch-title{font-size:1.5rem}}@media (min-width:1920px){.launch-title{font-size:3rem}.logo-image{max-width:500px}}