body,html{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Icons,Helvetica Neue,sans-serif;height:100%;width:100%;overflow-x:hidden}body{overflow-y:auto;background-color:transparent}.hero-container,body{display:flex;justify-content:center;align-items:center}.hero-container{position:relative;flex-direction:column;min-height:100vh;text-align:center;padding:0 20px;overflow:hidden}.content-wrapper{max-width:800px;width:100%;z-index:1;padding:20px}.animated-background{position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,#e0e5ec,#e6eaf2,#f0f3f7,#f5f7fa);background-size:200% 200%;animation:complexBackgroundMove 40s linear infinite;z-index:-1}@keyframes complexBackgroundMove{0%{background-position:0 0}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}to{background-position:0 0}}.blur-shape{position:absolute;width:300px;height:300px;background:radial-gradient(circle at center,#4d99ef,#4d99ef40,transparent);filter:blur(100px);opacity:.9;z-index:-2;pointer-events:none;transition:transform 1.5s cubic-bezier(.645,.045,.355,1),opacity 1.5s ease-in;top:50%;left:50%;transform:translate(-50%,-50%);animation:complexFloat 18s cubic-bezier(.645,.045,.355,1) infinite}@keyframes complexFloat{0%,to{transform:translate(-50%,-50%) scale(1) rotate(0deg);opacity:.9}25%{transform:translate(-52%,-52%) scale(1.03) rotate(10deg);opacity:1}50%{transform:translate(-48%,-48%) scale(1.06) rotate(30deg);opacity:.8}75%{transform:translate(-52%,-48%) scale(1.03) rotate(10deg);opacity:1}}.hero-container:hover .blur-shape{transform:translate(-48%,-52%) scale(1.08);opacity:1;transition:transform .5s cubic-bezier(.645,.045,.355,1)}.heading{font-size:3.5rem;font-weight:700;color:#222;margin:0 0 10px;letter-spacing:-1px}.sub-heading{font-size:1.5rem;color:#555;margin:10px 0 30px;font-weight:400;line-height:1.3}.inspirational-text{font-size:1.2rem;color:#666;margin-bottom:25px;font-weight:500;line-height:1.4}.status-text{font-size:1rem;color:#777;margin-bottom:40px;line-height:1.6}.waitlist-form{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.email-input{padding:12px 18px;font-size:1rem;border:1px solid #ddd;border-radius:28px;outline:none;width:320px;max-width:90%;margin-bottom:15px;transition:border-color .3s;font-family:inherit;box-shadow:0 2px 4px rgba(0,0,0,.04)}.email-input:focus{border-color:#4d99ef}.waitlist-button{padding:12px 28px;font-size:1rem;font-weight:600;color:#fff;background:#4d99ef;border:none;border-radius:28px;cursor:pointer;box-shadow:0 4px 12px rgba(77,153,239,.2);transition:box-shadow .3s,background .3s;font-family:inherit}.waitlist-button:hover{box-shadow:0 6px 18px rgba(77,153,239,.5);background:#3b80c9}.interest-count{font-size:.9rem;color:#888}.fade-in-stagger{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards}.item-1{animation-delay:.1s}.item-2{animation-delay:.2s}.item-3{animation-delay:.3s}.item-4{animation-delay:.4s}.item-5{animation-delay:.5s}.item-6{animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}