/** IT Store — stats band. */
.itstore-stats {
  background: #fff;
  border-top: 1px solid #e3e7ef;
  border-bottom: 1px solid #e3e7ef;
  padding: 36px 24px;
}
.itstore-stats__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.itstore-stats__item { display: flex; align-items: center; gap: 10px; }
.itstore-stats__value {
  font-size: 28px;
  font-weight: 800;
  color: #0b1220;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  white-space: nowrap;
}
.itstore-stats__label { font-size: 12.5px; color: #5a6478; max-width: 120px; line-height: 1.3; }
