.aff-wizard{
  max-width: 720px;
  margin: 30px auto;
  padding: 22px;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  background: #fff;
}
.aff-wizard h2{ margin:0 0 6px; }
.aff-muted{ color:#666; margin:0 0 16px; font-size: 0.95em; }
.aff-step h3{ margin-top:0; }
.aff-step label{ display:block; margin:12px 0 6px; font-weight:600; }
.aff-step input[type="text"],
.aff-step input[type="email"],
.aff-step input[type="password"],
.aff-step select,
.aff-step textarea{
  width:100%;
  padding:10px 12px;
  border:1px solid #d9d9d9;
  border-radius:10px;
  box-sizing:border-box;
}
.aff-nav{
  display:flex;
  gap:10px;
  margin-top:16px;
}
.aff-nav button{
  padding:10px 14px;
  border-radius:10px;
  border:0;
  cursor:pointer;
}
.aff-prev{ background:#f2f2f2; }
.aff-next, .aff-submit{ background:#1e73be; color:#fff; }
.aff-result{
  margin-top:14px;
  padding:12px;
  border-radius:10px;
}
.aff-result.ok{ background:#ecf9f0; border:1px solid #bfe8cc; }
.aff-result.err{ background:#fff1f1; border:1px solid #f2b6b6; }
