.Hero-module__Vtspxq__hero{background-color:#f8fafc;grid-template-columns:1fr 1.5fr 1fr;align-items:center;gap:2rem;min-height:90vh;padding:2rem;display:grid;position:relative;overflow:hidden}.Hero-module__Vtspxq__sideColumn{flex-direction:column;justify-content:center;gap:1.5rem;height:100%;display:flex}.Hero-module__Vtspxq__leftColumn{margin-top:-2rem}.Hero-module__Vtspxq__rightColumn{margin-top:2rem}.Hero-module__Vtspxq__imageCard{border-radius:20px;width:100%;height:350px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.Hero-module__Vtspxq__imageCard:hover{transform:translateY(-5px)}.Hero-module__Vtspxq__sideImage{object-fit:cover;transition:transform .7s}.Hero-module__Vtspxq__imageCard:hover .Hero-module__Vtspxq__sideImage{transform:scale(1.05)}.Hero-module__Vtspxq__centerContent{text-align:center;z-index:10;flex-direction:column;justify-content:center;align-items:center;display:flex}.Hero-module__Vtspxq__content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #ffffff80;border-radius:24px;max-width:800px;padding:2rem;box-shadow:0 20px 40px #0000000d}.Hero-module__Vtspxq__title{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.Hero-module__Vtspxq__titleMain{color:#1e293b;font-size:2.5rem;font-weight:800;line-height:1.2}.Hero-module__Vtspxq__titleSub{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1.2}.Hero-module__Vtspxq__subtitle{color:#475569;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.Hero-module__Vtspxq__ctaGroup{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Hero-module__Vtspxq__primaryCta{color:#fff;background:#2563eb;border-radius:50px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 6px -1px #2563eb33}.Hero-module__Vtspxq__primaryCta:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb4d}.Hero-module__Vtspxq__secondaryCta{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:50px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s}.Hero-module__Vtspxq__secondaryCta:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}.Hero-module__Vtspxq__backgroundBlur{z-index:0;pointer-events:none;background:radial-gradient(circle,#2563eb0d 0%,#fff0 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1024px){.Hero-module__Vtspxq__hero{grid-template-columns:1fr;height:auto;min-height:auto;padding:4rem 1.5rem}.Hero-module__Vtspxq__sideColumn{display:none}.Hero-module__Vtspxq__centerContent{width:100%}.Hero-module__Vtspxq__content{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border:none;padding:0}.Hero-module__Vtspxq__titleMain,.Hero-module__Vtspxq__titleSub{font-size:2rem}}
.Services-module__PKZCHq__section{background-color:#f8fafc;padding:6rem 0}.Services-module__PKZCHq__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Services-module__PKZCHq__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Services-module__PKZCHq__tag{color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.Services-module__PKZCHq__title{color:#1a202c;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Services-module__PKZCHq__highlight{color:var(--color-primary)}.Services-module__PKZCHq__subtitle{color:var(--color-text-muted);font-size:1.15rem;line-height:1.6}.Services-module__PKZCHq__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Services-module__PKZCHq__card{border-radius:var(--radius-md);background:#fff;border:1px solid #0000;flex-direction:column;padding:2.5rem;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.Services-module__PKZCHq__card:hover{border-color:rgba(var(--color-primary-rgb),.3);transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Services-module__PKZCHq__iconWrapper{background-color:var(--color-background-alt);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:2.5rem;display:flex}.Services-module__PKZCHq__cardTitle{color:var(--color-text);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Services-module__PKZCHq__cardDescription{color:var(--color-text-muted);flex-grow:1;margin-bottom:2rem;line-height:1.6}.Services-module__PKZCHq__mainFeatures{margin-bottom:2rem;padding:0;list-style:none}.Services-module__PKZCHq__mainFeatures li{color:var(--color-text);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.Services-module__PKZCHq__action{margin-top:auto}.Services-module__PKZCHq__linkText{color:var(--color-primary);cursor:pointer;font-weight:600;transition:color .2s}.Services-module__PKZCHq__linkText:hover{color:var(--color-primary-dark);text-decoration:underline}@media (max-width:968px){.Services-module__PKZCHq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__PKZCHq__grid{grid-template-columns:1fr}.Services-module__PKZCHq__title{font-size:2rem}}
.Benefits-module__QBvEHa__section{background-color:#fff;padding:6rem 0}.Benefits-module__QBvEHa__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Benefits-module__QBvEHa__heading{text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.Benefits-module__QBvEHa__grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.Benefits-module__QBvEHa__card{border-radius:var(--radius-md);border:1px solid #e2e8f0;padding:2rem;transition:transform .2s,box-shadow .2s}.Benefits-module__QBvEHa__card:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-5px)}.Benefits-module__QBvEHa__icon{background-color:#fff5f5;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;font-size:2.5rem;display:flex}.Benefits-module__QBvEHa__title{color:var(--color-text);margin-bottom:1rem;font-size:1.25rem}.Benefits-module__QBvEHa__text{color:var(--color-text-muted);line-height:1.6}@media (max-width:768px){.Benefits-module__QBvEHa__grid{grid-template-columns:1fr;gap:2rem}}
.UseCases-module__24YXkG__section{background-color:#fafafa;border-top:1px solid #e2e8f0;padding:6rem 0}.UseCases-module__24YXkG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.UseCases-module__24YXkG__header{text-align:center;margin-bottom:4rem}.UseCases-module__24YXkG__badge{color:#4a5568;text-transform:uppercase;background-color:#e2e8f0;border-radius:50px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.UseCases-module__24YXkG__title{color:#1a202c;margin-bottom:1.5rem;font-size:2.5rem}.UseCases-module__24YXkG__highlight{color:var(--color-primary);border-bottom:4px solid #d52b1e33}.UseCases-module__24YXkG__subtitle{color:#4a5568;max-width:700px;margin:0 auto;font-size:1.1rem}.UseCases-module__24YXkG__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.UseCases-module__24YXkG__card{background:#fff;border:1px solid #edf2f7;border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 15px #00000008,0 4px 6px #00000005}.UseCases-module__24YXkG__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px #0000000d,0 10px 10px #00000005}.UseCases-module__24YXkG__cardHeader{background-color:#f7fafc;border-bottom:1px solid #edf2f7;align-items:center;gap:1rem;padding:2rem;display:flex}.UseCases-module__24YXkG__icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;display:flex;box-shadow:0 2px 4px #0000000d}.UseCases-module__24YXkG__sector{text-transform:uppercase;color:#718096;letter-spacing:.05em;margin-bottom:.2rem;font-size:.8rem;font-weight:600;display:block}.UseCases-module__24YXkG__cardTitle{color:#2d3748;margin:0;font-size:1.1rem;font-weight:700}.UseCases-module__24YXkG__body{flex-grow:1;padding:2rem}.UseCases-module__24YXkG__comparison{flex-direction:column;gap:1rem;display:flex}.UseCases-module__24YXkG__badState{background-color:#fff5f5;border-left:4px solid #fc8181;border-radius:12px;padding:1rem}.UseCases-module__24YXkG__goodState{background-color:#f0fff4;border-left:4px solid #68d391;border-radius:12px;padding:1rem}.UseCases-module__24YXkG__cross{color:#c53030;text-transform:uppercase;margin-bottom:.3rem;font-size:.9rem;font-weight:700;display:block}.UseCases-module__24YXkG__check{color:#276749;text-transform:uppercase;margin-bottom:.3rem;font-size:.9rem;font-weight:700;display:block}.UseCases-module__24YXkG__badState p,.UseCases-module__24YXkG__goodState p{color:#4a5568;margin:0;font-size:.95rem;line-height:1.4}.UseCases-module__24YXkG__arrow{text-align:center;color:#cbd5e0;font-size:1.2rem;font-weight:900}.UseCases-module__24YXkG__footer{color:#fff;text-align:center;background-color:#2d3748;padding:2rem}.UseCases-module__24YXkG__metricLabel{letter-spacing:.1em;color:#a0aec0;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.UseCases-module__24YXkG__metricValue{color:#68d391;margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.UseCases-module__24YXkG__resultComment{color:#cbd5e0;margin:0;font-size:.9rem;font-style:italic}.UseCases-module__24YXkG__cta{text-align:center}.UseCases-module__24YXkG__visualContainer{justify-content:center;margin-bottom:4rem;display:flex}.UseCases-module__24YXkG__imageWrapper{border-radius:20px;width:100%;max-width:900px;position:relative;overflow:hidden;box-shadow:0 20px 25px #0000001a}.UseCases-module__24YXkG__overlayText{color:#fff;background:linear-gradient(#0000,#000c);width:100%;padding:3rem 2rem 1.5rem;font-size:1.2rem;font-style:italic;font-weight:500;position:absolute;bottom:0;left:0}.UseCases-module__24YXkG__overlayText small{color:#cbd5e0;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;font-size:.9rem;font-style:normal;display:block}
.Button-module__xDwtkW__button{cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;line-height:1.5;text-decoration:none;transition:all .2s;display:inline-flex}.Button-module__xDwtkW__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__xDwtkW__fullWidth{width:100%}.Button-module__xDwtkW__primary{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:0 4px 6px #d52b1e33}.Button-module__xDwtkW__primary:hover{background-color:#b52217;border-color:#b52217;transform:translateY(-1px);box-shadow:0 6px 8px #d52b1e4d}.Button-module__xDwtkW__outline{color:var(--color-primary);border-color:var(--color-primary);background-color:#0000}.Button-module__xDwtkW__outline:hover{background-color:#d52b1e0d}.Button-module__xDwtkW__white{color:var(--color-primary);background-color:#fff;border-color:#fff}.Button-module__xDwtkW__white:hover{color:#b52217;background-color:#f7fafc}
.LanguageSwitcher-module__GdOkJW__container{gap:.5rem;margin-left:1rem;display:flex}.LanguageSwitcher-module__GdOkJW__button{color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;font-weight:600;transition:all .2s}.LanguageSwitcher-module__GdOkJW__button:hover{color:var(--color-primary);background:#0000000d}.LanguageSwitcher-module__GdOkJW__active{color:var(--color-primary);background:#d52b1e1a;border-color:#d52b1e33}
.Header-module__85i50G__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background-color:#fffffff2;border-bottom:1px solid #e2e8f0;align-items:center;height:70px;display:flex;position:sticky;top:0}.Header-module__85i50G__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__85i50G__logo{letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.Header-module__85i50G__highlight{color:var(--color-primary)}.Header-module__85i50G__nav{align-items:center;gap:2rem;display:flex}.Header-module__85i50G__link{color:var(--color-text);font-size:.95rem;font-weight:500}.Header-module__85i50G__link:hover{color:var(--color-primary)}@media (max-width:768px){.Header-module__85i50G__link{display:none}.Header-module__85i50G__nav{gap:.5rem}}
.Showcase-module__KRn4Uq__section{background:linear-gradient(180deg,var(--background)0%,var(--surface-light)50%,var(--background)100%);padding:6rem 0}.Showcase-module__KRn4Uq__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Showcase-module__KRn4Uq__header{text-align:center;max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.Showcase-module__KRn4Uq__badge{background:rgba(var(--primary-rgb),.1);color:var(--primary);border-radius:2rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.Showcase-module__KRn4Uq__title{background:linear-gradient(135deg,var(--foreground)0%,rgba(var(--foreground-rgb),.7)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.Showcase-module__KRn4Uq__highlight{color:var(--primary);-webkit-text-fill-color:var(--primary)}.Showcase-module__KRn4Uq__subtitle{color:var(--text-muted);font-size:1.25rem;line-height:1.6}.Showcase-module__KRn4Uq__sliderWrapper{z-index:1;margin-bottom:4rem;position:relative}.Showcase-module__KRn4Uq__sliderWrapper:before{content:"";background:var(--primary);filter:blur(120px);opacity:.15;z-index:-1;border-radius:50%;width:60%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Showcase-module__KRn4Uq__stats{background:var(--surface);border:1px solid #ffffff0d;border-radius:1rem;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:800px;margin:0 auto;padding:2rem;display:flex}.Showcase-module__KRn4Uq__statItem{text-align:center}.Showcase-module__KRn4Uq__statValue{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1;display:block}.Showcase-module__KRn4Uq__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:500}.Showcase-module__KRn4Uq__statDivider{background:#ffffff1a;width:1px;height:40px}@media (max-width:768px){.Showcase-module__KRn4Uq__title{font-size:2rem}.Showcase-module__KRn4Uq__stats{flex-direction:column;gap:1.5rem}.Showcase-module__KRn4Uq__statDivider{width:40px;height:1px}}
.Footer-module__hP-FLq__footer{background-color:var(--color-secondary);color:#fff;padding:4rem 0 2rem}.Footer-module__hP-FLq__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Footer-module__hP-FLq__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:start;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__hP-FLq__logo{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Footer-module__hP-FLq__tagline{color:#a0aec0;max-width:300px;line-height:1.5}.Footer-module__hP-FLq__title{color:#fff;margin-bottom:1.2rem;font-size:1.1rem}.Footer-module__hP-FLq__list{list-style:none}.Footer-module__hP-FLq__list li{margin-bottom:.8rem}.Footer-module__hP-FLq__list a{color:#cbd5e0;transition:color .2s}.Footer-module__hP-FLq__list a:hover{color:#fff;text-decoration:underline}.Footer-module__hP-FLq__bottom{color:#718096;border-top:1px solid #ffffff1a;justify-content:space-between;padding-top:2rem;font-size:.9rem;display:flex}@media (max-width:768px){.Footer-module__hP-FLq__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__hP-FLq__bottom{text-align:center;flex-direction:column;gap:1rem}}
.BeforeAfterSlider-module__bDGnfG__container{aspect-ratio:16/9;-webkit-user-select:none;user-select:none;border:1px solid #ffffff1a;border-radius:1rem;width:100%;max-width:1000px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.BeforeAfterSlider-module__bDGnfG__imageContainer{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.BeforeAfterSlider-module__bDGnfG__image{object-fit:cover;pointer-events:none}.BeforeAfterSlider-module__bDGnfG__clipper{z-index:10;border-right:1px solid #fff3;height:100%;position:absolute;top:0;left:0;overflow:hidden;box-shadow:10px 0 50px #00000080}.BeforeAfterSlider-module__bDGnfG__slider{z-index:20;cursor:ew-resize;pointer-events:none;background:0 0;width:4px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.BeforeAfterSlider-module__bDGnfG__line{background:linear-gradient(#0000,#fff,#0000);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 10px #ffffff80}.BeforeAfterSlider-module__bDGnfG__handle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #0000004d}.BeforeAfterSlider-module__bDGnfG__slider:hover .BeforeAfterSlider-module__bDGnfG__handle,.BeforeAfterSlider-module__bDGnfG__handle:hover{background:#fff3;transform:translate(-50%,-50%)scale(1.1);box-shadow:0 8px 30px #0006}.BeforeAfterSlider-module__bDGnfG__labels{pointer-events:none;z-index:30;justify-content:space-between;width:100%;padding:0 20px;display:flex;position:absolute;top:20px}.BeforeAfterSlider-module__bDGnfG__labelBefore,.BeforeAfterSlider-module__bDGnfG__labelAfter{color:#fff;text-transform:uppercase;letter-spacing:.1em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;border:1px solid #ffffff1a;border-radius:2rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;transition:opacity .3s;box-shadow:0 4px 10px #0003}.BeforeAfterSlider-module__bDGnfG__rangeInput{opacity:0;cursor:ew-resize;z-index:40;width:100%;height:100%;margin:0;position:absolute;top:0;left:0}@media (max-width:768px){.BeforeAfterSlider-module__bDGnfG__handle{width:40px;height:40px;font-size:1rem}.BeforeAfterSlider-module__bDGnfG__labels{top:auto;bottom:20px}}
.ChatWidget-module__D-I6UW__container{z-index:9999;pointer-events:none;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:2rem;right:2rem}.ChatWidget-module__D-I6UW__fab{pointer-events:auto;width:80px;height:80px;box-shadow:none;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative}.ChatWidget-module__D-I6UW__avatarContainer{width:100%;height:100%;box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;animation:4s ease-in-out infinite ChatWidget-module__D-I6UW__float;display:flex;position:relative}.ChatWidget-module__D-I6UW__avatarImage{object-fit:cover;filter:drop-shadow(0 5px 10px #0003);border-radius:50%;width:100%;height:100%;transition:transform .3s;transform:scale(1)}@keyframes ChatWidget-module__D-I6UW__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.ChatWidget-module__D-I6UW__fab:hover .ChatWidget-module__D-I6UW__avatarImage{filter:drop-shadow(0 8px 15px #00a8e866);transform:scale(1.05)translateY(-2px)}.ChatWidget-module__D-I6UW__icon{color:#fff;box-sizing:content-box;background:#d52b1e;border:none;border-radius:50%;width:32px;height:32px;padding:15px;transition:all .3s;box-shadow:0 5px 15px #d52b1e66}.ChatWidget-module__D-I6UW__icon:hover{background:#ff3b2f;transform:rotate(90deg)scale(1.1);box-shadow:0 8px 20px #d52b1e99}.ChatWidget-module__D-I6UW__windowContainer{pointer-events:auto;-webkit-backdrop-filter:blur();backdrop-filter:blur();opacity:0;background:#ffffff1a;border:none;border-radius:24px;flex-direction:column;width:360px;height:550px;transition:opacity .3s,transform .3s,visibility .3s;display:flex;position:absolute;bottom:90px;right:0;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 20px 50px #0003}.ChatWidget-module__D-I6UW__windowClosed{opacity:0;pointer-events:none;visibility:hidden;transform:scale(.9)translateY(20px)}.ChatWidget-module__D-I6UW__windowOpen{opacity:1;visibility:visible;pointer-events:auto;transform:scale(1)translateY(0)}.ChatWidget-module__D-I6UW__windowContainer:after{content:"";pointer-events:none;z-index:10;background:linear-gradient(#0000 50%,#00f3ff05 51%) 0 0/100% 4px;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:480px){.ChatWidget-module__D-I6UW__windowContainer{width:calc(100vw - 40px);height:60vh;bottom:80px}}
.Offer-module__4q7lsq__section{background-color:#fff;padding:6rem 0}.Offer-module__4q7lsq__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Offer-module__4q7lsq__card{background-color:var(--color-primary);border-radius:var(--radius-md);color:#fff;text-align:center;box-shadow:var(--shadow-md);background-image:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-dark)100%);padding:4rem}.Offer-module__4q7lsq__label{background-color:#fff3;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.Offer-module__4q7lsq__heading{color:#fff;margin-bottom:1.5rem;font-size:2.5rem}.Offer-module__4q7lsq__text{color:#ffffffe6;max-width:700px;margin:0 auto 2.5rem;font-size:1.1rem}.Offer-module__4q7lsq__list{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:3rem;font-weight:500;list-style:none;display:flex}@media (max-width:768px){.Offer-module__4q7lsq__card{padding:2rem}.Offer-module__4q7lsq__list{flex-direction:column;align-items:center;gap:1rem}.Offer-module__4q7lsq__heading{font-size:2rem}}
.ChatWindow-module__XCYQNq__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border-bottom:1px solid #0000000d;border-top-left-radius:24px;border-top-right-radius:24px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ChatWindow-module__XCYQNq__title{text-transform:uppercase;letter-spacing:.05em;color:#2d3748;align-items:center;gap:.75rem;font-size:.95rem;font-weight:700;display:flex}.ChatWindow-module__XCYQNq__statusIndicator{background:#00a8e8;border-radius:50%;width:8px;height:8px;animation:3s infinite ChatWindow-module__XCYQNq__breathe;box-shadow:0 0 8px #00a8e899}@keyframes ChatWindow-module__XCYQNq__breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.ChatWindow-module__XCYQNq__messageList{scrollbar-width:thin;scrollbar-color:#0000001a transparent;background:#fff9;flex-direction:column;flex:1;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.ChatWindow-module__XCYQNq__message{border-radius:18px;max-width:85%;padding:.85rem 1rem;font-size:.92rem;line-height:1.5;transition:transform .2s;position:relative;box-shadow:0 2px 5px #00000008}.ChatWindow-module__XCYQNq__userMessage{color:#fff;background:linear-gradient(135deg,#d52b1e 0%,#e63946 100%);border-bottom-right-radius:4px;align-self:flex-end;box-shadow:0 4px 10px #d52b1e40}.ChatWindow-module__XCYQNq__botMessage{color:#4a5568;background:#fff;border:1px solid #00a8e81a;border-bottom-left-radius:4px;align-self:flex-start}.ChatWindow-module__XCYQNq__botName{color:#00a8e8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem;font-size:.7rem;font-weight:600;display:block}.ChatWindow-module__XCYQNq__inputArea{background:#ffffffe6;border-top:1px solid #0000000d;border-bottom-right-radius:24px;border-bottom-left-radius:24px;gap:.75rem;padding:1rem;display:flex}.ChatWindow-module__XCYQNq__input{color:#2d3748;background:#f7fafc;border:1px solid #00000014;border-radius:20px;outline:none;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.ChatWindow-module__XCYQNq__input:focus{background:#fff;border-color:#00a8e8;box-shadow:0 0 0 3px #00a8e81a}.ChatWindow-module__XCYQNq__sendButton{color:#fff;cursor:pointer;background:#00a8e8;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 3px 8px #00a8e84d}.ChatWindow-module__XCYQNq__sendButton:hover{background:#0096d1;transform:scale(1.05);box-shadow:0 5px 12px #00a8e866}.ChatWindow-module__XCYQNq__typingData{color:#cbd5e0;margin-left:.5rem;font-size:.8rem;font-style:italic}
.Process-module__1n76cW__section{background-color:var(--color-bg-alt);padding:6rem 0}.Process-module__1n76cW__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Process-module__1n76cW__heading{text-align:center;margin-bottom:5rem;font-size:2.5rem}.Process-module__1n76cW__steps{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid;position:relative}.Process-module__1n76cW__steps:before{content:"";z-index:0;background-color:#e2e8f0;width:100%;height:2px;position:absolute;top:40px;left:0}.Process-module__1n76cW__step{z-index:1;text-align:center;background-color:var(--color-bg-alt);position:relative}.Process-module__1n76cW__number{color:var(--color-primary);opacity:.3;background-color:var(--color-bg-alt);margin-bottom:1rem;padding:0 1rem;font-size:2.5rem;font-weight:800;display:inline-block}.Process-module__1n76cW__title{margin-bottom:1rem;font-size:1.5rem}.Process-module__1n76cW__text{color:var(--color-text-muted)}@media (max-width:768px){.Process-module__1n76cW__steps{grid-template-columns:1fr;gap:3rem}.Process-module__1n76cW__steps:before{display:none}}
.Zones-module__cKlm5W__section{background-color:#fff;border-top:1px solid #edf2f7;padding:3rem 0}.Zones-module__cKlm5W__container{text-align:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}.Zones-module__cKlm5W__title{text-transform:uppercase;letter-spacing:.1em;color:#718096;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.Zones-module__cKlm5W__tags{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.Zones-module__cKlm5W__tag{color:#4a5568;background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:50px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.Zones-module__cKlm5W__tag:hover{color:#2d3748;background-color:#fff;border-color:#cbd5e0;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}
.page-module__xEvMTG__main{background-color:var(--color-bg-alt);min-height:80vh;padding:4rem 0}.page-module__xEvMTG__container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.page-module__xEvMTG__header{text-align:center;margin-bottom:4rem}.page-module__xEvMTG__title{margin-bottom:1rem;font-size:3rem}.page-module__xEvMTG__subtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.25rem}.page-module__xEvMTG__grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:2rem;display:grid}.page-module__xEvMTG__card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background-color:#fff;border:1px solid #e2e8f0;padding:2.5rem;position:relative}.page-module__xEvMTG__formCard{border-top:4px solid var(--color-primary)}.page-module__xEvMTG__badge{color:#03543f;text-transform:uppercase;background-color:#def7ec;border-radius:50px;padding:.25rem .75rem;font-size:.8rem;font-weight:700;position:absolute;top:-12px;right:20px}.page-module__xEvMTG__card h3{margin-bottom:1rem;font-size:1.5rem}.page-module__xEvMTG__desc{color:var(--color-text-muted);margin-bottom:2rem;line-height:1.6}.page-module__xEvMTG__details{color:var(--color-text-muted);border-top:1px solid #edf2f7;margin-top:2rem;padding-top:1.5rem;font-size:.9rem}.page-module__xEvMTG__details p{margin-bottom:.5rem}.page-module__xEvMTG__tallyContainer{min-height:300px}.page-module__xEvMTG__contactInfo{text-align:center;color:var(--color-text-muted);margin-top:4rem}.page-module__xEvMTG__contactInfo a{color:var(--color-primary);font-weight:600;text-decoration:underline}@media (max-width:768px){.page-module__xEvMTG__grid{grid-template-columns:1fr;gap:2rem}.page-module__xEvMTG__title{font-size:2.25rem}}
.Testimonials-module__426x9q__section{background-color:#f7fafc;border-top:1px solid #edf2f7;padding:6rem 0}.Testimonials-module__426x9q__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Testimonials-module__426x9q__header{text-align:center;margin-bottom:4rem}.Testimonials-module__426x9q__title{color:var(--color-text-main);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Testimonials-module__426x9q__highlight{color:var(--color-primary)}.Testimonials-module__426x9q__subtitle{color:var(--color-text-muted);max-width:700px;margin:0 auto;font-size:1.25rem}.Testimonials-module__426x9q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Testimonials-module__426x9q__card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0;flex-direction:column;padding:2rem;transition:transform .2s;display:flex}.Testimonials-module__426x9q__card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.Testimonials-module__426x9q__stars{color:#ecc94b;margin-bottom:1rem;font-size:1.25rem}.Testimonials-module__426x9q__quote{color:#4a5568;flex-grow:1;margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.6}.Testimonials-module__426x9q__author{align-items:center;gap:1rem;margin-top:auto;display:flex}.Testimonials-module__426x9q__avatar{background-color:#cbd5e0;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.Testimonials-module__426x9q__info{flex-direction:column;display:flex}.Testimonials-module__426x9q__name{color:var(--color-text-main);font-size:1rem;font-weight:700}.Testimonials-module__426x9q__role{color:var(--color-text-muted);font-size:.9rem}
.SeoSimulator-module__U6fraG__section{background:linear-gradient(#fffaf0 0%,#fff 100%);border-top:1px solid #f6ad55;padding:6rem 0}.SeoSimulator-module__U6fraG__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.SeoSimulator-module__U6fraG__header{text-align:center;margin-bottom:4rem}.SeoSimulator-module__U6fraG__badge{color:#744210;text-transform:uppercase;background-color:#fefcbf;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:700;display:inline-block;box-shadow:0 2px 4px #0000000d}.SeoSimulator-module__U6fraG__title{color:#2d3748;margin-bottom:1.5rem;font-size:2.8rem}.SeoSimulator-module__U6fraG__highlight{z-index:1;position:relative}.SeoSimulator-module__U6fraG__highlight:after{content:"";opacity:.6;z-index:-1;background-color:#fbd38d;border-radius:4px;width:100%;height:12px;position:absolute;bottom:5px;left:0}.SeoSimulator-module__U6fraG__subtitle{color:#4a5568;max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.6}.SeoSimulator-module__U6fraG__simulatorWrapper{background:#fff;border:1px solid #edf2f7;border-radius:24px;padding:3.5rem;box-shadow:0 20px 40px #0000000d,0 4px 6px #00000008}.SeoSimulator-module__U6fraG__rowBlock{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;display:grid}.SeoSimulator-module__U6fraG__divider{background:linear-gradient(90deg,#0000 0%,#e2e8f0 50%,#0000 100%);width:100%;height:1px;margin:4rem 0}.SeoSimulator-module__U6fraG__colLeft{padding-right:2rem}.SeoSimulator-module__U6fraG__groupTitle{text-transform:uppercase;letter-spacing:.1em;color:#718096;border-left:4px solid #ed8936;margin-bottom:2rem;padding-left:1rem;font-size:1rem;font-weight:700}.SeoSimulator-module__U6fraG__question{margin-bottom:2rem}.SeoSimulator-module__U6fraG__question label{margin-bottom:.8rem;font-size:1.05rem;font-weight:600;display:block}.SeoSimulator-module__U6fraG__toggles{background-color:#f7fafc;border-radius:12px;gap:.8rem;padding:.5rem;display:flex}.SeoSimulator-module__U6fraG__toggle{color:#4a5568;cursor:pointer;background-color:#0000;border:none;border-radius:8px;flex:1;padding:.8rem .5rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.SeoSimulator-module__U6fraG__toggle:hover{background-color:#00000008}.SeoSimulator-module__U6fraG__activeNo{box-shadow:0 2px 4px #e53e3e33;color:#e53e3e!important;background-color:#fff!important}.SeoSimulator-module__U6fraG__activeMid{box-shadow:0 2px 4px #d69e2e33;color:#d69e2e!important;background-color:#fff!important}.SeoSimulator-module__U6fraG__activeYes{box-shadow:0 2px 4px #38a16933;color:#38a169!important;background-color:#fff!important}.SeoSimulator-module__U6fraG__field{margin-bottom:3rem}.SeoSimulator-module__U6fraG__field label{margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:block}.SeoSimulator-module__U6fraG__rangeWrapper{align-items:center;gap:2rem;display:flex}.SeoSimulator-module__U6fraG__range{cursor:pointer;accent-color:#ed8936;border-radius:4px;flex-grow:1;height:8px}.SeoSimulator-module__U6fraG__valueDisplay{text-align:right;color:#dd6b20;background-color:#fffaf0;border-radius:8px;min-width:120px;padding:.5rem 1rem;font-size:1.2rem;font-weight:800}.SeoSimulator-module__U6fraG__resultBox{text-align:center;background-color:#ebf8ff;border-radius:16px;margin-top:2rem;padding:2rem}.SeoSimulator-module__U6fraG__resultBox h3{text-transform:uppercase;color:#2b6cb0;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.SeoSimulator-module__U6fraG__currentResult{color:#2c5282;font-size:1.8rem;font-weight:800}.SeoSimulator-module__U6fraG__scoreCard{text-align:center;background-color:#fff;border:2px solid #f7fafc;border-radius:24px;padding:3rem;box-shadow:0 10px 15px #00000008}.SeoSimulator-module__U6fraG__scoreLabel{letter-spacing:.05em;color:#718096;text-transform:uppercase;margin-bottom:1.5rem;font-size:.9rem;font-weight:800}.SeoSimulator-module__U6fraG__scoreValue{text-shadow:2px 2px #0000000d;margin-bottom:1.5rem;font-size:6rem;font-weight:800;line-height:1}.SeoSimulator-module__U6fraG__scoreBad{color:#fc8181}.SeoSimulator-module__U6fraG__scoreGood{color:#68d391}.SeoSimulator-module__U6fraG__scoreMax{color:#cbd5e0;font-size:2rem;font-weight:400}.SeoSimulator-module__U6fraG__scoreText{color:#4a5568;background-color:#fff5f5;border-radius:12px;padding:1rem;font-size:1.1rem;line-height:1.5;display:inline-block}.SeoSimulator-module__U6fraG__bold{color:#e53e3e;font-weight:800}.SeoSimulator-module__U6fraG__lossCard{color:#fff;text-align:center;background:linear-gradient(135deg,#2d3748 0%,#1a202c 100%);border-radius:20px;margin-bottom:3rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 10px 20px #2d374833}.SeoSimulator-module__U6fraG__lossCard:after{content:"";pointer-events:none;background:linear-gradient(#ffffff1a,#0000);width:100%;height:100%;position:absolute;top:0;left:0}.SeoSimulator-module__U6fraG__lossLabel{color:#cbd5e0;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.8rem;font-size:.85rem;font-weight:700}.SeoSimulator-module__U6fraG__lossValue{color:#feb2b2;text-shadow:0 2px 4px #0003;margin-bottom:0;font-size:3rem;font-weight:800}.SeoSimulator-module__U6fraG__period{color:#a0aec0;margin-top:.5rem;font-size:1rem}.SeoSimulator-module__U6fraG__barGroup{margin-bottom:2rem}.SeoSimulator-module__U6fraG__barLabel{color:#4a5568;justify-content:space-between;margin-bottom:.8rem;font-size:1rem;font-weight:600;display:flex}.SeoSimulator-module__U6fraG__barTrack{background-color:#edf2f7;border-radius:10px;height:32px;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.SeoSimulator-module__U6fraG__bar{border-radius:10px;height:100%;animation:1s ease-out forwards SeoSimulator-module__U6fraG__grow}.SeoSimulator-module__U6fraG__competitor{background:linear-gradient(90deg,#48bb78 0%,#38a169 100%);position:relative}.SeoSimulator-module__U6fraG__you{background:linear-gradient(90deg,#a0aec0 0%,#718096 100%)}@media (max-width:900px){.SeoSimulator-module__U6fraG__rowBlock{grid-template-columns:1fr;gap:3rem}.SeoSimulator-module__U6fraG__colLeft{border-bottom:1px dashed #e2e8f0;border-right:none;padding-bottom:2rem;padding-right:0}.SeoSimulator-module__U6fraG__colRight{padding-left:0}.SeoSimulator-module__U6fraG__simulatorWrapper{padding:1.5rem}}
.NotFound-module__txpBSG__container{text-align:center;background-color:#f7fafc;justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.NotFound-module__txpBSG__content{max-width:600px}.NotFound-module__txpBSG__visual{margin-bottom:2rem;animation:6s ease-in-out infinite NotFound-module__txpBSG__float}.NotFound-module__txpBSG__title{color:#1a202c;margin-bottom:1rem;font-size:3rem;font-weight:800}.NotFound-module__txpBSG__description{color:#4a5568;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.NotFound-module__txpBSG__actions{justify-content:center;gap:1rem;display:flex}@keyframes NotFound-module__txpBSG__float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media (max-width:640px){.NotFound-module__txpBSG__title{font-size:2rem}.NotFound-module__txpBSG__actions{flex-direction:column}}
