.Header-module__hBw1pG__header{background-color:var(--color-bg-primary);border-bottom:1px solid var(--color-border);z-index:50;width:100%;height:64px;position:sticky;top:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__hBw1pG__logo{color:var(--color-text-primary);font-size:20px;font-weight:700}.Header-module__hBw1pG__nav{display:none}.Header-module__hBw1pG__navLink{color:var(--color-text-secondary);margin-left:24px;font-size:14px;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:var(--color-accent)}.Header-module__hBw1pG__ctaButton{background-color:var(--color-accent);color:#fff;border-radius:8px;margin-left:24px;padding:8px 16px;font-size:14px;font-weight:500;transition:opacity .2s}.Header-module__hBw1pG__ctaButton:hover{opacity:.9}@media (min-width:768px){.Header-module__hBw1pG__nav{align-items:center;display:flex}}
.Hero-module__ZARIfG__hero{text-align:center;perspective:1000px;justify-content:center;align-items:center;min-height:100dvh;padding:120px 24px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{z-index:1;width:100%;max-width:1000px;margin:0 auto;position:relative}.Hero-module__ZARIfG__label{color:var(--color-accent);letter-spacing:.1em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#3b82f61a;border:1px solid #3b82f633;border-radius:20px;margin-bottom:32px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-block}.Hero-module__ZARIfG__title{letter-spacing:-.03em;margin-bottom:32px;font-size:72px;font-weight:900;line-height:1.1}.Hero-module__ZARIfG__gradientText{background:linear-gradient(90deg,#60a5fa,#a78bfa,#22d3ee);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.Hero-module__ZARIfG__subTitleGradient{background:linear-gradient(90deg,#a78bfa,#22d3ee);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:.2em;font-size:.5em;display:inline-block}.Hero-module__ZARIfG__subtitle{color:var(--color-text-secondary);max-width:680px;margin:0 auto 48px;font-size:20px;line-height:1.8}.Hero-module__ZARIfG__actions{justify-content:center;align-items:center;gap:24px;display:flex}.Hero-module__ZARIfG__primaryButton{background:var(--color-accent);color:#fff;border:1px solid #ffffff1a;border-radius:12px;padding:16px 40px;font-size:18px;font-weight:600;transition:all .3s;box-shadow:0 0 20px #3b82f64d}.Hero-module__ZARIfG__primaryButton:hover{transform:translateY(-2px);box-shadow:0 0 30px #3b82f680}.Hero-module__ZARIfG__secondaryButton{color:var(--color-text-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:16px 40px;font-size:18px;font-weight:600;transition:all .3s}.Hero-module__ZARIfG__secondaryButton:hover{background:#ffffff1a;border-color:#fff3}@media (max-width:768px){.Hero-module__ZARIfG__hero{flex-direction:column;justify-content:center;height:auto;min-height:100dvh;padding:80px 16px;display:flex}.Hero-module__ZARIfG__label{margin-bottom:20px;padding:6px 12px;font-size:11px}.Hero-module__ZARIfG__title{margin-bottom:20px;font-size:32px}.Hero-module__ZARIfG__subtitle{margin-bottom:32px;font-size:13px;line-height:1.6}.Hero-module__ZARIfG__actions{flex-direction:column;gap:12px;width:100%}.Hero-module__ZARIfG__primaryButton,.Hero-module__ZARIfG__secondaryButton{width:100%;padding:14px 24px;font-size:15px}}
.Section-module__A23O5q__section{padding:80px 0}.Section-module__A23O5q__bgSecondary{background-color:var(--color-bg-secondary)}.Section-module__A23O5q__title{font-size:var(--font-size-h2);text-align:center;margin-bottom:48px;font-weight:700}.Section-module__A23O5q__title span{color:var(--color-accent)}
.ServiceOverview-module__6N2j5W__text{color:var(--color-text-secondary);text-align:center;max-width:800px;margin:0 auto;font-size:18px;line-height:1.8}.ServiceOverview-module__6N2j5W__highlight{color:var(--color-text-primary);background:linear-gradient(#0000 60%,#3b82f633 60%);font-weight:700}@media (max-width:768px){.ServiceOverview-module__6N2j5W__text{font-size:16px}}
.Problems-module__EhdLRW__container{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;min-height:800px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.Problems-module__EhdLRW__grid{perspective:1000px;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;display:grid;position:relative}.Problems-module__EhdLRW__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform-style:preserve-3d;background:#14141999;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;gap:1.5rem;padding:3rem;transition:all .5s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.Problems-module__EhdLRW__card:before{content:"";opacity:0;background:linear-gradient(125deg,#0000 0%,#ffffff08 30%,#0000 60%);transition:opacity .5s;position:absolute;inset:0}.Problems-module__EhdLRW__card:hover{background:#1e1e23cc;border-color:#ffffff26;transform:translateY(-5px)scale(1.02);box-shadow:0 20px 40px -10px #00000080,inset 0 0 20px #ffffff0d}.Problems-module__EhdLRW__card:hover:before{opacity:1}.Problems-module__EhdLRW__card:hover .Problems-module__EhdLRW__iconWrapper{color:#fff;animation:.3s cubic-bezier(.25,.46,.45,.94) infinite both Problems-module__EhdLRW__glitch}@keyframes Problems-module__EhdLRW__glitch{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}.Problems-module__EhdLRW__colSpan2{grid-column:span 2}.Problems-module__EhdLRW__iconWrapper{color:#ffffffb3;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;transition:all .3s;display:flex}.Problems-module__EhdLRW__title{color:#fff;letter-spacing:-.02em;font-size:1.75rem;font-weight:700;line-height:1.2}.Problems-module__EhdLRW__description{color:#fff9;font-size:1rem;line-height:1.6}@media (max-width:768px){.Problems-module__EhdLRW__grid{grid-template-columns:1fr;gap:1rem}.Problems-module__EhdLRW__colSpan2{grid-column:span 1}.Problems-module__EhdLRW__card{padding:1.5rem}.Problems-module__EhdLRW__title{font-size:18px}.Problems-module__EhdLRW__description{font-size:14px}}
.Steps-module__drNMhq__stepsContainer{max-width:1000px;margin:0 auto;padding:4rem 2rem;position:relative}.Steps-module__drNMhq__timelineLine{background:#ffffff1a;border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Steps-module__drNMhq__step{justify-content:center;align-items:center;width:100%;margin-bottom:8rem;display:flex;position:relative}.Steps-module__drNMhq__step:last-child{margin-bottom:0}.Steps-module__drNMhq__stepContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background:#141419cc;border:1px solid #ffffff1a;border-radius:24px;width:45%;padding:2rem;transition:all .3s;position:relative}.Steps-module__drNMhq__step:nth-child(odd) .Steps-module__drNMhq__stepContent{margin-right:auto}.Steps-module__drNMhq__step:nth-child(2n) .Steps-module__drNMhq__stepContent{margin-left:auto}.Steps-module__drNMhq__stepMarker{z-index:3;color:#fff;background:#000;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Steps-module__drNMhq__active .Steps-module__drNMhq__stepMarker{color:#000;background:#fff;border-color:#fff;box-shadow:0 0 20px #ffffff80}.Steps-module__drNMhq__active .Steps-module__drNMhq__stepContent{border-color:#ffffff4d;box-shadow:0 10px 30px -10px #00000080}.Steps-module__drNMhq__stepTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Steps-module__drNMhq__stepList{margin:0;padding:0;list-style:none}.Steps-module__drNMhq__stepList li{color:#ffffffb3;margin-bottom:.5rem;padding-left:1.5rem;font-size:.95rem;position:relative}.Steps-module__drNMhq__stepList li:before{content:"";background:#ffffff4d;border-radius:50%;width:6px;height:6px;position:absolute;top:.6em;left:0}@media (max-width:768px){.Steps-module__drNMhq__timelineLine{left:24px}.Steps-module__drNMhq__step{flex-direction:column;align-items:flex-start;margin-bottom:4rem;padding-left:60px}.Steps-module__drNMhq__stepContent{width:100%;padding:1.5rem;margin:0!important}.Steps-module__drNMhq__stepMarker{top:0;left:24px;transform:translate(-50%)}.Steps-module__drNMhq__stepTitle{font-size:18px}.Steps-module__drNMhq__stepList li{font-size:14px}}
.USP-module__2RfAXG__grid{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.USP-module__2RfAXG__card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:32px;flex-direction:column;justify-content:space-between;padding:2.5rem;transition:transform .4s;display:flex;position:relative;overflow:hidden}.USP-module__2RfAXG__card:first-child{grid-column:span 2}.USP-module__2RfAXG__card:nth-child(2),.USP-module__2RfAXG__card:nth-child(3){grid-column:span 1}.USP-module__2RfAXG__card:nth-child(4){grid-column:span 2}.USP-module__2RfAXG__card:hover{background:#ffffff0d;transform:translateY(-4px)}.USP-module__2RfAXG__card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:50%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.USP-module__2RfAXG__card:hover:after{transition:all .7s ease-in-out;left:150%}.USP-module__2RfAXG__number{color:#ffffff0d;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:4rem;font-weight:800;line-height:1;position:absolute;top:1.5rem;right:2rem}.USP-module__2RfAXG__content{z-index:1;position:relative}.USP-module__2RfAXG__title{color:#fff;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#aaa);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.USP-module__2RfAXG__description{color:#ffffffb3;font-size:1rem;line-height:1.6}@media (max-width:900px){.USP-module__2RfAXG__grid{grid-template-rows:auto;grid-template-columns:1fr}.USP-module__2RfAXG__card:first-child,.USP-module__2RfAXG__card:nth-child(2),.USP-module__2RfAXG__card:nth-child(3),.USP-module__2RfAXG__card:nth-child(4){grid-column:span 1}.USP-module__2RfAXG__card{padding:2rem}.USP-module__2RfAXG__number{font-size:3rem}.USP-module__2RfAXG__title{font-size:18px}.USP-module__2RfAXG__description{font-size:14px}}
.Pricing-module__yc4bBa__container{perspective:1000px;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;padding:2rem;display:flex}.Pricing-module__yc4bBa__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;max-width:400px;transform-style:preserve-3d;background:#ffffff08;border:1px solid #ffffff0d;border-radius:32px;flex-direction:column;align-items:center;padding:3rem;transition:border-color .3s;display:flex;position:relative}.Pricing-module__yc4bBa__card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffff1a,#0000 40%,#ffffff1a);border-radius:32px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;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}.Pricing-module__yc4bBa__popular{background:#ffffff0d;border-color:#ffffff1a;box-shadow:0 20px 50px -20px #00000080,inset 0 0 30px #ffffff0d}.Pricing-module__yc4bBa__popularLabel{color:#000;letter-spacing:.05em;background:#fff;border-radius:100px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)translateZ(20px);box-shadow:0 10px 20px -5px #ffffff4d}.Pricing-module__yc4bBa__planName{color:#fffc;margin-bottom:1rem;font-size:1.5rem;font-weight:700;transform:translateZ(20px)}.Pricing-module__yc4bBa__price{color:#fff;text-shadow:0 0 30px #fff3;margin-bottom:2rem;font-size:2.5rem;font-weight:800;line-height:1;transform:translateZ(30px)}.Pricing-module__yc4bBa__price span{color:#ffffff80;margin-left:.5rem;font-size:1rem;font-weight:400}.Pricing-module__yc4bBa__features{width:100%;margin:0 0 3rem;padding:0;list-style:none;transform:translateZ(20px)}.Pricing-module__yc4bBa__features li{color:#ffffffb3;align-items:center;margin-bottom:1rem;font-size:1rem;display:flex}.Pricing-module__yc4bBa__checkIcon{color:#fff;flex-shrink:0;margin-right:1rem}.Pricing-module__yc4bBa__button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:16px;width:100%;padding:1.25rem;font-size:1.125rem;font-weight:700;transition:all .3s;transform:translateZ(40px)}.Pricing-module__yc4bBa__button:hover{color:#000;background:#fff;transform:translateZ(50px)scale(1.05);box-shadow:0 0 30px #ffffff4d}.Pricing-module__yc4bBa__popular .Pricing-module__yc4bBa__button{color:#000;background:#fff}.Pricing-module__yc4bBa__popular .Pricing-module__yc4bBa__button:hover{background:#ffffffe6;transform:translateZ(50px)scale(1.05)}@media (max-width:768px){.Pricing-module__yc4bBa__container{flex-direction:column;gap:4rem}.Pricing-module__yc4bBa__card{max-width:100%}.Pricing-module__yc4bBa__planName{font-size:18px}.Pricing-module__yc4bBa__features li{font-size:14px}.Pricing-module__yc4bBa__price{font-size:2rem}}
.Measurement-module__AZil6a__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.Measurement-module__AZil6a__card{background:linear-gradient(135deg,#3b82f614,#11182799);border:1px solid #ffffff1a;border-radius:16px;min-height:180px;padding:24px}.Measurement-module__AZil6a__number{letter-spacing:.1em;color:var(--color-text-secondary);margin-bottom:10px;font-size:12px}.Measurement-module__AZil6a__title{color:var(--color-text-primary);margin:0 0 8px;font-size:18px;font-weight:700}.Measurement-module__AZil6a__description{color:var(--color-text-secondary);margin:0;line-height:1.6}
.FAQ-module__V8_xEa__section{background-color:var(--color-bg-primary);padding:120px 0}.FAQ-module__V8_xEa__heading{text-align:center;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#aaa 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:64px;font-size:32px;font-weight:700}.FAQ-module__V8_xEa__grid{grid-template-columns:1fr;gap:32px;max-width:800px;margin:0 auto;display:grid}.FAQ-module__V8_xEa__item{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:32px;transition:all .3s}.FAQ-module__V8_xEa__item:hover{border-color:var(--color-accent);background:#ffffff0d;transform:translateY(-2px)}.FAQ-module__V8_xEa__question{color:var(--color-text-primary);align-items:center;gap:12px;margin-bottom:16px;font-size:18px;font-weight:700;display:flex}.FAQ-module__V8_xEa__question:before{content:"Q.";color:var(--color-accent);font-family:var(--font-outfit);font-size:20px}.FAQ-module__V8_xEa__answer{color:var(--color-text-secondary);padding-left:32px;font-size:16px;line-height:1.8}
.Footer-module__S6Hkya__footer{background-color:var(--color-bg-secondary);border-top:1px solid var(--color-border);margin-top:64px;padding:64px 0}.Footer-module__S6Hkya__content{text-align:center;flex-direction:column;align-items:center;display:flex}.Footer-module__S6Hkya__logo{color:var(--color-text-primary);margin-bottom:16px;font-size:24px;font-weight:700}.Footer-module__S6Hkya__links{gap:24px;margin-bottom:32px;display:flex}.Footer-module__S6Hkya__link{color:var(--color-text-secondary);font-size:14px}.Footer-module__S6Hkya__copyright{color:var(--color-text-secondary);font-size:12px}
.Background-module__pMQANW__background{z-index:-1;pointer-events:none;background:radial-gradient(circle,#0f172a 0%,#020617 100%);width:100vw;height:100vh;position:fixed;top:0;left:0}
.LoadingScreen-module__zfmyua__loadingScreen{z-index:9999;perspective:1000px;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;inset:0}.LoadingScreen-module__zfmyua__contentWrapper{transform-style:preserve-3d;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.LoadingScreen-module__zfmyua__textContainer{z-index:10;margin-bottom:1rem;position:relative;overflow:hidden}.LoadingScreen-module__zfmyua__title{letter-spacing:-.05em;color:#fff;white-space:nowrap;mix-blend-mode:difference;padding-left:2rem;padding-right:2rem;font-size:3.75rem;font-weight:900}@media (min-width:768px){.LoadingScreen-module__zfmyua__title{font-size:8rem}}.LoadingScreen-module__zfmyua__progress{color:#60a5fa;letter-spacing:.1em;font-family:monospace;font-size:.875rem}.LoadingScreen-module__zfmyua__corner{border:0 solid #3b82f680;width:6rem;height:6rem;position:absolute}.LoadingScreen-module__zfmyua__cornerTL{border-top-width:2px;border-left-width:2px;top:-40px;left:-40px}.LoadingScreen-module__zfmyua__cornerTR{border-top-width:2px;border-right-width:2px;top:-40px;right:-40px}.LoadingScreen-module__zfmyua__cornerBL{border-bottom-width:2px;border-left-width:2px;bottom:-40px;left:-40px}.LoadingScreen-module__zfmyua__cornerBR{border-bottom-width:2px;border-right-width:2px;bottom:-40px;right:-40px}.LoadingScreen-module__zfmyua__scanLine{background-color:#60a5fa4d;width:120%;height:1px;position:absolute;box-shadow:0 0 20px #3b82f680}
.Contact-module__hcVmEa__section{padding:120px 24px;position:relative;overflow:hidden}.Contact-module__hcVmEa__container{z-index:1;max-width:800px;margin:0 auto;position:relative}.Contact-module__hcVmEa__title{text-align:center;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:48px;font-weight:900}.Contact-module__hcVmEa__description{text-align:center;color:var(--color-text-secondary);margin-bottom:48px;font-size:18px;line-height:1.6}.Contact-module__hcVmEa__formCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;padding:48px;box-shadow:0 20px 40px #0003}.Contact-module__hcVmEa__formGroup{margin-bottom:24px}.Contact-module__hcVmEa__label{color:var(--color-text-primary);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__select,.Contact-module__hcVmEa__textarea{color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:16px;font-family:inherit;font-size:16px;transition:all .3s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__select:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--color-accent);background:#0006;outline:none;box-shadow:0 0 0 2px #3b82f633}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:150px}.Contact-module__hcVmEa__submitButton{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:16px;font-size:18px;font-weight:700;transition:all .3s;position:relative;overflow:hidden}.Contact-module__hcVmEa__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 30px #3b82f666}.Contact-module__hcVmEa__submitButton:disabled{opacity:.7;cursor:not-allowed}.Contact-module__hcVmEa__message{text-align:center;border-radius:12px;margin-top:24px;padding:16px;font-weight:600}.Contact-module__hcVmEa__success{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e33}.Contact-module__hcVmEa__error{color:#f87171;background:#ef44441a;border:1px solid #ef444433}@media (max-width:768px){.Contact-module__hcVmEa__section{padding:80px 16px}.Contact-module__hcVmEa__formCard{padding:24px}.Contact-module__hcVmEa__title{font-size:32px}}
