.vlp-locked {
  padding: 2rem;
  text-align: center;
  background: #f5f5f5;
  border-radius: 8px;
}

.vlp-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #111;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.vlp-progress-bar {
  width: 100%;
  height: 8px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
}

.vlp-progress-fill {
  height: 100%;
  background: #22c55e;
  transition: width 0.3s ease;
}
