* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  background: #1b1b1b;
  display: flex;
  justify-content: center;
  padding: 25px;
}

.wrapper {
  max-width: 420px;
  width: 100%;
}

.card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}

.logo {
  width: 180px;
  margin: 0 auto 15px;
  display: block;
}

.verified {
  font-size: 14px;
  margin-bottom: 12px;
  color: #444;
}

.tiktok {
  font-weight: 600;
}

.amount {
  font-size: 52px;
  font-weight: 800;
  margin-top: 10px;
}

.sub {
  color: #5a5a5a;
  margin-bottom: 20px;
}

.steps-box {
  border: 2px solid #ddd;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 25px;
  background: #fafafa;
}

.step {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
  font-size: 15px;
  font-weight: 500;
}

.step span {
  background: #000;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

.cta-btn {
  display: block;
  width: 100%;
  padding: 18px;
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 18px;
}

.trust-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.stars {
  width: 105px;
}
