.quiz-wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
}

.quiz-step {
  display: none;
}

.quiz-step.active {
  display: block;
}

.quiz-step h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.quiz-step button {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 15px;
  font-size: 16px;
  border-radius: 8px;
  border: none;
  background: #f0f0f0;
}

.quiz-step button:hover {
  background: #e0e0e0;
}

.cta-box {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.cta-btn {
  display: block;
  background: linear-gradient(45deg, #ff5a00, #ff2d00);
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}

.red {
  color: #e60023;
}

.note {
  font-size: 12px;
  color: #666;
}
