.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{padding:1.5rem 1.25rem 1rem}.AISearch-module__ypGfDa__searchInputWrapper{padding:1rem 1.25rem}.AISearch-module__ypGfDa__examples{padding:0 1.25rem 1.25rem}.AISearch-module__ypGfDa__resultsSection{padding:0 1.25rem 1.5rem}.AISearch-module__ypGfDa__searchInput{padding:1rem 1.25rem;font-size:1rem}.AISearch-module__ypGfDa__resultCard{padding:1.25rem}.AISearch-module__ypGfDa__resultHeader{flex-direction:column;gap:1rem}.AISearch-module__ypGfDa__actions{flex-direction:column}.AISearch-module__ypGfDa__viewButton,.AISearch-module__ypGfDa__contactButton{text-align:center;justify-content:center;min-height:44px}.AISearch-module__ypGfDa__exampleTag{align-items:center;min-height:44px;padding:.75rem 1rem;display:inline-flex}.AISearch-module__ypGfDa__results{max-height:400px;padding-right:.5rem}}
.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__searchStrip{background:#f0f2f5;border-bottom:1px solid #dde1e8;padding:.6rem 0}.Header-module__Af2_WG__searchStripForm{align-items:center;gap:.75rem;display:flex}.Header-module__Af2_WG__searchStripInputWrapper{background:#fff;border:1px solid #d0d5de;flex:1;align-items:center;display:flex;overflow:hidden}.Header-module__Af2_WG__searchStripInput{color:var(--text-dark);background:0 0;border:none;outline:none;flex:1;padding:.6rem 1rem;font-family:Space Grotesk,sans-serif;font-size:.875rem}.Header-module__Af2_WG__searchStripInput::placeholder{color:#9aa0ab}.Header-module__Af2_WG__searchStripSubmit{cursor:pointer;color:#6b7280;background:0 0;border:none;border-left:1px solid #d0d5de;padding:.6rem .9rem;font-size:.95rem;transition:background .15s}.Header-module__Af2_WG__searchStripSubmit:hover{background:#f0f2f5}.Header-module__Af2_WG__aiSearchBtn{background:var(--primary-orange);color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.01em;border:none;padding:.6rem 1.5rem;font-family:Space Grotesk,sans-serif;font-size:.875rem;font-weight:700;transition:background .15s}.Header-module__Af2_WG__aiSearchBtn:hover{background:#e55f00}.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:108px}.Header-module__Af2_WG__mobileMenuToggle{color:var(--text-dark);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.75rem;transition:all .3s;display:none}.Header-module__Af2_WG__mobileMenuToggle:hover,.Header-module__Af2_WG__mobileMenuToggle.Header-module__Af2_WG__mobileMenuOpen{color:var(--primary-orange)}.Header-module__Af2_WG__dropdownArrow{font-size:.8em;transition:transform .3s;display:inline-block}.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);z-index:999;flex-direction:column;gap:0;max-height:70vh;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;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__dropdownToggle{text-align:left;justify-content:space-between;align-items:center;width:100%;padding:.25rem 0;display:flex}.Header-module__Af2_WG__dropdownMenu{box-shadow:none;border:none;border-left:3px solid var(--primary-orange);background:var(--bg-light);border-radius:0 8px 8px 0;margin-top:.75rem;padding-left:.5rem;animation:none;position:static}.Header-module__Af2_WG__dropdownMenu li a{white-space:normal;align-items:center;min-height:44px;padding:.75rem 1.25rem;font-size:.9rem;display:flex}.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__dropdown.Header-module__Af2_WG__active .Header-module__Af2_WG__dropdownArrow{transform:rotate(180deg)}.Header-module__Af2_WG__topBar{display:none}.Header-module__Af2_WG__logoImage{max-height:75px}.Header-module__Af2_WG__navLinks a,.Header-module__Af2_WG__dropdownToggle{align-items:center;min-height:44px;font-size:1rem;display:flex}.Header-module__Af2_WG__mainNav{padding:.75rem 0}}
.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}.ContactForm-module__1SvrgG__submitButton{min-height:48px;font-size:1rem}.ContactForm-module__1SvrgG__formGroup input,.ContactForm-module__1SvrgG__formGroup select,.ContactForm-module__1SvrgG__formGroup textarea{font-size:16px}}
.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{padding:3rem 0}.about-module__-i9KWa__hero h1{font-size:2rem}.about-module__-i9KWa__heroSubtitle{font-size:1.125rem}.about-module__-i9KWa__mission,.about-module__-i9KWa__values,.about-module__-i9KWa__whatWeDo,.about-module__-i9KWa__vendorPartners,.about-module__-i9KWa__industries,.about-module__-i9KWa__cta{padding:3rem 0}.about-module__-i9KWa__missionText h2,.about-module__-i9KWa__whatWeDoText h2,.about-module__-i9KWa__sectionHeader h2{font-size:1.75rem}.about-module__-i9KWa__missionStatement{padding-left:1rem;font-size:1.125rem}.about-module__-i9KWa__missionText p{font-size:1rem}.about-module__-i9KWa__statNumber{font-size:2.5rem}.about-module__-i9KWa__valuesGrid{grid-template-columns:1fr}.about-module__-i9KWa__valueCard{padding:1.75rem}.about-module__-i9KWa__vendorsGrid,.about-module__-i9KWa__industriesGrid,.about-module__-i9KWa__statsGrid{grid-template-columns:1fr}.about-module__-i9KWa__highlightBox{padding:1.75rem}.about-module__-i9KWa__servicesList li{font-size:1rem}.about-module__-i9KWa__ctaContent h2{font-size:1.75rem}.about-module__-i9KWa__ctaContent p{font-size:1rem}}
.appnotes-module__yOE5sa__appNotesPage{background-color:var(--bg-light);min-height:100vh}.appnotes-module__yOE5sa__hero{background:var(--gradient-hero);padding:4rem 0;position:relative;overflow:hidden}.appnotes-module__yOE5sa__hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#ff6b001a 0%,#0000 50%),radial-gradient(circle at 80%,#00d9ff1a 0%,#0000 50%);position:absolute;inset:0}.appnotes-module__yOE5sa__heroContent{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.appnotes-module__yOE5sa__heroTitle{color:var(--white);margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.appnotes-module__yOE5sa__heroTitle span{color:var(--text-light);letter-spacing:.05em;text-transform:uppercase;margin-top:.5rem;font-size:.4em;font-weight:400;display:block}.appnotes-module__yOE5sa__brandLogo{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.appnotes-module__yOE5sa__brandLogo img{filter:brightness(0)invert();width:auto;max-height:60px}.appnotes-module__yOE5sa__brandName{color:var(--accent-cyan);letter-spacing:.02em;font-size:2rem;font-weight:700}.appnotes-module__yOE5sa__brandTagline{color:var(--text-light);font-size:.9rem}.appnotes-module__yOE5sa__notesSection{padding:4rem 0}.appnotes-module__yOE5sa__notesGrid{gap:1.5rem;display:grid}.appnotes-module__yOE5sa__noteCard{background:var(--white);border:1px solid var(--border-color);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 2px 8px #0000000f}.appnotes-module__yOE5sa__noteCard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.appnotes-module__yOE5sa__noteCard.appnotes-module__yOE5sa__expanded{box-shadow:0 12px 32px #0000001f}.appnotes-module__yOE5sa__noteHeader{cursor:pointer;background:var(--white);justify-content:space-between;align-items:flex-start;gap:2rem;padding:1.5rem 2rem;transition:background-color .2s;display:flex}.appnotes-module__yOE5sa__noteHeader:hover{background-color:var(--bg-light)}.appnotes-module__yOE5sa__noteInfo{flex:1}.appnotes-module__yOE5sa__noteCategory{background:linear-gradient(135deg,var(--primary-orange),#ff8f3d);color:var(--white);text-transform:uppercase;letter-spacing:.05em;border-radius:20px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.appnotes-module__yOE5sa__noteTitle{color:var(--text-dark);margin:0 0 .5rem;font-size:1.4rem;font-weight:600;line-height:1.3}.appnotes-module__yOE5sa__noteDescription{color:var(--text-medium);margin:0;font-size:.95rem;line-height:1.5}.appnotes-module__yOE5sa__noteMeta{flex-wrap:wrap;gap:1.5rem;margin-top:1rem;display:flex}.appnotes-module__yOE5sa__metaItem{color:var(--text-light);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.appnotes-module__yOE5sa__metaItem svg{width:16px;height:16px}.appnotes-module__yOE5sa__expandIcon{background:var(--bg-light);width:40px;height:40px;color:var(--text-medium);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex}.appnotes-module__yOE5sa__noteCard.appnotes-module__yOE5sa__expanded .appnotes-module__yOE5sa__expandIcon{background:var(--primary-orange);color:var(--white);transform:rotate(180deg)}.appnotes-module__yOE5sa__noteContent{max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.appnotes-module__yOE5sa__noteCard.appnotes-module__yOE5sa__expanded .appnotes-module__yOE5sa__noteContent{max-height:2000px}.appnotes-module__yOE5sa__noteContentInner{border-top:1px solid var(--border-color);padding:0 2rem 2rem}.appnotes-module__yOE5sa__contentSection{margin-top:1.5rem}.appnotes-module__yOE5sa__contentSection h4{color:var(--text-dark);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;display:flex}.appnotes-module__yOE5sa__contentSection p{color:var(--text-medium);margin-bottom:1rem;line-height:1.7}.appnotes-module__yOE5sa__contentSection ul{margin:0;padding:0;list-style:none}.appnotes-module__yOE5sa__contentSection li{color:var(--text-medium);padding:.5rem 0 .5rem 1.5rem;line-height:1.5;position:relative}.appnotes-module__yOE5sa__contentSection li:before{content:"";background:var(--primary-orange);border-radius:50%;width:6px;height:6px;position:absolute;top:.9rem;left:0}.appnotes-module__yOE5sa__technicalBox{background:var(--bg-light);border-left:4px solid var(--accent-cyan);border-radius:8px;margin-top:1rem;padding:1.5rem}.appnotes-module__yOE5sa__technicalBox code{background:var(--white);color:var(--primary-orange);border-radius:4px;padding:.2rem .5rem;font-family:JetBrains Mono,monospace;font-size:.9rem}.appnotes-module__yOE5sa__noteActions{border-top:1px solid var(--border-color);flex-wrap:wrap;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.appnotes-module__yOE5sa__downloadBtn,.appnotes-module__yOE5sa__viewOriginalBtn{border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.appnotes-module__yOE5sa__downloadBtn{background:var(--gradient-accent);color:var(--white)}.appnotes-module__yOE5sa__downloadBtn:hover{color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #ff6b004d}.appnotes-module__yOE5sa__viewOriginalBtn{color:var(--primary-orange);border:2px solid var(--primary-orange);background:0 0}.appnotes-module__yOE5sa__viewOriginalBtn:hover{background:var(--primary-orange);color:var(--white)}.appnotes-module__yOE5sa__vendorGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.appnotes-module__yOE5sa__vendorCard{background:var(--white);border:1px solid var(--border-color);border-radius:12px;padding:2rem;text-decoration:none;transition:all .3s;display:block;box-shadow:0 2px 8px #0000000f}.appnotes-module__yOE5sa__vendorCard:hover{border-color:var(--primary-orange);transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.appnotes-module__yOE5sa__vendorCardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.appnotes-module__yOE5sa__vendorCardName{color:var(--text-dark);margin:0;font-size:1.3rem;font-weight:600}.appnotes-module__yOE5sa__noteCount{background:var(--primary-orange);color:var(--white);border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.appnotes-module__yOE5sa__vendorCardDesc{color:var(--text-medium);font-size:.9rem;line-height:1.5}@media (max-width:768px){.appnotes-module__yOE5sa__hero{padding:3rem 0}.appnotes-module__yOE5sa__heroContent{text-align:center;flex-direction:column;gap:1.5rem}.appnotes-module__yOE5sa__brandLogo{align-items:center}.appnotes-module__yOE5sa__brandName{font-size:1.5rem}.appnotes-module__yOE5sa__notesSection{padding:2rem 0}.appnotes-module__yOE5sa__noteHeader{flex-direction:column;gap:.75rem;padding:1rem}.appnotes-module__yOE5sa__noteTitle{font-size:1.15rem}.appnotes-module__yOE5sa__expandIcon{align-self:flex-end;min-width:44px;min-height:44px}.appnotes-module__yOE5sa__noteContentInner{padding:0 1rem 1.5rem}.appnotes-module__yOE5sa__noteActions{flex-direction:column}.appnotes-module__yOE5sa__downloadBtn,.appnotes-module__yOE5sa__viewOriginalBtn{justify-content:center;min-height:44px}.appnotes-module__yOE5sa__vendorGrid{grid-template-columns:1fr}.appnotes-module__yOE5sa__vendorCard{padding:1.5rem}}
.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{padding:3rem 0}.contact-module__xwJ-uq__hero h1{font-size:2rem}.contact-module__xwJ-uq__heroSubtitle{font-size:1.125rem}.contact-module__xwJ-uq__contactMethods,.contact-module__xwJ-uq__mainContact,.contact-module__xwJ-uq__departments,.contact-module__xwJ-uq__faq,.contact-module__xwJ-uq__location,.contact-module__xwJ-uq__cta{padding:3rem 0}.contact-module__xwJ-uq__methodsGrid{grid-template-columns:1fr}.contact-module__xwJ-uq__methodCard{padding:1.75rem 1.5rem}.contact-module__xwJ-uq__formSection h2,.contact-module__xwJ-uq__locationText h2,.contact-module__xwJ-uq__sectionHeader h2{font-size:1.75rem}.contact-module__xwJ-uq__formIntro{font-size:1rem}.contact-module__xwJ-uq__departmentsGrid{grid-template-columns:1fr}.contact-module__xwJ-uq__deptCard{padding:1.75rem}.contact-module__xwJ-uq__faqGrid{grid-template-columns:1fr}.contact-module__xwJ-uq__faqCard{padding:1.5rem}.contact-module__xwJ-uq__mapPlaceholder{min-height:250px}.contact-module__xwJ-uq__mapBox{padding:2rem}.contact-module__xwJ-uq__ctaContent h2{font-size:1.75rem}.contact-module__xwJ-uq__ctaContent p{font-size:1rem}}
.page-module__E0kJGG__hero{background-image:url(/bravoautomationbanner.png);background-position:top;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:480px;display:flex;position:relative}.page-module__E0kJGG__hero:before{content:"";z-index:1;background:linear-gradient(100deg,#0a0e1ab8 0%,#0a0e1a73 55%,#0a0e1a40 100%);position:absolute;inset:0}.page-module__E0kJGG__heroInner{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:5rem 2rem 4rem;position:relative}.page-module__E0kJGG__heroBox{-webkit-backdrop-filter:blur(8px);border-left:5px solid var(--primary-orange);background:#0a0e1ab8;max-width:580px;padding:2.5rem 3rem}.page-module__E0kJGG__heroTagline{color:#fff;letter-spacing:-.01em;text-transform:uppercase;margin-bottom:1.25rem;font-size:clamp(1.6rem,3.2vw,2.6rem);font-weight:800;line-height:1.18}.page-module__E0kJGG__heroSubtitle{color:#ffffffe0;margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.7}.page-module__E0kJGG__heroBtn{background:var(--primary-orange);color:#fff;letter-spacing:.02em;border:2px solid var(--primary-orange);padding:.75rem 2rem;font-size:.95rem;font-weight:700;transition:background .2s,transform .2s;display:inline-block}.page-module__E0kJGG__heroBtn:hover{color:#fff;background:#e55f00;border-color:#e55f00;transform:translateY(-2px)}.page-module__E0kJGG__quickNav{background:#fff;border-bottom:1px solid #e2e8f0}.page-module__E0kJGG__quickNavGrid{border-top:1px solid #e2e8f0;border-left:1px solid #e2e8f0;grid-template-columns:repeat(5,1fr);display:grid}.page-module__E0kJGG__quickNavCard{text-align:center;color:var(--text-dark);background:#fff;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;flex-direction:column;align-items:center;gap:.4rem;padding:2rem 1.25rem;transition:background .15s,box-shadow .15s;display:flex}.page-module__E0kJGG__quickNavCard:hover{box-shadow:inset 0 -3px 0 var(--primary-orange);color:var(--text-dark);background:#fef9f5}.page-module__E0kJGG__quickNavIcon{color:var(--primary-orange);margin-bottom:.25rem;font-size:2rem;line-height:1}.page-module__E0kJGG__quickNavTitle{color:var(--text-dark);margin:0;font-size:1rem;font-weight:700;line-height:1.2}.page-module__E0kJGG__quickNavDesc{color:var(--text-medium);margin:0;font-size:.8rem;line-height:1.4}.page-module__E0kJGG__quickNavArrow{color:var(--primary-orange);margin-top:.25rem;font-size:1.1rem;font-weight:700}.page-module__E0kJGG__whatWeDo{background:#fff;padding:5rem 0 4rem}.page-module__E0kJGG__whatWeDoInner{text-align:center;max-width:860px;margin:0 auto}.page-module__E0kJGG__sectionLabel{letter-spacing:.18em;text-transform:uppercase;color:var(--primary-orange);margin-bottom:.75rem;font-size:.72rem;font-weight:700}.page-module__E0kJGG__provideSolutionsHeading{color:var(--text-dark);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:400;line-height:1.15}.page-module__E0kJGG__provideSolutionsHeading strong{color:var(--text-dark);font-weight:800}.page-module__E0kJGG__provideSolutionsText{color:var(--text-medium);max-width:760px;margin:0 auto;font-size:1rem;line-height:1.8}.page-module__E0kJGG__productLinesSection{background:#f7f9fc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:5rem 0}.page-module__E0kJGG__productLinesGrid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.page-module__E0kJGG__productLinesHeading{color:var(--text-dark);letter-spacing:-.01em;margin-bottom:1.75rem;font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:400;line-height:1.15}.page-module__E0kJGG__productLinesHeading strong{font-weight:800}.page-module__E0kJGG__arrowList{margin-bottom:2.5rem;list-style:none}.page-module__E0kJGG__arrowList li{border-bottom:1px solid #e2e8f0}.page-module__E0kJGG__arrowList li:first-child{border-top:1px solid #e2e8f0}.page-module__E0kJGG__arrowList li a{color:var(--text-dark);align-items:center;gap:.75rem;padding:.7rem 0;font-size:.95rem;font-weight:500;transition:color .15s,gap .15s;display:flex}.page-module__E0kJGG__arrowList li a:hover{color:var(--primary-orange);gap:1rem}.page-module__E0kJGG__arrowIcon{color:var(--primary-orange);flex-shrink:0;font-size:1rem;font-weight:700;transition:transform .15s}.page-module__E0kJGG__arrowList li a:hover .page-module__E0kJGG__arrowIcon{transform:translate(3px)}.page-module__E0kJGG__vendorsSubHeading{color:var(--text-dark);letter-spacing:-.01em;margin-top:.5rem;margin-bottom:1.25rem;font-size:clamp(1.25rem,2vw,1.6rem);font-weight:400}.page-module__E0kJGG__vendorsSubHeading strong{font-weight:800}.page-module__E0kJGG__productLinesRight{flex-direction:column;gap:1.5rem;display:flex}.page-module__E0kJGG__productLinesVisual{background:var(--primary-dark);color:#fff;padding:2.5rem;position:relative;overflow:hidden}.page-module__E0kJGG__productLinesVisual:before{content:"";background:var(--gradient-accent);height:4px;position:absolute;top:0;left:0;right:0}.page-module__E0kJGG__productLinesVisual:after{content:"";pointer-events:none;background:radial-gradient(circle,#ff6b0026 0%,#0000 70%);border-radius:50%;width:180px;height:180px;position:absolute;bottom:-40px;right:-40px}.page-module__E0kJGG__visualLabel{letter-spacing:.18em;text-transform:uppercase;color:var(--primary-orange);margin-bottom:1rem;font-size:.68rem;font-weight:700}.page-module__E0kJGG__productLinesVisual h3{color:#fff;margin-bottom:1rem;font-size:1.4rem;font-weight:700;line-height:1.3}.page-module__E0kJGG__productLinesVisual p{color:#ffffffbf;margin-bottom:2rem;font-size:.9rem;line-height:1.7}.page-module__E0kJGG__visualStats{z-index:1;gap:2rem;display:flex;position:relative}.page-module__E0kJGG__visualStat{flex-direction:column;gap:.2rem;display:flex}.page-module__E0kJGG__visualStat strong{color:var(--primary-orange);font-size:1.75rem;font-weight:800;line-height:1}.page-module__E0kJGG__visualStat span{color:#ffffffa6;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.page-module__E0kJGG__learnMoreBtn{background:var(--primary-orange);color:#fff;text-align:center;padding:.9rem 2rem;font-size:.9rem;font-weight:700;transition:background .2s;display:inline-block}.page-module__E0kJGG__learnMoreBtn:hover{color:#fff;background:#e55f00}.page-module__E0kJGG__featuredProducts{background:#f0f2f5;padding:5rem 0}.page-module__E0kJGG__featuredHeader{text-align:center;margin-bottom:3rem}.page-module__E0kJGG__featuredHeading{color:var(--text-dark);letter-spacing:-.01em;margin-bottom:0;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400}.page-module__E0kJGG__featuredHeading strong{font-weight:800}.page-module__E0kJGG__featuredGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.page-module__E0kJGG__featuredCard{transition:transform .2s,box-shadow .2s;display:block}.page-module__E0kJGG__featuredCard:hover{transform:translateY(-5px);box-shadow:0 12px 35px #0000002e}.page-module__E0kJGG__featuredCardInner{background:var(--primary-dark);border-bottom:3px solid var(--primary-orange);flex-direction:column;justify-content:space-between;min-height:210px;padding:2rem 1.75rem;display:flex;position:relative;overflow:hidden}.page-module__E0kJGG__featuredCardInner:after{content:"";pointer-events:none;background:#ff6b0014;border-radius:50%;width:120px;height:120px;position:absolute;bottom:-30px;right:-30px}.page-module__E0kJGG__productCount{letter-spacing:.14em;text-transform:uppercase;color:var(--primary-orange);margin:0;font-size:.7rem;font-weight:700}.page-module__E0kJGG__featuredCardTitle{color:#fff;flex:1;align-items:center;margin:.5rem 0 0;font-size:1.15rem;font-weight:700;line-height:1.3;display:flex}.page-module__E0kJGG__featuredCardLink{color:var(--primary-orange);margin-top:1.25rem;font-size:.85rem;font-weight:700;transition:letter-spacing .15s;display:block}.page-module__E0kJGG__featuredCard:hover .page-module__E0kJGG__featuredCardLink{letter-spacing:.04em}.page-module__E0kJGG__featuredSuppliers{background:#fff;border-top:1px solid #e2e8f0;padding:5rem 0}.page-module__E0kJGG__suppliersHeader{text-align:center;margin-bottom:3rem}.page-module__E0kJGG__suppliersHeading{color:var(--text-dark);letter-spacing:-.01em;margin:0;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400}.page-module__E0kJGG__suppliersHeading strong{font-weight:800}.page-module__E0kJGG__suppliersGrid{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.page-module__E0kJGG__supplierCard{color:var(--text-dark);letter-spacing:.06em;text-transform:uppercase;background:#fff;border:2px solid #e2e8f0;padding:1rem 2rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;transition:border-color .2s,color .2s}.page-module__E0kJGG__supplierCard:hover{border-color:var(--primary-orange);color:var(--primary-orange);background:#fff9f5}.page-module__E0kJGG__cta{background:var(--primary-dark);text-align:center;padding:5rem 0;position:relative;overflow:hidden}.page-module__E0kJGG__cta:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(90deg,#ff6b000a 0,#0000 1px 60px,#ff6b000a 61px),repeating-linear-gradient(0deg,#ff6b000a 0,#0000 1px 60px,#ff6b000a 61px);position:absolute;inset:0}.page-module__E0kJGG__ctaContent{z-index:2;max-width:700px;margin:0 auto;position:relative}.page-module__E0kJGG__ctaContent h2{color:#fff;margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,3rem)}.page-module__E0kJGG__ctaContent p{color:#ffffffc7;margin-bottom:2.5rem;font-size:1.1rem}.page-module__E0kJGG__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.page-module__E0kJGG__ctaBtnPrimary{background:var(--primary-orange);color:#fff;padding:.85rem 2.25rem;font-size:.95rem;font-weight:700;transition:background .2s;display:inline-block}.page-module__E0kJGG__ctaBtnPrimary:hover{color:#fff;background:#e55f00}.page-module__E0kJGG__ctaBtnSecondary{color:#fff;background:0 0;border:2px solid #fff6;padding:.85rem 2.25rem;font-size:.95rem;font-weight:700;transition:border-color .2s,background .2s;display:inline-block}.page-module__E0kJGG__ctaBtnSecondary:hover{border-color:var(--primary-orange);color:#fff;background:#ff6b001a}@media (max-width:1024px){.page-module__E0kJGG__featuredGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.page-module__E0kJGG__productLinesGrid{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.page-module__E0kJGG__heroBox{max-width:100%;padding:1.75rem 1.5rem}.page-module__E0kJGG__heroInner{padding:3.5rem 1.5rem 3rem}.page-module__E0kJGG__quickNavGrid{grid-template-columns:repeat(2,1fr)}.page-module__E0kJGG__quickNavGrid>:last-child{grid-column:1/-1}.page-module__E0kJGG__featuredGrid{grid-template-columns:1fr 1fr;gap:.75rem}.page-module__E0kJGG__suppliersGrid{gap:.75rem}.page-module__E0kJGG__supplierCard{padding:.75rem 1.25rem;font-size:.85rem}.page-module__E0kJGG__visualStats{gap:1.5rem}.page-module__E0kJGG__whatWeDo,.page-module__E0kJGG__productLinesSection,.page-module__E0kJGG__featuredProducts,.page-module__E0kJGG__featuredSuppliers,.page-module__E0kJGG__cta{padding:3.5rem 0}}@media (max-width:480px){.page-module__E0kJGG__quickNavGrid{grid-template-columns:1fr}.page-module__E0kJGG__quickNavGrid>:last-child{grid-column:auto}.page-module__E0kJGG__featuredGrid{grid-template-columns:1fr}}
.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:20px}.category-module__eXgkVG__statNumber{font-size:2rem}.category-module__eXgkVG__vendorsSection{padding:40px 15px}.category-module__eXgkVG__vendorCard{padding:20px 15px}.category-module__eXgkVG__vendorHeader{grid-template-columns:1fr;gap:20px}.category-module__eXgkVG__vendorLogo{height:100px}.category-module__eXgkVG__vendorIntro h2{font-size:1.5rem}.category-module__eXgkVG__vendorContent{gap:25px}.category-module__eXgkVG__vendorActions{flex-direction:column}.category-module__eXgkVG__vendorActions .category-module__eXgkVG__btn{width:100%;min-height:44px}.category-module__eXgkVG__cta{padding:40px 15px}.category-module__eXgkVG__ctaContent h2{font-size:1.75rem}.category-module__eXgkVG__ctaContent p{margin-bottom:25px;font-size:1rem}}
.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__categoriesSection{padding:40px 15px}.products-module__KJcT4W__categoriesGrid{grid-template-columns:1fr}.products-module__KJcT4W__categoryCard{padding:25px}.products-module__KJcT4W__cta{padding:40px 15px}.products-module__KJcT4W__ctaContent h2{font-size:1.75rem}.products-module__KJcT4W__ctaContent p{font-size:1rem}.products-module__KJcT4W__ctaButtons{flex-direction:column;align-items:center}.products-module__KJcT4W__ctaButtons .products-module__KJcT4W__btn{width:100%;min-height:44px}}
.vendor-module__k_Kg6G__vendorPage{min-height:100vh}.vendor-module__k_Kg6G__hero{background:var(--gradient-hero);color:var(--white);align-items:center;min-height:220px;padding:2.5rem 0 2rem;display:flex;position:relative;overflow:hidden}.vendor-module__k_Kg6G__pbaHero{color:var(--white);background:#1a1f2e;align-items:center;min-height:220px;padding:2.5rem 0 2rem;display:flex;position:relative;overflow:hidden}.vendor-module__k_Kg6G__pbaHero:after{content:"";z-index:0;filter:brightness(1.4);background-image:url(/pba-banner.png);background-position:100%;background-repeat:no-repeat;background-size:33%;position:absolute;inset:0}.vendor-module__k_Kg6G__pbaHero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#1a1f2e 0% 60%,#1a1f2e99 67%,#1a1f2e00 72%);position:absolute;inset:0}.vendor-module__k_Kg6G__nipponHero{color:var(--white);background:#1a1f2e;align-items:center;min-height:220px;padding:2.5rem 0 2rem;display:flex;position:relative;overflow:hidden}.vendor-module__k_Kg6G__nipponHero:after{content:"";z-index:0;filter:brightness(1.3);background-image:url(/nippon-banner.png);background-position:100%;background-repeat:no-repeat;background-size:33%;position:absolute;inset:0}.vendor-module__k_Kg6G__nipponHero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#1a1f2e 0% 60%,#1a1f2e99 67%,#1a1f2e00 72%);position:absolute;inset:0}.vendor-module__k_Kg6G__weintekHero{color:var(--white);background:#1a1f2e;align-items:center;min-height:220px;padding:2.5rem 0 2rem;display:flex;position:relative;overflow:hidden}.vendor-module__k_Kg6G__weintekHero:after{content:"";z-index:0;filter:brightness(1.1);background-image:url(/weintek-banner.png);background-position:100%;background-repeat:no-repeat;background-size:33%;position:absolute;inset:0}.vendor-module__k_Kg6G__weintekHero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#1a1f2e 0% 60%,#1a1f2e99 67%,#1a1f2e00 72%);position:absolute;inset:0}.vendor-module__k_Kg6G__trioHero{color:var(--white);background:#1a1f2e;align-items:center;min-height:220px;padding:2.5rem 0 2rem;display:flex;position:relative;overflow:hidden}.vendor-module__k_Kg6G__trioHero:after{content:"";z-index:0;filter:brightness(1.3);background-image:url(/trio-banner.png);background-position:100%;background-repeat:no-repeat;background-size:33%;position:absolute;inset:0}.vendor-module__k_Kg6G__trioHero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#1a1f2e 0% 60%,#1a1f2e99 67%,#1a1f2e00 72%);position:absolute;inset:0}.vendor-module__k_Kg6G__telesisHero{color:var(--white);background:#1a1f2e;align-items:center;min-height:220px;padding:2.5rem 0 2rem;display:flex;position:relative;overflow:hidden}.vendor-module__k_Kg6G__telesisHero:after{content:"";z-index:0;filter:brightness(1.3);background-image:url(/telesis-banner.png);background-position:100%;background-repeat:no-repeat;background-size:33%;position:absolute;inset:0}.vendor-module__k_Kg6G__telesisHero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#1a1f2e 0% 60%,#1a1f2e99 67%,#1a1f2e00 72%);position:absolute;inset:0}.vendor-module__k_Kg6G__nbHero{color:var(--white);background:#1a1f2e;align-items:center;min-height:220px;padding:2.5rem 0 2rem;display:flex;position:relative;overflow:hidden}.vendor-module__k_Kg6G__nbHero:after{content:"";z-index:0;filter:brightness(1.4);background-image:url(/nb-banner.png);background-position:100%;background-repeat:no-repeat;background-size:33%;position:absolute;inset:0}.vendor-module__k_Kg6G__nbHero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#1a1f2e 0% 60%,#1a1f2e99 67%,#1a1f2e00 72%);position:absolute;inset:0}.vendor-module__k_Kg6G__leakmasterHero{color:var(--white);background:#1a1f2e;align-items:center;min-height:220px;padding:2.5rem 0 2rem;display:flex;position:relative;overflow:hidden}.vendor-module__k_Kg6G__leakmasterHero:after{content:"";z-index:0;background-image:url(/leakmaster-banner.webp);background-position:100%;background-repeat:no-repeat;background-size:33%;position:absolute;inset:0}.vendor-module__k_Kg6G__leakmasterHero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#1a1f2e 0% 60%,#1a1f2e99 67%,#1a1f2e00 72%);position:absolute;inset:0}.vendor-module__k_Kg6G__copleyHero{background:var(--primary-dark);color:var(--white);align-items:center;min-height:220px;padding:2.5rem 0 2rem;display:flex;position:relative;overflow:hidden}.vendor-module__k_Kg6G__copleyHero:after{content:"";z-index:0;background-image:url(/copley-banner.png);background-position:100%;background-repeat:no-repeat;background-size:33%;position:absolute;inset:0}.vendor-module__k_Kg6G__copleyHero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#1a1f2e 0% 60%,#1a1f2e99 67%,#1a1f2e00 72%);position:absolute;inset:0}.vendor-module__k_Kg6G__angleLockHero{color:var(--white);background:#2a2a1e;align-items:center;min-height:220px;padding:2.5rem 0 2rem;display:flex;position:relative;overflow:hidden}.vendor-module__k_Kg6G__angleLockHero:after{content:"";z-index:0;background-image:url(/anglelock-banner.png);background-position:100%;background-repeat:no-repeat;background-size:33%;position:absolute;inset:0}.vendor-module__k_Kg6G__angleLockHero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#1a1f2e 0% 60%,#1a1f2e99 67%,#1a1f2e00 72%);position:absolute;inset:0}.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:left;z-index:2;flex-shrink:0;min-width:280px;max-width:50%;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:1rem;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:2px solid var(--primary-orange);border-radius:10px;width:fit-content;max-width:100%;margin-bottom:1rem;padding:.75rem 1.25rem;display:block;box-shadow:0 4px 16px #0000004d}.vendor-module__k_Kg6G__vendorLogo img{object-fit:contain;max-width:100%;height:auto;max-height:60px;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,.vendor-module__k_Kg6G__copleyHero,.vendor-module__k_Kg6G__leakmasterHero,.vendor-module__k_Kg6G__angleLockHero{padding:2rem 0 1.75rem}.vendor-module__k_Kg6G__copleyHero:after,.vendor-module__k_Kg6G__leakmasterHero:after,.vendor-module__k_Kg6G__angleLockHero:after,.vendor-module__k_Kg6G__nbHero:after,.vendor-module__k_Kg6G__pbaHero:after,.vendor-module__k_Kg6G__telesisHero:after,.vendor-module__k_Kg6G__trioHero:after,.vendor-module__k_Kg6G__weintekHero:after,.vendor-module__k_Kg6G__nipponHero:after{display:none}.vendor-module__k_Kg6G__copleyHero:before,.vendor-module__k_Kg6G__leakmasterHero:before,.vendor-module__k_Kg6G__angleLockHero:before,.vendor-module__k_Kg6G__nbHero:before,.vendor-module__k_Kg6G__pbaHero:before,.vendor-module__k_Kg6G__telesisHero:before,.vendor-module__k_Kg6G__trioHero:before,.vendor-module__k_Kg6G__weintekHero:before,.vendor-module__k_Kg6G__nipponHero:before{background:0 0}.vendor-module__k_Kg6G__heroContent{max-width:100%;min-width:unset}.vendor-module__k_Kg6G__hero h1{font-size:2rem}.vendor-module__k_Kg6G__tagline{margin-bottom:1.5rem;font-size:1.125rem}.vendor-module__k_Kg6G__vendorLogo{padding:.6rem 1rem}.vendor-module__k_Kg6G__vendorLogo img{max-height:50px}.vendor-module__k_Kg6G__companyMeta{flex-direction:column;gap:.5rem;font-size:.9rem}.vendor-module__k_Kg6G__overview,.vendor-module__k_Kg6G__capabilities,.vendor-module__k_Kg6G__products,.vendor-module__k_Kg6G__cta{padding:3rem 0}.vendor-module__k_Kg6G__overview h2,.vendor-module__k_Kg6G__capabilities h2,.vendor-module__k_Kg6G__products h2{margin-bottom:2rem;font-size:1.75rem}.vendor-module__k_Kg6G__overviewText{font-size:1rem}.vendor-module__k_Kg6G__productsGrid{grid-template-columns:1fr}.vendor-module__k_Kg6G__productImage{height:200px}.vendor-module__k_Kg6G__capabilitiesGrid{grid-template-columns:1fr}.vendor-module__k_Kg6G__capabilityCard{padding:1.5rem}.vendor-module__k_Kg6G__ctaContent h2{font-size:1.75rem}.vendor-module__k_Kg6G__ctaContent p{font-size:1rem}}
.vendors-module__lr9MXG__vendorsPage{background-color:var(--bg-light);min-height:100vh}.vendors-module__lr9MXG__hero{background:var(--gradient-hero);padding:4rem 0;position:relative;overflow:hidden}.vendors-module__lr9MXG__hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#ff6b001a 0%,#0000 50%),radial-gradient(circle at 80%,#00d9ff1a 0%,#0000 50%);position:absolute;inset:0}.vendors-module__lr9MXG__heroContent{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.vendors-module__lr9MXG__heroTitle{color:var(--white);margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.vendors-module__lr9MXG__heroTitle span{color:var(--text-light);letter-spacing:.05em;text-transform:uppercase;margin-top:.5rem;font-size:.4em;font-weight:400;display:block}.vendors-module__lr9MXG__brandLogo{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.vendors-module__lr9MXG__brandName{color:var(--accent-cyan);letter-spacing:.02em;font-size:2rem;font-weight:700}.vendors-module__lr9MXG__brandTagline{color:var(--text-light);font-size:.9rem}.vendors-module__lr9MXG__vendorsSection{padding:4rem 0}.vendors-module__lr9MXG__vendorGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.vendors-module__lr9MXG__vendorCard{background:var(--white);border:1px solid var(--border-color);border-radius:12px;padding:2rem;text-decoration:none;transition:all .3s;display:block;box-shadow:0 2px 8px #0000000f}.vendors-module__lr9MXG__vendorCard:hover{border-color:var(--primary-orange);transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.vendors-module__lr9MXG__vendorCardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.vendors-module__lr9MXG__vendorCardName{color:var(--text-dark);margin:0;font-size:1.3rem;font-weight:600}.vendors-module__lr9MXG__productCount{background:var(--primary-orange);color:var(--white);white-space:nowrap;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.vendors-module__lr9MXG__vendorTagline{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.vendors-module__lr9MXG__vendorCardDesc{color:var(--text-medium);margin:0;font-size:.9rem;line-height:1.5}@media (max-width:768px){.vendors-module__lr9MXG__hero{padding:3rem 0}.vendors-module__lr9MXG__heroContent{text-align:center;flex-direction:column;gap:1.5rem}.vendors-module__lr9MXG__brandLogo{align-items:center}.vendors-module__lr9MXG__brandName{font-size:1.5rem}.vendors-module__lr9MXG__vendorsSection{padding:2rem 0}.vendors-module__lr9MXG__vendorGrid{grid-template-columns:1fr}.vendors-module__lr9MXG__vendorCard{padding:1.5rem}}
