.hero-proof {
  position: absolute;
  z-index: 3;
  left: 50%;
  right: auto;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: min(790px, calc(100% - 48px));
  padding: 15px 32px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 3px;
  background: rgba(4, 29, 46, .78);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .2);
  color: #fff;
  backdrop-filter: blur(9px);
}
.proof-item { display: grid; gap: 2px; text-align: center; white-space: nowrap; }
.proof-item strong { font-family: var(--serif); font-size: 1.45rem; letter-spacing: .02em; line-height: 1; }
.proof-item span { color: #dce8ec; font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.proof-divider { width: 1px; height: 37px; background: rgba(238, 201, 145, .72); }
.hero-carousel-dots { bottom: 108px; }
.hero-carousel-controls { bottom: 112px; }
@media (max-width: 650px) {
  .hero-proof { bottom: 22px; min-width: calc(100% - 24px); gap: 8px; padding: 12px 8px; }
  .proof-item strong { font-size: 1rem; }
  .proof-item span { font-size: .49rem; letter-spacing: .05em; }
  .proof-divider { height: 32px; }
  .hero-carousel-dots { bottom: 104px; }
  .hero-carousel-controls { bottom: 112px; }
}
