.stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.05);
  }
  
  .stat-item {
    text-align: center;
  }
  
  .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #4facfe;
  }
  
  .stat-label {
    color: #fff;
    opacity: 0.8;
  }
  