* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial;
}

body {
  margin: 0;
  background: #0f1020;
  color: #fff;
}

.container {
  padding: 20px;
  max-width: 420px;
  margin: 0 auto;
}

.hero {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 16px;
}

h1 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.questions {
  padding-left: 18px;
  margin-bottom: 16px;
}

.questions li {
  margin-bottom: 8px;
  font-size: 15px;
}

.invite {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 20px;
}

.btn-max {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #6a5cff, #9b6dff);
}
