.telu-progress-wrapper {
  max-width: 720px;
  margin: 30px auto;
  text-align: center;
}

.telu-price {
  font-size: 16px;
  color: #bbb;
  margin-bottom: 10px;
}

.telu-progress {
  font-size: 15px;
  color: #88ccff;
  margin-top: 10px;
}

.telu-progress-bar-wrap {
  background: #1d293b;
  border-radius: 10px;
  overflow: hidden;
  max-width: 600px;
  height: 16px;
  margin: 0 auto;
}

.telu-progress-bar-fill {
  background: linear-gradient(90deg, #00ffe0, #0066ff);
  height: 100%;
  width: 0%;
  transition: width 0.8s ease;
}
