@import"https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--bg-primary: #0a0514;--bg-secondary: #110a1f;--bg-tertiary: #1a0f2e;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .45);--accent-primary: #a855f7;--accent-secondary: #6366f1;--accent-tertiary: #ec4899;--gradient-primary: linear-gradient(135deg, #a855f7 0%, #6366f1 100%);--gradient-cosmic: linear-gradient(135deg, #a855f7 0%, #6366f1 50%, #ec4899 100%);--shadow-glow: 0 0 60px rgba(168, 85, 247, .3);--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse at 20% 0%,rgba(168,85,247,.08) 0%,transparent 50%),radial-gradient(ellipse at 80% 100%,rgba(99,102,241,.08) 0%,transparent 50%),var(--bg-primary);z-index:-1}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img,svg{display:block;max-width:100%}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.section-header{text-align:center;margin-bottom:60px}.language-switcher{position:relative;z-index:100}.language-button{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:all .2s ease}.language-button:hover{background:#ffffff1a;border-color:#fff3;color:var(--text-primary)}.lang-flag{font-size:1.1rem;line-height:1}.lang-code{font-weight:500;letter-spacing:.5px}.chevron{transition:transform .2s ease;opacity:.6}.chevron.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#140f23fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:6px;box-shadow:0 20px 40px #0006}.language-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:8px;color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:all .15s ease;text-align:left}.language-option:hover{background:#ffffff14;color:var(--text-primary)}.language-option.active{background:#a855f733;color:var(--accent-primary)}.lang-name{font-weight:500}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;transition:all .3s ease}.navbar.scrolled{background:#0a0514d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05);padding:.75rem 2rem}.navbar-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-icon{width:44px;height:44px;border-radius:12px;object-fit:cover}.logo-text{font-family:Malayalam MN,Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:1.75rem;font-weight:400;color:#fff}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links button{background:none;border:none;color:var(--text-secondary);font-size:.95rem;font-weight:500;cursor:pointer;transition:color .2s ease;padding:.5rem 0}.nav-links button:hover{color:var(--text-primary)}.nav-actions{display:flex;align-items:center;gap:1.25rem}.nav-cta{padding:10px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-secondary);font-weight:500;font-size:.9rem;text-decoration:none;transition:all .3s ease}.nav-cta:hover{background:#ffffff1a;border-color:#ffffff4d;color:var(--text-primary)}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0}.mobile-menu-toggle span{display:block;width:100%;height:2px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.mobile-menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.desktop{display:flex}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#0a0514fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);overflow:hidden}.mobile-menu-content{display:flex;flex-direction:column;padding:1.5rem 2rem 2rem;gap:.5rem}.mobile-menu-content button{background:none;border:none;color:var(--text-secondary);font-size:1rem;font-weight:500;padding:.75rem 0;text-align:left;cursor:pointer;transition:color .2s}.mobile-menu-content button:hover{color:var(--text-primary)}.mobile-menu-divider{height:1px;background:#ffffff1a;margin:1rem 0}.mobile-cta{display:block;text-align:center;padding:14px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-secondary);font-weight:500;text-decoration:none;margin-top:.5rem;transition:all .3s ease}.mobile-cta:hover{background:#ffffff1a;border-color:#ffffff4d;color:var(--text-primary)}@media(max-width:968px){.desktop{display:none}.mobile-menu-toggle{display:flex}.navbar{padding:1rem 1.5rem}.navbar.scrolled{padding:.75rem 1.5rem}}.footer{position:relative;padding:60px 2rem 40px;background:linear-gradient(180deg,transparent 0%,rgba(10,5,20,.5) 100%);border-top:1px solid rgba(255,255,255,.05)}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1.5fr 2fr;gap:60px;margin-bottom:40px}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-icon{width:40px;height:40px;border-radius:10px;object-fit:cover}.footer-logo span{font-family:Malayalam MN,Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:1.5rem;font-weight:400;color:#fff}.footer-tagline{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-column h4{font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.footer-column a{display:block;color:var(--text-secondary);text-decoration:none;font-size:.9rem;padding:6px 0;transition:color .2s}.footer-column a:hover{color:var(--accent-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.05)}.footer-bottom-left{display:flex;flex-direction:column;gap:4px}.footer-rights{font-size:.85rem;color:var(--text-muted)}.footer-company{font-size:.8rem;color:var(--text-muted);opacity:.7}.footer-social{display:flex;gap:16px}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff0d;border-radius:8px;color:var(--text-secondary);transition:all .2s}.footer-social a:hover{background:#a855f733;color:var(--accent-primary)}.footer-social svg{width:18px;height:18px}@media(max-width:768px){.footer{padding:40px 1.5rem 30px}.footer-main{grid-template-columns:1fr;gap:40px}.footer-brand{max-width:none;text-align:center}.footer-logo{justify-content:center}.footer-links{grid-template-columns:repeat(3,1fr);text-align:center;gap:24px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-bottom-left{align-items:center}}@media(max-width:480px){.footer-links{grid-template-columns:1fr;gap:32px}}.app-store-buttons{display:flex;gap:1rem;justify-content:center;align-items:flex-start;flex-wrap:wrap}.store-button{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#a855f726,#8b5cf61a);border:1px solid rgba(168,85,247,.3);border-radius:12px;color:var(--text-primary);font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.store-button:hover{background:linear-gradient(135deg,#a855f740,#8b5cf633);border-color:#a855f780;transform:translateY(-2px)}.store-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.store-label{font-size:.7rem;color:var(--text-muted);line-height:1.2}.store-name{font-size:1rem;font-weight:600;line-height:1.2}.store-button.web-button{background:linear-gradient(135deg,#8b5cf626,#6366f11a);border-color:#8b5cf64d}.store-button.web-button:hover{background:linear-gradient(135deg,#8b5cf640,#6366f133);border-color:#8b5cf680}.app-store-buttons.section-cta{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(168,85,247,.1)}@media(max-width:480px){.app-store-buttons{flex-direction:column;align-items:center}.store-button{width:100%;max-width:220px;justify-content:center}}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 2rem 80px}.hero-bg{position:absolute;inset:0;z-index:0}.stars{position:absolute;inset:0;background-image:radial-gradient(2px 2px at 20px 30px,rgba(255,255,255,.8),transparent),radial-gradient(2px 2px at 40px 70px,rgba(255,255,255,.6),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,.7),transparent),radial-gradient(2px 2px at 130px 80px,rgba(255,255,255,.5),transparent),radial-gradient(1px 1px at 160px 120px,rgba(255,255,255,.8),transparent),radial-gradient(2px 2px at 200px 50px,rgba(168,85,247,.6),transparent),radial-gradient(1px 1px at 250px 90px,rgba(255,255,255,.6),transparent),radial-gradient(2px 2px at 300px 150px,rgba(99,102,241,.5),transparent),radial-gradient(1px 1px at 350px 30px,rgba(255,255,255,.7),transparent),radial-gradient(2px 2px at 400px 100px,rgba(255,255,255,.5),transparent);background-size:450px 200px;animation:twinkle 8s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:1}50%{opacity:.7}}.cosmic-glow{position:absolute;top:20%;left:50%;transform:translate(-50%);width:800px;height:600px;background:radial-gradient(ellipse at center,rgba(168,85,247,.15) 0%,rgba(99,102,241,.1) 30%,transparent 70%);filter:blur(60px);pointer-events:none}.floating-orbs{position:absolute;inset:0;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.4}.orb-1{width:300px;height:300px;background:#a855f74d;top:10%;left:10%;animation:float1 20s ease-in-out infinite}.orb-2{width:200px;height:200px;background:#6366f14d;top:60%;right:15%;animation:float2 25s ease-in-out infinite}.orb-3{width:150px;height:150px;background:#ec489933;bottom:20%;left:20%;animation:float3 18s ease-in-out infinite}@keyframes float1{0%,to{transform:translate(0)}33%{transform:translate(50px,30px)}66%{transform:translate(-30px,50px)}}@keyframes float2{0%,to{transform:translate(0)}33%{transform:translate(-40px,-30px)}66%{transform:translate(30px,-40px)}}@keyframes float3{0%,to{transform:translate(0)}50%{transform:translate(40px,-30px)}}.hero-content{position:relative;z-index:1;max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#a855f71a;border:1px solid rgba(168,85,247,.3);border-radius:100px;font-size:.9rem;color:var(--accent-primary);margin-bottom:1.5rem}.badge-icon{font-size:1rem}.hero-title{font-family:Crimson Pro,serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:600;line-height:1.1;margin-bottom:1.5rem;color:var(--text-primary)}.hero-title .highlight{display:block;background:linear-gradient(135deg,#a855f7,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);max-width:700px;line-height:1.7;margin-bottom:2.5rem}.hero-ctas{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.cta-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#a855f7,#6366f1);border:none;border-radius:12px;color:#fff;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 30px #a855f766}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #a855f780}.hero-visual{margin-top:4rem;width:100%;display:flex;justify-content:center}.mockup-carousel{position:relative;width:100%;max-width:1100px;height:380px;perspective:1400px}.carousel-stage{position:relative;width:100%;height:300px;display:flex;justify-content:center;align-items:center;transform-style:preserve-3d}.carousel-item{position:absolute;width:154px;cursor:pointer;transform-style:preserve-3d;transition:filter .4s ease;filter:drop-shadow(0 30px 60px rgba(0,0,0,.4))}.carousel-item.active{filter:drop-shadow(0 40px 80px rgba(168,85,247,.3))}.carousel-item img{width:100%;height:auto;border-radius:32px;pointer-events:none;-webkit-user-select:none;user-select:none}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:50px}.carousel-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.carousel-btn:hover{background:#a855f733;border-color:#a855f766;color:var(--accent-primary);transform:scale(1.1)}.carousel-dots{display:flex;gap:10px}.carousel-dot{width:10px;height:10px;background:#fff3;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:#fff6;transform:scale(1.2)}.carousel-dot.active{background:var(--accent-primary);box-shadow:0 0 12px #a855f799;transform:scale(1.3)}.carousel-glow{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:600px;height:500px;background:radial-gradient(ellipse at center,rgba(168,85,247,.15) 0%,rgba(99,102,241,.08) 40%,transparent 70%);filter:blur(80px);pointer-events:none;z-index:-1}.scroll-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:var(--text-muted);opacity:.5}@media(max-width:1100px){.mockup-carousel{height:340px}.carousel-stage{height:260px}.carousel-item{width:126px}.carousel-item img{border-radius:26px}}@media(max-width:768px){.hero{padding:100px 1.5rem 60px;min-height:auto}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.cta-primary{width:100%;justify-content:center}.cta-secondary-group{width:100%}.cta-secondary{flex:1;justify-content:center;min-width:140px}.cta-store-group{flex-direction:column;width:100%}.cta-store{width:100%;justify-content:center}.hero-visual{margin-top:3rem}.mockup-carousel{height:320px;perspective:800px}.carousel-stage{height:240px}.carousel-item{width:112px}.carousel-item img{border-radius:18px}.mock-label{bottom:-35px;padding:6px 14px;font-size:.75rem}.carousel-btn{width:40px;height:40px}.carousel-btn svg{width:20px;height:20px}.carousel-dot{width:8px;height:8px}.carousel-glow{width:400px;height:350px}.scroll-indicator{display:none}}@media(max-width:480px){.mockup-carousel{height:280px}.carousel-stage{height:200px}.carousel-item{width:98px}.carousel-item img{border-radius:14px}.carousel-controls{gap:16px}}.how-it-works{position:relative;padding:120px 2rem;overflow:hidden}.section-bg{position:absolute;inset:0;z-index:0;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3}.gradient-orb-1{width:600px;height:600px;background:#a855f733;top:10%;right:-20%}.gradient-orb-2{width:500px;height:500px;background:#6366f133;bottom:10%;left:-15%}.how-it-works-container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:80px}.section-title{font-family:Crimson Pro,serif;font-size:clamp(2rem,5vw,3rem);font-weight:600;margin-bottom:1rem;background:linear-gradient(135deg,var(--text-primary) 0%,#a855f7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:500px;margin:0 auto}.steps-container{display:flex;flex-direction:column;gap:100px}.step{display:grid;grid-template-columns:80px 1fr 1fr;gap:40px;align-items:center}.step:nth-child(2n){direction:rtl}.step:nth-child(2n)>*{direction:ltr}.step-number{font-family:Crimson Pro,serif;font-size:4rem;font-weight:700;background:linear-gradient(135deg,#a855f74d,#6366f133);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.step-content{padding:2rem 0}.step-title{font-family:Crimson Pro,serif;font-size:1.75rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.step-description{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1rem}.step-note{font-size:.9rem;color:var(--text-muted);font-style:italic;padding-left:1rem;border-left:2px solid rgba(168,85,247,.3)}.step-features{display:flex;flex-wrap:wrap;gap:10px;margin-top:1.5rem}.feature-tag{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:20px;font-size:.85rem;color:var(--text-secondary)}.feature-dot{width:6px;height:6px;background:var(--accent-primary);border-radius:50%}.step-visual{display:flex;justify-content:center;align-items:center}.visual-systems{display:flex;flex-direction:column;gap:16px;width:300px}.message-bubble{position:relative;border-radius:20px;padding:16px 20px}.question-message{align-self:flex-start;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-bottom-left-radius:6px;max-width:220px}.skeleton-row{display:flex;gap:6px;align-items:center}.skeleton-word{height:10px;border-radius:5px;background:#a855f726}.skeleton-word.w-sm{width:24px}.skeleton-word.w-md{width:40px}.skeleton-word.w-lg{width:56px}.skeleton-word.w-xl{width:72px}.question-mark{position:absolute;top:-8px;right:-8px;width:28px;height:28px;background:linear-gradient(135deg,#a855f7cc,#6366f1cc);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff;box-shadow:0 4px 15px #a855f766;animation:question-bounce 2s ease-in-out infinite}@keyframes question-bounce{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.1) rotate(-5deg)}75%{transform:scale(1.1) rotate(5deg)}}.answer-message{align-self:flex-end;background:linear-gradient(135deg,#a855f726,#6366f11a);border:1px solid rgba(168,85,247,.25);border-bottom-right-radius:6px;min-height:60px}.typing-icons{display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:180px}.typing-icon{width:24px;height:24px;color:var(--accent-primary);filter:drop-shadow(0 0 6px rgba(168,85,247,.4));animation:icon-typing 6s ease-in-out infinite;opacity:0}.typing-icon.icon-1{animation-delay:0s}.typing-icon.icon-2{animation-delay:.8s}.typing-icon.icon-3{animation-delay:1.6s}.typing-icon.icon-4{animation-delay:2.4s}.typing-icon.icon-5{animation-delay:3.2s}.typing-icon.icon-6{animation-delay:4s}@keyframes icon-typing{0%{opacity:0;transform:translateY(8px) scale(.5)}8%{opacity:1;transform:translateY(0) scale(1.1)}15%{transform:translateY(0) scale(1)}70%{opacity:1;transform:translateY(0) scale(1)}75%{opacity:.7;transform:translate(3px) rotate(5deg)}80%{opacity:.7;transform:translate(-3px) rotate(-5deg)}85%{opacity:1;transform:translateY(0) scale(1)}95%{opacity:0;transform:translateY(-5px) scale(.8)}to{opacity:0;transform:translateY(8px) scale(.5)}}.typing-cursor{display:inline-block;width:2px;height:20px;background:var(--accent-primary);border-radius:1px;animation:cursor-blink .8s steps(1) infinite;box-shadow:0 0 8px #a855f799}@keyframes cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.visual-daily{width:100%;max-width:280px;display:flex;justify-content:center}.cosmic-sun{position:relative;width:220px;height:220px}.sun-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px}.sun-pulse{position:absolute;top:50%;left:50%;border-radius:50%;border:1px solid rgba(251,191,36,.3);transform:translate(-50%,-50%)}.sun-pulse.pulse-1{width:100%;height:100%;animation:sun-expand 3s ease-in-out infinite;border-color:#fbbf2466}.sun-pulse.pulse-2{width:140%;height:140%;animation:sun-expand 3s ease-in-out infinite .5s;border-color:#fb923c4d}.sun-pulse.pulse-3{width:180%;height:180%;animation:sun-expand 3s ease-in-out infinite 1s;border-color:#a855f733}@keyframes sun-expand{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.3}}.sun-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:radial-gradient(circle,rgba(251,191,36,.4) 0%,rgba(251,146,60,.2) 50%,transparent 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:sun-breathe 4s ease-in-out infinite}.sun-center svg{width:24px;height:24px;color:#fbbf24;filter:drop-shadow(0 0 10px rgba(251,191,36,.8))}@keyframes sun-breathe{0%,to{transform:translate(-50%,-50%) scale(1);filter:drop-shadow(0 0 20px rgba(251,191,36,.4))}50%{transform:translate(-50%,-50%) scale(1.1);filter:drop-shadow(0 0 35px rgba(251,191,36,.6))}}.energy-rays{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%}.ray{position:absolute;top:50%;left:50%;width:2px;height:50%;background:linear-gradient(to top,transparent 0%,rgba(251,191,36,.3) 40%,rgba(168,85,247,.2) 100%);transform-origin:bottom center;animation:ray-pulse 3s ease-in-out infinite}.ray-1,.ray-4,.ray-7,.ray-10{animation-delay:0s}.ray-2,.ray-5,.ray-8,.ray-11{animation-delay:.5s}.ray-3,.ray-6,.ray-9,.ray-12{animation-delay:1s}@keyframes ray-pulse{0%,to{opacity:.5;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}.energy-orbit{position:absolute;top:50%;left:50%;border-radius:50%;border:1px dashed rgba(168,85,247,.15);transform:translate(-50%,-50%)}.energy-orbit.orbit-1{width:140px;height:140px;animation:orbit-spin 15s linear infinite}.energy-orbit.orbit-2{width:190px;height:190px;animation:orbit-spin 25s linear infinite reverse}@keyframes orbit-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.energy-particle{position:absolute;width:8px;height:8px;background:radial-gradient(circle,#a855f7,#a855f700 70%);border-radius:50%;top:0;left:50%;transform:translate(-50%);animation:particle-glow 2s ease-in-out infinite}.energy-particle.delay-1{top:auto;bottom:0;animation-delay:.5s}.energy-particle.delay-2{top:50%;left:0;transform:translateY(-50%);animation-delay:.3s}.energy-particle.delay-3{top:50%;left:auto;right:0;transform:translateY(-50%);animation-delay:.8s}@keyframes particle-glow{0%,to{box-shadow:0 0 8px #a855f799;transform:translate(-50%) scale(1)}50%{box-shadow:0 0 16px #a855f7e6;transform:translate(-50%) scale(1.3)}}.guidance-symbols{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.g-symbol{position:absolute;color:var(--accent-primary);text-shadow:0 0 8px rgba(168,85,247,.5);animation:symbol-drift 6s ease-in-out infinite}.sym-1{top:5%;left:50%;font-size:16px;color:#fbbf24;animation-delay:0s}.sym-2{top:30%;right:5%;font-size:12px;opacity:.6;animation-delay:1s}.sym-3{bottom:30%;right:10%;font-size:10px;opacity:.4;animation-delay:2s}.sym-4{bottom:5%;left:45%;font-size:14px;opacity:.5;animation-delay:.5s}.sym-5{bottom:25%;left:5%;font-size:11px;opacity:.5;animation-delay:1.5s}.sym-6{top:25%;left:8%;font-size:10px;opacity:.4;animation-delay:2.5s}@keyframes symbol-drift{0%,to{transform:translateY(0) rotate(0);opacity:.4}50%{transform:translateY(-5px) rotate(10deg);opacity:.7}}.visual-insights{width:100%;max-width:320px;display:flex;justify-content:center}.cosmic-eye{position:relative;width:280px;height:280px}.mystic-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90px;height:90px}.wave-ring{position:absolute;top:50%;left:50%;border-radius:50%;border:1px solid rgba(168,85,247,.3);transform:translate(-50%,-50%)}.wave-ring.wave-1{width:100%;height:100%;animation:wave-expand 3s ease-in-out infinite;border-color:#a855f766}.wave-ring.wave-2{width:75%;height:75%;animation:wave-expand 3s ease-in-out infinite .5s;border-color:#8b5cf680}.wave-ring.wave-3{width:50%;height:50%;animation:wave-expand 3s ease-in-out infinite 1s;border-color:#6366f199}@keyframes wave-expand{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.15);opacity:.4}}.core-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:radial-gradient(circle,rgba(168,85,247,.3) 0%,rgba(99,102,241,.15) 60%,transparent 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:core-breathe 4s ease-in-out infinite}.third-eye{width:32px;height:32px;color:var(--accent-primary);filter:drop-shadow(0 0 8px rgba(168,85,247,.6))}@keyframes core-breathe{0%,to{transform:translate(-50%,-50%) scale(1);filter:drop-shadow(0 0 15px rgba(168,85,247,.4))}50%{transform:translate(-50%,-50%) scale(1.08);filter:drop-shadow(0 0 25px rgba(168,85,247,.6))}}.insight-orbit{position:absolute;top:0;left:0;width:100%;height:100%;animation:orbit-rotate 30s linear infinite}@keyframes orbit-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.insight-item{position:absolute;display:flex;flex-direction:column;align-items:center;gap:6px;animation:counter-rotate 30s linear infinite}@keyframes counter-rotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.insight-item svg{width:28px;height:28px;color:var(--accent-primary);filter:drop-shadow(0 0 6px rgba(168,85,247,.5))}.insight-item span{font-size:.65rem;color:var(--text-secondary);white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.insight-1{top:-5px;left:50%;transform:translate(-50%)}.insight-2{top:50%;right:-15px;transform:translateY(-50%)}.insight-3{bottom:-5px;left:50%;transform:translate(-50%)}.insight-4{top:50%;left:-15px;transform:translateY(-50%)}.mystical-orbit{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.mystical-orbit.orbit-inner{animation:orbit-rotate-reverse 25s linear infinite}.mystical-orbit.orbit-outer{animation:orbit-rotate 40s linear infinite}@keyframes orbit-rotate-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.mystical-icon{position:absolute;color:var(--accent-primary);text-shadow:0 0 8px rgba(168,85,247,.5)}.orbit-inner .mystical-icon{font-size:14px;opacity:.5;animation:icon-twinkle 3s ease-in-out infinite}.icon-a{top:25%;left:15%;animation-delay:0s}.icon-b{top:15%;right:25%;animation-delay:.5s}.icon-c{bottom:25%;right:15%;animation-delay:1s}.icon-d{bottom:15%;left:25%;animation-delay:1.5s}.orbit-outer .mystical-icon{font-size:10px;opacity:.3;animation:icon-float 4s ease-in-out infinite}.icon-e{top:8%;left:35%;animation-delay:0s}.icon-f{top:35%;right:5%;animation-delay:.6s}.icon-g{bottom:8%;right:35%;animation-delay:1.2s}.icon-h{bottom:35%;left:5%;animation-delay:1.8s}.icon-i{top:50%;left:2%;animation-delay:2.4s}.icon-j{top:5%;right:50%;animation-delay:3s}@keyframes icon-twinkle{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}@keyframes icon-float{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:.5;transform:translateY(-3px)}}@media(max-width:968px){.step{grid-template-columns:1fr;gap:24px;text-align:center}.step:nth-child(2n){direction:ltr}.step-number{font-size:3rem}.step-note{border-left:none;border-top:2px solid rgba(168,85,247,.3);padding-left:0;padding-top:1rem}.step-features{justify-content:center}.step-visual{order:-1}.visual-systems{width:260px;gap:14px}.message-bubble{padding:14px 16px}.question-message{max-width:200px}.skeleton-word{height:9px}.skeleton-row{gap:5px}.question-mark{width:24px;height:24px;font-size:12px}.typing-icons{max-width:160px;gap:5px}.typing-icon{width:20px;height:20px}.cosmic-eye{width:240px;height:240px}.mystic-core{width:75px;height:75px}.core-center{width:42px;height:42px}.third-eye{width:26px;height:26px}.insight-item svg{width:24px;height:24px}.insight-item span{font-size:.6rem}.orbit-inner .mystical-icon{font-size:12px}.orbit-outer .mystical-icon{font-size:8px}.cosmic-sun{width:180px;height:180px}.sun-core{width:55px;height:55px}.sun-center{width:32px;height:32px}.sun-center svg{width:20px;height:20px}.energy-orbit.orbit-1{width:110px;height:110px}.energy-orbit.orbit-2{width:150px;height:150px}.energy-particle{width:6px;height:6px}}@media(max-width:480px){.how-it-works{padding:80px 1.5rem}.steps-container{gap:60px}.visual-systems{width:100%;max-width:240px;gap:12px}.message-bubble{padding:12px 14px}.question-message{max-width:180px}.skeleton-word{height:8px}.skeleton-word.w-sm{width:20px}.skeleton-word.w-md{width:32px}.skeleton-word.w-lg{width:44px}.skeleton-word.w-xl{width:56px}.skeleton-row{gap:4px}.question-mark{width:22px;height:22px;font-size:11px;top:-6px;right:-6px}.typing-icons{max-width:140px;gap:4px}.typing-icon{width:18px;height:18px}.typing-cursor{height:16px}.cosmic-eye{width:200px;height:200px}.mystic-core{width:65px;height:65px}.core-center{width:36px;height:36px}.third-eye{width:22px;height:22px}.insight-item svg{width:20px;height:20px}.insight-item span{font-size:.55rem}.insight-1{top:-2px}.insight-2{right:-10px}.insight-3{bottom:-2px}.insight-4{left:-10px}.orbit-inner .mystical-icon{font-size:10px}.orbit-outer .mystical-icon{font-size:7px;opacity:.25}.cosmic-sun{width:160px;height:160px}.sun-core{width:45px;height:45px}.sun-center{width:28px;height:28px}.sun-center svg{width:18px;height:18px}.energy-orbit.orbit-1{width:100px;height:100px}.energy-orbit.orbit-2{width:130px;height:130px}.energy-particle{width:5px;height:5px}.g-symbol{font-size:10px!important}}.features{position:relative;padding:120px 2rem;overflow:hidden}.features-bg{position:absolute;inset:0;z-index:0}.constellation{position:absolute;inset:0;background-image:radial-gradient(1px 1px at 100px 100px,rgba(168,85,247,.5),transparent),radial-gradient(1px 1px at 200px 150px,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 300px 80px,rgba(99,102,241,.5),transparent),radial-gradient(1px 1px at 400px 200px,rgba(255,255,255,.3),transparent),radial-gradient(1px 1px at 500px 120px,rgba(168,85,247,.4),transparent),radial-gradient(1px 1px at 150px 250px,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 350px 300px,rgba(99,102,241,.4),transparent);background-size:600px 400px;opacity:.5}.features-container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px}.feature-card{position:relative;background:linear-gradient(145deg,#19122dcc,#0f0a1ee6);border:1px solid rgba(168,85,247,.15);border-radius:20px;padding:32px;text-align:center;transition:all .4s ease;overflow:hidden}.feature-card:hover{transform:translateY(-8px);border-color:#a855f766;box-shadow:0 20px 40px #0000004d}.feature-card:hover .feature-glow{opacity:1}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon{width:64px;height:64px;margin:0 auto 20px;color:var(--accent-primary);transition:transform .3s ease}.feature-icon svg{width:100%;height:100%}.feature-name{font-family:Crimson Pro,serif;font-size:1.35rem;font-weight:600;color:var(--text-primary);margin-bottom:10px}.feature-description{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.feature-glow{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(168,85,247,.1),transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.unified-visual{display:flex;justify-content:center;align-items:center}.unified-center{width:70px;height:70px}.unified-center img{width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:0 0 30px #a855f766}@media(max-width:968px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features{padding:80px 1.5rem}.features-grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:24px}.feature-icon{width:56px;height:56px}}.pricing{position:relative;padding:120px 2rem;overflow:hidden}.pricing-bg{position:absolute;inset:0;z-index:0}.pricing-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:600px;background:radial-gradient(ellipse at center,rgba(168,85,247,.1) 0%,transparent 60%);filter:blur(60px)}.pricing-container{position:relative;z-index:1;max-width:900px;margin:0 auto}.pricing-card{position:relative;background:linear-gradient(145deg,#1e1437e6,#0f0a1ef2);border:1px solid rgba(168,85,247,.25);border-radius:28px;padding:48px;overflow:hidden}.pricing-badge{position:absolute;top:24px;right:24px;display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#a855f733,#6366f126);border:1px solid rgba(168,85,247,.3);border-radius:100px;font-size:.9rem;font-weight:600;color:var(--accent-primary)}.badge-star{font-size:1rem}.pricing-content{display:grid;grid-template-columns:1fr auto 1.5fr;gap:40px;align-items:center;margin-bottom:40px}.pricing-left{text-align:left}.pricing-tier{font-family:Crimson Pro,serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:16px}.pricing-price{display:flex;align-items:baseline;gap:4px;margin-bottom:12px}.price-amount{font-family:Crimson Pro,serif;font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.price-period{font-size:1.1rem;color:var(--text-muted)}.pricing-note{font-size:.85rem;color:var(--text-muted)}.pricing-divider{width:1px;height:150px;background:linear-gradient(180deg,transparent,rgba(168,85,247,.3),transparent)}.pricing-right{text-align:left}.features-intro{font-size:1rem;color:var(--text-secondary);margin-bottom:20px}.pricing-features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:14px}.pricing-features li{display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--text-secondary)}.pricing-features svg{flex-shrink:0;color:var(--accent-primary)}.pricing-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:18px 36px;background:linear-gradient(135deg,#a855f7,#6366f1);border:none;border-radius:14px;color:#fff;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 30px #a855f766}.pricing-cta:hover{transform:translateY(-3px);box-shadow:0 12px 40px #a855f780}.pricing-card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,rgba(168,85,247,.05),transparent 50%);pointer-events:none}@media(max-width:768px){.pricing{padding:80px 1.5rem}.pricing-card{padding:32px 24px}.pricing-badge{position:relative;top:auto;right:auto;margin-bottom:24px;display:inline-flex}.pricing-content{grid-template-columns:1fr;gap:24px;text-align:center}.pricing-left,.pricing-right{text-align:center}.pricing-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(168,85,247,.3),transparent)}.pricing-price{justify-content:center}.price-amount{font-size:3rem}.pricing-features{grid-template-columns:1fr;text-align:left}.pricing-cta{padding:16px 32px;font-size:1rem}}.contact{position:relative;padding:120px 2rem}.contact-container{max-width:1000px;margin:0 auto}.contact-content{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:700px;margin:0 auto}.contact-card{background:linear-gradient(145deg,#19122d99,#0f0a1ecc);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px;text-align:center;transition:all .3s ease}.contact-card:hover{border-color:#a855f74d;transform:translateY(-4px)}.contact-icon{width:48px;height:48px;margin:0 auto 20px;color:var(--accent-primary)}.contact-icon svg{width:100%;height:100%}.contact-card h3{font-family:Crimson Pro,serif;font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:12px}.contact-link{color:var(--accent-primary);text-decoration:none;font-size:1rem;transition:opacity .2s}.contact-link:hover{opacity:.8}.contact-link.secondary{font-size:.9rem;color:var(--text-secondary)}.email-label{margin-bottom:4px}.email-note{margin-top:16px;margin-bottom:4px}.contact-info{color:var(--text-secondary);font-size:.95rem;margin-bottom:4px}.contact-info.muted{color:var(--text-muted);font-size:.85rem}.download-card{background:linear-gradient(145deg,#a855f71a,#6366f10d);border-color:#a855f733}.store-buttons{display:flex;flex-direction:column;gap:12px;margin-top:8px}.store-button{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--text-primary);text-decoration:none;transition:all .2s}.store-button:hover{background:#ffffff1a;border-color:#fff3}.store-button svg{width:24px;height:24px;flex-shrink:0}.store-button div{display:flex;flex-direction:column;align-items:flex-start}.store-label{font-size:.7rem;color:var(--text-muted)}.store-name{font-weight:600;font-size:.9rem}@media(max-width:768px){.contact{padding:80px 1.5rem}.contact-content{grid-template-columns:1fr}.contact-card{padding:24px}}.legal-page{min-height:100vh;padding:120px 2rem 80px;position:relative}.legal-bg{position:fixed;inset:0;z-index:-1;overflow:hidden}.legal-glow{position:absolute;top:20%;left:50%;transform:translate(-50%);width:600px;height:400px;background:radial-gradient(ellipse at center,rgba(168,85,247,.08) 0%,transparent 60%);filter:blur(60px)}.legal-container{max-width:800px;margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:8px;color:var(--text-secondary);text-decoration:none;font-size:.95rem;margin-bottom:40px;transition:color .2s}.back-link:hover{color:var(--accent-primary)}.legal-content{background:linear-gradient(145deg,#19122d80,#0f0a1e99);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:48px}.legal-header{text-align:center;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08)}.legal-header h1{font-family:Crimson Pro,serif;font-size:clamp(2rem,5vw,2.75rem);font-weight:600;background:linear-gradient(135deg,var(--text-primary) 0%,#a855f7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.legal-date{font-size:.9rem;color:var(--text-muted)}.legal-sections{display:flex;flex-direction:column;gap:32px}.legal-section h2{font-family:Crimson Pro,serif;font-size:1.35rem;font-weight:600;color:var(--text-primary);margin-bottom:12px}.legal-section p{font-size:1rem;line-height:1.8;color:var(--text-secondary)}@media(max-width:768px){.legal-page{padding:100px 1.5rem 60px}.legal-content{padding:32px 24px;border-radius:20px}.legal-header{margin-bottom:32px;padding-bottom:24px}.legal-sections{gap:24px}.legal-section h2{font-size:1.2rem}.legal-section p{font-size:.95rem}}.app{min-height:100vh;display:flex;flex-direction:column}.app main{flex:1}html{scroll-behavior:smooth}::selection{background:#a855f74d;color:#fff}::-moz-selection{background:#a855f74d;color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a051480}::-webkit-scrollbar-thumb{background:#a855f74d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#a855f780}
