:root{--navy:#001b48;--navy-deep:#000f2e;--blue:#e30613;--blue-dark:#b80510;--blue-light:#001b48;--cyan:#e30613;--red:#e30613;--red-dark:#b80510;--accent:#e30613;--gray:#f5f7fa;--gray-border:#e5eaf0;--text:#0a1628;--muted:#5a6b7d;--white:#fff;--gold:#e30613;--gold-dark:#b80510;--container:1200px;--font:"Open Sans", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button,input,select{font:inherit}.container{width:min(100% - 2rem, var(--container));margin-inline:auto}.app{min-height:100vh}.floating-whatsapp{z-index:70;color:#fff;background:#25d366;border-radius:999px;align-items:center;gap:.5rem;min-width:56px;min-height:56px;padding:0 1.05rem 0 .85rem;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex;position:fixed;bottom:1.35rem;right:1.25rem;box-shadow:0 10px 28px #25d36659}.floating-whatsapp:hover{color:#fff;background:#1ebe57;transform:translateY(-2px);box-shadow:0 14px 32px #25d3666b}.floating-whatsapp-label{letter-spacing:.02em;font-size:.88rem;font-weight:800}@media (width<=640px){.floating-whatsapp{justify-content:center;width:56px;height:56px;padding:0}.floating-whatsapp-label{display:none}}.topbar{background:var(--navy-deep);color:var(--white);font-size:.8125rem}.topbar-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:40px;display:grid}.topbar-social{gap:.45rem;display:flex}.social-btn{background:var(--blue);width:26px;height:26px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:inline-flex}.social-btn:hover{background:var(--blue-light)}.topbar-tagline{text-align:center;letter-spacing:.02em;white-space:nowrap;font-weight:500}.topbar-contact{justify-content:flex-end;gap:1.25rem;display:flex}.topbar-contact a{opacity:.95;align-items:center;gap:.4rem;display:inline-flex}.topbar-contact a:hover{color:var(--cyan)}.header{background:var(--white);border-bottom:1px solid var(--gray-border);padding:.85rem 0}.header-inner{align-items:center;gap:1.25rem;display:flex}.logo{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.logo-img{object-fit:contain;width:auto;max-width:min(320px,48vw);height:68px;display:block}.logo-img-footer{object-fit:contain;background:var(--white);border-radius:6px;width:auto;max-width:260px;height:56px;padding:.35rem .55rem}.logo-text{flex-direction:column;line-height:1.05;display:flex}.logo-text strong{letter-spacing:.04em;color:var(--navy);font-size:1.35rem;font-weight:800}.logo-text em{letter-spacing:.18em;color:var(--blue);font-size:.7rem;font-style:normal;font-weight:700}.search-bar{border:1px solid var(--gray-border);background:var(--white);border-radius:4px;flex:1;align-items:stretch;max-width:640px;margin-inline:auto;display:flex;overflow:hidden}.search-cats{border:0;border-right:1px solid var(--gray-border);background:var(--gray);color:var(--muted);cursor:pointer;min-width:140px;padding:0 .85rem}.search-bar input{border:0;outline:none;flex:1;min-width:0;padding:.75rem 1rem}.search-bar input::placeholder{color:#9aa7b5}.search-btn{background:var(--navy);color:var(--white);cursor:pointer;border:0;align-items:center;padding:0 1.1rem;display:inline-flex}.search-btn:hover{background:var(--red)}.btn-quote{background:var(--red);color:var(--white);letter-spacing:.04em;white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.85rem 1.25rem;font-size:.8rem;font-weight:700;transition:background .2s}.btn-quote:hover{background:var(--red-dark)}.navbar{background:var(--gray);border-bottom:1px solid var(--gray-border)}.nav-list{flex-wrap:wrap;justify-content:center;gap:.15rem;display:flex}.nav-list a{letter-spacing:.04em;color:var(--text);border-bottom:2px solid #0000;align-items:center;gap:.3rem;padding:.8rem .85rem;font-size:.78rem;font-weight:700;display:inline-flex}.nav-list a:hover,.nav-list a.active{color:var(--red);border-bottom-color:var(--red)}.caret{margin-top:1px}.hero{background:var(--navy);align-items:center;min-height:420px;display:flex;position:relative;overflow:hidden}.hero-slides{position:absolute;inset:0}.hero-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity .9s;position:absolute;inset:0}.hero-slide.is-active{opacity:1}.hero-overlay{pointer-events:none;background:linear-gradient(90deg,#000f2ed1 0%,#000f2e8c 45%,#000f2e40 100%);position:absolute;inset:0}.hero-content{z-index:2;color:var(--white);max-width:820px;margin-left:max(1rem, calc((100% - var(--container)) / 2));width:min(100% - 2rem,820px);margin-right:auto;padding:3.5rem 0;position:relative}.hero h1{letter-spacing:.02em;margin-bottom:.75rem;font-size:clamp(1.85rem,4vw,2.75rem);font-weight:800;line-height:1.15}.hero h1 span{color:var(--cyan)}.hero-sub{opacity:.95;max-width:620px;margin-bottom:1.35rem;font-size:clamp(.95rem,1.6vw,1.15rem);font-weight:500}.hero-points{flex-wrap:wrap;gap:.85rem 1.35rem;margin-bottom:1.75rem;display:flex}.hero-points li{align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;display:inline-flex}.check{background:var(--blue);width:20px;height:20px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hero-actions{flex-wrap:wrap;gap:.85rem;display:flex}.btn-solid{background:var(--red);color:var(--white);letter-spacing:.04em;border-radius:4px;align-items:center;gap:.45rem;padding:.85rem 1.4rem;font-size:.82rem;font-weight:700;transition:background .2s;display:inline-flex}.btn-solid:hover{background:var(--red-dark)}.btn-ghost{border:2px solid var(--white);color:var(--white);letter-spacing:.04em;border-radius:4px;align-items:center;padding:.75rem 1.35rem;font-size:.82rem;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.btn-ghost:hover{background:var(--white);color:var(--navy)}.hero-dots{z-index:3;gap:.45rem;display:flex;position:absolute;bottom:1.1rem;left:50%;transform:translate(-50%)}.hero-dots button{cursor:pointer;background:#ffffff73;border:0;border-radius:50%;width:10px;height:10px}.hero-dots button.active{background:var(--white)}.features{background:var(--white);z-index:4;margin-top:-1.5rem;padding:1.75rem 0;position:relative}.features-grid{grid-template-columns:repeat(5,1fr);gap:.85rem;display:grid}.feature-card{background:var(--white);border:1px solid var(--gray-border);text-align:center;border-radius:6px;padding:1.25rem 1rem;box-shadow:0 4px 14px #001b480a}.feature-icon{justify-content:center;margin-bottom:.65rem;display:flex}.feature-card h3{margin-bottom:.2rem;font-size:.95rem;font-weight:700}.feature-card p{color:var(--muted);font-size:.8rem}.section-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.section-head h2{letter-spacing:.04em;color:var(--navy);font-size:1.25rem;font-weight:800}.view-all{color:var(--blue);font-size:.9rem;font-weight:600}.view-all:hover{text-decoration:underline}.categories{background:var(--white);padding:1.5rem 0 2.5rem}.category-grid{grid-template-columns:repeat(8,1fr);gap:1.35rem .75rem;display:grid}.category-item{text-align:center;color:var(--text);flex-direction:column;align-items:center;gap:.55rem;font-size:.78rem;font-weight:600;transition:color .2s;display:flex}.category-item:hover{color:var(--blue)}.category-icon{border:1px solid var(--gray-border);background:linear-gradient(#f7f9fc,#eef2f8);border-radius:10px;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.category-view-all{justify-content:center}.view-all-circle{border:2px solid var(--blue);width:72px;height:72px;color:var(--blue);text-align:center;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:.72rem;font-weight:700;line-height:1.2;display:flex}.brand-row{grid-template-columns:repeat(8,1fr);gap:.75rem;display:grid}.brand-card{background:var(--white);border:1px solid var(--gray-border);border-radius:6px;justify-content:center;align-items:center;min-height:88px;padding:.75rem;transition:box-shadow .2s,border-color .2s;display:flex}.brand-card:hover{border-color:var(--blue);box-shadow:0 6px 18px #e306131f}.brand-word{letter-spacing:.02em;font-size:1.05rem;font-weight:800}.brand-intel{color:#0071c5;text-transform:lowercase;font-style:italic}.brand-ti{color:#c00;flex-direction:column;align-items:center;line-height:1.1;display:flex}.brand-ti strong{font-size:1.5rem}.brand-ti small{letter-spacing:.02em;font-size:.55rem;font-weight:600}.brand-microchip{color:#c41230;font-size:.95rem}.brand-st{color:#fff;background:#03234b;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:800;display:flex}.brand-adi{color:#1a1a1a;letter-spacing:.08em;flex-direction:column;align-items:center;font-size:.72rem;line-height:1.05;display:flex}.brand-adi em{color:#666;font-style:normal;font-weight:600}.brand-nxp{color:#000;letter-spacing:.12em}.brand-molex{color:#000;text-transform:lowercase;font-weight:700}.brand-amphenol{color:#036;text-transform:lowercase;font-weight:700}.info-banners{background:var(--white);padding:2.5rem 0 3rem}.info-banners-inner{grid-template-columns:1.55fr 1fr;align-items:stretch;gap:1rem;display:grid}.info-card{min-height:260px;color:var(--white);border:1px solid #ffffff14;border-radius:10px;position:relative;overflow:hidden}.info-card-left{background-color:#001a3d;background-image:radial-gradient(at 78% 45%,#e3061347 0%,#0000 55%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='280' viewBox='0 0 420 280'%3E%3Cg fill='none' stroke='%23e30613' stroke-opacity='0.35' stroke-width='1.2'%3E%3Cpath d='M210 140h80M210 140v70M290 140v-40h50M290 100h40M210 210h-60v40M150 250h-40M210 140l-50-50h-60M100 90v-40M210 140l40 50h60M310 190v40'/%3E%3Ccircle cx='210' cy='140' r='8' fill='%23e30613' fill-opacity='0.25'/%3E%3Ccircle cx='290' cy='140' r='3.5' fill='%23e30613' fill-opacity='0.5'/%3E%3Ccircle cx='290' cy='100' r='3.5' fill='%23e30613' fill-opacity='0.5'/%3E%3Ccircle cx='150' cy='210' r='3.5' fill='%23e30613' fill-opacity='0.5'/%3E%3Ccircle cx='250' cy='190' r='3.5' fill='%23e30613' fill-opacity='0.5'/%3E%3C/g%3E%3C/svg%3E");background-position:50%,70%;background-repeat:no-repeat,no-repeat;background-size:cover,85%;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 1.5rem 2rem 2rem;display:flex}.info-card-copy{z-index:1;flex-direction:column;flex:1;justify-content:center;gap:.9rem;min-width:0;max-width:420px;display:flex}.info-card-right{background-color:#001a3d;background-image:linear-gradient(90deg,#001a3d 0%,#001a3deb 42%,#001a3d73 72%,#001a3d33 100%),url(/images/warehouse.jpg);background-position:50%,100%;background-size:cover,cover;align-items:stretch;display:flex}.info-card-shade{flex-direction:column;justify-content:center;gap:.9rem;width:100%;max-width:320px;min-height:260px;padding:2rem 1.75rem;display:flex}.info-card h2{letter-spacing:.02em;font-size:clamp(1.05rem,1.6vw,1.25rem);font-weight:800;line-height:1.3}.info-card p{opacity:.92;font-size:.9rem;line-height:1.55}.info-card .btn-solid{align-self:flex-start;margin-top:.25rem}.obsolete-seal{z-index:1;flex-shrink:0;justify-content:center;align-items:center;display:flex}.seal-svg{filter:drop-shadow(0 8px 18px #00000059);width:clamp(120px,14vw,150px);height:auto}.footer{background:var(--navy);color:#ffffffe0;padding-top:0}.footer-ref{padding-top:0}.footer-cta-band{background:#09182e;border-bottom:1px solid #ffffff14;padding:1.35rem 0}.footer-cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.footer-cta-copy{flex-wrap:wrap;flex:1;align-items:center;gap:1rem;min-width:280px;display:flex}.footer-cta-copy p{color:#ffffffd9;max-width:520px;margin:0;font-size:.92rem;line-height:1.55}.footer-cta-btn{white-space:nowrap}.footer-trust-list{flex-wrap:wrap;gap:.65rem 1.15rem;margin:0;padding:0;list-style:none;display:flex}.footer-trust-list li{color:#ffffffb8;white-space:nowrap;padding-left:1rem;font-size:.78rem;position:relative}.footer-trust-list li:before{content:"";background:var(--cyan);border-radius:50%;width:.4rem;height:.4rem;position:absolute;top:.35em;left:0}.footer-links-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1.5rem 1.25rem;padding:2.5rem 0 2rem;display:grid}.footer h4{color:var(--white);letter-spacing:.02em;margin:0 0 .9rem;font-size:.92rem;font-weight:750}.footer ul{margin:0;padding:0;list-style:none}.footer ul li{margin-bottom:.5rem}.footer ul a{color:#ffffffb3;font-size:.85rem;line-height:1.4;text-decoration:none}.footer ul a:hover{color:var(--cyan)}.footer-connect-list a{color:#ffffffe0;font-weight:650}.footer-hours{color:#ffffff9e;flex-direction:column;gap:.15rem;margin-top:.55rem;font-size:.8rem;line-height:1.45;display:flex}.footer-tagline-band{background:#0a1c36;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;padding:2rem 0}.footer-tagline-inner{grid-template-columns:1.25fr .75fr;align-items:center;gap:2rem;display:grid}.footer-tagline-copy h2{color:#fff;margin:0 0 .55rem;font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.3}.footer-tagline-copy p{color:#ffffffbf;max-width:560px;margin:0;font-size:.92rem;line-height:1.6}.footer-subscribe h3{color:#fff;margin:0 0 .7rem;font-size:.95rem}.footer-subscribe-form{gap:.5rem;display:flex}.footer-subscribe-form input{color:#fff;background:#ffffff14;border:1px solid #ffffff38;border-radius:4px;flex:1;min-width:0;padding:.65rem .75rem}.footer-subscribe-form input::placeholder{color:#ffffff80}.footer-subscribe-thanks{color:var(--cyan);margin:0;font-weight:650}.footer-meta-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;padding:1.75rem 0;display:grid}.footer-meta-block h4{text-transform:uppercase;letter-spacing:.05em;color:#ffffffc7;margin-bottom:.75rem;font-size:.82rem}.footer-meta-pills{flex-wrap:wrap;gap:.45rem;display:flex}.footer-meta-pills span{color:#ffffffc7;background:#ffffff0a;border:1px solid #ffffff29;border-radius:4px;align-items:center;padding:.35rem .6rem;font-size:.75rem;display:inline-flex}.footer-social{gap:.5rem;margin-top:0;display:flex}.footer-social a{text-transform:uppercase;color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.72rem;font-weight:700;text-decoration:none;display:inline-flex}.footer-social a:hover{background:var(--blue)}.footer-bottom{background:#071528;border-top:1px solid #ffffff1a;padding:1.35rem 0 1.5rem;font-size:.82rem}.footer-brand-logo{align-items:center;margin-bottom:.35rem;display:inline-flex}.footer-brand-logo .logo-img-footer{background:#fff;border-radius:6px;max-width:280px;height:48px;padding:.3rem .5rem}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.footer-bottom-left{flex-direction:column;gap:.45rem;display:flex}.footer-legal{flex-wrap:wrap;gap:.85rem 1.25rem;display:flex}.footer-legal a{color:#ffffffb3;text-decoration:none}.footer-legal a:hover{color:var(--cyan)}.footer-address,.footer-copy{color:#ffffff8c;margin:0}@media (width<=1100px){.footer-links-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-tagline-inner{grid-template-columns:1fr}.footer-meta-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.footer-links-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1rem;padding:2rem 0 1.5rem}.footer-cta-copy{flex-direction:column;align-items:flex-start}.footer-subscribe-form{flex-direction:column}.footer-meta-row{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;align-items:flex-start}}@media (width<=480px){.footer-links-grid{grid-template-columns:1fr}}@media (width<=1100px){.category-grid{grid-template-columns:repeat(6,1fr)}.brand-row{grid-template-columns:repeat(4,1fr)}.features-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.topbar-inner{grid-template-columns:1fr;justify-items:center;gap:.45rem;padding:.55rem 0}.topbar-contact{flex-wrap:wrap;justify-content:center}.topbar-tagline{white-space:normal;text-align:center}.header-inner{flex-wrap:wrap}.search-bar{flex:100%;order:3;max-width:none}.nav-list{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.nav-list a{white-space:nowrap}.footer-grid{grid-template-columns:1fr 1fr}.info-banners-inner{grid-template-columns:1fr}.info-card-left{flex-direction:column;align-items:flex-start;padding:1.75rem 1.5rem}.info-card-copy{max-width:none}.info-card-shade{max-width:none;padding:1.75rem 1.5rem}.obsolete-seal{align-self:center}}@media (width<=640px){.features-grid{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:repeat(3,1fr)}.brand-row{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.hero{min-height:480px}.btn-quote{padding:.75rem .9rem;font-size:.72rem}}.has-dropdown{position:relative}.dropdown-menu{background:var(--white);border:1px solid var(--gray-border);z-index:50;border-radius:4px;min-width:220px;padding:.4rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 28px #001b481f}.has-dropdown:hover .dropdown-menu,.has-dropdown:focus-within .dropdown-menu{display:block}.dropdown-menu a{color:var(--text);white-space:nowrap;padding:.65rem 1rem;font-size:.82rem;font-weight:600;display:block;border:0!important}.dropdown-menu a:hover{background:var(--gray);color:var(--blue)}.breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.breadcrumb a:hover{color:var(--blue)}.breadcrumb-light,.breadcrumb-light a{color:#fffc}.breadcrumb-light a:hover{color:var(--white)}.text-link{color:var(--cyan);font-size:.9rem;font-weight:700}.text-link:hover{text-decoration:underline}.page-banner{background:var(--navy);color:var(--white);padding:2.5rem 0}.page-banner h1{letter-spacing:.03em;margin-bottom:.5rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.page-banner p{opacity:.9;max-width:640px}.page-banner .breadcrumb{color:#ffffffbf}.page-banner .breadcrumb a{color:#ffffffd9}.products-list-grid,.industries-list-grid,.manufacturers-list-grid{grid-template-columns:repeat(4,1fr);gap:1rem;padding:2.5rem 0 3.5rem;display:grid}.products-list-card{border:1px solid var(--gray-border);background:var(--white);border-radius:8px;flex-direction:column;gap:.45rem;padding:1.35rem 1.2rem;transition:border-color .2s,box-shadow .2s;display:flex}.products-list-card:hover{border-color:var(--blue);box-shadow:0 8px 20px #e306131a}.products-list-card strong{color:var(--navy);font-size:1rem}.products-list-card span{color:var(--blue);font-size:.85rem;font-weight:600}.about-hero{grid-template-columns:1fr 1fr;min-height:420px;display:grid}.about-hero-copy{background:var(--navy);color:var(--white);flex-direction:column;justify-content:center;gap:1.15rem;padding:3.5rem 3rem;display:flex}.about-hero-copy h1{letter-spacing:.03em;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.2}.about-hero-copy p{opacity:.92;max-width:520px;font-size:.98rem;line-height:1.7}.about-hero-copy .btn-solid{align-self:flex-start}.about-hero-media{background-position:50%;background-size:cover;min-height:320px}.about-stats{background:var(--white);border-bottom:1px solid var(--gray-border);padding:2rem 0}.about-stats-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.about-stat{text-align:center;flex-direction:column;align-items:center;gap:.35rem;display:flex}.about-stat-icon{border:1.5px solid #c9daf5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.35rem;display:flex}.about-stat strong{color:var(--blue);font-size:1.25rem;font-weight:800}.about-stat span{color:var(--muted);font-size:.85rem;font-weight:600}.product-hero{background:var(--navy);color:var(--white);padding:2rem 0 2.5rem}.product-hero-content{grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem;display:grid}.product-hero-copy h1{letter-spacing:.03em;margin-bottom:.85rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}.product-hero-copy p{opacity:.92;max-width:520px;margin-bottom:1.1rem;line-height:1.65}.product-hero-image{justify-content:center;display:flex}.product-hero-image img{border-radius:8px;width:auto;max-height:220px;box-shadow:0 16px 40px #00000059}.product-subcats{background:var(--gray);padding:2.5rem 0 3rem}.product-subcats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.subcat-card{background:var(--white);border:1px solid var(--gray-border);min-height:140px;color:var(--text);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.9rem;font-weight:650;transition:border-color .2s,box-shadow .2s;display:flex}.subcat-card:hover{border-color:var(--blue);color:var(--blue);box-shadow:0 8px 20px #e306131a}.subcat-view-all .plus-icon{background:var(--blue);width:42px;height:42px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:400;line-height:1;display:flex}.industry-hero{background-position:50%;background-size:cover;min-height:380px;position:relative}.industry-hero-overlay{color:var(--white);background:linear-gradient(90deg,#000f2ed1 0%,#000f2e73 55%,#000f2e33 100%);align-items:center;padding:3rem 0;display:flex;position:absolute;inset:0}.industry-hero h1{letter-spacing:.03em;margin-bottom:.85rem;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800}.industry-hero p{opacity:.95;max-width:560px;line-height:1.65}.industry-apps{background:var(--white);text-align:center;padding:3rem 0}.industry-apps h2{letter-spacing:.12em;color:var(--navy);margin-bottom:2rem;font-size:1rem}.industry-apps-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.industry-app{color:var(--text);flex-direction:column;align-items:center;gap:.65rem;font-size:.85rem;font-weight:650;display:flex}.industry-app-icon{border:1.5px solid #c9daf5;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.industry-cta{justify-content:center;display:flex}.obsolete-hero{background:var(--navy);min-height:480px;color:var(--white);position:relative;overflow:hidden}.obsolete-hero-bg{opacity:.35;background-position:100%;background-size:cover;position:absolute;inset:0}.obsolete-hero-inner{z-index:1;padding:2.5rem 0 3.5rem;position:relative}.obsolete-hero-copy{max-width:620px}.obsolete-hero-copy h1{letter-spacing:.03em;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800}.obsolete-hero-copy>p{opacity:.93;margin-bottom:1.35rem;line-height:1.7}.obsolete-checklist{flex-direction:column;gap:.75rem;margin-bottom:1.75rem;display:flex}.obsolete-checklist li{align-items:center;gap:.65rem;font-weight:650;display:flex}.rfq-hero{background-position:50%;background-size:cover;min-height:220px}.rfq-hero-overlay{min-height:220px;color:var(--white);text-align:center;background:#000f2ec7;align-items:center;display:flex}.rfq-hero-copy{padding:2.5rem 0}.rfq-hero h1{letter-spacing:.04em;margin-bottom:.65rem;font-size:clamp(1.7rem,3vw,2.3rem);font-weight:800}.rfq-hero p{opacity:.92;max-width:640px;margin-inline:auto}.rfq-form-section{background:var(--white);padding:2.75rem 0 3.5rem}.rfq-form{grid-template-columns:1fr 1fr;gap:1.25rem 1.5rem;max-width:900px;margin-inline:auto;display:grid}.rfq-field{flex-direction:column;gap:.4rem;display:flex}.rfq-field-full{grid-column:1/-1}.rfq-field label{color:var(--text);font-size:.85rem;font-weight:700}.rfq-field input,.rfq-field textarea{border:1px solid var(--gray-border);background:var(--white);border-radius:4px;outline:none;padding:.85rem .95rem}.rfq-field input:focus,.rfq-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #e306131f}.rfq-actions{grid-column:1/-1}.rfq-lines-block{gap:.85rem}.rfq-lines-head h2{color:var(--navy);margin:0 0 .25rem;font-size:1.05rem;font-weight:800}.rfq-lines-head p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.45}.rfq-lines{flex-direction:column;gap:.75rem;display:flex}.rfq-line{border:1px solid var(--gray-border);background:#f8fafc;border-radius:8px;grid-template-columns:36px minmax(0,1fr) 110px auto;align-items:end;gap:.65rem;padding:.85rem;display:grid}.rfq-line-index{background:var(--navy);width:36px;height:36px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.15rem;font-size:.85rem;font-weight:750;display:inline-flex}.rfq-line-part,.rfq-line-qty{margin:0}.rfq-line-remove{appearance:none;background:var(--white);color:#b42318;font:inherit;cursor:pointer;white-space:nowrap;border:1px solid #d7dde6;border-radius:6px;height:fit-content;padding:.7rem .85rem;font-size:.8rem;font-weight:700}.rfq-line-remove:hover:not(:disabled){background:#fff5f5;border-color:#b42318}.rfq-line-remove:disabled{opacity:.4;cursor:not-allowed}.rfq-add-line{appearance:none;border:1.5px dashed var(--blue);color:var(--blue);font:inherit;cursor:pointer;background:#f0f6ff;border-radius:6px;justify-content:center;align-self:flex-start;align-items:center;gap:.4rem;padding:.65rem .95rem;font-size:.88rem;font-weight:750;transition:background .15s,border-color .15s;display:inline-flex}.rfq-add-line:hover{background:#e4efff;border-style:solid}@media (width<=700px){.rfq-line{grid-template-columns:32px 1fr;align-items:start}.rfq-line-index{margin-top:1.7rem}.rfq-line-part,.rfq-line-qty{grid-column:2}.rfq-line-remove{grid-column:2;justify-self:start}}.rfq-success{text-align:center;flex-direction:column;align-items:center;gap:.85rem;padding:3rem 1rem;display:flex}.rfq-success h2{color:var(--navy)}.rfq-whatsapp-note{max-width:34rem;color:var(--muted);margin:0;font-size:.95rem;line-height:1.5}.rfq-success-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.rfq-whatsapp-btn{background:#25d366;border-color:#25d366}.rfq-whatsapp-btn:hover{background:#1ebe57;border-color:#1ebe57}.contact-split{grid-template-columns:.9fr 1.3fr;min-height:560px;display:grid}.contact-info{background:var(--navy);color:var(--white);flex-direction:column;gap:1rem;padding:3.5rem 2.5rem;display:flex}.contact-info h1{letter-spacing:.04em;font-size:clamp(1.7rem,3vw,2.3rem);font-weight:800}.contact-lead{opacity:.9;margin-bottom:1.25rem;line-height:1.6}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-details li{align-items:flex-start;gap:.9rem;display:flex}.contact-icon{width:42px;height:42px;color:var(--cyan);background:#e3061340;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.contact-details strong{letter-spacing:.06em;text-transform:uppercase;color:var(--cyan);margin-bottom:.2rem;font-size:.78rem;display:block}.contact-details span,.contact-details a{font-size:.95rem;line-height:1.5}.contact-details a:hover{color:var(--cyan)}.contact-map{background:#e8eef5;min-height:420px}.contact-map iframe{border:0;width:100%;height:100%;min-height:560px}@media (width<=1100px){.products-list-grid,.industries-list-grid,.manufacturers-list-grid,.product-subcats-grid,.industry-apps-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.about-hero,.product-hero-content,.contact-split{grid-template-columns:1fr}.about-stats-grid{grid-template-columns:repeat(3,1fr)}.about-hero-copy{padding:2.5rem 1.5rem}.rfq-form{grid-template-columns:1fr}.products-list-grid,.industries-list-grid,.manufacturers-list-grid,.product-subcats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.about-stats-grid,.industry-apps-grid,.products-list-grid,.industries-list-grid,.manufacturers-list-grid,.product-subcats-grid{grid-template-columns:1fr 1fr}.contact-info{padding:2.25rem 1.5rem}}.mobile-header-wrap,.mobile-header-bar,.mobile-search-panel,.mobile-drawer,.mobile-drawer-backdrop,.category-grid-mobile,.mobile-cta-banner,.view-all-short,.btn-text-short,.brand-nav{display:none}.btn-text-full,.view-all-full{display:inline}@media (width<=900px){.topbar{display:none}.site-header{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-border);padding:0;position:sticky;top:0}.desktop-header,.desktop-navbar{display:none!important}.mobile-header-wrap{display:block}.mobile-header-bar{grid-template-columns:40px 1fr auto;align-items:center;gap:.35rem;min-height:52px;padding:.35rem 0 .25rem;display:grid}.mobile-logo{justify-self:center}.mobile-logo .logo-img{max-width:min(240px,58vw);height:44px}.mobile-header-actions{align-items:center;gap:.15rem;display:flex}.mobile-icon-btn{width:40px;height:40px;color:var(--navy);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.mobile-search-panel,.mobile-search-panel.is-always-visible{border-top:0;padding:0 0 .7rem;display:block}.mobile-search-form{gap:.45rem;padding-top:.15rem;display:flex}.mobile-search-form input{border:1px solid var(--gray-border);background:var(--white);border-radius:6px;outline:none;flex:1;min-width:0;padding:.65rem .8rem;font-size:.9rem}.mobile-search-form input:focus{border-color:var(--blue)}.mobile-search-form .btn-solid{justify-content:center;align-items:center;min-width:44px;padding:.65rem .85rem;display:inline-flex}.mobile-drawer-backdrop{opacity:0;pointer-events:none;z-index:120;background:#000f2e73;transition:opacity .25s;display:block;position:fixed;inset:0}.mobile-drawer-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-drawer{background:var(--white);z-index:130;flex-direction:column;width:min(86vw,320px);height:100%;padding:.75rem 1rem 1.5rem;transition:transform .28s;display:flex;position:fixed;top:0;left:0;transform:translate(-105%);box-shadow:8px 0 30px #0000002e}.mobile-drawer.is-open{transform:translate(0)}.mobile-drawer-head{color:var(--navy);border-bottom:1px solid var(--gray-border);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.35rem 0 .85rem;font-weight:800;display:flex}.mobile-drawer-list{flex:1;overflow-y:auto}.mobile-drawer-list>li>a{letter-spacing:.03em;color:var(--navy);border-bottom:1px solid var(--gray-border);padding:.85rem .25rem;font-size:.9rem;font-weight:750;display:block}.mobile-drawer-list>li>a.active{color:var(--blue)}.mobile-sublinks{padding:.25rem 0 .65rem .85rem}.mobile-sublinks a{color:var(--muted);padding:.45rem 0;font-size:.84rem;font-weight:600;display:block}.mobile-drawer-cta{justify-content:center;margin-top:1rem}.hero{min-height:460px}.hero-content{width:min(100% - 2rem, var(--container));text-align:left;margin-left:auto;margin-right:auto;padding:2.75rem 0 3.25rem}.hero h1{font-size:1.7rem}.hero-points,.hero-dots{display:none}.hero-actions{flex-direction:column;align-items:stretch;gap:.75rem}.hero-actions .btn-solid,.hero-actions .btn-ghost{justify-content:center;width:100%;padding:.95rem 1rem}.btn-text-full{display:none}.btn-text-short{display:inline}.features{margin-top:0;padding:1.25rem 0 .5rem}.features-grid{gap:.65rem;grid-template-columns:repeat(2,1fr)!important}.feature-card{box-shadow:none;background:0 0;border:0;border-radius:0;padding:.85rem .35rem}.feature-card p{display:none}.feature-card h3{color:var(--navy);font-size:.78rem;line-height:1.25}.feature-icon svg{width:32px;height:32px}.categories{padding:1.25rem 0 1.75rem}.section-head h2{font-size:1.05rem}.view-all-full{display:none}.view-all-short{display:inline}.category-grid-desktop{display:none!important}.category-grid-mobile{grid-template-columns:repeat(4,1fr);gap:.85rem .4rem;display:grid!important}.category-grid-mobile .category-icon{width:58px;height:58px}.category-grid-mobile .category-icon svg{width:42px;height:42px}.category-grid-mobile .category-item{gap:.4rem;font-size:.68rem}.manufacturers{background:var(--white);padding:.25rem 0 2rem}.brand-carousel{align-items:center;gap:.35rem;display:flex;position:relative}.brand-nav{border:1px solid var(--gray-border);background:var(--white);width:28px;height:28px;color:var(--muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;line-height:1;display:inline-flex}.brand-row{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:.75rem;padding:.25rem .15rem;overflow-x:auto;grid-template-columns:none!important;display:flex!important}.brand-row::-webkit-scrollbar{display:none}.brand-card{scroll-snap-align:start;flex:0 0 150px;min-width:150px;min-height:78px}.info-banners{padding:.5rem 0 2rem}.info-banners-inner{display:none!important}.mobile-cta-banner{text-align:center;background:var(--navy);color:var(--white);border-radius:10px;flex-direction:column;align-items:center;gap:.85rem;padding:2rem 1.25rem;display:flex}.mobile-cta-banner h2{letter-spacing:.02em;font-size:1.15rem;font-weight:800;line-height:1.3}.mobile-cta-banner p{opacity:.92;max-width:320px;font-size:.9rem}.mobile-cta-banner .btn-solid{margin-top:.35rem}}@media (width>=901px){.feature-card:nth-child(6){display:none}}@media (width<=640px){.features-grid{grid-template-columns:repeat(2,1fr)!important}.hero h1{font-size:1.55rem}.hero-sub{font-size:.92rem}}.topbar-v2{grid-template-columns:none;justify-content:space-between;align-items:center;gap:1rem;min-height:40px;display:flex}.topbar-marq{flex-wrap:nowrap}.topbar-v2 .topbar-tagline{text-align:left;white-space:nowrap;font-size:.8rem;font-weight:600}.topbar-badges{flex-wrap:nowrap;align-items:center;gap:0;min-width:0;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.topbar-badges li{color:#fffffff2;white-space:nowrap;align-items:center;gap:.4rem;padding:0 .85rem;font-size:.74rem;font-weight:600;display:inline-flex;position:relative}.topbar-badges li:first-child{padding-left:0}.topbar-badges li:not(:last-child):after{content:"";background:#ffffff38;border-radius:0;width:1px;height:14px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.topbar-badge-icon{color:#e30613;flex-shrink:0;display:inline-flex}.topbar-right{flex-shrink:0;align-items:center;gap:.95rem;display:flex}.topbar-link{color:#fffffff2;white-space:nowrap;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;display:inline-flex}.topbar-link:hover{color:var(--cyan)}.topbar-social{gap:.4rem;margin-left:.15rem;display:flex}.topbar-v2 .social-btn{text-transform:none;color:#fff;background:#ffffff1f;width:24px;height:24px;font-size:.65rem;font-weight:700}.topbar-v2 .social-btn.is-linkedin{background:#0a66c2}.topbar-v2 .social-btn.is-x{background:#111}.topbar-v2 .social-btn.is-facebook{background:#1877f2}.topbar-v2 .social-btn.is-instagram{background:linear-gradient(135deg,#f58529,#dd2a7b 45%,#8134af 75%,#515bd4)}.topbar-v2 .social-btn:hover{filter:brightness(1.08);background:inherit}.topbar-v2 .social-btn.is-linkedin:hover{background:#0a66c2}.topbar-v2 .social-btn.is-x:hover{background:#111}.topbar-v2 .social-btn.is-facebook:hover{background:#1877f2}.topbar-v2 .social-btn.is-instagram:hover{background:linear-gradient(135deg,#f58529,#dd2a7b 45%,#8134af 75%,#515bd4)}@media (width<=1280px){.topbar-badges li:nth-child(3),.topbar-badges li:nth-child(4){display:none}}@media (width<=1100px){.topbar-badges li:nth-child(2){display:none}.topbar-link{font-size:.72rem}}.header-v2{border-bottom:1px solid var(--gray-border);padding:0}.header-v2 .desktop-header{display:block}.header-top{align-items:center;gap:1.25rem;min-height:84px;padding:.75rem 0;display:flex}.header-v2 .search-bar{flex:1;max-width:640px;margin-inline:auto}.header-nav{background:var(--gray);border-top:1px solid var(--gray-border);flex:none;display:block}.header-nav .nav-list{justify-content:center;gap:.05rem}.header-nav .nav-list a{padding:.75rem .8rem;font-size:.74rem}.header-v2 .btn-quote{background:var(--blue);border-radius:4px;flex-shrink:0}.hero-v2{min-height:520px}.hero-v2 .hero-overlay{background:linear-gradient(90deg,#000f2ee0 0%,#000f2e8c 48%,#000f2e33 100%)}.hero-eyebrow{letter-spacing:.14em;color:var(--cyan);margin-bottom:.55rem;font-size:.78rem;font-weight:700}.hero-v2 h1{max-width:720px;font-size:clamp(1.55rem,3.4vw,2.45rem)}.hero-v2 h1 span{color:var(--cyan)}.hero-mini-icon{width:28px;height:28px;color:var(--cyan);background:#e3061359;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hero-v2 .hero-points li{gap:.5rem}.hero-arrow{z-index:4;color:#fff;cursor:pointer;background:#000f2e59;border:1px solid #ffffff59;border-radius:50%;width:42px;height:42px;font-size:1.5rem;display:none;position:absolute;top:50%;transform:translateY(-50%)}.hero-v2 .hero-arrow{justify-content:center;align-items:center;display:inline-flex}.hero-arrow-prev{left:1rem}.hero-arrow-next{right:1rem}.hero-arrow:hover{background:#e30613d9}.features-v2{z-index:5;background:0 0;margin-top:-2.25rem;padding:0 0 1.5rem;position:relative}.features-float{background:var(--white);border:1px solid var(--gray-border);border-radius:10px;grid-template-columns:repeat(5,1fr);gap:0;padding:.85rem .5rem;box-shadow:0 12px 30px #001b481a}.features-v2 .feature-card{box-shadow:none;text-align:left;border:0;border-right:1px solid var(--gray-border);border-radius:0;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.features-v2 .feature-card:last-child{border-right:0}.features-v2 .feature-icon{margin:0}.features-v2 .feature-card h3{margin-bottom:.1rem;font-size:.88rem}.features-v2 .feature-card p{font-size:.75rem}.categories-v2{padding:1.75rem 0 2.75rem}.category-cards{grid-template-columns:repeat(8,1fr);gap:.9rem;display:grid}.category-card{text-align:center;color:var(--text);flex-direction:column;align-items:center;gap:.55rem;font-size:.78rem;font-weight:650;display:flex}.category-card-media{aspect-ratio:1;border:1px solid var(--gray-border);background:#eef2f7;border-radius:8px;justify-content:center;align-items:center;width:100%;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.category-card-img{object-fit:cover;width:100%;height:100%;display:block}.category-card:hover{color:var(--blue)}.category-card:hover .category-card-media{border-color:var(--blue);box-shadow:0 8px 18px #e306131f}.more-dots{letter-spacing:.15em;color:var(--blue);font-size:1.4rem;font-weight:800}.category-grid-mobile{display:none}.industries-home{background:var(--white);padding:.5rem 0 3rem}.industries-home-grid{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.industry-home-card{color:var(--text);flex-direction:column;gap:.65rem;display:flex}.industry-home-media{aspect-ratio:3/4;background-position:50%;background-size:cover;border-radius:8px;position:relative;overflow:hidden}.industry-home-badge{background:var(--navy);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:absolute;bottom:.75rem;left:.75rem}.industry-home-card strong{text-align:center;font-size:.88rem}.industry-home-card:hover strong{color:var(--blue)}.why-choose{background:var(--navy);color:#fff;padding:3.25rem 0}.why-choose-inner{grid-template-columns:1fr 1.15fr;align-items:center;gap:2.5rem;display:grid}.why-choose-copy h2{letter-spacing:.02em;margin-bottom:1rem;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;line-height:1.25}.why-choose-copy h2 span{color:var(--cyan)}.why-choose-copy p{opacity:.9;max-width:480px;margin-bottom:1.4rem;line-height:1.7}.why-choose-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.why-card{background:#ffffff0a;border:1px solid #ffffff24;border-radius:8px;padding:1.25rem 1.1rem}.why-icon{margin-bottom:.75rem}.why-card h3{margin-bottom:.4rem;font-size:1rem}.why-card p{opacity:.85;font-size:.86rem;line-height:1.5}.obsolete-cta{background:var(--white);padding:2.5rem 0}.obsolete-cta-inner{color:#fff;background:linear-gradient(90deg,#000f2ef0,#000f2ecc),url(/images/hero-1.jpg) 50%/cover;border-radius:10px;justify-content:space-between;align-items:center;gap:2rem;min-height:240px;padding:2.5rem 2.25rem;display:flex}.obsolete-cta-copy{flex-direction:column;gap:.9rem;max-width:560px;display:flex}.obsolete-cta-copy h2{font-size:clamp(1.2rem,2.2vw,1.55rem);font-weight:800;line-height:1.3}.obsolete-cta-copy p{opacity:.92;line-height:1.6}.obsolete-cta-copy .btn-solid{align-self:flex-start}.obsolete-cta .obsolete-seal{flex-shrink:0}.stats-bar{color:#fff;background:0 0;padding:0}.stats-bar.abt-stats{padding:2.35rem 0 2.5rem}.stats-item strong{color:var(--cyan);margin-bottom:.25rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;display:block}.stats-item span{opacity:.9;font-size:.86rem}.stats-bar .abt-stat strong{margin-bottom:0}.stats-bar .abt-stat>span:not(.abt-stat-icon){opacity:1}.newsletter{background:var(--gray);padding:1.75rem 0}.newsletter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.newsletter-copy{align-items:center;gap:.9rem;display:flex}.newsletter-copy h2{letter-spacing:.04em;color:var(--navy);font-size:1.05rem;font-weight:800}.newsletter-copy p{color:var(--muted);font-size:.85rem}.newsletter-form{flex:1;gap:.65rem;min-width:280px;max-width:520px;display:flex}.newsletter-form input{border:1px solid var(--gray-border);background:#fff;border-radius:6px;outline:none;flex:1;padding:.85rem 1rem}.newsletter-thanks{color:var(--blue);font-weight:700}.hero-home-ref{min-height:500px;margin-top:-60px;padding-top:60px}.hero-home-overlay{background:linear-gradient(90deg,#000f2ed1 0%,#000f2e73 55%,#000f2e26 100%)}.hero-home-content{z-index:3;align-items:center;min-height:380px;padding-bottom:4.5rem;display:flex;position:relative}.hero-home-copy{color:#fff;max-width:800px}.hero-home-copy h1{max-width:720px;margin:0;font-size:clamp(1.65rem,3.2vw,2.25rem);font-weight:750;line-height:1.25}.hero-home-sub{opacity:.92;max-width:560px;margin:.75rem 0 0;font-size:clamp(.95rem,1.6vw,1.15rem)}.hero-home-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.35rem;display:flex}.hero-home-signup{color:#fff;border-color:#ffffffa6}.hero-home-signup:hover{color:#fff;background:#ffffff1f}.hero-home-stats{z-index:4;border-top:1px solid var(--gray-border);background:#fffffff5;position:absolute;bottom:0;left:0;right:0}.hero-home-stats-grid{grid-template-columns:repeat(5,1fr);gap:0;display:grid}.hero-stat{text-align:center;border-right:1px solid var(--gray-border);padding:1rem .75rem}.hero-stat:last-child{border-right:0}.hero-stat strong{color:var(--navy);font-size:clamp(1rem,1.8vw,1.35rem);line-height:1.2;display:block}.hero-stat span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.2rem;font-size:.72rem;display:block}.hero-home-dots{bottom:5.5rem}.home-section{padding:3.5rem 0}.home-section-head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.75rem;display:flex}.home-section-head-center{text-align:center;flex-direction:column;align-items:center}.home-section-head h2{color:var(--navy);letter-spacing:0;margin:0;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:750}.home-section-sub{max-width:720px;color:var(--muted);margin:.65rem 0 0;font-size:.95rem;line-height:1.6}.ambient-lavender{background:linear-gradient(#f6f4fb 0%,#faf9fd 100%)}.ambient-sky{background:linear-gradient(#f5f7fa 0%,#fff 100%)}.ambient-warm{background:linear-gradient(#faf7f2 0%,#fff 100%)}.categories-home-ref{padding-top:2.5rem}.categories-home-ref .home-section-head .view-all{margin-top:.5rem}.home-tools-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.home-tools-grid>li{min-width:0;display:flex}.home-tool-card{background:var(--white);border:1px solid var(--gray-border);width:100%;min-height:140px;color:var(--navy);box-sizing:border-box;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem .75rem;text-decoration:none;transition:border-color .15s,box-shadow .15s,color .15s;display:flex}.home-tool-card:hover{border-color:var(--blue);color:var(--blue);box-shadow:0 8px 20px #e306131a}.home-tool-icon{color:var(--blue);margin-bottom:.85rem}.home-tool-title{text-align:center;font-size:.82rem;font-weight:650;line-height:1.35}.home-featured-tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.home-featured-tabs button{border:1px solid var(--gray-border);background:var(--white);color:var(--navy);cursor:pointer;border-radius:4px;padding:.5rem 1rem;font-size:.88rem;font-weight:600}.home-featured-tabs button.is-active{background:var(--navy);border-color:var(--navy);color:#fff}.home-featured-panel{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}.home-featured-panel-copy h3{color:var(--navy);margin:0 0 .5rem;font-size:1rem}.home-featured-panel-copy p{color:var(--muted);margin:0 0 .75rem;font-size:.85rem;line-height:1.5}.home-featured-track-wrap{overflow:hidden}.home-featured-track{scroll-snap-type:x mandatory;gap:.85rem;padding-bottom:.35rem;display:flex;overflow-x:auto}.home-featured-card{scroll-snap-align:start;background:var(--white);border:1px solid var(--gray-border);border-radius:4px;flex:0 0 200px;overflow:hidden}.home-featured-media{aspect-ratio:1;background:#eef2f7;display:block}.home-featured-media img{object-fit:cover;width:100%;height:100%;display:block}.home-featured-placeholder{width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;font-size:.78rem;display:flex}.home-featured-body{padding:.75rem}.home-featured-title{color:var(--blue);font-size:.78rem;font-weight:750;line-height:1.35;text-decoration:none;display:block}.home-featured-name{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.25rem 0 .5rem;font-size:.72rem;line-height:1.35;display:-webkit-box;overflow:hidden}.home-featured-meta{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.home-featured-price{color:var(--navy);font-size:.82rem;font-weight:750}.home-featured-details{color:var(--blue);font-size:.75rem;font-weight:650;text-decoration:none}.home-certs{background:var(--white)}.home-certs-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.home-cert-card{border:1px solid var(--gray-border);background:#fafbfd;border-radius:4px;padding:1.25rem 1rem}.home-cert-badge{background:var(--navy);color:#fff;text-align:center;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.85rem;font-size:.65rem;font-weight:800;line-height:1.2;display:flex}.home-cert-card h3{color:var(--navy);margin:0 0 .5rem;font-size:.95rem}.home-cert-card p{color:var(--muted);margin:0 0 .75rem;font-size:.82rem;line-height:1.5}.home-cert-link{color:var(--blue);font-size:.82rem;font-weight:650}.home-certs-foot{text-align:center;margin-top:1.25rem}.home-industries-layout{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:1.25rem;display:grid}.home-industries-cards{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.home-industry-card{cursor:pointer;text-align:left;background:0 0;border:0;padding:0}.home-industry-media{background-position:50%;background-size:cover;border-radius:6px;height:200px;transition:height .25s,box-shadow .25s;position:relative;overflow:hidden}.home-industry-card.is-active .home-industry-media,.home-industry-card:hover .home-industry-media{height:220px;box-shadow:0 10px 24px #001b4826}.home-industry-media:before{content:"";background:linear-gradient(#00000026,#0000008c);position:absolute;inset:0}.home-industry-icon{width:32px;height:32px;color:var(--blue);background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:10px;right:10px}.home-industry-media h3{color:#fff;text-shadow:0 2px 8px #00000059;max-width:200px;margin:0;font-size:.88rem;line-height:1.35;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.home-industry-detail{background:var(--white);border:1px solid var(--gray-border);border-radius:6px;padding:1.5rem}.home-industry-detail h3{color:var(--navy);margin:0 0 .75rem;font-size:1.1rem}.home-industry-focus{color:var(--text);margin:0 0 .85rem;font-size:.88rem;line-height:1.55}.home-industry-detail ul{color:var(--muted);margin:0 0 1.25rem;padding-left:1.1rem;font-size:.88rem;line-height:1.6}.home-industry-actions{flex-wrap:wrap;gap:.65rem;display:flex}.home-news-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.home-news-card{background:var(--white);border:1px solid var(--gray-border);border-radius:4px;padding:1rem}.home-news-card time{color:var(--muted);margin-bottom:.5rem;font-size:.75rem;display:block}.home-news-card h3{margin:0 0 .5rem;font-size:.92rem;line-height:1.35}.home-news-card h3 a{color:var(--navy);text-decoration:none}.home-news-card h3 a:hover{color:var(--blue)}.home-news-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.home-tagline{background:var(--navy);color:#fff;padding:2.75rem 0 1.5rem}.home-tagline-inner{border-bottom:1px solid #ffffff1f;grid-template-columns:1.2fr .8fr;align-items:center;gap:2rem;padding-bottom:1.75rem;display:grid}.home-tagline-copy h2{margin:0 0 .65rem;font-size:clamp(1.2rem,2.2vw,1.65rem);line-height:1.3}.home-tagline-copy p{opacity:.88;max-width:560px;margin:0;line-height:1.6}.home-tagline-subscribe h3{margin:0 0 .75rem;font-size:1rem}.home-tagline-form{gap:.5rem;display:flex}.home-tagline-form input{color:#fff;background:#ffffff14;border:1px solid #ffffff40;border-radius:4px;flex:1;min-width:0;padding:.65rem .75rem}.home-tagline-form input::placeholder{color:#ffffff8c}.home-tagline-links{flex-wrap:wrap;gap:1.25rem;padding-top:1.25rem;display:flex}.home-tagline-links a{color:#ffffffbf;font-size:.85rem;text-decoration:none}.home-tagline-links a:hover{color:#fff}@media (width<=1100px){.hero-home-stats-grid{grid-template-columns:repeat(3,1fr)}.hero-stat:nth-child(3){border-right:0}.hero-stat:nth-child(4),.hero-stat:nth-child(5){border-top:1px solid var(--gray-border)}.home-tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-certs-grid{grid-template-columns:repeat(2,1fr)}.home-featured-panel,.home-industries-layout{grid-template-columns:1fr}.home-news-grid{grid-template-columns:repeat(2,1fr)}.home-tagline-inner{grid-template-columns:1fr}}@media (width<=700px){.hero-home-ref{min-height:420px}.hero-home-content{min-height:280px;padding-bottom:7rem}.hero-home-stats-grid{grid-template-columns:repeat(2,1fr)}.hero-stat:nth-child(odd){border-right:1px solid var(--gray-border)}.hero-stat:nth-child(2n){border-right:0}.hero-stat:nth-child(3){border-right:1px solid var(--gray-border)}.hero-stat:nth-child(5){border-right:0;grid-column:span 2}.home-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-tool-card{min-height:120px;padding:1rem .65rem}.home-certs-grid,.home-news-grid,.home-industries-cards{grid-template-columns:1fr}.home-tagline-form{flex-direction:column}}@media (width<=1100px){.category-cards{grid-template-columns:repeat(4,1fr)}.industries-home-grid,.features-float{grid-template-columns:repeat(3,1fr)}.features-v2 .feature-card:nth-child(3){border-right:0}.stats-bar-grid{grid-template-columns:repeat(3,1fr)}.header-nav .nav-list a{padding:.65rem .45rem;font-size:.68rem}}@media (width<=900px){.topbar{display:none}.desktop-header,.hero-arrow{display:none!important}.hero-v2{min-height:460px}.hero-v2 .hero-points{display:none}.features-v2{margin-top:0;padding:1rem 0 .25rem}.features-float{box-shadow:none;border:0;border-radius:0;padding:0;grid-template-columns:1fr 1fr!important}.features-v2 .feature-card{text-align:center;border-right:0;flex-direction:column;padding:.75rem .35rem}.category-grid-desktop{display:none!important}.category-grid-mobile{grid-template-columns:repeat(4,1fr);display:grid!important}.industries-home-grid{grid-template-columns:repeat(2,1fr)}.why-choose-inner{grid-template-columns:1fr}.obsolete-cta-inner{display:none!important}.mobile-cta-banner{display:flex!important}.stats-bar-grid{grid-template-columns:repeat(2,1fr)}.newsletter-inner{flex-direction:column;align-items:stretch}.newsletter-form{max-width:none}}@media (width>=901px){.mobile-cta-banner{display:none!important}}@media (width<=640px){.industry-home-media{aspect-ratio:4/3}}.manufacturers{background:var(--gray);padding:.75rem 0 2.75rem}.brand-carousel{align-items:center;gap:.5rem;display:flex;position:relative}.brand-nav{border:1px solid var(--gray-border);background:var(--white);width:32px;height:32px;color:var(--muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:inline-flex}.brand-nav:hover{color:var(--blue);border-color:var(--blue)}.brand-row{scroll-snap-type:x mandatory;scrollbar-width:none;flex:1;gap:.75rem;display:flex;overflow-x:auto}.brand-row::-webkit-scrollbar{display:none}.brand-card{scroll-snap-align:start;flex:0 0 calc(12.5% - .65rem);min-width:140px}.brand-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000);mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000)}.brand-marquee-track{gap:.75rem;width:max-content;animation:35s linear infinite brand-marquee-scroll;display:flex}.brand-marquee:hover .brand-marquee-track{animation-play-state:paused}.brand-marquee-group{flex-shrink:0;gap:.75rem;display:flex}.brand-marquee .brand-card{flex:0 0 160px;width:160px;min-width:160px}@keyframes brand-marquee-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - .375rem))}}@media (prefers-reduced-motion:reduce){.brand-marquee-track{flex-wrap:wrap;justify-content:center;width:100%;animation:none}.brand-marquee-group[aria-hidden=true]{display:none}}.header-search-wrap{flex:1;max-width:640px;margin-inline:auto;position:relative}.header-v2 .search-bar{max-width:none;margin-inline:0}.nav-list-simple .caret,.nav-list-simple+.dropdown-menu{display:none}.search-suggestions{background:var(--white);border:1px solid var(--gray-border);z-index:80;border-radius:8px;position:absolute;top:calc(100% + .45rem);left:0;right:0;overflow:hidden;box-shadow:0 14px 32px #001b481f}.search-suggestions.mobile{margin-top:.5rem;position:static}.search-suggestion-item{background:var(--white);text-align:left;cursor:pointer;border:0;border-bottom:1px solid var(--gray-border);justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:.8rem .95rem;display:flex}.search-suggestion-item:last-child{border-bottom:0}.search-suggestion-item:hover{background:#f7faff}.search-suggestion-main{color:var(--text);font-size:.9rem;font-weight:650}.search-suggestion-type{letter-spacing:.04em;text-transform:uppercase;color:var(--blue);font-size:.72rem;font-weight:700}@media (width<=1100px){.header-top{gap:.85rem}.header-search-wrap{max-width:520px}}.header-actions{flex-shrink:0;align-items:center;gap:.85rem;display:flex}.header-icon-link,.cart-mobile{color:var(--navy);justify-content:center;align-items:center;display:inline-flex;position:relative}.header-icon-link:hover{color:var(--blue)}.cart-count{background:var(--blue);min-width:18px;height:18px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-8px}.header-account{align-items:center;gap:.5rem;display:flex}.header-account-link,.header-text-btn{color:var(--navy);letter-spacing:.02em;font-size:.8rem;font-weight:700}.header-text-btn{cursor:pointer;color:var(--muted);background:0 0;border:0}.header-account-link:hover,.header-text-btn:hover{color:var(--blue)}.shop-layout{grid-template-columns:240px 1fr;gap:1.75rem;padding:2rem 0 3.5rem;display:grid}.shop-sidebar h2{color:var(--navy);letter-spacing:.04em;margin-bottom:.75rem;font-size:.95rem}.shop-cat-list{border:1px solid var(--gray-border);background:var(--white);border-radius:8px;flex-direction:column;gap:.2rem;display:flex;overflow:hidden}.shop-cat-list button{text-align:left;background:var(--white);cursor:pointer;width:100%;color:var(--text);border:0;border-bottom:1px solid var(--gray-border);padding:.7rem .9rem}.shop-cat-list li:last-child button{border-bottom:0}.shop-cat-list button:hover,.shop-cat-list button.is-active{color:var(--blue);background:#f3f8ff;font-weight:650}.shop-search-bar{gap:.65rem;margin-bottom:1.25rem;display:flex}.shop-search-bar input{border:1px solid var(--gray-border);border-radius:6px;flex:1;padding:.7rem .85rem}.shop-status{color:var(--muted);padding:1.5rem 0}.shop-error{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:6px;margin:.75rem 0;padding:.75rem .9rem}.shop-inline-success{color:#027a48;margin-top:.65rem;font-weight:600}.product-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.product-card{border:1px solid var(--gray-border);background:var(--white);border-radius:8px;flex-direction:column;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.product-card:hover{border-color:var(--blue);box-shadow:0 8px 20px #e306131a}.product-card-media{aspect-ratio:1;background:var(--gray);justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.product-card-media img{object-fit:cover;width:100%;height:100%;display:block}.product-card-placeholder{color:var(--muted);background:#eef2f7;justify-content:center;align-items:center;width:100%;height:100%;min-height:120px;font-size:.85rem;display:flex}.product-card-placeholder.sm{width:56px;min-height:56px}.product-card-body{flex-direction:column;gap:.35rem;padding:.9rem 1rem 1.1rem;display:flex}.product-card-body strong{color:var(--navy);font-size:.95rem;line-height:1.35}.product-sku,.product-sku-line{color:var(--muted);font-size:.75rem}.product-card-price,.product-detail-price{align-items:baseline;gap:.55rem;display:flex}.price-sale{color:var(--blue);font-size:1.05rem;font-weight:750}.price-was{color:var(--muted);font-size:.85rem;text-decoration:line-through}.shop-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1.75rem;display:flex}.shop-pagination button{border:1px solid var(--gray-border);background:var(--white);cursor:pointer;color:var(--navy);border-radius:6px;padding:.45rem .85rem}.shop-pagination button:disabled{opacity:.45;cursor:not-allowed}.product-detail{padding:1.75rem 0 3rem}.detail-breadcrumb{margin-bottom:1.25rem}.product-detail-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.product-gallery-main{border:1px solid var(--gray-border);background:var(--gray);aspect-ratio:1;border-radius:8px;justify-content:center;align-items:center;padding:1rem;display:flex;overflow:hidden}.product-gallery-main img{object-fit:contain;width:auto;max-height:100%;margin:auto}.product-gallery-thumbs{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.product-gallery-thumbs button{border:1px solid var(--gray-border);background:var(--white);cursor:pointer;border-radius:6px;width:64px;height:64px;padding:.25rem;overflow:hidden}.product-gallery-thumbs button.is-active{border-color:var(--blue)}.product-gallery-thumbs img{object-fit:contain;width:100%;height:100%}.product-detail-info h1{color:var(--navy);margin-bottom:.5rem;font-size:clamp(1.35rem,2.4vw,1.85rem);line-height:1.25}.product-short-desc{color:var(--muted);margin:.85rem 0 1.1rem;line-height:1.6}.product-option{flex-direction:column;gap:.35rem;max-width:320px;margin-bottom:.9rem;display:flex}.product-option label{color:var(--navy);font-size:.82rem;font-weight:700}.product-option select,.product-option input,.cart-qty{border:1px solid var(--gray-border);border-radius:6px;padding:.55rem .7rem}.product-qty input{max-width:100px}.product-actions{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.product-buy-now{background:var(--navy);color:var(--white);border-color:var(--navy)}.product-buy-now:hover{background:var(--navy-deep)}.product-section{border-top:1px solid var(--gray-border);margin-top:2.5rem;padding-top:1.5rem}.product-section h2{color:var(--navy);margin-bottom:.85rem;font-size:1.15rem}.product-description{color:var(--text);white-space:pre-wrap;line-height:1.7}.specs-table{border-collapse:collapse;width:100%}.specs-table th,.specs-table td{border:1px solid var(--gray-border);text-align:left;padding:.7rem .85rem}.specs-table th{background:var(--gray);width:35%;color:var(--navy);font-weight:700}.cart-section,.orders-section,.order-detail-section{padding:2rem 0 3.5rem}.cart-table-wrap{overflow-x:auto}.cart-table{border-collapse:collapse;background:var(--white);width:100%}.cart-table th,.cart-table td{border-bottom:1px solid var(--gray-border);text-align:left;vertical-align:middle;padding:.9rem .65rem}.cart-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.78rem}.cart-product{align-items:center;gap:.75rem;display:flex}.cart-thumb{border:1px solid var(--gray-border);background:var(--gray);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.cart-thumb img{object-fit:contain;width:100%;height:100%}.cart-variant{color:var(--muted);font-size:.8rem;display:block}.cart-qty{width:72px}.cart-remove{color:#b42318;cursor:pointer;background:0 0;border:0;font-size:.85rem;font-weight:600}.cart-summary{border:1px solid var(--gray-border);background:var(--white);border-radius:8px;max-width:360px;margin-top:1.5rem;margin-left:auto;padding:1.1rem 1.2rem}.cart-summary-row{color:var(--navy);justify-content:space-between;align-items:center;margin-bottom:.65rem;display:flex}.cart-summary-actions{flex-wrap:wrap;gap:.65rem;margin-top:1rem;display:flex}.shop-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.checkout-layout{grid-template-columns:1.4fr .9fr;align-items:start;gap:1.75rem;padding:2rem 0 3.5rem;display:grid}.checkout-form,.checkout-summary,.auth-card{border:1px solid var(--gray-border);background:var(--white);border-radius:8px;padding:1.35rem 1.4rem 1.6rem}.checkout-form h2,.checkout-summary h2,.auth-card h1{color:var(--navy);margin-bottom:.85rem}.checkout-grid{grid-template-columns:1fr 1fr;gap:.85rem 1rem;margin-bottom:1.15rem;display:grid}.checkout-lines{flex-direction:column;gap:.85rem;margin-bottom:1rem;display:flex}.checkout-lines li{border-bottom:1px solid var(--gray-border);justify-content:space-between;gap:1rem;padding-bottom:.75rem;display:flex}.checkout-lines strong{color:var(--navy);display:block}.checkout-qty{color:var(--muted);font-size:.8rem;display:block}.checkout-note{color:var(--muted);font-size:.8rem}.checkout-success{text-align:center;padding:3.5rem 0}.checkout-success h1{color:var(--navy);margin-bottom:.75rem}.checkout-success-meta{color:var(--muted);margin:.5rem 0 1.25rem}.checkout-success-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.auth-page{padding:2.5rem 0 3.5rem}.auth-card{max-width:480px;margin-inline:auto}.auth-lead{color:var(--muted);margin-bottom:1rem}.auth-form{flex-direction:column;gap:.85rem;display:flex}.auth-links{color:var(--blue);justify-content:space-between;gap:1rem;margin-top:1rem;font-size:.88rem;font-weight:650;display:flex}.orders-list{flex-direction:column;gap:.75rem;display:flex}.order-card{border:1px solid var(--gray-border);background:var(--white);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;transition:border-color .2s;display:flex}.order-card:hover{border-color:var(--blue)}.order-date{color:var(--muted);margin-top:.2rem;font-size:.8rem;display:block}.order-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.order-badge{text-transform:uppercase;letter-spacing:.03em;background:var(--gray);color:var(--navy);border-radius:999px;padding:.25rem .5rem;font-size:.72rem;font-weight:700}.order-detail-head{border:1px solid var(--gray-border);background:var(--white);border-radius:8px;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem;padding:1.1rem 1.2rem;display:grid}.contact-form-wrap{margin-top:1.75rem}.contact-form h2{color:var(--white);margin-bottom:.75rem;font-size:1.05rem}.contact-form .rfq-field{margin-bottom:.75rem}.contact-form .rfq-field label{color:#ffffffeb}.contact-form input,.contact-form textarea,.checkout-form input,.checkout-form textarea,.auth-form input{border:1px solid var(--gray-border);border-radius:6px;width:100%;padding:.65rem .75rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#8a97a8}.contact-success{padding:1rem 0}.contact-success h2{color:var(--white)}.contact-success p{color:#ffffffe0}.catalog-page{background:#f5f7fa}.catalog-hero{color:var(--white);background-position:50%;background-size:cover;padding:2.25rem 0 2.5rem}.catalog-hero-inner h1{letter-spacing:-.02em;margin:.65rem 0 .5rem;font-size:clamp(1.75rem,3.2vw,2.45rem);font-weight:750}.catalog-hero-desc{color:#ffffffe0;max-width:42rem;margin:0;font-size:.98rem;line-height:1.55}.catalog-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:1.5rem;padding:1.5rem 0 3.5rem;display:grid}.catalog-sidebar{flex-direction:column;gap:1rem;display:flex;position:sticky;top:1rem}.catalog-part-search{background:var(--white);border:1px solid var(--gray-border);border-radius:4px;padding:.9rem 1rem}.catalog-part-search label{color:var(--navy);letter-spacing:.03em;text-transform:uppercase;margin-bottom:.45rem;font-size:.78rem;font-weight:700;display:block}.catalog-part-search-row{gap:.4rem;display:flex}.catalog-part-search-row input{border:1px solid var(--gray-border);border-radius:4px;flex:1;min-width:0;padding:.55rem .65rem;font-size:.9rem}.catalog-part-search-row .btn-solid{white-space:nowrap;border-radius:4px;padding:.55rem .85rem;font-size:.82rem}.catalog-side-card{background:var(--white);border:1px solid var(--gray-border);border-radius:4px;overflow:hidden}.catalog-side-card h2{color:var(--navy);border-bottom:1px solid var(--gray-border);letter-spacing:.02em;background:#eef3f9;margin:0;padding:.75rem 1rem;font-size:.88rem}.catalog-side-links{margin:0;padding:0;list-style:none}.catalog-side-links li{border-bottom:1px solid var(--gray-border)}.catalog-side-links li:last-child{border-bottom:0}.catalog-side-links button,.catalog-side-links a{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:0;padding:.65rem 1rem;font-size:.9rem;text-decoration:none;display:block}.catalog-side-links button:hover,.catalog-side-links a:hover,.catalog-side-links button.is-active{color:var(--blue);background:#f3f8ff;font-weight:650}.catalog-main{background:var(--white);border:1px solid var(--gray-border);border-radius:4px;min-width:0;padding:1.15rem 1.25rem 1.5rem}.catalog-section-head{border-bottom:2px solid var(--navy);justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;padding-bottom:.65rem;display:flex}.catalog-section-head h2{color:var(--navy);margin:0;font-size:1.15rem}.catalog-section-head .view-all{color:var(--blue);font-size:.85rem;font-weight:650}.catalog-section-head-spaced{margin-top:2rem}.catalog-subcat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.catalog-subcat-card{border:1px solid var(--gray-border);color:inherit;background:var(--white);border-radius:4px;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.catalog-subcat-card:hover{border-color:var(--blue);box-shadow:0 4px 14px #001b4814}.catalog-subcat-thumb{border:1px solid var(--gray-border);background:#eef2f7;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.catalog-subcat-thumb img{object-fit:cover;width:100%;height:100%;display:block}.catalog-subcat-fallback{color:var(--navy);font-size:1.25rem;font-weight:750}.catalog-subcat-copy{flex-direction:column;gap:.2rem;min-width:0;display:flex}.catalog-subcat-copy strong{color:var(--navy);font-size:.92rem;line-height:1.3}.catalog-subcat-count{color:var(--muted);font-size:.78rem}.catalog-listing-toolbar{border-bottom:1px solid var(--gray-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;padding-bottom:.85rem;display:flex}.catalog-listing-title{color:var(--navy);margin:0 0 .25rem;font-size:1.2rem}.catalog-results{color:var(--muted);margin:0;font-size:.88rem}.catalog-toolbar-actions{align-items:center;gap:.75rem;display:flex}.catalog-toolbar-actions label{color:var(--muted);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.catalog-toolbar-actions select{border:1px solid var(--gray-border);background:var(--white);border-radius:4px;padding:.35rem .5rem}.catalog-reset{border:1px solid var(--gray-border);background:var(--white);cursor:pointer;color:var(--navy);border-radius:4px;padding:.4rem .75rem;font-size:.85rem}.catalog-reset:hover{border-color:var(--blue);color:var(--blue)}.product-table-wrap{border:1px solid var(--gray-border);border-radius:4px;overflow-x:auto}.product-table{border-collapse:collapse;table-layout:fixed;background:var(--white);width:100%}.product-table thead th{color:var(--navy);text-transform:uppercase;letter-spacing:.03em;text-align:left;border-bottom:1px solid var(--gray-border);white-space:nowrap;background:#eef3f9;padding:.7rem .75rem;font-size:.78rem;font-weight:750}.product-table tbody td{border-bottom:1px solid var(--gray-border);vertical-align:middle;padding:.85rem .75rem;font-size:.9rem}.product-table tbody tr:last-child td{border-bottom:0}.product-table tbody tr:hover{background:#f5f7fa}.product-table .col-img{width:88px}.product-table .col-detail{width:auto}.product-table .col-stock{width:118px}.product-table .col-qty{width:72px}.product-table .col-price{width:110px}.product-table .col-actions{width:140px}.product-table-thumb{border:1px solid var(--gray-border);background:#eef2f7;border-radius:4px;width:72px;height:72px;display:block;overflow:hidden}.product-table-thumb img{object-fit:cover;width:100%;height:100%;display:block}.product-table-thumb-empty{width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;font-size:.7rem;display:flex}.product-table-title{color:var(--blue);font-size:.95rem;font-weight:750;text-decoration:none}.product-table-title:hover{text-decoration:underline}.product-table-name{color:var(--navy);margin-top:.15rem;font-size:.88rem}.product-table-mfr{color:var(--muted);margin-top:.15rem;font-size:.78rem}.product-table-desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.35rem 0 0;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.product-table-price{flex-direction:column;gap:.15rem;display:flex}.product-table .col-qty input{border:1px solid var(--gray-border);border-radius:4px;width:56px;padding:.4rem .35rem}.product-table-btn{text-align:center;box-sizing:border-box;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;width:100%;margin-bottom:.35rem;padding:.5rem .55rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.product-table-quote{border:1.5px solid var(--blue);background:var(--blue);color:var(--white);margin-bottom:0}.product-table-quote:hover{color:var(--white);background:#185bb8;border-color:#185bb8}.stock-in{color:#027a48;font-size:.85rem;font-weight:650}.stock-out{color:#b42318;font-size:.85rem;font-weight:650}.detail-stock{margin:.5rem 0 .75rem}.product-mpn{color:var(--muted);margin:0 0 .35rem;font-size:.88rem}.product-mpn strong{color:var(--navy)}.product-mfr-line{color:var(--muted);margin:0 0 .85rem;font-size:.9rem}.product-mfr-line a{color:var(--blue);font-weight:650}.price-label{width:100%;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.15rem;font-size:.75rem;display:block}.product-buy-now-solid{background:var(--navy);border-color:var(--navy)}.product-buy-now-solid:hover{background:#071528;border-color:#071528}.product-quote-btn{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.catalog-pagination{margin-top:1.25rem}@media (width<=1000px){.shop-layout,.product-detail-grid,.checkout-layout,.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:static}.catalog-subcat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,1fr)}.header-actions .btn-quote{display:none}}@media (width<=700px){.product-grid,.catalog-subcat-grid{grid-template-columns:1fr}.catalog-hero{padding:1.5rem 0 1.75rem}.catalog-main{padding:1rem}.checkout-grid,.order-detail-head{grid-template-columns:1fr}.cart-table thead{display:none}.cart-table tr{border:1px solid var(--gray-border);border-radius:8px;margin-bottom:.75rem;padding:.5rem .75rem;display:block}.cart-table td{border:0;justify-content:space-between;gap:1rem;padding:.45rem 0;display:flex}.cart-table td:before{content:attr(data-label);color:var(--muted);font-size:.78rem;font-weight:700}.order-card{flex-direction:column;align-items:flex-start}.order-meta{justify-content:flex-start}}.header-ref{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-border);padding:0;position:sticky;top:0}.header-ref .desktop-header{display:block}.header-ref-container{box-sizing:border-box;width:100%;max-width:none;margin:0;padding-left:20px;padding-right:20px}.header-ref-bar{flex-wrap:nowrap;align-items:center;gap:.65rem;min-height:70px;padding-top:.45rem;padding-bottom:.45rem;display:flex}.header-ref-logo{flex-shrink:0}.header-ref-logo .logo-img{object-fit:contain;width:auto;max-width:260px;height:52px}.header-ref-nav{flex:auto;min-width:0}.header-ref-links{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.header-ref-links a{letter-spacing:.01em;text-transform:uppercase;color:var(--navy);white-space:nowrap;align-items:center;padding:.4rem;font-size:.72rem;font-weight:700;display:inline-flex}.header-ref-links a:hover,.header-ref-links a.active{color:var(--red);box-shadow:inset 0 -2px 0 var(--red)}.header-ref-quote-link{color:var(--red)!important}.header-ref-right{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:.55rem;display:flex}.header-ref-search{flex:0 0 280px;max-width:280px;margin:0;position:relative}.header-part-search{border:1px solid var(--gray-border);background:var(--white);border-radius:4px;align-items:center;height:36px;display:flex;overflow:hidden}.header-part-search input{background:0 0;border:0;outline:none;flex:1;min-width:0;padding:0 .7rem;font-size:.85rem}.header-part-search .search-btn{border:0;border-left:1px solid var(--gray-border);background:var(--gray);width:36px;height:36px;color:var(--navy);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.header-part-search .search-btn:hover{background:var(--red);color:#fff}.header-auth-links{align-items:center;gap:.65rem;display:flex}.header-ref .btn-quote{background:var(--red);color:#fff;letter-spacing:.03em;white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.5rem .75rem;font-size:.68rem;font-weight:800}.header-ref .btn-quote:hover{background:var(--red-dark)}.mobile-drawer-contact{border-bottom:1px solid var(--gray-border);flex-direction:column;gap:.25rem;margin-bottom:.35rem;padding:.75rem .25rem 1rem;display:flex}.mobile-drawer-contact a{color:var(--blue);font-size:.85rem;font-weight:650}.hero-home-ref{margin-top:0;padding-top:0}@media (width<=1280px){.header-ref-logo .logo-img{max-width:180px;height:46px}.header-ref-search{flex-basis:220px;max-width:220px}.header-ref-links a{padding:.35rem .3rem;font-size:.68rem}.header-ref .btn-quote{padding:.45rem .6rem;font-size:.64rem}.header-auth-links{gap:.4rem}}@media (width<=1100px){.header-ref-quote-link,.header-auth-links .header-account-link:first-child{display:none}.header-ref-search{flex-basis:180px;max-width:180px}.header-ref-logo .logo-img{max-width:160px;height:42px}.header-ref-links a{padding:.3rem .25rem;font-size:.64rem}}@media (width<=900px){.header-ref{position:sticky;top:0}.header-ref .desktop-header{display:none!important}.container{width:min(100% - 1.5rem, var(--container))}.hero-home-content{min-height:260px;padding:2rem 0 6.5rem}.hero-home-copy h1{font-size:1.45rem}.hero-home-actions{flex-direction:column;align-items:stretch}.hero-home-actions .btn-solid,.hero-home-actions .btn-ghost{text-align:center;justify-content:center}.hero-home-dots{bottom:6.75rem}.features-v2{margin-top:0;padding:.75rem 0 0}.home-section{padding:2.25rem 0}.home-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.brand-nav{display:inline-flex!important}.page-banner{padding:1.75rem 0}.page-banner h1{font-size:1.55rem}.contact-split{grid-template-columns:1fr}.contact-map{min-height:260px}.auth-page,.checkout-layout,.shop-layout{padding-left:0;padding-right:0}.product-actions{flex-direction:column;align-items:stretch}.product-actions .btn-solid,.product-actions .btn-ghost,.product-quote-btn{text-align:center;justify-content:center;width:100%}.product-option{max-width:none}}@media (width<=700px){html{-webkit-text-size-adjust:100%}.container{width:min(100% - 1.25rem, var(--container))}.product-table{min-width:0}.product-table thead{display:none}.product-table,.product-table tbody,.product-table tr,.product-table td{width:100%;display:block}.product-table tbody tr{border-bottom:1px solid var(--gray-border);padding:.85rem .75rem}.product-table tbody tr:hover{background:0 0}.product-table tbody td{border:0;padding:.35rem 0}.product-table tbody td[data-label]:not(.col-img):not(.col-detail):not(.col-actions){justify-content:space-between;align-items:center;gap:1rem;display:flex}.product-table tbody td[data-label]:not(.col-img):not(.col-detail):not(.col-actions):before{content:attr(data-label);color:var(--muted);font-size:.75rem;font-weight:700}.product-table .col-img{width:auto}.product-table-thumb{width:96px;height:96px}.product-table .col-qty input{width:80px}.product-table .col-actions{grid-template-columns:1fr 1fr;gap:.5rem;width:auto;margin-top:.5rem;display:grid}.product-table-btn{margin:0}.catalog-listing-toolbar{flex-direction:column;align-items:flex-start}.catalog-part-search-row{flex-direction:column}.catalog-part-search-row .btn-solid{width:100%}.product-detail-grid{gap:1.25rem}.product-gallery-main{aspect-ratio:4/3}.home-featured-card{flex-basis:160px}.home-industry-media,.home-industry-card.is-active .home-industry-media,.home-industry-card:hover .home-industry-media{height:160px}.footer-trust-list{gap:.45rem .85rem}.footer-trust-list li{white-space:normal}.auth-form,.checkout-form,.contact-form,.rfq-form{width:100%}.checkout-success-actions,.shop-pagination,.catalog-pagination{flex-wrap:wrap}.specs-table th,.specs-table td{width:100%;display:block}.specs-table th{background:#eef3f9;border-bottom:0}}@media (width<=480px){.mobile-logo .logo-img{max-width:min(210px,54vw);height:40px}.mobile-header-bar{min-height:52px}.mobile-icon-btn{width:36px;height:36px}.hero-home-copy h1{font-size:1.28rem}.hero-home-sub{font-size:.9rem}.home-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.home-tool-card{min-height:112px;padding:.85rem .5rem}.home-tool-title{font-size:.75rem}.category-grid-mobile{grid-template-columns:repeat(2,1fr)!important}.features-float{grid-template-columns:1fr 1fr!important}.product-table .col-actions{grid-template-columns:1fr}}.cart-rfq-note,.order-detail-note{color:var(--muted);margin:0 0 1rem;font-size:.9rem;line-height:1.55}.manufacturers-index-page{background:#f4f6f9;padding-bottom:3.5rem}.mfr-hero{min-height:420px;color:var(--white);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;margin-top:-64px;padding-top:64px;display:flex;position:relative}.mfr-hero-inner{max-width:800px;padding:3.5rem 0 3rem}.mfr-hero h1{letter-spacing:.02em;margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.35rem);font-weight:800}.mfr-hero p{color:#ffffffeb;max-width:620px;margin:0;font-size:clamp(.9rem,1.5vw,1rem);line-height:1.65}.mfr-hero p a{color:#9ec5ff;text-underline-offset:2px;font-weight:650;text-decoration:underline}.mfr-hero p a:hover{color:var(--white)}.mfr-sticky-bar{z-index:90;background:var(--white);height:52px;position:sticky;top:64px;box-shadow:0 0 5px #d3d3d38c}.mfr-sticky-inner{justify-content:space-between;align-items:center;gap:1.25rem;height:100%;display:flex}.mfr-tabs{scrollbar-width:none;align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.mfr-tabs::-webkit-scrollbar{display:none}.mfr-tabs button{appearance:none;height:52px;color:var(--navy);cursor:pointer;white-space:nowrap;background:0 0;border:0;margin-right:1.75rem;padding:0 .15rem;font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.mfr-tabs button:hover{color:var(--blue)}.mfr-tabs button.is-active{color:var(--blue);font-weight:650}.mfr-tabs button.is-active:after{content:"";background:var(--blue);height:2px;position:absolute;bottom:0;left:0;right:0}.mfr-search{flex-shrink:0;align-items:stretch;width:min(250px,40vw);display:flex}.mfr-search input{min-width:0;height:35px;color:var(--navy);background:var(--white);border:1px solid #cfd6e0;border-right:0;border-radius:6px 0 0 6px;outline:none;flex:1;padding:0 12px;font-size:.875rem;transition:border-color .2s}.mfr-search input:hover,.mfr-search input:focus,.mfr-search:hover input,.mfr-search:hover button{border-color:var(--blue)}.mfr-search button{background:var(--white);width:36px;height:35px;color:var(--navy);cursor:pointer;border:1px solid #cfd6e0;border-left:0;border-radius:0 6px 6px 0;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:inline-flex}.mfr-search button:hover{color:var(--blue)}.mfr-az-nav{z-index:85;margin-top:1.75rem;padding:0;position:sticky;top:116px}.mfr-az-inner{background:#e8ecf1;border-radius:6px;padding:6px 10px}.mfr-az-inner ul{scrollbar-width:none;scroll-behavior:smooth;flex-wrap:nowrap;justify-content:center;align-items:center;gap:6px;height:44px;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.mfr-az-inner ul::-webkit-scrollbar{display:none}.mfr-az-inner button{appearance:none;min-width:36px;height:30px;color:var(--navy);cursor:pointer;background:0 0;border:0;border-radius:4px;padding:0 .35rem;font-size:.875rem;font-weight:600;transition:background .2s,color .2s}.mfr-az-inner button:hover:not(:disabled),.mfr-az-inner button.is-active{background:var(--blue);color:var(--white)}.mfr-az-inner button:disabled{opacity:.35;cursor:not-allowed}.mfr-list-section{margin-top:1.25rem}.mfr-count{color:var(--muted);margin:0 0 1rem;font-size:.9rem}.mfr-count strong{color:var(--navy)}.mfr-letter-card{background:var(--white);border-radius:6px;margin-bottom:1.25rem;padding:1.25rem;transition:box-shadow .2s;box-shadow:0 1px 8px #001b480f}.mfr-letter-card:hover{box-shadow:0 4px 18px #001b481a}.mfr-letter-card header{border-bottom:1px solid var(--gray-border);margin-bottom:.85rem;padding-bottom:.65rem}.mfr-letter-card h2{color:var(--navy);margin:0;font-size:1rem;font-weight:700}.mfr-name-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem 1.25rem;margin:0;padding:0;list-style:none;display:grid}.mfr-name-grid a{color:var(--navy);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;transition:color .2s;display:block;overflow:hidden}.mfr-name-grid a:hover{color:var(--blue)}@media (width>=768px){.mfr-name-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=992px){.mfr-name-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=1200px){.mfr-hero{min-height:500px}.mfr-name-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width<=900px){.mfr-hero{min-height:300px;margin-top:-56px;padding-top:56px}.mfr-hero-inner{padding:2.25rem 0 2rem}.mfr-sticky-bar{height:auto;min-height:52px;top:56px}.mfr-sticky-inner{flex-wrap:wrap;gap:.65rem;padding:.4rem 0}.mfr-tabs button{height:40px;margin-right:1.1rem;font-size:.85rem}.mfr-search{width:100%;max-width:none}.mfr-az-nav{margin-top:1rem;top:112px}}@media (width<=640px){.mfr-hero{min-height:250px}.mfr-az-inner button{min-width:30px;font-size:.8rem}.mfr-letter-card{padding:1rem}}.industries-index-page{background:#f5f7fa}.ind-hero-banner{background:#001536;width:100%;max-width:100%;margin:0;padding:0;line-height:0;overflow:hidden}.ind-hero-banner img{width:100%;max-width:none;height:auto;display:block}.ind-hero{background-color:var(--navy-deep);color:var(--white);background-position:100%;background-size:cover;align-items:center;min-height:420px;display:flex;position:relative;overflow:hidden}.ind-hero-inner{z-index:1;max-width:720px;padding:3.25rem 0 3rem;position:relative}.ind-hero-copy h1{letter-spacing:-.02em;color:var(--white);margin:0 0 1rem;font-size:clamp(1.85rem,3.6vw,2.75rem);font-weight:800;line-height:1.15}.ind-hero-copy h1 span{color:#e30613}.ind-hero-copy>p{color:#ffffffe6;max-width:34rem;margin:0 0 1.75rem;font-size:1.02rem;line-height:1.6}.ind-hero-stats{flex-wrap:wrap;gap:1.25rem 1.75rem;margin:0;padding:0;list-style:none;display:flex}.ind-hero-stats li{align-items:center;gap:.65rem;min-width:9.5rem;display:flex}.ind-stat-icon{width:40px;height:40px;color:var(--white);border:1px solid #ffffff73;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ind-hero-stats strong{color:var(--white);font-size:1.15rem;font-weight:800;line-height:1.15;display:block}.ind-hero-stats em{color:#ffffffc7;margin-top:.1rem;font-size:.78rem;font-style:normal;display:block}.ind-main{padding:1.5rem 0 2.75rem}.ind-main .breadcrumb{margin-bottom:1.5rem}.ind-section-head{text-align:center;max-width:40rem;margin:0 auto 2rem}.ind-section-head h2{color:var(--navy);letter-spacing:-.01em;margin:0 0 .65rem;font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:750}.ind-section-head h2 span{color:var(--blue);font-weight:600}.ind-section-head p{color:var(--muted);margin:0;font-size:.98rem;line-height:1.55}.ind-grid{grid-template-columns:repeat(6,1fr);gap:1.15rem;display:grid}.ind-card{background:var(--white);border:1px solid #001b480f;border-radius:10px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #001b480f}.ind-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px #001b481a}.ind-card-media{background-position:50%;background-size:cover;border-radius:10px 10px 0 0;height:118px;position:relative}.ind-card-icon{background:var(--blue);width:36px;height:36px;color:var(--white);z-index:1;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;bottom:-16px;left:12px;box-shadow:0 2px 8px #e3061359}.ind-card-body{flex-direction:column;flex:1;gap:.4rem;padding:1.45rem .95rem 1rem;display:flex}.ind-card-body h3{color:var(--navy);margin:0;font-size:.92rem;font-weight:750;line-height:1.3}.ind-card-body p{color:var(--muted);flex:1;margin:0;font-size:.78rem;line-height:1.45}.ind-card-link{color:var(--blue);margin-top:.45rem;font-size:.8rem;font-weight:700;text-decoration:none}.ind-card-link:hover{text-decoration:underline}.ind-trust{background:var(--white);border-top:1px solid var(--gray-border);border-bottom:1px solid var(--gray-border);padding:1.5rem 0}.ind-trust-grid{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.ind-trust-item{align-items:flex-start;gap:.7rem;display:flex}.ind-trust-icon{color:var(--blue);flex-shrink:0;margin-top:.1rem}.ind-trust-item h3{color:var(--navy);margin:0 0 .2rem;font-size:.88rem;font-weight:750;line-height:1.25}.ind-trust-item p{color:var(--muted);margin:0;font-size:.75rem;line-height:1.4}.ind-newsletter{background:var(--navy);color:var(--white);padding:1.35rem 0}.ind-newsletter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.ind-newsletter-copy{align-items:center;gap:1rem;min-width:0;display:flex}.ind-newsletter-icon{color:var(--cyan,#e30613);flex-shrink:0}.ind-newsletter-copy h2{color:var(--white);margin:0 0 .2rem;font-size:1.05rem;font-weight:750}.ind-newsletter-copy p{color:#ffffffc7;margin:0;font-size:.88rem}.ind-newsletter-form{flex:1;justify-content:flex-end;align-items:stretch;gap:0;min-width:min(100%,380px);max-width:420px;display:flex}.ind-newsletter-form input{border:0;border-radius:6px 0 0 6px;outline:none;flex:1;min-width:0;padding:.75rem .95rem;font-size:.92rem}.ind-newsletter-form button{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:0 6px 6px 0;padding:0 1.25rem;font-weight:750}.ind-newsletter-thanks{color:#ffffffeb;margin:0;font-weight:600}@media (width<=1200px){.ind-grid{grid-template-columns:repeat(4,1fr)}.ind-trust-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem 1rem}}@media (width<=900px){.ind-hero{background-position:50%;min-height:360px}.ind-hero-inner{max-width:none;padding:2.5rem 0 2.25rem}.ind-grid{grid-template-columns:repeat(3,1fr)}.ind-trust-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.ind-hero-stats{gap:1rem}.ind-hero-stats li{min-width:calc(50% - .5rem)}.ind-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.ind-card-media{height:100px}.ind-card-body{padding:1.3rem .8rem .85rem}.ind-trust-grid{grid-template-columns:1fr}.ind-newsletter-inner{flex-direction:column;align-items:stretch}.ind-newsletter-form{flex-direction:column;gap:.55rem;min-width:0;max-width:none}.ind-newsletter-form input,.ind-newsletter-form button{border-radius:6px;width:100%}}.about-index-page{background:#f7f9fc}.abt-hero{background-color:var(--navy-deep);color:var(--white);background-position:50%;background-size:cover;align-items:center;min-height:340px;display:flex}.abt-hero-inner{max-width:720px;padding:2.75rem 0 3rem}.abt-hero .breadcrumb{margin-bottom:1.1rem}.abt-hero h1{letter-spacing:-.02em;color:var(--white);margin:0 0 1rem;font-size:clamp(1.85rem,3.4vw,2.65rem);font-weight:800;line-height:1.15}.abt-hero h1 span{color:#e30613}.abt-hero p{color:#ffffffe6;max-width:36rem;margin:0 0 .65rem;font-size:1.02rem;line-height:1.6}.abt-who{background:var(--white);padding:2.75rem 0 3rem}.abt-who-grid{grid-template-columns:1.05fr .95fr 1.05fr;align-items:start;gap:1.75rem;display:grid}.abt-who-copy h2,.abt-why h2{color:var(--navy);margin:0 0 1rem;font-size:1.45rem;font-weight:800}.abt-who-copy p{color:var(--muted);margin:0 0 .9rem;font-size:.95rem;line-height:1.65}.abt-who-callout{background:#eef5ff;border:1px solid #d6e6fb;border-radius:8px;align-items:flex-start;gap:.75rem;margin-top:1.25rem;padding:.95rem 1rem;display:flex}.abt-who-pin{color:var(--blue);flex-shrink:0;margin-top:.1rem}.abt-who-callout p{color:var(--navy);margin:0;font-size:.9rem;font-weight:650;line-height:1.45}.abt-who-media{background-position:50%;background-size:cover;border-radius:10px;min-height:320px;box-shadow:0 6px 20px #001b481a}.abt-why ul{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.abt-why li{color:var(--text);align-items:center;gap:.75rem;font-size:.92rem;font-weight:600;line-height:1.35;display:flex}.abt-why-icon{width:36px;height:36px;color:var(--blue);background:#f5f9ff;border:1.5px solid #c9daf5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.abt-stats{color:var(--white);background:radial-gradient(40% 120% at 0%,#4fc3f71f,#0000 55%),radial-gradient(40% 120% at 100%,#4fc3f71f,#0000 55%),linear-gradient(#000f2e 0%,#001536 100%);padding:2.35rem 0 2.5rem;position:relative;overflow:hidden}.abt-stats:before{content:"";pointer-events:none;opacity:.7;background-image:linear-gradient(#4fc3f70d 1px,#0000 1px),linear-gradient(90deg,#4fc3f70d 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 18% 82%,#000 100%);mask-image:linear-gradient(90deg,#000 0%,#0000 18% 82%,#000 100%)}.abt-stats-grid{z-index:1;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:0;display:grid;position:relative}.abt-stat{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:.65rem;padding:.35rem 1rem;display:flex;position:relative}.abt-stat:not(:last-child):after{content:"";background:#ffffff2e;width:1px;position:absolute;top:12%;bottom:12%;right:0}.abt-stat-icon{outline-offset:4px;color:#7ec8f0;box-sizing:border-box;background:0 0;border:1.5px solid #5dade2bf;border-radius:50%;outline:1px solid #5dade259;flex-shrink:0;justify-content:center;align-items:center;width:64px;max-width:none;height:64px;margin:0 0 .15rem;padding:0;line-height:0;display:inline-flex!important}.abt-stat-icon svg{flex-shrink:0;margin:0 auto;display:block}.abt-stat strong{color:#e30613;letter-spacing:.01em;font-size:clamp(1.55rem,2.4vw,2rem);font-weight:800;line-height:1.1;display:block}.abt-stat>span:not(.abt-stat-icon){color:#fffffff2;max-width:11rem;font-size:.86rem;font-weight:600;line-height:1.35;display:block}.abt-values{background:var(--white);padding:2.75rem 0 3rem}.abt-values h2{text-align:center;color:var(--navy);margin:0 0 1.75rem;font-size:clamp(1.4rem,2.4vw,1.75rem);font-weight:800}.abt-values-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.abt-value{text-align:center;padding:.25rem .5rem}.abt-value-icon{color:var(--blue);justify-content:center;align-items:center;margin-bottom:.75rem;display:inline-flex}.abt-value h3{color:var(--navy);margin:0 0 .45rem;font-size:1rem;font-weight:750}.abt-value p{color:var(--muted);margin:0;font-size:.82rem;line-height:1.5}.abt-newsletter{background:var(--navy);color:var(--white);padding:1.35rem 0}.abt-newsletter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.abt-newsletter-copy{align-items:center;gap:1rem;min-width:0;display:flex}.abt-newsletter-icon{color:var(--cyan);flex-shrink:0}.abt-newsletter-copy h2{color:var(--white);margin:0 0 .2rem;font-size:1.05rem;font-weight:750}.abt-newsletter-copy p{color:#ffffffc7;margin:0;font-size:.88rem}.abt-newsletter-form{flex:1;justify-content:flex-end;align-items:stretch;min-width:min(100%,380px);max-width:420px;display:flex}.abt-newsletter-form input{border:0;border-radius:6px 0 0 6px;outline:none;flex:1;min-width:0;padding:.75rem .95rem;font-size:.92rem}.abt-newsletter-form button{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:0 6px 6px 0;padding:0 1.25rem;font-weight:750}.abt-newsletter-thanks{color:#ffffffeb;margin:0;font-weight:600}@media (width<=1100px){.abt-who-grid{grid-template-columns:1fr 1fr}.abt-who-media{order:-1;grid-column:1/-1;min-height:280px}.abt-stats-grid{grid-template-columns:repeat(3,1fr);row-gap:1.75rem}.abt-stat:nth-child(3):after,.abt-stat:nth-child(3n):after{display:none}.abt-values-grid{grid-template-columns:repeat(3,1fr);row-gap:1.75rem}}@media (width<=760px){.abt-who-grid{grid-template-columns:1fr}.abt-who-media{order:0;min-height:240px}.abt-stats-grid{grid-template-columns:1fr;gap:1.5rem}.abt-stat:not(:last-child):after{display:none}.abt-stat:last-child{grid-column:auto}.abt-values-grid{grid-template-columns:1fr 1fr}.abt-newsletter-inner{flex-direction:column;align-items:stretch}.abt-newsletter-form{flex-direction:column;gap:.55rem;min-width:0;max-width:none}.abt-newsletter-form input,.abt-newsletter-form button{border-radius:6px;width:100%}}@media (width<=480px){.abt-stats-grid,.abt-values-grid{grid-template-columns:1fr}.abt-stat,.abt-stat:last-child{justify-content:center;align-items:center}}.contact-index-page{background:#f5f7fa}.ct-main{padding:1.35rem 0 2.5rem}.ct-main .breadcrumb{margin-bottom:1.35rem}.ct-layout{grid-template-columns:.95fr 1.25fr .85fr;align-items:start;gap:1.5rem;display:grid}.ct-info h1{color:var(--navy);letter-spacing:-.02em;margin:0 0 .65rem;font-size:clamp(1.7rem,2.8vw,2.2rem);font-weight:800}.ct-lead{color:var(--muted);max-width:26rem;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.ct-details{flex-direction:column;gap:1.2rem;margin:0;padding:0;list-style:none;display:flex}.ct-details li,.ct-office-card-top{align-items:flex-start;gap:.85rem;display:flex}.ct-icon{background:var(--blue);width:38px;height:38px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ct-details strong,.ct-office-card-top strong{color:var(--navy);margin-bottom:.2rem;font-size:.92rem;font-weight:750;display:block}.ct-details span,.ct-details a,.ct-office-card-top span:not(.ct-icon){color:var(--muted);font-size:.88rem;line-height:1.5}.ct-details a{color:var(--blue);font-weight:600;text-decoration:none}.ct-details a:hover{text-decoration:underline}.ct-form-card{background:var(--white);border:1px solid var(--gray-border);border-radius:10px;padding:1.5rem 1.4rem 1.35rem;box-shadow:0 2px 10px #001b480a}.ct-form h2,.ct-success h2{color:var(--navy);margin:0 0 .35rem;font-size:1.25rem;font-weight:800}.ct-form-lead,.ct-success p{color:var(--muted);margin:0 0 1.15rem;font-size:.9rem;line-height:1.5}.ct-form-grid{grid-template-columns:1fr 1fr;gap:.9rem 1rem;display:grid}.ct-field{flex-direction:column;gap:.35rem;display:flex}.ct-field-full{grid-column:1/-1}.ct-field label{color:var(--navy);font-size:.84rem;font-weight:700}.ct-field label span{color:#d32f2f}.ct-field input,.ct-field select,.ct-field textarea{border:1px solid var(--gray-border);width:100%;font:inherit;color:var(--text);background:var(--white);border-radius:6px;outline:none;padding:.7rem .8rem;transition:border-color .2s,box-shadow .2s}.ct-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235c6b7a' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;padding-right:2rem}.ct-field input:focus,.ct-field select:focus,.ct-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #e306131f}.ct-field input::placeholder,.ct-field textarea::placeholder{color:#8a97a8}.ct-privacy{color:var(--muted);cursor:pointer;align-items:flex-start;gap:.55rem;margin:1rem 0 1.1rem;font-size:.86rem;display:flex}.ct-privacy input{accent-color:var(--blue);margin-top:.15rem}.ct-privacy a{color:var(--blue);font-weight:600}.ct-submit{align-items:center;gap:.45rem;display:inline-flex}.ct-success{padding:1rem .25rem}.ct-side{flex-direction:column;gap:1rem;display:flex}.ct-office-photo{background-position:50%;background-size:cover;border-radius:10px;min-height:220px;box-shadow:0 4px 16px #001b4814}.ct-office-card{background:var(--white);border:1px solid var(--gray-border);border-radius:10px;flex-direction:column;gap:.95rem;padding:1.1rem;display:flex}.ct-map-btn{border:1.5px solid var(--blue);color:var(--blue);background:var(--white);border-radius:6px;justify-content:center;align-items:center;gap:.45rem;padding:.65rem .9rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.ct-map-btn:hover{background:var(--blue);color:var(--white)}.ct-trust{background:var(--white);border-top:1px solid var(--gray-border);border-bottom:1px solid var(--gray-border);padding:1.6rem 0}.ct-trust-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.ct-trust-item{align-items:flex-start;gap:.75rem;display:flex}.ct-trust-icon{color:var(--blue);flex-shrink:0}.ct-trust-item h3{color:var(--navy);margin:0 0 .25rem;font-size:.95rem;font-weight:750}.ct-trust-item p{color:var(--muted);margin:0;font-size:.8rem;line-height:1.45}.ct-newsletter{background:var(--navy);color:var(--white);padding:1.35rem 0}.ct-newsletter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.ct-newsletter-copy{align-items:center;gap:1rem;min-width:0;display:flex}.ct-newsletter-icon{color:var(--cyan);flex-shrink:0}.ct-newsletter-copy h2{color:var(--white);margin:0 0 .2rem;font-size:1.05rem;font-weight:750}.ct-newsletter-copy p{color:#ffffffc7;margin:0;font-size:.88rem}.ct-newsletter-form{flex:1;justify-content:flex-end;align-items:stretch;min-width:min(100%,380px);max-width:420px;display:flex}.ct-newsletter-form input{border:0;border-radius:6px 0 0 6px;outline:none;flex:1;min-width:0;padding:.75rem .95rem;font-size:.92rem}.ct-newsletter-form button{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:0 6px 6px 0;padding:0 1.25rem;font-weight:750}.ct-newsletter-thanks{color:#ffffffeb;margin:0;font-weight:600}@media (width<=1100px){.ct-layout{grid-template-columns:1fr 1fr}.ct-side{grid-column:1/-1;grid-template-columns:1.2fr 1fr;gap:1rem;display:grid}.ct-trust-grid{grid-template-columns:repeat(2,1fr);gap:1.35rem}}@media (width<=760px){.ct-layout,.ct-side,.ct-form-grid,.ct-trust-grid{grid-template-columns:1fr}.ct-newsletter-inner{flex-direction:column;align-items:stretch}.ct-newsletter-form{flex-direction:column;gap:.55rem;min-width:0;max-width:none}.ct-newsletter-form input,.ct-newsletter-form button{border-radius:6px;width:100%}}.products-index-page{background:#f7f9fc}.prd-main{padding:1.25rem 0 2.5rem}.prd-main .breadcrumb{margin-bottom:1.25rem}.prd-layout{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.prd-sidebar{background:var(--white);border:1px solid var(--gray-border);border-radius:10px;padding:1.1rem .85rem 1rem}.prd-sidebar h2{letter-spacing:.06em;text-transform:uppercase;color:var(--navy);margin:0 .35rem .85rem;font-size:.82rem;font-weight:800}.prd-side-list{margin:0;padding:0;list-style:none}.prd-side-list a{color:var(--navy);border-radius:6px;grid-template-columns:28px 1fr 14px;align-items:center;gap:.45rem;padding:.55rem .4rem;font-size:.84rem;font-weight:600;line-height:1.3;text-decoration:none;transition:background .15s,color .15s;display:grid}.prd-side-list a:hover,.prd-side-list a.is-active{color:var(--blue);background:#eef5ff}.prd-side-icon{color:var(--blue);justify-content:center;align-items:center;display:inline-flex}.prd-side-label{min-width:0}.prd-side-chevron{color:#9aa7b8;text-align:right;font-size:1.05rem}.prd-side-cta{background:#eaf2ff;border:1px solid #d4e4fb;border-radius:8px;margin-top:1rem;padding:1rem .9rem}.prd-side-cta h3{color:var(--navy);margin:0 0 .45rem;font-size:.95rem;font-weight:800;line-height:1.3}.prd-side-cta p{color:var(--muted);margin:0 0 .85rem;font-size:.8rem;line-height:1.45}.prd-side-cta .btn-solid{justify-content:center;width:100%;padding:.65rem .75rem;font-size:.82rem}.prd-content{min-width:0}.prd-head{justify-content:space-between;align-items:flex-start;gap:1.25rem;margin-bottom:1.35rem;display:flex}.prd-head h1{color:var(--navy);letter-spacing:-.02em;margin:0 0 .55rem;font-size:clamp(1.55rem,2.6vw,2rem);font-weight:800}.prd-head p{max-width:44rem;color:var(--muted);margin:0;font-size:.95rem;line-height:1.55}.prd-linecard-btn{border:1.5px solid var(--blue);color:var(--blue);background:var(--white);white-space:nowrap;border-radius:6px;flex-shrink:0;align-items:center;gap:.45rem;padding:.65rem .95rem;font-size:.84rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.prd-linecard-btn:hover{background:var(--blue);color:var(--white)}.prd-grid{grid-template-columns:repeat(4,1fr);gap:1.1rem;display:grid}.prd-card{background:var(--white);border:1px solid var(--gray-border);border-radius:10px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.prd-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px #001b4817}.prd-card-media{background:#f3f6fa;height:140px;display:block;overflow:hidden}.prd-card-media img{object-fit:cover;width:100%;height:100%;display:block}.prd-card-body{flex-direction:column;flex:1;gap:.35rem;padding:.95rem 1rem 1rem;display:flex}.prd-card-body h3{margin:0;font-size:.95rem;font-weight:750;line-height:1.3}.prd-card-body h3 a{color:var(--navy);text-decoration:none}.prd-card-body h3 a:hover{color:var(--blue)}.prd-card-body p{color:var(--muted);flex:1;margin:0;font-size:.78rem;line-height:1.45}.prd-card-link{color:var(--blue);margin-top:.4rem;font-size:.82rem;font-weight:700;text-decoration:none}.prd-card-link:hover{text-decoration:underline}.prd-card-soon{text-align:center;background:#fafbfd;border-style:dashed;justify-content:center;align-items:center;padding:1.5rem 1rem}.prd-card-soon:hover{box-shadow:none;transform:none}.prd-card-soon-icon{color:var(--blue);margin-bottom:.65rem}.prd-card-soon h3{color:var(--navy);margin:0 0 .35rem;font-size:.95rem;font-weight:750}.prd-card-soon p{color:var(--muted);margin:0;font-size:.8rem}.prd-results{font-size:.9rem!important}.prd-listing-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.prd-listing-actions label{color:var(--muted);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:inline-flex}.prd-listing-actions select{border:1px solid var(--gray-border);font:inherit;border-radius:6px;padding:.35rem .5rem}.prd-reset{appearance:none;border:1px solid var(--gray-border);background:var(--white);font:inherit;color:var(--navy);cursor:pointer;border-radius:6px;padding:.45rem .75rem;font-weight:650}.prd-reset:hover{border-color:var(--blue);color:var(--blue)}.prd-empty{background:var(--white);border:1px solid var(--gray-border);text-align:center;border-radius:10px;padding:2rem 1.25rem}.prd-empty p{color:var(--muted);margin:0 0 1rem}.prd-trust{background:var(--white);border-top:1px solid var(--gray-border);padding:1.5rem 0}.prd-trust-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.prd-trust-item{align-items:flex-start;gap:.7rem;display:flex}.prd-trust-icon{color:var(--blue);flex-shrink:0}.prd-trust-item h3{color:var(--navy);margin:0 0 .2rem;font-size:.88rem;font-weight:750;line-height:1.25}.prd-trust-item p{color:var(--muted);margin:0;font-size:.75rem;line-height:1.4}@media (width<=1200px){.prd-grid{grid-template-columns:repeat(3,1fr)}.prd-trust-grid{grid-template-columns:repeat(3,1fr);row-gap:1.25rem}}@media (width<=960px){.prd-layout{grid-template-columns:1fr}.prd-sidebar{order:2}.prd-content{order:1}.prd-grid{grid-template-columns:repeat(2,1fr)}.prd-head{flex-direction:column}}@media (width<=640px){.prd-grid,.prd-trust-grid{grid-template-columns:1fr}.prd-linecard-btn{justify-content:center;width:100%}}.home-hero{background-color:var(--navy-deep);color:var(--white);background-position:50%;background-size:cover;align-items:center;min-height:520px;padding:3rem 0 4.5rem;display:flex;position:relative;overflow:hidden}.home-hero-banner{background:#001536;width:100%;max-width:100%;margin:0;padding:0;line-height:0;position:relative;overflow:hidden}.home-hero-banner-track{width:100%;position:relative}.home-hero-banner-slide{opacity:0;visibility:hidden;pointer-events:none;z-index:0;width:100%;transition:opacity .7s;position:absolute;inset:0}.home-hero-banner-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1;position:relative;inset:auto}.home-hero-banner-slide img{object-fit:cover;object-position:center center;width:100%;max-width:none;height:auto;display:block}a.home-hero-banner-slide{color:inherit;text-decoration:none}.home-hero-banner-arrow{z-index:4;width:44px;height:44px;color:var(--navy);cursor:pointer;background:#fffffff0;border:0;border-radius:999px;justify-content:center;align-items:center;font-size:1.7rem;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #000f2e2e}.home-hero-banner-arrow:hover{background:#fff}.home-hero-banner-arrow-prev{left:1.25rem}.home-hero-banner-arrow-next{right:1.25rem}.home-hero-banner-dots{z-index:4;gap:.45rem;line-height:normal;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.home-hero-banner-dots button{cursor:pointer;background:#ffffff8c;border:0;border-radius:999px;width:9px;height:9px;padding:0}.home-hero-banner-dots button.active{background:#fff;width:22px}.home-hero-image-only{background:#001536;width:100%;min-height:0;padding:0;display:block}.home-hero-image-only .hero-slides{z-index:0}.home-hero-image-only .hero-slide{background-position:50%;background-repeat:no-repeat;background-size:cover}.home-hero-image-only a.hero-slide{text-decoration:none;display:block}.home-hero-slider .hero-slides{z-index:0}.home-hero-slider .home-hero-inner{z-index:2;position:relative}.home-hero-slider .hero-arrow{z-index:3;justify-content:center;align-items:center;display:inline-flex}.home-hero-image-only .hero-arrow{width:42px;height:42px;color:var(--navy);background:#ffffffeb;border:0;border-radius:999px;font-size:1.6rem;line-height:1;box-shadow:0 4px 14px #000f2e2e}.home-hero-image-only .hero-arrow:hover{background:#fff}.home-hero-slider .home-hero-dots{z-index:3;gap:.45rem;display:flex;position:absolute;bottom:1.15rem;left:50%;transform:translate(-50%)}.home-hero-image-only .home-hero-dots button{cursor:pointer;background:#ffffff8c;border:0;border-radius:999px;width:9px;height:9px;padding:0}.home-hero-image-only .home-hero-dots button.active{background:#fff;width:22px}.home-hero-slider .home-hero-copy h1,.home-hero-slider .home-hero-copy>p{animation:.55s homeHeroFade}@keyframes homeHeroFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.home-hero-inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;width:100%;display:grid}.home-hero-copy h1{letter-spacing:-.02em;color:var(--white);margin:0 0 .85rem;font-size:clamp(2rem,4vw,3.1rem);font-weight:800;line-height:1.1}.home-hero-copy h1 span{color:#e30613}.home-hero-copy>p{color:#ffffffe6;max-width:32rem;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.55}.home-hero-stats{flex-wrap:wrap;gap:.85rem 1.25rem;margin:0;padding:0;list-style:none;display:flex}.home-hero-stats li{align-items:center;gap:.55rem;min-width:8.5rem;display:flex}.home-hero-stat-icon{width:34px;height:34px;color:var(--white);border:1px solid #fff6;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.home-hero-stats strong{color:var(--white);font-size:.95rem;font-weight:800;line-height:1.15;display:block}.home-hero-stats em{color:#ffffffbf;margin-top:.1rem;font-size:.72rem;font-style:normal;display:block}.home-hero-search-wrap{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:12px;padding:1.15rem}.home-hero-search{gap:0;margin-bottom:.85rem;display:flex}.home-hero-search input{min-width:0;font:inherit;border:0;border-radius:6px 0 0 6px;outline:none;flex:1;padding:.85rem 1rem;font-size:.92rem}.home-hero-search button{white-space:nowrap;border-radius:0 6px 6px 0;align-items:center;gap:.4rem;padding:0 1.1rem;display:inline-flex}.home-hero-popular{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:.45rem .65rem;margin-bottom:1rem;font-size:.8rem;display:flex}.home-hero-popular a{color:#9fd0ff;font-weight:650;text-decoration:none}.home-hero-popular a:hover{color:var(--white);text-decoration:underline}.home-hero-actions{flex-wrap:wrap;gap:.65rem;display:flex}.home-hero-actions .btn-ghost{color:var(--white);border-color:#ffffff8c}.home-hero-actions .btn-ghost:hover{background:var(--white);color:var(--navy)}.home-browse{padding-top:1rem}.home-cat-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.home-cat-card{background:var(--white);border:1px solid var(--gray-border);color:var(--navy);border-radius:10px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.home-cat-card:hover{border-color:#c5d8f5;transform:translateY(-3px);box-shadow:0 8px 22px #001b481a}.home-cat-media{background:#f3f6fa;height:120px;overflow:hidden}.home-cat-media img{object-fit:cover;width:100%;height:100%;display:block}.home-cat-card strong{text-align:center;padding:.75rem .85rem .9rem;font-size:.86rem;font-weight:750;line-height:1.3;display:block}.home-cat-cta{text-align:center;margin-top:1.5rem}.home-industries-simple{background:#f7f9fc}.home-industries-row{grid-template-columns:repeat(6,1fr);gap:.9rem;display:grid}.home-ind-card{border-radius:10px;min-height:200px;text-decoration:none;display:block;position:relative;overflow:hidden;box-shadow:0 2px 10px #001b4814}.home-ind-media{background-position:50%;background-size:cover;transition:transform .35s;position:absolute;inset:0}.home-ind-card:after{content:"";background:linear-gradient(#0000 0%,#000f2e26 45%,#000f2ee0 100%);position:absolute;inset:0}.home-ind-card:hover .home-ind-media{transform:scale(1.05)}.home-ind-label{z-index:1;color:var(--white);align-items:center;gap:.5rem;padding:.85rem .75rem;display:flex;position:absolute;bottom:0;left:0;right:0}.home-ind-icon{background:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.home-ind-label strong{font-size:.82rem;font-weight:750;line-height:1.25}.home-why-cta{background:var(--navy);color:var(--white);padding:2.75rem 0}.home-why-cta-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;display:grid}.home-why-panel{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;padding:1.75rem 1.5rem}.home-why-panel h2{color:var(--white);margin:0 0 .75rem;font-size:clamp(1.35rem,2.2vw,1.7rem);font-weight:800}.home-why-panel h2 span{color:var(--cyan)}.home-why-panel>p{color:#ffffffd1;margin:0 0 1.15rem;font-size:.95rem;line-height:1.55}.home-why-list{grid-template-columns:1fr 1fr;gap:.85rem;margin:0 0 1.35rem;padding:0;list-style:none;display:grid}.home-why-list li{flex-direction:column;gap:.2rem;display:flex}.home-why-list strong{color:var(--white);font-size:.9rem;font-weight:750}.home-why-list span{color:#ffffffb8;font-size:.78rem;line-height:1.4}.home-obsolete-panel{background:linear-gradient(105deg,#000f2ee0,#000f2e8c),url(/images/chip-closeup.jpg) 50%/cover;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;min-height:320px;padding:1.75rem 1.5rem;display:flex;position:relative;overflow:hidden}.home-obsolete-copy{max-width:22rem}.home-obsolete-copy h2{color:var(--white);margin:0 0 .75rem;font-size:clamp(1.2rem,2vw,1.45rem);font-weight:800;line-height:1.25}.home-obsolete-copy p{color:#ffffffd9;margin:0 0 1.15rem;font-size:.92rem;line-height:1.55}.home-obsolete-panel .obsolete-seal{flex-shrink:0}.home-newsletter{background:var(--navy-deep);color:var(--white);padding:1.35rem 0}.home-newsletter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.home-newsletter-copy{align-items:center;gap:1rem;display:flex}.home-newsletter-icon{color:var(--cyan);flex-shrink:0}.home-newsletter-copy h2{color:var(--white);margin:0 0 .2rem;font-size:1.05rem;font-weight:750}.home-newsletter-copy p{color:#ffffffbf;margin:0;font-size:.88rem}.home-newsletter-form{flex:1;justify-content:flex-end;min-width:min(100%,380px);max-width:420px;display:flex}.home-newsletter-form input{border:0;border-radius:6px 0 0 6px;outline:none;flex:1;min-width:0;padding:.75rem .95rem;font-size:.92rem}.home-newsletter-form button{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:0 6px 6px 0;padding:0 1.25rem;font-weight:750}.home-newsletter-thanks{margin:0;font-weight:600}@media (width<=1100px){.home-hero-inner{grid-template-columns:1fr}.home-cat-grid,.home-industries-row{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.home-why-cta-grid,.home-why-list{grid-template-columns:1fr}.home-obsolete-panel{flex-direction:column;align-items:flex-start}}@media (width<=700px){.home-hero{min-height:0;padding:2.25rem 0 3.5rem}.home-hero-image-only{padding:0}.home-hero-banner-arrow{width:36px;height:36px;font-size:1.4rem}.home-hero-banner-arrow-prev{left:.65rem}.home-hero-banner-arrow-next{right:.65rem}.home-hero-search{flex-direction:column;gap:.55rem}.home-hero-search input,.home-hero-search button{border-radius:6px;justify-content:center;width:100%}.home-cat-grid,.home-industries-row{grid-template-columns:repeat(2,1fr)}.home-newsletter-inner{flex-direction:column;align-items:stretch}.home-newsletter-form{flex-direction:column;gap:.55rem;max-width:none}.home-newsletter-form input,.home-newsletter-form button{border-radius:6px;width:100%}}.products-catalog-page,.plist-page{background:#f3f7fc}.plist-hero{background:radial-gradient(80% 70% at 85% 20%,#e306132e,#0000 55%),linear-gradient(135deg,#eaf3ff 0%,#f7fbff 45%,#e8f1fb 100%);border-bottom:1px solid #d9e6f5;padding:2.75rem 0 2.5rem;position:relative;overflow:hidden}.plist-hero-banner{background:#001536;width:100%;max-width:100%;margin:0;padding:0;line-height:0;overflow:hidden}.plist-hero-banner img{width:100%;max-width:none;height:auto;display:block}.plist-hero:before{content:"";pointer-events:none;background-image:linear-gradient(#e306130f 1px,#0000 1px),linear-gradient(90deg,#e306130f 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 35% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 35% 100%)}.plist-hero-inner{z-index:1;max-width:720px;position:relative}.plist-kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--blue);margin:0 0 .55rem;font-size:.72rem;font-weight:800}.plist-hero h1{color:var(--navy);letter-spacing:-.02em;margin:0 0 .65rem;font-size:clamp(1.85rem,3.2vw,2.55rem);font-weight:800;line-height:1.15}.plist-lead{color:#4a5b70;max-width:38rem;margin:0;font-size:1rem;line-height:1.55}.plist-main{padding:1.5rem 0 3.5rem}.plist-search{background:#fff;border:1px solid #d5e2f0;border-radius:999px;align-items:stretch;gap:0;margin-bottom:1.15rem;display:flex;overflow:hidden;box-shadow:0 8px 24px #001b480d}.plist-search input{background:0 0;border:0;outline:none;flex:1;min-width:0;padding:.85rem 1.25rem;font-size:.95rem}.plist-search-btn{background:var(--blue);color:#fff;cursor:pointer;white-space:nowrap;border:0;align-items:center;gap:.4rem;padding:0 1.35rem;font-size:.88rem;font-weight:700;display:inline-flex}.plist-search-btn:hover{background:var(--blue-dark)}.plist-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.plist-filters-inline{flex-wrap:wrap;align-items:center;gap:.65rem .85rem;display:flex}.plist-filters-inline label{color:#4a5b70;align-items:center;gap:.4rem;font-size:.8rem;font-weight:650;display:inline-flex}.plist-filters-inline label>span:first-child{white-space:nowrap}.plist-filters-inline select{color:var(--navy);background:#fff;border:1px solid #d5e2f0;border-radius:999px;max-width:180px;padding:.4rem .8rem;font-size:.82rem}.plist-check{gap:.35rem!important}.plist-check input{accent-color:var(--blue)}.plist-clear{color:var(--blue);cursor:pointer;text-underline-offset:2px;background:0 0;border:0;font-size:.82rem;font-weight:700;text-decoration:underline}.plist-toolbar-right{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.plist-toolbar-right>p{color:#5c6b7a;margin:0;font-size:.85rem;font-weight:600}.plist-sort{color:#4a5b70;align-items:center;gap:.4rem;font-size:.8rem;font-weight:650;display:inline-flex}.plist-sort select{background:#fff;border:1px solid #d5e2f0;border-radius:8px;padding:.35rem .6rem;font-size:.82rem}.plist-table-card{background:#fff;border:1px solid #dce7f3;border-radius:18px;padding:.35rem 0 1rem;overflow:hidden;box-shadow:0 12px 36px #001b480f}.plist-status{color:#5c6b7a;margin:1.5rem}.plist-status.is-error{color:#b42318}.plist-empty{text-align:center;padding:3rem 1.5rem}.plist-empty p{color:#5c6b7a;margin:0 0 1rem}.plist-table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.plist-table{border-collapse:collapse;width:100%;min-width:980px}.plist-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);white-space:nowrap;background:#f5f7fa;border-bottom:1px solid #e4edf7;padding:.95rem 1rem;font-size:.72rem;font-weight:800}.plist-table td{vertical-align:middle;color:#3a4658;border-bottom:1px solid #eef3f9;padding:1.05rem 1rem;font-size:.9rem}.plist-table tbody tr:hover{background:#f7fbff}.plist-part a{color:var(--blue);word-break:break-word;font-weight:750;text-decoration:none}.plist-part a:hover{text-decoration:underline}.plist-brand{color:var(--navy);white-space:nowrap;font-weight:650}.plist-desc{color:#5a6778;max-width:320px;font-size:.86rem;line-height:1.45}.plist-qty{color:var(--navy);white-space:nowrap;font-weight:750}.plist-status-pill{white-space:nowrap;color:var(--blue);background:#e8f1ff;border-radius:999px;align-items:center;padding:.28rem .7rem;font-size:.72rem;font-weight:750;display:inline-flex}.plist-status-pill.is-available{color:#0f7a3f;background:#e7f7ee}.plist-status-pill.is-spot,.plist-status-pill.is-limited{color:var(--blue);background:#e8f1ff}.plist-status-pill.is-hard{color:#6b3fa0;background:#f0e9ff}.plist-status-pill.is-out{color:#6b7280;background:#f3f4f6}.plist-action{white-space:nowrap}.plist-rfq-btn{background:var(--blue);color:#fff;white-space:nowrap;border-radius:999px;align-items:center;gap:.35rem;padding:.55rem .95rem;font-size:.78rem;font-weight:750;text-decoration:none;transition:background .15s;display:inline-flex}.plist-rfq-btn:hover{background:var(--blue-dark);color:#fff}.plist-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;padding:1.15rem 1rem .35rem;display:flex}.plist-pagination button{min-width:36px;height:36px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #d5e2f0;border-radius:999px;font-size:.85rem;font-weight:700}.plist-pagination button.is-active{background:var(--blue);border-color:var(--blue);color:#fff}.plist-pagination button:disabled{opacity:.4;cursor:not-allowed}.plist-pagination span{color:#94a3b8;padding:0 .15rem}.plist-float-rfq{z-index:60;color:var(--navy);background:#dbeafe;border:1px solid #bfdbfe;border-radius:999px;align-items:center;gap:.45rem;padding:.75rem 1.15rem;font-size:.88rem;font-weight:800;text-decoration:none;display:inline-flex;position:fixed;bottom:5.5rem;right:1.25rem;box-shadow:0 10px 28px #001b4829}.plist-float-rfq:hover{background:var(--blue);border-color:var(--blue);color:#fff}@media (width<=900px){.plist-search{border-radius:14px;flex-direction:column}.plist-search-btn{justify-content:center;padding:.75rem 1rem}.plist-toolbar{align-items:stretch}.plist-filters-inline select{max-width:140px}.plist-float-rfq span{display:none}.plist-float-rfq{border-radius:999px;justify-content:center;width:52px;height:52px;padding:0}}@media (width<=640px){.plist-hero{padding:2rem 0 1.75rem}.plist-desc{max-width:220px}}.pinv-page{background:#f5f7fb}.pinv-hero{color:#fff;background:radial-gradient(circle at 12% 20%,#e3061347,#0000 42%),radial-gradient(circle at 88% 10%,#0ea5e92e,#0000 36%),linear-gradient(135deg,#000f2e 0%,#001b48 55%,#0a2a5c 100%);padding:2rem 0 1.75rem}.pinv-hero-inner{flex-direction:column;gap:1.35rem;display:flex}.pinv-hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,1fr);align-items:stretch;gap:1.5rem 1.75rem;display:grid}.pinv-hero-copy{flex-direction:column;justify-content:center;min-width:0;max-width:none;display:flex}.pinv-kicker{color:#7dd3fc;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .45rem;font-size:.78rem;font-weight:700}.pinv-hero-copy h1{margin:0 0 .7rem;font-size:clamp(1.75rem,3vw,2.45rem);font-weight:700;line-height:1.15}.pinv-lead{color:#ffffffd6;max-width:36rem;margin:0 0 1.15rem;line-height:1.55}.pinv-search{background:#fff;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;gap:0;width:100%;max-width:none;display:grid;overflow:hidden;box-shadow:0 10px 30px #0000002e}.pinv-search-label{color:#64748b;white-space:nowrap;background:#f8fafc;border-right:1px solid #e2e8f0;align-items:center;gap:.4rem;padding:0 .85rem 0 1rem;font-size:.82rem;display:flex}.pinv-search-label span{font-weight:500}.pinv-search select,.pinv-search input{font:inherit;color:#001b48;background:0 0;border:0;min-width:0;padding:.95rem .85rem}.pinv-search-label select{color:#001b48;background:0 0;padding-left:0;padding-right:.25rem;font-weight:600}.pinv-search button{color:#fff;cursor:pointer;white-space:nowrap;background:#e30613;border:0;justify-content:center;align-items:center;gap:.4rem;padding:0 1.2rem;font-weight:600;display:inline-flex}.pinv-popular{color:#ffffffb8;flex-wrap:wrap;align-items:center;gap:.4rem .65rem;margin-top:.85rem;font-size:.84rem;display:flex}.pinv-popular button{color:#93c5fd;font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;font-weight:600;text-decoration:underline}.pinv-cta-cards{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.75rem;display:grid}.pinv-cta-card{color:#001b48;text-align:center;background:#fff;border-top:3px solid #e30613;border-radius:12px;flex-direction:column;align-items:center;min-height:100%;padding:1rem .9rem;display:flex;box-shadow:0 10px 24px #00000029}.pinv-cta-card.is-green{border-top-color:#16a34a}.pinv-cta-card.is-orange{border-top-color:#ea580c}.pinv-cta-icon{color:#e30613;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.65rem;display:inline-flex}.pinv-cta-card.is-green .pinv-cta-icon{color:#16a34a;background:#ecfdf5}.pinv-cta-card.is-orange .pinv-cta-icon{color:#ea580c;background:#fff7ed}.pinv-cta-card h3{text-transform:uppercase;letter-spacing:.02em;color:#e30613;margin:0 0 .4rem;font-size:.92rem;line-height:1.25}.pinv-cta-card.is-green h3{color:#16a34a}.pinv-cta-card.is-orange h3{color:#ea580c}.pinv-cta-card p{color:#64748b;flex:1;margin:0 0 .9rem;font-size:.8rem;line-height:1.4}.pinv-cta-card .pinv-btn{align-self:stretch;width:100%;min-width:0;padding:.6rem .7rem;font-size:.84rem}.pinv-trust{border-top:1px solid #94a3b840;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem 1.25rem;max-width:none;margin-top:.35rem;padding-top:1.15rem;display:grid}.pinv-trust-item{color:#ffffffeb;align-items:center;gap:.55rem;font-size:.9rem;line-height:1.3;display:flex}.pinv-trust-icon{color:#7dd3fc;background:#e3061340;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.pinv-trust-item small{opacity:.85;font-size:.78em;font-weight:500;display:block}.pinv-btn{font:inherit;cursor:pointer;color:#fff;border:0;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1.05rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.pinv-btn-blue{background:#e30613}.pinv-btn-green{background:#16a34a}.pinv-btn-orange{background:#ea580c}.pinv-btn-light{color:#001b48;background:#fff}.pinv-btn-block{width:100%}.pinv-btn:hover{filter:brightness(1.05)}.pinv-section-head{text-align:center;margin-bottom:1.75rem}.pinv-section-head h2{color:#001b48;margin:0 0 .45rem;font-size:clamp(1.4rem,2.4vw,1.85rem)}.pinv-section-head p{color:#64748b;max-width:40rem;margin:0 auto}.pinv-categories{padding:2.75rem 0}.pinv-sample{background:#fff;padding:2.75rem 0}.pinv-section-head .pinv-section-rule{background:#e30613;border-radius:999px;width:64px;height:3px;margin:.75rem auto 0;display:block}.pinv-section-head h2{color:#e30613;text-transform:uppercase;letter-spacing:.04em;font-size:clamp(1.25rem,2.2vw,1.55rem)}.pinv-categories .pinv-section-head h2,.pinv-catalog-head h2{color:#001b48;text-transform:none;letter-spacing:0;font-size:clamp(1.4rem,2.4vw,1.85rem)}.pinv-cat-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:1rem;display:grid}.pinv-cat-card{text-align:center;color:#001b48;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;min-height:148px;padding:1.15rem .85rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.pinv-cat-card:hover{border-color:#e30613;box-shadow:0 8px 20px #0f172a14}.pinv-cat-card img{object-fit:contain;width:52px;height:52px;margin:0 auto .85rem;display:block}.pinv-cat-card h3{max-width:11rem;margin:0;font-size:.92rem;line-height:1.35}.pinv-cat-more{text-align:center;margin-top:1.4rem}.pinv-cat-more button{color:#e30613;font:inherit;cursor:pointer;background:#fff;border:1px solid #e30613;border-radius:999px;padding:.7rem 1.45rem;font-weight:600}.pinv-sample-grid{grid-template-columns:minmax(0,1.65fr) minmax(280px,.9fr);align-items:stretch;gap:1.25rem;display:grid}.pinv-sample-table-wrap,.pinv-download-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;height:100%}.pinv-sample-table-wrap{flex-direction:column;padding:1.2rem 1.2rem 1rem;display:flex}.pinv-sample-head{margin-bottom:.85rem}.pinv-sample-head h2{color:#001b48;text-transform:none;letter-spacing:0;margin:0 0 .25rem;font-size:1.15rem}.pinv-sample-head p{color:#64748b;margin:0;font-size:.88rem}.pinv-table-scroll{flex:1;overflow-x:auto}.pinv-table{border-collapse:collapse;width:100%;font-size:.9rem}.pinv-table th,.pinv-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #eef2f7;padding:.75rem .6rem}.pinv-table th{color:#64748b;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;font-size:.78rem;font-weight:600}.pinv-table td{white-space:nowrap}.pinv-table a{color:#e30613;font-weight:600;text-decoration:none}.pinv-mini-rfq{background:#e30613;border-radius:6px;justify-content:center;align-items:center;min-width:52px;padding:.35rem .7rem;font-size:.8rem;display:inline-flex;color:#fff!important}.pinv-sample-note{color:#64748b;margin:.85rem 0 0;font-size:.82rem}.pinv-download-card{color:#fff;background:linear-gradient(#001b48 0%,#0a2a5c 100%);border-color:#0000;flex-direction:column;justify-content:space-between;gap:1.25rem;padding:1.4rem 1.3rem 1.25rem;display:flex}.pinv-download-kicker{letter-spacing:.08em;text-transform:uppercase;color:#7dd3fc;margin:0 0 .5rem;font-size:.75rem;font-weight:700}.pinv-download-card h2{color:#fff;text-transform:none;letter-spacing:0;margin:0 0 1rem;font-size:1.2rem;line-height:1.35}.pinv-download-card ul{color:#ffffffdb;margin:0;padding-left:1.1rem;font-size:.92rem}.pinv-download-card li+li{margin-top:.35rem}.pinv-download-foot{color:#ffffffb3;text-align:center;margin:.85rem 0 0;font-size:.8rem}.pinv-bom{background:#f5f8fc;padding:2.75rem 0}.pinv-bom-panel{background:#edf4ff;border:1px solid #9ec5f3;border-radius:16px;grid-template-columns:minmax(190px,.85fr) minmax(240px,1.1fr) minmax(280px,1.1fr);align-items:center;gap:1.5rem 1.75rem;padding:1.5rem 1.4rem;display:grid}.pinv-bom-visual{justify-content:center;align-items:center;gap:.85rem;display:flex}.pinv-bom-laptop{justify-items:center;gap:.3rem;width:100%;max-width:170px;display:grid}.pinv-bom-screen{aspect-ratio:4/3;background:linear-gradient(#00285e 0%,#001b48 100%);border:2px solid #334155;border-radius:10px 10px 4px 4px;align-content:start;gap:.35rem;width:100%;padding:.75rem .65rem;display:grid;box-shadow:0 10px 24px #0f172a2e}.pinv-bom-screen span{background:#7dd3fca6;border-radius:999px;height:7px;display:block}.pinv-bom-screen span:first-child{width:88%}.pinv-bom-screen span:nth-child(2){background:#38bdf873;width:72%}.pinv-bom-screen span:nth-child(3){width:80%}.pinv-bom-screen span:nth-child(4){background:#38bdf859;width:58%}.pinv-bom-base{background:#64748b;border-radius:0 0 8px 8px;width:112%;height:8px}.pinv-bom-file-stack{gap:.45rem;display:grid}.pinv-bom-file-stack span{background:#fff;border:1px solid #dbe3ef;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:0 2px 8px #0f172a14}.pinv-bom-copy h2{color:#e30613;text-transform:uppercase;letter-spacing:.03em;margin:0 0 .65rem;font-size:clamp(1.2rem,2.2vw,1.55rem);line-height:1.25}.pinv-bom-copy p{color:#334155;max-width:28rem;margin:0 0 1rem;line-height:1.55}.pinv-bom-samples{flex-wrap:wrap;gap:.55rem;display:flex}.pinv-sample-chip{color:#001b48;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.pinv-sample-chip.is-static{opacity:.9}.pinv-bom-form{background:0 0;border:0;border-radius:0;gap:.7rem;padding:0;display:grid}.pinv-bom-fields{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.pinv-bom-form input,.pinv-bom-form textarea{width:100%;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.65rem .75rem}.pinv-dropzone{text-align:center;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;align-content:center;justify-items:center;gap:.55rem;min-height:180px;padding:1.35rem 1rem;display:grid}.pinv-dropzone.is-drag{background:#eff6ff;border-color:#e30613}.pinv-drop-icon{color:#e30613;display:inline-flex}.pinv-dropzone p{color:#334155;margin:0;font-size:.92rem;font-weight:600}.pinv-dropzone>span:last-child{color:#64748b;font-size:.8rem;font-weight:400}.pinv-form-error{color:#dc2626;margin:0;font-size:.88rem}.pinv-form-ok{color:#15803d;margin:0;font-size:.88rem}.pinv-why{background:#fff;padding:3rem 0}.pinv-why-grid{border-top:0;grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:0;display:grid}.pinv-why-item{text-align:center;background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:center;min-height:0;padding:.35rem 1rem;display:flex;position:relative}.pinv-why-item:not(:last-child):after{content:"";background:#e2e8f0;width:1px;height:64%;position:absolute;top:18%;right:0}.pinv-why-icon{color:#e30613;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.75rem;display:inline-flex}.pinv-why-item h3{color:#001b48;margin:0 0 .4rem;font-size:.98rem}.pinv-why-item p{color:#64748b;max-width:11.5rem;margin:0;font-size:.84rem;line-height:1.45}.pinv-catalog-head{margin-top:.5rem}.pinv-footer-cta{color:#fff;background:#001b48;padding:2.35rem 0}.pinv-footer-cta-inner{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:1.5rem 2rem;display:grid}.pinv-footer-cta h2{margin:0 0 .4rem;font-size:1.45rem}.pinv-footer-cta p{color:#fffc;max-width:36rem;margin:0 0 .95rem}.pinv-specialty{grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;display:grid}.pinv-specialty-item{text-align:center;color:#ffffffe6;flex-direction:column;align-items:center;gap:.45rem;font-size:.78rem;line-height:1.3;display:flex}.pinv-specialty-dot{background:#e3061338;border:1px solid #7dd3fc73;border-radius:999px;width:42px;height:42px}.pinv-wa-bar{background:#eef2f7;border-top:1px solid #e2e8f0;padding:.85rem 0}.pinv-wa-bar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;display:flex}.pinv-wa-bar p{color:#334155;margin:0;font-size:.92rem}.pinv-page .plist-main{padding-top:2.5rem;padding-bottom:2.5rem}@media (width<=1100px){.pinv-cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pinv-hero-grid{grid-template-columns:1fr}.pinv-trust{grid-template-columns:repeat(2,minmax(0,1fr))}.pinv-sample-grid,.pinv-bom-panel,.pinv-footer-cta-inner{grid-template-columns:1fr}.pinv-why-grid,.pinv-specialty{grid-template-columns:repeat(3,minmax(0,1fr))}.pinv-hero{padding-bottom:1.75rem}}@media (width<=720px){.pinv-search{grid-template-columns:1fr;max-width:none}.pinv-search-label{border-bottom:1px solid #e2e8f0;border-right:0;padding:.65rem 1rem .35rem}.pinv-search-label select{width:100%}.pinv-trust,.pinv-cat-grid,.pinv-why-grid,.pinv-bom-fields,.pinv-cta-cards,.pinv-specialty{grid-template-columns:1fr}.pinv-why-item:not(:last-child):after{display:none}.pinv-bom-panel{padding:1.15rem}.pinv-bom-visual{justify-content:flex-start}.pinv-hero{padding:1.75rem 0}.pinv-cta-card .pinv-btn{width:100%}}.distribution-brand-page{background:#fff;padding:0 0 3.5rem}.mfr-hero-banner{background:#001536;width:100%;max-width:100%;margin:0 0 1.25rem;padding:0;line-height:0;overflow:hidden}.mfr-hero-banner img{width:100%;max-width:none;height:auto;display:block}.db-wrap{max-width:1120px;padding-top:.25rem}.db-wrap .breadcrumb{margin-bottom:1rem}.db-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.db-head h1{color:#222;letter-spacing:-.02em;margin:0;font-size:clamp(1.7rem,3vw,2.2rem);font-weight:800}.db-search{align-items:stretch;width:100%;max-width:280px;display:flex}.db-search input{min-width:0;font:inherit;border:1px solid #d5dbe3;border-right:0;border-radius:4px 0 0 4px;outline:none;flex:1;padding:.55rem .75rem;font-size:.88rem}.db-search input:focus{border-color:var(--blue)}.db-search button{color:#555;cursor:pointer;background:#f7f8fa;border:1px solid #d5dbe3;border-radius:0 4px 4px 0;justify-content:center;align-items:center;width:40px;display:inline-flex}.db-search button:hover{color:var(--blue);border-color:var(--blue)}.db-brand-search{flex-wrap:wrap;align-items:center;gap:.15rem .55rem;margin-bottom:.85rem;font-size:.92rem;display:flex}.db-brand-search-label{color:#444;margin-right:.2rem;font-weight:600}.db-brand-search button{appearance:none;color:var(--blue);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:3px;padding:.15rem .25rem;font-size:.9rem;font-weight:600}.db-brand-search button:hover:not(:disabled){text-decoration:underline}.db-brand-search button.is-active{color:var(--navy);text-decoration:underline}.db-brand-search button:disabled{color:#b0b7c3;cursor:not-allowed;text-decoration:none}.db-section-bar{color:var(--blue);background:#eceff3;border:1px solid #e0e4ea;border-bottom:0;padding:.7rem 1rem;font-size:.98rem;font-weight:700}.db-grid-panel{background:#fff;border:1px solid #e0e4ea;min-height:280px;padding:.75rem}.db-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.db-logo-card{background:#fff;border:1px solid #e4e8ee;justify-content:center;align-items:center;min-height:118px;padding:1rem .85rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.db-logo-card:hover{border-color:var(--blue);box-shadow:0 2px 10px #0f285014}.db-logo-card img{object-fit:contain;object-position:center;width:100%;max-width:168px;height:72px;display:block}.db-logo-fallback{text-align:center;color:#5a6575;width:100%;padding:0 .35rem;font-size:.82rem;font-weight:700;line-height:1.25;display:block}.db-empty{text-align:center;padding:2.5rem 1rem}.db-empty p{color:var(--muted);margin:0 0 1rem}@media (width>=640px){.db-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=860px){.db-logo-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.db-logo-card{min-height:130px;padding:1.15rem .75rem}.db-logo-card img{max-width:150px;height:78px}}@media (width>=1100px){.db-logo-card img{max-width:170px;height:86px}}@media (width<=700px){.db-head{flex-direction:column;align-items:stretch}.db-search{max-width:none}}
