/* Customers page only — every rule is scoped to .customers-page. */
.customers-page .customers-hero{height:235px;color:#fff;background:linear-gradient(90deg,rgba(3,6,8,.86),rgba(3,6,8,.58) 48%,rgba(3,6,8,.45)),url('../images/hero-industrial.png') center 43%/cover no-repeat}
.customers-page .customers-hero-inner{height:100%;display:flex;align-items:center}
.customers-page .customers-hero-content{max-width:500px}
.customers-page .customers-hero h1{margin:0 0 8px;font-size:clamp(2.45rem,4vw,3rem);line-height:1.08;font-weight:700;letter-spacing:-1.4px}
.customers-page .customers-hero p{margin:0;font-size:16px;line-height:1.45;font-weight:500}
.customers-page .customers-section{padding:42px 0 55px;background:#fff}
.customers-page .customers-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.customers-page .customer-card{display:flex;min-width:0;min-height:190px;align-items:center;justify-content:center;flex-direction:column;padding:20px 15px 18px;border:1px solid #e2e2e2;border-radius:9px;background:#fff;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.04);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.customers-page .customer-card:hover{transform:translateY(-3px);border-color:rgba(237,28,36,.3);box-shadow:0 9px 22px rgba(0,0,0,.08)}
.customers-page .customer-logo-wrap{display:flex;width:100%;height:80px;align-items:center;justify-content:center;margin-bottom:12px}
.customers-page .customer-logo-wrap img{display:block;width:auto;height:auto;max-width:145px;max-height:68px;object-fit:contain}
.customers-page .customer-logo-wrap.logo-wide img{max-width:165px}
.customers-page .customer-logo-wrap.logo-tall img{max-height:75px}
.customers-page .customer-card-content h2{margin:0;color:#111;font-size:13px;line-height:1.35;font-weight:700}
.customers-page .customer-card-content p{margin:3px 0 0;color:#555;font-size:11px;line-height:1.4}
.customers-page .cta-wrap{display:none}
@media(max-width:1100px){
  .customers-page .customers-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:900px){
  .customers-page .customers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:767.98px){
  .customers-page .customers-hero{height:220px;background-position:62% center}
  .customers-page .customers-section{padding:38px 0 50px}
}
@media(max-width:650px){
  .customers-page .customers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
  .customers-page .customer-card{min-height:185px}
}
@media(max-width:430px){
  .customers-page .customers-hero{height:215px}
  .customers-page .customers-hero h1{font-size:2.25rem}
  .customers-page .customers-hero p{font-size:14px}
  .customers-page .customers-grid{grid-template-columns:1fr}
  .customers-page .customer-card{min-height:180px}
  .customers-page .customer-logo-wrap img{max-width:165px}
  .customers-page .customer-logo-wrap.logo-wide img{max-width:180px}
}
@media(prefers-reduced-motion:reduce){
  .customers-page *,.customers-page *::before,.customers-page *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
