body {
  font-family: Arial, sans-serif;
  background: #f7f3ef;
  margin: 0;
  color: #3b302a;
}

.box {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 18px;
}

.card {
  background: #fff;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
}

.step {
  font-size: 14px;
  color: #8b7568;
  margin-bottom: 18px;
}

h1 {
  margin: 0 0 12px;
  font-size: 28px;
}

p {
  line-height: 1.45;
}

.option {
  width: 100%;
  border: 1px solid #e2d4ca;
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  margin: 8px 0;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
}

.option.selected {
  background: #eadbd2;
  border-color: #b88973;
}

.primary {
  width: 100%;
  background: #b88973;
  color: white;
  border: 0;
  border-radius: 14px;
  padding: 15px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.secondary {
  width: 100%;
  background: transparent;
  border: 0;
  color: #8b7568;
  padding: 12px;
  margin-top: 8px;
  cursor: pointer;
}

.hidden {
  display: none;
}

.small {
  font-size: 14px;
  color: #8b7568;
}
