body .guided-builder .brand-question label {
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(122, 83, 168, .2);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

body .guided-builder .brand-question label:hover,
body .guided-builder .brand-question label.selected {
  border-color: rgba(53, 199, 199, .72);
  background: linear-gradient(180deg, #ffffff, #f4fbfb);
  box-shadow: 0 12px 26px rgba(35, 24, 58, .1);
}

body .guided-builder .brand-question label.selected::after,
body .guided-builder .logo-offer-select.selected::before {
  content: "\2713";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: #35c7c7;
  color: #1a0830;
  font-weight: 1000;
  box-shadow: 0 8px 18px rgba(53, 199, 199, .32);
  z-index: 4;
}

body .guided-builder .logo-offer-select {
  position: relative;
}

body .guided-builder .logo-offer-select.selected {
  border-color: rgba(53, 199, 199, .8);
  background: linear-gradient(180deg, #ffffff, #f3fbfb);
  box-shadow: 0 14px 30px rgba(35, 24, 58, .12);
}

body .guided-builder .logo-offer-select.is-disabled {
  opacity: .72;
  cursor: default;
}

/* Final brand-assets isolation: keeps this first-step section from visually bleeding into the panels below. */
body .guided-builder .wizard-panel.active[data-step="1"] {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  z-index: 2 !important;
}

body .guided-builder .brand-assets-shell,
body .guided-builder .commerce-needs-shell {
  position: relative !important;
  z-index: 3 !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, rgba(255, 253, 248, .98), rgba(248, 243, 255, .96)) !important;
  border: 1px solid rgba(109, 76, 166, .16) !important;
  border-radius: 22px !important;
  padding: 18px !important;
  margin-top: 20px !important;
  box-shadow: 0 12px 30px rgba(35, 20, 58, .08) !important;
}

body .guided-builder .brand-question-grid,
body .guided-builder .commerce-question-grid {
  position: relative !important;
  z-index: 4 !important;
}

body .guided-builder .brand-question {
  position: relative !important;
  z-index: 5 !important;
  overflow: hidden !important;
  background: #fffaf7 !important;
  border-color: rgba(109, 76, 166, .18) !important;
}

body .guided-builder .brand-question legend {
  position: relative !important;
  z-index: 6 !important;
  display: block !important;
  width: 100% !important;
  margin-bottom: 8px !important;
  color: #201426 !important;
}

body .guided-builder .brand-question label {
  position: relative !important;
  z-index: 6 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 8px 0 !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .9) !important;
  color: #4b3f59 !important;
}

body .guided-builder .brand-question label:hover,
body .guided-builder .brand-question label.selected {
  background: linear-gradient(180deg, #ffffff, #eefafa) !important;
}

body .guided-builder .brand-recommendation,
body .guided-builder .logo-design-offer,
body .guided-builder .logo-design-included {
  position: relative !important;
  z-index: 6 !important;
}
