/* HOME SECTIONS */
.hero {
  min-height: 90vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stats {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 80px 0;
  flex-wrap: wrap;
}

.stat {
  text-align: center;
}

.stat h2 {
  font-size: 42px;
  margin-bottom: 5px;
}

.block {
  margin: 80px 0;
}

.block h3 {
  margin-bottom: 25px;
  font-size: 22px;
}

.tags {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.tags span {
  padding: 10px 18px;
  border-radius: 20px;
  background: #1b1b20;
  font-size: 14px;
}

.cta {
  text-align: center;
  padding: 100px 20px;
  background: radial-gradient(circle at center, rgba(140,0,255,.15), transparent 70%);
}
