@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;800&display=swap";
.Navbar-module__cRh5nW__header{z-index:100;background:linear-gradient(to bottom,var(--color-primary-dark)60%,#0000 60%);width:100%;position:fixed;top:0;left:0}.Navbar-module__cRh5nW__topBar{color:#fff;padding:.4rem 0;font-size:.8rem}.Navbar-module__cRh5nW__topBarInner{justify-content:space-between;align-items:center;max-width:80rem;margin:auto;padding:0 1rem;display:flex}.Navbar-module__cRh5nW__topBarContact{font-size:.8rem}@media (max-width:480px){.Navbar-module__cRh5nW__topBar{display:none}}.Navbar-module__cRh5nW__socials{align-items:center;gap:.75rem;display:flex}.Navbar-module__cRh5nW__socialLink{color:#fff;opacity:.8;justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.Navbar-module__cRh5nW__socialLink:hover{opacity:1}.Navbar-module__cRh5nW__navWrapper{max-width:90rem;margin:8px auto 0;padding:0 1rem}.Navbar-module__cRh5nW__navContainer{background:#fff;border:1px solid #0000000d;border-radius:14px;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;display:flex;box-shadow:0 8px 25px #00000014}.Navbar-module__cRh5nW__logoSpace{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.Navbar-module__cRh5nW__logoLink{flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;transition:opacity .2s;display:flex}.Navbar-module__cRh5nW__logoLink:hover{opacity:.8}.Navbar-module__cRh5nW__mainLogo{object-fit:contain;width:auto;height:60px}.Navbar-module__cRh5nW__logoIconWrap{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));border-radius:.6rem;padding:.5rem}.Navbar-module__cRh5nW__logoIcon{color:#fff;width:1.5rem;height:1.5rem}.Navbar-module__cRh5nW__logoTextCol{flex-direction:column;display:flex}.Navbar-module__cRh5nW__logoTitle{font-size:1.2rem;font-weight:700}.Navbar-module__cRh5nW__logoSub{text-transform:uppercase;color:var(--color-primary);font-size:10px}.Navbar-module__cRh5nW__desktopNav{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:none}@media (min-width:768px){.Navbar-module__cRh5nW__desktopNav{display:flex}}.Navbar-module__cRh5nW__navLinks{flex:1;justify-content:center;align-items:center;gap:1.8rem;display:flex}.Navbar-module__cRh5nW__navLink{color:#333;white-space:nowrap;align-items:center;gap:.3rem;font-size:1rem;font-weight:500;text-decoration:none;display:flex;position:relative}.Navbar-module__cRh5nW__navLink:after{content:"";background:var(--color-primary);width:0%;height:2px;transition:all .25s;position:absolute;bottom:-4px;left:0}.Navbar-module__cRh5nW__navLink:hover:after{width:100%}.Navbar-module__cRh5nW__activeNavLink{color:var(--color-primary);font-weight:600}.Navbar-module__cRh5nW__activeNavLink:after{width:100%}.Navbar-module__cRh5nW__quoteBtn{background:var(--color-primary-dark);color:#fff;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:.4rem;padding:.6rem 1.4rem;font-size:.85rem;text-decoration:none;display:flex}.Navbar-module__cRh5nW__quoteBtn:hover{opacity:.9}.Navbar-module__cRh5nW__mobileBtnWrap{align-items:center;display:flex}@media (min-width:768px){.Navbar-module__cRh5nW__mobileBtnWrap{display:none}}.Navbar-module__cRh5nW__mobileBtn{cursor:pointer;color:#333;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.4rem;display:flex}.Navbar-module__cRh5nW__mobileNav{background:#fff;overflow:hidden}@media (min-width:768px){.Navbar-module__cRh5nW__mobileNav{display:none}}.Navbar-module__cRh5nW__mobileNavInner{flex-direction:column;gap:.5rem;padding:1rem;display:flex}.Navbar-module__cRh5nW__mobileLink{color:#333;border-radius:8px;padding:.8rem;font-weight:500;text-decoration:none;display:block}.Navbar-module__cRh5nW__mobileLink:hover{background:#f5f5f5}.Navbar-module__cRh5nW__activeMobileLink{color:var(--color-primary);background:#0ea5e90d;font-weight:600}.Navbar-module__cRh5nW__mobileQuoteWrap{margin-top:.5rem}.Navbar-module__cRh5nW__mobileQuoteBtn{background:var(--color-primary-dark);color:#fff;text-align:center;border-radius:8px;padding:.8rem;font-weight:500;text-decoration:none;display:block}.Navbar-module__cRh5nW__mobileQuoteBtn:hover{opacity:.9}.Navbar-module__cRh5nW__dropdownContainer{align-items:center;height:100%;display:flex;position:relative}.Navbar-module__cRh5nW__dropdownIcon{transition:transform .2s}.Navbar-module__cRh5nW__dropdownIconOpen{transform:rotate(180deg)}.Navbar-module__cRh5nW__dropdownMenu{z-index:1000;background:#fff;border:1px solid #0000000d;border-radius:12px;width:400px;margin-top:15px;padding:1.5rem;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0000001a}.Navbar-module__cRh5nW__dropdownMenu:before{content:"";width:100%;height:20px;position:absolute;top:-20px;left:0}.Navbar-module__cRh5nW__dropdownGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Navbar-module__cRh5nW__dropdownItem{border-radius:8px;align-items:flex-start;gap:1rem;padding:.8rem;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__cRh5nW__dropdownItem:hover,.Navbar-module__cRh5nW__activeDropdownItem{background:#f8fafc}.Navbar-module__cRh5nW__dropdownItemContent{flex-direction:column;gap:.2rem;display:flex}.Navbar-module__cRh5nW__dropdownItemTitle{color:#1e293b;font-size:.95rem;font-weight:600}.Navbar-module__cRh5nW__dropdownItemDesc{color:#64748b;font-size:.8rem;line-height:1.4}.Navbar-module__cRh5nW__activeDropdownItem .Navbar-module__cRh5nW__dropdownItemTitle{color:var(--color-primary)}.Navbar-module__cRh5nW__mobileDropdownWrap{flex-direction:column;display:flex}.Navbar-module__cRh5nW__mobileLinkParent{justify-content:space-between;align-items:center;padding:0;display:flex}.Navbar-module__cRh5nW__mobileLinkText{color:#333;flex-grow:1;padding:.8rem;font-weight:500;text-decoration:none}.Navbar-module__cRh5nW__mobileDropdownBtn{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;padding:.8rem;display:flex}.Navbar-module__cRh5nW__mobileDropdownMenu{border-left:2px solid #f1f5f9;flex-direction:column;gap:.2rem;margin-top:.4rem;margin-bottom:.8rem;padding-left:1rem;display:flex;overflow:hidden}.Navbar-module__cRh5nW__mobileDropdownItem{color:#475569;border-radius:6px;padding:.6rem .8rem;font-size:.95rem;text-decoration:none}.Navbar-module__cRh5nW__mobileDropdownItem:hover,.Navbar-module__cRh5nW__activeMobileDropdownItem{color:var(--color-primary);background:#f8fafc;font-weight:500}
.Footer-module__3hUVsW__footer{background-color:var(--foreground);color:var(--background);padding-top:4rem;padding-bottom:2rem}.Footer-module__3hUVsW__container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width:640px){.Footer-module__3hUVsW__container{padding:0 1.5rem}}@media (min-width:1024px){.Footer-module__3hUVsW__container{padding:0 2rem}}.Footer-module__3hUVsW__gridInfo{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.Footer-module__3hUVsW__gridInfo{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__3hUVsW__gridInfo{grid-template-columns:repeat(4,1fr)}}.Footer-module__3hUVsW__companyInfo{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__3hUVsW__logoLink{align-items:center;gap:.5rem;margin-bottom:.5rem;text-decoration:none;transition:opacity .2s;display:flex}.Footer-module__3hUVsW__logoLink:hover{opacity:.8}.Footer-module__3hUVsW__mainLogo{object-fit:contain;width:auto;height:100px}.Footer-module__3hUVsW__logoIconWrap{background-color:var(--color-primary);border-radius:.5rem;padding:.5rem}.Footer-module__3hUVsW__logoIcon{color:#fff;width:1.5rem;height:1.5rem}.Footer-module__3hUVsW__logoTextCol{flex-direction:column;display:flex}.Footer-module__3hUVsW__logoTitle{letter-spacing:-.025em;color:#fff;font-size:1.25rem;font-weight:700}.Footer-module__3hUVsW__logoSub{text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-top:-.25rem;font-size:10px;font-weight:600}.Footer-module__3hUVsW__descP{color:#fff9;font-size:.875rem;line-height:1.625}.Footer-module__3hUVsW__socials{gap:1rem;display:flex}.Footer-module__3hUVsW__socialLink{color:#fff;transition:color .2s}.Footer-module__3hUVsW__socialLink:hover{color:var(--color-primary)}.Footer-module__3hUVsW__socialIcon{width:1.25rem;height:1.25rem}.Footer-module__3hUVsW__footerH3{color:#fff;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.Footer-module__3hUVsW__linksList{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__linkItem{color:#fff9;align-items:center;text-decoration:none;transition:all .2s;display:flex}.Footer-module__3hUVsW__linkItem:hover{color:#fff;padding-left:.5rem}.Footer-module__3hUVsW__arrowIcon{opacity:0;width:.75rem;height:.75rem;margin-right:.5rem;transition:opacity .2s}.Footer-module__3hUVsW__linkItem:hover .Footer-module__3hUVsW__arrowIcon{opacity:1}.Footer-module__3hUVsW__contactLi{color:#fff9;align-items:flex-start;gap:.75rem;display:flex}.Footer-module__3hUVsW__contactLiCenter{color:#fff9;align-items:center;gap:.75rem;display:flex}.Footer-module__3hUVsW__contactIcon{width:1.25rem;height:1.25rem;color:var(--color-primary);flex-shrink:0}.Footer-module__3hUVsW__contactText{font-size:.875rem;line-height:1.625}.Footer-module__3hUVsW__contactTextBold{font-size:.875rem;font-weight:600}.Footer-module__3hUVsW__serviceP{color:#fff9;margin-bottom:1.5rem;font-size:.875rem}.Footer-module__3hUVsW__footerQuoteBtn{background-color:var(--color-primary-dark);color:#fff;text-align:center;border-radius:.5rem;width:100%;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 10px 15px -3px #1e40af33}.Footer-module__3hUVsW__footerQuoteBtn:hover{background-color:var(--color-primary-dark)}.Footer-module__3hUVsW__bottomBar{color:#fff6;border-top:1px solid #ffffff0d;flex-direction:column;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.75rem;display:flex}@media (min-width:768px){.Footer-module__3hUVsW__bottomBar{flex-direction:row}}.Footer-module__3hUVsW__bottomLinks{gap:1.5rem;margin-top:1rem;display:flex}@media (min-width:768px){.Footer-module__3hUVsW__bottomLinks{margin-top:0}}.Footer-module__3hUVsW__legalLink{color:#fff6;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__legalLink:hover{color:var(--background)}
.HeroSlider-module__KtIrma__hero{--accent:#2a85c7;--accent-light:#5ab0e8;--accent-glow:#2a85c740;--dark-base:#060d18;--navbar-h:115px;--control-h:72px;background:var(--dark-base);width:100%;height:75vh;min-height:520px;position:relative;overflow:hidden}.HeroSlider-module__KtIrma__bgStack{z-index:0;position:absolute;inset:0}.HeroSlider-module__KtIrma__bgLayer{opacity:0;will-change:opacity,transform;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity 1.2s cubic-bezier(.4,0,.2,1),transform 8s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0;transform:scale(1.07)}.HeroSlider-module__KtIrma__bgActive{opacity:1;transform:scale(1)}.HeroSlider-module__KtIrma__bgPrev{opacity:0;transition:opacity 1.2s cubic-bezier(.4,0,.2,1),transform 1.2s;transform:scale(1.04)}.HeroSlider-module__KtIrma__gradientOverlay{background:linear-gradient(100deg,#040a16eb 0%,#040a16bf 40%,#040a164d 70%,#040a161a 100%);position:absolute;inset:0}.HeroSlider-module__KtIrma__vignette{background:radial-gradient(at 20%,#0000 50%,#00000073 100%),linear-gradient(#0000 72%,#040a16d9 100%);position:absolute;inset:0}.HeroSlider-module__KtIrma__ambientLight{pointer-events:none;background:radial-gradient(60% 80% at 0%,#2a85c714 0%,#0000 70%);position:absolute;inset:0}.HeroSlider-module__KtIrma__contentStack{top:var(--navbar-h);bottom:var(--control-h);z-index:10;pointer-events:none;align-items:center;display:flex;position:absolute;left:0;right:0}.HeroSlider-module__KtIrma__slideContent{pointer-events:none;opacity:0;max-width:660px;padding:0 clamp(24px,7vw,110px);transition:opacity .85s cubic-bezier(.4,0,.2,1),transform .85s cubic-bezier(.4,0,.2,1);position:absolute;left:0;right:0;transform:translateY(28px)}.HeroSlider-module__KtIrma__contentActive{opacity:1;pointer-events:auto;transition-delay:.4s;transform:translateY(0)}.HeroSlider-module__KtIrma__contentPrev{opacity:0;transition-delay:0s;transform:translateY(-18px)}.HeroSlider-module__KtIrma__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--accent-light);align-items:center;gap:12px;margin:0 0 14px;font-size:clamp(10px,1vw,11px);font-weight:500;display:flex}.HeroSlider-module__KtIrma__eyebrowLine{background:linear-gradient(90deg,var(--accent-light),transparent);flex-shrink:0;width:32px;height:1px;display:inline-block}.HeroSlider-module__KtIrma__title{letter-spacing:-.01em;color:#fff;text-shadow:0 2px 40px #0006;margin:0 0 16px;font-size:clamp(34px,5vw,64px);font-weight:700;line-height:1.06}.HeroSlider-module__KtIrma__titleLine{display:block}.HeroSlider-module__KtIrma__titleLine:last-child{color:#ffffffeb}.HeroSlider-module__KtIrma__subtitle{color:#ffffff9e;border-left:1px solid #2a85c766;max-width:440px;margin:0 0 28px;padding-left:14px;font-size:clamp(13px,1.2vw,15px);font-weight:300;line-height:1.7}.HeroSlider-module__KtIrma__cta{background:var(--accent);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:2px;align-items:center;gap:10px;padding:12px 26px;font-size:12px;font-weight:500;text-decoration:none;transition:gap .3s,transform .2s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #2a85c759}.HeroSlider-module__KtIrma__cta:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1f,#0000);width:60%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.HeroSlider-module__KtIrma__cta:hover{gap:18px;transform:translateY(-2px);box-shadow:0 8px 32px #2a85c780}.HeroSlider-module__KtIrma__cta:hover:before{left:150%}.HeroSlider-module__KtIrma__controlBar{z-index:20;height:var(--control-h);-webkit-backdrop-filter:blur(16px);background:#060d188c;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:24px;padding:0 clamp(24px,7vw,110px);display:flex;position:absolute;bottom:0;left:0;right:0}.HeroSlider-module__KtIrma__slideDivider{left:clamp(24px,7vw,110px);bottom:var(--control-h);background:linear-gradient(#0000,#ffffff1f);width:1px;height:48px;position:absolute}.HeroSlider-module__KtIrma__dotsWrap{align-items:center;gap:10px;display:flex}.HeroSlider-module__KtIrma__dot{cursor:pointer;background:#ffffff26;border:none;border-radius:2px;width:52px;height:2px;padding:0;transition:width .35s cubic-bezier(.4,0,.2,1),background .3s;position:relative;overflow:hidden}.HeroSlider-module__KtIrma__dot:not(.HeroSlider-module__KtIrma__dotActive){width:20px}.HeroSlider-module__KtIrma__dotFill{background:linear-gradient(90deg,var(--accent),var(--accent-light));transform-origin:0;border-radius:2px;transition:transform 50ms linear;position:absolute;inset:0;transform:scaleX(0)}.HeroSlider-module__KtIrma__counter{align-items:center;gap:12px;display:flex}.HeroSlider-module__KtIrma__counterCurrent{color:#fff;min-width:2ch;font-size:30px;font-weight:600;line-height:1}.HeroSlider-module__KtIrma__counterSep{background:#ffffff40;width:26px;height:1px;display:block;transform:rotate(-65deg)}.HeroSlider-module__KtIrma__counterTotal{color:#ffffff59;min-width:2ch;font-size:12px;font-weight:400;line-height:1}.HeroSlider-module__KtIrma__arrows{gap:10px;display:flex}.HeroSlider-module__KtIrma__arrowBtn{color:#ffffffbf;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,border-color .2s,color .2s,transform .15s;display:flex}.HeroSlider-module__KtIrma__arrowBtn:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:scale(1.08)}.HeroSlider-module__KtIrma__arrowBtn:active{transform:scale(.94)}@media (max-width:768px){.HeroSlider-module__KtIrma__hero{height:75vh;min-height:480px}.HeroSlider-module__KtIrma__slideContent,.HeroSlider-module__KtIrma__subtitle{max-width:100%}}@media (max-width:640px){.HeroSlider-module__KtIrma__counter{display:none}.HeroSlider-module__KtIrma__controlBar{justify-content:space-between}.HeroSlider-module__KtIrma__dot{width:32px}.HeroSlider-module__KtIrma__dot:not(.HeroSlider-module__KtIrma__dotActive){width:14px}.HeroSlider-module__KtIrma__title{font-size:clamp(28px,9vw,42px)}}
.ServicesSection-module__A6ZsrW__section{background:#fff;padding:5rem 0 6rem}.ServicesSection-module__A6ZsrW__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.ServicesSection-module__A6ZsrW__layout{grid-template-columns:1fr 360px;align-items:start;gap:2.5rem;display:grid}.ServicesSection-module__A6ZsrW__gridHeader{margin-bottom:1.75rem}.ServicesSection-module__A6ZsrW__label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.ServicesSection-module__A6ZsrW__title{color:#111827;margin-bottom:.6rem;font-size:1.875rem;font-weight:800;line-height:1.2}.ServicesSection-module__A6ZsrW__subtitle{color:#6b7280;max-width:480px;font-size:.9rem;line-height:1.65}.ServicesSection-module__A6ZsrW__grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.ServicesSection-module__A6ZsrW__card{cursor:pointer;text-align:left;background:#fafafa;border:1px solid #e4e7ec;border-radius:12px;flex-direction:column;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.ServicesSection-module__A6ZsrW__card:hover{border-color:var(--color-primary);transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.ServicesSection-module__A6ZsrW__cardImageWrap{background:#f3f4f6;height:130px;position:relative;overflow:hidden}.ServicesSection-module__A6ZsrW__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.ServicesSection-module__A6ZsrW__card:hover .ServicesSection-module__A6ZsrW__cardImage{transform:scale(1.05)}.ServicesSection-module__A6ZsrW__cardOverlay{pointer-events:none;background:linear-gradient(#0000 40%,#00000038 100%);position:absolute;inset:0}.ServicesSection-module__A6ZsrW__cardIconBadge{width:28px;height:28px;color:var(--color-primary);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border:1px solid #fff9;border-radius:6px;justify-content:center;align-items:center;display:flex;position:absolute;bottom:.6rem;left:.75rem}.ServicesSection-module__A6ZsrW__cardBody{flex-direction:column;gap:.25rem;padding:.875rem;display:flex}.ServicesSection-module__A6ZsrW__cardTitle{color:#111827;font-size:.875rem;font-weight:700;line-height:1.2}.ServicesSection-module__A6ZsrW__cardShort{color:#9ca3af;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.45;display:-webkit-box;overflow:hidden}.ServicesSection-module__A6ZsrW__aboutPanel{background:#fafafa;border:1px solid #e4e7ec;border-radius:16px;position:sticky;top:5.5rem;overflow:hidden}.ServicesSection-module__A6ZsrW__aboutImageWrap{background:#f3f4f6;height:240px;position:relative;overflow:hidden}.ServicesSection-module__A6ZsrW__aboutImage{object-fit:cover;width:100%;height:100%;display:block}.ServicesSection-module__A6ZsrW__aboutOverlay{pointer-events:none;background:linear-gradient(#0000 50%,#00000040 100%);position:absolute;inset:0}.ServicesSection-module__A6ZsrW__aboutBody{flex-direction:column;gap:.75rem;padding:1.75rem;display:flex}.ServicesSection-module__A6ZsrW__aboutEyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);font-size:.7rem;font-weight:700}.ServicesSection-module__A6ZsrW__aboutTitle{color:#111827;font-size:1.1rem;font-weight:800;line-height:1.3}.ServicesSection-module__A6ZsrW__aboutText{color:#4b5563;font-size:.875rem;line-height:1.75}.ServicesSection-module__A6ZsrW__aboutCta{color:var(--color-primary);align-items:center;gap:.35rem;margin-top:.25rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.ServicesSection-module__A6ZsrW__aboutCta:hover{gap:.6rem}.ServicesSection-module__A6ZsrW__backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;isolation:isolate;background:#00000080;justify-content:center;align-items:center;padding:1.5rem;animation:.18s ServicesSection-module__A6ZsrW__fadeIn;display:flex;position:fixed;inset:0}@keyframes ServicesSection-module__A6ZsrW__fadeIn{0%{opacity:0}to{opacity:1}}.ServicesSection-module__A6ZsrW__modal{background:#fff;border-radius:16px;width:100%;max-width:480px;animation:.22s ServicesSection-module__A6ZsrW__slideUp;position:relative;overflow:hidden;box-shadow:0 24px 60px #0000002e}@keyframes ServicesSection-module__A6ZsrW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ServicesSection-module__A6ZsrW__closeBtn{cursor:pointer;color:#374151;z-index:10;background:#ffffffe6;border:1px solid #00000014;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex;position:absolute;top:.875rem;right:.875rem}.ServicesSection-module__A6ZsrW__closeBtn:hover{background:#f3f4f6}.ServicesSection-module__A6ZsrW__modalImageWrap{background:#f3f4f6;height:220px;position:relative;overflow:hidden}.ServicesSection-module__A6ZsrW__modalImage{object-fit:cover;width:100%;height:100%;display:block}.ServicesSection-module__A6ZsrW__modalImageOverlay{pointer-events:none;background:linear-gradient(#0000 40%,#00000059 100%);position:absolute;inset:0}.ServicesSection-module__A6ZsrW__modalImageLabel{color:#fff;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:700;display:inline-flex;position:absolute;bottom:1rem;left:1.25rem}.ServicesSection-module__A6ZsrW__modalBody{flex-direction:column;gap:.875rem;padding:1.5rem 1.75rem 1.75rem;display:flex}.ServicesSection-module__A6ZsrW__modalTitle{color:#111827;font-size:1.25rem;font-weight:800;line-height:1.2}.ServicesSection-module__A6ZsrW__modalDetail{color:#4b5563;font-size:.9rem;line-height:1.75}.ServicesSection-module__A6ZsrW__highlights{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.ServicesSection-module__A6ZsrW__highlight{color:#374151;align-items:center;gap:.6rem;font-size:.8375rem;font-weight:500;display:flex}.ServicesSection-module__A6ZsrW__highlightDot{background:var(--color-primary);border-radius:50%;flex-shrink:0;width:6px;height:6px}.ServicesSection-module__A6ZsrW__modalActions{gap:.75rem;margin-top:.25rem;display:flex}.ServicesSection-module__A6ZsrW__btnPrimary{background:var(--color-primary);color:#fff;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.ServicesSection-module__A6ZsrW__btnPrimary:hover{opacity:.9}.ServicesSection-module__A6ZsrW__btnSecondary{color:#111827;background:#fff;border:1.5px solid #e4e7ec;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.ServicesSection-module__A6ZsrW__btnSecondary:hover{border-color:var(--color-primary);background:#f9fafb}@media (max-width:960px){.ServicesSection-module__A6ZsrW__layout{grid-template-columns:1fr}.ServicesSection-module__A6ZsrW__aboutPanel{order:-1;position:static}.ServicesSection-module__A6ZsrW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.ServicesSection-module__A6ZsrW__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ServicesSection-module__A6ZsrW__modal{max-width:100%}.ServicesSection-module__A6ZsrW__modalActions{flex-direction:column}}
.ProductsSection-module__Ud6DYa__productsSection{background-color:var(--color-primary-dark);padding:5rem 0}.ProductsSection-module__Ud6DYa__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.ProductsSection-module__Ud6DYa__layout{grid-template-columns:360px 1fr;align-items:start;gap:3.5rem;display:grid}.ProductsSection-module__Ud6DYa__leftPanel{flex-direction:column;gap:1rem;display:flex;position:sticky;top:6rem}.ProductsSection-module__Ud6DYa__sectionLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary-dark);background-color:var(--background);border-radius:5px;width:fit-content;padding:.5rem;font-size:.75rem;font-weight:700}.ProductsSection-module__Ud6DYa__title{color:var(--background);font-size:2rem;font-weight:800;line-height:1.2}.ProductsSection-module__Ud6DYa__subtitle{color:var(--background);font-size:.9375rem;line-height:1.7}.ProductsSection-module__Ud6DYa__allProductsLink{color:var(--background);align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.ProductsSection-module__Ud6DYa__allProductsLink:hover{gap:.65rem}.ProductsSection-module__Ud6DYa__leftImage{aspect-ratio:4/3;background:#f3f4f6;border:1px solid #e4e7ec;border-radius:12px;margin-top:.5rem;overflow:hidden}.ProductsSection-module__Ud6DYa__panelImg{object-fit:cover;width:100%;height:100%;display:block}.ProductsSection-module__Ud6DYa__rightPanel{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.ProductsSection-module__Ud6DYa__carouselHeader{justify-content:space-between;align-items:center;display:flex}.ProductsSection-module__Ud6DYa__carouselCount{color:var(--color-muted);font-size:.8125rem;font-weight:500}.ProductsSection-module__Ud6DYa__navBtns{gap:.5rem;display:flex}.ProductsSection-module__Ud6DYa__navBtn{width:36px;height:36px;color:var(--color-primary);cursor:pointer;background:#fff;border:1px solid #e4e7ec;border-radius:8px;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s;display:flex}.ProductsSection-module__Ud6DYa__navBtn:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.ProductsSection-module__Ud6DYa__scrollView{scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.ProductsSection-module__Ud6DYa__scrollView::-webkit-scrollbar{display:none}.ProductsSection-module__Ud6DYa__card{scroll-snap-align:start;background:#fff;border:1px solid #e4e7ec;border-radius:12px;flex-direction:column;flex:0 0 260px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.ProductsSection-module__Ud6DYa__card:hover{border-color:var(--color-primary);transform:translateY(-4px);box-shadow:0 10px 24px #00000014}.ProductsSection-module__Ud6DYa__imageWrapper{background:#f3f4f6;height:180px;overflow:hidden}.ProductsSection-module__Ud6DYa__image{object-fit:cover;width:100%;height:100%;transition:transform .35s}.ProductsSection-module__Ud6DYa__card:hover .ProductsSection-module__Ud6DYa__image{transform:scale(1.05)}.ProductsSection-module__Ud6DYa__content{flex-direction:column;flex:1;gap:.4rem;padding:1.25rem 1.25rem .75rem;display:flex}.ProductsSection-module__Ud6DYa__productName{color:#111827;font-size:1rem;font-weight:700;line-height:1.3}.ProductsSection-module__Ud6DYa__productDesc{color:#6b7280;font-size:.875rem;line-height:1.55}.ProductsSection-module__Ud6DYa__cardFooter{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex}.ProductsSection-module__Ud6DYa__learnMore{color:var(--color-primary);font-size:.8125rem;font-weight:600}.ProductsSection-module__Ud6DYa__arrowIcon{color:var(--color-primary);transition:transform .2s}.ProductsSection-module__Ud6DYa__card:hover .ProductsSection-module__Ud6DYa__arrowIcon{transform:translate(4px)}@media (max-width:900px){.ProductsSection-module__Ud6DYa__layout{grid-template-columns:1fr}.ProductsSection-module__Ud6DYa__leftPanel{position:static}.ProductsSection-module__Ud6DYa__leftImage{display:none}}
.Testimonials-module__E1A-Va__testSection{background-color:var(--background);border-top:1px solid #1118270d;border-bottom:1px solid #1118270d;padding:4rem 0;overflow:hidden}.Testimonials-module__E1A-Va__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.Testimonials-module__E1A-Va__header{text-align:center;margin-bottom:4rem}.Testimonials-module__E1A-Va__title{color:var(--foreground);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.Testimonials-module__E1A-Va__subtitle{color:var(--color-muted);font-size:1.125rem}.Testimonials-module__E1A-Va__categoryGrid{grid-template-columns:1fr;gap:4rem;display:grid}@media (min-width:1024px){.Testimonials-module__E1A-Va__categoryGrid{grid-template-columns:1fr 1fr}}.Testimonials-module__E1A-Va__categoryTitle{color:var(--color-primary);border-bottom:2px solid #1e40af1a;margin-bottom:2rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.Testimonials-module__E1A-Va__scrollWrapper{height:500px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 10% 90%,#0000);mask-image:linear-gradient(#0000,#000 10% 90%,#0000)}.Testimonials-module__E1A-Va__scrollTrack{flex-direction:column;gap:1.5rem;width:100%;display:flex;position:absolute}@keyframes Testimonials-module__E1A-Va__scrollVertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.Testimonials-module__E1A-Va__scrollSlow{animation:25s linear infinite Testimonials-module__E1A-Va__scrollVertical}.Testimonials-module__E1A-Va__scrollFast{animation:20s linear -5s infinite Testimonials-module__E1A-Va__scrollVertical}.Testimonials-module__E1A-Va__scrollWrapper:hover .Testimonials-module__E1A-Va__scrollTrack{animation-play-state:paused}.Testimonials-module__E1A-Va__card{background-color:var(--color-surface);border:1px solid #1118270d;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.Testimonials-module__E1A-Va__review{color:var(--color-muted);margin-bottom:1.5rem;font-style:italic;line-height:1.625}.Testimonials-module__E1A-Va__authorRow{align-items:center;gap:1rem;display:flex}.Testimonials-module__E1A-Va__avatar{object-fit:cover;border:2px solid var(--color-surface);border-radius:50%;width:3rem;height:3rem}.Testimonials-module__E1A-Va__name{color:var(--foreground);font-weight:700}.Testimonials-module__E1A-Va__location{color:var(--color-muted);font-size:.875rem}
.Achievements-module__DLHrAW__section{background-color:var(--color-primary-dark);padding:6rem 0}.Achievements-module__DLHrAW__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Achievements-module__DLHrAW__header{text-align:center;margin-bottom:4rem}.Achievements-module__DLHrAW__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.Achievements-module__DLHrAW__title{color:#fff;font-size:1.875rem;font-weight:800;line-height:1.2}.Achievements-module__DLHrAW__cursive{color:#fff;font-style:italic;font-weight:700}.Achievements-module__DLHrAW__grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}@media (max-width:900px){.Achievements-module__DLHrAW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.Achievements-module__DLHrAW__grid{grid-template-columns:1fr}}.Achievements-module__DLHrAW__card{border-top:2px solid #e8e8e8;flex-direction:column;align-items:flex-start;gap:.5rem;padding:2rem 2rem 2rem 0;display:flex}.Achievements-module__DLHrAW__card+.Achievements-module__DLHrAW__card{border-left:1px solid #e8e8e8;padding-left:2rem}@media (max-width:900px){.Achievements-module__DLHrAW__card+.Achievements-module__DLHrAW__card{border-left:none}.Achievements-module__DLHrAW__card:nth-child(2){border-left:1px solid #e8e8e8}.Achievements-module__DLHrAW__card:nth-child(3),.Achievements-module__DLHrAW__card:nth-child(4){border-top:2px solid #e8e8e8}}.Achievements-module__DLHrAW__badgeWrapper{color:#fff;margin-bottom:.25rem}.Achievements-module__DLHrAW__laurel{width:44px;height:44px}.Achievements-module__DLHrAW__year{letter-spacing:.08em;color:#fff;font-size:12px;font-weight:600}.Achievements-module__DLHrAW__cardTitle{color:#fff;letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700;line-height:1.3}.Achievements-module__DLHrAW__cardDesc{color:#fff;margin:0;font-size:13.5px;line-height:1.65}
.ServiceArea-module__oOYq-q__serviceSection{background-color:#fff;padding:1rem 0}.ServiceArea-module__oOYq-q__container{max-width:1100px;margin:0 auto;padding:0 1rem}.ServiceArea-module__oOYq-q__header{margin-bottom:3.5rem}.ServiceArea-module__oOYq-q__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.ServiceArea-module__oOYq-q__title{color:#111827;margin-bottom:.6rem;font-size:1.875rem;font-weight:800;line-height:1.15}.ServiceArea-module__oOYq-q__subtitle{color:#4b5563;max-width:480px;font-size:.9rem;font-weight:400;line-height:1.65}.ServiceArea-module__oOYq-q__mapGrid{background-color:#e2e8f0;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}@media (max-width:680px){.ServiceArea-module__oOYq-q__mapGrid{grid-template-columns:1fr}}.ServiceArea-module__oOYq-q__regionCard{cursor:pointer;background-color:#fff;flex-direction:column;gap:1.25rem;padding:1rem;transition:background-color .2s;display:flex}.ServiceArea-module__oOYq-q__regionCard:hover{background-color:#f0f9ff}.ServiceArea-module__oOYq-q__imageWrapper{aspect-ratio:4/3;background-color:#e2e8f0;border-radius:8px;width:100%;overflow:hidden}.ServiceArea-module__oOYq-q__cardImage{object-fit:cover;filter:saturate(.6)brightness(1.02);width:100%;height:100%;transition:filter .35s;display:block}.ServiceArea-module__oOYq-q__regionCard:hover .ServiceArea-module__oOYq-q__cardImage{filter:saturate()brightness()}.ServiceArea-module__oOYq-q__cardContent{flex-direction:column;gap:.4rem;display:flex}.ServiceArea-module__oOYq-q__cardMeta{justify-content:space-between;align-items:baseline;margin-bottom:.1rem;display:flex}.ServiceArea-module__oOYq-q__regionName{color:#0d1e3d;letter-spacing:-.02em;font-size:1.1rem;font-weight:700;line-height:1.2}.ServiceArea-module__oOYq-q__regionIndex{letter-spacing:.1em;color:#a0aec0;font-size:11px;font-weight:600}.ServiceArea-module__oOYq-q__districts{color:#4a5568;font-size:13px;font-weight:400;line-height:1.6}.ServiceArea-module__oOYq-q__coverageLink{letter-spacing:.02em;color:#a0aec0;cursor:pointer;border-bottom:1px solid #e2e8f0;width:fit-content;margin-top:.35rem;padding-bottom:2px;font-size:12px;font-weight:600;transition:color .2s,border-bottom-color .2s;display:inline-block}.ServiceArea-module__oOYq-q__regionCard:hover .ServiceArea-module__oOYq-q__coverageLink{color:#00aeef;border-bottom-color:#00aeef}
.SpecialSection-module__vLnS8a__section{box-sizing:border-box;background-color:#fff;width:100%;padding:5rem 5vw 4rem;font-family:Plus Jakarta Sans,sans-serif}.SpecialSection-module__vLnS8a__tag{letter-spacing:.13em;text-transform:uppercase;color:var(--color-primary);align-items:center;gap:6px;margin-bottom:1rem;font-size:11px;font-weight:600;display:inline-flex}.SpecialSection-module__vLnS8a__tagDot{background:#1a73e8;border-radius:50%;flex-shrink:0;width:6px;height:6px}.SpecialSection-module__vLnS8a__heading{color:#0a1628;letter-spacing:-.03em;margin:0 0 .6rem;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(26px,3.5vw,38px);font-weight:800;line-height:1.15}.SpecialSection-module__vLnS8a__headingEm{color:#0a1628;font-style:normal;font-weight:800}.SpecialSection-module__vLnS8a__subhead{color:#64748b;max-width:460px;margin:0 0 3rem;font-size:15px;line-height:1.65}.SpecialSection-module__vLnS8a__grid{background-color:#e2e8f0;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;display:grid;overflow:hidden}.SpecialSection-module__vLnS8a__card{background-color:#fff;flex-direction:column;gap:.875rem;padding:1.75rem 1.5rem;transition:background-color .18s;display:flex}.SpecialSection-module__vLnS8a__card:hover{background-color:#f8fafc}.SpecialSection-module__vLnS8a__cardTop{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.SpecialSection-module__vLnS8a__cardNum{color:#1a73e8;opacity:.18;-webkit-user-select:none;user-select:none;font-family:Plus Jakarta Sans,sans-serif;font-size:36px;font-weight:800;line-height:1}.SpecialSection-module__vLnS8a__iconWrap{background-color:#e8f0fe;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.SpecialSection-module__vLnS8a__icon{color:#1a73e8;stroke-width:1.6px;width:18px;height:18px}.SpecialSection-module__vLnS8a__cardTitle{color:#0f172a;margin:0;font-size:14px;font-weight:600;line-height:1.35}.SpecialSection-module__vLnS8a__cardDesc{color:#64748b;flex:1;margin:0;font-size:13px;line-height:1.65}.SpecialSection-module__vLnS8a__pill{color:#1557b0;letter-spacing:.02em;white-space:nowrap;background-color:#e8f0fe;border-radius:99px;align-self:flex-start;padding:3px 10px;font-size:11px;font-weight:500;display:inline-block}@media (max-width:768px){.SpecialSection-module__vLnS8a__section{padding:3.5rem 1.25rem 3rem}.SpecialSection-module__vLnS8a__heading{font-size:26px}.SpecialSection-module__vLnS8a__subhead{margin-bottom:2rem;font-size:14px}.SpecialSection-module__vLnS8a__grid{border-radius:12px;grid-template-columns:1fr}.SpecialSection-module__vLnS8a__card{padding:1.5rem 1.25rem}.SpecialSection-module__vLnS8a__cardNum{font-size:28px}.SpecialSection-module__vLnS8a__cardTitle{font-size:14px}.SpecialSection-module__vLnS8a__cardDesc{font-size:13px}}
.services-module__DsJI_G__page{--gradient-hero:linear-gradient(160deg,#0369a1 0%,#0ea5e9 50%,#10b981 100%);--radius:12px;--radius-lg:20px;--shadow-sm:0 1px 3px #0ea5e914,0 1px 2px #0000000a;--shadow-md:0 4px 16px #0ea5e91f,0 2px 6px #0000000f;--shadow-lg:0 12px 40px #0ea5e929,0 4px 12px #00000014;--font-display:"Plus Jakarta Sans",var(--font-sans);--color-border:#cbd5e1}.services-module__DsJI_G__sectionInner{max-width:1200px;margin:0 auto;padding:clamp(3rem,6vw,5rem) clamp(1rem,5vw,4rem)}.services-module__DsJI_G__sectionLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.services-module__DsJI_G__sectionLabelLight{color:var(--color-accent);}.services-module__DsJI_G__sectionTitle{font-family:var(--font-display);color:var(--color-foreground);margin-bottom:.75rem;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.2}.services-module__DsJI_G__sectionTitleLight{color:#fff;}.services-module__DsJI_G__sectionDesc{color:var(--color-muted);max-width:600px;margin-bottom:2.5rem;font-size:1rem}.services-module__DsJI_G__btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,opacity .2s;display:inline-flex}.services-module__DsJI_G__btnPrimary{background:var(--gradient-primary);color:#fff;}.services-module__DsJI_G__btnPrimary:hover{opacity:.9;transform:translateY(-2px)}.services-module__DsJI_G__btnWhite{color:var(--color-primary-dark);background:#fff;box-shadow:0 4px 16px #00000026;}.services-module__DsJI_G__btnWhite:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.services-module__DsJI_G__btnGhost{color:#fff;background:#ffffff1f;border:1px solid #ffffff4d;}.services-module__DsJI_G__btnGhost:hover{background:#ffffff38}.services-module__DsJI_G__mt4{margin-top:1rem}.services-module__DsJI_G__hero{background-image:url(/services/image.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:75vh;display:flex;position:relative}.services-module__DsJI_G__heroOverlay{z-index:0;background:#0000008c;position:absolute;inset:0}.services-module__DsJI_G__heroInner{z-index:1;text-align:center;max-width:800px;margin:0 auto;padding:8rem 2rem 2rem;position:relative}.services-module__DsJI_G__heroTitle{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.services-module__DsJI_G__heroTitleAccent{color:#38bdf8}.services-module__DsJI_G__heroSubtitle{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.services-module__DsJI_G__servicesOverview{background:#f8fafc}.services-module__DsJI_G__servicesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;display:grid}.services-module__DsJI_G__serviceCard{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.services-module__DsJI_G__serviceCard:hover{border-color:var(--color-primary);transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.services-module__DsJI_G__serviceCardImage{background:#f3f4f6;border-bottom:1px solid #f1f5f9;width:100%;height:240px;position:relative;overflow:hidden}.services-module__DsJI_G__serviceCardImg{object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.services-module__DsJI_G__serviceCard:hover .services-module__DsJI_G__serviceCardImg{transform:scale(1.05)}.services-module__DsJI_G__serviceCardBody{flex-direction:column;flex:1;gap:1rem;padding:2rem;display:flex}.services-module__DsJI_G__serviceCardTitle{font-family:var(--font-display);color:#0f172a;font-size:1.25rem;font-weight:700;line-height:1.4}.services-module__DsJI_G__serviceCardDesc{color:#64748b;font-size:.95rem;line-height:1.6}.services-module__DsJI_G__serviceCardArrow{color:var(--color-primary);letter-spacing:.02em;align-items:center;gap:.25rem;margin-top:auto;font-size:.875rem;font-weight:600;transition:gap .3s;display:inline-flex}.services-module__DsJI_G__serviceCard:hover .services-module__DsJI_G__serviceCardArrow{gap:.5rem}.services-module__DsJI_G__detailSection{border-top:1px solid var(--color-border)}.services-module__DsJI_G__detailSectionAlt{background:#fff;}.services-module__DsJI_G__detailGrid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.services-module__DsJI_G__detailGridReverse>:first-child{order:2}.services-module__DsJI_G__detailGridReverse>:last-child{order:1}.services-module__DsJI_G__detailTag{background:var(--color-surface);color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.08em;border-radius:100px;margin-bottom:.75rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-block}.services-module__DsJI_G__detailContent h2{font-family:var(--font-display);margin-bottom:.75rem;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;line-height:1.2}.services-module__DsJI_G__detailContent p{color:var(--color-muted);margin-bottom:.75rem;font-size:.95rem}.services-module__DsJI_G__detailNote{color:var(--color-muted)!important;font-size:.85rem!important}.services-module__DsJI_G__detailHighlight{color:var(--color-primary-dark);margin-top:.75rem;font-size:.85rem;font-weight:600}.services-module__DsJI_G__detailVisual{border-radius:var(--radius-lg);color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:260px;padding:2rem;display:flex;position:relative;overflow:hidden}.services-module__DsJI_G__detailVisual:before{content:"";background:#ffffff14;border-radius:50%;width:180px;height:180px;position:absolute;top:-40px;right:-40px}.services-module__DsJI_G__detailVisual:after{content:"";background:#ffffff0f;border-radius:50%;width:100px;height:100px;position:absolute;bottom:-20px;left:20px}.services-module__DsJI_G__detailVisualIcon{z-index:1;font-size:3.5rem;position:relative}.services-module__DsJI_G__detailVisualLabel{font-family:var(--font-display);z-index:1;font-size:1.1rem;font-weight:700;position:relative}.services-module__DsJI_G__detailVisualSub{opacity:.8;z-index:1;font-size:.82rem;position:relative}.services-module__DsJI_G__detailVisualImageWrapper{border-radius:var(--radius-lg);width:100%;min-height:380px;box-shadow:var(--shadow-md);background:var(--color-surface);position:relative;overflow:hidden}.services-module__DsJI_G__detailImageObj{object-fit:cover;transition:transform .4s}.services-module__DsJI_G__detailVisualImageWrapper:hover .services-module__DsJI_G__detailImageObj{transform:scale(1.02)}.services-module__DsJI_G__recentWorkGallery{border-top:1px solid var(--color-border);width:100%;margin-top:4rem;padding-top:3rem}.services-module__DsJI_G__galleryTitle{font-family:var(--font-display);text-align:center;color:var(--color-foreground);margin-bottom:2rem;font-size:1.75rem;font-weight:800}.services-module__DsJI_G__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.services-module__DsJI_G__galleryItem{aspect-ratio:4/3;border-radius:var(--radius);width:100%;box-shadow:var(--shadow-sm);background:var(--color-surface);position:relative;overflow:hidden}.services-module__DsJI_G__galleryImageObj{object-fit:cover;transition:transform .3s}.services-module__DsJI_G__galleryItem:hover .services-module__DsJI_G__galleryImageObj{transform:scale(1.05)}.services-module__DsJI_G__brandsList{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:0;list-style:none;display:flex}.services-module__DsJI_G__brandChip{border:1px solid var(--color-border);color:var(--color-foreground);background:#fff;border-radius:8px;padding:.3rem .75rem;font-size:.8rem;font-weight:600;transition:background .15s,border-color .15s}.services-module__DsJI_G__brandChip:hover{background:var(--color-surface);border-color:var(--color-accent)}.services-module__DsJI_G__capacityTable{border-collapse:collapse;width:100%;margin-top:.5rem;font-size:.875rem}.services-module__DsJI_G__capacityTable th{background:var(--color-surface);color:var(--color-primary-dark);text-align:left;text-transform:uppercase;letter-spacing:.05em;padding:.6rem .9rem;font-size:.78rem;font-weight:700}.services-module__DsJI_G__capacityTable td{border-bottom:1px solid var(--color-border);color:var(--color-foreground);padding:.6rem .9rem}.services-module__DsJI_G__capacityTable tr:last-child td{border-bottom:none}.services-module__DsJI_G__capacityTable tr:hover td{background:#f1f9ff}.services-module__DsJI_G__badge{border-radius:100px;margin-left:.25rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.services-module__DsJI_G__badgeAuto{color:#166534;background:#dcfce7;}.services-module__DsJI_G__badgeSemi{color:#854d0e;background:#fef9c3;}.services-module__DsJI_G__featureList{color:var(--color-muted);flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding:0;font-size:.9rem;list-style:none;display:flex}.services-module__DsJI_G__authorizedBadge{color:#854d0e;background:#fef9c3;border:1px solid #fde047;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.3rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.services-module__DsJI_G__pumpCards{grid-template-columns:1fr 1fr;gap:1rem;margin-top:.75rem;display:grid}.services-module__DsJI_G__pumpCard{background:var(--color-surface);border-radius:var(--radius);text-align:center;border:1px solid #bae6fd;padding:1.25rem}.services-module__DsJI_G__pumpCardIcon{margin-bottom:.5rem;font-size:2rem}.services-module__DsJI_G__pumpCard h4{font-family:var(--font-display);font-size:.95rem;font-weight:700}.services-module__DsJI_G__pumpCard p{color:var(--color-muted);margin-top:.25rem;font-size:.8rem}.services-module__DsJI_G__chemGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.6rem;margin-top:.75rem;padding:0;list-style:none;display:grid}.services-module__DsJI_G__chemItem{background:var(--color-surface);color:var(--color-primary-dark);border:1px solid #bae6fd;border-radius:10px;align-items:center;gap:.4rem;padding:.6rem .75rem;font-size:.82rem;font-weight:600;display:flex}.services-module__DsJI_G__chemDot{background:var(--color-primary);border-radius:50%;flex-shrink:0;width:6px;height:6px}.services-module__DsJI_G__sparesList{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;margin-top:.5rem;padding:0;list-style:none;display:grid}.services-module__DsJI_G__spareItem{border:1px solid var(--color-border);color:var(--color-foreground);background:#fff;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.8rem;display:flex}.services-module__DsJI_G__spareItem:before{content:"⚙️";font-size:.75rem}.services-module__DsJI_G__whyUs{background:var(--color-foreground);color:#fff}.services-module__DsJI_G__whyGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;margin-top:2rem;display:grid}.services-module__DsJI_G__whyCard{border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid #ffffff1a;padding:1.5rem}.services-module__DsJI_G__whyCardIcon{margin-bottom:.75rem;font-size:1.75rem}.services-module__DsJI_G__whyCard h3{font-family:var(--font-display);margin-bottom:.4rem;font-size:1rem;font-weight:700}.services-module__DsJI_G__whyCard p{color:#fff9;font-size:.85rem}.services-module__DsJI_G__faqSection{background:var(--color-background)}.services-module__DsJI_G__faqList{flex-direction:column;gap:.75rem;display:flex}.services-module__DsJI_G__faqItem{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;overflow:hidden}.services-module__DsJI_G__faqQ{text-align:left;width:100%;color:var(--color-foreground);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .15s;display:flex}.services-module__DsJI_G__faqQ:hover{background:var(--color-surface)}.services-module__DsJI_G__faqChevron{background:var(--color-surface);width:20px;height:20px;color:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;transition:transform .25s;display:flex}.services-module__DsJI_G__faqItemOpen .services-module__DsJI_G__faqChevron{transform:rotate(180deg)}.services-module__DsJI_G__faqA{color:var(--color-muted);border-top:1px solid var(--color-border);padding:.9rem 1.25rem 1.1rem;font-size:.9rem}.services-module__DsJI_G__cta{background:var(--color-primary-dark);color:#fff;text-align:center;padding:clamp(3rem,6vw,5rem) clamp(1rem,5vw,4rem)}.services-module__DsJI_G__ctaInner{max-width:700px;margin:0 auto}.services-module__DsJI_G__cta h2{font-family:var(--font-display);margin-bottom:.75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800}.services-module__DsJI_G__cta p{color:#fffc;margin-bottom:2rem;font-size:1rem}.services-module__DsJI_G__ctaActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.services-module__DsJI_G__ctaCities{color:#fff9;margin-top:1.5rem;font-size:.82rem}@media (max-width:768px){.services-module__DsJI_G__detailGrid{grid-template-columns:1fr;gap:1.5rem}.services-module__DsJI_G__detailGridReverse>:first-child,.services-module__DsJI_G__detailGridReverse>:last-child{order:unset}}@media (max-width:480px){.services-module__DsJI_G__pumpCards{grid-template-columns:1fr}.services-module__DsJI_G__heroStats{gap:1.25rem}.services-module__DsJI_G__ctaActions{flex-direction:column;align-items:center}}
.CTASection-module__2KWaSa__ctaSection{background-color:var(--color-primary);padding:5rem 0;position:relative;overflow:hidden}.CTASection-module__2KWaSa__decoTop{filter:blur(64px);opacity:.5;background-color:#ffffff0d;border-radius:9999px;width:16rem;height:16rem;position:absolute;top:-8rem;right:-8rem}.CTASection-module__2KWaSa__decoBottom{filter:blur(64px);opacity:.5;background-color:#1e3a8a33;border-radius:9999px;width:24rem;height:24rem;position:absolute;bottom:-12rem;left:-12rem}.CTASection-module__2KWaSa__container{text-align:center;z-index:10;max-width:56rem;margin:0 auto;padding:0 1rem;position:relative}@media (min-width:640px){.CTASection-module__2KWaSa__container{padding:0 1.5rem}}@media (min-width:1024px){.CTASection-module__2KWaSa__container{padding:0 2rem}}.CTASection-module__2KWaSa__ctaTitle{color:#fff;letter-spacing:-.025em;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.25}@media (min-width:768px){.CTASection-module__2KWaSa__ctaTitle{font-size:3rem}}.CTASection-module__2KWaSa__ctaSubtitle{color:#fffc;margin-bottom:2.5rem;font-size:1.25rem;font-weight:300;line-height:1.625}.CTASection-module__2KWaSa__btnGroup{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.CTASection-module__2KWaSa__btnGroup{flex-direction:row}}.CTASection-module__2KWaSa__primaryCta{color:var(--color-primary);background-color:#fff;border-radius:.75rem;justify-content:center;align-items:center;width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 25px 50px -12px #00000040}.CTASection-module__2KWaSa__primaryCta:hover{background-color:var(--color-surface);transform:scale(1.05)}@media (min-width:640px){.CTASection-module__2KWaSa__primaryCta{width:auto}}.CTASection-module__2KWaSa__phoneIcon{width:1.25rem;height:1.25rem;margin-right:.75rem;transition:transform .2s}.CTASection-module__2KWaSa__primaryCta:hover .CTASection-module__2KWaSa__phoneIcon{transform:scale(1.1)}.CTASection-module__2KWaSa__secondaryCta{color:#fff;background-color:#1e3a8a4d;border:1px solid #fff3;border-radius:.75rem;justify-content:center;align-items:center;width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.CTASection-module__2KWaSa__secondaryCta:hover{background-color:#1e3a8a80;padding-left:2.5rem}@media (min-width:640px){.CTASection-module__2KWaSa__secondaryCta{width:auto}}.CTASection-module__2KWaSa__arrowIcon{width:1.25rem;height:1.25rem;margin-left:.75rem;transition:transform .2s}.CTASection-module__2KWaSa__secondaryCta:hover .CTASection-module__2KWaSa__arrowIcon{transform:translate(.25rem)}
.carousel-module__BACTZW__carouselContainer{width:100%;margin-top:2rem}.carousel-module__BACTZW__carouselTitle{font-family:var(--font-display,inherit);color:#111827;margin-bottom:1rem;font-size:2.125rem;font-weight:800}.carousel-module__BACTZW__carouselTrack{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding-bottom:2rem;display:grid}.carousel-module__BACTZW__carouselCard{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;width:100%;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.carousel-module__BACTZW__carouselCard:hover{border-color:#38bdf8;transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.carousel-module__BACTZW__cardImageHolder{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:center;align-items:center;height:200px;padding:1rem;display:flex;position:relative}.carousel-module__BACTZW__cardImg{object-fit:contain;mix-blend-mode:multiply;padding:1.5rem}.carousel-module__BACTZW__imagePlaceholder{font-size:2rem}.carousel-module__BACTZW__cardContent{flex-direction:column;gap:.5rem;padding:1rem;display:flex}.carousel-module__BACTZW__cardName{color:#0f172a;font-size:1.15rem;font-weight:700}.carousel-module__BACTZW__cardAction{color:#0ea5e9;font-size:.8rem;font-weight:600}.carousel-module__BACTZW__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;padding:1rem;animation:.2s carousel-module__BACTZW__fadeIn;display:flex;position:fixed;inset:0}.carousel-module__BACTZW__modalContent{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:480px;animation:.3s cubic-bezier(.16,1,.3,1) carousel-module__BACTZW__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}.carousel-module__BACTZW__modalClose{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#0f172a;cursor:pointer;z-index:10;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #0000001a}.carousel-module__BACTZW__modalClose:hover{background:#fff;transform:scale(1.05)}.carousel-module__BACTZW__modalImageHero{background:#f8fafc;width:100%;height:280px;position:relative}.carousel-module__BACTZW__modalImagePlaceholderBg{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.carousel-module__BACTZW__imagePlaceholderLarge{font-size:4rem}.carousel-module__BACTZW__modalHeader{text-align:center;padding:1.75rem 2rem 1.5rem}.carousel-module__BACTZW__modalTitle{font-family:var(--font-display,inherit);color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.carousel-module__BACTZW__modalDesc{color:#64748b;font-size:.95rem;line-height:1.6}.carousel-module__BACTZW__modalActions{background:#f8fafc;border-top:1px solid #e2e8f0;flex-direction:column;gap:.75rem;padding:1.5rem 2rem;display:flex}.carousel-module__BACTZW__btnPrimary,.carousel-module__BACTZW__btnWhatsapp{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:.875rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,opacity .2s;display:flex}.carousel-module__BACTZW__btnPrimary{color:#fff;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none}.carousel-module__BACTZW__btnPrimary:hover{opacity:.9;transform:translateY(-2px)}.carousel-module__BACTZW__btnWhatsapp{color:#fff;background:#25d366;border:none}.carousel-module__BACTZW__btnWhatsapp:hover{opacity:.9;transform:translateY(-2px)}@keyframes carousel-module__BACTZW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes carousel-module__BACTZW__slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}
.page-module__NfDiEG__main{background-color:var(--background);overflow-x:hidden}.page-module__NfDiEG__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.page-module__NfDiEG__heroSection{background-image:url(/Hero-images/Hero1.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:75vh;display:flex;position:relative}.page-module__NfDiEG__heroOverlay{z-index:0;background:#0000008c;position:absolute;inset:0}.page-module__NfDiEG__heroInner{z-index:1;text-align:center;max-width:900px;margin:0 auto;padding:8rem 2rem 2rem;position:relative}.page-module__NfDiEG__heroTagline{color:#38bdf8;letter-spacing:.25em;text-transform:uppercase;margin-bottom:1rem;font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:700}.page-module__NfDiEG__heroTitle{color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.page-module__NfDiEG__dualSection{background-color:var(--background);padding:2rem 0;position:relative}.page-module__NfDiEG__dualGrid{grid-template-columns:1fr;gap:4rem;display:grid}@media (min-width:1024px){.page-module__NfDiEG__dualGrid{grid-template-columns:1fr 1fr;gap:2rem}}.page-module__NfDiEG__dualLeft{flex-direction:column;display:flex}.page-module__NfDiEG__dualTextLeft{border-left:4px solid var(--color-primary);margin-bottom:3rem;padding-left:1rem}.page-module__NfDiEG__dualTextLeft h2{color:var(--foreground);margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1.1}.page-module__NfDiEG__italicSubtext{color:var(--color-muted);font-family:serif;font-size:2.5rem;font-style:italic;font-weight:300}.page-module__NfDiEG__dualImgLeftWrapper{border-radius:1rem;margin-top:auto;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.page-module__NfDiEG__dualImgLeft{object-fit:cover;width:100%;height:450px;display:block}.page-module__NfDiEG__dualRight{flex-direction:column;display:flex}.page-module__NfDiEG__dualImgRightWrapper{border-radius:1rem;margin-bottom:3rem;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}@media (min-width:1024px){.page-module__NfDiEG__dualRight{padding-top:6rem}}.page-module__NfDiEG__dualImgRight{object-fit:cover;width:100%;height:400px;display:block}.page-module__NfDiEG__dualTextRight{background-color:var(--color-surface,#f9fafb);border-left:4px solid var(--color-primary);border-radius:1rem;padding:2rem}.page-module__NfDiEG__dualTextRight p{color:var(--foreground);font-family:serif;font-size:1.5rem;font-style:italic;line-height:1.6}.page-module__NfDiEG__visionSection{background-color:var(--background);padding:10px 0}.page-module__NfDiEG__visionGrid{flex-direction:column;justify-content:center;align-items:center;gap:3rem;min-height:700px;display:flex;position:relative}.page-module__NfDiEG__visionCenterImgWrapper{z-index:10;width:100%;max-width:400px;position:relative}.page-module__NfDiEG__visionCenterImg{object-fit:cover;border-radius:1rem;width:100%;height:auto;box-shadow:0 25px 50px -12px #00000040;-webkit-mask-image:linear-gradient(#000 80%,#0000 100%);mask-image:linear-gradient(#000 80%,#0000 100%)}.page-module__NfDiEG__visionTopLeft,.page-module__NfDiEG__visionBottomRight{z-index:20;background:#fff;border:1px solid #0000000d;border-radius:1rem;max-width:400px;padding:2rem;position:relative;box-shadow:0 10px 15px -3px #0000001a}.page-module__NfDiEG__visionText,.page-module__NfDiEG__missionText{color:var(--foreground);font-family:serif;font-size:1.25rem;font-style:italic;line-height:1.6}@media (min-width:1024px){.page-module__NfDiEG__visionGrid{display:block}.page-module__NfDiEG__visionCenterImgWrapper{width:350px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module__NfDiEG__visionTopLeft{position:absolute;top:10%;left:0}.page-module__NfDiEG__visionBottomRight{position:absolute;bottom:10%;right:0}}.page-module__NfDiEG__founderSection{background-color:var(--color-surface,#f9fafb);border-top:1px solid #0000000d;padding:3rem 0}.page-module__NfDiEG__founderGrid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.page-module__NfDiEG__founderGrid{grid-template-columns:2fr 3fr}}.page-module__NfDiEG__founderLeft{position:relative}.page-module__NfDiEG__founderLeft:before{content:"";border:4px solid var(--color-primary);z-index:0;border-radius:2rem;width:100%;height:100%;position:absolute;top:-20px;left:-20px}.page-module__NfDiEG__founderImg{object-fit:contain;z-index:10;background-color:#fff;border-radius:2rem;width:100%;height:400px;padding:3rem;position:relative;box-shadow:0 20px 25px -5px #0000001a}.page-module__NfDiEG__founderRight{flex-direction:column;gap:2rem;display:flex}.page-module__NfDiEG__founderIntro{margin-bottom:1rem}.page-module__NfDiEG__founderName{color:var(--foreground);margin-bottom:.25rem;font-size:2.5rem;font-weight:800}.page-module__NfDiEG__founderTitle{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;font-size:1.125rem;font-weight:600}.page-module__NfDiEG__quoteWrapper{border-left:6px solid var(--color-primary);background-color:#fff;border-radius:1.5rem;padding:3rem;position:relative;box-shadow:0 10px 15px -3px #0000000d}.page-module__NfDiEG__quoteIcon{width:3rem;height:3rem;color:var(--color-primary);background-color:#fff;border-radius:50%;padding:.5rem;position:absolute;top:-1.5rem;left:2rem;box-shadow:0 4px 6px -1px #0000001a}.page-module__NfDiEG__quoteText{color:var(--foreground);font-family:serif;font-size:1.5rem;font-style:italic;font-weight:600;line-height:1.6}.page-module__NfDiEG__founderDesc{color:var(--color-muted);font-size:1.125rem;line-height:1.7}.page-module__NfDiEG__clientsWrapper{background-color:var(--background)}
.page-module__OSLHOG__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.page-module__OSLHOG__heroSection{background-image:url(/Hero-images/Hero1.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:75vh;display:flex;position:relative}.page-module__OSLHOG__heroOverlay{z-index:0;background:#0000008c;position:absolute;inset:0}.page-module__OSLHOG__heroInner{z-index:1;text-align:center;max-width:900px;margin:0 auto;padding:8rem 2rem 2rem;position:relative}@keyframes page-module__OSLHOG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module__OSLHOG__heroTitle{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;animation:.8s ease-out forwards page-module__OSLHOG__fadeIn}.page-module__OSLHOG__heroSubtitle{color:#ffffffd9;opacity:0;max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;animation:.8s ease-out .1s forwards page-module__OSLHOG__fadeIn}.page-module__OSLHOG__formSection{background-color:var(--color-surface,#f9fafb);border-bottom:1px solid #0000000d;padding:5rem 0}.page-module__OSLHOG__formWrapper{z-index:10;background:#fff;border:1px solid #0000000d;border-radius:1rem;max-width:52rem;margin:-8rem auto 0;padding:3rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (max-width:640px){.page-module__OSLHOG__formWrapper{margin-top:-4rem;padding:1.5rem}}.page-module__OSLHOG__formHeader{text-align:center;margin-bottom:2.5rem}.page-module__OSLHOG__sectionTitle{color:var(--foreground);margin-bottom:.5rem;font-size:2rem;font-weight:800}.page-module__OSLHOG__sectionSubtitle{color:var(--color-muted)}.page-module__OSLHOG__form{flex-direction:column;gap:1.5rem;display:flex}.page-module__OSLHOG__formGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.page-module__OSLHOG__formGrid{grid-template-columns:1fr 1fr}}.page-module__OSLHOG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.page-module__OSLHOG__inputGroup label{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:700}.page-module__OSLHOG__input,.page-module__OSLHOG__inputError,.page-module__OSLHOG__textarea,.page-module__OSLHOG__textareaError{background-color:#f9fafb;border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.page-module__OSLHOG__input:focus,.page-module__OSLHOG__textarea:focus{border-color:var(--color-primary);background-color:#fff;outline:none;box-shadow:0 0 0 3px #1e40af1a}.page-module__OSLHOG__inputError,.page-module__OSLHOG__textareaError{background-color:#fef2f2;border-color:#ef4444}.page-module__OSLHOG__inputError:focus,.page-module__OSLHOG__textareaError:focus{border-color:#ef4444;outline:none;box-shadow:0 0 0 3px #ef444433}.page-module__OSLHOG__textarea{resize:vertical;min-height:120px}.page-module__OSLHOG__mobileInputWrapper{align-items:center;display:flex;position:relative}.page-module__OSLHOG__countryCode{color:var(--color-muted);-webkit-user-select:none;user-select:none;pointer-events:none;font-weight:700;position:absolute;left:1rem}.page-module__OSLHOG__errorText{color:#ef4444;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.85rem;font-weight:600;display:flex}.page-module__OSLHOG__submitBtn{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-size:1.125rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #1e40af33}.page-module__OSLHOG__submitBtn:hover:not(:disabled){background-color:var(--color-primary-dark,#1e3a8a);transform:translateY(-1px)}.page-module__OSLHOG__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.page-module__OSLHOG__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:1s linear infinite page-module__OSLHOG__spin}@keyframes page-module__OSLHOG__spin{to{transform:rotate(360deg)}}.page-module__OSLHOG__successContainer{text-align:center;padding:3rem 0;animation:.5s ease-out page-module__OSLHOG__fadeIn}.page-module__OSLHOG__successIconWrapper{color:#10b981;background-color:#10b9811a;border-radius:50%;margin-bottom:1.5rem;padding:1.5rem;display:inline-flex}.page-module__OSLHOG__successH3{color:var(--foreground);margin-bottom:1rem;font-size:1.75rem;font-weight:800}.page-module__OSLHOG__successP{color:var(--color-muted);margin-bottom:2rem;font-size:1.125rem}.page-module__OSLHOG__successBtn{border:2px solid var(--color-primary);color:var(--color-primary);cursor:pointer;background:0 0;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:700;transition:all .2s}.page-module__OSLHOG__successBtn:hover{background:var(--color-primary);color:#fff}.page-module__OSLHOG__infoMapSection{background-color:var(--background);padding:6rem 0}.page-module__OSLHOG__infoMapGrid{grid-template-columns:1fr;gap:4rem;display:grid}@media (min-width:1024px){.page-module__OSLHOG__infoMapGrid{grid-template-columns:1fr 1fr;align-items:center}}.page-module__OSLHOG__infoCol{flex-direction:column;display:flex}.page-module__OSLHOG__brandName{color:var(--foreground);margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.page-module__OSLHOG__infoIntro{color:var(--color-muted);margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.page-module__OSLHOG__infoList{flex-direction:column;gap:2rem;display:flex}.page-module__OSLHOG__infoItem{align-items:flex-start;gap:1.25rem;display:flex}.page-module__OSLHOG__iconWrapper{background-color:#1e40af0d;border-radius:.75rem;justify-content:center;align-items:center;padding:1rem;display:flex}.page-module__OSLHOG__infoIcon{color:var(--color-primary);width:1.5rem;height:1.5rem}.page-module__OSLHOG__infoText{flex-direction:column;display:flex}.page-module__OSLHOG__infoText h4{color:var(--foreground);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.page-module__OSLHOG__infoText p{color:var(--color-muted);font-size:1rem}.page-module__OSLHOG__mutedText{opacity:.7}.page-module__OSLHOG__mapCol{border:1px solid #0000000d;border-radius:1rem;height:400px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (min-width:1024px){.page-module__OSLHOG__mapCol{height:100%;min-height:500px}}
.page-module__mjfy6a__main{min-height:100vh;font-family:var(--font-inter),sans-serif;background-color:#f1f5fa;position:relative;overflow:hidden}.page-module__mjfy6a__pageBackground{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__mjfy6a__glowTop{background:radial-gradient(circle,var(--color-primary,#e0f2fecc)0%,#fff0 70%);opacity:.15;width:80vw;height:50vh;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.page-module__mjfy6a__glowMiddle{background:radial-gradient(circle,var(--color-primary,#bae6fd66)0%,#fff0 70%);opacity:.1;width:60vw;height:60vh;position:absolute;top:40%;left:20%}.page-module__mjfy6a__heroSection{z-index:1;flex-direction:column;align-items:center;width:100%;min-height:80vh;padding-top:100px;display:flex;position:relative}.page-module__mjfy6a__watermarkContainer{pointer-events:none;z-index:0;justify-content:center;width:100%;display:flex;position:absolute;top:15vh;left:0}.page-module__mjfy6a__watermarkText{color:#ffffffb3;letter-spacing:.05em;text-shadow:0 10px 30px #00000005;margin:0;font-size:clamp(8rem,20vw,24rem);font-weight:900;line-height:.8}.page-module__mjfy6a__heroContent{z-index:2;width:100%;max-width:1200px;height:600px;margin:0 auto;position:relative}.page-module__mjfy6a__centerHeroImage{flex-direction:column;align-items:center;width:400px;height:500px;display:flex;position:absolute;top:50px;left:50%;transform:translate(-50%)}.page-module__mjfy6a__heroImageSubject{z-index:2;background-position:50%;background-size:cover;border-radius:200px 200px 20px 20px;width:100%;height:100%;position:relative;box-shadow:0 30px 60px #0000001a}.page-module__mjfy6a__pulsePoint{z-index:3;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.page-module__mjfy6a__pulseDot{background:#fff;border-radius:50%;width:12px;height:12px;box-shadow:0 0 10px #fffc}.page-module__mjfy6a__pulseRing{border:2px solid #ffffff80;border-radius:50%;width:100%;height:100%;animation:2s infinite page-module__mjfy6a__pulseAnim;position:absolute}@keyframes page-module__mjfy6a__pulseAnim{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(2)}}.page-module__mjfy6a__leftFloatCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #fffc;border-radius:1.5rem;width:260px;padding:1.5rem;position:absolute;top:200px;left:20px;box-shadow:0 20px 40px #0000000d}.page-module__mjfy6a__globeIconWrap{background:var(--color-primary,#0284c7);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;display:flex;box-shadow:0 10px 20px #0000001a}.page-module__mjfy6a__globeIcon{color:#fff;width:30px;height:30px}.page-module__mjfy6a__floatText{color:#1e293b;font-size:.9rem;font-weight:600;line-height:1.4}.page-module__mjfy6a__middleSection{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:4rem 1.5rem;position:relative}.page-module__mjfy6a__chipWrapper{text-align:center;flex-direction:column;align-items:center;margin-bottom:6rem;display:flex}.page-module__mjfy6a__chipButton{color:#475569;cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 4px 10px #00000005}.page-module__mjfy6a__chipTitle{color:#0f172a;text-shadow:none;font-size:2.5rem;font-weight:900;line-height:1.1}.page-module__mjfy6a__statCard{font-family:var(--font-inter);background:#fff;border-radius:1rem;padding:1.5rem;position:absolute;top:10%;right:5%;box-shadow:0 20px 40px #0000000d}.page-module__mjfy6a__statLabel{color:#64748b;letter-spacing:.1em;margin-bottom:.5rem;font-size:.65rem;font-weight:700;display:block}.page-module__mjfy6a__statRow{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.page-module__mjfy6a__statBig{color:var(--color-primary,#2563eb);font-size:2.5rem;font-weight:800}.page-module__mjfy6a__statDesc{color:#475569;font-size:.75rem;font-weight:600;line-height:1.4}.page-module__mjfy6a__statLink{color:var(--color-primary,#2563eb);letter-spacing:.05em;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;text-decoration:none;display:flex}.page-module__mjfy6a__industryRow{justify-content:space-between;align-items:center;gap:4rem;margin-top:4rem;display:flex}.page-module__mjfy6a__industryText{width:45%}.page-module__mjfy6a__industryText h2{color:#0f172a;margin-bottom:1.5rem;font-size:2rem;font-weight:800;line-height:1.2}.page-module__mjfy6a__industryText p{color:#475569;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.page-module__mjfy6a__exploreLink{color:var(--color-primary,#2563eb);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #0000001a;align-items:center;gap:.5rem;padding-bottom:.2rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.page-module__mjfy6a__exploreLink:hover{border-bottom-color:var(--color-primary)}.page-module__mjfy6a__industryGraphics{justify-content:center;width:50%;display:flex;position:relative}.page-module__mjfy6a__graphicMainCard{background:#fff;border:1px solid #fffc;border-radius:2rem;width:100%;max-width:450px;height:350px;padding:1rem;position:relative;box-shadow:0 30px 60px #00000014}.page-module__mjfy6a__graphicImage{background-position:50%;background-size:cover;border-radius:1.5rem;width:100%;height:100%}.page-module__mjfy6a__floatingTagTop{color:#0f172a;background:#fff;border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-15px;left:20px;box-shadow:0 10px 20px #0000001a}.page-module__mjfy6a__floatingTagTop svg{color:var(--color-primary)!important}.page-module__mjfy6a__floatingTagRight{color:#0f172a;background:#fff;border-radius:1rem;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;font-size:.75rem;font-weight:800;display:flex;position:absolute;bottom:40px;right:-20px;box-shadow:0 20px 40px #0000001f}.page-module__mjfy6a__bottomSection{flex-direction:column;width:100%;margin-top:8rem;display:flex;position:relative}.page-module__mjfy6a__curvedTopWrapper{z-index:10;pointer-events:none;width:100%;height:200px;position:absolute;top:-100px;left:0}.page-module__mjfy6a__curveSvg{width:100%;height:100%;display:block}.page-module__mjfy6a__centerGlobe{z-index:11;background:#0f172a;border-radius:50%;width:180px;height:180px;position:absolute;top:40px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 0 0 15px #f1f5fa80,0 30px 60px #0000004d}.page-module__mjfy6a__globeSphere{background-position:50%;background-size:cover;border-radius:50%;width:100%;height:100%;box-shadow:inset -20px -20px 40px #00000080}.page-module__mjfy6a__darkBackgroundArea{text-align:center;color:#fff;z-index:9;background-color:#0f172a;flex-direction:column;align-items:center;padding:10rem 1.5rem 6rem;display:flex}.page-module__mjfy6a__darkBackgroundArea h2{letter-spacing:.02em;margin-bottom:1rem;font-size:2rem;font-weight:800}.page-module__mjfy6a__darkBackgroundArea p{color:#94a3b8;max-width:600px;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.page-module__mjfy6a__exploreMoreBtn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:2rem;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.page-module__mjfy6a__exploreMoreBtn:hover{color:#0f172a;background:#fff}.page-module__mjfy6a__whoWeServeFooter{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;padding:6rem 1.5rem;display:flex;position:relative;overflow:hidden}.page-module__mjfy6a__whoWeServeContent{z-index:2;text-align:center;max-width:800px;position:relative}.page-module__mjfy6a__whoWeServeFooter h2{color:var(--color-primary);letter-spacing:.1em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900}.page-module__mjfy6a__whoWeServeFooter p{color:var(--color-muted);font-size:1.1rem;line-height:1.8}.page-module__mjfy6a__realisticWaterBanner{z-index:1;pointer-events:none;opacity:.8;background-position:50% 45%;background-repeat:no-repeat;background-size:cover;width:100%;height:250px;position:absolute;top:0;left:0}.page-module__mjfy6a__waterFadeOverlay{background:linear-gradient(#fff0 0%,#fffc 60%,#fff 100%);position:absolute;inset:0}@media (max-width:1024px){.page-module__mjfy6a__heroContent{flex-direction:column;align-items:center;height:auto;padding-bottom:4rem;display:flex}.page-module__mjfy6a__centerHeroImage{margin-bottom:3rem;position:relative;top:0;left:0;transform:none}.page-module__mjfy6a__leftFloatCard,.page-module__mjfy6a__rightFloatCard{margin-bottom:2rem;position:relative;top:0;left:0;right:0}.page-module__mjfy6a__industryRow{flex-direction:column}.page-module__mjfy6a__industryText,.page-module__mjfy6a__industryGraphics{width:100%}.page-module__mjfy6a__statCard{width:fit-content;margin:0 auto 4rem;position:relative;top:0;right:0}}
.MidPageCTA-module__OgEslq__mid-cta{background:var(--color-primary-dark);isolation:isolate;color:#fff;opacity:0;border-radius:1.5rem;max-width:1160px;margin:4rem auto;padding:1rem 2rem;transition:opacity .6s,transform .6s;position:relative;overflow:hidden;transform:translateY(20px);box-shadow:0 20px 25px -5px #0ea5e933}.MidPageCTA-module__OgEslq__mid-cta--visible{opacity:1;transform:translateY(0)}.MidPageCTA-module__OgEslq__mid-cta__blob{filter:blur(60px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.MidPageCTA-module__OgEslq__mid-cta__blob--1{background:radial-gradient(circle,#fff3,#0000 70%);width:400px;height:400px;animation:8s ease-in-out infinite alternate MidPageCTA-module__OgEslq__blobDrift;top:-100px;right:-50px}.MidPageCTA-module__OgEslq__mid-cta__blob--2{background:radial-gradient(circle,#10b98126,#0000 70%);width:300px;height:300px;animation:10s ease-in-out infinite alternate-reverse MidPageCTA-module__OgEslq__blobDrift;bottom:-80px;left:-40px}@keyframes MidPageCTA-module__OgEslq__blobDrift{0%{transform:translate(0)scale(1)}to{transform:translate(15px,10px)scale(1.05)}}.MidPageCTA-module__OgEslq__mid-cta__stripe{z-index:0;pointer-events:none;background:repeating-linear-gradient(-55deg,#0000,#0000 40px,#ffffff0d 40px 41px);position:absolute;inset:0}.MidPageCTA-module__OgEslq__mid-cta__inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:800px;margin:0 auto;display:flex;position:relative}.MidPageCTA-module__OgEslq__mid-cta__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary-dark,#0369a1);opacity:0;background:#ffffffe6;border-radius:999px;padding:.4rem 1rem;font-size:.875rem;font-weight:700;transition:opacity .5s .1s,transform .5s .1s;transform:translateY(10px)}.MidPageCTA-module__OgEslq__mid-cta--visible .MidPageCTA-module__OgEslq__mid-cta__eyebrow{opacity:1;transform:translateY(0)}.MidPageCTA-module__OgEslq__mid-cta__headline{color:#fff;opacity:0;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;transition:opacity .6s .2s,transform .6s .2s;transform:translateY(15px)}.MidPageCTA-module__OgEslq__mid-cta--visible .MidPageCTA-module__OgEslq__mid-cta__headline{opacity:1;transform:translateY(0)}.MidPageCTA-module__OgEslq__mid-cta__headline em{color:#f8fafc;white-space:nowrap;font-style:italic;position:relative}.MidPageCTA-module__OgEslq__mid-cta__headline em:after{content:"";background:var(--color-secondary,#10b981);transform-origin:0;border-radius:2px;height:4px;transition:transform .5s .6s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.MidPageCTA-module__OgEslq__mid-cta--visible .MidPageCTA-module__OgEslq__mid-cta__headline em:after{transform:scaleX(1)}.MidPageCTA-module__OgEslq__mid-cta__subtext{color:#ffffffe6;opacity:0;max-width:600px;margin:0;font-size:1.125rem;line-height:1.6;transition:opacity .5s .3s,transform .5s .3s;transform:translateY(12px)}.MidPageCTA-module__OgEslq__mid-cta--visible .MidPageCTA-module__OgEslq__mid-cta__subtext{opacity:1;transform:translateY(0)}.MidPageCTA-module__OgEslq__mid-cta__subtext strong{color:#fff;font-weight:700}.MidPageCTA-module__OgEslq__mid-cta__actions{opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:.5rem;transition:opacity .5s .4s,transform .5s .4s;display:flex;transform:translateY(12px)}.MidPageCTA-module__OgEslq__mid-cta--visible .MidPageCTA-module__OgEslq__mid-cta__actions{opacity:1;transform:translateY(0)}.MidPageCTA-module__OgEslq__mid-cta__btn{cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.MidPageCTA-module__OgEslq__mid-cta__btn--primary{color:var(--color-primary-dark,#0369a1);background:#fff;box-shadow:0 4px 6px -1px #0000001a}.MidPageCTA-module__OgEslq__mid-cta__btn--primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.MidPageCTA-module__OgEslq__mid-cta__btn-icon{width:20px;height:20px;transition:transform .2s}.MidPageCTA-module__OgEslq__mid-cta__btn--primary:hover .MidPageCTA-module__OgEslq__mid-cta__btn-icon{transform:translate(4px)}.MidPageCTA-module__OgEslq__mid-cta__btn--ghost{color:#fff;background:0 0;border:2px solid #fff6}.MidPageCTA-module__OgEslq__mid-cta__btn--ghost:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.MidPageCTA-module__OgEslq__mid-cta__proof{opacity:0;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;transition:opacity .5s .5s,transform .5s .5s;display:flex;transform:translateY(10px)}.MidPageCTA-module__OgEslq__mid-cta--visible .MidPageCTA-module__OgEslq__mid-cta__proof{opacity:1;transform:translateY(0)}.MidPageCTA-module__OgEslq__mid-cta__avatars{display:flex}.MidPageCTA-module__OgEslq__mid-cta__avatar{border:2px solid var(--color-primary,#0ea5e9);width:36px;height:36px;color:var(--color-primary-dark,#0369a1);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin-left:-10px;font-size:.75rem;font-weight:800;display:flex}.MidPageCTA-module__OgEslq__mid-cta__avatar:first-child{margin-left:0}.MidPageCTA-module__OgEslq__mid-cta__proof-text{color:#ffffffe6;margin:0;font-size:.875rem}.MidPageCTA-module__OgEslq__mid-cta__proof-text strong{color:#fff;font-weight:700}@media (max-width:768px){.MidPageCTA-module__OgEslq__mid-cta{border-radius:1.25rem;margin:3rem 1rem;padding:3rem 1.5rem}.MidPageCTA-module__OgEslq__mid-cta__headline{font-size:2rem}.MidPageCTA-module__OgEslq__mid-cta__actions{flex-direction:column;width:100%}.MidPageCTA-module__OgEslq__mid-cta__btn{justify-content:center;width:100%}.MidPageCTA-module__OgEslq__mid-cta__proof{text-align:center;flex-direction:column}}
.ServiceTestimonials-module__wMoFqa__testimonialSection{background:var(--color-primary-dark);padding-top:5rem;padding-bottom:5rem}.ServiceTestimonials-module__wMoFqa__container{max-width:1200px;margin:0 auto;padding:0 clamp(1rem,5vw,4rem)}.ServiceTestimonials-module__wMoFqa__header{text-align:left;max-width:600px;margin-bottom:3rem}.ServiceTestimonials-module__wMoFqa__label{text-transform:uppercase;letter-spacing:.1em;color:#bae6fd;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.ServiceTestimonials-module__wMoFqa__title{font-family:var(--font-display);color:#fff;font-size:clamp(2rem,3.5vw,2.5rem);font-weight:800;line-height:1.2}.ServiceTestimonials-module__wMoFqa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.ServiceTestimonials-module__wMoFqa__card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;position:relative}.ServiceTestimonials-module__wMoFqa__card:hover{border-color:var(--color-primary);transform:translateY(-5px);box-shadow:0 12px 24px -10px #0f172a1a}.ServiceTestimonials-module__wMoFqa__quoteIcon{color:#0ea5e91a;font-family:serif;font-size:3rem;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.ServiceTestimonials-module__wMoFqa__rating{color:#fbbf24;gap:.25rem;margin-bottom:1.25rem;font-size:1.1rem;display:flex}.ServiceTestimonials-module__wMoFqa__review{color:#334155;z-index:1;margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.7;position:relative}.ServiceTestimonials-module__wMoFqa__author{border-top:1px solid #e2e8f0;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.ServiceTestimonials-module__wMoFqa__avatar{object-fit:cover;border-radius:50%;width:50px;height:50px}.ServiceTestimonials-module__wMoFqa__authorInfo{flex-direction:column;display:flex}.ServiceTestimonials-module__wMoFqa__name{color:#0f172a;font-size:1rem;font-weight:700}.ServiceTestimonials-module__wMoFqa__location{color:#64748b;font-size:.85rem}@media (max-width:768px){.ServiceTestimonials-module__wMoFqa__header{text-align:center;margin:0 auto 3rem}}
