/* v0.2.3: ID-scoped hard reset for aggressive theme/Core form rules. */
html body #sbho-ess-wizard-form label{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:7px!important;
  position:static!important;
  visibility:visible!important;
  opacity:1!important;
}
html body #sbho-ess-wizard-form input[type="text"],
html body #sbho-ess-wizard-form input[type="url"],
html body #sbho-ess-wizard-form textarea,
html body #sbho-ess-wizard-form select{
  all:revert!important;
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  min-height:48px!important;
  margin:0!important;
  padding:13px 14px!important;
  border:1px solid #cbd2dc!important;
  border-radius:11px!important;
  background-color:#fff!important;
  color:#172033!important;
  font:inherit!important;
  line-height:1.4!important;
  visibility:visible!important;
  opacity:1!important;
  position:static!important;
  clip:auto!important;
  clip-path:none!important;
  transform:none!important;
  pointer-events:auto!important;
}
html body #sbho-ess-wizard-form select{
  appearance:auto!important;
  -webkit-appearance:menulist!important;
}
html body #sbho-ess-wizard-form textarea{
  min-height:104px!important;
  resize:vertical!important;
}
html body #sbho-ess-wizard-form input[type="checkbox"],
html body #sbho-ess-wizard-form input[type="radio"]{
  all:revert!important;
  display:inline-block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  visibility:visible!important;
  opacity:1!important;
  position:static!important;
  appearance:auto!important;
  -webkit-appearance:auto!important;
  pointer-events:auto!important;
}
html body #sbho-ess-wizard-form option{
  display:block!important;
}

/* Scoped control reset: protects this App from theme/Core form styles. */
.sbho-ess-positioning-card .sbho-ess-form input[type="text"],
.sbho-ess-positioning-card .sbho-ess-form input[type="url"],
.sbho-ess-positioning-card .sbho-ess-form textarea,
.sbho-ess-positioning-card .sbho-ess-form select{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:static!important;
  float:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:48px!important;
  height:auto!important;
  margin:0!important;
  padding:13px 14px!important;
  border:1px solid #cbd2dc!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#172033!important;
  font:inherit!important;
  line-height:1.4!important;
  box-sizing:border-box!important;
  text-indent:0!important;
  clip:auto!important;
  clip-path:none!important;
  transform:none!important;
  pointer-events:auto!important;
}
.sbho-ess-positioning-card .sbho-ess-form select{
  -webkit-appearance:auto!important;
  appearance:auto!important;
}
.sbho-ess-positioning-card .sbho-ess-form textarea{
  min-height:104px!important;
  resize:vertical!important;
}
.sbho-ess-positioning-card .sbho-ess-form input[type="checkbox"],
.sbho-ess-positioning-card .sbho-ess-form input[type="radio"]{
  display:inline-block!important;
  visibility:visible!important;
  opacity:1!important;
  position:static!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  margin:0!important;
  padding:0!important;
  border:initial!important;
  background:initial!important;
  -webkit-appearance:auto!important;
  appearance:auto!important;
  clip:auto!important;
  clip-path:none!important;
  transform:none!important;
  pointer-events:auto!important;
  flex:0 0 18px!important;
}
.sbho-ess-positioning-card .sbho-ess-form option{
  display:block!important;
  color:#172033!important;
  background:#fff!important;
}

.sbho-ess-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:24px}.sbho-ess-header h2{margin:4px 0 8px;font-size:clamp(26px,4vw,38px);line-height:1.12}.sbho-ess-header p{max-width:760px;margin:0;color:#596274}.sbho-ess-eyebrow{font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.sbho-ess-badge{padding:9px 13px;border:1px solid #d9dee7;border-radius:999px;white-space:nowrap;background:#fff;font-weight:700}.sbho-ess-card,.sbho-ess-result{background:#fff;border:1px solid #e2e6ed;border-radius:20px;padding:clamp(20px,4vw,34px);box-shadow:0 8px 28px rgba(15,23,42,.04)}.sbho-ess-form{display:grid;gap:22px;max-width:850px;margin:auto}.sbho-ess-form label{display:grid;gap:7px;font-weight:700;color:#202938}.sbho-ess-form input[type=text],.sbho-ess-form input[type=url],.sbho-ess-form textarea,.sbho-ess-form select{width:100%;border:1px solid #cbd2dc;border-radius:11px;padding:13px 14px;font:inherit;background:#fff;color:#172033;box-sizing:border-box}.sbho-ess-form input:focus,.sbho-ess-form textarea:focus,.sbho-ess-form select:focus{outline:2px solid currentColor;outline-offset:1px}.sbho-ess-form textarea{resize:vertical}.sbho-ess-form small,.sbho-ess-helper{font-weight:400;color:#657084}.required{color:#b42318}.optional{font-size:12px;color:#6b7280;font-weight:500}.sbho-ess-progress{display:grid;gap:10px;padding-bottom:18px;border-bottom:1px solid #edf0f4}.sbho-ess-progress-copy{display:flex;justify-content:space-between;gap:16px;font-size:14px}.sbho-ess-progress-copy span{color:#657084}.sbho-ess-progress-track{height:8px;background:#edf0f4;border-radius:999px;overflow:hidden}.sbho-ess-progress-track span{display:block;height:100%;width:11.11%;background:currentColor;border-radius:999px;transition:width .25s ease}.sbho-ess-step{display:grid;gap:18px;animation:sbhoEssFade .2s ease}.sbho-ess-step[hidden]{display:none}.sbho-ess-step-heading{display:flex;gap:14px;align-items:flex-start;margin-bottom:4px}.sbho-ess-step-heading>span{display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:50%;background:#172033;color:#fff;font-weight:800}.sbho-ess-step-heading h3{margin:0 0 4px;font-size:clamp(22px,3vw,29px)}.sbho-ess-step-heading p{margin:0;color:#687386}.sbho-ess-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sbho-ess-option{display:flex!important;align-items:center;gap:9px!important;padding:12px;border:1px solid #dce1e8;border-radius:11px;font-weight:600!important;cursor:pointer;background:#fff}.sbho-ess-option:hover{border-color:#9ca7b5}.sbho-ess-option:has(input:checked){border-color:#172033;background:#f5f7fa}.sbho-ess-option input,.sbho-ess-radio input{width:auto}.sbho-ess-other{max-width:560px}.sbho-ess-choice-group{border:0;padding:0;margin:0;display:flex;gap:18px;align-items:center}.sbho-ess-choice-group legend,.sbho-ess-field-title{font-weight:700;margin-bottom:8px}.sbho-ess-radio{display:flex!important;align-items:center;gap:7px!important}.sbho-ess-personalisation{display:grid;gap:14px;padding:18px;border:1px solid #e1e5eb;border-radius:14px;background:#fafbfc}.sbho-ess-personalisation[hidden]{display:none}.sbho-ess-wizard-actions{display:flex;justify-content:space-between;gap:12px;padding-top:8px}.sbho-ess-wizard-actions button,.sbho-ess-add-link{border:1px solid #cbd2dc;border-radius:11px;padding:12px 18px;cursor:pointer;font:inherit;font-weight:800;background:#fff;color:#172033}.sbho-ess-next{margin-left:auto;background:#172033!important;color:#fff!important;border-color:#172033!important}.sbho-ess-step-error{margin:0;padding:12px 14px;border-radius:10px;background:#fff5f5;color:#a11919;font-weight:700}.sbho-ess-competitors{display:grid;gap:14px}.sbho-ess-link-row{display:grid;grid-template-columns:1fr auto;gap:8px}.sbho-ess-link-row button{border:1px solid #d7dce3;border-radius:10px;background:#fff;padding:0 12px;cursor:pointer}.sbho-ess-add-link{justify-self:start}.sbho-ess-submit-row{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:8px;padding:20px;border-radius:15px;background:#f5f7fa}.sbho-ess-submit-row strong{font-size:17px}.sbho-ess-submit-row p{margin:4px 0 0;color:#687386}.sbho-ess-submit-row button{border:0;border-radius:11px;padding:13px 17px;cursor:pointer;font:inherit;font-weight:800;background:#172033;color:#fff}.sbho-ess-submit-row button:disabled{opacity:.65;cursor:wait}.sbho-ess-submit-row button span{font-size:12px;opacity:.78;margin-left:5px}.sbho-ess-alert{padding:14px 16px;border:1px solid #f3a6a6;background:#fff5f5;border-radius:12px;margin-bottom:20px}.sbho-ess-result{margin-bottom:24px}.sbho-ess-result-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.sbho-ess-result-header h3{margin:4px 0}.sbho-ess-result-header p{margin:0;color:#687386}.sbho-ess-result-header a{text-decoration:none;font-weight:700}.sbho-ess-result-block{border-top:1px solid #edf0f4;padding-top:17px;margin-top:17px}.sbho-ess-result-block h4{margin:0 0 8px}.sbho-ess-result-block p{margin:0 0 8px}.sbho-ess-result-block.is-highlight{padding:18px;border:1px solid #d9dee7;border-radius:14px;background:#fafbfc}.sbho-ess-result-block ul{margin:8px 0 0;padding-left:21px}.sbho-ess-result-block li{margin:6px 0}.sbho-ess-result-details{display:grid;gap:10px;margin:0}.sbho-ess-result-details>div{display:grid;gap:3px}.sbho-ess-result-details dt{font-weight:800}.sbho-ess-result-details dd{margin:0;color:#3f4959}.sbho-ess-result-details ul{margin-top:4px}@keyframes sbhoEssFade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media(max-width:900px){.sbho-ess-options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.sbho-ess-header,.sbho-ess-result-header,.sbho-ess-submit-row{display:block}.sbho-ess-badge{display:inline-block;margin-top:13px}.sbho-ess-options{grid-template-columns:1fr}.sbho-ess-submit-row button{width:100%;margin-top:15px}.sbho-ess-choice-group{align-items:flex-start;flex-direction:column;gap:9px}.sbho-ess-progress-copy{display:grid;gap:2px}.sbho-ess-wizard-actions button{flex:1}.sbho-ess-link-row{grid-template-columns:1fr}}
