/* Client identities and comfortable Chinese headline tracking. */
.hero h1 {
  letter-spacing: .035em;
  line-height: 1.3;
}
.client-grid { background: transparent; }
.client-toggle[hidden] { display: none !important; }
.client-mark { padding: 25px 22px 29px; }
.client-mark svg {
  width: 100%;
  height: 62px;
  max-width: 136px;
}
/* Most identities are cropped from the verified client-wall source. Hide the
   source card's baked-in rounded shadow while preserving the logo scale. */
.client-sprite svg { clip-path: inset(6px); filter: contrast(1.12); }
.client-ningji svg { filter: brightness(0) saturate(100%) invert(35%) sepia(73%) saturate(616%) hue-rotate(84deg) brightness(88%) contrast(91%); }
@media(max-width:680px) {
  .hero h1 { letter-spacing: .025em; }
  .client-mark { padding: 20px 18px 29px; }
  .client-mark svg { max-width: 130px; height: 58px; }
}
