.Header-module__9fWxfa__header{z-index:1000;background:0 0;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__9fWxfa__header.Header-module__9fWxfa__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:.6rem 0;box-shadow:0 1px 10px #0000000f}.Header-module__9fWxfa__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Header-module__9fWxfa__logo{flex-shrink:0}.Header-module__9fWxfa__logoDark{width:auto;height:36px}.Header-module__9fWxfa__nav{align-items:center;gap:2rem;display:flex}.Header-module__9fWxfa__link{color:var(--text);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Header-module__9fWxfa__link:after{content:"";background:var(--primary);border-radius:1px;width:0;height:2px;transition:width .25s;position:absolute;bottom:-3px;left:0}.Header-module__9fWxfa__link:hover{color:var(--primary)}.Header-module__9fWxfa__link:hover:after{width:100%}.Header-module__9fWxfa__actions{align-items:center;gap:1rem;display:flex}.Header-module__9fWxfa__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Header-module__9fWxfa__hamburger span{background:var(--text);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Header-module__9fWxfa__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__9fWxfa__hamburgerOpen span:nth-child(2){opacity:0}.Header-module__9fWxfa__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){.Header-module__9fWxfa__nav{z-index:999;background:#fff;flex-direction:column;justify-content:center;gap:2rem;transition:transform .3s;position:fixed;inset:0;transform:translate(100%)}.Header-module__9fWxfa__navOpen{transform:translate(0)}.Header-module__9fWxfa__link{font-size:1.2rem}.Header-module__9fWxfa__hamburger{z-index:1001;display:flex}}
.Hero-module__gNeX-G__hero{background:linear-gradient(160deg,#f0fdf4 0%,#f8fffe 40%,#ecfdf5 70%,#eff6ff 100%);padding:10rem 0 6rem;position:relative;overflow:hidden}.Hero-module__gNeX-G__blob1{pointer-events:none;background:radial-gradient(circle,#71bb7226,#0000 70%);border-radius:50%;width:500px;height:500px;animation:20s ease-in-out infinite Hero-module__gNeX-G__blobMove;position:absolute;top:-120px;right:-100px}.Hero-module__gNeX-G__blob2{pointer-events:none;background:radial-gradient(circle,#0f6c5814,#0000 70%);border-radius:50%;width:400px;height:400px;animation:25s ease-in-out 5s infinite Hero-module__gNeX-G__blobMove;position:absolute;bottom:-80px;left:-120px}.Hero-module__gNeX-G__gridPattern{pointer-events:none;background-image:linear-gradient(#0f6c5808 1px,#0000 1px),linear-gradient(90deg,#0f6c5808 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000,#0000);mask-image:radial-gradient(70% 60% at 50% 40%,#000,#0000)}.Hero-module__gNeX-G__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.Hero-module__gNeX-G__badge{background:var(--primary-light);color:var(--primary);border-radius:99px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.Hero-module__gNeX-G__title{color:var(--dark);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.2rem;font-weight:800;line-height:1.08}.Hero-module__gNeX-G__gradient{background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:6s ease-in-out infinite Hero-module__gNeX-G__gradientShift}.Hero-module__gNeX-G__subtitle{color:var(--text-light);max-width:520px;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.Hero-module__gNeX-G__ctas{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__gNeX-G__stats{align-items:center;gap:2rem;display:flex}.Hero-module__gNeX-G__stat{flex-direction:column;display:flex}.Hero-module__gNeX-G__divider{background:var(--border);width:1px;height:36px}.Hero-module__gNeX-G__statNumber{color:var(--primary);font-size:1.6rem;font-weight:800}.Hero-module__gNeX-G__statLabel{color:var(--text-light);font-size:.82rem}.Hero-module__gNeX-G__phones{justify-content:center;gap:1.5rem;display:flex;position:relative}.Hero-module__gNeX-G__phone{border-radius:28px;width:220px;transition:box-shadow .3s;overflow:hidden;box-shadow:0 25px 60px #0000001f,0 4px 16px #0000000f}.Hero-module__gNeX-G__phone:hover{box-shadow:0 30px 70px #00000029,0 8px 24px #00000014}.Hero-module__gNeX-G__phoneOffset{margin-top:3rem}.Hero-module__gNeX-G__phoneImg{width:100%;height:auto;display:block}@media (max-width:768px){.Hero-module__gNeX-G__hero{padding:8rem 0 4rem}.Hero-module__gNeX-G__inner{text-align:center;grid-template-columns:1fr}.Hero-module__gNeX-G__title{font-size:2.2rem}.Hero-module__gNeX-G__subtitle{max-width:100%}.Hero-module__gNeX-G__ctas{justify-content:center}.Hero-module__gNeX-G__stats{justify-content:center;gap:1rem}.Hero-module__gNeX-G__divider{height:24px}.Hero-module__gNeX-G__phones{gap:1rem}.Hero-module__gNeX-G__phone{width:160px}.Hero-module__gNeX-G__blob1{width:300px;height:300px}.Hero-module__gNeX-G__blob2{width:250px;height:250px}}
.Problem-module__XPYOQW__section{background:var(--surface);padding:6rem 0;position:relative}.Problem-module__XPYOQW__section:before{content:"";background:linear-gradient(to bottom, #f0fdf4, var(--surface));pointer-events:none;height:80px;position:absolute;top:-1px;left:0;right:0}.Problem-module__XPYOQW__grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.Problem-module__XPYOQW__card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:2rem;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s}.Problem-module__XPYOQW__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000014}.Problem-module__XPYOQW__icon{color:#ef4444;background:#fef2f2;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.2rem;display:flex}.Problem-module__XPYOQW__cardTitle{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.Problem-module__XPYOQW__cardDesc{color:var(--text-light);font-size:.92rem;line-height:1.6}@media (max-width:1024px){.Problem-module__XPYOQW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Problem-module__XPYOQW__grid{grid-template-columns:1fr}}
.Solution-module__sCFYLW__section{padding:6rem 0}.Solution-module__sCFYLW__grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.Solution-module__sCFYLW__card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:16px;padding:2rem;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s}.Solution-module__sCFYLW__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0f6c581a}.Solution-module__sCFYLW__icon{background:var(--primary-light);width:56px;height:56px;color:var(--primary);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.2rem;display:flex}.Solution-module__sCFYLW__cardTitle{color:var(--dark);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.Solution-module__sCFYLW__cardDesc{color:var(--text-light);font-size:.92rem;line-height:1.6}@media (max-width:1024px){.Solution-module__sCFYLW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Solution-module__sCFYLW__grid{grid-template-columns:1fr}}
.Features-module__0vMnSW__section{background:var(--surface);padding:6rem 0}.Features-module__0vMnSW__features{flex-direction:column;gap:5rem;margin-top:3rem;display:flex}.Features-module__0vMnSW__feature{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);display:grid;transform:translateY(40px)}.Features-module__0vMnSW__featureVisible{opacity:1;transform:translateY(0)}.Features-module__0vMnSW__feature.Features-module__0vMnSW__reverse{direction:rtl}.Features-module__0vMnSW__feature.Features-module__0vMnSW__reverse>*{direction:ltr}.Features-module__0vMnSW__badge{background:var(--primary-light);color:var(--primary);border-radius:99px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.Features-module__0vMnSW__featureTitle{color:var(--dark);margin-bottom:1rem;font-size:1.7rem;font-weight:800;line-height:1.2}.Features-module__0vMnSW__featureDesc{color:var(--text-light);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.Features-module__0vMnSW__list{flex-direction:column;gap:.7rem;padding:0;list-style:none;display:flex}.Features-module__0vMnSW__listItem{color:var(--text);align-items:center;gap:.6rem;font-size:.92rem;display:flex}.Features-module__0vMnSW__visual{border-radius:16px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s;overflow:hidden;box-shadow:0 20px 50px #00000014,0 4px 16px #0000000a}.Features-module__0vMnSW__visual:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 25px 60px #0000001f,0 8px 24px #0000000f}.Features-module__0vMnSW__visual.Features-module__0vMnSW__phone{border-radius:28px;max-width:260px;margin:0 auto}.Features-module__0vMnSW__visual.Features-module__0vMnSW__browser{border:1px solid var(--border);position:relative}.Features-module__0vMnSW__visual.Features-module__0vMnSW__browser:before{content:"";border-bottom:1px solid var(--border);background-color:#f5f5f5;background-image:radial-gradient(5px at 16px 16px,#e0e0e0,#e0e0e0 5px,#0000 5px),radial-gradient(5px at 34px 16px,#e0e0e0,#e0e0e0 5px,#0000 5px),radial-gradient(5px at 52px 16px,#e0e0e0,#e0e0e0 5px,#0000 5px);background-position:0 0;background-repeat:no-repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;height:32px;display:block}.Features-module__0vMnSW__img{width:100%;height:auto;display:block}@media (max-width:768px){.Features-module__0vMnSW__feature,.Features-module__0vMnSW__feature.Features-module__0vMnSW__reverse{direction:ltr;grid-template-columns:1fr;gap:2rem}.Features-module__0vMnSW__visual{order:-1}.Features-module__0vMnSW__visual.Features-module__0vMnSW__phone{max-width:200px}.Features-module__0vMnSW__featureTitle{font-size:1.4rem}}
.AISection-module__sJ61WG__section{background:linear-gradient(160deg, #0a1a14 0%, var(--dark) 40%, #0d2e1f 100%);color:#fff;padding:6rem 0;position:relative;overflow:hidden}.AISection-module__sJ61WG__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#1eff8c0f,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.AISection-module__sJ61WG__label{color:var(--neon)!important;background:#1eff8c1a!important}.AISection-module__sJ61WG__title{color:#fff!important}.AISection-module__sJ61WG__desc{color:#ffffffb3!important}.AISection-module__sJ61WG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.AISection-module__sJ61WG__card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:transform .3s cubic-bezier(.22,1,.36,1),background .3s,border-color .3s}.AISection-module__sJ61WG__card:hover{background:#ffffff14;border-color:#1eff8c33;transform:translateY(-6px)}.AISection-module__sJ61WG__icon{width:48px;height:48px;color:var(--neon);background:#1eff8c26;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex}.AISection-module__sJ61WG__cardTitle{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.AISection-module__sJ61WG__cardDesc{color:#ffffffa6;font-size:.92rem;line-height:1.6}@media (max-width:768px){.AISection-module__sJ61WG__grid{grid-template-columns:1fr}}
.HowItWorks-module__iI9NfG__section{padding:6rem 0}.HowItWorks-module__iI9NfG__timeline{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid;position:relative}.HowItWorks-module__iI9NfG__timeline:before{content:"";background:linear-gradient(90deg, var(--border), var(--primary), var(--border));height:2px;position:absolute;top:28px;left:10%;right:10%}.HowItWorks-module__iI9NfG__step{text-align:center;position:relative}.HowItWorks-module__iI9NfG__num{background:linear-gradient(135deg, var(--primary), #0b5445);color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.2rem;font-size:1.1rem;font-weight:800;display:flex;position:relative;box-shadow:0 4px 16px #0f6c5840}.HowItWorks-module__iI9NfG__stepTitle{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.HowItWorks-module__iI9NfG__stepDesc{color:var(--text-light);max-width:220px;margin:0 auto;font-size:.9rem;line-height:1.6}@media (max-width:768px){.HowItWorks-module__iI9NfG__timeline{grid-template-columns:1fr;gap:2.5rem}.HowItWorks-module__iI9NfG__timeline:before{display:none}}
.Tailored-module__kBZcZG__section{background:linear-gradient(135deg,#f0fdf4 0%,#f8fffe 50%,#eff6ff 100%);padding:6rem 0}.Tailored-module__kBZcZG__grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.Tailored-module__kBZcZG__card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:16px;padding:2rem;transition:transform .2s,box-shadow .2s}.Tailored-module__kBZcZG__card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000000f}.Tailored-module__kBZcZG__icon{background:var(--primary-light);width:56px;height:56px;color:var(--primary);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.2rem;display:flex}.Tailored-module__kBZcZG__cardTitle{color:var(--dark);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.Tailored-module__kBZcZG__cardDesc{color:var(--text-light);font-size:.92rem;line-height:1.6}@media (max-width:1024px){.Tailored-module__kBZcZG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Tailored-module__kBZcZG__grid{grid-template-columns:1fr}}
.CaseStudy-module__iTN7Za__section{background:var(--surface);padding:6rem 0}.CaseStudy-module__iTN7Za__grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.CaseStudy-module__iTN7Za__metric{text-align:center;border:1px solid var(--border);background:#fff;border-radius:16px;padding:2rem}.CaseStudy-module__iTN7Za__value{color:var(--primary);margin-bottom:.3rem;font-size:2.4rem;font-weight:800;display:block}.CaseStudy-module__iTN7Za__label{color:var(--text-light);font-size:.9rem}.CaseStudy-module__iTN7Za__quote{border-left:4px solid var(--primary);text-align:center;background:#fff;border-radius:16px;margin-top:3rem;padding:2.5rem}.CaseStudy-module__iTN7Za__quoteText{color:var(--text);margin-bottom:1rem;font-size:1.15rem;font-style:italic;line-height:1.7}.CaseStudy-module__iTN7Za__quoteAuthor{color:var(--text-light);font-size:.9rem;font-weight:600}@media (max-width:768px){.CaseStudy-module__iTN7Za__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.CaseStudy-module__iTN7Za__grid{grid-template-columns:1fr}}
.CTA-module__OR_Nra__section{background:linear-gradient(135deg, #094135 0%, var(--primary) 50%, #0b5445 100%);padding:6rem 0;position:relative;overflow:hidden}.CTA-module__OR_Nra__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#c4ff3f14,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.CTA-module__OR_Nra__section:after{content:"";pointer-events:none;background:radial-gradient(circle,#1eff8c0f,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-80px;left:-80px}.CTA-module__OR_Nra__inner{text-align:center;z-index:1;max-width:640px;margin:0 auto;position:relative}.CTA-module__OR_Nra__title{color:#fff;margin-bottom:1rem;font-size:2.2rem;font-weight:800}.CTA-module__OR_Nra__desc{color:#ffffffd9;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.CTA-module__OR_Nra__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:640px){.CTA-module__OR_Nra__title{font-size:1.7rem}}
.Footer-module__nhiC3q__footer{background:linear-gradient(180deg, #0d1b16 0%, var(--dark) 100%);color:#fff;padding:4rem 0 0}.Footer-module__nhiC3q__inner{grid-template-columns:2fr 1fr 1fr;gap:3rem;display:grid}.Footer-module__nhiC3q__tagline{color:#fff9;margin-top:1rem;font-size:.9rem;line-height:1.6}.Footer-module__nhiC3q__nav,.Footer-module__nhiC3q__contact{flex-direction:column;gap:.6rem;display:flex}.Footer-module__nhiC3q__navTitle{text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.Footer-module__nhiC3q__link{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__nhiC3q__link:hover{color:#fff}.Footer-module__nhiC3q__bottom{border-top:1px solid #ffffff1a;margin-top:3rem;padding:1.5rem 0}.Footer-module__nhiC3q__copy{color:#fff6;text-align:center;font-size:.82rem}@media (max-width:768px){.Footer-module__nhiC3q__inner{text-align:center;grid-template-columns:1fr}}
