.Navbar-module__dVeNwG__navbar{z-index:1000;background:0 0;width:100%;padding:1rem 0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0}.Navbar-module__dVeNwG__scrolled{-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border-bottom:1px solid #0000000d;padding:.75rem 0;box-shadow:0 10px 40px #00000014}.Navbar-module__dVeNwG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__dVeNwG__logo{align-items:center;transition:opacity .4s;display:flex}.Navbar-module__dVeNwG__logo img{filter:brightness(0)invert();transition:filter .3s}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__logo img,.Navbar-module__dVeNwG__navOpen .Navbar-module__dVeNwG__logo img{filter:none}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__logo{color:var(--primary)}.Navbar-module__dVeNwG__navOpen .Navbar-module__dVeNwG__logo{color:var(--primary);z-index:1002;position:relative}.Navbar-module__dVeNwG__navLinks{gap:2rem;display:flex}.Navbar-module__dVeNwG__navLinks a{color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600;transition:color .4s;position:relative}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__navLinks a{color:var(--text-main)}.Navbar-module__dVeNwG__navLinks a:hover{color:#fff}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__navLinks a:hover{color:var(--secondary)}.Navbar-module__dVeNwG__navLinks a:after{content:"";background:var(--secondary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.Navbar-module__dVeNwG__navLinks a:hover:after{width:100%}.Navbar-module__dVeNwG__navBtn{color:var(--primary);background:#fff;padding:.75rem 1.75rem;font-size:.95rem;transition:all .4s}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__navBtn{background:var(--secondary);color:#fff}.Navbar-module__dVeNwG__hamburger{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;padding:0;display:none}.Navbar-module__dVeNwG__bar{background-color:#fff;border-radius:2px;width:100%;height:2px;transition:all .3s}.Navbar-module__dVeNwG__hamburger.Navbar-module__dVeNwG__active .Navbar-module__dVeNwG__bar:first-child{background-color:var(--primary);transform:translateY(11px)rotate(45deg)}.Navbar-module__dVeNwG__hamburger.Navbar-module__dVeNwG__active .Navbar-module__dVeNwG__bar:nth-child(2){opacity:0}.Navbar-module__dVeNwG__hamburger.Navbar-module__dVeNwG__active .Navbar-module__dVeNwG__bar:nth-child(3){background-color:var(--primary);transform:translateY(-11px)rotate(-45deg)}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__bar,.Navbar-module__dVeNwG__active .Navbar-module__dVeNwG__bar{background-color:var(--primary)}.Navbar-module__dVeNwG__mobileMenu{z-index:1001;opacity:0;visibility:hidden;background:#fff;justify-content:center;align-items:center;width:100%;height:100vh;transition:all .4s;display:flex;position:fixed;top:0;left:0;transform:translateY(-20px)}.Navbar-module__dVeNwG__mobileMenu.Navbar-module__dVeNwG__menuOpen{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__dVeNwG__mobileLinks{text-align:center;flex-direction:column;gap:2rem;width:100%;padding:0;list-style:none;display:flex}.Navbar-module__dVeNwG__mobileLinks a{color:var(--primary);font-size:2rem;font-weight:700;text-decoration:none;transition:color .3s;display:block}.Navbar-module__dVeNwG__mobileLinks a:hover{color:var(--secondary)}.Navbar-module__dVeNwG__mobileBtn{background:var(--secondary);border-radius:50px;align-self:center;margin-top:1rem;padding:.8rem 2rem;color:#fff!important;font-size:1.1rem!important;display:inline-block!important}@media (max-width:900px){.Navbar-module__dVeNwG__navLinks,.Navbar-module__dVeNwG__navContainer>.Navbar-module__dVeNwG__btn,.Navbar-module__dVeNwG__navBtn{display:none}.Navbar-module__dVeNwG__hamburger{display:flex}}
.Home-module__YYGMDG__hero{background-color:var(--foreground);min-height:100vh;position:relative;overflow:hidden}.Home-module__YYGMDG__slide{opacity:0;visibility:hidden;z-index:1;align-items:center;width:100%;height:100%;transition:opacity 1s,visibility 1s;display:flex;position:absolute;top:0;left:0}.Home-module__YYGMDG__activeSlide{opacity:1;visibility:visible;z-index:2}.Home-module__YYGMDG__heroBg{z-index:1;background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.Home-module__YYGMDG__contentWrapper{z-index:3;grid-template-columns:1fr;gap:3rem;padding-top:60px;display:grid;position:relative}.Home-module__YYGMDG__badge{background:rgba(var(--secondary-rgb),.1);border:1px solid rgba(var(--secondary-rgb),.3);color:var(--accent);text-transform:uppercase;letter-spacing:.2rem;border-radius:50px;margin-bottom:2.5rem;padding:.6rem 1.5rem;font-size:.75rem;font-weight:700;display:inline-block}.Home-module__YYGMDG__heroContent{max-width:900px}.Home-module__YYGMDG__title{color:#fff;letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.Home-module__YYGMDG__subtitle{color:#ffffffb3;max-width:600px;margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.Home-module__YYGMDG__ctaGroup{gap:1.5rem;margin-bottom:3rem;display:flex}.Home-module__YYGMDG__btnSecondary{border-radius:var(--radius-lg);color:#fff;transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;padding:1rem 2.8rem;font-weight:600;display:inline-flex}.Home-module__YYGMDG__btnSecondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-4px)}.Home-module__YYGMDG__bottomNav{z-index:10;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.Home-module__YYGMDG__indicators{gap:1.5rem;display:flex}.Home-module__YYGMDG__dot{cursor:pointer;background:#fff3;border-radius:2px;width:50px;height:3px;transition:all .6s}.Home-module__YYGMDG__activeDot{background:var(--secondary);width:80px;box-shadow:0 0 20px var(--secondary)}.Home-module__YYGMDG__statsGrid{flex-direction:column;gap:1.5rem;display:flex}.Home-module__YYGMDG__statCard{border-radius:var(--radius-lg);text-align:left;transition:var(--transition);background:#ffffff08;border:1px solid #ffffff0d;padding:3rem;position:relative;overflow:hidden}.Home-module__YYGMDG__statCard:before{content:"";background:var(--secondary);opacity:0;width:4px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Home-module__YYGMDG__statCard:hover{border-color:rgba(var(--secondary-rgb),.2);background:#ffffff0f;transform:translate(10px)}.Home-module__YYGMDG__statCard:hover:before{opacity:1}.Home-module__YYGMDG__statValue{color:#fff;font-size:3rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:.5rem;display:block}.Home-module__YYGMDG__statLabel{color:#ffffff80;text-transform:uppercase;letter-spacing:.15rem;font-size:.8rem;font-weight:700}.Home-module__YYGMDG__whyChoose{background-color:var(--pearl);padding:80px 0}.Home-module__YYGMDG__sectionHeader{text-align:center;max-width:800px;margin:0 auto 4rem}.Home-module__YYGMDG__subheading{color:var(--secondary);text-transform:uppercase;letter-spacing:.2rem;background:rgba(var(--secondary-rgb),.05);border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.75rem;font-weight:700;display:inline-block}.Home-module__YYGMDG__sectionTitle{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.Home-module__YYGMDG__sectionLead{color:var(--text-main);opacity:.8;font-size:1.2rem;line-height:1.8}.Home-module__YYGMDG__featuresGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}@media (max-width:992px){.Home-module__YYGMDG__featuresGrid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}.Home-module__YYGMDG__featureCard{border-radius:var(--radius-lg);background:#fff;border:1px solid #0000000d;padding:3rem;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative}.Home-module__YYGMDG__featureCard:hover{border-color:rgba(var(--secondary-rgb),.2);transform:translateY(-15px);box-shadow:0 40px 80px -20px #00000014}.Home-module__YYGMDG__featureIcon{color:var(--secondary);margin-bottom:2.5rem;font-size:2.5rem;transition:transform .3s}.Home-module__YYGMDG__featureCard:hover .Home-module__YYGMDG__featureIcon{transform:scale(1.1)rotate(5deg)}.Home-module__YYGMDG__featureCard h3{color:var(--primary);margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.Home-module__YYGMDG__featureCard p{color:var(--text-main);opacity:.8;text-align:justify;font-size:1rem;line-height:1.7}@media (max-width:992px){.Home-module__YYGMDG__contentWrapper{text-align:center;gap:6rem}.Home-module__YYGMDG__heroContent,.Home-module__YYGMDG__subtitle{margin-left:auto;margin-right:auto}.Home-module__YYGMDG__ctaGroup,.Home-module__YYGMDG__sliderControls{justify-content:center}.Home-module__YYGMDG__title{font-size:3.5rem}.Home-module__YYGMDG__statsGrid{flex-flow:wrap;justify-content:center}.Home-module__YYGMDG__statCard{text-align:center;flex:1;min-width:250px}.Home-module__YYGMDG__statCard:before{display:none}}@media (max-width:640px){.Home-module__YYGMDG__contentWrapper{gap:2rem;padding-top:20px}.Home-module__YYGMDG__badge{letter-spacing:.15rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.65rem}.Home-module__YYGMDG__subtitle{margin-bottom:2rem;font-size:.9rem;line-height:1.5}.Home-module__YYGMDG__title{margin-bottom:1rem;font-size:2rem;line-height:1.1}.Home-module__YYGMDG__sectionTitle{font-size:1.75rem}.Home-module__YYGMDG__ctaGroup{flex-flow:wrap;justify-content:center;gap:.75rem}.Home-module__YYGMDG__btn,.Home-module__YYGMDG__btnSecondary{width:auto;padding:.8rem 1.5rem;font-size:.95rem}.Home-module__YYGMDG__featuresGrid{grid-template-columns:1fr;gap:1.5rem}.Home-module__YYGMDG__featureCard{padding:1.5rem}.Home-module__YYGMDG__featureCard h3{margin-bottom:.75rem;font-size:1.25rem}.Home-module__YYGMDG__featureCard p{font-size:.9rem}.Home-module__YYGMDG__statCard{min-width:100%;padding:1.5rem}.Home-module__YYGMDG__statValue{font-size:2rem}}
.About-module__OtWT4W__about{background-color:#fff;position:relative}.About-module__OtWT4W__grid{grid-template-columns:.9fr 1.1fr;align-items:flex-start;gap:4rem;display:grid}.About-module__OtWT4W__subheading{color:var(--secondary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.About-module__OtWT4W__title{margin-bottom:1rem;font-size:2.75rem;line-height:1.1}.About-module__OtWT4W__lead{color:var(--text-heading);margin-bottom:1rem;font-size:1.15rem;font-weight:500}.About-module__OtWT4W__description{color:var(--text-main);margin-bottom:2rem;font-size:.95rem}.About-module__OtWT4W__valuesGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.About-module__OtWT4W__valueCard h4{margin-bottom:.5rem;font-size:1.1rem}.About-module__OtWT4W__valueCard p{font-size:.95rem}.About-module__OtWT4W__valueIcon{color:var(--secondary);margin-bottom:1rem;font-size:1.5rem}.About-module__OtWT4W__visualSide{flex-direction:column;gap:2rem;display:flex}.About-module__OtWT4W__experienceBox{background:var(--primary);color:#fff;border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;padding:3rem;display:flex}.About-module__OtWT4W__years{font-size:5rem;font-weight:700;font-family:var(--font-heading);color:var(--accent);line-height:1}.About-module__OtWT4W__expText{text-transform:uppercase;letter-spacing:.1em;margin-top:1rem;font-size:.85rem;font-weight:600}.About-module__OtWT4W__approachCard{background:var(--muted);border-radius:var(--radius-md);padding:2.5rem}.About-module__OtWT4W__approachCard h3{margin-bottom:1.5rem;font-size:1.35rem}.About-module__OtWT4W__approachList{flex-direction:column;gap:2rem;display:flex}.About-module__OtWT4W__approachList li{gap:1.25rem;display:flex}.About-module__OtWT4W__stepNum{font-family:var(--font-heading);color:var(--secondary);opacity:.8;min-width:2rem;font-size:1.1rem;font-weight:700;display:inline-block}.About-module__OtWT4W__approachList h4{margin-bottom:.3rem;font-size:1rem}.About-module__OtWT4W__approachList p{font-size:.9rem}@media (max-width:992px){.About-module__OtWT4W__grid{grid-template-columns:1fr;gap:3rem}.About-module__OtWT4W__visualSide{flex-flow:wrap;order:2;align-items:stretch;gap:1.5rem;display:flex}.About-module__OtWT4W__experienceBox,.About-module__OtWT4W__approachCard{flex:1;min-width:300px}}@media (max-width:640px){.About-module__OtWT4W__visualSide{flex-direction:column}.About-module__OtWT4W__title{font-size:2.25rem}.About-module__OtWT4W__experienceBox{padding:2.5rem 1.5rem}.About-module__OtWT4W__years{font-size:3.5rem}.About-module__OtWT4W__valuesGrid{grid-template-columns:1fr;gap:1.25rem}.About-module__OtWT4W__approachCard{padding:2rem 1.5rem}.About-module__OtWT4W__approachList{gap:1.5rem}.About-module__OtWT4W__approachList li{flex-direction:column;gap:.5rem}.About-module__OtWT4W__stepNum{margin-bottom:.25rem}}
.Services-module__hmdBJW__services{background-color:var(--pearl);padding:80px 0 100px;position:relative;overflow:hidden}.Services-module__hmdBJW__services:before{content:"";background:radial-gradient(circle,rgba(var(--secondary-rgb,0,102,255),.03)0%,transparent 70%);z-index:0;width:600px;height:600px;position:absolute;top:0;right:0}.Services-module__hmdBJW__header{text-align:center;z-index:1;max-width:800px;margin:0 auto 5rem;position:relative}.Services-module__hmdBJW__subheading{color:var(--secondary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:inline-block}.Services-module__hmdBJW__title{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.Services-module__hmdBJW__lead{color:var(--text-muted);font-size:1.125rem;line-height:1.7}.Services-module__hmdBJW__industriesHeader{text-align:center;margin-bottom:3rem}.Services-module__hmdBJW__industriesHeader h3{margin-bottom:.5rem;font-size:2rem;font-weight:700}.Services-module__hmdBJW__industriesHeader p{color:var(--text-muted)}.Services-module__hmdBJW__industryGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:5rem;display:grid}.Services-module__hmdBJW__industryCard{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:24px;flex-direction:column;align-items:center;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.Services-module__hmdBJW__industryCard:hover{border-color:var(--secondary);transform:translateY(-10px);box-shadow:0 40px 80px #0000000f}.Services-module__hmdBJW__cardIcon{background:#f8faff;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;font-size:3rem;transition:transform .3s;display:flex}.Services-module__hmdBJW__industryCard:hover .Services-module__hmdBJW__cardIcon{background:#fff;transform:scale(1.1)rotate(5deg)}.Services-module__hmdBJW__cardContent h3{color:var(--primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.Services-module__hmdBJW__cardContent p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.Services-module__hmdBJW__itSection{color:#fff;background:#0a0a0a;border-radius:40px;margin-bottom:5rem;padding:5rem 4rem;position:relative;overflow:hidden}.Services-module__hmdBJW__itSection:after{content:"";background:radial-gradient(circle,rgba(var(--secondary-rgb,0,102,255),.1)0%,transparent 70%);pointer-events:none;width:60%;height:200%;position:absolute;top:-50%;right:-20%}.Services-module__hmdBJW__itContainer{z-index:1;align-items:center;gap:5rem;display:flex;position:relative}.Services-module__hmdBJW__itLeft{flex:1}.Services-module__hmdBJW__itBadge{color:var(--secondary);text-transform:uppercase;letter-spacing:.23em;margin-bottom:1.25rem;font-size:.75rem;font-weight:700;display:inline-block}.Services-module__hmdBJW__itLeft h3{color:#fff;margin-bottom:2rem;font-size:clamp(2.5rem,4vw,3rem);font-weight:800;line-height:1.1}.Services-module__hmdBJW__itLeft p{color:#888;max-width:90%;font-size:1.125rem;line-height:1.6}.Services-module__hmdBJW__itRight{flex:1.3}.Services-module__hmdBJW__itList{grid-template-columns:1fr 1fr;gap:1.5rem 3rem;display:grid}.Services-module__hmdBJW__itItem{color:#eee;align-items:center;gap:1.25rem;font-size:1rem;font-weight:500;transition:transform .3s;display:flex}.Services-module__hmdBJW__itItem:hover{color:#fff;transform:translate(8px)}.Services-module__hmdBJW__itCheck{background:rgba(var(--secondary-rgb,0,102,255),.1);border:1px solid rgba(var(--secondary-rgb,0,102,255),.2);width:28px;height:28px;color:var(--secondary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Services-module__hmdBJW__itCheck svg{width:16px;height:16px}@media (max-width:992px){.Services-module__hmdBJW__itContainer{text-align:center;flex-direction:column;gap:4rem}.Services-module__hmdBJW__itLeft p{max-width:100%}.Services-module__hmdBJW__itList{text-align:left}}.Services-module__hmdBJW__itCard:hover{border-color:var(--secondary);background:#ffffff1a;transform:translate(5px)}.Services-module__hmdBJW__dot{background:var(--secondary);width:6px;height:6px;box-shadow:0 0 10px var(--secondary);border-radius:50%}.Services-module__hmdBJW__processSection{margin-bottom:5rem}.Services-module__hmdBJW__processHeader{text-align:center;margin-bottom:3rem}.Services-module__hmdBJW__processHeader h3{margin-bottom:1rem;font-size:2rem;font-weight:800}.Services-module__hmdBJW__processGrid{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Services-module__hmdBJW__stepCard{background:#f8faff;border:1px solid #0000;border-radius:20px;flex-grow:1;width:calc(20% - .8rem);padding:1.5rem;transition:all .4s}.Services-module__hmdBJW__stepCard:hover{border-color:var(--secondary);background:#fff;box-shadow:0 20px 40px #0000000d}.Services-module__hmdBJW__stepHeader{margin-bottom:1rem}.Services-module__hmdBJW__stepNumber{color:var(--secondary);margin-bottom:.25rem;font-size:.75rem;font-weight:800;display:block}.Services-module__hmdBJW__stepCard h4{color:var(--primary);font-size:1.1rem;font-weight:700}.Services-module__hmdBJW__stepCard p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.Services-module__hmdBJW__processFooter{text-align:center;max-width:800px;color:var(--text-muted);background:#fdfdfd;border-radius:16px;margin:2.5rem auto 0;padding:1.5rem;font-size:.9rem;font-style:italic}.Services-module__hmdBJW__benefitsSection{margin-bottom:5rem}.Services-module__hmdBJW__sectionHeader{text-align:center;margin-bottom:3rem}.Services-module__hmdBJW__sectionHeader h3{font-size:2rem;font-weight:800}.Services-module__hmdBJW__benefitsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Services-module__hmdBJW__benefitCard{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:24px;padding:2.5rem 1.5rem;transition:all .4s}.Services-module__hmdBJW__benefitCard:hover{border-color:var(--secondary);box-shadow:0 40px 80px #0000000d}.Services-module__hmdBJW__benefitIcon{margin-bottom:1.5rem;font-size:2.5rem}.Services-module__hmdBJW__benefitCard h4{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Services-module__hmdBJW__benefitCard p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.Services-module__hmdBJW__profSection{margin-bottom:6rem}.Services-module__hmdBJW__profGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.Services-module__hmdBJW__profCard{background:#fcfcfc;border:1px solid #f0f0f0;border-radius:24px;align-items:center;gap:2rem;padding:2.5rem;transition:all .3s;display:flex}.Services-module__hmdBJW__profCard:hover{border-color:var(--secondary);background:#fff;transform:translate(10px)}.Services-module__hmdBJW__profIcon{background:#fff;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;font-size:2.5rem;display:flex;box-shadow:0 10px 20px #00000008}.Services-module__hmdBJW__profContent h4{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Services-module__hmdBJW__profContent p{color:var(--text-muted);font-size:.95rem}.Services-module__hmdBJW__footerCallout{text-align:center;background:linear-gradient(135deg,var(--primary)0%,#1a1a1a 100%);color:#fff;border-radius:24px;margin-top:4rem;padding:3rem}.Services-module__hmdBJW__footerCallout p{max-width:600px;margin:0 auto;font-size:1.5rem;font-weight:700}@media (max-width:1200px){.Services-module__hmdBJW__bentoGrid{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.Services-module__hmdBJW__processGrid{gap:1.5rem}.Services-module__hmdBJW__stepCard{flex-grow:1;width:calc(33.333% - 1rem)}}@media (max-width:992px){.Services-module__hmdBJW__benefitsGrid,.Services-module__hmdBJW__profGrid{grid-template-columns:1fr}}@media (max-width:768px){.Services-module__hmdBJW__services{padding:60px 0}.Services-module__hmdBJW__bentoGrid{grid-template-columns:1fr}.Services-module__hmdBJW__large,.Services-module__hmdBJW__wide{grid-column:span 1}.Services-module__hmdBJW__itSection{padding:3rem 1.5rem}.Services-module__hmdBJW__processGrid{flex-direction:column;align-items:center}.Services-module__hmdBJW__stepCard{width:100%;max-width:400px}.Services-module__hmdBJW__footerCallout p{font-size:1.25rem}}@media (max-width:992px){.Services-module__hmdBJW__industryGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__hmdBJW__industryGrid,.Services-module__hmdBJW__itList{grid-template-columns:1fr}.Services-module__hmdBJW__profCard{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.Services-module__hmdBJW__profIcon{margin:0 auto}.Services-module__hmdBJW__footerCallout{margin-top:3rem;padding:2.5rem 1.5rem}.Services-module__hmdBJW__title{font-size:2.25rem}}
.Contact-module__dhIxzq__contact{background-color:var(--background);padding:60px 0;position:relative;overflow:hidden}.Contact-module__dhIxzq__contact:before{content:"";background:radial-gradient(circle,rgba(var(--secondary-rgb,0,102,255),.05)0%,transparent 70%);z-index:0;pointer-events:none;width:300px;height:300px;position:absolute;top:-10%;right:-10%}.Contact-module__dhIxzq__contact:after{content:"";background:radial-gradient(circle,rgba(var(--secondary-rgb,0,102,255),.03)0%,transparent 70%);z-index:0;pointer-events:none;width:350px;height:350px;position:absolute;bottom:-10%;left:-10%}.Contact-module__dhIxzq__grid{z-index:1;grid-template-columns:1fr 1fr;align-items:flex-start;gap:3rem;display:grid;position:relative}.Contact-module__dhIxzq__header{margin-bottom:2rem}.Contact-module__dhIxzq__subheading{color:var(--secondary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:block}.Contact-module__dhIxzq__title{margin-bottom:1rem;font-size:2.25rem;font-weight:800;line-height:1.1}.Contact-module__dhIxzq__lead{color:var(--text-muted);max-width:90%;font-size:1rem;line-height:1.6}.Contact-module__dhIxzq__contactDetails{flex-direction:column;gap:1.25rem;display:flex}.Contact-module__dhIxzq__detailItem{align-items:center;gap:1rem;display:flex}.Contact-module__dhIxzq__iconBox{width:42px;height:42px;color:var(--secondary);background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex;box-shadow:0 10px 30px #0000000d}.Contact-module__dhIxzq__iconBox svg{width:18px;height:18px}.Contact-module__dhIxzq__detailItem:hover .Contact-module__dhIxzq__iconBox{background:var(--secondary-light,#e6f0ff);transform:translateY(-5px)}.Contact-module__dhIxzq__detailItem h4{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.15rem;font-size:.75rem}.Contact-module__dhIxzq__detailItem p{color:var(--text-main);font-size:.95rem;font-weight:500}.Contact-module__dhIxzq__link{color:inherit;text-decoration:none;transition:color .3s}.Contact-module__dhIxzq__link:hover{color:var(--secondary)}.Contact-module__dhIxzq__formContainer{position:relative}.Contact-module__dhIxzq__formWrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #fff6;border-radius:24px;padding:2rem;box-shadow:0 30px 60px #0000000d}.Contact-module__dhIxzq__formHeader{margin-bottom:1.5rem}.Contact-module__dhIxzq__formHeader h3{color:var(--text-main);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Contact-module__dhIxzq__formHeader p{color:var(--text-muted);font-size:.85rem}.Contact-module__dhIxzq__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Contact-module__dhIxzq__formGroup{margin-bottom:1rem}.Contact-module__dhIxzq__formGroup label{color:var(--text-main);margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.Contact-module__dhIxzq__formGroup input,.Contact-module__dhIxzq__formGroup textarea{background:#fdfdfd;border:2px solid #f0f0f0;border-radius:10px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.9rem;transition:all .3s}.Contact-module__dhIxzq__formGroup input:focus,.Contact-module__dhIxzq__formGroup textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 4px rgba(var(--secondary-rgb,0,102,255),.1);background:#fff;outline:none}.Contact-module__dhIxzq__formGroup textarea{resize:none;min-height:100px}.Contact-module__dhIxzq__form button{border-radius:10px;justify-content:center;align-items:center;gap:.75rem;width:100%;height:48px;margin-top:.5rem;font-size:.95rem;font-weight:700;display:flex}.Contact-module__dhIxzq__btnIcon{width:18px;height:18px;transition:transform .3s}.Contact-module__dhIxzq__form button:hover .Contact-module__dhIxzq__btnIcon{transform:translate(3px,-3px)}@media (max-width:992px){.Contact-module__dhIxzq__grid{grid-template-columns:1fr;gap:2rem}.Contact-module__dhIxzq__lead{max-width:100%}}@media (max-width:640px){.Contact-module__dhIxzq__contact{padding:50px 0}.Contact-module__dhIxzq__formWrapper{padding:1.5rem}.Contact-module__dhIxzq__formGrid{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.Contact-module__dhIxzq__formGrid .Contact-module__dhIxzq__formGroup{margin-bottom:0}.Contact-module__dhIxzq__formGroup{margin-bottom:1rem}.Contact-module__dhIxzq__title{margin-bottom:1rem;font-size:2rem}.Contact-module__dhIxzq__lead{margin-bottom:2rem;font-size:1rem}.Contact-module__dhIxzq__iconBox{width:44px;height:44px}.Contact-module__dhIxzq__iconBox svg{width:20px;height:20px}.Contact-module__dhIxzq__detailItem{align-items:flex-start;gap:1rem}.Contact-module__dhIxzq__detailItem p{word-break:break-word;font-size:.95rem}.Contact-module__dhIxzq__contactDetails{gap:1.5rem;margin-bottom:2.5rem}.Contact-module__dhIxzq__info{padding-bottom:1rem}.Contact-module__dhIxzq__formHeader{text-align:center;margin-bottom:1.5rem}.Contact-module__dhIxzq__formHeader h3{font-size:1.25rem}.Contact-module__dhIxzq__form button{height:50px;font-size:.95rem}.Contact-module__dhIxzq__successMessage{padding:2rem 0}.Contact-module__dhIxzq__successIcon{width:60px;height:60px}}.Contact-module__dhIxzq__successMessage{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:300px;animation:.5s Contact-module__dhIxzq__fadeIn;display:flex}.Contact-module__dhIxzq__successIcon{color:#10b981;background:#e6f9f0;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;display:flex}.Contact-module__dhIxzq__successIcon svg{width:30px;height:30px}.Contact-module__dhIxzq__successMessage h3{color:var(--primary);margin-bottom:.75rem;font-size:1.5rem}.Contact-module__dhIxzq__successMessage p{color:var(--text-muted);font-size:.95rem}
.Footer-module__rnk_JG__footer{color:#fff;background:#0a0a0a;padding:80px 0 20px}.Footer-module__rnk_JG__grid{grid-template-columns:1.5fr 2fr 1.5fr;align-items:baseline;gap:4rem;display:grid}.Footer-module__rnk_JG__logo{margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.Footer-module__rnk_JG__brandDesc{color:#999;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Footer-module__rnk_JG__socials{gap:1rem;display:flex}.Footer-module__rnk_JG__socialIcon{color:#fff;background:#1a1a1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__rnk_JG__socialIcon:hover{background:var(--secondary);transform:translateY(-3px)}.Footer-module__rnk_JG__socialIcon svg{width:20px;height:20px}.Footer-module__rnk_JG__navSection{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.Footer-module__rnk_JG__colTitle{text-transform:uppercase;letter-spacing:.15em;color:#fff;margin-bottom:2rem;font-size:.875rem;font-weight:700}.Footer-module__rnk_JG__list{flex-direction:column;gap:1rem;display:flex}.Footer-module__rnk_JG__list a{color:#999;font-size:.95rem;text-decoration:none;transition:color .3s}.Footer-module__rnk_JG__list a:hover{color:var(--secondary)}.Footer-module__rnk_JG__hqInfo p,.Footer-module__rnk_JG__hqInfo a{color:#999;margin-bottom:.5rem;font-size:.95rem}.Footer-module__rnk_JG__hqContact{margin-top:1rem;font-weight:600;color:#fff!important}.Footer-module__rnk_JG__presenceSection{background:#111;border:1px solid #222;border-radius:20px;padding:2rem}.Footer-module__rnk_JG__presenceGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.Footer-module__rnk_JG__presenceGrid span{color:#888;font-size:.8rem}.Footer-module__rnk_JG__bottom{border-top:1px solid #222;margin-top:60px;padding-top:20px}.Footer-module__rnk_JG__bottomContent{color:#666;justify-content:center;align-items:center;font-size:.875rem;display:flex}.Footer-module__rnk_JG__legalLinks{gap:2rem;display:flex}.Footer-module__rnk_JG__legalLinks a{color:inherit;text-decoration:none;transition:color .3s}.Footer-module__rnk_JG__legalLinks a:hover{color:#fff}@media (max-width:991px){.Footer-module__rnk_JG__grid{grid-template-columns:1fr 1.5fr}.Footer-module__rnk_JG__presenceSection{grid-column:span 2}}@media (max-width:768px){.Footer-module__rnk_JG__footer{text-align:center;padding:60px 0 30px}.Footer-module__rnk_JG__grid{grid-template-columns:1fr;gap:3rem}.Footer-module__rnk_JG__brandDesc{margin:0 auto 2rem}.Footer-module__rnk_JG__navSection{text-align:center;grid-template-columns:1fr;gap:2.5rem}.Footer-module__rnk_JG__list{align-items:center}.Footer-module__rnk_JG__presenceGrid{text-align:center;grid-template-columns:repeat(2,1fr);gap:1rem}.Footer-module__rnk_JG__presenceSection{grid-column:span 1}.Footer-module__rnk_JG__bottomContent{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__rnk_JG__legalLinks{flex-direction:column;gap:1rem}}
