.landing-bonus-countdown {
  text-align: center;
}

.landing-bonus-countdown__timer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.landing-bonus-countdown__number {
  display: block;
  font-weight: 700;
  line-height: 1;
}

.landing-bonus-countdown__label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.landing-bonus-countdown__progress-bar {
  width: 100%;
  height: 12px;
  background: #eee;
  border-radius: 999px;
  overflow: hidden;
  cursor: pointer;
}

.landing-bonus-countdown__progress-fill {
  height: 100%;
  width: 0;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.landing-bonus-countdown--complete .landing-bonus-countdown__progress-bar {
  cursor: pointer;
}
