@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";
*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{color:#f3eaff;background:radial-gradient(circle at 30% 30%,#1a0033,#050010 80%);min-height:100vh;margin:0;padding:0;font-family:Poppins,sans-serif;overflow-x:hidden}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999;background:#0a0019d9;border-bottom:1px solid #ffffff0d;width:100%;position:fixed;top:0;left:0}.header-container{justify-content:space-between;align-items:center;width:90%;max-width:1200px;margin:0 auto;padding:.8rem 0;display:flex}.hero-logo-img{filter:drop-shadow(0 0 10px #ff96ff66);width:900px;max-width:none;height:auto}.nav-links{gap:2rem;display:flex}.nav-links a{color:#e8dcff;outline:none;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#ff91ff;text-shadow:0 0 8px #ff96ff99}.cta-wrapper{align-items:center;display:flex}.cta-wrapper .cta-button{color:#fff;background:linear-gradient(90deg,#ff4eff,#4e9bff);border-radius:25px;padding:.6rem 1.4rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 0 20px #4e9bff66}.cta-wrapper .cta-button:hover{transform:translateY(-2px);box-shadow:0 0 25px #ff4fffb3}@media (max-width:900px){.nav-links{display:none}.cta-wrapper{margin-left:auto}}.hero-container{z-index:0;justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px);padding-top:3rem;padding-bottom:1rem;display:flex;position:relative}.background-shape{z-index:0;background:radial-gradient(circle at 40% 40%,#5f00c7,#150036 80%);border-radius:50%;width:550px;height:550px;animation:6s ease-in-out infinite alternate pulse;position:absolute;top:50%;right:10%;transform:translateY(-50%)}@keyframes pulse{0%{opacity:.8;transform:translateY(-50%)scale(1)}to{opacity:1;transform:translateY(-50%)scale(1.1)}}.hero-content{z-index:2;justify-content:space-between;align-items:center;width:90%;max-width:1200px;margin:0 auto;display:flex;position:relative}.hero-text{flex:1;margin-top:2rem}.hero-text h1{color:#fff;text-shadow:0 0 15px #ffffff4d;font-size:3.2rem;font-weight:700;line-height:1.2}.sparkle{color:#ff7bff;text-shadow:0 0 10px #f0f,0 0 20px #ff4eff,0 0 40px #ff9aff}.sparkle-dark{color:#323;text-shadow:0 0 10px #ff57ff,0 0 20px #fd70fd,0 0 40px #fdbbfd}.hero-text p{color:#d5c6ff;max-width:450px;margin-top:1rem;font-size:1.2rem;line-height:1.5}.cta-button{color:#fff;background:linear-gradient(90deg,#ff4eff,#4e9bff);border-radius:30px;margin-top:2rem;padding:.9rem 1.8rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 0 20px #4e9bff80}.cta-button:hover{transform:translateY(-3px);box-shadow:0 0 30px #ff4fffcc}.hero-image{z-index:2;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.hero-image img{filter:drop-shadow(0 0 25px #ff96ff66);z-index:1}.hero-container:before{content:"";opacity:.4;pointer-events:none;z-index:0;background:radial-gradient(circle,#ffffff0d 1px,#0000 1px) 0 0/10px 10px;position:absolute;inset:0}.hero-logo{justify-content:flex-start;margin-top:-1rem;margin-bottom:.5rem;display:flex}.hero-logo img{filter:drop-shadow(0 0 12px #ff96ff80);width:450px;height:auto;animation:6s ease-in-out infinite alternate logoGlow}@keyframes logoGlow{0%{filter:drop-shadow(0 0 8px #ff96ff66)}to{filter:drop-shadow(0 0 20px #ffc8ffcc)}}@media (max-width:900px){.hero-logo{justify-content:center;margin-top:0;margin-bottom:1rem}}.about-section{color:#f4eaff;background:#100020;padding:1rem;position:relative;overflow:hidden}.about-container{justify-content:center;align-items:center;gap:4rem;width:90%;max-width:1200px;margin:0 auto 4rem;display:flex}.about-text{flex:1}.about-text h2{color:#fff;text-shadow:0 0 10px #fff3;margin-bottom:1rem;font-size:2.4rem}.about-text p{color:#d7caff;margin-bottom:1rem;line-height:1.6}.learn-more{color:#fff;background:linear-gradient(90deg,#ff4eff,#4e9bff);border-radius:25px;padding:.8rem 1.6rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 0 15px #ff4fff66}.learn-more:hover{transform:translateY(-3px);box-shadow:0 0 25px #ff4fffb3}.about-image{flex:1;justify-content:center;display:flex}.about-hero-wrapper{justify-content:center;align-items:center;width:480px;height:480px;margin:0 auto;display:flex;position:relative}.about-background-shape{z-index:0;background:radial-gradient(circle at 40% 40%,#004b9a,#060018 80%);border-radius:50%;width:420px;height:420px;animation:8s ease-in-out infinite alternate aboutGlow;position:absolute;box-shadow:0 0 60px #6496ff59}.about-boy{z-index:1;position:relative}@keyframes aboutGlow{0%{opacity:.8;transform:scale(1)}to{opacity:1;transform:scale(1.05)}}.features-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1100px;margin:50px auto 0;display:grid}.feature img{filter:drop-shadow(0 0 10px #ffc8ff66);width:auto;height:64px;margin-bottom:1rem}.feature h4{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.feature p{color:#c9b9ff;font-size:.95rem;line-height:1.5}@media (max-width:900px){.hero-content{text-align:center;flex-direction:column;gap:2rem}.hero-text h1{font-size:2.4rem}.background-shape{width:400px;height:400px}.about-container{text-align:center;flex-direction:column}.about-hero-wrapper{width:340px;height:340px}.about-background-shape{width:300px;height:300px}.about-boy{width:280px}}.how-section{color:#f4eaff;background:#0b001a;padding:6rem 1rem;position:relative}.how-container{justify-content:center;align-items:center;gap:3rem;width:90%;max-width:1200px;margin:0 auto;display:flex}.how-text{flex:1}.how-text h2{color:#fff;text-shadow:0 0 15px #fff3;margin-bottom:1rem;font-size:2.4rem}.how-text p{color:#d7caff;margin-bottom:1.5rem;line-height:1.6}.how-text ul{padding-left:0;list-style:none}.how-text li{color:#c9b9ff;margin-bottom:.75rem;font-weight:500}.how-video{flex:1;justify-content:center;align-items:center;display:flex}.how-video iframe{border-radius:16px;width:100%;max-width:560px;height:315px;box-shadow:0 0 25px #ff64ff4d}@media (max-width:900px){.how-container{text-align:center;flex-direction:column}.how-video iframe{max-width:100%;height:250px}}.who-section{color:#f3eaff;background:#120026;padding:6rem 1rem;position:relative;overflow:hidden}.who-section:before{content:"";opacity:.4;pointer-events:none;z-index:0;background:radial-gradient(circle,#ffffff0d 1px,#0000 1px) 0 0/10px 10px;position:absolute;inset:0}.who-container{z-index:2;justify-content:center;align-items:center;gap:4rem;width:90%;max-width:1200px;margin:0 auto;display:flex;position:relative}.who-text{flex:1.3}.who-text h2{color:#fff;text-shadow:0 0 10px #ffc8ff33;margin-bottom:1.5rem;font-size:2.6rem}.who-text p{color:#d7caff;margin-bottom:1.2rem;font-size:1.05rem;line-height:1.7}.who-text strong{color:#ff96ff}.who-text em{color:#b8a8ff;font-style:italic}.who-image{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.who-image img{z-index:2;border-radius:20px;width:100%;max-width:420px;position:relative;box-shadow:0 0 30px #ff96ff66}.who-glow{z-index:1;background:radial-gradient(circle at 40% 40%,#300050,#0b001a 80%);border-radius:50%;width:400px;height:400px;animation:6s ease-in-out infinite alternate whoPulse;position:absolute}@keyframes whoPulse{0%{opacity:.7;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}@media (max-width:900px){.who-container{text-align:center;flex-direction:column-reverse}.who-text{flex:1}.who-image img{max-width:300px}.who-glow{width:260px;height:260px}}.waitlist-section{color:#f3eaff;text-align:center;background:#0a0018;padding:6rem 1rem;position:relative}.waitlist-section h2{color:#fff;text-shadow:0 0 10px #ffc8ff4d;margin-bottom:1rem;font-size:2.4rem}.waitlist-section p{color:#d7caff;max-width:700px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.6}.waitlist-form{max-width:900px;margin:0 auto}.form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.waitlist-form input,.waitlist-form select{color:#fff;background:#1c0036;border:1px solid #5a1a9c;border-radius:10px;width:100%;padding:.8rem 1rem;font-size:1rem}.waitlist-form input::placeholder{color:#b9a8d8}.waitlist-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff4eff,#4e9bff);border:none;border-radius:25px;padding:.9rem 2rem;font-weight:600;transition:all .3s;box-shadow:0 0 15px #ff64ff80}.waitlist-btn:hover{transform:translateY(-2px);box-shadow:0 0 25px #ff64ffb3}@media (max-width:900px){.waitlist-section h2{font-size:2rem}.form-grid{grid-template-columns:1fr}}.modal-overlay{opacity:0;visibility:hidden;z-index:2000;background:#0a0014e6;justify-content:center;align-items:center;transition:opacity .4s,visibility .4s;display:flex;position:fixed;inset:0}.modal-overlay.show{opacity:1;visibility:visible}.modal-content{text-align:center;background:#1b0036;border-radius:16px;max-width:420px;padding:2.5rem 2rem;animation:.5s forwards popIn;box-shadow:0 0 40px #ff64ff66}.modal-content h3{color:#fff;text-shadow:0 0 10px #ffc8ff66;margin-bottom:1rem;font-size:1.8rem}.modal-content p{color:#d7caff;margin-bottom:1.8rem;font-size:1rem;line-height:1.5}.modal-content button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff4eff,#4e9bff);border:none;border-radius:25px;padding:.8rem 1.6rem;font-weight:600;transition:all .3s;box-shadow:0 0 20px #ff64ff66}.modal-content button:hover{transform:translateY(-2px);box-shadow:0 0 25px #ff64ffb3}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.pricing-section{padding:4cqi1rem;color:#f3eaff;text-align:center;background:radial-gradient(circle at top,#0b001a 0%,#120026 100%);position:relative}.pricing-section h2{text-shadow:0 0 12px #ffc8ff4d;margin-bottom:1rem;font-size:2.4rem}.pricing-section p{color:#d7caff;max-width:700px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.pricing-container{max-width:1100px;margin:0 auto;overflow-x:auto}.pricing-table{border-collapse:collapse;background:#1c003699;border-radius:10px;width:100%;font-size:.95rem;overflow:hidden;box-shadow:0 0 20px #ff64ff40}.pricing-table th,.pricing-table td{text-align:center;border:1px solid #ffffff14;padding:.6rem .8rem}.pricing-table th{background:#ffffff0f;font-size:1rem;font-weight:600}.pricing-table td{color:#e8dcff;line-height:1.2}.spark-star{font-size:1.4rem}@keyframes twinkle{0%,to{opacity:.9;filter:drop-shadow(0 0 6px #ff64ff99);transform:scale(1)}50%{opacity:1;filter:drop-shadow(0 0 12px #ffc8ff);transform:scale(1.2)}}@media (max-width:900px){.pricing-table{font-size:.85rem}.pricing-table th,.pricing-table td{padding:.5rem}}.highlighted-col{color:#fff;background:#ffffff1a;position:relative;box-shadow:inset 0 0 20px #ff96ff4d}.highlighted-col:before{content:"";z-index:1;pointer-events:none;border:2px solid #ff78ff80;border-radius:8px;position:absolute;inset:0;box-shadow:0 0 20px #ff96ff80}.pricing-table th.highlighted-col{background:linear-gradient(#50009699,#140028e6)}a{color:#fafafa;border-bottom:1px dotted #fff6;outline:none;font-weight:500;text-decoration:none}a:hover{color:#fcf;border-bottom-color:#fffc}.cta-button{color:#fff;cursor:pointer;background-color:#8c52ff;border:none;border-radius:8px;padding:10px 18px;font-weight:600;text-decoration:none;transition:background-color .2s}.cta-button:hover{background-color:#7a45e6}.dropdown-menu{z-index:10;background-color:#fff;border-radius:8px;flex-direction:column;min-width:180px;display:flex;position:absolute;top:110%;right:0;box-shadow:0 4px 10px #00000026}.dropdown-item{color:#333;border-bottom:1px solid #eee;padding:10px 15px;text-decoration:none;display:block}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{color:#8c52ff;background-color:#f8f5ff}.footer{color:#cfc3ff;text-align:center;z-index:2;background:linear-gradient(90deg,#0d0020,#1a0033);width:100vw;margin-top:5rem;margin-left:calc(50% - 50vw);padding:2rem 1rem;position:relative;box-shadow:0 -2px 15px #ff64ff26}.footer-content{flex-direction:column;align-items:center;gap:1rem;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-links a{color:#e5d8ff;outline:none;font-weight:500;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#ff7bff;text-shadow:0 0 8px #ff78ff80}@media (max-width:600px){.footer-content{font-size:.9rem}}
