/* ==================================================
   CLIENT HERO
================================================== */
.cs-client-hero {
  background: linear-gradient(135deg, #120a1f, #1b1333);
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.cs-client-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(245,179,1,.15), transparent 70%);
}

.cs-client-hero > * {
  position: relative;
  z-index: 1;
}