.Header_header__y4zGp{position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,100%,.8);border-bottom:1px solid hsla(0,0%,100%,.1)}.Header_container__Sfl9b{max-width:1200px;margin:0 auto;padding:1rem 1.5rem}.Header_nav__FBn_7{display:flex;align-items:center;justify-content:space-between}.Header_logo__09Fik{display:flex;align-items:center;gap:1rem}.Header_logoText__GWD2h{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#2d3748,#3b82f6);background-clip:text;-webkit-background-clip:text;color:transparent}.Header_techStack__M52N7{display:none;align-items:center;gap:2rem;overflow:hidden}@media(min-width:1024px){.Header_techStack__M52N7{display:flex}}.Header_techLabel__rKzsy{font-size:.875rem;color:var(--text-dark);font-weight:500;white-space:nowrap}.Header_techItems__XX3wy{display:flex;gap:1.5rem;transition:all .5s cubic-bezier(.4,0,.2,1)}.Header_techItem__5fmyf{position:relative;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-dark);transition:all .3s ease;cursor:pointer;white-space:nowrap;animation:Header_fadeIn___xiKA .6s ease-out}.Header_techItem__5fmyf:hover{color:#3b82f6}.Header_techIcon__knm_S{width:1rem;height:1rem;flex-shrink:0}.Header_tooltip__ejsuO{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:.5rem;z-index:50;animation:Header_scaleIn__hV_MI .2s ease-out}.Header_tooltipContent__DMG24{background:#fff;border:1px solid var(--grey);border-radius:.5rem;padding:.5rem .75rem;box-shadow:var(--card-shadow);font-size:.75rem;white-space:nowrap}.Header_tooltipText__XNCN9{font-weight:500;color:var(--text-dark)}.Header_tooltipArrow__zolHP{position:absolute;top:-.25rem;left:50%;transform:translateX(-50%) rotate(45deg);width:.5rem;height:.5rem;background:#fff;border-left:1px solid var(--grey);border-top:1px solid var(--grey)}.Header_rightSide__WcWuF{display:flex;align-items:center;gap:.5rem}.Header_signInText__CvX9b{display:none}@media(min-width:480px){.Header_signInText__CvX9b{display:inline}}.Header_hamburger__7feBy{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:transparent;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s ease;color:#475569}.Header_hamburger__7feBy:hover{background:#f1f5f9;color:#3b82f6}@media(min-width:1024px){.Header_hamburger__7feBy{display:none}}.Header_hamburgerIcon__wcCuI{width:1.125rem;height:1.125rem}.Header_mobileNav__E3BgU{display:flex;flex-direction:column;gap:.25rem;padding:1rem 0;border-top:1px solid #e2e8f0;animation:Header_slideDown__qYLdf .2s ease-out}@media(min-width:1024px){.Header_mobileNav__E3BgU{display:none}}.Header_mobileNavItem__OvcLl{width:100%;padding:.75rem 1rem;text-align:left;font-size:.9rem;font-weight:500;color:#475569;background:transparent;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s ease}.Header_mobileNavItem__OvcLl:hover{background:#f1f5f9;color:#3b82f6}.Header_mobileNavCta__4dEKX{width:100%;padding:.75rem 1rem;text-align:center;font-size:.9rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:.75rem;cursor:pointer;margin-top:.5rem;transition:opacity .2s ease}.Header_mobileNavCta__4dEKX:hover{opacity:.9}@keyframes Header_slideDown__qYLdf{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header_userMenu__JEIp_{position:relative}.Header_signInButton__P3D1g{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-dark);border:1px solid hsla(0,0%,100%,.2);border-radius:.5rem;transition:all .2s ease;cursor:pointer}.Header_signInButton__P3D1g:hover{background:hsla(0,0%,100%,.9);color:#3b82f6}.Header_userButton__quGBS{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:transparent;border:none;cursor:pointer;color:var(--text-dark);transition:all .2s ease}.Header_avatar__HCoaH{width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,#2d3748,#3b82f6);display:flex;align-items:center;justify-content:center}.Header_avatarImage__Ohe19{border-radius:50%}.Header_avatarText__8JER_{font-size:.875rem;font-weight:600;color:#fff}.Header_userName__Zppad{display:none}@media(min-width:640px){.Header_userName__Zppad{display:block}}.Header_dropdown__xIdjm{position:absolute;right:0;top:100%;margin-top:.5rem;width:12rem;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:.5rem;box-shadow:var(--card-shadow);border:1px solid hsla(0,0%,100%,.2);padding:.5rem 0;animation:Header_scaleIn__hV_MI .2s ease-out}.Header_dropdownItem__IXHvP{width:100%;padding:.5rem 1rem;text-align:left;font-size:.875rem;background:transparent;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;color:var(--text-dark)}.Header_dropdownItem__IXHvP:hover{background:hsla(0,0%,100%,.1)}@keyframes Header_fadeIn___xiKA{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes Header_scaleIn__hV_MI{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Header_languageButton__yzFvc,.Header_languageSelector__qmy_w{display:flex;align-items:center}.Header_languageButton__yzFvc{gap:.25rem;padding:.5rem .75rem;background:transparent;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;color:#475569;font-weight:500;transition:all .2s ease}.Header_languageButton__yzFvc:hover{background:#f1f5f9;color:#3b82f6}.Header_languageText__rm8Ac{font-size:.875rem;text-transform:uppercase}.HeroSection_hero__T8nMG{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#dbeafe 50%,#ede9fe)}.HeroSection_backgroundElements__rDXQC{position:absolute;inset:0;overflow:hidden;pointer-events:none}.HeroSection_floatingElement__KFK1z{position:absolute;border-radius:50%;animation:HeroSection_float__pZe2B 6s ease-in-out infinite}.HeroSection_floatingElement1__Mdjr0{top:5rem;left:2.5rem;width:5rem;height:5rem;background:rgba(59,130,246,.15)}.HeroSection_floatingElement2__gksk6{bottom:8rem;right:4rem;width:4rem;height:4rem;background:rgba(139,92,246,.2);animation-delay:2s}.HeroSection_floatingElement3__Gmjg8{top:50%;left:25%;width:3rem;height:3rem;background:rgba(16,185,129,.15);animation-delay:4s}.HeroSection_codeAnimation__joa5u{position:absolute;top:25%;right:2.5rem;opacity:.3;font-family:Courier New,monospace;font-size:.875rem;color:#3b82f6;animation:HeroSection_codeScroll__xP_d6 20s linear infinite}.HeroSection_container__mv_vu{max-width:1200px;margin:0 auto;padding:5rem 1.5rem;position:relative;z-index:10}.HeroSection_content__ZeO7A{max-width:64rem;margin:0 auto;text-align:center;animation:HeroSection_slideUp__ratWu .6s cubic-bezier(.16,1,.3,1)}.HeroSection_badge__yhiJ7{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;color:#fff;margin-bottom:2rem;box-shadow:0 4px 14px 0 rgba(59,130,246,.25)}.HeroSection_badgeIcon__FAwpC{width:1rem;height:1rem}.HeroSection_title__gapce{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1}@media(min-width:768px){.HeroSection_title__gapce{font-size:clamp(3rem,8vw,5rem)}}.HeroSection_titleGradient___xzBF{background:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#10b981);background-clip:text;-webkit-background-clip:text;color:transparent}.HeroSection_titleText__avHw6{color:#1e293b}.HeroSection_subtitle__Q8qj_{font-size:1.125rem;color:#64748b;margin-bottom:2.5rem;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.6}@media(min-width:768px){.HeroSection_subtitle__Q8qj_{font-size:1.25rem}}.HeroSection_subtitleHighlight__3Eyfi{font-weight:600;color:#3b82f6}.HeroSection_ctas__ghWrv{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:4rem}@media(min-width:640px){.HeroSection_ctas__ghWrv{flex-direction:row;gap:1.5rem}}.HeroSection_ctaPrimary__cTJI2{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:.75rem;box-shadow:0 4px 14px 0 rgba(59,130,246,.25);cursor:pointer;transition:all .2s ease;text-decoration:none}.HeroSection_ctaPrimary__cTJI2:hover{box-shadow:0 8px 32px 0 rgba(59,130,246,.4);transform:scale(1.05)}.HeroSection_ctaPrimary__cTJI2:active{transform:scale(.95)}.HeroSection_ctaSecondary__BSQLB{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:500;background:transparent;color:#3b82f6;border:2px solid #3b82f6;border-radius:.75rem;cursor:pointer;transition:all .2s ease;text-decoration:none}.HeroSection_ctaSecondary__BSQLB:hover{background:#3b82f6;color:#fff}.HeroSection_seeWorkLink__Xn3O1{display:block;background:transparent;border:none;color:#64748b;font-size:.9rem;cursor:pointer;margin-top:-2rem;margin-bottom:2rem;transition:color .2s ease}.HeroSection_seeWorkLink__Xn3O1:hover{color:#3b82f6}.HeroSection_ctaIcon__L6LK6{width:1.25rem;height:1.25rem;transition:transform .2s ease}.HeroSection_ctaPrimary__cTJI2:hover .HeroSection_ctaIcon__L6LK6{transform:translateX(.25rem)}.HeroSection_stats__xUb4r{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-top:4rem;max-width:32rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.HeroSection_stats__xUb4r{grid-template-columns:repeat(3,1fr)}}.HeroSection_statItem__UYZfy{text-align:center}.HeroSection_statNumber__Mn2Hc{font-size:1.875rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#10b981);background-clip:text;-webkit-background-clip:text;color:transparent;margin-bottom:.5rem}.HeroSection_statLabel__c7fz4{color:#64748b}.HeroSection_scrollIndicator__IQwu_{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);animation:HeroSection_bounce__qv_Uv 2s infinite}.HeroSection_scrollMouse__Ken3l{width:1.5rem;height:2.5rem;border:2px solid #64748b;border-radius:9999px;display:flex;justify-content:center}.HeroSection_scrollDot__xe69S{width:.25rem;height:.75rem;background:#64748b;border-radius:9999px;margin-top:.5rem;animation:HeroSection_pulse__bPuXW 2s infinite}@keyframes HeroSection_float__pZe2B{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(1deg)}}@keyframes HeroSection_slideUp__ratWu{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection_codeScroll__xP_d6{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes HeroSection_bounce__qv_Uv{0%,20%,53%,80%,to{transform:translateX(-50%) translateY(0)}40%,43%{transform:translateX(-50%) translateY(-10px)}70%{transform:translateX(-50%) translateY(-5px)}90%{transform:translateX(-50%) translateY(-3px)}}@keyframes HeroSection_pulse__bPuXW{0%,to{opacity:1}50%{opacity:.5}}.ClientLogos_section__004_j{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:2rem 0;overflow:hidden}.ClientLogos_container__RrWKp{max-width:1200px;margin:0 auto;padding:0 1.5rem}.ClientLogos_label__GuF3y{text-align:center;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:1.5rem}.ClientLogos_logosTrack__jDNJ5{overflow:hidden;position:relative}.ClientLogos_logosTrack__jDNJ5:after,.ClientLogos_logosTrack__jDNJ5:before{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.ClientLogos_logosTrack__jDNJ5:before{left:0;background:linear-gradient(90deg,#f8fafc,transparent)}.ClientLogos_logosTrack__jDNJ5:after{right:0;background:linear-gradient(270deg,#f8fafc,transparent)}.ClientLogos_logos__6RF_M{display:flex;gap:2rem;animation:ClientLogos_scroll__bvJ5C 20s linear infinite;width:max-content}.ClientLogos_logoItem__o_xWf{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:120px;padding:.75rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;transition:border-color .2s ease}.ClientLogos_logoItem__o_xWf:hover{border-color:#3b82f6}.ClientLogos_logoName__CZMsd{font-size:.9rem;font-weight:700;color:#475569;letter-spacing:-.02em}.ClientLogos_logoIndustry__MgE48{font-size:.65rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem}@keyframes ClientLogos_scroll__bvJ5C{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.Services_section__IH903{padding:5rem 0;background:#fff}.Services_container__58cT4{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Services_header__oqhMk{text-align:center;max-width:48rem;margin:0 auto 4rem}.Services_eyebrow__JjNh_{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#3b82f6;margin-bottom:.75rem}.Services_title__SUXEc{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2}.Services_titleHighlight__QK3j8{background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;color:transparent}.Services_subtitle__ItCUn{font-size:1.125rem;color:#64748b;line-height:1.6}.Services_grid__d6_jg{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media(min-width:640px){.Services_grid__d6_jg{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.Services_grid__d6_jg{grid-template-columns:repeat(4,1fr)}}.Services_card__mFW5c{display:flex;flex-direction:column;padding:1.75rem;border-radius:1rem;border:1px solid #e2e8f0;background:#fff;transition:all .2s ease}.Services_card__mFW5c:hover{border-color:#3b82f6;box-shadow:0 8px 30px rgba(59,130,246,.1);transform:translateY(-2px)}.Services_iconWrapper__qX7mW{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;margin-bottom:1.25rem}.Services_icon__YLDCs{width:1.5rem;height:1.5rem}.Services_cardTitle__zOGXe{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.Services_cardDescription__u9Kui{font-size:.9rem;color:#64748b;line-height:1.6;flex:1 1;margin-bottom:1.25rem}.Services_cardLink__mfjhG{background:transparent;border:none;padding:0;font-size:.875rem;font-weight:600;color:#3b82f6;cursor:pointer;text-align:left;transition:gap .2s ease}.Services_cardLink__mfjhG:hover{text-decoration:underline}.OurProducts_section__XYkoX{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#ede9fe)}.OurProducts_container__qE5Q6{max-width:1200px;margin:0 auto;padding:0 1.5rem}.OurProducts_header__X_tgk{text-align:center;max-width:48rem;margin:0 auto 4rem}.OurProducts_eyebrow__cnidB{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#8b5cf6;margin-bottom:.75rem}.OurProducts_title__odTm7{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2}.OurProducts_titleHighlight__yhW00{background:linear-gradient(135deg,#8b5cf6,#3b82f6);background-clip:text;-webkit-background-clip:text;color:transparent}.OurProducts_subtitle__Gw_1Q{font-size:1.125rem;color:#64748b;line-height:1.6}.OurProducts_grid__NMegB{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.OurProducts_grid__NMegB{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.OurProducts_grid__NMegB{grid-template-columns:repeat(3,1fr)}}.OurProducts_card__posGt{display:flex;flex-direction:column;background:#fff;border-radius:1.25rem;border:1px solid #e2e8f0;padding:2rem;transition:all .2s ease;box-shadow:0 2px 12px rgba(0,0,0,.04)}.OurProducts_card__posGt:hover{box-shadow:0 12px 40px rgba(0,0,0,.1);transform:translateY(-3px)}.OurProducts_cardTop__YdeTQ{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.OurProducts_iconWrapper__iaq1W{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:1rem}.OurProducts_icon__VL8bu{width:1.75rem;height:1.75rem}.OurProducts_stat__NZq9g{text-align:right}.OurProducts_statNumber__lJG0l{display:block;font-size:1.75rem;font-weight:800;line-height:1}.OurProducts_statLabel__svxN5{font-size:.7rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.OurProducts_cardBody__nktFH{flex:1 1;margin-bottom:1.5rem}.OurProducts_nameRow__zH3Ku{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.OurProducts_productName__PuWqE{font-size:1.25rem;font-weight:800;color:#1e293b}.OurProducts_tagline__XbJg6{font-size:.8rem;color:#64748b;font-weight:500}.OurProducts_description__xXaqn{font-size:.9rem;color:#64748b;line-height:1.7;margin-bottom:1.25rem}.OurProducts_tags__dr9zq{display:flex;flex-wrap:wrap;gap:.5rem}.OurProducts_tag__hiFa4{font-size:.75rem;font-weight:500;padding:.25rem .75rem;background:#f1f5f9;color:#475569;border-radius:9999px}.OurProducts_visitButton__kaxmU{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;background:transparent;border:2px solid;border-radius:.75rem;text-decoration:none;transition:all .2s ease;align-self:flex-start}.OurProducts_visitButton__kaxmU:hover{opacity:.8;transform:translateX(2px)}.OurProducts_visitIcon__luky3{width:1rem;height:1rem}.OurProducts_cardTopRight__eD321{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.OurProducts_comingSoonButton__EoD8R{display:inline-flex;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;color:#94a3b8;border:2px solid #e2e8f0;border-radius:.75rem;cursor:default;align-self:flex-start}.OurProducts_budgetBadge__H2fZh{display:inline-block;font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:9999px;border:1px solid;letter-spacing:.02em;white-space:nowrap}.OurProducts_inProgressBadge__FQZzj{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;padding:.25rem .65rem;border-radius:9999px;background:#fef9c3;color:#854d0e;border:1px solid #fde047;white-space:nowrap}.OurProducts_inProgressDot__1R_OA{width:6px;height:6px;flex-shrink:0;border-radius:50%;background:#eab308;animation:OurProducts_dotPulse__p5NNo 1.5s ease-in-out infinite}@keyframes OurProducts_dotPulse__p5NNo{0%,to{opacity:1}50%{opacity:.25}}.HowItWorks_section__Q4Iy3{padding:5rem 0;background:#fff}.HowItWorks_container__z98S6{max-width:1200px;margin:0 auto;padding:0 1.5rem}.HowItWorks_header__VVjLQ{text-align:center;max-width:48rem;margin:0 auto 4rem}.HowItWorks_eyebrow__BZ9_t{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#10b981;margin-bottom:.75rem}.HowItWorks_title__1fk2g{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2}.HowItWorks_titleHighlight__ryxwU{background:linear-gradient(135deg,#10b981,#3b82f6);background-clip:text;-webkit-background-clip:text;color:transparent}.HowItWorks_subtitle__VHDbo{font-size:1.125rem;color:#64748b;line-height:1.6}.HowItWorks_steps__nKAFH{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}@media(min-width:768px){.HowItWorks_steps__nKAFH{flex-direction:row;align-items:flex-start;gap:0}}.HowItWorks_step__vnF5j{flex:1 1;text-align:center;padding:0 1rem}.HowItWorks_stepNumber__GYQzp{font-size:.75rem;font-weight:800;color:#94a3b8;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.HowItWorks_iconWrapper__j2Fyt{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#ede9fe);margin:0 auto 1rem}.HowItWorks_icon___G60u{width:1.5rem;height:1.5rem;color:#3b82f6}.HowItWorks_stepTitle__jG1nu{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.HowItWorks_stepDescription__8RXF9{font-size:.875rem;color:#64748b;line-height:1.6}.HowItWorks_connector__f1DvY{display:none;align-items:center;justify-content:center;padding-top:1.75rem;color:#cbd5e1}@media(min-width:768px){.HowItWorks_connector__f1DvY{display:flex}}.HowItWorks_connectorIcon__etqGd{width:1.25rem;height:1.25rem}.HowItWorks_demoBanner__eBI2A{background:linear-gradient(135deg,#1e293b,#3b4a6b);border-radius:1.5rem;padding:2.5rem;position:relative;overflow:hidden}.HowItWorks_demoBanner__eBI2A:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(59,130,246,.2) 0,transparent 70%);pointer-events:none}.HowItWorks_demoContent__lZEjW{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:1}@media(min-width:768px){.HowItWorks_demoContent__lZEjW{flex-direction:row;align-items:center;justify-content:space-between}}.HowItWorks_demoText__gxk8P{flex:1 1}.HowItWorks_demoTitle__T43JF{font-size:1.375rem;font-weight:700;color:#fff;margin-bottom:.5rem}.HowItWorks_demoDescription__Li6Kf{font-size:1rem;color:hsla(0,0%,100%,.8);line-height:1.6;max-width:480px}.HowItWorks_demoDescription__Li6Kf strong{color:#fff}.HowItWorks_demoButton__9xjIo{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 4px 14px rgba(59,130,246,.4);flex-shrink:0}.HowItWorks_demoButton__9xjIo:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(59,130,246,.5)}.HowItWorks_demoButtonIcon__HqORc{width:1.25rem;height:1.25rem}.CaseStudies_section__IJxGJ{padding:5rem 0;background:#f8fafc}.CaseStudies_container__eBjqx{max-width:1200px;margin:0 auto;padding:0 1.5rem}.CaseStudies_header__BwrEv{text-align:center;max-width:48rem;margin:0 auto 4rem}.CaseStudies_eyebrow__iD0LO{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#3b82f6;margin-bottom:.75rem}.CaseStudies_title__AFy7x{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2}.CaseStudies_titleHighlight__vS_MF{background:linear-gradient(135deg,#3b82f6,#10b981);background-clip:text;-webkit-background-clip:text;color:transparent}.CaseStudies_subtitle__pZdHI{font-size:1.125rem;color:#64748b;line-height:1.6}.CaseStudies_grid__I4xT7{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.CaseStudies_grid__I4xT7{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.CaseStudies_grid__I4xT7{grid-template-columns:repeat(3,1fr)}}.CaseStudies_card__TQDdb{background:#fff;border-radius:1.25rem;border:1px solid #e2e8f0;padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s ease}.CaseStudies_card__TQDdb:hover{box-shadow:0 12px 40px rgba(0,0,0,.08);transform:translateY(-2px);border-color:#3b82f6}.CaseStudies_cardHeader__Su0Xz{justify-content:space-between}.CaseStudies_cardHeaderLeft__pBygg,.CaseStudies_cardHeader__Su0Xz{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.CaseStudies_cardInProgress__NbVs2{border-style:dashed;opacity:.9}.CaseStudies_tag__mUmRS{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px}.CaseStudies_externalLink__TE6St{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#f1f5f9;color:#64748b;transition:all .2s ease;text-decoration:none}.CaseStudies_externalLink__TE6St:hover{background:#3b82f6;color:#fff}.CaseStudies_externalIcon__NJgfu{width:.9rem;height:.9rem}.CaseStudies_cardTitle__OIE_s{font-size:1.125rem;font-weight:700;color:#1e293b}.CaseStudies_industry___Zrwf{font-size:.8rem;color:#94a3b8;font-weight:500}.CaseStudies_section__IJxGJ{padding:0}.CaseStudies_sectionLabel__5QS5e{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:.4rem}.CaseStudies_sectionText__PqlCk{font-size:.875rem;color:#64748b;line-height:1.6}.CaseStudies_results__nezMk{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.CaseStudies_resultItem__4EwAp{display:flex;flex-direction:column;align-items:center;flex:1 1;min-width:60px;padding:.75rem .5rem;background:#f8fafc;border-radius:.75rem;text-align:center}.CaseStudies_resultIcon__dGrOL{width:1rem;height:1rem;color:#3b82f6;margin-bottom:.35rem}.CaseStudies_resultValue__7DcbU{font-size:1rem;font-weight:800;color:#1e293b;line-height:1}.CaseStudies_resultLabel__0G6l9{font-size:.65rem;color:#94a3b8;margin-top:.25rem;text-align:center}.CaseStudies_stack__NRBbX{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto;padding-top:.5rem;border-top:1px solid #f1f5f9}.CaseStudies_stackItem__q8_Dj{font-size:.7rem;font-weight:500;padding:.2rem .6rem;background:#f1f5f9;color:#64748b;border-radius:9999px}.CaseStudies_inProgressBadge__jGkQg{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;padding:.25rem .65rem;border-radius:9999px;background:#fef9c3;color:#854d0e;border:1px solid #fde047;white-space:nowrap}.CaseStudies_inProgressDot__tQ9YW{width:6px;height:6px;flex-shrink:0;border-radius:50%;background:#eab308;animation:CaseStudies_dotPulse__6jy02 1.5s ease-in-out infinite}@keyframes CaseStudies_dotPulse__6jy02{0%,to{opacity:1}50%{opacity:.25}}.Testimonials_section__Lt8ty{padding:5rem 0;background:#fff}.Testimonials_container__wD__A{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Testimonials_header__FtaMP{text-align:center;max-width:48rem;margin:0 auto 4rem}.Testimonials_eyebrow__j0Q3w{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#8b5cf6;margin-bottom:.75rem}.Testimonials_title__ZQqCv{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2}.Testimonials_titleHighlight__Jw_gS{background:linear-gradient(135deg,#8b5cf6,#3b82f6);background-clip:text;-webkit-background-clip:text;color:transparent}.Testimonials_subtitle__d2CpB{font-size:1.125rem;color:#64748b;line-height:1.6}.Testimonials_grid__JJwEH{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.Testimonials_grid__JJwEH{grid-template-columns:repeat(3,1fr)}}.Testimonials_card__TxyIx{background:#f8fafc;border-radius:1.25rem;border:1px solid #e2e8f0;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;transition:all .2s ease}.Testimonials_card__TxyIx:hover{background:#fff;box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-2px)}.Testimonials_quoteIcon__RzQ98{width:1.5rem;height:1.5rem;color:#8b5cf6;opacity:.6}.Testimonials_quote__4q3IH{font-size:.9rem;color:#475569;line-height:1.8;flex:1 1;font-style:italic}.Testimonials_author__qZs41{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0}.Testimonials_avatar__rqpA9{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.Testimonials_authorInfo__1bDux{display:flex;flex-direction:column}.Testimonials_authorName__twNRV{font-size:.875rem;font-weight:700;color:#1e293b}.Testimonials_authorRole__eys7H{font-size:.75rem;color:#94a3b8}.EstimateForm_section__np9fk{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#eff6ff)}.EstimateForm_container___f9Hj{max-width:1200px;margin:0 auto;padding:0 1.5rem}.EstimateForm_wrapper__Bnm_J{max-width:64rem;margin:0 auto}.EstimateForm_header__mHvDk{text-align:center;margin-bottom:3rem;animation:EstimateForm_slideUp__e_Qz_ .6s cubic-bezier(.16,1,.3,1)}.EstimateForm_eyebrow__vFvn1{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#3b82f6;margin-bottom:.75rem}.EstimateForm_title__ecJyH{font-size:clamp(1.875rem,4vw,2.25rem);font-weight:700;margin-bottom:1rem;color:var(--navy);line-height:1.2}.EstimateForm_titleHighlight__vxEfr{background:linear-gradient(135deg,#3b82f6,#10b981);background-clip:text;-webkit-background-clip:text;color:transparent}.EstimateForm_demoNote__U_z3C{margin-top:.75rem;font-size:.9rem;color:#64748b;background:linear-gradient(135deg,#eff6ff,#f5f3ff);border:1px solid #dbeafe;border-radius:.75rem;padding:.75rem 1.25rem;display:inline-block}.EstimateForm_demoNote__U_z3C strong{color:#3b82f6}.EstimateForm_subtitle__fJpwc{font-size:1.25rem;color:var(--text-dark);opacity:.8;max-width:32rem;margin:0 auto}.EstimateForm_formCard__aAle3{background:#fff;border-radius:1.25rem;box-shadow:0 2px 12px rgba(0,0,0,.04);border:1px solid #e2e8f0;padding:2rem;animation:EstimateForm_fadeIn__xMqWC .6s ease-out;transition:all .2s ease}.EstimateForm_formCard__aAle3:hover{box-shadow:0 12px 40px rgba(0,0,0,.08);transform:translateY(-2px)}.EstimateForm_form__SOtCX{display:flex;flex-direction:column;gap:2rem}.EstimateForm_fieldGroup__ERVRk{display:flex;flex-direction:column;gap:.75rem}.EstimateForm_label__cnTx7{font-size:1.125rem;font-weight:600;display:block;color:var(--navy)}.EstimateForm_textareaWrapper__4qiaX{position:relative}.EstimateForm_textarea__KWO3S{width:100%;min-height:10rem;padding:1rem;border:1px solid var(--grey);background:#fff;border-radius:.5rem;font-size:1rem;line-height:1.5;resize:vertical;transition:all .2s ease;font-family:inherit}.EstimateForm_textarea__KWO3S:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.EstimateForm_textarea__KWO3S:hover{border-color:#3b82f6;opacity:.8}.EstimateForm_textarea__KWO3S::placeholder{color:var(--text-dark);opacity:.6}.EstimateForm_charCounter__iddBb{position:absolute;bottom:.75rem;right:.75rem;font-size:.875rem;color:var(--text-dark);opacity:.6}.EstimateForm_uploadZone___N0ue{border:2px dashed var(--grey);border-radius:.5rem;padding:2rem;text-align:center;transition:all .2s ease;cursor:pointer}.EstimateForm_uploadZone___N0ue:hover{border-color:#3b82f6;background:rgba(59,130,246,.05)}.EstimateForm_uploadZoneDragOver__DBSKN{border-color:#3b82f6;background:rgba(59,130,246,.1)}.EstimateForm_uploadIcon__wZDjW{width:3rem;height:3rem;color:var(--text-dark);opacity:.6;margin:0 auto 1rem}.EstimateForm_uploadTitle__rKLtv{font-size:1.125rem;font-weight:500;margin-bottom:.5rem;color:var(--navy)}.EstimateForm_uploadDescription___ThtL{color:var(--text-dark);opacity:.7;margin-bottom:1rem}.EstimateForm_uploadButton__xyqWG{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:1px solid var(--grey);border-radius:.5rem;cursor:pointer;transition:all .2s ease;color:var(--navy)}.EstimateForm_uploadButton__xyqWG:hover{background:var(--light-grey);border-color:#3b82f6}.EstimateForm_hiddenInput__JpPGE{display:none}.EstimateForm_fileList__hzGp5{display:flex;flex-direction:column;gap:.5rem}.EstimateForm_fileItem__PhYT7{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--light-grey);border-radius:.5rem;border:1px solid var(--grey)}.EstimateForm_fileInfo__oINOM{display:flex;align-items:center;gap:.75rem}.EstimateForm_fileIcon__nen_D{width:1.25rem;height:1.25rem;color:var(--text-dark);opacity:.7}.EstimateForm_fileName__VIg0O{font-weight:500;color:var(--navy)}.EstimateForm_fileSize__IghPM{font-size:.875rem;color:var(--text-dark);opacity:.6}.EstimateForm_removeButton__IHoeB{background:transparent;border:none;padding:.5rem;cursor:pointer;border-radius:.25rem;transition:all .2s ease;color:var(--text-dark);opacity:.6}.EstimateForm_removeButton__IHoeB:hover{background:rgba(255,0,0,.1);color:#ef4444}.EstimateForm_emailField__7g4bb{display:flex;align-items:center;gap:.5rem}.EstimateForm_emailIcon__KH9Yk{width:1.25rem;height:1.25rem}.EstimateForm_input__14JRc{width:100%;height:3rem;padding:.75rem 1rem;border:1px solid var(--grey);background:#fff;border-radius:.5rem;font-size:1rem;transition:all .2s ease}.EstimateForm_input__14JRc:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.EstimateForm_input__14JRc:hover{border-color:#3b82f6;opacity:.8}.EstimateForm_input__14JRc::placeholder{color:var(--text-dark);opacity:.6}.EstimateForm_helpText___DsbS{font-size:.875rem;color:var(--text-dark);opacity:.7}.EstimateForm_submitSection__fpWaX{padding-top:1rem}.EstimateForm_submitButton__FgZyl{width:100%;height:4rem;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.125rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s ease;box-shadow:var(--card-shadow)}.EstimateForm_submitButton__FgZyl:hover:not(:disabled){box-shadow:0 8px 32px 0 rgba(59,130,246,.3);transform:scale(1.02)}.EstimateForm_submitButton__FgZyl:active:not(:disabled){transform:scale(.98)}.EstimateForm_submitButton__FgZyl:disabled{opacity:.6;cursor:not-allowed}.EstimateForm_loadingIcon__eTG9o{width:1.25rem;height:1.25rem;animation:EstimateForm_spin__chS40 1s linear infinite}.EstimateForm_trustIndicators__A59fk{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:3rem;text-align:center}@media(min-width:768px){.EstimateForm_trustIndicators__A59fk{grid-template-columns:repeat(3,1fr)}}.EstimateForm_trustItem__A0OaC{display:flex;flex-direction:column;align-items:center;gap:.5rem}.EstimateForm_trustIconWrapper__ItGr5{width:3rem;height:3rem;border-radius:1rem;background:#eff6ff;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.EstimateForm_trustIcon__K8d9E{width:1.5rem;height:1.5rem;color:#3b82f6}.EstimateForm_trustTitle__G1hqn{font-weight:600;color:var(--navy)}.EstimateForm_trustDescription__TDCak{font-size:.875rem;color:var(--text-dark);opacity:.8}@keyframes EstimateForm_slideUp__e_Qz_{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes EstimateForm_fadeIn__xMqWC{0%{opacity:0}to{opacity:1}}@keyframes EstimateForm_spin__chS40{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ResultsDisplay_section__E0viR{padding:5rem 0;background:#fff}.ResultsDisplay_container__JePwN{max-width:1200px;margin:0 auto;padding:0 1.5rem}.ResultsDisplay_wrapper__bu83m{max-width:72rem;margin:0 auto}.ResultsDisplay_header__kqaLm{text-align:center;margin-bottom:3rem;animation:ResultsDisplay_slideUp__y54pH .6s cubic-bezier(.16,1,.3,1)}.ResultsDisplay_badge__re6Fj{display:inline-flex;align-items:center;gap:.5rem;background:rgba(34,197,94,.1);color:#22c55e;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.ResultsDisplay_badgeIcon__ANAAl{width:1rem;height:1rem}.ResultsDisplay_title__DX9x8{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--navy)}.ResultsDisplay_titleHighlight__vhijZ{background:linear-gradient(135deg,#2d3748,#3b82f6);background-clip:text;-webkit-background-clip:text;color:transparent}.ResultsDisplay_subtitle__h6m_8{font-size:1.25rem;color:var(--text-dark);opacity:.8}.ResultsDisplay_summaryCards__MBu_S{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}@media(min-width:768px){.ResultsDisplay_summaryCards__MBu_S{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ResultsDisplay_summaryCards__MBu_S{grid-template-columns:repeat(4,1fr)}}.ResultsDisplay_summaryCard__5JTZ6{background:#fff;border-radius:.75rem;padding:1.5rem;border:1px solid var(--grey);box-shadow:var(--card-shadow)}.ResultsDisplay_cardHeader__2GEs_{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.ResultsDisplay_cardIcon__PgWR6{padding:.5rem;background:rgba(59,130,246,.1);border-radius:.5rem}.ResultsDisplay_icon__K4fsj{width:1.5rem;height:1.5rem;color:#3b82f6}.ResultsDisplay_cardTitle__oBc5O{font-weight:600;color:var(--navy)}.ResultsDisplay_cardValue__MCCGH{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#2d3748,#3b82f6);background-clip:text;-webkit-background-clip:text;color:transparent;margin-bottom:.5rem}.ResultsDisplay_cardLabel__JbDGf{font-size:.875rem;color:var(--text-dark);opacity:.7}.ResultsDisplay_breakdownCard__tno0G{background:#fff;border-radius:.75rem;border:1px solid var(--grey);box-shadow:var(--card-shadow);overflow:hidden;margin-bottom:2rem}.ResultsDisplay_breakdownHeader__trZMb{padding:1.5rem;border-bottom:1px solid var(--grey);background:var(--light-grey)}.ResultsDisplay_breakdownTitle__V6Z7v{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--navy)}.ResultsDisplay_breakdownDescription__ChUrR{color:var(--text-dark);opacity:.8}.ResultsDisplay_tableWrapper__ltLl8{overflow-x:auto}.ResultsDisplay_table__YPdbj{width:100%;border-collapse:separate;border-spacing:0}.ResultsDisplay_tableHead__bMg1r{background:var(--light-grey)}.ResultsDisplay_tableHeader__dbVI0{text-align:left}.ResultsDisplay_tableHeaderRight__UdIu5,.ResultsDisplay_tableHeader__dbVI0{padding:1rem 1.5rem;font-weight:600;color:var(--navy);border-bottom:1px solid var(--grey)}.ResultsDisplay_tableHeaderRight__UdIu5{text-align:right}.ResultsDisplay_tableBody__ePtCd{background:#fff}.ResultsDisplay_tableRow__r_yP3{transition:background-color .2s ease}.ResultsDisplay_tableRow__r_yP3:hover{background:rgba(59,130,246,.05)}.ResultsDisplay_tableCellRight__VIuVO,.ResultsDisplay_tableCell__Jf_D2{padding:1rem 1.5rem;border-bottom:1px solid var(--grey)}.ResultsDisplay_tableCellRight__VIuVO{text-align:right;font-family:Courier New,monospace;font-weight:500;color:var(--navy)}.ResultsDisplay_taskCell__vIEg8 div{margin-bottom:.25rem}.ResultsDisplay_taskTitle__dlEyM{font-weight:500;color:var(--navy)}.ResultsDisplay_tableFooter__PN9wJ{background:linear-gradient(135deg,#2d3748,#3b82f6);border-top:2px solid #3b82f6}.ResultsDisplay_totalCellRight__r36TF,.ResultsDisplay_totalCell__PCreW{padding:1rem 1.5rem;font-weight:700;font-size:1.125rem;color:#fff}.ResultsDisplay_totalCellRight__r36TF{text-align:right}.ResultsDisplay_downloadSection__umrdK{background:linear-gradient(135deg,#2d3748,#3b82f6);border-radius:.75rem;padding:2rem;text-align:center;color:#fff;margin-bottom:3rem}.ResultsDisplay_downloadTitle__LsH76{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.ResultsDisplay_downloadDescription__fXtF_{margin-bottom:2rem;opacity:.9;max-width:32rem;margin-left:auto;margin-right:auto}.ResultsDisplay_downloadButtons__IqZhM{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(min-width:640px){.ResultsDisplay_downloadButtons__IqZhM{flex-direction:row;gap:1.5rem}}.ResultsDisplay_downloadButton__oM4aj{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;text-decoration:none;cursor:pointer;border:none;font-size:1rem}.ResultsDisplay_downloadButtonPdf__2Tf_g{background:#fff;color:var(--navy)}.ResultsDisplay_downloadButtonPdf__2Tf_g:hover{background:var(--light-grey);transform:translateY(-2px)}.ResultsDisplay_downloadButtonCsv__ODcwT{background:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.3)}.ResultsDisplay_downloadButtonCsv__ODcwT:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.ResultsDisplay_downloadIcon__PEAoN{width:1.25rem;height:1.25rem}.ResultsDisplay_downloadArrow__ozTFh{width:1rem;height:1rem;transition:transform .2s ease}.ResultsDisplay_downloadButton__oM4aj:hover .ResultsDisplay_downloadArrow__ozTFh{transform:translateY(2px)}.ResultsDisplay_nextSteps__x2K8t{text-align:center}.ResultsDisplay_nextStepsTitle__TaQuE{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--navy)}.ResultsDisplay_nextStepsDescription__oReNF{color:var(--text-dark);opacity:.8;margin-bottom:1.5rem;max-width:32rem;margin-left:auto;margin-right:auto}.ResultsDisplay_nextStepsButton__nu9Qj{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;background:linear-gradient(135deg,#2d3748,#3b82f6);color:#fff;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s ease;box-shadow:var(--card-shadow)}.ResultsDisplay_nextStepsButton__nu9Qj:hover{box-shadow:0 8px 32px 0 rgba(59,130,246,.3);transform:scale(1.05)}@keyframes ResultsDisplay_slideUp__y54pH{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Footer_footer__5n9kv{background:var(--navy);color:#fff}.Footer_ctaBanner__9tw2a{background:linear-gradient(135deg,#1e3a5f,#2d1b69);border-bottom:1px solid hsla(0,0%,100%,.08);padding:2.5rem 1.5rem}.Footer_ctaBannerContent__XXaoO{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}@media(min-width:768px){.Footer_ctaBannerContent__XXaoO{flex-direction:row;align-items:center;justify-content:space-between}}.Footer_ctaBannerTitle__XWR9Z{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.35rem}.Footer_ctaBannerSubtitle__KGNCA{font-size:.9rem;color:hsla(0,0%,100%,.7)}.Footer_ctaBannerActions__6lHH5{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}@media(min-width:480px){.Footer_ctaBannerActions__6lHH5{flex-direction:row;align-items:center}}.Footer_ctaBannerPrimary__DBGxc{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.Footer_ctaBannerPrimary__DBGxc:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(59,130,246,.4)}.Footer_ctaBannerSecondary__AKtk0{display:inline-flex;align-items:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;color:hsla(0,0%,100%,.85);border:1px solid hsla(0,0%,100%,.2);border-radius:.75rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.Footer_ctaBannerSecondary__AKtk0:hover{background:hsla(0,0%,100%,.1);color:#fff}.Footer_ctaBannerIcon__Y_MeL{width:1rem;height:1rem}.Footer_container__nuSSq{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 1rem}.Footer_grid__pHwaS{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media(min-width:640px){.Footer_grid__pHwaS{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.Footer_grid__pHwaS{grid-template-columns:2fr 1fr 1fr 1fr}}.Footer_section__cRvDA{display:flex;flex-direction:column;gap:1rem}.Footer_brand__slgZq{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#fff,hsla(0,0%,100%,.8));background-clip:text;-webkit-background-clip:text;color:transparent;margin-bottom:.5rem}.Footer_description__3UQQ9{color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:1rem}.Footer_contact__DZGjJ{display:flex;align-items:center;gap:.5rem}.Footer_contactIcon__T0u3N{width:1.25rem;height:1.25rem;color:#3b82f6}.Footer_contactLink__GEf16{color:#fff;text-decoration:none;transition:color .2s ease}.Footer_contactLink__GEf16:hover{color:#3b82f6}.Footer_sectionTitle__9Jy2j{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.Footer_linkList__w_M9d{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.Footer_link__TdVcl{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .2s ease;display:inline-block;background:transparent;border:none;padding:0;font-size:inherit;font-family:inherit;cursor:pointer;text-align:left}.Footer_link__TdVcl:hover{color:#3b82f6}.Footer_linkWithIcon__JtLiu{display:flex;align-items:center;gap:.5rem}.Footer_linkIcon__jhymn{width:1rem;height:1rem}.Footer_bottomBar___1PkU{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}@media(min-width:768px){.Footer_bottomBar___1PkU{flex-direction:row}}.Footer_copyright__N2UpV,.Footer_metrics__nK7xc{color:hsla(0,0%,100%,.8);font-size:.875rem}.Footer_metrics__nK7xc{display:flex;align-items:center;gap:1rem}@media(max-width:640px){.Footer_metrics__nK7xc{flex-direction:column;gap:.5rem}}.Footer_metricSeparator__fTnN1{color:#3b82f6}@media(max-width:640px){.Footer_metricSeparator__fTnN1{display:none}}.Footer_metricItem__HMrkm{display:inline-flex;align-items:center;gap:.4rem}.Footer_metricIcon__1xnbx{width:.875rem;height:.875rem;color:#3b82f6;flex-shrink:0}