#ve-customers {
  padding: 38px max(24px, calc((100vw - 1568px) / 2));
  background: #fff;
  border-bottom: 1px solid #e5eaf0;
}
.ve-customers-heading { max-width: 900px; margin-bottom: 22px; }
.ve-customers-heading > span { color: #ad5200; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.ve-customers-heading h2 { margin: 5px 0 8px; color: #071f3d; font-size: clamp(26px, 2.4vw, 38px); line-height: 1.15; }
.ve-customers-heading p { margin: 0; color: #5b6b7d; font-size: 15px; }
.ve-customer-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.ve-customer-tile { min-height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; padding: 16px 10px; text-align: center; background: #f8fafc; border: 1px solid #e1e8f0; border-radius: 14px; box-shadow: 0 5px 16px rgba(7,31,61,.05); }
.ve-customer-mark { width: 48px; height: 48px; display: grid; place-items: center; color: #7a3b00; background: linear-gradient(145deg,#fff1bd,#ffd86d); border: 1px solid #e9b83e; border-radius: 50%; font-size: 13px; font-weight: 800; }
.ve-customer-logo { width: 112px; height: 52px; object-fit: contain; display: block; }
.ve-customer-tile strong { color: #102844; font-size: 12.5px; line-height: 1.3; }
@media(max-width:1100px){.ve-customer-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:600px){#ve-customers{padding:30px 15px}.ve-customer-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ve-customer-tile{min-height:108px;}}
