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