.Navbar-module__cJzEcG__nav{z-index:1000;height:var(--nav-height);transition:all var(--transition-base);border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom-color:var(--glass-border);background:#06091bd9;box-shadow:0 4px 20px #0000004d}.Navbar-module__cJzEcG__inner{max-width:var(--container-max);width:100%;padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{z-index:10;align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__logoImg{border-radius:10px;width:40px;height:40px}.Navbar-module__cJzEcG__logoText{background:linear-gradient(135deg,#fff,#00d4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:800}.Navbar-module__cJzEcG__links{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.95rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__link:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width var(--transition-base);border-radius:1px;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__link:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__hamburger{z-index:1001;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__cJzEcG__bar{background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-base);border-radius:2px;display:block}.Navbar-module__cJzEcG__bar.Navbar-module__cJzEcG__open:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__bar.Navbar-module__cJzEcG__open:nth-child(2){opacity:0}.Navbar-module__cJzEcG__bar.Navbar-module__cJzEcG__open:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__cJzEcG__overlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}.Navbar-module__cJzEcG__drawer{-webkit-backdrop-filter:blur(24px);border-left:1px solid var(--glass-border);z-index:1000;background:#0c1033f2;width:280px;padding:6rem 2rem 2rem;position:fixed;top:0;bottom:0;right:0}.Navbar-module__cJzEcG__drawerLinks{flex-direction:column;gap:.5rem;display:flex}.Navbar-module__cJzEcG__drawerLink{color:var(--text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);padding:1rem;font-size:1.15rem;font-weight:600}.Navbar-module__cJzEcG__drawerLink:hover{color:var(--text-primary);background:#ffffff0d}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--glass-border);background:var(--bg-primary);padding:4rem 0 2rem}.Footer-module__S6Hkya__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.Footer-module__S6Hkya__content{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__brand{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Footer-module__S6Hkya__logo{border-radius:8px}.Footer-module__S6Hkya__brandName{font-size:1.2rem;font-weight:700}.Footer-module__S6Hkya__desc{color:var(--text-secondary);max-width:300px;line-height:1.6}.Footer-module__S6Hkya__col h4{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__S6Hkya__col ul{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__col a,.Footer-module__S6Hkya__supportText{color:var(--text-secondary);transition:color var(--transition-fast)}.Footer-module__S6Hkya__col a:hover{color:var(--accent-cyan)}.Footer-module__S6Hkya__email{color:var(--accent-cyan);margin-top:.5rem;font-weight:500;display:inline-block}.Footer-module__S6Hkya__email:hover{text-decoration:underline}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--glass-border);text-align:center;color:var(--text-tertiary);padding-top:2rem;font-size:.9rem}@media (max-width:768px){.Footer-module__S6Hkya__content{grid-template-columns:1fr;gap:2.5rem}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding-top:var(--nav-height);align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__orb1,.Hero-module__ZARIfG__orb2,.Hero-module__ZARIfG__orb3{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.Hero-module__ZARIfG__orb1{background:radial-gradient(circle,#00d4ff1f 0%,#0000 70%);width:45vw;height:45vw;animation:15s ease-in-out infinite Hero-module__ZARIfG__blob-move;top:-15%;left:-10%}.Hero-module__ZARIfG__orb2{background:radial-gradient(circle,#7c3aed1a 0%,#0000 70%);width:40vw;height:40vw;animation:18s ease-in-out infinite reverse Hero-module__ZARIfG__blob-move;bottom:-10%;right:-10%}.Hero-module__ZARIfG__orb3{background:radial-gradient(circle,#3b82f614 0%,#0000 70%);width:25vw;height:25vw;animation:20s ease-in-out 3s infinite Hero-module__ZARIfG__blob-move;top:40%;left:30%}.Hero-module__ZARIfG__container{max-width:var(--container-max);padding:4rem var(--container-padding);z-index:1;justify-content:space-between;align-items:center;gap:4rem;width:100%;margin:0 auto;display:flex;position:relative}.Hero-module__ZARIfG__content{flex:1;max-width:600px}.Hero-module__ZARIfG__badge{border-radius:var(--radius-full);color:var(--accent-cyan);letter-spacing:.02em;background:#00d4ff14;border:1px solid #00d4ff33;align-items:center;gap:.6rem;margin-bottom:1.75rem;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__ZARIfG__pulse-glow;box-shadow:0 0 8px #22c55e66}.Hero-module__ZARIfG__title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.08}.Hero-module__ZARIfG__gradientText{background:var(--gradient-hero);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:4s infinite Hero-module__ZARIfG__gradient-shift}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);max-width:520px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.Hero-module__ZARIfG__typewriter{color:var(--accent-cyan);font-weight:600}.Hero-module__ZARIfG__cursor{color:var(--accent-cyan);font-weight:300;animation:1s infinite Hero-module__ZARIfG__blink}.Hero-module__ZARIfG__buttons{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__ZARIfG__storeBtn{border-radius:var(--radius-md);transition:all var(--transition-base);cursor:pointer;align-items:center;gap:.75rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__storeBtn.Hero-module__ZARIfG__apple{color:#000;background:#fff}.Hero-module__ZARIfG__storeBtn.Hero-module__ZARIfG__apple:hover{transform:translateY(-3px);box-shadow:0 8px 30px #fff3}.Hero-module__ZARIfG__storeBtn.Hero-module__ZARIfG__google{color:#fff;border:1px solid var(--glass-border-strong);background:0 0}.Hero-module__ZARIfG__storeBtn.Hero-module__ZARIfG__google:hover{background:#ffffff0f;transform:translateY(-3px);box-shadow:0 8px 30px #00d4ff26}.Hero-module__ZARIfG__storeBtnText{text-align:left;flex-direction:column;line-height:1.2;display:flex}.Hero-module__ZARIfG__storeBtnText small{opacity:.7;font-size:.6rem;font-weight:400}.Hero-module__ZARIfG__storeBtnText span{font-size:1rem;font-weight:700}.Hero-module__ZARIfG__mockup{flex:1;justify-content:center;align-items:center;max-width:400px;display:flex;position:relative}.Hero-module__ZARIfG__mockupGlow{filter:blur(40px);z-index:0;background:radial-gradient(#00d4ff26 0%,#7c3aed1a 50%,#0000 70%);border-radius:50%;width:300px;height:500px;position:absolute}.Hero-module__ZARIfG__phoneFrame{z-index:1;border:2px solid #ffffff14;border-radius:36px;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;position:relative;overflow:hidden;box-shadow:0 25px 80px #00000080,0 0 40px #00d4ff1a}.Hero-module__ZARIfG__phoneImage{object-fit:cover;width:100%;height:auto;display:block}@media (max-width:968px){.Hero-module__ZARIfG__container{text-align:center;flex-direction:column;padding-top:2rem}.Hero-module__ZARIfG__content{flex-direction:column;align-items:center;max-width:100%;display:flex}.Hero-module__ZARIfG__subtitle{max-width:100%}.Hero-module__ZARIfG__buttons{justify-content:center}.Hero-module__ZARIfG__mockup{max-width:280px;margin-top:2rem}}@media (max-width:480px){.Hero-module__ZARIfG__buttons{flex-direction:column;align-items:stretch;width:100%}.Hero-module__ZARIfG__storeBtn{justify-content:center}}
.Features-module__zvCZ4q__section{padding:var(--section-gap) 0;position:relative}.Features-module__zvCZ4q__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.Features-module__zvCZ4q__header{text-align:center;margin-bottom:4rem}.Features-module__zvCZ4q__badge{border-radius:var(--radius-full);color:var(--accent-cyan);background:#00d4ff14;border:1px solid #00d4ff33;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.Features-module__zvCZ4q__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.Features-module__zvCZ4q__gradientText{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Features-module__zvCZ4q__subtitle{color:var(--text-secondary);max-width:550px;margin:0 auto;font-size:1.1rem;line-height:1.7}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Features-module__zvCZ4q__card{border-radius:var(--radius-xl);background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);transition:all var(--transition-base);cursor:default;padding:2.5rem 2rem;position:relative;overflow:hidden}.Features-module__zvCZ4q__card:hover{background:var(--bg-card-hover);border-color:#00d4ff26;box-shadow:0 16px 48px #0000004d,0 0 30px #00d4ff0d}.Features-module__zvCZ4q__cardGlow{opacity:0;width:200%;height:200%;transition:opacity var(--transition-slow);pointer-events:none;background:radial-gradient(circle at 30% 30%,#00d4ff08 0%,#0000 50%);position:absolute;top:-50%;left:-50%}.Features-module__zvCZ4q__card:hover .Features-module__zvCZ4q__cardGlow{opacity:1}.Features-module__zvCZ4q__iconWrapper{border-radius:var(--radius-md);background:linear-gradient(135deg,#00d4ff1a,#7c3aed1a);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.Features-module__zvCZ4q__icon{font-size:1.75rem}.Features-module__zvCZ4q__cardTitle{letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.Features-module__zvCZ4q__cardDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.65}@media (max-width:968px){.Features-module__zvCZ4q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Features-module__zvCZ4q__grid{grid-template-columns:1fr}.Features-module__zvCZ4q__card{padding:2rem 1.5rem}}
.HowItWorks-module__tSMH5W__section{padding:var(--section-gap) 0;background:radial-gradient(#00d4ff0d 0%,#0000 70%);position:relative}.HowItWorks-module__tSMH5W__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.HowItWorks-module__tSMH5W__header{text-align:center;margin-bottom:5rem}.HowItWorks-module__tSMH5W__badge{border-radius:var(--radius-full);color:var(--accent-cyan);background:#00d4ff14;border:1px solid #00d4ff33;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.HowItWorks-module__tSMH5W__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.HowItWorks-module__tSMH5W__gradientText{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.HowItWorks-module__tSMH5W__subtitle{color:var(--text-secondary);max-width:550px;margin:0 auto;font-size:1.1rem;line-height:1.7}.HowItWorks-module__tSMH5W__stepsWrapper{max-width:1000px;margin:0 auto;position:relative}.HowItWorks-module__tSMH5W__connector{background:linear-gradient(90deg, #00d4ff1a, var(--accent-cyan), #7c3aed1a);transform-origin:0;z-index:0;height:2px;position:absolute;top:40px;left:10%;right:10%}.HowItWorks-module__tSMH5W__steps{z-index:1;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.HowItWorks-module__tSMH5W__step{text-align:center;padding:0 1rem}.HowItWorks-module__tSMH5W__stepNumber{background:var(--bg-secondary);border:2px solid var(--glass-border-strong);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;display:flex;position:relative}.HowItWorks-module__tSMH5W__numberText{color:var(--text-primary);z-index:2;font-size:1.5rem;font-weight:800}.HowItWorks-module__tSMH5W__numberGlow{background:var(--gradient-glow);z-index:1;opacity:.5;filter:blur(10px);border-radius:50%;position:absolute;inset:-10px}.HowItWorks-module__tSMH5W__stepIcon{margin-bottom:1rem;font-size:2.5rem}.HowItWorks-module__tSMH5W__stepTitle{margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.HowItWorks-module__tSMH5W__stepDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:768px){.HowItWorks-module__tSMH5W__connector{display:none}.HowItWorks-module__tSMH5W__steps{grid-template-columns:1fr;gap:4rem}.HowItWorks-module__tSMH5W__step{padding:0}}
.AppShowcase-module__ybrBeq__section{padding:var(--section-gap) 0;background:radial-gradient(#7c3aed0d 0%,#0000 70%);position:relative;overflow:hidden}.AppShowcase-module__ybrBeq__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.AppShowcase-module__ybrBeq__header{text-align:center;margin-bottom:6rem}.AppShowcase-module__ybrBeq__badge{border-radius:var(--radius-full);color:var(--accent-cyan);background:#00d4ff14;border:1px solid #00d4ff33;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.AppShowcase-module__ybrBeq__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.AppShowcase-module__ybrBeq__gradientText{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.AppShowcase-module__ybrBeq__subtitle{color:var(--text-secondary);max-width:550px;margin:0 auto;font-size:1.1rem;line-height:1.7}.AppShowcase-module__ybrBeq__showcaseGrid{perspective:1000px;justify-content:center;align-items:center;gap:2rem;height:800px;display:flex}.AppShowcase-module__ybrBeq__phoneWrapper{z-index:1;position:relative}.AppShowcase-module__ybrBeq__centerPhone{z-index:2}.AppShowcase-module__ybrBeq__phone{background:#000;border:6px solid #1a1a24;border-radius:32px;width:280px;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080,0 0 20px #7c3aed33}.AppShowcase-module__ybrBeq__phone:before{content:"";z-index:10;background:#1a1a24;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:120px;height:25px;position:absolute;top:0;left:50%;transform:translate(-50%)}.AppShowcase-module__ybrBeq__screen{object-fit:cover;width:100%;height:auto;display:block}@media (max-width:968px){.AppShowcase-module__ybrBeq__showcaseGrid{gap:1rem;height:600px}.AppShowcase-module__ybrBeq__phone{border-width:4px;border-radius:24px;width:220px}}@media (max-width:768px){.AppShowcase-module__ybrBeq__showcaseGrid{flex-direction:column;gap:4rem;height:auto}.AppShowcase-module__ybrBeq__phoneWrapper{transform:none!important}.AppShowcase-module__ybrBeq__phone{width:260px}}
.Stats-module__yL2aHq__section{border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);background:#0c103366;padding:4rem 0}.Stats-module__yL2aHq__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.Stats-module__yL2aHq__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Stats-module__yL2aHq__statCard{padding:1rem}.Stats-module__yL2aHq__value{background:var(--gradient-primary);-webkit-text-fill-color:transparent;font-variant-numeric:tabular-nums;-webkit-background-clip:text;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:900}.Stats-module__yL2aHq__label{color:var(--text-secondary);font-size:1rem;font-weight:500}@media (max-width:768px){.Stats-module__yL2aHq__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:480px){.Stats-module__yL2aHq__grid{grid-template-columns:1fr}}
.CTA-module__CdZh3q__section{padding:2rem 0 6rem}.CTA-module__CdZh3q__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.CTA-module__CdZh3q__banner{background:var(--gradient-cta);text-align:center;border:1px solid var(--glass-border-strong);border-radius:32px;padding:5rem 2rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.CTA-module__CdZh3q__glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#00d4ff1a 0%,#0000 60%);width:60%;height:200%;position:absolute;top:-50%;left:20%}.CTA-module__CdZh3q__content{z-index:1;position:relative}.CTA-module__CdZh3q__title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.CTA-module__CdZh3q__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.CTA-module__CdZh3q__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.CTA-module__CdZh3q__storeBtn{border-radius:var(--radius-md);transition:all var(--transition-base);align-items:center;gap:.75rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.CTA-module__CdZh3q__storeBtn.CTA-module__CdZh3q__apple{color:#000;background:#fff}.CTA-module__CdZh3q__storeBtn.CTA-module__CdZh3q__apple:hover{transform:translateY(-2px);box-shadow:0 8px 30px #fff3}.CTA-module__CdZh3q__storeBtn.CTA-module__CdZh3q__google{color:#fff;border:1px solid var(--glass-border-strong);background:0 0}.CTA-module__CdZh3q__storeBtn.CTA-module__CdZh3q__google:hover{background:#ffffff0f;transform:translateY(-2px);box-shadow:0 8px 30px #00d4ff26}.CTA-module__CdZh3q__storeBtnText{text-align:left;flex-direction:column;line-height:1.2;display:flex}.CTA-module__CdZh3q__storeBtnText small{opacity:.7;font-size:.6rem;font-weight:400}.CTA-module__CdZh3q__storeBtnText span{font-size:1rem;font-weight:700}@media (max-width:768px){.CTA-module__CdZh3q__banner{padding:3rem 1.5rem}}@media (max-width:480px){.CTA-module__CdZh3q__buttons{flex-direction:column;align-items:stretch}.CTA-module__CdZh3q__storeBtn{justify-content:center}}
