.Header-module__ldgnoG__headerWrapper{width:100%;font-family:Inter,sans-serif}.Header-module__ldgnoG__topBar{background-color:var(--white);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.25rem 2rem;display:flex}.Header-module__ldgnoG__logo{cursor:pointer;align-items:center;display:flex}.Header-module__ldgnoG__logoImage{object-fit:contain;width:auto;height:80px}.Header-module__ldgnoG__logoText{letter-spacing:.02em;color:var(--primary-blue);font-size:1.5rem;font-weight:700}.Header-module__ldgnoG__searchContainer{flex:1;max-width:600px;margin:0 2rem;position:relative}.Header-module__ldgnoG__searchForm{align-items:center;display:flex}.Header-module__ldgnoG__searchInput{border:1px solid var(--border-color);background-color:var(--bg-light);width:100%;color:var(--text-dark);border-radius:4px 0 0 4px;flex:1;height:48px;padding:0 1rem;font-size:.95rem}.Header-module__ldgnoG__searchButton{border:1px solid var(--border-color);background:var(--bg-light);cursor:pointer;min-width:48px;min-height:48px;color:var(--text-light);border-left:none;border-top-right-radius:4px;border-bottom-right-radius:4px;justify-content:center;align-items:center;padding:0;display:flex;position:static}.Header-module__ldgnoG__searchIcon{display:block}.Header-module__ldgnoG__searchDropdown{background:var(--white);border:1px solid var(--border-color);z-index:200;border-radius:10px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 16px 36px #0f172a1f}.Header-module__ldgnoG__searchStatus{color:var(--text-light);padding:.85rem 1rem;font-size:.9rem}.Header-module__ldgnoG__searchResults{max-height:320px;overflow-y:auto}.Header-module__ldgnoG__searchItem{color:var(--text-dark);align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s;display:flex}.Header-module__ldgnoG__searchItem:hover{background-color:var(--bg-light)}.Header-module__ldgnoG__searchThumb{background:var(--bg-light);border-radius:8px;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}.Header-module__ldgnoG__searchMeta{flex-direction:column;gap:.2rem;display:flex}.Header-module__ldgnoG__searchTitle{font-size:.95rem;font-weight:600}.Header-module__ldgnoG__searchSub{color:var(--text-light);font-size:.8rem}.Header-module__ldgnoG__searchDivider{margin-left:.35rem}.Header-module__ldgnoG__searchTitle mark,.Header-module__ldgnoG__searchSub mark{color:inherit;background:#ffb70333;border-radius:3px;padding:0 .1rem}.Header-module__ldgnoG__searchFooter{border-top:1px solid var(--border-color);justify-content:flex-end;padding:.6rem 1rem;display:flex}.Header-module__ldgnoG__searchAll{color:var(--primary-blue);cursor:pointer;background:0 0;border:none;padding:.2rem 0;font-weight:600}.Header-module__ldgnoG__searchTags{flex-wrap:wrap;gap:.35rem;margin-top:.6rem;display:flex}.Header-module__ldgnoG__searchTag{border:1px solid var(--border-color);background:var(--bg-light);color:var(--text-dark);cursor:pointer;border-radius:999px;padding:.2rem .6rem;font-size:.75rem}.Header-module__ldgnoG__quoteButton{background-color:var(--primary-blue);color:var(--white);border:none;border-radius:4px;padding:.35rem 1rem;font-size:.95rem;font-weight:600;transition:background-color .2s}.Header-module__ldgnoG__quoteButton:hover{background-color:var(--secondary-blue)}.Header-module__ldgnoG__menuButton{border:1px solid var(--border-color);background:var(--white);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;gap:4px;width:44px;height:44px;margin-left:.75rem;display:none}.Header-module__ldgnoG__menuBar{background:var(--primary-blue);width:18px;height:2px;margin:0 auto;display:block}.Header-module__ldgnoG__navBar{background-color:var(--primary-blue);align-items:center;height:50px;padding:0 2rem;display:flex}.Header-module__ldgnoG__navItem{align-items:center;height:100%;display:flex;position:relative}.Header-module__ldgnoG__navLink{color:var(--white);cursor:pointer;background:0 0;border:none;align-items:center;height:100%;padding:0 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.Header-module__ldgnoG__navLink:hover{background-color:var(--secondary-blue)}.Header-module__ldgnoG__dropdownMenu{background-color:var(--white);z-index:100;border-radius:0 0 4px 4px;grid-template-columns:repeat(2,1fr);width:max-content;min-width:250px;padding:1rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #00000026}.Header-module__ldgnoG__navItem:hover .Header-module__ldgnoG__dropdownMenu{display:grid}.Header-module__ldgnoG__dropdownItem{color:var(--text-dark);padding:.75rem 1.5rem;font-size:.9rem;text-decoration:none;transition:background-color .2s}.Header-module__ldgnoG__dropdownItem:hover{background-color:var(--bg-light);color:var(--primary-blue)}.Header-module__ldgnoG__activeNavLink{background-color:var(--secondary-blue)}.Header-module__ldgnoG__dropdownIcon{width:16px;height:16px;margin-left:.25rem}.Header-module__ldgnoG__mobileMenu{display:none}.Header-module__ldgnoG__mobileNav{background:var(--white);border-bottom:1px solid var(--border-color);flex-direction:column;gap:.5rem;padding:1rem 1.5rem 1.5rem;display:none}.Header-module__ldgnoG__mobileMenu[open] .Header-module__ldgnoG__mobileNav{display:flex}.Header-module__ldgnoG__mobileMenu summary{list-style:none}.Header-module__ldgnoG__mobileMenu summary::-webkit-details-marker{display:none}.Header-module__ldgnoG__mobileLink{color:var(--text-dark);padding:.6rem .2rem;font-weight:600;text-decoration:none}.Header-module__ldgnoG__mobileToggle{color:var(--text-dark);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.6rem .2rem;font-weight:600;display:flex}.Header-module__ldgnoG__mobileToggleIcon{transition:transform .2s}.Header-module__ldgnoG__mobileProductsSection[open] .Header-module__ldgnoG__mobileToggleIcon{transform:rotate(180deg)}.Header-module__ldgnoG__mobileProducts{flex-direction:column;gap:.35rem;padding-left:.75rem;display:none}.Header-module__ldgnoG__mobileProductsSection[open] .Header-module__ldgnoG__mobileProducts{display:flex}.Header-module__ldgnoG__mobileSubLink{color:var(--text-dark);padding:.35rem 0;font-size:.92rem;text-decoration:none}@media (max-width:1024px){.Header-module__ldgnoG__topBar{flex-wrap:wrap;gap:.75rem;padding:.75rem 1.25rem}.Header-module__ldgnoG__logo{flex:auto}.Header-module__ldgnoG__searchContainer{order:3;width:100%;max-width:none;margin:0}.Header-module__ldgnoG__quoteButton{order:2}}@media (max-width:768px){.Header-module__ldgnoG__navBar{display:none}.Header-module__ldgnoG__mobileMenu{display:block}.Header-module__ldgnoG__menuButton{display:flex}.Header-module__ldgnoG__quoteButton{padding:.4rem .8rem;font-size:.85rem}}
.Footer-module__Grjkva__footer{color:#fff;background-color:#1a2332;padding:4rem 2rem 2rem}.Footer-module__Grjkva__container{max-width:1400px;margin:0 auto}.Footer-module__Grjkva__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;display:grid}@media (max-width:1024px){.Footer-module__Grjkva__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Footer-module__Grjkva__grid{grid-template-columns:1fr}}.Footer-module__Grjkva__column{flex-direction:column;display:flex}.Footer-module__Grjkva__columnTitle{color:#fff;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.Footer-module__Grjkva__companyDescription{color:#ffffffb3;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.Footer-module__Grjkva__brands{flex-wrap:wrap;gap:1rem;display:flex}.Footer-module__Grjkva__brands span{color:#ffffffe6;background:#ffffff1a;border-radius:4px;padding:.35rem .75rem;font-size:.8rem}.Footer-module__Grjkva__linkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__linkList a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__linkList a:hover{color:#fff}.Footer-module__Grjkva__contactList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__contactList li{flex-direction:column;gap:.25rem;display:flex}.Footer-module__Grjkva__contactLabel{color:#ffffff80;font-size:.8rem}.Footer-module__Grjkva__contactList a{color:#ffffffe6;font-size:.9rem;text-decoration:none}.Footer-module__Grjkva__contactList a:hover{color:var(--primary-blue)}.Footer-module__Grjkva__bottom{text-align:center;border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}.Footer-module__Grjkva__bottom p{color:#ffffff80;font-size:.85rem}
