body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fafafa;
  color: #222;
}

.hero {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(#00000088, #00000088), url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c') center/cover;
  color: white;
}

.cta {
  padding: 12px 25px;
  background: #ffcc00;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
}

.stats {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}

.stat-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 7px #0001;
  text-align: center;
}

.progress-bar {
  margin: 20px;
  height: 20px;
  background: #ddd;
  border-radius: 20px;
}

.fill {
  height: 100%;
  background: #ffcc00;
  border-radius: 20px;
}

.testimoni {
  padding: 20px;
}

.t-card {
  background: #fff;
  padding: 15px;
  margin: 10px 0;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0001;
}

.nomor {
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  padding: 15px;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0002;
  cursor: pointer;
}

.floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.floating a {
  background: #ffcc00;
  padding: 15px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
