.AISearch-module__ypGfDa__overlay{z-index:3000;background:#000000d9;justify-content:center;align-items:flex-start;padding:2rem;animation:.3s AISearch-module__ypGfDa__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes AISearch-module__ypGfDa__fadeIn{0%{opacity:0}to{opacity:1}}.AISearch-module__ypGfDa__searchContainer{background:var(--white);border-radius:16px;width:100%;max-width:900px;margin:2rem auto;animation:.4s AISearch-module__ypGfDa__slideDown;position:relative;box-shadow:0 20px 60px #0000004d}@keyframes AISearch-module__ypGfDa__slideDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.AISearch-module__ypGfDa__closeButton{background:var(--bg-light);width:40px;height:40px;color:var(--text-dark);z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.AISearch-module__ypGfDa__closeButton:hover{background:var(--border-color);transform:rotate(90deg)}.AISearch-module__ypGfDa__searchHeader{text-align:center;border-bottom:2px solid var(--bg-light);padding:3rem 3rem 1.5rem}.AISearch-module__ypGfDa__searchHeader h2{color:var(--text-dark);margin-bottom:.5rem}.AISearch-module__ypGfDa__searchHeader p{color:var(--text-light);font-size:1rem}.AISearch-module__ypGfDa__searchInputWrapper{padding:2rem 3rem;position:relative}.AISearch-module__ypGfDa__searchInput{border:2px solid var(--border-color);background:var(--bg-light);border-radius:12px;width:100%;padding:1.25rem 1.5rem;font-size:1.125rem;transition:all .3s}.AISearch-module__ypGfDa__searchInput:focus{border-color:var(--primary-color);background:var(--white);outline:none;box-shadow:0 0 0 4px #0066cc1a}.AISearch-module__ypGfDa__searchingIndicator{color:var(--primary-color);align-items:center;gap:.5rem;font-weight:600;display:flex;position:absolute;top:50%;right:4rem;transform:translateY(-50%)}.AISearch-module__ypGfDa__spinner{border:3px solid var(--bg-light);border-top-color:var(--primary-color);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite AISearch-module__ypGfDa__spin}@keyframes AISearch-module__ypGfDa__spin{to{transform:rotate(360deg)}}.AISearch-module__ypGfDa__examples{padding:0 3rem 2rem}.AISearch-module__ypGfDa__examples h4{color:var(--text-dark);margin-bottom:1rem;font-size:1rem}.AISearch-module__ypGfDa__exampleTags{flex-wrap:wrap;gap:.75rem;display:flex}.AISearch-module__ypGfDa__exampleTag{background:var(--bg-light);border:1px solid var(--border-color);color:var(--text-dark);cursor:pointer;border-radius:20px;padding:.625rem 1.25rem;font-size:.875rem;transition:all .3s}.AISearch-module__ypGfDa__exampleTag:hover{background:var(--primary-color);color:var(--white);border-color:var(--primary-color);transform:translateY(-2px)}.AISearch-module__ypGfDa__resultsSection{padding:0 3rem 3rem}.AISearch-module__ypGfDa__resultsHeader{margin-bottom:1.5rem}.AISearch-module__ypGfDa__resultsHeader h3{color:var(--text-dark);margin-bottom:.5rem}.AISearch-module__ypGfDa__aiNote{color:var(--text-light);font-size:.875rem;font-style:italic}.AISearch-module__ypGfDa__results{flex-direction:column;gap:1.25rem;max-height:500px;padding-right:1rem;display:flex;overflow-y:auto}.AISearch-module__ypGfDa__results::-webkit-scrollbar{width:8px}.AISearch-module__ypGfDa__results::-webkit-scrollbar-track{background:var(--bg-light);border-radius:4px}.AISearch-module__ypGfDa__results::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.AISearch-module__ypGfDa__results::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.AISearch-module__ypGfDa__resultCard{border:2px solid var(--border-color);background:var(--white);border-radius:12px;padding:1.5rem;transition:all .3s}.AISearch-module__ypGfDa__resultCard:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.AISearch-module__ypGfDa__resultHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.AISearch-module__ypGfDa__resultHeader h4{color:var(--text-dark);margin:0 0 .25rem;font-size:1.125rem}.AISearch-module__ypGfDa__vendor{color:var(--primary-color);margin:0;font-size:.875rem;font-weight:600}.AISearch-module__ypGfDa__matchScore{flex-direction:column;align-items:center;gap:.25rem;display:flex}.AISearch-module__ypGfDa__scoreCircle{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.AISearch-module__ypGfDa__scoreCircle:before{content:"";background:var(--white);border-radius:50%;position:absolute;inset:4px}.AISearch-module__ypGfDa__scoreCircle span{z-index:1;color:var(--text-dark);font-size:.875rem;font-weight:700;position:relative}.AISearch-module__ypGfDa__matchLabel{color:var(--text-light);font-size:.75rem;font-weight:600}.AISearch-module__ypGfDa__description{color:var(--text-light);margin-bottom:1rem;line-height:1.6}.AISearch-module__ypGfDa__specs{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.AISearch-module__ypGfDa__category,.AISearch-module__ypGfDa__spec{background:var(--bg-light);color:var(--text-dark);border-radius:6px;padding:.375rem .875rem;font-size:.75rem}.AISearch-module__ypGfDa__category{background:var(--primary-color);color:var(--white);font-weight:600}.AISearch-module__ypGfDa__actions{gap:.75rem;display:flex}.AISearch-module__ypGfDa__viewButton,.AISearch-module__ypGfDa__contactButton{border-radius:8px;flex:1;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.AISearch-module__ypGfDa__viewButton{background:var(--primary-color);color:var(--white)}.AISearch-module__ypGfDa__viewButton:hover{background:var(--secondary-color)}.AISearch-module__ypGfDa__contactButton{color:var(--primary-color);border:2px solid var(--primary-color);background:0 0}.AISearch-module__ypGfDa__contactButton:hover{background:var(--primary-color);color:var(--white)}.AISearch-module__ypGfDa__noResults{text-align:center;color:var(--text-light);padding:3rem}.AISearch-module__ypGfDa__noResults p:first-child{color:var(--text-dark);margin-bottom:.5rem;font-size:1.125rem}.AISearch-module__ypGfDa__suggestion{font-size:.875rem}@media (max-width:768px){.AISearch-module__ypGfDa__overlay{padding:0}.AISearch-module__ypGfDa__searchContainer{border-radius:0;min-height:100vh;margin:0}.AISearch-module__ypGfDa__searchHeader,.AISearch-module__ypGfDa__searchInputWrapper,.AISearch-module__ypGfDa__examples,.AISearch-module__ypGfDa__resultsSection{padding-left:1.5rem;padding-right:1.5rem}.AISearch-module__ypGfDa__resultHeader{flex-direction:column;gap:1rem}.AISearch-module__ypGfDa__actions{flex-direction:column}}
.Header-module__Af2_WG__header{background:var(--white);z-index:1000;border-bottom:2px solid var(--primary-orange);position:sticky;top:0;box-shadow:0 2px 20px #00000014}.Header-module__Af2_WG__topBar{background:var(--primary-dark);color:var(--white);padding:.65rem 0;font-size:.875rem;position:relative;overflow:hidden}.Header-module__Af2_WG__topBar:before{content:"";pointer-events:none;background:repeating-linear-gradient(90deg,#0000,#0000 40px,#ff6b000d 40px 41px);position:absolute;inset:0}.Header-module__Af2_WG__topBarContent{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.Header-module__Af2_WG__contact{align-items:center;gap:.5rem;display:flex}.Header-module__Af2_WG__contact a{color:#ffffffe6;font-weight:500;transition:all .3s}.Header-module__Af2_WG__contact a:hover{color:var(--primary-orange)}.Header-module__Af2_WG__divider{opacity:.3;margin:0 .5rem}.Header-module__Af2_WG__searchToggle{background:var(--gradient-accent);color:var(--white);cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.25rem;font-family:Space Grotesk,sans-serif;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #ff6b004d}.Header-module__Af2_WG__searchToggle:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b0066}.Header-module__Af2_WG__mainNav{background:var(--white);padding:1.25rem 0}.Header-module__Af2_WG__navContent{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__logo{align-items:center;transition:all .3s;display:flex}.Header-module__Af2_WG__logo:hover{opacity:.85;transform:translateY(-2px)}.Header-module__Af2_WG__logoImage{width:auto;height:auto;max-height:72px}.Header-module__Af2_WG__mobileMenuToggle{color:var(--text-dark);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.75rem;transition:color .3s;display:none}.Header-module__Af2_WG__mobileMenuToggle:hover{color:var(--primary-orange)}.Header-module__Af2_WG__navLinks{align-items:center;gap:2.5rem;list-style:none;display:flex}.Header-module__Af2_WG__navLinks a,.Header-module__Af2_WG__dropdownToggle{color:var(--text-dark);font-size:.95rem;font-weight:600;transition:all .3s;position:relative}.Header-module__Af2_WG__navLinks a:after,.Header-module__Af2_WG__dropdownToggle:after{content:"";background:var(--gradient-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__Af2_WG__navLinks a:hover:after,.Header-module__Af2_WG__dropdownToggle:hover:after{width:100%}.Header-module__Af2_WG__navLinks a:hover,.Header-module__Af2_WG__dropdownToggle:hover{color:var(--primary-orange)}.Header-module__Af2_WG__dropdown{position:relative}.Header-module__Af2_WG__dropdown:before{content:"";height:1rem;display:none;position:absolute;top:100%;left:0;right:0}.Header-module__Af2_WG__dropdown:hover:before{display:block}.Header-module__Af2_WG__dropdownToggle{cursor:pointer;background:0 0;border:none;padding-bottom:4px;font-family:Space Grotesk,sans-serif;font-size:.95rem}.Header-module__Af2_WG__dropdownMenu{background:var(--white);border:2px solid var(--border-color);border-radius:8px;min-width:220px;margin-top:.5rem;padding:.75rem 0;list-style:none;animation:.3s ease-out Header-module__Af2_WG__dropdownFadeIn;display:none;position:absolute;top:100%;left:0;box-shadow:0 8px 30px #00000026}@keyframes Header-module__Af2_WG__dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__Af2_WG__dropdown:hover .Header-module__Af2_WG__dropdownMenu{display:block}.Header-module__Af2_WG__dropdownMenu li a{color:var(--text-dark);white-space:nowrap;padding:.85rem 1.5rem;font-weight:500;transition:all .3s;display:block;position:relative}.Header-module__Af2_WG__dropdownMenu li a:before{content:"";background:var(--primary-orange);width:3px;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.Header-module__Af2_WG__dropdownMenu li a:hover:before{transform:scaleY(1)}.Header-module__Af2_WG__dropdownMenu li a:hover{color:var(--primary-orange);background:linear-gradient(90deg,#ff6b000d 0%,#0000 100%);padding-left:1.75rem}.Header-module__Af2_WG__searchOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#1a1f2ef2;justify-content:center;align-items:center;animation:.3s Header-module__Af2_WG__fadeIn;display:flex;position:fixed;inset:0}@keyframes Header-module__Af2_WG__fadeIn{0%{opacity:0}to{opacity:1}}.Header-module__Af2_WG__searchContainer{background:var(--white);border:2px solid var(--primary-orange);border-radius:16px;width:90%;max-width:700px;padding:3rem;animation:.4s ease-out Header-module__Af2_WG__slideUp;position:relative;box-shadow:0 20px 60px #0000004d}@keyframes Header-module__Af2_WG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Header-module__Af2_WG__closeSearch{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;line-height:1;transition:all .3s;position:absolute;top:1.5rem;right:1.5rem}.Header-module__Af2_WG__closeSearch:hover{color:var(--primary-orange);transform:rotate(90deg)}.Header-module__Af2_WG__searchContainer h2{color:var(--primary-dark);margin-bottom:1.5rem}.Header-module__Af2_WG__searchInput{border:2px solid var(--border-color);border-radius:8px;width:100%;margin-bottom:1rem;padding:1.25rem;font-family:Space Grotesk,sans-serif;font-size:1rem;transition:all .3s}.Header-module__Af2_WG__searchInput:focus{border-color:var(--primary-orange);outline:none;box-shadow:0 0 0 4px #ff6b001a}.Header-module__Af2_WG__searchHint{color:var(--text-medium);font-size:.875rem;font-style:italic}@media (max-width:968px){.Header-module__Af2_WG__navLinks{gap:2rem}}@media (max-width:768px){.Header-module__Af2_WG__mobileMenuToggle{display:block}.Header-module__Af2_WG__mainNav{position:relative}.Header-module__Af2_WG__navLinks{background:var(--white);border-top:2px solid var(--primary-orange);flex-direction:column;gap:0;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 30px #00000026}.Header-module__Af2_WG__navLinks.Header-module__Af2_WG__mobileOpen{display:flex}.Header-module__Af2_WG__navLinks li{border-bottom:1px solid var(--border-color);width:100%;padding:1rem 0}.Header-module__Af2_WG__navLinks li:last-child{border-bottom:none}.Header-module__Af2_WG__dropdownMenu{box-shadow:none;background:var(--bg-light);border:none;margin-top:.75rem;padding-left:1rem;position:static}.Header-module__Af2_WG__dropdown:hover .Header-module__Af2_WG__dropdownMenu{display:none}.Header-module__Af2_WG__dropdown.Header-module__Af2_WG__active .Header-module__Af2_WG__dropdownMenu{display:block}.Header-module__Af2_WG__topBarContent{flex-direction:column;gap:.75rem}.Header-module__Af2_WG__contact{text-align:center;flex-direction:column;gap:.5rem;display:flex}.Header-module__Af2_WG__divider{display:none}.Header-module__Af2_WG__logoImage{max-height:60px}}
.Footer-module__EZoWya__footer{background:var(--text-dark);color:var(--white);margin-top:4rem;padding:3rem 0 1rem}.Footer-module__EZoWya__footerContent{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.Footer-module__EZoWya__footerSection h3{color:var(--white);margin-bottom:1rem;font-size:1.25rem}.Footer-module__EZoWya__footerSection h4{color:var(--white);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.Footer-module__EZoWya__footerSection p{color:#ccc;margin-bottom:.5rem;line-height:1.6}.Footer-module__EZoWya__footerSection a{color:#ccc;transition:color .3s}.Footer-module__EZoWya__footerSection a:hover{color:var(--white)}.Footer-module__EZoWya__footerSection ul{list-style:none}.Footer-module__EZoWya__footerSection ul li{margin-bottom:.5rem}.Footer-module__EZoWya__socialLinks{gap:1rem;margin-top:1rem;display:flex}.Footer-module__EZoWya__socialLinks a{color:var(--white);font-weight:600}.Footer-module__EZoWya__footerBottom{border-top:1px solid #444;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.Footer-module__EZoWya__footerBottom p{color:#ccc;margin:0}.Footer-module__EZoWya__footerBottomLinks{gap:1.5rem;display:flex}.Footer-module__EZoWya__footerBottomLinks a{color:#ccc;font-size:.875rem}.Footer-module__EZoWya__footerBottomLinks a:hover{color:var(--white)}@media (max-width:768px){.Footer-module__EZoWya__footerContent{grid-template-columns:1fr}.Footer-module__EZoWya__footerBottom{text-align:center;flex-direction:column}}
.ContactForm-module__1SvrgG__form{background:var(--white);padding:0}.ContactForm-module__1SvrgG__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ContactForm-module__1SvrgG__formGroup{margin-bottom:1.5rem}.ContactForm-module__1SvrgG__formGroup label{color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.ContactForm-module__1SvrgG__formGroup input,.ContactForm-module__1SvrgG__formGroup select,.ContactForm-module__1SvrgG__formGroup textarea{border:2px solid var(--border-color);background:var(--white);border-radius:8px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.ContactForm-module__1SvrgG__formGroup input:focus,.ContactForm-module__1SvrgG__formGroup select:focus,.ContactForm-module__1SvrgG__formGroup textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0066cc1a}.ContactForm-module__1SvrgG__formGroup textarea{resize:vertical;min-height:150px}.ContactForm-module__1SvrgG__formGroup input::placeholder,.ContactForm-module__1SvrgG__formGroup textarea::placeholder{color:#999}.ContactForm-module__1SvrgG__submitButton{background:var(--primary-color);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s}.ContactForm-module__1SvrgG__submitButton:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #0066cc4d}.ContactForm-module__1SvrgG__submitButton:active{transform:translateY(0)}.ContactForm-module__1SvrgG__formNote{color:var(--text-light);text-align:center;margin-top:1rem;font-size:.875rem}.ContactForm-module__1SvrgG__successMessage{color:var(--white);text-align:center;background:linear-gradient(135deg,#4caf50 0%,#2e7d32 100%);border-radius:12px;padding:3rem 2rem;animation:.5s ContactForm-module__1SvrgG__slideIn}@keyframes ContactForm-module__1SvrgG__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ContactForm-module__1SvrgG__successIcon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:3rem;animation:.5s .2s both ContactForm-module__1SvrgG__scaleIn;display:flex}@keyframes ContactForm-module__1SvrgG__scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.ContactForm-module__1SvrgG__successMessage h3{color:var(--white);margin-bottom:.5rem;font-size:1.75rem}.ContactForm-module__1SvrgG__successMessage p{color:var(--white);opacity:.95;margin:.5rem 0;font-size:1.125rem}@media (max-width:768px){.ContactForm-module__1SvrgG__formRow{grid-template-columns:1fr;gap:0}}
.about-module__-i9KWa__aboutPage{min-height:100vh}.about-module__-i9KWa__hero{color:var(--white);text-align:center;background:linear-gradient(135deg,#06c 0%,#003d7a 100%);padding:5rem 0}.about-module__-i9KWa__hero h1{color:var(--white);margin-bottom:1rem;font-size:3rem}.about-module__-i9KWa__heroSubtitle{opacity:.95;max-width:700px;margin:0 auto;font-size:1.5rem}.about-module__-i9KWa__mission{background:var(--white);padding:5rem 0}.about-module__-i9KWa__missionContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-module__-i9KWa__missionText h2{color:var(--text-dark);margin-bottom:2rem;font-size:2.5rem}.about-module__-i9KWa__missionStatement{color:var(--primary-color);border-left:4px solid var(--primary-color);margin-bottom:2rem;padding-left:1.5rem;font-size:1.5rem;font-style:italic;font-weight:600;line-height:1.6}.about-module__-i9KWa__missionText p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.about-module__-i9KWa__missionImage{justify-content:center;align-items:center;display:flex}.about-module__-i9KWa__statsGrid{grid-template-columns:1fr 1fr;gap:2rem;width:100%;display:grid}.about-module__-i9KWa__stat{background:var(--bg-light);text-align:center;border-radius:12px;padding:2.5rem 1.5rem;transition:transform .3s,box-shadow .3s}.about-module__-i9KWa__stat:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.about-module__-i9KWa__statNumber{color:var(--primary-color);margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1}.about-module__-i9KWa__statLabel{color:var(--text-light);font-size:1rem;font-weight:500}.about-module__-i9KWa__values{background:var(--bg-light);padding:5rem 0}.about-module__-i9KWa__sectionHeader{text-align:center;margin-bottom:3rem}.about-module__-i9KWa__sectionHeader h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.about-module__-i9KWa__sectionHeader p{color:var(--text-light);font-size:1.125rem}.about-module__-i9KWa__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.about-module__-i9KWa__valueCard{background:var(--white);text-align:center;border-radius:12px;padding:2.5rem;transition:transform .3s,box-shadow .3s}.about-module__-i9KWa__valueCard:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.about-module__-i9KWa__valueIcon{margin-bottom:1.5rem;font-size:4rem}.about-module__-i9KWa__valueCard h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.about-module__-i9KWa__valueCard p{color:var(--text-light);line-height:1.6}.about-module__-i9KWa__whatWeDo{background:var(--white);padding:5rem 0}.about-module__-i9KWa__whatWeDoContent{grid-template-columns:2fr 1fr;align-items:start;gap:4rem;display:grid}.about-module__-i9KWa__whatWeDoText h2{color:var(--text-dark);margin-bottom:2rem;font-size:2.5rem}.about-module__-i9KWa__whatWeDoText>p{color:var(--text-light);margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.about-module__-i9KWa__servicesList{padding:0;list-style:none}.about-module__-i9KWa__servicesList li{border-bottom:1px solid var(--border-color);padding:1rem 0;font-size:1.125rem;line-height:1.6}.about-module__-i9KWa__servicesList li:last-child{border-bottom:none}.about-module__-i9KWa__servicesList strong{color:var(--primary-color);font-weight:600}.about-module__-i9KWa__highlightBox{color:var(--white);background:linear-gradient(135deg,#06c 0%,#003d7a 100%);border-radius:12px;padding:2.5rem;position:sticky;top:2rem;box-shadow:0 8px 25px #00000026}.about-module__-i9KWa__highlightBox h3{color:var(--white);margin-bottom:1.5rem;font-size:1.75rem}.about-module__-i9KWa__highlightBox ul{padding:0;list-style:none}.about-module__-i9KWa__highlightBox ul li{padding:.75rem 0;font-size:1.125rem;line-height:1.6}.about-module__-i9KWa__vendorPartners{background:var(--bg-light);padding:5rem 0}.about-module__-i9KWa__vendorsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.about-module__-i9KWa__vendorCard{background:var(--white);text-align:center;border:2px solid #0000;border-radius:12px;padding:2rem;transition:all .3s}.about-module__-i9KWa__vendorCard:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.about-module__-i9KWa__vendorCard h3{color:var(--primary-color);margin-bottom:.75rem;font-size:1.25rem}.about-module__-i9KWa__vendorCard p{color:var(--text-light);min-height:2.5rem;margin-bottom:1rem;font-size:.875rem}.about-module__-i9KWa__vendorCard a{color:var(--primary-color);align-items:center;font-weight:600;transition:gap .3s;display:inline-flex}.about-module__-i9KWa__vendorCard a:hover{gap:.5rem}.about-module__-i9KWa__vendorNote{background:var(--white);text-align:center;border-left:4px solid var(--primary-color);border-radius:12px;padding:2rem}.about-module__-i9KWa__vendorNote p{color:var(--text-light);margin:0;font-size:1.125rem;line-height:1.6}.about-module__-i9KWa__industries{background:var(--white);padding:5rem 0}.about-module__-i9KWa__industriesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.about-module__-i9KWa__industryCard{background:var(--bg-light);border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s}.about-module__-i9KWa__industryCard:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001a}.about-module__-i9KWa__industryCard h4{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem}.about-module__-i9KWa__industryCard p{color:var(--text-light);line-height:1.6}.about-module__-i9KWa__cta{color:var(--white);text-align:center;background:linear-gradient(135deg,#003d7a 0%,#06c 100%);padding:5rem 0}.about-module__-i9KWa__ctaContent h2{color:var(--white);margin-bottom:1rem;font-size:2.5rem}.about-module__-i9KWa__ctaContent p{opacity:.95;margin-bottom:2.5rem;font-size:1.25rem}.about-module__-i9KWa__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:968px){.about-module__-i9KWa__missionContent,.about-module__-i9KWa__whatWeDoContent{grid-template-columns:1fr;gap:3rem}.about-module__-i9KWa__statsGrid{grid-template-columns:1fr 1fr}.about-module__-i9KWa__highlightBox{position:static}}@media (max-width:768px){.about-module__-i9KWa__hero h1{font-size:2rem}.about-module__-i9KWa__heroSubtitle{font-size:1.125rem}.about-module__-i9KWa__missionText h2,.about-module__-i9KWa__whatWeDoText h2,.about-module__-i9KWa__sectionHeader h2{font-size:2rem}.about-module__-i9KWa__missionStatement{font-size:1.25rem}.about-module__-i9KWa__valuesGrid,.about-module__-i9KWa__vendorsGrid,.about-module__-i9KWa__industriesGrid,.about-module__-i9KWa__statsGrid{grid-template-columns:1fr}.about-module__-i9KWa__ctaContent h2{font-size:2rem}}
.contact-module__xwJ-uq__contactPage{min-height:100vh}.contact-module__xwJ-uq__hero{color:var(--white);text-align:center;background:linear-gradient(135deg,#06c 0%,#003d7a 100%);padding:4rem 0}.contact-module__xwJ-uq__hero h1{color:var(--white);margin-bottom:1rem;font-size:3rem}.contact-module__xwJ-uq__heroSubtitle{opacity:.95;max-width:700px;margin:0 auto;font-size:1.5rem}.contact-module__xwJ-uq__contactMethods{background:var(--bg-light);z-index:10;margin-top:-2rem;padding:3rem 0;position:relative}.contact-module__xwJ-uq__methodsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.contact-module__xwJ-uq__methodCard{background:var(--white);text-align:center;border:2px solid #0000;border-radius:12px;padding:2.5rem 2rem;text-decoration:none;transition:all .3s;display:block;box-shadow:0 4px 15px #00000014}.contact-module__xwJ-uq__methodCard:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.contact-module__xwJ-uq__methodIcon{margin-bottom:1rem;font-size:3.5rem}.contact-module__xwJ-uq__methodCard h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem}.contact-module__xwJ-uq__methodContent{color:var(--primary-color);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.contact-module__xwJ-uq__methodDescription{color:var(--text-light);font-size:.875rem}.contact-module__xwJ-uq__mainContact{background:var(--white);padding:5rem 0}.contact-module__xwJ-uq__contactGrid{grid-template-columns:2fr 1fr;gap:4rem;display:grid}.contact-module__xwJ-uq__formSection h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.contact-module__xwJ-uq__formIntro{color:var(--text-light);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.contact-module__xwJ-uq__infoSection{flex-direction:column;gap:2rem;display:flex}.contact-module__xwJ-uq__infoCard{background:var(--bg-light);border-left:4px solid var(--primary-color);border-radius:12px;padding:2rem}.contact-module__xwJ-uq__infoCard h3{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.25rem}.contact-module__xwJ-uq__hours{flex-direction:column;gap:.75rem;display:flex}.contact-module__xwJ-uq__hourRow{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.contact-module__xwJ-uq__hourRow:last-child{border-bottom:none}.contact-module__xwJ-uq__hourRow span:first-child{color:var(--text-dark);font-weight:500}.contact-module__xwJ-uq__hourRow span:last-child{color:var(--text-light)}.contact-module__xwJ-uq__responseList{padding:0;list-style:none}.contact-module__xwJ-uq__responseList li{color:var(--text-light);border-bottom:1px solid var(--border-color);padding:.75rem 0}.contact-module__xwJ-uq__responseList li:last-child{border-bottom:none}.contact-module__xwJ-uq__responseList strong{color:var(--text-dark);font-weight:600}.contact-module__xwJ-uq__socialLinks{flex-direction:column;gap:.75rem;display:flex}.contact-module__xwJ-uq__socialLink{background:var(--white);color:var(--primary-color);text-align:center;border-radius:8px;padding:.875rem 1.5rem;font-weight:600;transition:all .3s;display:block}.contact-module__xwJ-uq__socialLink:hover{background:var(--primary-color);color:var(--white);transform:translate(5px)}.contact-module__xwJ-uq__departments{background:var(--bg-light);padding:5rem 0}.contact-module__xwJ-uq__sectionHeader{text-align:center;margin-bottom:3rem}.contact-module__xwJ-uq__sectionHeader h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.contact-module__xwJ-uq__sectionHeader p{color:var(--text-light);font-size:1.125rem}.contact-module__xwJ-uq__departmentsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.contact-module__xwJ-uq__deptCard{background:var(--white);border-top:4px solid var(--primary-color);border-radius:12px;padding:2.5rem;transition:all .3s}.contact-module__xwJ-uq__deptCard:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.contact-module__xwJ-uq__deptCard h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem}.contact-module__xwJ-uq__deptCard p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.contact-module__xwJ-uq__deptEmail{color:var(--primary-color);background:var(--bg-light);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-block}.contact-module__xwJ-uq__deptEmail:hover{background:var(--primary-color);color:var(--white)}.contact-module__xwJ-uq__faq{background:var(--white);padding:5rem 0}.contact-module__xwJ-uq__faqGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.contact-module__xwJ-uq__faqCard{background:var(--bg-light);border-radius:12px;padding:2rem;transition:all .3s}.contact-module__xwJ-uq__faqCard:hover{transform:translateY(-3px);box-shadow:0 4px 15px #00000014}.contact-module__xwJ-uq__faqCard h4{color:var(--primary-color);margin-bottom:1rem;font-size:1.125rem}.contact-module__xwJ-uq__faqCard p{color:var(--text-light);font-size:.9375rem;line-height:1.6}.contact-module__xwJ-uq__location{background:var(--bg-light);padding:5rem 0}.contact-module__xwJ-uq__locationContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.contact-module__xwJ-uq__locationText h2{color:var(--text-dark);margin-bottom:2rem;font-size:2.5rem}.contact-module__xwJ-uq__address{background:var(--white);border-left:4px solid var(--primary-color);border-radius:12px;margin-bottom:2rem;padding:2rem}.contact-module__xwJ-uq__address p{color:var(--text-dark);margin:.5rem 0;line-height:1.8}.contact-module__xwJ-uq__address p strong{color:var(--primary-color);margin-bottom:.5rem;font-size:1.125rem;display:block}.contact-module__xwJ-uq__locationNote{color:var(--text-light);font-size:1rem;line-height:1.6}.contact-module__xwJ-uq__mapPlaceholder{justify-content:center;align-items:center;height:100%;min-height:400px;display:flex}.contact-module__xwJ-uq__mapBox{background:var(--white);border:2px dashed var(--border-color);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:3rem;display:flex}.contact-module__xwJ-uq__mapBox p:first-child{margin-bottom:1rem;font-size:4rem}.contact-module__xwJ-uq__mapNote{color:var(--text-light);font-size:1rem}@media (max-width:968px){.contact-module__xwJ-uq__contactGrid,.contact-module__xwJ-uq__locationContent{grid-template-columns:1fr;gap:3rem}.contact-module__xwJ-uq__infoSection{order:-1}}@media (max-width:768px){.contact-module__xwJ-uq__hero h1{font-size:2rem}.contact-module__xwJ-uq__heroSubtitle{font-size:1.125rem}.contact-module__xwJ-uq__methodsGrid{grid-template-columns:1fr}.contact-module__xwJ-uq__formSection h2,.contact-module__xwJ-uq__locationText h2,.contact-module__xwJ-uq__sectionHeader h2{font-size:2rem}.contact-module__xwJ-uq__departmentsGrid,.contact-module__xwJ-uq__faqGrid{grid-template-columns:1fr}}
.page-module__E0kJGG__hero{background:var(--gradient-hero);color:var(--white);padding:8rem 0 6rem;position:relative;overflow:hidden}.page-module__E0kJGG__hero:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(90deg,#00d9ff08 0,#0000 1px 40px,#00d9ff08 41px),repeating-linear-gradient(0deg,#00d9ff08 0,#0000 1px 40px,#00d9ff08 41px);position:absolute;inset:0}.page-module__E0kJGG__hero:after{content:"";background:radial-gradient(circle,#ff6b0026 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:4s ease-in-out infinite page-module__E0kJGG__pulse;position:absolute;top:-50%;right:-10%}.page-module__E0kJGG__heroContent{z-index:2;max-width:900px;position:relative}.page-module__E0kJGG__heroContent h1{color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);line-height:1.1;animation:.8s ease-out page-module__E0kJGG__fadeInUp}.page-module__E0kJGG__heroContent h1 .page-module__E0kJGG__highlight{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.page-module__E0kJGG__heroSubtitle{opacity:.9;max-width:700px;margin-bottom:2.5rem;font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.6;animation:.8s ease-out .2s backwards page-module__E0kJGG__fadeInUp}.page-module__E0kJGG__heroButtons{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;animation:.8s ease-out .4s backwards page-module__E0kJGG__fadeInUp;display:flex}.page-module__E0kJGG__heroFeature{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.5rem;animation:.8s ease-out .6s backwards page-module__E0kJGG__fadeInUp;display:inline-flex}.page-module__E0kJGG__heroFeature p{color:var(--white);margin:0;font-size:.95rem}.page-module__E0kJGG__badge{background:var(--gradient-accent);color:var(--white);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #ff6b004d}.page-module__E0kJGG__techBadge{background:var(--gradient-tech);color:var(--primary-dark);text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:.35rem .85rem;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600}.page-module__E0kJGG__valueProps{background:var(--white);padding:5rem 0;position:relative}.page-module__E0kJGG__valuePropGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.page-module__E0kJGG__valueProp{background:var(--white);border:2px solid var(--border-color);border-radius:12px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.page-module__E0kJGG__valueProp:before{content:"";background:var(--gradient-accent);transform-origin:0;width:100%;height:4px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:scaleX(0)}.page-module__E0kJGG__valueProp:hover:before{transform:scaleX(1)}.page-module__E0kJGG__valueProp:hover{border-color:var(--primary-orange);transform:translateY(-8px);box-shadow:0 12px 40px #ff6b0026}.page-module__E0kJGG__valueProp .page-module__E0kJGG__icon{filter:grayscale();margin-bottom:1.5rem;font-size:3.5rem;transition:filter .4s;display:block}.page-module__E0kJGG__valueProp:hover .page-module__E0kJGG__icon{filter:grayscale(0)}.page-module__E0kJGG__valueProp h3{color:var(--primary-dark);margin-bottom:1rem;font-size:1.5rem}.page-module__E0kJGG__valueProp p{color:var(--text-medium);line-height:1.7}.page-module__E0kJGG__aiSearchSection{background:linear-gradient(180deg,var(--bg-light)0%,var(--white)100%);padding:6rem 0;position:relative}.page-module__E0kJGG__aiSearchContent{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.page-module__E0kJGG__aiSearchText h2{color:var(--primary-dark);margin-bottom:1.5rem;line-height:1.2}.page-module__E0kJGG__aiSearchText p{color:var(--text-medium);margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.page-module__E0kJGG__featureList{margin-bottom:2.5rem;list-style:none}.page-module__E0kJGG__featureList li{color:var(--text-dark);border-bottom:1px solid var(--border-color);align-items:center;gap:1rem;padding:1rem 0;font-size:1.125rem;transition:all .3s;display:flex}.page-module__E0kJGG__featureList li:last-child{border-bottom:none}.page-module__E0kJGG__featureList li:before{content:"→";color:var(--primary-orange);font-size:1.5rem;font-weight:700;transition:transform .3s}.page-module__E0kJGG__featureList li:hover:before{transform:translate(5px)}.page-module__E0kJGG__aiSearchDemo{background:var(--white);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem;position:relative;box-shadow:0 20px 60px #0000001a}.page-module__E0kJGG__aiSearchDemo:before{content:"";background:var(--gradient-accent);-webkit-mask-composite:xor;opacity:0;border-radius:16px;padding:2px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.page-module__E0kJGG__aiSearchDemo:hover:before{opacity:1}.page-module__E0kJGG__searchExample{padding:1rem}.page-module__E0kJGG__searchQuery{background:var(--bg-light);color:var(--text-dark);border-left:4px solid var(--primary-orange);border-radius:8px;margin-bottom:2rem;padding:1.5rem;font-family:JetBrains Mono,monospace;font-size:.95rem;line-height:1.6;position:relative}.page-module__E0kJGG__searchQuery:before{content:"QUERY";background:var(--primary-orange);color:var(--white);letter-spacing:1px;border-radius:4px;padding:.25rem .75rem;font-size:.65rem;font-weight:700;position:absolute;top:-12px;left:12px}.page-module__E0kJGG__searchResults{flex-direction:column;gap:1rem;display:flex}.page-module__E0kJGG__searchResult{background:var(--white);border:2px solid var(--border-color);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.page-module__E0kJGG__searchResult:hover{border-color:var(--accent-cyan);transform:translate(8px);box-shadow:0 4px 16px #00d9ff26}.page-module__E0kJGG__searchResult strong{color:var(--primary-dark);font-weight:600}.page-module__E0kJGG__matchScore{background:var(--success-green);color:var(--white);border-radius:20px;padding:.35rem .85rem;font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:600}.page-module__E0kJGG__productCategories{background:var(--white);padding:6rem 0}.page-module__E0kJGG__sectionHeader{text-align:center;max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.page-module__E0kJGG__sectionHeader h2{color:var(--primary-dark);margin-bottom:1rem}.page-module__E0kJGG__sectionHeader p{color:var(--text-medium);font-size:1.25rem;line-height:1.6}.page-module__E0kJGG__categoryGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.page-module__E0kJGG__categoryCard{background:linear-gradient(135deg,var(--bg-light)0%,var(--white)100%);border:2px solid var(--border-color);border-radius:12px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.page-module__E0kJGG__categoryCard:after{content:"";background:var(--gradient-accent);transform-origin:0;height:4px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.page-module__E0kJGG__categoryCard:hover:after{transform:scaleX(1)}.page-module__E0kJGG__categoryCard:hover{border-color:var(--primary-orange);transform:translateY(-8px);box-shadow:0 12px 40px #ff6b0026}.page-module__E0kJGG__categoryIcon{filter:grayscale();margin-bottom:1.5rem;font-size:3.5rem;transition:all .4s;display:block}.page-module__E0kJGG__categoryCard:hover .page-module__E0kJGG__categoryIcon{filter:grayscale(0);transform:scale(1.1)rotate(5deg)}.page-module__E0kJGG__categoryCard h3{color:var(--primary-dark);margin-bottom:.75rem;font-size:1.5rem}.page-module__E0kJGG__categoryCard p{color:var(--text-medium);margin-bottom:1.5rem;line-height:1.7}.page-module__E0kJGG__categoryLink{color:var(--primary-orange);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;transition:gap .3s;display:inline-flex}.page-module__E0kJGG__categoryLink:hover{color:var(--accent-cyan);gap:1rem}.page-module__E0kJGG__vendors{background:var(--bg-light);padding:6rem 0;position:relative}.page-module__E0kJGG__vendorGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.page-module__E0kJGG__vendorCard{background:var(--white);text-align:center;border:2px solid #0000;border-radius:12px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.page-module__E0kJGG__vendorCard:before{content:"";background:var(--gradient-accent);opacity:0;z-index:0;transition:opacity .4s;position:absolute;inset:0}.page-module__E0kJGG__vendorCard:hover:before{opacity:.05}.page-module__E0kJGG__vendorCard:hover{border-color:var(--primary-orange);transform:translateY(-8px)scale(1.02);box-shadow:0 12px 40px #ff6b0026}.page-module__E0kJGG__vendorCard h3{color:var(--primary-dark);z-index:1;margin-bottom:.75rem;font-size:1.5rem;position:relative}.page-module__E0kJGG__vendorCard p{color:var(--text-medium);z-index:1;font-size:.95rem;position:relative}.page-module__E0kJGG__whyChoose{background:var(--white);padding:6rem 0}.page-module__E0kJGG__whyChooseContent{grid-template-columns:1.2fr 1fr;align-items:center;gap:5rem;display:grid}.page-module__E0kJGG__whyChooseText h2{color:var(--primary-dark);margin-bottom:2.5rem}.page-module__E0kJGG__benefitsList{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.page-module__E0kJGG__benefit{background:var(--bg-light);border-left:4px solid var(--primary-orange);border-radius:8px;padding:1.5rem;transition:all .3s}.page-module__E0kJGG__benefit:hover{transform:translate(8px);box-shadow:0 4px 16px #ff6b001a}.page-module__E0kJGG__benefit h4{color:var(--primary-dark);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.125rem;display:flex}.page-module__E0kJGG__benefit p{color:var(--text-medium);margin:0;font-size:.95rem;line-height:1.6}.page-module__E0kJGG__whyChooseStats{grid-template-columns:1fr;gap:2rem;display:grid}.page-module__E0kJGG__stat{text-align:center;background:linear-gradient(135deg,var(--primary-dark)0%,var(--primary-charcoal)100%);border:2px solid var(--primary-orange);border-radius:12px;padding:2.5rem;position:relative;overflow:hidden}.page-module__E0kJGG__stat:before{content:"";background:repeating-linear-gradient(45deg,#0000,#0000 10px,#ff6b000d 10px 20px);width:200%;height:200%;animation:20s linear infinite page-module__E0kJGG__shimmer;position:absolute;top:-50%;left:-50%}.page-module__E0kJGG__statNumber{background:var(--gradient-accent);-webkit-text-fill-color:transparent;z-index:1;-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,5vw,5rem);font-weight:700;line-height:1;position:relative}.page-module__E0kJGG__statLabel{color:#ffffffe6;z-index:1;margin-top:.75rem;font-size:1.125rem;font-weight:500;position:relative}.page-module__E0kJGG__cta{background:var(--gradient-hero);color:var(--white);text-align:center;padding:6rem 0;position:relative;overflow:hidden}.page-module__E0kJGG__cta:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(90deg,#ff6b0008 0,#0000 1px 60px,#ff6b0008 61px),repeating-linear-gradient(0deg,#ff6b0008 0,#0000 1px 60px,#ff6b0008 61px);position:absolute;inset:0}.page-module__E0kJGG__ctaContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.page-module__E0kJGG__ctaContent h2{color:var(--white);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.5rem)}.page-module__E0kJGG__ctaContent p{opacity:.9;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.page-module__E0kJGG__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}@media (max-width:968px){.page-module__E0kJGG__aiSearchContent,.page-module__E0kJGG__whyChooseContent{grid-template-columns:1fr;gap:3rem}.page-module__E0kJGG__benefitsList{grid-template-columns:1fr}.page-module__E0kJGG__hero{padding:5rem 0 4rem}}@media (max-width:768px){.page-module__E0kJGG__hero{padding:4rem 0 3rem}.page-module__E0kJGG__heroButtons{flex-direction:column}.page-module__E0kJGG__valuePropGrid,.page-module__E0kJGG__categoryGrid,.page-module__E0kJGG__vendorGrid{grid-template-columns:1fr}.page-module__E0kJGG__whyChooseStats{gap:1.5rem}}
.category-module__eXgkVG__categoryPage{min-height:100vh}.category-module__eXgkVG__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 100%);padding:30px 20px}.category-module__eXgkVG__breadcrumb{color:#ffffffe6;margin-bottom:30px;font-size:.875rem;text-decoration:none;transition:color .3s;display:inline-block}.category-module__eXgkVG__breadcrumb:hover{color:#fff}.category-module__eXgkVG__categoryIcon{margin-bottom:20px;font-size:4rem}.category-module__eXgkVG__heroContent h1{margin-bottom:20px;font-size:3rem;font-weight:700}.category-module__eXgkVG__subtitle{opacity:.9;max-width:700px;margin:0 auto 40px;font-size:1.25rem;line-height:1.6}.category-module__eXgkVG__categoryStats{justify-content:center;gap:60px;margin-top:40px;display:flex}.category-module__eXgkVG__stat{flex-direction:column;gap:5px;display:flex}.category-module__eXgkVG__statNumber{font-size:2.5rem;font-weight:700}.category-module__eXgkVG__statLabel{opacity:.8;text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.category-module__eXgkVG__vendorsSection{background:#f8fafc;padding:80px 20px}.category-module__eXgkVG__vendorCard{background:#fff;border-radius:16px;max-width:1200px;margin-bottom:40px;margin-left:auto;margin-right:auto;padding:50px;box-shadow:0 4px 6px #0000001a}.category-module__eXgkVG__vendorHeader{border-bottom:2px solid #e2e8f0;grid-template-columns:200px 1fr;gap:40px;margin-bottom:40px;padding-bottom:40px;display:grid}.category-module__eXgkVG__vendorLogo{background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;height:150px;padding:20px;display:flex}.category-module__eXgkVG__vendorLogo img{object-fit:contain;max-width:100%;max-height:100%}.category-module__eXgkVG__vendorIntro h2{color:#1e40af;margin-bottom:10px;font-size:2rem;font-weight:700}.category-module__eXgkVG__vendorSpecialty{color:#3b82f6;margin-bottom:15px;font-size:1.125rem;font-weight:600}.category-module__eXgkVG__vendorDescription{color:#64748b;font-size:1rem;line-height:1.7}.category-module__eXgkVG__vendorContent{grid-template-columns:1fr 1fr;gap:50px;margin-bottom:40px;display:grid}.category-module__eXgkVG__vendorProducts h3,.category-module__eXgkVG__vendorHighlights h3{color:#1e293b;margin-bottom:20px;font-size:1.25rem;font-weight:700}.category-module__eXgkVG__vendorProducts ul{padding:0;list-style:none}.category-module__eXgkVG__vendorProducts ul li{color:#475569;border-bottom:1px solid #e2e8f0;padding:12px 0;font-weight:500}.category-module__eXgkVG__vendorProducts ul li:last-child{border-bottom:none}.category-module__eXgkVG__vendorHighlights ul{padding:0;list-style:none}.category-module__eXgkVG__vendorHighlights ul li{color:#475569;padding:10px 0;font-weight:500}.category-module__eXgkVG__vendorActions{flex-wrap:wrap;gap:20px;display:flex}.category-module__eXgkVG__cta{color:#fff;text-align:center;background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 100%);padding:80px 20px}.category-module__eXgkVG__ctaContent h2{margin-bottom:20px;font-size:2.5rem}.category-module__eXgkVG__ctaContent p{opacity:.9;margin-bottom:40px;font-size:1.25rem}@media (max-width:1024px){.category-module__eXgkVG__vendorHeader{grid-template-columns:150px 1fr;gap:30px}.category-module__eXgkVG__vendorContent{grid-template-columns:1fr;gap:30px}}@media (max-width:768px){.category-module__eXgkVG__heroContent h1{font-size:2rem}.category-module__eXgkVG__subtitle{font-size:1rem}.category-module__eXgkVG__categoryStats{gap:40px}.category-module__eXgkVG__vendorCard{padding:30px 20px}.category-module__eXgkVG__vendorHeader{grid-template-columns:1fr;gap:20px}.category-module__eXgkVG__vendorLogo{height:100px}.category-module__eXgkVG__vendorActions{flex-direction:column}.category-module__eXgkVG__vendorActions .category-module__eXgkVG__btn{width:100%}.category-module__eXgkVG__ctaContent h2{font-size:1.75rem}}
.products-module__KJcT4W__productsPage{min-height:100vh}.products-module__KJcT4W__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 100%);padding:30px 20px}.products-module__KJcT4W__heroContent h1{margin-bottom:20px;font-size:3rem;font-weight:700}.products-module__KJcT4W__subtitle{opacity:.9;max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.products-module__KJcT4W__categoriesSection{background:#f8fafc;padding:80px 20px}.products-module__KJcT4W__categoriesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;max-width:1200px;margin:0 auto;display:grid}.products-module__KJcT4W__categoryCard{color:inherit;background:#fff;border:2px solid #0000;border-radius:12px;flex-direction:column;padding:40px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000001a}.products-module__KJcT4W__categoryCard:hover{border-color:#3b82f6;transform:translateY(-5px);box-shadow:0 12px 24px #00000026}.products-module__KJcT4W__categoryIcon{margin-bottom:20px;font-size:3rem}.products-module__KJcT4W__categoryCard h2{color:#1e40af;margin-bottom:15px;font-size:1.5rem;font-weight:700}.products-module__KJcT4W__categoryDescription{color:#64748b;flex-grow:1;margin-bottom:20px;line-height:1.6}.products-module__KJcT4W__categoryMeta{border-bottom:1px solid #e2e8f0;gap:20px;margin-bottom:20px;padding-bottom:20px;display:flex}.products-module__KJcT4W__vendorCount,.products-module__KJcT4W__productCount{color:#64748b;font-size:.875rem;font-weight:500}.products-module__KJcT4W__vendorList{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.products-module__KJcT4W__vendorTag{color:#1e40af;background:#eff6ff;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:500}.products-module__KJcT4W__viewLink{color:#3b82f6;align-self:flex-start;font-weight:600;transition:color .3s}.products-module__KJcT4W__categoryCard:hover .products-module__KJcT4W__viewLink{color:#1e40af}.products-module__KJcT4W__cta{color:#fff;text-align:center;background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 100%);padding:80px 20px}.products-module__KJcT4W__ctaContent h2{margin-bottom:20px;font-size:2.5rem}.products-module__KJcT4W__ctaContent p{opacity:.9;margin-bottom:40px;font-size:1.25rem}.products-module__KJcT4W__ctaButtons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}@media (max-width:768px){.products-module__KJcT4W__heroContent h1{font-size:2rem}.products-module__KJcT4W__subtitle{font-size:1rem}.products-module__KJcT4W__categoriesGrid{grid-template-columns:1fr}.products-module__KJcT4W__ctaContent h2{font-size:1.75rem}.products-module__KJcT4W__ctaButtons{flex-direction:column;align-items:center}}
.vendor-module__k_Kg6G__vendorPage{min-height:100vh}.vendor-module__k_Kg6G__hero{background:var(--gradient-hero);color:var(--white);padding:5rem 0 4rem;position:relative;overflow:hidden}.vendor-module__k_Kg6G__hero:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(90deg,#00d9ff08 0,#0000 1px 40px,#00d9ff08 41px),repeating-linear-gradient(0deg,#00d9ff08 0,#0000 1px 40px,#00d9ff08 41px);position:absolute;inset:0}.vendor-module__k_Kg6G__heroContent{text-align:center;z-index:2;position:relative}.vendor-module__k_Kg6G__vendorBadge{background:var(--gradient-accent);color:var(--white);text-transform:uppercase;letter-spacing:1.5px;border-radius:30px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.75rem;font-weight:700;display:inline-block;box-shadow:0 4px 14px #ff6b004d}.vendor-module__k_Kg6G__vendorLogo{background:var(--white);border:3px solid var(--primary-orange);border-radius:16px;max-width:90%;margin-bottom:2rem;padding:2rem 3rem;display:inline-block;box-shadow:0 8px 30px #0000004d}.vendor-module__k_Kg6G__vendorLogo img{object-fit:contain;max-width:100%;height:auto;max-height:120px;display:block}.vendor-module__k_Kg6G__vendorLogo h1{background:var(--gradient-accent);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1}.vendor-module__k_Kg6G__hero h1{color:var(--white);margin-bottom:.75rem;font-size:3rem}.vendor-module__k_Kg6G__tagline{opacity:.95;margin-bottom:2.5rem;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:500}.vendor-module__k_Kg6G__companyMeta{flex-wrap:wrap;justify-content:center;gap:2.5rem;font-size:1rem;display:flex}.vendor-module__k_Kg6G__companyMeta span{opacity:.9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.vendor-module__k_Kg6G__overview{background:var(--white);padding:4rem 0}.vendor-module__k_Kg6G__overview h2{text-align:center;color:var(--text-dark);margin-bottom:2rem;font-size:2.5rem}.vendor-module__k_Kg6G__overviewText{max-width:900px;color:var(--text-light);text-align:center;margin:0 auto;font-size:1.125rem;line-height:1.8}.vendor-module__k_Kg6G__capabilities{background:var(--bg-light);padding:4rem 0}.vendor-module__k_Kg6G__capabilities h2{text-align:center;color:var(--text-dark);margin-bottom:3rem;font-size:2.5rem}.vendor-module__k_Kg6G__capabilitiesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.vendor-module__k_Kg6G__capabilityCard{background:var(--white);border-left:4px solid var(--primary-orange);border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s}.vendor-module__k_Kg6G__capabilityCard:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.vendor-module__k_Kg6G__capabilityCard h3{color:var(--primary-orange);margin-bottom:.75rem;font-size:1.25rem}.vendor-module__k_Kg6G__capabilityCard p{color:var(--text-light);line-height:1.6}.vendor-module__k_Kg6G__products{background:var(--white);padding:5rem 0}.vendor-module__k_Kg6G__products h2{text-align:center;color:var(--text-dark);margin-bottom:3rem;font-size:2.5rem}.vendor-module__k_Kg6G__productsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.vendor-module__k_Kg6G__productCard{background:var(--bg-light);border:2px solid #0000;border-radius:12px;transition:all .3s;overflow:hidden}.vendor-module__k_Kg6G__productCard:hover{border-color:var(--primary-orange);transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.vendor-module__k_Kg6G__productImage{background:var(--white);justify-content:center;align-items:center;height:250px;padding:1rem;display:flex;position:relative;overflow:hidden}.vendor-module__k_Kg6G__productImg{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.vendor-module__k_Kg6G__productCard:hover .vendor-module__k_Kg6G__productImg{transform:scale(1.05)}.vendor-module__k_Kg6G__imagePlaceholder{color:#999;text-align:center;text-transform:uppercase;letter-spacing:1px;padding:1rem;font-size:1rem;font-weight:600}.vendor-module__k_Kg6G__productLink{color:var(--primary-orange);margin-top:1rem;font-size:.9375rem;font-weight:600;transition:gap .3s;display:inline-block}.vendor-module__k_Kg6G__productLink:hover{text-decoration:underline}.vendor-module__k_Kg6G__productInfo{padding:1.5rem}.vendor-module__k_Kg6G__productCategory{background:var(--primary-orange);color:var(--white);text-transform:uppercase;border-radius:4px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.vendor-module__k_Kg6G__productInfo h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem}.vendor-module__k_Kg6G__productInfo>p{color:var(--text-light);margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.vendor-module__k_Kg6G__specs{background:var(--white);border-radius:8px;margin:1rem 0;padding:1rem}.vendor-module__k_Kg6G__specs h4{color:var(--text-dark);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.vendor-module__k_Kg6G__specs ul{margin:0;padding:0;list-style:none}.vendor-module__k_Kg6G__specs li{color:var(--text-light);padding:.25rem 0;font-size:.875rem}.vendor-module__k_Kg6G__specs li:before{content:"• ";color:var(--primary-orange);margin-right:.5rem;font-weight:700}.vendor-module__k_Kg6G__applications{border-top:1px solid var(--border-color);color:var(--text-light);margin-top:1rem;padding-top:1rem;font-size:.875rem}.vendor-module__k_Kg6G__applications strong{color:var(--text-dark)}.vendor-module__k_Kg6G__cta{background:var(--gradient-hero);color:var(--white);text-align:center;padding:5rem 0;position:relative;overflow:hidden}.vendor-module__k_Kg6G__cta:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(90deg,#ff6b0008 0,#0000 1px 60px,#ff6b0008 61px),repeating-linear-gradient(0deg,#ff6b0008 0,#0000 1px 60px,#ff6b0008 61px);position:absolute;inset:0}.vendor-module__k_Kg6G__ctaContent{z-index:2;position:relative}.vendor-module__k_Kg6G__ctaContent h2{color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.vendor-module__k_Kg6G__ctaContent p{opacity:.95;margin-bottom:2.5rem;font-size:1.25rem}.vendor-module__k_Kg6G__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.vendor-module__k_Kg6G__hero h1{font-size:2rem}.vendor-module__k_Kg6G__tagline{font-size:1.125rem}.vendor-module__k_Kg6G__companyMeta{flex-direction:column;gap:.5rem}.vendor-module__k_Kg6G__overview h2,.vendor-module__k_Kg6G__capabilities h2,.vendor-module__k_Kg6G__products h2{font-size:2rem}.vendor-module__k_Kg6G__productsGrid,.vendor-module__k_Kg6G__capabilitiesGrid{grid-template-columns:1fr}.vendor-module__k_Kg6G__ctaContent h2{font-size:2rem}}
