.Navbar-module__mCmXEa__navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #e2e8f099;justify-content:space-between;align-items:center;padding:1rem 4rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__mCmXEa__logo{z-index:1001;align-items:center;display:flex}.Navbar-module__mCmXEa__logo img{width:auto;height:50px}.Navbar-module__mCmXEa__menuToggle{cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__mCmXEa__hamburger{background:var(--foreground);width:24px;height:2px;transition:all .3s;display:block;position:relative}.Navbar-module__mCmXEa__hamburger:before,.Navbar-module__mCmXEa__hamburger:after{content:"";background:var(--foreground);width:24px;height:2px;transition:all .3s;position:absolute;left:0}.Navbar-module__mCmXEa__hamburger:before{top:-7px}.Navbar-module__mCmXEa__hamburger:after{top:7px}.Navbar-module__mCmXEa__hamburger.Navbar-module__mCmXEa__open{background:0 0}.Navbar-module__mCmXEa__hamburger.Navbar-module__mCmXEa__open:before{top:0;transform:rotate(45deg)}.Navbar-module__mCmXEa__hamburger.Navbar-module__mCmXEa__open:after{top:0;transform:rotate(-45deg)}.Navbar-module__mCmXEa__links{align-items:center;gap:2rem;display:flex}.Navbar-module__mCmXEa__link{color:var(--foreground);font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.Navbar-module__mCmXEa__link:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__mCmXEa__link:hover{color:var(--primary)}.Navbar-module__mCmXEa__link:hover:after{width:100%}.Navbar-module__mCmXEa__ctaButton{background:var(--gradient-primary);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);text-align:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.Navbar-module__mCmXEa__ctaButton:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}@media (max-width:900px){.Navbar-module__mCmXEa__navbar{padding:1rem 1.5rem}.Navbar-module__mCmXEa__logo img{height:40px}.Navbar-module__mCmXEa__menuToggle{display:block}.Navbar-module__mCmXEa__links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:all .3s;position:fixed;inset:0;transform:translateY(-20px)}.Navbar-module__mCmXEa__linksOpen{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__mCmXEa__link{font-size:1.25rem;display:block}.Navbar-module__mCmXEa__link:after{display:none}.Navbar-module__mCmXEa__ctaButton{padding:1rem 2.5rem;font-size:1.1rem}}
.Hero-module__lYpGPq__hero{justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__lYpGPq__background{background:var(--gradient-hero);z-index:-1;position:absolute;inset:0}.Hero-module__lYpGPq__gradientOrb1{background:radial-gradient(circle,#3b9fff26 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite Hero-module__lYpGPq__float;position:absolute;top:-200px;right:-100px}.Hero-module__lYpGPq__gradientOrb2{background:radial-gradient(circle,#2d7fcc1a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:10s ease-in-out infinite reverse Hero-module__lYpGPq__float;position:absolute;bottom:-100px;left:-50px}@keyframes Hero-module__lYpGPq__float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.05)}}.Hero-module__lYpGPq__content{text-align:center;max-width:900px}.Hero-module__lYpGPq__badge{color:var(--brand-charcoal);background:#3b9fff1a;border:1px solid #3b9fff33;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.Hero-module__lYpGPq__title{color:var(--brand-charcoal);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2rem,6vw,4rem);font-weight:800;line-height:1.1}.Hero-module__lYpGPq__highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__lYpGPq__subtitle{color:var(--muted-foreground);max-width:700px;margin:0 auto 2.5rem;font-size:clamp(1rem,3vw,1.25rem);line-height:1.6}.Hero-module__lYpGPq__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__lYpGPq__primaryButton{background:var(--gradient-primary);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.Hero-module__lYpGPq__primaryButton:hover{box-shadow:var(--shadow-xl),var(--shadow-glow);transform:translateY(-3px)}.Hero-module__lYpGPq__secondaryButton{border:2px solid var(--border);border-radius:var(--radius);color:var(--foreground);align-items:center;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.Hero-module__lYpGPq__secondaryButton:hover{border-color:var(--primary);color:var(--primary)}.Hero-module__lYpGPq__stats{border-radius:var(--radius-lg);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9;justify-content:center;align-items:center;gap:2rem;padding:2rem;display:flex}.Hero-module__lYpGPq__stat{flex-direction:column;align-items:center;display:flex}.Hero-module__lYpGPq__statNumber{color:var(--primary);font-size:2rem;font-weight:800}.Hero-module__lYpGPq__statLabel{color:var(--muted-foreground);font-size:.875rem}.Hero-module__lYpGPq__statDivider{background:var(--border);width:1px;height:40px}@media (max-width:768px){.Hero-module__lYpGPq__hero{min-height:auto;padding:5rem 1.25rem 2rem}.Hero-module__lYpGPq__gradientOrb1{width:300px;height:300px;top:-100px;right:-50px}.Hero-module__lYpGPq__gradientOrb2{width:200px;height:200px;bottom:-50px;left:-30px}.Hero-module__lYpGPq__badge{margin-bottom:1.5rem;padding:.4rem .75rem;font-size:.75rem}.Hero-module__lYpGPq__badge img{width:20px!important;height:20px!important}.Hero-module__lYpGPq__title{margin-bottom:1rem;font-size:1.75rem}.Hero-module__lYpGPq__subtitle{margin-bottom:2rem;font-size:.95rem}.Hero-module__lYpGPq__actions{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:2rem}.Hero-module__lYpGPq__primaryButton,.Hero-module__lYpGPq__secondaryButton{justify-content:center;padding:.875rem 1.5rem;font-size:1rem}.Hero-module__lYpGPq__stats{flex-flow:wrap;gap:1rem;padding:1.25rem}.Hero-module__lYpGPq__stat{flex:1;min-width:80px}.Hero-module__lYpGPq__statNumber{font-size:1.5rem}.Hero-module__lYpGPq__statLabel{font-size:.75rem}.Hero-module__lYpGPq__statDivider{display:none}}
.Features-module__cojejq__section{background:var(--background);padding:6rem 2rem}.Features-module__cojejq__header{text-align:center;margin-bottom:4rem}.Features-module__cojejq__sectionIcon{margin-bottom:1rem}.Features-module__cojejq__label{color:var(--primary);background:#3b9fff1a;border-radius:100px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.Features-module__cojejq__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.Features-module__cojejq__highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Features-module__cojejq__subtitle{color:var(--muted-foreground);max-width:600px;margin:0 auto;font-size:clamp(.95rem,2vw,1.125rem)}.Features-module__cojejq__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;max-width:1200px;margin:0 auto;display:grid}.Features-module__cojejq__card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:all .3s;position:relative;overflow:hidden}.Features-module__cojejq__card:before{content:"";background:var(--gradient-primary);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Features-module__cojejq__card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-8px)}.Features-module__cojejq__card:hover:before{transform:scaleX(1)}.Features-module__cojejq__icon{background:var(--accent);border-radius:var(--radius);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;font-size:1.75rem;display:flex}.Features-module__cojejq__cardTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.Features-module__cojejq__cardText{color:var(--muted-foreground);font-size:.9rem;line-height:1.6}@media (max-width:768px){.Features-module__cojejq__section{padding:3rem 1.25rem}.Features-module__cojejq__header{margin-bottom:2.5rem}.Features-module__cojejq__sectionIcon{width:48px!important;height:48px!important}.Features-module__cojejq__grid{grid-template-columns:1fr;gap:1rem}.Features-module__cojejq__card{padding:1.5rem}.Features-module__cojejq__card:hover{transform:none}.Features-module__cojejq__icon{width:48px;height:48px;margin-bottom:1rem;font-size:1.5rem}.Features-module__cojejq__cardTitle{font-size:1.1rem}.Features-module__cojejq__cardText{font-size:.875rem}}
.Solutions-module__8bPEIa__section{background:var(--background-subtle);padding:6rem 2rem}.Solutions-module__8bPEIa__container{max-width:1200px;margin:0 auto}.Solutions-module__8bPEIa__header{text-align:center;margin-bottom:3rem}.Solutions-module__8bPEIa__label{color:var(--primary);background:#3b9fff1a;border-radius:100px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.Solutions-module__8bPEIa__title{color:var(--foreground);letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.Solutions-module__8bPEIa__highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Solutions-module__8bPEIa__tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.Solutions-module__8bPEIa__tab{border:2px solid var(--border);background:var(--background);color:var(--muted-foreground);cursor:pointer;border-radius:100px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.Solutions-module__8bPEIa__tab:hover{border-color:var(--primary);color:var(--primary)}.Solutions-module__8bPEIa__activeTab{background:var(--gradient-primary);color:#fff;border-color:#0000}.Solutions-module__8bPEIa__activeTab:hover{color:#fff}.Solutions-module__8bPEIa__tabIcon{font-size:1.1rem}.Solutions-module__8bPEIa__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.Solutions-module__8bPEIa__content{padding:2rem}.Solutions-module__8bPEIa__industryHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Solutions-module__8bPEIa__industryIcon{font-size:2rem}.Solutions-module__8bPEIa__industryTag{background:var(--accent);color:var(--primary);border-radius:100px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.Solutions-module__8bPEIa__industryTitle{color:var(--foreground);margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.2}.Solutions-module__8bPEIa__featureList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Solutions-module__8bPEIa__featureItem{color:var(--foreground);align-items:center;gap:.75rem;font-size:1rem;display:flex}.Solutions-module__8bPEIa__check{width:24px;height:24px;color:var(--primary);background:#3b9fff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.Solutions-module__8bPEIa__imageContainer{justify-content:center;display:flex}.Solutions-module__8bPEIa__imagePlaceholder{aspect-ratio:4/3;background:var(--gradient-dark);border-radius:var(--radius-xl);color:#fff;width:100%;max-width:400px;box-shadow:var(--shadow-xl);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-weight:600;display:flex}.Solutions-module__8bPEIa__industry{background:#fff3;border-radius:100px;padding:.5rem 1rem;font-size:.875rem}@media (max-width:768px){.Solutions-module__8bPEIa__section{padding:3rem 1.25rem}.Solutions-module__8bPEIa__header{margin-bottom:2rem}.Solutions-module__8bPEIa__tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:.5rem;margin-bottom:2rem;padding-bottom:.5rem;overflow-x:auto}.Solutions-module__8bPEIa__tab{white-space:nowrap;flex-shrink:0;padding:.5rem 1rem;font-size:.8rem}.Solutions-module__8bPEIa__tabIcon{font-size:1rem}.Solutions-module__8bPEIa__grid{grid-template-columns:1fr;gap:2rem}.Solutions-module__8bPEIa__content{padding:0}.Solutions-module__8bPEIa__industryIcon{font-size:1.5rem}.Solutions-module__8bPEIa__industryTitle{margin-bottom:1rem;font-size:1.5rem}.Solutions-module__8bPEIa__featureItem{font-size:.95rem}.Solutions-module__8bPEIa__imagePlaceholder{aspect-ratio:16/10;max-width:100%}.Solutions-module__8bPEIa__imagePlaceholder img{width:80px!important;height:80px!important}}
.Pricing-module__9ZH_4q__section{background:var(--background);padding:6rem 2rem}.Pricing-module__9ZH_4q__header{text-align:center;margin-bottom:4rem}.Pricing-module__9ZH_4q__label{color:var(--primary);background:#3b9fff1a;border-radius:100px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.Pricing-module__9ZH_4q__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.Pricing-module__9ZH_4q__highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Pricing-module__9ZH_4q__subtitle{color:var(--muted-foreground);font-size:clamp(.95rem,2vw,1.125rem)}.Pricing-module__9ZH_4q__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.Pricing-module__9ZH_4q__card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-xl);flex-direction:column;padding:2rem;transition:all .3s;display:flex;position:relative}.Pricing-module__9ZH_4q__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.Pricing-module__9ZH_4q__cardFeatured{background:var(--gradient-dark);border:2px solid var(--primary);color:#fff}.Pricing-module__9ZH_4q__cardFeatured .Pricing-module__9ZH_4q__planName,.Pricing-module__9ZH_4q__cardFeatured .Pricing-module__9ZH_4q__price,.Pricing-module__9ZH_4q__cardFeatured .Pricing-module__9ZH_4q__planDescription,.Pricing-module__9ZH_4q__cardFeatured .Pricing-module__9ZH_4q__featureItem{color:#fff}.Pricing-module__9ZH_4q__cardFeatured .Pricing-module__9ZH_4q__check{color:#a5d6ff;background:#3b9fff4d}.Pricing-module__9ZH_4q__badge{background:var(--gradient-primary);color:#fff;text-transform:uppercase;white-space:nowrap;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Pricing-module__9ZH_4q__planName{color:var(--foreground);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.Pricing-module__9ZH_4q__price{color:var(--foreground);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.Pricing-module__9ZH_4q__price span{color:var(--muted-foreground);font-size:1rem;font-weight:500}.Pricing-module__9ZH_4q__cardFeatured .Pricing-module__9ZH_4q__price span{color:#ffffffb3}.Pricing-module__9ZH_4q__planDescription{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:.9rem}.Pricing-module__9ZH_4q__featureList{flex-direction:column;flex:1;gap:.75rem;margin-bottom:1.5rem;list-style:none;display:flex}.Pricing-module__9ZH_4q__featureItem{color:var(--foreground);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.Pricing-module__9ZH_4q__check{width:20px;height:20px;color:var(--primary);background:#3b9fff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex}.Pricing-module__9ZH_4q__buttonOutline{text-align:center;border:2px solid var(--border);border-radius:var(--radius);color:var(--foreground);padding:.875rem;font-weight:600;transition:all .3s;display:block}.Pricing-module__9ZH_4q__buttonOutline:hover{border-color:var(--primary);color:var(--primary)}.Pricing-module__9ZH_4q__cardFeatured .Pricing-module__9ZH_4q__buttonOutline{color:#fff;border-color:#ffffff4d}.Pricing-module__9ZH_4q__cardFeatured .Pricing-module__9ZH_4q__buttonOutline:hover{border-color:#fff}.Pricing-module__9ZH_4q__buttonPrimary{text-align:center;border-radius:var(--radius);color:var(--brand-charcoal);box-shadow:var(--shadow-md);background:#fff;padding:.875rem;font-weight:600;transition:all .3s;display:block}.Pricing-module__9ZH_4q__buttonPrimary:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}@media (max-width:768px){.Pricing-module__9ZH_4q__section{padding:3rem 1.25rem}.Pricing-module__9ZH_4q__header{margin-bottom:2.5rem}.Pricing-module__9ZH_4q__grid{grid-template-columns:1fr;gap:1.5rem}.Pricing-module__9ZH_4q__card{padding:1.75rem}.Pricing-module__9ZH_4q__card:hover{transform:none}.Pricing-module__9ZH_4q__cardFeatured{order:-1}.Pricing-module__9ZH_4q__badge{padding:.4rem .75rem;font-size:.65rem}.Pricing-module__9ZH_4q__badge img{width:16px!important;height:16px!important}.Pricing-module__9ZH_4q__price{font-size:2.25rem}.Pricing-module__9ZH_4q__featureItem{font-size:.875rem}}
.Footer-module__DaFM4q__footer{background:var(--gradient-dark);color:#fff;padding:4rem 2rem 2rem}.Footer-module__DaFM4q__container{max-width:1200px;margin:0 auto}.Footer-module__DaFM4q__main{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.Footer-module__DaFM4q__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__DaFM4q__tagline{color:#ffffffb3;max-width:280px;font-size:.95rem;line-height:1.6}.Footer-module__DaFM4q__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__DaFM4q__column{flex-direction:column;gap:.75rem;display:flex}.Footer-module__DaFM4q__columnTitle{text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.Footer-module__DaFM4q__link{color:#fffc;font-size:.95rem;transition:color .2s}.Footer-module__DaFM4q__link:hover{color:var(--primary)}.Footer-module__DaFM4q__bottom{justify-content:space-between;align-items:center;display:flex}.Footer-module__DaFM4q__copyright{color:#ffffff80;font-size:.875rem}.Footer-module__DaFM4q__social{gap:1rem;display:flex}.Footer-module__DaFM4q__socialLink{color:#ffffffb3;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__DaFM4q__socialLink:hover{background:var(--primary);color:#fff}@media (max-width:768px){.Footer-module__DaFM4q__footer{padding:3rem 1.25rem 1.5rem}.Footer-module__DaFM4q__main{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2rem;padding-bottom:2rem}.Footer-module__DaFM4q__brand{text-align:center;align-items:center}.Footer-module__DaFM4q__brand img{width:140px!important;height:auto!important}.Footer-module__DaFM4q__tagline{max-width:none}.Footer-module__DaFM4q__links{grid-template-columns:repeat(2,1fr);gap:1.5rem}.Footer-module__DaFM4q__column:last-child{text-align:center;grid-column:span 2}.Footer-module__DaFM4q__column:last-child .Footer-module__DaFM4q__link{margin:0 .5rem;display:inline-block}.Footer-module__DaFM4q__bottom{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__DaFM4q__socialLink{width:44px;height:44px}}
.page-module___8aEwW__page{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__main{flex-direction:column;flex:1;display:flex}.page-module___8aEwW__footer{text-align:center;color:#888;border-top:1px solid #eaeaea;padding:2rem}
