.wl-wrap {
  --wl-primary: #1599c6;
  --wl-primary-dark: #087da9;
  --wl-primary-soft: #eef9fd;
  --wl-ink: #17242c;
  --wl-muted: #65737c;
  --wl-line: #dce5e9;
  --wl-danger: #c92a2a;
  max-width: 1040px;
  margin: 40px auto;
  padding: clamp(24px, 5vw, 56px);
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4ebee;
  border-radius: 24px;
  box-shadow: 0 22px 65px rgba(28, 61, 75, .11);
  color: var(--wl-ink);
  font: 15px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.wl-wrap *, .wl-wrap *::before, .wl-wrap *::after { box-sizing: border-box; }
.wl-step { display: none; animation: wl-enter .28s ease both; }
.wl-step.active { display: block; }
.wl-step h2:focus { outline: none; }
.wl-wrap h2 { margin: 0 0 8px; font-size: clamp(27px, 4vw, 38px); line-height: 1.15; letter-spacing: -.035em; }
.wl-eyebrow { margin: 0 0 8px; color: var(--wl-primary-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wl-intro { max-width: 620px; margin: 0 0 34px; color: var(--wl-muted); font-size: 16px; }
.wl-progress { display: flex; align-items: center; justify-content: center; margin: 0 auto 48px; padding: 0 45px; }
.wl-progress span { position: relative; display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border: 2px solid var(--wl-line); border-radius: 50%; background: #fff; color: #829099; font-weight: 800; transition: .2s ease; }
.wl-progress span.active { border-color: var(--wl-primary); background: var(--wl-primary); box-shadow: 0 5px 16px rgba(21, 153, 198, .25); color: #fff; }
.wl-progress span small { position: absolute; top: 46px; width: 90px; color: var(--wl-muted); font-size: 11px; font-weight: 700; text-align: center; }
.wl-progress span.active small { color: var(--wl-primary-dark); }
.wl-progress i { flex: 1 1 90px; max-width: 120px; height: 2px; background: var(--wl-line); }
.wl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 24px 0 38px; }
.wl-grid label { min-width: 0; color: #293b44; font-weight: 700; }
.wl-grid label > span, legend > span, .wl-check b { color: var(--wl-danger); }
.wl-grid label > small { float: right; margin-top: 3px; color: #88949a; font-size: 11px; font-weight: 500; }
.wl-grid .wide { grid-column: 1 / -1; }
.wl-grid input { display: block; width: 100%; height: 56px; margin-top: 8px; padding: 0 16px; border: 1px solid #ced9de; border-radius: 12px; background: #fbfcfd; color: var(--wl-ink); font: inherit; transition: border-color .2s, box-shadow .2s, background .2s; }
.wl-grid input:hover { border-color: #aabcc4; }
.wl-grid input:focus { border-color: var(--wl-primary); outline: 0; background: #fff; box-shadow: 0 0 0 4px rgba(21, 153, 198, .13); }
.wl-wrap fieldset { min-width: 0; margin: 0 0 34px; padding: 0; border: 0; }
.wl-wrap legend { margin-bottom: 15px; padding: 0; color: #334750; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.wl-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
.wl-card { position: relative; display: flex; min-width: 0; min-height: 174px; padding: 16px 12px; flex-direction: column; align-items: center; justify-content: space-between; overflow: hidden; border: 1px solid var(--wl-line); border-radius: 14px; background: #fff; cursor: pointer; text-align: center; transition: transform .2s, border-color .2s, box-shadow .2s, background .2s; }
.wl-card:hover { transform: translateY(-2px); border-color: #8acde3; box-shadow: 0 10px 25px rgba(31, 93, 116, .09); }
.wl-card:focus-within { outline: 3px solid rgba(21, 153, 198, .25); outline-offset: 2px; }
.wl-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.wl-card:has(input:checked) { border: 2px solid var(--wl-primary); background: var(--wl-primary-soft); box-shadow: 0 8px 22px rgba(21, 153, 198, .12); }
.wl-card-check { position: absolute; top: 9px; right: 9px; display: none; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--wl-primary); color: #fff; font-size: 13px; font-weight: 900; }
.wl-card:has(input:checked) .wl-card-check { display: grid; }
.wl-image { display: flex; height: 108px; align-items: center; justify-content: center; }
.wl-image img { max-width: 100%; max-height: 104px; object-fit: contain; }
.wl-image .dashicons { width: 64px; height: 64px; color: #82949c; font-size: 64px; }
.wl-card strong { max-width: 100%; font-size: 13px; line-height: 1.3; overflow-wrap: anywhere; }
.wl-placeholder { grid-column: 1 / -1; margin: 0; padding: 28px; border: 1px dashed #cbd8dd; border-radius: 14px; background: #f8fafb; color: var(--wl-muted); text-align: center; }
.wl-spinner { display: inline-block; width: 17px; height: 17px; margin-right: 10px; border: 2px solid #b9dbe7; border-top-color: var(--wl-primary); border-radius: 50%; vertical-align: -3px; animation: wl-spin .7s linear infinite; }
.wl-check { display: flex; margin: 14px 0; align-items: flex-start; gap: 11px; cursor: pointer; color: #3d4d55; }
.wl-check input { flex: 0 0 auto; width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--wl-primary); }
.wl-wrap button { min-height: 50px; min-width: 210px; padding: 13px 26px; border: 0; border-radius: 11px; background: var(--wl-primary); box-shadow: 0 8px 20px rgba(21, 153, 198, .19); color: #fff; cursor: pointer; font: inherit; font-weight: 800; transition: transform .18s, background .18s, box-shadow .18s; }
.wl-wrap button:hover { transform: translateY(-1px); background: var(--wl-primary-dark); box-shadow: 0 11px 24px rgba(8, 125, 169, .24); }
.wl-wrap button:focus-visible { outline: 3px solid rgba(21, 153, 198, .3); outline-offset: 3px; }
.wl-wrap button:disabled { cursor: wait; opacity: .6; transform: none; }
.wl-wrap button.loading::after { display: inline-block; width: 15px; height: 15px; margin-left: 10px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; content: ""; vertical-align: -3px; animation: wl-spin .7s linear infinite; }
.wl-actions { display: flex; margin-top: 32px; gap: 12px; }
.wl-actions .wl-back { min-width: 140px; background: #edf2f4; box-shadow: none; color: #354850; }
.wl-actions .wl-back:hover { background: #e1e9ec; }
.wl-message { display: none; margin-top: 20px; padding: 13px 16px; border: 1px solid #f2b8b8; border-radius: 10px; background: #fff5f5; color: #a51d1d; font-weight: 700; }
.wl-message.visible { display: block; }
.wl-wrap .invalid { border-color: var(--wl-danger) !important; box-shadow: 0 0 0 3px rgba(201,42,42,.1) !important; }
.wl-success { padding: 30px 0 20px; text-align: center; }
.wl-success p { color: var(--wl-muted); font-size: 16px; }
.wl-tick { display: grid; width: 78px; height: 78px; margin: 0 auto 24px; place-items: center; border-radius: 50%; background: #e6f7ed; box-shadow: 0 0 0 10px #f3fbf6; color: var(--wl-success); font-size: 42px; }
@supports (background: color-mix(in srgb, white, black)) { .wl-tick { background: color-mix(in srgb, var(--wl-success) 12%, white); box-shadow: 0 0 0 10px color-mix(in srgb, var(--wl-success) 6%, white); } }
.wl-reference { display: inline-block; margin-top: 10px; padding: 11px 18px; border-radius: 9px; background: var(--wl-primary-soft); color: var(--wl-primary-dark) !important; font-weight: 800; }
.wl-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.wl-notice { padding: 16px; border-radius: 10px; background: #fff5f5; color: #a51d1d; }
@keyframes wl-enter { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes wl-spin { to { transform: rotate(360deg); } }
@media (max-width: 700px) {
  .wl-wrap { margin: 14px auto; padding: 26px 18px 30px; border-radius: 18px; }
  .wl-progress { margin-bottom: 44px; padding: 0 28px; }
  .wl-progress span { flex-basis: 34px; width: 34px; height: 34px; }
  .wl-grid { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .wl-grid .wide { grid-column: auto; }
  .wl-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .wl-card { min-height: 154px; padding: 12px 8px; }
  .wl-image { height: 90px; }
  .wl-image img { max-height: 86px; }
  .wl-actions { flex-direction: column-reverse; }
  .wl-wrap button { width: 100%; }
}
@media (max-width: 390px) {
  .wl-wrap { padding-inline: 14px; }
  .wl-cards { grid-template-columns: 1fr 1fr; gap: 8px; }
  .wl-card { min-height: 146px; }
  .wl-progress span small { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .wl-wrap *, .wl-wrap *::before, .wl-wrap *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
