.HeroSection_container__30_d0{min-height:100vh;background-color:#000;position:relative}.HeroSection_container__30_d0,.HeroSection_content__IS_3H{display:flex;flex-direction:column;align-items:center;justify-content:center}.HeroSection_content__IS_3H{text-align:center;z-index:2}.HeroSection_title__im1kR{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.HeroSection_logo__Zy8yi{width:auto;height:auto;max-width:400px}.HeroSection_mainText__JkupV{font-size:15rem;font-weight:900;color:#fff;line-height:.7;letter-spacing:-2px;text-transform:uppercase}.HeroSection_subtitle__rwTpg{font-size:1.5rem;color:rgba(255,255,255,.7);max-width:600px;margin:0 auto}.HeroSection_emailSection__egtUr{margin-top:2rem;width:100%;max-width:600px;padding:0 1rem 2rem}.HeroSection_floatingElements__ASJKb{position:absolute;width:100%;height:600px}.HeroSection_floatingElement__YCDvG{position:absolute;transition:transform .3s ease}.HeroSection_coinTop__GjSST{left:40%;transform:translateX(-50%);animation:HeroSection_float__MtlLG 6s ease-in-out infinite;transform:rotate(10deg)}.HeroSection_coin1__g_wCc{left:15%;top:25%;width:60px;height:60px;animation:HeroSection_floatAndSpin___O8o_ 8s ease-in-out infinite}.HeroSection_coin2__AKw4j{right:18%;top:40%;width:45px;height:45px;animation:HeroSection_floatAndSpin___O8o_ 7s ease-in-out infinite reverse}.HeroSection_coin3__dE3bo{left:25%;bottom:30%;width:70px;height:70px;animation:HeroSection_floatAndSpin___O8o_ 9s ease-in-out infinite;z-index:999}.HeroSection_coin4__r_BK8{right:30%;bottom:25%;width:50px;height:50px;animation:HeroSection_floatAndSpin___O8o_ 6s ease-in-out infinite reverse}.HeroSection_coin5__Xn9RH{left:45%;top:15%;width:40px;height:40px;animation:HeroSection_floatAndSpin___O8o_ 10s ease-in-out infinite}.HeroSection_coin6__k2QyS{right:40%;bottom:35%;width:55px;height:55px;display:none;animation:HeroSection_floatAndSpin___O8o_ 8.5s ease-in-out infinite reverse}.HeroSection_solCoin__TvLAa{right:25%;top:20%;animation:HeroSection_spin__Y_IAM 10s linear infinite}.HeroSection_glowOrb__QE2hD{position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(14,165,233,.2) 0,rgba(14,165,233,0) 70%);border-radius:50%;left:25%;top:30%;animation:HeroSection_pulse__Bbygt 4s ease-in-out infinite}.HeroSection_downloadButtons__WFrql a{padding-left:1rem;padding-right:1rem}@keyframes HeroSection_float__MtlLG{0%,to{transform:translateY(0) translateX(-50%)}50%{transform:translateY(-20px) translateX(-50%)}}@keyframes HeroSection_spin__Y_IAM{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes HeroSection_pulse__Bbygt{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes HeroSection_floatAndSpin___O8o_{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}to{transform:translateY(0) rotate(1turn)}}@media (max-width:1024px){.HeroSection_logo__Zy8yi{max-width:300px}.HeroSection_mainText__JkupV{font-size:4rem}.HeroSection_subtitle__rwTpg{font-size:1.25rem;padding:0 1rem}.HeroSection_floatingElements__ASJKb{height:400px}.HeroSection_walletApp__nu3L7{width:200px;height:auto}.HeroSection_solCoin__TvLAa{width:50px;height:50px}.HeroSection_coin1__g_wCc,.HeroSection_coin2__AKw4j,.HeroSection_coin3__dE3bo,.HeroSection_coin4__r_BK8,.HeroSection_coin5__Xn9RH,.HeroSection_coin6__k2QyS{width:30px;height:30px}}@media (max-width:768px){.HeroSection_logo__Zy8yi{max-width:240px}.HeroSection_solCoin__TvLAa{width:35px;height:35px;display:none}.HeroSection_coinTop__GjSST{width:40px;height:40px;display:none}.HeroSection_coin1__g_wCc,.HeroSection_coin2__AKw4j,.HeroSection_coin3__dE3bo,.HeroSection_coin4__r_BK8,.HeroSection_coin5__Xn9RH,.HeroSection_coin6__k2QyS{display:none}}.EmailSubscription_container__wjlgz{width:100%;max-width:600px;margin:0 auto}.EmailSubscription_form__mG7Io{width:100%}.EmailSubscription_inputWrapper__FNIBE{display:flex;gap:8px;width:100%;background-color:rgba(255,255,255,.05);border:1px solid rgba(144,143,143,.2);border-radius:12px;padding:4px;transition:all .3s ease}.EmailSubscription_inputWrapper__FNIBE:focus-within{border-color:rgba(144,143,143,.4);background-color:rgba(255,255,255,.08)}.EmailSubscription_input__N0FXo{flex:1 1;padding:12px 10px;background:transparent;border:none;color:#ffffff;font-size:16px;outline:none;font-family:inherit;min-width:0}.EmailSubscription_input__N0FXo::placeholder{color:rgba(144,143,143,.6)}.EmailSubscription_input__N0FXo:disabled{opacity:.5;cursor:not-allowed}.EmailSubscription_button__CRSst{padding:12px 24px;background:#3700ff;color:#ffffff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .3s ease;font-family:inherit}.EmailSubscription_button__CRSst:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(55,0,255,.4)}.EmailSubscription_button__CRSst:active:not(:disabled){transform:translateY(0)}.EmailSubscription_button__CRSst:disabled{opacity:.6;cursor:not-allowed;transform:none}.EmailSubscription_message__BaUuz{margin-top:12px;padding:12px 16px;border-radius:8px;font-size:14px;text-align:center;animation:EmailSubscription_slideIn__xhLLp .3s ease}.EmailSubscription_message__BaUuz.EmailSubscription_success__Ka_Sr{background-color:rgba(34,197,94,.1);color:#22c55e;border:1px solid rgba(34,197,94,.3)}.EmailSubscription_message__BaUuz.EmailSubscription_error__NltNb{background-color:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.3)}@keyframes EmailSubscription_slideIn__xhLLp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.EmailSubscription_inputWrapper__FNIBE{flex-direction:column;gap:8px}.EmailSubscription_button__CRSst{width:100%}}