.wz, .wz *, .wz *::before, .wz *::after { box-sizing: border-box; margin: 0; padding: 0; }
.wz {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  max-width: 640px;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #111;
  -webkit-text-size-adjust: 100%;
}
.wz-prog { display: flex; align-items: flex-start; margin-bottom: 2rem; }
.wz-si { display: flex; flex-direction: column; align-items: center; gap: 5px; flex: 1; position: relative; }
.wz-si:not(:last-child)::after {
  content: ''; position: absolute; top: 13px;
  left: calc(50% + 14px); width: calc(100% - 28px);
  height: 1px; background: #e0e0e0; transition: background .4s;
}
.wz-si.done:not(:last-child)::after { background: #111; }
.wz-dot {
  width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid #ccc; background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 500; color: #999;
  position: relative; z-index: 1;
  transition: color .3s, background .3s, border-color .3s;
  flex-shrink: 0;
  transform: none !important; -webkit-transform: none !important;
}
.wz-si.active .wz-dot { border: 2px solid #111; color: #111; }
.wz-si.done .wz-dot { background: #111; border-color: #111; color: #fff; }
.wz-dl { font-size: 10px; color: #aaa; letter-spacing: .03em; text-align: center; }
.wz-si.active .wz-dl { color: #111; font-weight: 500; }
.wz-si.done .wz-dl { color: #555; }
.wz-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 1.5rem;
}
.wz-title { font-size: 18px; font-weight: 600; color: #111; line-height: 1.25; margin-bottom: .35rem; text-align: left; }
.wz-sub { font-size: 13px; color: #888; margin-bottom: 1.25rem; line-height: 1.5; text-align: left; }
.wz-grid { display: flex; flex-direction: column; gap: 8px; }
.wz-opt {
  background: #fafafa !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 8px !important;
  padding: .8rem 1rem !important;
  cursor: pointer !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
  font-size: 16px !important;
  transform: none !important;
  -webkit-transform: none !important;
  transition: border-color .15s, background .15s !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}
.wz-opt:hover, .wz-opt:focus, .wz-opt:active { transform: none !important; -webkit-transform: none !important; box-shadow: none !important; outline: none !important; }
.wz-opt:hover { border-color: #111 !important; background: #f5f5f5 !important; }
.wz-opt:active { background: #f5f5f5 !important; }
.wz-opt.sel { border: 2px solid #111 !important; background: #f5f5f5 !important; transform: none !important; -webkit-transform: none !important; }
.wz-radio {
  width: 20px; height: 20px; border-radius: 50%;
  border: 1.5px solid #ccc; background: #fff;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s, border-color .15s;
  transform: none !important; -webkit-transform: none !important;
}
.wz-opt.sel .wz-radio { border-color: #111; background: #111; }
.wz-radio-dot { width: 7px; height: 7px; border-radius: 50%; background: transparent; transition: background .15s; }
.wz-opt.sel .wz-radio-dot { background: #fff; }
.wz-opt-text { display: flex; flex-direction: column; gap: 2px; text-align: left; }
.wz-lbl { font-size: 15px; font-weight: 500; color: #111; line-height: 1.3; display: block; }
.wz-dsc { font-size: 12px; color: #999; line-height: 1.3; display: block; }
@media (min-width: 540px) {
  .wz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .wz-grid.col1 { grid-template-columns: 1fr; }
  .wz-opt { align-items: flex-start !important; padding-top: .9rem !important; }
  .wz-radio { margin-top: 2px; }
  .wz-title { font-size: 20px; }
}
.wz-sl-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 1rem; }
.wz-mqn { font-size: 40px; font-weight: 600; color: #111; line-height: 1; letter-spacing: -.02em; }
.wz-mqu { font-size: 16px; font-weight: 400; color: #999; margin-left: 2px; }
.wz-sl-hint { font-size: 12px; color: #aaa; padding-bottom: 6px; }
input[type=range].wz-range {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 2px; border: none;
  background: linear-gradient(to right, #111 0%, #111 var(--pct, 11%), #e0e0e0 var(--pct, 11%), #e0e0e0 100%);
  outline: none; cursor: pointer; border-radius: 0; margin-bottom: .5rem;
  touch-action: manipulation; transform: none !important;
}
input[type=range].wz-range::-webkit-slider-thumb {
  -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%;
  background: #111; border: 3px solid #fff; box-shadow: 0 0 0 1px #111; cursor: pointer;
}
input[type=range].wz-range::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: #111; border: 3px solid #fff; box-shadow: 0 0 0 1px #111; cursor: pointer;
}
.wz-rl { display: flex; justify-content: space-between; font-size: 11px; color: #bbb; margin-top: 2px; }
.wz-field { margin-bottom: .9rem; }
.wz-field label { display: block; font-size: 12px; font-weight: 500; color: #555; margin-bottom: 4px; text-align: left; }
.wz-field input, .wz-field textarea {
  width: 100%; font-family: inherit; font-size: 16px; color: #111;
  background: #fafafa; border: 1.5px solid #e0e0e0;
  border-radius: 8px; padding: .65rem .85rem;
  outline: none; transition: border-color .2s; -webkit-appearance: none;
  touch-action: manipulation; transform: none !important;
}
.wz-field input::placeholder, .wz-field textarea::placeholder { color: #ccc; }
.wz-field input:focus, .wz-field textarea:focus { border-color: #111; background: #fff; }
.wz-field input.wz-err, .wz-field textarea.wz-err { border-color: #b91c1c; }
.wz-field-err { display: block; font-size: 12px; color: #b91c1c; margin-top: 4px; }
.wz-field textarea { min-height: 68px; resize: vertical; font-size: 16px; }
.wz-two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 420px) { .wz-two { grid-template-columns: 1fr; } }
.wz-srow {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 9px 0; border-bottom: 1px solid #f0f0f0; font-size: 13px; gap: 1rem;
}
.wz-srow:last-child { border-bottom: none; }
.wz-slb { color: #888; flex-shrink: 0; text-align: left; }
.wz-sv { font-weight: 500; color: #111; text-align: right; max-width: 60%; }
.wz-badge { display: inline-block; background: #f0f0f0; color: #111; border-radius: 6px; font-size: 11px; font-weight: 500; padding: 2px 9px; }
.wz-nav {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid #f0f0f0; gap: 8px;
}
.wz-back {
  background: none !important; border: 1.5px solid #e0e0e0 !important; border-radius: 8px !important;
  padding: .7rem 1.2rem !important; font-family: inherit !important; font-size: 15px !important;
  font-weight: 400 !important; color: #666 !important; cursor: pointer; flex-shrink: 0;
  touch-action: manipulation; -webkit-tap-highlight-color: transparent;
  min-height: 44px; transform: none !important; -webkit-transform: none !important;
  box-shadow: none !important; transition: border-color .15s, color .15s !important;
}
.wz-back:hover, .wz-back:focus, .wz-back:active {
  transform: none !important; -webkit-transform: none !important;
  box-shadow: none !important; border-color: #999 !important;
  color: #111 !important; background: none !important;
}
.wz-next {
  background: #111 !important; border: none !important; border-radius: 8px !important;
  padding: .7rem 1.75rem !important; font-family: inherit !important; font-size: 15px !important;
  font-weight: 600 !important; color: #fff !important; cursor: pointer; flex-shrink: 0;
  touch-action: manipulation; -webkit-tap-highlight-color: transparent;
  min-height: 44px; transform: none !important; -webkit-transform: none !important;
  box-shadow: none !important; transition: opacity .15s !important;
}
.wz-next:hover, .wz-next:focus { opacity: .85 !important; transform: none !important; -webkit-transform: none !important; box-shadow: none !important; }
.wz-next:active { opacity: .7 !important; transform: none !important; }
.wz-next:disabled { background: #e8e8e8 !important; color: #bbb !important; cursor: not-allowed; opacity: 1 !important; }
.wz-honey { position: absolute !important; left: -10000px !important; top: -10000px !important; width: 1px; height: 1px; opacity: 0; }
.wz-alert { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; padding: 10px 12px; border-radius: 8px; font-size: 13px; margin-bottom: 1rem; }

.wz-privacy {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 12px 14px !important;
  background: #fafafa !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  margin: 1rem 0 0 !important;
  font-size: 13px !important;
  color: #444 !important;
  line-height: 1.5 !important;
  transition: border-color .15s, background .15s !important;
}
.wz-privacy:hover { border-color: #aaa !important; }
.wz-privacy.checked { border-color: #111 !important; background: #f5f5f5 !important; }
.wz-privacy input[type="checkbox"] {
  margin: 2px 0 0 0 !important;
  width: 18px !important;
  height: 18px !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  accent-color: #111 !important;
}
.wz-privacy span { display: block; }
.wz-privacy a { color: #111; text-decoration: underline; font-weight: 500; }
.wz-privacy a:hover { text-decoration: none; }

@media (max-width: 400px) {
  .wz-nav { flex-direction: column-reverse; }
  .wz-next, .wz-back { width: 100% !important; text-align: center !important; }
  .wz-dl { display: none; }
}
.wz-ok { text-align: center; padding: 2rem 1rem; }
.wz-ok-check {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid #111; display: flex;
  align-items: center; justify-content: center; margin: 0 auto 1rem;
}
.wz-ok-title { font-size: 18px; font-weight: 600; color: #111; margin-bottom: .4rem; }
.wz-ok-sub { font-size: 13px; color: #666; line-height: 1.6; max-width: 320px; margin: 0 auto; }
.wz-ok-tel { color: #111; font-weight: 600; }
