.Navbar-module__cJzEcG__navbar{z-index:1000;background:0 0;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);padding:1rem 0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cJzEcG__logo{font-size:1.5rem;font-weight:700;font-family:var(--font-heading);color:var(--text-primary);text-decoration:none}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:1.5rem;display:none}.Navbar-module__cJzEcG__navLink{color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--accent-purple);width:0;height:2px;transition:all .3s;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__separator{background:var(--border-color);width:1px;height:24px}.Navbar-module__cJzEcG__ctaButton{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-primary);border-radius:9999px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s}.Navbar-module__cJzEcG__ctaButton:hover{background:var(--border-color);transform:translateY(-1px)}.Navbar-module__cJzEcG__mobileMenuBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:block}.Navbar-module__cJzEcG__mobileMenu{background:var(--background);border-bottom:1px solid var(--border-color);flex-direction:column;gap:1rem;padding:1rem;animation:.3s Navbar-module__cJzEcG__fadeIn;display:flex;position:absolute;top:100%;left:0;right:0}.Navbar-module__cJzEcG__mobileLink{color:var(--text-secondary);padding:.5rem 0;text-decoration:none}.Navbar-module__cJzEcG__mobileCta{background:var(--accent-purple);color:#fff;text-align:center;border-radius:9999px;padding:.75rem;font-weight:500;text-decoration:none}@media (min-width:768px){.Navbar-module__cJzEcG__desktopNav{display:flex}.Navbar-module__cJzEcG__mobileMenuBtn{display:none}}@keyframes Navbar-module__cJzEcG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.ThemeToggle-module__sGqMhG__toggleBtn{border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-primary);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ThemeToggle-module__sGqMhG__toggleBtn:hover{background:var(--card-bg);transform:scale(1.1)}.ThemeToggle-module__sGqMhG__icon{animation:.5s ThemeToggle-module__sGqMhG__rotateIn}@keyframes ThemeToggle-module__sGqMhG__rotateIn{0%{opacity:0;transform:rotate(-90deg)scale(0)}to{opacity:1;transform:rotate(0)scale(1)}}
.Hero-module__ZARIfG__heroSection{background:var(--background);background-image:radial-gradient(circle at 50% 0%,rgba(124,58,237,var(--hero-orb-opacity))0%,var(--background)70%);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;transition:background-color .3s;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__starsContainer{z-index:1;pointer-events:none;position:absolute;inset:0}.Hero-module__ZARIfG__spotlight{pointer-events:none;z-index:2;background:radial-gradient(600px circle at var(--mouse-x,50%)var(--mouse-y,50%),var(--spotlight-color,#ffffff0f),transparent 40%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__ambientGlow{background:radial-gradient(circle,rgba(124,58,237,var(--hero-orb-opacity)),transparent 70%);filter:blur(80px);z-index:0;opacity:.6;border-radius:50%;width:800px;height:800px;position:absolute}.Hero-module__ZARIfG__contentWrapper{z-index:20;text-align:center;pointer-events:none;flex-direction:column;align-items:center;width:100%;max-width:1200px;padding:0 1.5rem;display:flex;position:relative}.Hero-module__ZARIfG__orbitContainer{z-index:10;pointer-events:none;border-radius:50%;width:600px;height:600px;animation:60s linear infinite Hero-module__ZARIfG__orbit;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.Hero-module__ZARIfG__orbitContainer{width:320px;height:320px;animation:40s linear infinite Hero-module__ZARIfG__orbit}.Hero-module__ZARIfG__orbitItem{transform:scale(.7)}}.Hero-module__ZARIfG__orbitItem{cursor:pointer;pointer-events:auto;flex-direction:column;justify-content:center;align-items:center;width:80px;height:80px;margin-top:-40px;margin-left:-40px;animation:60s linear infinite Hero-module__ZARIfG__counter-orbit;display:flex;position:absolute;top:50%;left:50%}@media (max-width:768px){.Hero-module__ZARIfG__orbitItem{animation:40s linear infinite Hero-module__ZARIfG__counter-orbit}}@keyframes Hero-module__ZARIfG__orbit{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes Hero-module__ZARIfG__counter-orbit{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.Hero-module__ZARIfG__badge{background:var(--badge-bg);border:1px solid var(--badge-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.5rem 1.25rem;display:inline-flex;box-shadow:0 0 20px #0000000d}.Hero-module__ZARIfG__badgeText{color:var(--badge-text);letter-spacing:.02em;font-size:.875rem;font-weight:500}.Hero-module__ZARIfG__badgeIndicator{background-color:var(--accent-green);width:6px;height:6px;box-shadow:0 0 10px var(--accent-green);border-radius:50%}.Hero-module__ZARIfG__title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}[data-theme=dark] .Hero-module__ZARIfG__title{background:linear-gradient(#fff 0%,#fff9 100%);color:#0000;text-shadow:0 0 80px #fff3;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__gradientTitle{background:linear-gradient(90deg,#c084fc,#6366f1,#34d399);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.Hero-module__ZARIfG__gradientTitle:after{content:"";background:inherit;filter:blur(40px);opacity:.4;z-index:-1;position:absolute;inset:0}@media (min-width:768px){.Hero-module__ZARIfG__title{font-size:5.5rem}}@media (min-width:1024px){.Hero-module__ZARIfG__title{font-size:7rem}}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);max-width:640px;margin-bottom:3rem;font-size:1.125rem;line-height:1.6}@media (min-width:768px){.Hero-module__ZARIfG__subtitle{font-size:1.25rem}}.Hero-module__ZARIfG__glassIcon{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);width:4rem;height:4rem;box-shadow:0 4px 24px -1px #0000001a,0 0 0 1px var(--glass-border)inset;color:var(--text-primary);border-radius:1rem;justify-content:center;align-items:center;font-size:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__glassIcon:after{content:"";background:radial-gradient(circle at center,var(--icon-color-alpha),transparent 70%);opacity:.2;transition:opacity .3s;position:absolute;inset:0}[data-theme=dark] .Hero-module__ZARIfG__glassIcon:after{opacity:.4}.Hero-module__ZARIfG__orbitItem:hover .Hero-module__ZARIfG__glassIcon{border-color:var(--accent-purple);box-shadow:0 20px 40px -5px #00000026,0 0 0 1px var(--glass-border)inset,0 0 20px var(--icon-color-alpha);transform:scale(1.1)}.Hero-module__ZARIfG__orbitItem:hover .Hero-module__ZARIfG__glassIcon:after{opacity:.6}.Hero-module__ZARIfG__iconLabel{color:var(--text-secondary);opacity:0;background:var(--nav-bg);white-space:nowrap;border-radius:6px;margin-top:.5rem;padding:2px 6px;font-size:.75rem;font-weight:500;transition:all .3s;transform:translateY(-5px)}.Hero-module__ZARIfG__orbitItem:hover .Hero-module__ZARIfG__iconLabel{opacity:1;transform:translateY(0)}.Hero-module__ZARIfG__scrollIndicator{z-index:10;opacity:.5;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__mouse{border:2px solid var(--text-primary);border-radius:12px;justify-content:center;width:24px;height:40px;padding-top:6px;display:flex}.Hero-module__ZARIfG__wheel{background:var(--text-primary);border-radius:2px;width:4px;height:6px;animation:1.5s infinite Hero-module__ZARIfG__scroll}.Hero-module__ZARIfG__scrollText{color:var(--text-secondary)}@keyframes Hero-module__ZARIfG__scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}
.SingleAppSection-module__N1-RZa__section{perspective:1000px;justify-content:center;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.SingleAppSection-module__N1-RZa__backgroundLayer{z-index:0;background:radial-gradient(circle at var(--bg-center-x,50%)var(--bg-center-y,50%),var(--app-color-bg),transparent 70%);opacity:.15;transition:all .5s;position:absolute;inset:0}[data-theme=light] .SingleAppSection-module__N1-RZa__backgroundLayer{opacity:.08;background:radial-gradient(circle at 50% 50%,var(--app-color-bg),transparent 60%)}.SingleAppSection-module__N1-RZa__container{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.SingleAppSection-module__N1-RZa__contentGrid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:992px){.SingleAppSection-module__N1-RZa__contentGrid{grid-template-columns:1fr 1fr;gap:6rem}}.SingleAppSection-module__N1-RZa__textContent{flex-direction:column;gap:2rem;display:flex}.SingleAppSection-module__N1-RZa__appHeader{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.SingleAppSection-module__N1-RZa__appIconSmall{-o-object-fit:cover;object-fit:cover;border-radius:12px;width:3rem;height:3rem;box-shadow:0 4px 12px #0000001a}.SingleAppSection-module__N1-RZa__appName{color:var(--text-primary);font-size:2rem;font-weight:700;font-family:var(--font-space-grotesk)}.SingleAppSection-module__N1-RZa__tagline{background:linear-gradient(to right,var(--text-primary),var(--text-secondary));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1.1}@media (min-width:768px){.SingleAppSection-module__N1-RZa__tagline{font-size:3.5rem}}.SingleAppSection-module__N1-RZa__description{color:var(--text-secondary);max-width:500px;font-size:1.125rem;line-height:1.7}.SingleAppSection-module__N1-RZa__featureList{flex-direction:column;gap:1rem;margin:1rem 0;display:flex}.SingleAppSection-module__N1-RZa__featureItem{color:var(--text-primary);align-items:center;gap:1rem;font-size:1.125rem;font-weight:500;display:flex}.SingleAppSection-module__N1-RZa__featureCheck{background:var(--accent-green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.SingleAppSection-module__N1-RZa__actionButtons{gap:1rem;margin-top:1rem;display:flex}.SingleAppSection-module__N1-RZa__primaryBtn{background:var(--app-color);color:#fff;cursor:pointer;border:none;border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s;box-shadow:0 4px 20px #0003}.SingleAppSection-module__N1-RZa__primaryBtn:hover{filter:brightness(110%);transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.SingleAppSection-module__N1-RZa__secondaryBtn{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:500;transition:all .2s}.SingleAppSection-module__N1-RZa__secondaryBtn:hover{background:var(--card-bg)}.SingleAppSection-module__N1-RZa__visualContent{perspective:1000px;justify-content:center;align-items:center;height:600px;display:flex;position:relative}.SingleAppSection-module__N1-RZa__visualCard{aspect-ratio:9/16;background:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;max-width:450px;box-shadow:0 20px 50px -10px #0000004d,0 0 0 1px var(--glass-border)inset;transform-style:preserve-3d;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.SingleAppSection-module__N1-RZa__visualGlow{background:radial-gradient(circle,var(--app-color),transparent 70%);filter:blur(60px);opacity:.4;z-index:-1;position:absolute;inset:20%}.SingleAppSection-module__N1-RZa__largeIcon{border-radius:40px;width:180px;height:180px;transform:translateZ(50px);box-shadow:0 20px 60px #0003}.SingleAppSection-module__N1-RZa__floater{background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);color:var(--text-primary);z-index:5;border-radius:16px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;display:flex;position:absolute;box-shadow:0 10px 30px #0000001a}.SingleAppSection-module__N1-RZa__floaterIcon{color:var(--app-color)}
.Stats-module__yL2aHq__section{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:var(--badge-bg);padding:5rem 0}.Stats-module__yL2aHq__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:768px){.Stats-module__yL2aHq__grid{grid-template-columns:repeat(4,1fr)}}.Stats-module__yL2aHq__statItem{text-align:center}.Stats-module__yL2aHq__value{margin-bottom:.5rem;font-size:2.25rem;font-weight:700;transition:transform .3s;display:inline-block}@media (min-width:768px){.Stats-module__yL2aHq__value{font-size:3rem}}.Stats-module__yL2aHq__statItem:hover .Stats-module__yL2aHq__value{transform:scale(1.1)}.Stats-module__yL2aHq__label{color:var(--text-secondary);font-weight:500}
.Features-module__zvCZ4q__section{padding:8rem 0;position:relative;overflow:hidden}.Features-module__zvCZ4q__backgroundGlow{filter:blur(100px);z-index:0;background:radial-gradient(circle,#7c3aed14,#0000 70%);border-radius:50%;width:60vw;height:60vw;animation:20s infinite alternate Features-module__zvCZ4q__drift;position:absolute;top:20%;left:10%}.Features-module__zvCZ4q__backgroundGlowSecondary{filter:blur(100px);z-index:0;background:radial-gradient(circle,#3b82f614,#0000 70%);border-radius:50%;width:50vw;height:50vw;animation:15s infinite alternate-reverse Features-module__zvCZ4q__drift;position:absolute;bottom:-10%;right:-10%}.Features-module__zvCZ4q__content{z-index:10;position:relative}.Features-module__zvCZ4q__header{text-align:center;max-width:48rem;margin:0 auto 5rem}.Features-module__zvCZ4q__tag{color:#a78bfa;background:#7c3aed1a;border:1px solid #7c3aed33;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.Features-module__zvCZ4q__title{background:linear-gradient(90deg,#fff,#94a3b8);color:#0000;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}@media (min-width:768px){.Features-module__zvCZ4q__title{font-size:3.5rem}}.Features-module__zvCZ4q__description{color:#94a3b8;font-size:1.125rem;line-height:1.7}.Features-module__zvCZ4q__bentoGrid{grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.Features-module__zvCZ4q__bentoGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Features-module__zvCZ4q__bentoGrid{grid-template-columns:repeat(4,1fr);grid-auto-rows:300px}}.Features-module__zvCZ4q__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a99;border:1px solid #ffffff14;border-radius:1.5rem;flex-direction:column;padding:1.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Features-module__zvCZ4q__card:hover{background:#1e293bb3;border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 20px 40px -10px #00000080}.Features-module__zvCZ4q__span1,.Features-module__zvCZ4q__span2{grid-column:span 1}@media (min-width:1024px){.Features-module__zvCZ4q__span2{grid-column:span 2}.Features-module__zvCZ4q__rowSpan2{grid-row:span 2}}.Features-module__zvCZ4q__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.Features-module__zvCZ4q__iconBox{color:#fff;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:1rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.5rem;transition:all .3s;display:flex}.Features-module__zvCZ4q__card:hover .Features-module__zvCZ4q__iconBox{background:var(--accent-color,#7c3aed33);border-color:var(--accent-color,#7c3aed66);color:#fff;transform:scale(1.1)}.Features-module__zvCZ4q__cardTitle{color:#f8fafc;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.3}.Features-module__zvCZ4q__cardDesc{color:#94a3b8;font-size:.925rem;line-height:1.5}.Features-module__zvCZ4q__card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:1.5rem;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Features-module__zvCZ4q__featuredCard{background:linear-gradient(145deg,#7c3aed1a,#0f172a99)}.Features-module__zvCZ4q__indiaCard{position:relative;overflow:hidden}.Features-module__zvCZ4q__indiaCard:after{content:"";opacity:.5;background:linear-gradient(90deg,#f93,#fff,#138808);height:4px;position:absolute;bottom:0;left:0;right:0}@keyframes Features-module__zvCZ4q__drift{0%{transform:translate(0)}to{transform:translate(30px,-30px)}}
.Testimonials-module__ItA9Ha__section{background:var(--background);padding:6rem 0;overflow:hidden}.Testimonials-module__ItA9Ha__header{text-align:center;margin-bottom:3rem}.Testimonials-module__ItA9Ha__title{color:var(--text-primary);font-size:2rem;font-weight:700}@media (min-width:768px){.Testimonials-module__ItA9Ha__title{font-size:2.25rem}}.Testimonials-module__ItA9Ha__scroller{width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.Testimonials-module__ItA9Ha__track{gap:1.5rem;width:max-content;padding:0 1.5rem;animation:40s linear infinite Testimonials-module__ItA9Ha__scroll;display:flex}.Testimonials-module__ItA9Ha__track:hover{animation-play-state:paused}.Testimonials-module__ItA9Ha__card{background:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(4px);border-radius:1.5rem;flex-direction:column;flex-shrink:0;width:350px;padding:2rem;transition:background-color .3s;display:flex}.Testimonials-module__ItA9Ha__card:hover{background:var(--nav-bg)}.Testimonials-module__ItA9Ha__quote{color:var(--accent-purple);margin-bottom:1rem;font-family:serif;font-size:2.25rem;line-height:1}.Testimonials-module__ItA9Ha__text{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:1.125rem;font-style:italic}.Testimonials-module__ItA9Ha__authorName{color:var(--text-primary);font-weight:700}.Testimonials-module__ItA9Ha__authorRole{color:var(--accent-blue);font-size:.875rem}@keyframes Testimonials-module__ItA9Ha__scroll{to{transform:translate(-50%)}}
.CTA-module__CdZh3q__section{justify-content:center;align-items:center;padding:8rem 0;display:flex;position:relative;overflow:hidden}.CTA-module__CdZh3q__glow{filter:blur(100px);background:linear-gradient(90deg,#7c3aed4d,#3b82f64d);border-radius:50%;width:600px;height:600px;animation:4s infinite CTA-module__CdZh3q__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CTA-module__CdZh3q__content{z-index:10;text-align:center;max-width:48rem;margin:0 auto;padding:0 1rem;position:relative}.CTA-module__CdZh3q__title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:700}@media (min-width:768px){.CTA-module__CdZh3q__title{font-size:4rem}}.CTA-module__CdZh3q__text{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem}.CTA-module__CdZh3q__button{color:var(--text-primary);background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.CTA-module__CdZh3q__button:hover{background:var(--nav-bg);transform:scale(1.05)}.CTA-module__CdZh3q__btnGlow{background:linear-gradient(to right,var(--accent-purple),var(--accent-blue));filter:blur(20px);opacity:.3;transition:opacity .2s;position:absolute;inset:-.75rem}.CTA-module__CdZh3q__button:hover .CTA-module__CdZh3q__btnGlow{opacity:.6;inset:0}.CTA-module__CdZh3q__btnText{position:relative}@keyframes CTA-module__CdZh3q__pulse{0%,to{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-color);background:var(--background);padding-top:5rem;padding-bottom:2.5rem}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (min-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(4,1fr)}}.Footer-module__S6Hkya__brand{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__S6Hkya__logo{font-size:1.5rem;font-weight:700;font-family:var(--font-heading);color:var(--text-primary);text-decoration:none}.Footer-module__S6Hkya__desc{color:var(--text-secondary);line-height:1.6}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socialIcon{background:var(--card-bg);border:1px solid var(--border-color);width:2.5rem;height:2.5rem;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:var(--nav-bg);color:var(--accent-purple)}.Footer-module__S6Hkya__columnTitle{color:var(--text-primary);margin-bottom:1.5rem;font-weight:700}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:var(--text-secondary);text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__link:hover{color:var(--text-primary)}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--border-color);color:var(--text-secondary);flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;font-size:.875rem;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__bottomBar{flex-direction:row;justify-content:space-between}}.Footer-module__S6Hkya__madeWith{align-items:center;gap:.5rem;display:flex}
