.hero{min-height:100vh;justify-content:flex-start;position:relative;overflow:hidden;padding:60px var(--padding-side-body) 100px;width:100vw}.hero,.hero-top{display:flex;flex-direction:column;align-items:center}.hero-top{gap:13px;max-width:1400px;margin:0 auto}.hero-solana-banner{display:flex;padding:7.975px 21.268px;justify-content:center;align-items:center;gap:10.634px;border-radius:1327.902px;border:1.329px solid var(--white-10,rgba(255,255,255,.1));background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),rgba(255,255,255,.1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;animation:fadeInTitle .8s ease-out forwards;z-index:10}.hero-solana-banner img{height:16px;width:auto}.hero-solana-banner span{color:var(--white,#FFF);font-family:Satoshi;font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.425px}.hero-title{text-align:center;font-family:Archivo SemiExpanded;font-size:110px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.893px;background:linear-gradient(180deg,rgba(255,255,255,.8) 66.77%,rgba(153,153,153,.8));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0;padding:0;width:100%;max-width:90%;z-index:2;opacity:0;transform:translateY(20px);position:relative}.hero-content-visible{animation:fadeInTitle .8s ease-out forwards}@keyframes fadeInTitle{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-image{position:absolute;bottom:0;left:50%;transform:translateX(-50%) translateY(100px);z-index:3;opacity:0;display:flex;justify-content:center;align-items:center}.hero-image img{width:auto;height:100%;max-height:80vh;object-fit:contain}.hero-gradient-overlay{position:absolute;bottom:0;left:0;width:100vw;height:200px;background:linear-gradient(180deg,rgba(2,3,0,0),#020300);z-index:4;pointer-events:none}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:60px;z-index:2;opacity:0;transform:translateY(20px);position:relative}.hero-image-visible{animation:slideUpFade 1s ease-out .8s forwards}@keyframes slideUpFade{0%{opacity:0;transform:translateX(-50%) translateY(100px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:1024px){.hero-container{gap:3rem}.hero-stats{gap:1.5rem}.hero-title{max-width:100%;font-size:clamp(2.5rem,6vw,5rem)}.hero-image{max-width:50%;position:relative;left:auto;right:auto;bottom:auto;transform:translateX(-50%) translateY(100px);margin-top:40px}.hero-image-visible{animation:slideUpFadeMobile 1s ease-out .8s forwards}}@keyframes slideUpFadeMobile{0%{opacity:0;transform:translateX(-50%) translateY(100px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:768px){.hero{min-height:auto;padding:4rem var(--padding-side-body)}.hero-solana-banner{margin-bottom:30px}.hero-container{flex-direction:column;align-items:center;min-height:auto}.hero-image{position:relative;left:50%;right:auto;bottom:auto;transform:translateX(-50%) translateY(100px);max-width:100%;width:100%}.hero-image-visible{animation:slideUpFadeMobile 1s ease-out .8s forwards}.hero-image img{max-height:60vh}.hero-buttons{margin-top:40px}.hero-description{max-width:none}.hero-buttons{justify-content:center}.hero-waitlist-form{flex-direction:column}.hero-submit{width:100%}.hero-stats{justify-content:center;gap:2rem}.stat{align-items:center}}@media (max-width:480px){.hero{padding:3rem 1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-btn{width:100%;max-width:280px}.hero-stats{flex-direction:column;gap:1rem}.hero-image img{border-radius:16px}}.waitlist-message{margin-top:12px;padding:8px 16px;border-radius:8px;font-family:var(--font-family-satoshi);font-size:var(--font-size-sm);font-weight:500;text-align:center;transition:all .3s ease}.waitlist-message.success{background:rgba(165,234,21,.15);color:var(--green-500,#A5EA15);border:1px solid rgba(165,234,21,.3)}.waitlist-message.error{background:rgba(255,99,99,.15);color:#ff6363;border:1px solid rgba(255,99,99,.3)}