.HeroSection-module__yS5m3G__container{background-color:#000;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.HeroSection-module__yS5m3G__content{text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;display:flex}.HeroSection-module__yS5m3G__title{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.HeroSection-module__yS5m3G__logo{width:auto;max-width:400px;height:auto}.HeroSection-module__yS5m3G__mainText{color:#fff;letter-spacing:-2px;text-transform:uppercase;font-size:15rem;font-weight:900;line-height:.7}.HeroSection-module__yS5m3G__subtitle{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1.5rem}.HeroSection-module__yS5m3G__emailSection{width:100%;max-width:600px;margin-top:2rem;padding:0 1rem 2rem}.HeroSection-module__yS5m3G__floatingElements{width:100%;height:600px;position:absolute}.HeroSection-module__yS5m3G__floatingElement{transition:transform .3s;position:absolute}.HeroSection-module__yS5m3G__coinTop{animation:6s ease-in-out infinite HeroSection-module__yS5m3G__float;left:40%;transform:rotate(10deg)}.HeroSection-module__yS5m3G__coin1{width:60px;height:60px;animation:8s ease-in-out infinite HeroSection-module__yS5m3G__floatAndSpin;top:25%;left:15%}.HeroSection-module__yS5m3G__coin2{width:45px;height:45px;animation:7s ease-in-out infinite reverse HeroSection-module__yS5m3G__floatAndSpin;top:40%;right:18%}.HeroSection-module__yS5m3G__coin3{z-index:999;width:70px;height:70px;animation:9s ease-in-out infinite HeroSection-module__yS5m3G__floatAndSpin;bottom:30%;left:25%}.HeroSection-module__yS5m3G__coin4{width:50px;height:50px;animation:6s ease-in-out infinite reverse HeroSection-module__yS5m3G__floatAndSpin;bottom:25%;right:30%}.HeroSection-module__yS5m3G__coin5{width:40px;height:40px;animation:10s ease-in-out infinite HeroSection-module__yS5m3G__floatAndSpin;top:15%;left:45%}.HeroSection-module__yS5m3G__coin6{width:55px;height:55px;animation:8.5s ease-in-out infinite reverse HeroSection-module__yS5m3G__floatAndSpin;display:none;bottom:35%;right:40%}.HeroSection-module__yS5m3G__solCoin{animation:10s linear infinite HeroSection-module__yS5m3G__spin;top:20%;right:25%}.HeroSection-module__yS5m3G__glowOrb{background:radial-gradient(circle,#0ea5e933 0%,#0ea5e900 70%);border-radius:50%;width:300px;height:300px;animation:4s ease-in-out infinite HeroSection-module__yS5m3G__pulse;position:absolute;top:30%;left:25%}.HeroSection-module__yS5m3G__downloadButtons a{padding-left:1rem;padding-right:1rem}@keyframes HeroSection-module__yS5m3G__float{0%,to{transform:translateY(0)translate(-50%)}50%{transform:translateY(-20px)translate(-50%)}}@keyframes HeroSection-module__yS5m3G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes HeroSection-module__yS5m3G__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes HeroSection-module__yS5m3G__floatAndSpin{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}to{transform:translateY(0)rotate(360deg)}}@media (max-width:1024px){.HeroSection-module__yS5m3G__logo{max-width:300px}.HeroSection-module__yS5m3G__mainText{font-size:4rem}.HeroSection-module__yS5m3G__subtitle{padding:0 1rem;font-size:1.25rem}.HeroSection-module__yS5m3G__floatingElements{height:400px}.HeroSection-module__yS5m3G__walletApp{width:200px;height:auto}.HeroSection-module__yS5m3G__solCoin{width:50px;height:50px}.HeroSection-module__yS5m3G__coin1,.HeroSection-module__yS5m3G__coin2,.HeroSection-module__yS5m3G__coin3,.HeroSection-module__yS5m3G__coin4,.HeroSection-module__yS5m3G__coin5,.HeroSection-module__yS5m3G__coin6{width:30px;height:30px}}@media (max-width:768px){.HeroSection-module__yS5m3G__logo{max-width:240px}.HeroSection-module__yS5m3G__solCoin{width:35px;height:35px;display:none}.HeroSection-module__yS5m3G__coinTop{width:40px;height:40px;display:none}.HeroSection-module__yS5m3G__coin1,.HeroSection-module__yS5m3G__coin2,.HeroSection-module__yS5m3G__coin3,.HeroSection-module__yS5m3G__coin4,.HeroSection-module__yS5m3G__coin5,.HeroSection-module__yS5m3G__coin6{display:none}}
.EmailSubscription-module__gEZadG__container{width:100%;max-width:600px;margin:0 auto}.EmailSubscription-module__gEZadG__form{width:100%}.EmailSubscription-module__gEZadG__inputWrapper{background-color:#ffffff0d;border:1px solid #908f8f33;border-radius:12px;gap:8px;width:100%;padding:4px;transition:all .3s;display:flex}.EmailSubscription-module__gEZadG__inputWrapper:focus-within{background-color:#ffffff14;border-color:#908f8f66}.EmailSubscription-module__gEZadG__input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 10px;font-family:inherit;font-size:16px}.EmailSubscription-module__gEZadG__input::placeholder{color:#908f8f99}.EmailSubscription-module__gEZadG__input:disabled{opacity:.5;cursor:not-allowed}.EmailSubscription-module__gEZadG__button{color:#fff;cursor:pointer;white-space:nowrap;background:#3700ff;border:none;border-radius:8px;padding:12px 24px;font-family:inherit;font-size:16px;font-weight:600;transition:all .3s}.EmailSubscription-module__gEZadG__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #3700ff66}.EmailSubscription-module__gEZadG__button:active:not(:disabled){transform:translateY(0)}.EmailSubscription-module__gEZadG__button:disabled{opacity:.6;cursor:not-allowed;transform:none}.EmailSubscription-module__gEZadG__message{text-align:center;border-radius:8px;margin-top:12px;padding:12px 16px;font-size:14px;animation:.3s EmailSubscription-module__gEZadG__slideIn}.EmailSubscription-module__gEZadG__message.EmailSubscription-module__gEZadG__success{color:#22c55e;background-color:#22c55e1a;border:1px solid #22c55e4d}.EmailSubscription-module__gEZadG__message.EmailSubscription-module__gEZadG__error{color:#ef4444;background-color:#ef44441a;border:1px solid #ef44444d}@keyframes EmailSubscription-module__gEZadG__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.EmailSubscription-module__gEZadG__inputWrapper{flex-direction:column;gap:8px}.EmailSubscription-module__gEZadG__button{width:100%}}

