/* ===========================================
   ZenOps - Clients Section Styles
   Source: Figma CSS Export (STRICT)
   =========================================== */

.clients {
  position: relative;
  width: 1512px;
  height: 428px;
}

/* Card Background */
.clients__card {
  position: absolute;
  width: 1352px;
  height: 428px;
  left: 80px;
  top: 0px;
}

.clients__card-bg {
  position: absolute;
  width: 1352px;
  height: 428px;
  left: 0px;
  top: 0px;
  background: radial-gradient(459.76% 431.16% at 27.94% -293.06%, #292D7F 0%, #121826 100%);
  opacity: 0.6;
  border-radius: 15px;
}

/* Header */
.clients__kicker {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 37px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #3BFF9A;
  margin: 0;
}

.clients__title {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 94px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

/* Client Names Row */
.clients__names {
  position: absolute;
  width: 1107px;
  left: 122px;
  top: 192px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.clients__name {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #6D8EC3;
}

/* Stats Row */
.clients__stats {
  position: absolute;
  width: 1076px;
  left: 138px;
  top: 313px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 188px;
}

/* Stat Block */
.clients__stat {
  position: relative;
  padding-left: 26px;
}

.clients__stat::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 64px;
  left: 0px;
  top: -10px;
  background: rgba(160, 182, 217, 0.3);
}

.clients__stat-value {
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #3BE1FF;
  margin: 0 0 8px 0;
}

.clients__stat-label {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #A0B6D9;
  margin: 0;
}
