/* Book Client wizard — glass shell from td-glass-modal.css */
.bc-wizard-backdrop {
  z-index: 10003;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
}

.bc-wizard-backdrop.td-glass-modal-backdrop:not(.bc-studio-backdrop) {
  padding: 20px 14px;
}

.bc-wizard-backdrop.show > .modal.bc-wizard,
.bc-wizard-backdrop .modal.bc-wizard,
.modal.bc-wizard,
.modal.bc-wizard.bc-wizard--book-client {
  box-sizing: border-box;
  width: min(100%, 480px);
  max-width: 480px !important;
  max-height: min(90vh, 720px);
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.bc-wizard-backdrop:not(.td-glass-modal-backdrop) .modal.bc-wizard,
.bc-wizard-backdrop:not(.td-glass-modal-backdrop) .modal.bc-wizard--book-client {
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.modal.bc-wizard button,
.modal.bc-wizard input,
.modal.bc-wizard select,
.modal.bc-wizard textarea {
  font-family: inherit;
}

.bc-wizard__hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 22px 12px;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 55%, #ffffff 100%);
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.bc-wizard--book-client .bc-wizard__hero {
  padding: 18px 20px 10px;
  background: rgba(255, 255, 255, 0.42);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
}

.bc-wizard__eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 4px;
}

.bc-wizard__title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.bc-wizard__subtitle {
  margin: 6px 0 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.45;
}

.bc-wizard__hero-actions {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-shrink: 0;
}

.bc-wizard__help-wrap {
  position: relative;
}

.bc-wizard__help {
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.9);
  color: #64748b;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}

.bc-wizard__help:hover,
.bc-wizard__help[aria-expanded="true"] {
  background: #fff;
  color: #2563eb;
  border-color: #93c5fd;
}

.bc-studio-help-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 4;
  width: min(320px, calc(100vw - 48px));
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, 0.06), transparent 45%),
    #fff;
  box-shadow:
    0 12px 36px rgba(15, 23, 42, 0.14),
    0 0 0 1px rgba(15, 23, 42, 0.04);
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  line-height: 1.5;
  text-align: left;
}

.bc-studio-help-popover[hidden] {
  display: none !important;
}

.bc-studio-help-popover__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.bc-studio-help-popover__title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.bc-studio-help-popover__close {
  border: none;
  background: transparent;
  color: #94a3b8;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
}

.bc-studio-help-popover__close:hover {
  color: #0f172a;
}

.bc-studio-help-popover p {
  margin: 0 0 8px;
}

.bc-studio-help-popover ul {
  margin: 0 0 8px;
  padding-left: 18px;
}

.bc-studio-help-popover li {
  margin-bottom: 4px;
}

.bc-studio-help-popover__foot {
  margin-bottom: 0 !important;
  font-size: 12px;
  color: #64748b;
}

.bc-wizard__close {
  border: none;
  background: rgba(255, 255, 255, 0.8);
  color: #64748b;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bc-wizard__close:hover {
  background: #fff;
  color: #0f172a;
}

.bc-wizard--book-client .bc-wizard__close {
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.55);
  transition: background 0.15s, border-color 0.15s;
}

.bc-wizard--book-client .bc-wizard__close:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(148, 163, 184, 0.65);
  color: #0f172a;
}

.bc-wizard__progress {
  display: flex;
  gap: 8px;
  padding: 0 22px 14px;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 55%, #ffffff 100%);
  flex-shrink: 0;
}

.bc-wizard--book-client .bc-wizard__progress {
  padding: 0 20px 12px;
  background: rgba(255, 255, 255, 0.28);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.bc-wizard__dot {
  flex: 1;
  height: 4px;
  border-radius: 999px;
  background: #dbeafe;
}

.bc-wizard__dot.is-active {
  background: #93c5fd;
}

.bc-wizard__dot.is-done {
  background: #2563eb;
}

.bc-wizard__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding: 18px 22px 12px;
  position: relative;
}

.bc-wizard--book-client .bc-wizard__body {
  padding: 14px 16px 12px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.35) 0%, rgba(255, 255, 255, 0.12) 100%);
}

.bc-wizard__body.is-busy {
  pointer-events: none;
}

.bc-studio-body-busy {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 249, 252, 0.88);
  backdrop-filter: blur(4px);
  pointer-events: auto;
}

.bc-wizard__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px 18px;
  border-top: 1px solid #e2e8f0;
  flex-shrink: 0;
  background: #fafafa;
}

.bc-wizard--book-client .bc-wizard__footer {
  padding: 10px 16px 14px;
  background: rgba(255, 255, 255, 0.42);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.bc-wizard__secondary {
  font-weight: 600;
  color: #475569;
}

.bc-wizard__footer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

.bc-wizard__primary {
  min-width: 140px;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

.bc-wizard__footer-actions .btn.ghost {
  font-weight: 600;
  border-radius: 10px;
}

.bc-field + .bc-field {
  margin-top: 14px;
}

.bc-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.bc-optional {
  font-weight: 500;
  color: #94a3b8;
}

.bc-select,
.bc-input,
.bc-textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  font-size: 14px;
  color: #0f172a;
  background: #fff;
}

.bc-wizard--book-client .bc-select,
.bc-wizard--book-client .bc-input,
.bc-wizard--book-client .bc-textarea {
  border-color: rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.bc-textarea {
  resize: vertical;
  min-height: 72px;
  font-family: inherit;
}

.bc-hint {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 10px 0 0;
}

.bc-client-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #f8fafc;
  margin-bottom: 14px;
}

.bc-wizard--book-client .bc-client-chip {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 32px rgba(15, 23, 42, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.bc-client-chip__avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
}

.bc-client-chip__name {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.bc-client-chip__email {
  font-size: 13px;
  color: #64748b;
}

/* —— Review & send —— */
.bc-review {
  display: grid;
  gap: 16px;
}

.bc-review-section__title,
.bc-configure-section__title {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.bc-review-summary {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.bc-wizard--book-client .bc-review-summary {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 32px rgba(15, 23, 42, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.bc-review-summary__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px 14px;
  align-items: start;
  padding: 11px 14px;
  border-bottom: 1px solid #f1f5f9;
}

.bc-review-summary__row:last-child {
  border-bottom: none;
}

.bc-review-summary__label {
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
}

.bc-review-summary__value {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  word-break: break-word;
}

.bc-review-summary__value--truncate {
  display: inline;
}

.bc-review-section--journey {
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  background: linear-gradient(160deg, #eff6ff 0%, #f8fafc 100%);
}

.bc-wizard--book-client .bc-review-section--journey {
  border: 1px solid rgba(191, 219, 254, 0.65);
  background: rgba(239, 246, 255, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 32px rgba(15, 23, 42, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.bc-review-journey__head {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.bc-review-journey__hint {
  margin: 0;
  font-size: 13px;
  color: #475569;
  line-height: 1.45;
}

.bc-flow-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 4px;
}

.bc-flow-steps__item {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #bfdbfe;
  font-size: 11px;
  font-weight: 700;
  color: #1d4ed8;
  white-space: nowrap;
}

.bc-flow-steps__sep {
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #93c5fd;
  flex-shrink: 0;
}

.bc-review-fields {
  display: grid;
  gap: 12px;
}

.bc-field-stack {
  display: grid;
  gap: 6px;
}

.bc-field-stack__label {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}

.bc-review-preview {
  border-top: 1px solid #e2e8f0;
  padding-top: 12px;
}

.bc-preview-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  border: none;
  background: none;
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 4px 0;
}

.bc-preview-toggle__chev {
  transition: transform 0.15s ease;
}

.bc-preview-toggle[aria-expanded="true"] .bc-preview-toggle__chev {
  transform: rotate(180deg);
}

.bc-email-preview {
  margin-top: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  max-height: 200px;
  overflow: auto;
  font-size: 14px;
}

/* —— Configure step —— */
.bc-configure {
  display: grid;
  gap: 18px;
}

.bc-configure-section {
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e8f0;
}

.bc-configure-section:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.bc-wizard--book-client .bc-configure {
  gap: 12px;
}

.bc-wizard--book-client .bc-configure-section {
  padding: 10px 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 32px rgba(15, 23, 42, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.bc-wizard--book-client .bc-configure-section__title {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #475569;
}

.bc-link-btn {
  margin-top: 10px;
  border: none;
  background: none;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  color: #2563eb;
  cursor: pointer;
  text-align: left;
}

.bc-link-btn:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.bc-client-chip__body {
  min-width: 0;
}

/* —— Flow type picker (step 0) —— */
.bc-flow-cards {
  display: grid;
  gap: 10px;
}

.bc-flow-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.bc-flow-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.bc-flow-card.is-selected {
  border-color: #2563eb;
  background: linear-gradient(160deg, #eff6ff 0%, #fff 70%);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.bc-wizard--book-client .bc-flow-card {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 32px rgba(15, 23, 42, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.bc-wizard--book-client .bc-flow-card:hover {
  border-color: rgba(148, 163, 184, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 28px rgba(15, 23, 42, 0.08);
}

.bc-wizard--book-client .bc-flow-card.is-selected {
  border-color: rgba(37, 99, 235, 0.55);
  background: rgba(239, 246, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 0 0 3px rgba(37, 99, 235, 0.12);
}

html[data-theme="dark"] .bc-wizard--book-client .bc-wizard__hero {
  background: rgba(30, 41, 59, 0.55);
  border-bottom-color: rgba(148, 163, 184, 0.2);
}

html[data-theme="dark"] .bc-wizard--book-client .bc-wizard__progress {
  background: rgba(15, 23, 42, 0.35);
}

html[data-theme="dark"] .bc-wizard--book-client .bc-wizard__body {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.2) 100%);
}

html[data-theme="dark"] .bc-wizard--book-client .bc-wizard__footer {
  background: rgba(30, 41, 59, 0.55);
  border-top-color: rgba(148, 163, 184, 0.2);
}

html[data-theme="dark"] .bc-wizard--book-client .bc-configure-section,
html[data-theme="dark"] .bc-wizard--book-client .bc-client-chip,
html[data-theme="dark"] .bc-wizard--book-client .bc-review-summary,
html[data-theme="dark"] .bc-wizard--book-client .bc-flow-card {
  border-color: rgba(148, 163, 184, 0.2);
  background: rgba(30, 41, 59, 0.45);
}

html[data-theme="dark"] .bc-wizard--book-client .bc-review-section--journey {
  border-color: rgba(59, 130, 246, 0.35);
  background: rgba(30, 58, 138, 0.35);
}

html[data-theme="dark"] .bc-wizard--book-client .bc-select,
html[data-theme="dark"] .bc-wizard--book-client .bc-input,
html[data-theme="dark"] .bc-wizard--book-client .bc-textarea {
  background: rgba(15, 23, 42, 0.55);
  border-color: rgba(148, 163, 184, 0.28);
  color: #f1f5f9;
}

@media (prefers-reduced-transparency: reduce) {
  .bc-wizard--book-client .bc-wizard__hero,
  .bc-wizard--book-client .bc-wizard__progress,
  .bc-wizard--book-client .bc-wizard__footer,
  .bc-wizard--book-client .bc-configure-section,
  .bc-wizard--book-client .bc-client-chip,
  .bc-wizard--book-client .bc-review-summary,
  .bc-wizard--book-client .bc-review-section--journey,
  .bc-wizard--book-client .bc-flow-card {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .bc-wizard--book-client .bc-configure-section,
  .bc-wizard--book-client .bc-client-chip,
  .bc-wizard--book-client .bc-review-summary,
  .bc-wizard--book-client .bc-flow-card {
    background: #f8fafc;
  }
}

.bc-flow-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bc-flow-card__radio {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 999px;
  border: 2px solid #cbd5e1;
  background: #fff;
  flex-shrink: 0;
  position: relative;
}

.bc-flow-card.is-selected .bc-flow-card__radio {
  border-color: #2563eb;
  background: #2563eb;
  box-shadow: inset 0 0 0 3px #fff;
}

.bc-flow-card__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.bc-flow-card__title {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
}

.bc-flow-card__desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
}

/* Legacy review card (package studio) */
.bc-review-card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px;
  background: #f8fafc;
}

.bc-review-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #e2e8f0;
}

.bc-review-card__row:last-child {
  border-bottom: none;
}

.bc-review-card__row--stack {
  flex-direction: column;
  align-items: stretch;
}

.bc-review-card__label {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bc-studio-composer-preview {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.bc-studio-composer-preview__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid #c7d2fe;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #334155;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.bc-studio-composer-preview__btn::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: currentColor;
  opacity: 0.8;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bc-studio-composer-preview__btn:hover:not(:disabled) {
  color: #4f46e5;
  border-color: #a5b4fc;
  background: #f8fafc;
  box-shadow: 0 2px 6px rgba(99, 102, 241, 0.12);
}

.bc-studio-composer-preview__btn:focus-visible {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
}

.bc-studio-composer-preview__btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.bc-studio-composer-preview__hint {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

.bc-flow-summary__pill {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.bc-success {
  text-align: center;
  padding: 8px 4px 4px;
}

.bc-success__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-success__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
}

.bc-success__text {
  margin: 0 0 8px;
  font-size: 14px;
  color: #475569;
  line-height: 1.55;
}

.bc-success__sub {
  margin: 0 0 16px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
}

.bc-link-copy {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.bc-link-copy input {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 12px;
  color: #475569;
  background: #fff;
}

.bc-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  padding: 28px 12px;
  color: #64748b;
  font-size: 14px;
}

/* Sending — subtle bar under step dots; full panel after ~5s */
.bc-wizard__send-bar {
  height: 3px;
  margin: 0 22px 10px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
}

.bc-wizard__send-bar-fill {
  height: 100%;
  width: 35%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
  background-size: 200% 100%;
  animation: bc-send-bar-slide 1.2s ease-in-out infinite;
}

@keyframes bc-send-bar-slide {
  0% { transform: translateX(-100%); background-position: 0% 50%; }
  100% { transform: translateX(280%); background-position: 100% 50%; }
}

.bc-sending {
  text-align: center;
  padding: 28px 8px 20px;
}

.bc-sending__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.bc-sending__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2563eb;
  animation: bc-bounce-dot 1.05s ease-in-out infinite;
}

.bc-sending__dots span:nth-child(2) { animation-delay: 0.15s; }
.bc-sending__dots span:nth-child(3) { animation-delay: 0.3s; }

@keyframes bc-bounce-dot {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.45; }
  40% { transform: translateY(-8px); opacity: 1; }
}

.bc-sending__title {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

.bc-sending__label {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 14px;
  min-height: 1.25em;
}

.bc-sending__bar {
  height: 6px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
  margin: 0 auto 12px;
  max-width: 280px;
}

.bc-sending__bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb, #059669);
  transition: width 0.35s ease;
}

.bc-sending__hint {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.45;
}

.bc-sending-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.bc-sending-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.85;
  animation: bc-bounce-dot 1.05s ease-in-out infinite;
}

.bc-sending-dots--inline span {
  width: 5px;
  height: 5px;
}

.bc-sending-dots span:nth-child(2) { animation-delay: 0.12s; }
.bc-sending-dots span:nth-child(3) { animation-delay: 0.24s; }

.bc-wizard__primary--busy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bc-send-status-mini {
  flex: 1 1 100%;
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-align: right;
  line-height: 1.35;
}

.contact-action-deck__flyout--book-client {
  color: #1d4ed8;
  border-color: #bfdbfe;
  background: #eff6ff;
}

.contact-action-deck__flyout--book-client:hover {
  background: #dbeafe;
  border-color: #93c5fd;
}

/* Package studio — Momentum polish (scoped to studio modal) */
.bc-studio-backdrop {
  z-index: 10003;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
}

/* Package Studio uses Quick Add modal shell (.quick-lead-modal.bc-studio-modal) */
.bc-studio-backdrop .modal.bc-studio-modal.quick-lead-modal {
  max-height: min(90vh, 820px);
}

.bc-studio-backdrop .modal.bc-studio:not(.quick-lead-modal) {
  max-width: 520px !important;
  width: min(100%, 520px) !important;
  max-height: min(90vh, 760px);
}

.bc-studio-modal__step {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.bc-studio-modal__mark {
  font-size: 14px;
  line-height: 1;
}

.bc-studio-modal__progress {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 10px 22px 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(248, 251, 255, 0.45);
}

.bc-studio-modal .bc-wizard__dot {
  flex: 1 1 0;
  min-width: 0;
  height: 4px;
  border-radius: 999px;
  background: #e2e8f0;
}

.bc-studio-modal .bc-wizard__dot.is-active {
  background: #94a3b8;
}

.bc-studio-modal .bc-wizard__dot.is-done {
  background: linear-gradient(90deg, #6366f1, #818cf8);
}

.bc-studio-modal .bc-studio-review.quick-lead-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.bc-studio-modal .bc-studio-review .quick-lead-section {
  grid-template-columns: 1fr;
  gap: 12px;
}

.bc-studio-modal .bc-studio-ql-section--foot {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.bc-studio-modal .bc-studio-review-foot {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}

.bc-studio-modal .bc-studio-composer-preview__btn {
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
}

.bc-studio-modal .bc-studio-review-plans {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.bc-studio-modal .bc-studio-flow-summary {
  margin: 0;
}

.bc-studio-save-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(16, 185, 129, 0.28);
  background: linear-gradient(180deg, rgba(236, 253, 245, 0.98) 0%, rgba(209, 250, 229, 0.45) 100%);
  text-align: left;
}

.bc-studio-save-banner__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #10b981;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bc-studio-save-banner__copy {
  min-width: 0;
}

.bc-studio-save-banner__copy strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #065f46;
  margin-bottom: 2px;
}

.bc-studio-save-banner__copy p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #047857;
  line-height: 1.4;
  word-break: break-word;
}

.bc-studio-modal .quick-lead-modal__foot #bcStudioNext.btn.primary {
  min-width: 132px;
}

.bc-studio-modal .bc-studio-marketing-step {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.bc-studio-modal .bc-studio-marketing-step > .bc-studio-block {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.92) 0%, rgba(255, 255, 255, 0.55) 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.bc-studio-modal .bc-studio-marketing-step > .bc-studio-block:last-child {
  margin-bottom: 0;
}

.bc-studio-modal .bc-studio-checklist-step.quick-lead-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.bc-studio-modal .bc-studio-checklist-step .quick-lead-section {
  grid-template-columns: 1fr;
  gap: 12px;
}

.bc-studio-modal .bc-studio-checklist-step .bc-studio-checks {
  margin-top: 4px;
}

.bc-studio-backdrop .bc-input,
.bc-studio-backdrop .bc-textarea {
  background: #f1f5f9;
  border: 1px solid #dbe5f0;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
  font-weight: 500;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.bc-studio-backdrop .bc-input:focus,
.bc-studio-backdrop .bc-textarea:focus {
  outline: none;
  background: #fff;
  border-color: #6366f1;
  box-shadow:
    inset 0 1px 2px rgba(15, 23, 42, 0.04),
    0 0 0 3px rgba(99, 102, 241, 0.18);
}

.bc-studio-backdrop .bc-input::placeholder,
.bc-studio-backdrop .bc-textarea::placeholder {
  color: #94a3b8;
}

.bc-studio-backdrop .modal.bc-studio .bc-wizard__help {
  border-color: rgba(99, 102, 241, 0.18);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.bc-studio-backdrop .modal.bc-studio .bc-wizard__help:hover,
.bc-studio-backdrop .modal.bc-studio .bc-wizard__help[aria-expanded="true"] {
  color: #4f46e5;
  border-color: rgba(99, 102, 241, 0.35);
  background: rgba(99, 102, 241, 0.06);
}

.bc-studio-presets {
  display: grid;
  gap: 10px;
}

.bc-studio-preset {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, 0.03), transparent 45%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.05),
    0 6px 16px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.bc-studio-preset:hover {
  border-color: rgba(99, 102, 241, 0.22);
}

.bc-studio-preset.is-selected {
  border-color: #6366f1;
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, 0.12), transparent 50%),
    linear-gradient(180deg, #eef2ff 0%, #f5f3ff 100%);
  box-shadow:
    0 0 0 1px rgba(99, 102, 241, 0.18),
    0 8px 22px rgba(99, 102, 241, 0.12);
}

.bc-studio-preset input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bc-studio-preset strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.bc-studio-preset span {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.45;
}

.bc-studio-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}

@media (min-width: 900px) {
  .bc-studio-backdrop .modal.bc-studio .bc-studio-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.bc-studio-flow-step {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #334155;
}

.bc-studio-flow-step > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-studio-flow-step__n {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 2px 6px rgba(99, 102, 241, 0.35);
  flex-shrink: 0;
}

/* Package Studio — Preview & save (review step) */
.bc-studio-review {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.bc-studio-review-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bc-studio-review-section .bc-studio-block__title {
  margin: 0;
}

.bc-studio-review-section .bc-input.bc-studio-package-name {
  width: 100%;
  box-sizing: border-box;
}

.bc-studio-flow-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(59, 130, 246, 0.18);
  background: linear-gradient(160deg, #eff6ff 0%, #f8fafc 100%);
}

.bc-studio-flow-summary__count {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.bc-studio-flow-summary__path {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  line-height: 1.5;
}

.bc-studio-review-plans {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, 0.04), transparent 42%),
    #f8fafc;
}

.bc-studio-review-plans__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bc-studio-review-plan-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.bc-studio-review-plan-chip__name {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.bc-studio-review-plan-chip__price {
  font-size: 12px;
  font-weight: 700;
  color: #6366f1;
  white-space: nowrap;
}

.bc-studio-review-plans__empty {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.45;
}

.bc-studio-review-plan-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
}

.bc-studio-review-plan-row__label {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bc-studio-review-plan-row__value {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}

.bc-studio-review-card {
  padding: 16px 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, 0.05), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.06),
    0 8px 24px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.bc-studio-review-card--save {
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, 0.04), transparent 50%),
    #f8fafc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.bc-studio-review-section--foot {
  gap: 8px;
}

.bc-studio-review-foot {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.bc-studio-review-section--foot .bc-studio-success {
  margin: 0;
}

.bc-studio-section-label {
  margin: 18px 0 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

.bc-studio-section-label:first-child {
  margin-top: 0;
}

/* Build step — offer, marketing, plans */
.bc-studio-marketing-step {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.bc-studio-marketing-step > .bc-studio-block {
  margin-top: 0;
}

.bc-studio-block {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, 0.05), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.06),
    0 8px 24px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.bc-studio-block:first-child {
  margin-top: 0;
}

.bc-studio-section {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.07);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 4px 16px rgba(15, 23, 42, 0.03);
}

.bc-studio-section--muted {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-color: rgba(15, 23, 42, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.bc-studio-section--plans {
  margin-top: 4px;
  background:
    linear-gradient(180deg, #faf5ff 0%, #ffffff 48%, #f8fafc 100%);
  border-color: rgba(109, 40, 217, 0.12);
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.05),
    0 10px 28px rgba(109, 40, 217, 0.06);
}

.bc-studio-block__title label {
  cursor: pointer;
}

/* Package Studio — section title/hint (beats global h2 + mobile .modal label) */
.bc-studio-backdrop .modal.bc-studio .bc-studio-block__title {
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.bc-studio-backdrop .modal.bc-studio .bc-studio-block__title label {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  margin-bottom: 0 !important;
  display: inline !important;
  cursor: pointer;
}

.bc-studio-backdrop .modal.bc-studio .bc-studio-block__sub {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.45;
}

.bc-studio-block__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.bc-studio-block__title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.25;
}

label.bc-studio-block__title {
  display: block;
  margin-bottom: 4px;
}

.bc-studio-block__sub {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.4;
}

.bc-studio-block__head .bc-studio-block__sub {
  margin-bottom: 0;
}

.bc-studio-badge {
  flex-shrink: 0;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4338ca;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.18);
}

.bc-studio-field {
  display: grid;
  gap: 6px;
}

.bc-studio-field + .bc-studio-field {
  margin-top: 12px;
}

.bc-studio-field__label {
  font-size: 10px;
  font-weight: 800;
  color: #64748b;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bc-studio-field .bc-input,
.bc-studio-field .bc-textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.bc-studio-block > .bc-textarea.bc-studio-describe {
  margin-top: 0;
}

.bc-studio-backdrop .modal.bc-studio .bc-textarea.bc-studio-describe {
  min-height: 88px;
  padding: 10px 12px;
  line-height: 1.5;
  resize: vertical;
}

.bc-studio-save-mode {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
}

.bc-studio-review-card--save .bc-studio-save-mode {
  padding: 0;
}

.bc-studio-save-mode input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #6366f1;
}

.bc-studio-checks {
  display: grid;
  gap: 8px;
}

.bc-studio-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background: #fff;
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.bc-studio-check__toggle {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  cursor: pointer;
}

.bc-studio-check__toggle input[type="checkbox"] {
  margin-top: 2px;
  accent-color: #6366f1;
}

.bc-studio-check-preview {
  flex-shrink: 0;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  padding: 6px 11px !important;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 9px !important;
  color: #475569 !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  background: #f8fafc !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.bc-studio-check-preview::before {
  content: "";
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  background: currentColor;
  opacity: 0.75;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bc-studio-check-preview:hover {
  color: #4f46e5 !important;
  border-color: rgba(99, 102, 241, 0.28) !important;
  background: rgba(99, 102, 241, 0.06) !important;
}

.bc-studio-check.is-on {
  border-color: rgba(99, 102, 241, 0.32);
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, 0.08), transparent 55%),
    #f5f3ff;
  box-shadow:
    0 0 0 1px rgba(99, 102, 241, 0.1),
    0 4px 12px rgba(99, 102, 241, 0.08);
}

.bc-studio-check.is-muted {
  opacity: 0.55;
}

.bc-studio-check__body {
  display: grid;
  gap: 2px;
}

.bc-studio-check__body strong {
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
}

.bc-studio-check__body span {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.bc-studio-website-section {
  background: linear-gradient(180deg, rgba(238, 242, 255, 0.55) 0%, rgba(255, 255, 255, 0.92) 100%);
  border-color: rgba(99, 102, 241, 0.14);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.bc-studio-website-pull {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}

.bc-studio-field--url-full,
.bc-studio-field--paste-full {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.bc-studio-field--url-full .bc-input.bc-studio-url {
  width: 100%;
  min-height: 44px;
  padding: 11px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}

.bc-studio-field--paste-full .bc-textarea.bc-studio-paste {
  width: 100%;
  min-height: 220px;
  max-height: min(480px, 42vh);
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  resize: vertical;
  overflow-y: auto;
  box-sizing: border-box;
}

.bc-studio-modal .bc-studio-marketing .bc-studio-field--paste-full {
  margin-bottom: 8px;
}

.bc-studio-website-pull__btn {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(99, 102, 241, 0.22);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.05),
    0 8px 24px rgba(99, 102, 241, 0.08);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease, background 0.15s ease;
}

.bc-studio-website-pull__btn-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
  font-size: 20px;
  line-height: 1;
}

.bc-studio-website-pull__btn-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.bc-studio-website-pull__btn-title {
  font-size: 14px;
  font-weight: 800;
  color: #312e81;
  line-height: 1.25;
}

.bc-studio-website-pull__btn-sub {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.4;
}

.bc-studio-website-pull__btn:hover:not(:disabled) {
  border-color: rgba(99, 102, 241, 0.42);
  background: linear-gradient(180deg, #ffffff 0%, #eef2ff 100%);
  box-shadow:
    0 2px 6px rgba(15, 23, 42, 0.06),
    0 10px 28px rgba(99, 102, 241, 0.14);
}

.bc-studio-website-pull__btn:focus-visible {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.22);
}

.bc-studio-website-pull__btn:active:not(:disabled) {
  transform: translateY(1px);
}

.bc-studio-website-pull__btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.bc-studio-website-section .bc-studio-brand-result {
  margin-top: 14px;
}

.bc-studio-marketing {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-color: rgba(15, 23, 42, 0.06);
}

.bc-studio-marketing .bc-studio-field--paste-full {
  margin-bottom: 4px;
}

.bc-studio-marketing-step .bc-studio-field + .bc-studio-field {
  margin-top: 0;
}

.bc-studio-marketing-step .bc-studio-field__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #475569;
}

.bc-studio-upload {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.bc-studio-marketing-step .bc-studio-upload__head .bc-studio-field__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #475569;
}

.bc-studio-upload__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.bc-studio-upload__count {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
}

.bc-studio-upload__hint {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
}

.bc-studio-upload-drop {
  position: relative;
  border: 1.5px dashed rgba(15, 23, 42, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: none;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
  cursor: pointer;
}

.bc-studio-upload-drop.is-dragover,
.bc-studio-upload-drop:focus-visible {
  border-color: #6366f1;
  background: rgba(99, 102, 241, 0.04);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
  outline: none;
}

.bc-studio-upload-drop.is-busy {
  opacity: 0.7;
  pointer-events: none;
}

.bc-studio-upload-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.bc-studio-upload-drop__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 12px 10px;
  text-align: center;
}

.bc-studio-upload-drop__icon {
  font-size: 18px;
  line-height: 1;
  filter: saturate(0.75);
  opacity: 0.85;
}

.bc-studio-upload-drop__text {
  font-size: 12px;
  font-weight: 800;
  color: #334155;
  letter-spacing: -0.01em;
}

.bc-studio-upload-drop__sub {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
}

.bc-studio-upload-btn {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 700;
  min-height: 32px;
  padding: 6px 12px;
  border: none !important;
  border-radius: 10px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%) !important;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.32) !important;
}

.bc-studio-upload-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%) !important;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.38) !important;
}

.bc-studio-upload-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bc-studio-upload-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.bc-studio-upload-item__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bc-studio-upload-item__name {
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bc-studio-upload-item__size {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
}

.bc-studio-upload-item__remove {
  appearance: none;
  border: none;
  background: transparent;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 8px;
  flex-shrink: 0;
}

.bc-studio-upload-item__remove:hover:not(:disabled) {
  color: #dc2626;
  background: #fef2f2;
}

.bc-studio-upload-empty {
  margin: 8px 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
}

.bc-studio-callout {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: #334155;
}

.bc-studio-callout--info {
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-left: 3px solid #64748b;
}

.bc-studio-quick-fill {
  margin-top: 14px;
  padding: 12px 14px 14px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}

.bc-studio-quick-fill__label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.bc-studio-quick-fill .bc-studio-marketing__actions {
  padding: 0;
}

.bc-studio-marketing__actions {
  padding-top: 0;
}

.bc-studio-ai-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.bc-studio-quick-fill--ai {
  margin-top: 16px;
}

.bc-studio-ai-btn--full {
  width: 100%;
  justify-content: flex-start;
  gap: 12px;
  min-height: 52px;
  padding: 12px 14px;
  text-align: left;
}

.bc-studio-ai-btn__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.bc-studio-ai-btn__title {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.bc-studio-ai-btn__sub {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  opacity: 0.92;
}

.bc-studio-ai-btn--accent .bc-studio-ai-btn__sub {
  color: rgba(255, 255, 255, 0.88);
}

.bc-studio-ai-btn {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 11px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  color: #0f172a;
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s, transform 0.1s;
}

.bc-studio-ai-btn__icon {
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}

.bc-studio-ai-btn:hover:not(:disabled) {
  border-color: rgba(99, 102, 241, 0.32);
  background: rgba(99, 102, 241, 0.05);
  box-shadow: 0 3px 10px rgba(99, 102, 241, 0.1);
}

.bc-studio-ai-btn--accent {
  border: none;
  color: #fff;
  background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%);
  box-shadow:
    0 2px 10px rgba(99, 102, 241, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.bc-studio-ai-btn--accent:hover:not(:disabled) {
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
  border-color: transparent;
  box-shadow:
    0 4px 16px rgba(99, 102, 241, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.bc-studio-ai-btn:active:not(:disabled) {
  transform: translateY(1px);
}

.bc-studio-ai-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.22);
}

.bc-studio-ai-btn--accent:focus-visible {
  box-shadow:
    0 0 0 3px rgba(99, 102, 241, 0.28),
    0 2px 10px rgba(99, 102, 241, 0.35);
}

.bc-studio-ai-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.bc-studio-brand-result {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: inset 3px 0 0 #94a3b8;
}

.bc-studio-brand-result__kicker {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #64748b;
  margin-bottom: 4px;
}

.bc-studio-brand-result__company {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 800;
  color: #334155;
}

.bc-studio-brand-result__text {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.45;
}

.bc-studio-brand-result__note {
  margin: 8px 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.45;
}

.bc-studio-plans .bc-studio-block__sub {
  margin-bottom: 12px;
}

.bc-studio-plans-empty {
  padding: 16px;
  border-radius: 12px;
  border: 1.5px dashed rgba(109, 40, 217, 0.18);
  background: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.5;
  text-align: center;
}

.bc-studio-tips {
  margin-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  padding-top: 10px;
}

.bc-studio-tips__summary {
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  cursor: pointer;
  list-style: none;
}

.bc-studio-tips__summary::-webkit-details-marker {
  display: none;
}

.bc-studio-tips__summary::before {
  content: "▸ ";
  font-size: 10px;
}

.bc-studio-tips[open] .bc-studio-tips__summary::before {
  content: "▾ ";
}

.bc-studio-tips__list {
  margin: 8px 0 0;
  padding: 0 0 0 16px;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.5;
}

.bc-studio-tips__list li + li {
  margin-top: 4px;
}

.bc-studio-tiers {
  display: grid;
  gap: 10px;
}

.bc-studio-tier {
  display: grid;
  grid-template-columns: 1fr 88px 32px;
  gap: 10px;
  align-items: end;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 2px 8px rgba(15, 23, 42, 0.04);
}

.bc-studio-tier__remove {
  appearance: none;
  border: none;
  background: transparent;
  color: #94a3b8;
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bc-studio-tier__remove:hover:not(:disabled) {
  color: #dc2626;
  background: #fef2f2;
}

.bc-studio-tier__remove[hidden] {
  visibility: hidden;
  pointer-events: none;
}

.bc-studio-tier-add {
  margin-top: 4px;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
}

.bc-studio-tier .bc-studio-field {
  margin-top: 0;
}

.bc-studio-field--price .bc-input {
  text-align: right;
}

@media (max-width: 480px) {
  .bc-studio-backdrop {
    padding: 12px 10px;
  }

  .bc-studio-backdrop .modal.bc-studio .bc-wizard__hero,
  .bc-studio-backdrop .modal.bc-studio .bc-wizard__progress {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bc-studio-backdrop .modal.bc-studio .bc-wizard__body {
    padding: 14px 16px 10px;
  }

  .bc-studio-marketing-step {
    gap: 20px;
  }

  .bc-studio-block {
    padding: 14px;
    border-radius: 14px;
  }

  .bc-studio-marketing-step .bc-studio-marketing__fields {
    grid-template-columns: 1fr;
  }

  .bc-studio-ai-row {
    grid-template-columns: 1fr;
  }

  .bc-studio-tier {
    grid-template-columns: 1fr auto;
  }

  .bc-studio-tier__remove {
    justify-self: end;
    grid-column: 2;
    grid-row: 1;
  }

  .bc-studio-field--price .bc-input {
    text-align: left;
  }
}

.bc-studio-error {
  color: #b91c1c;
  font-size: 13px;
  font-weight: 600;
}

/* Step sample preview overlay */
.bc-studio-preview-layer {
  position: fixed;
  inset: 0;
  z-index: 10005;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  background: rgba(15, 23, 42, 0.42);
}

.bc-studio-preview-layer[hidden] {
  display: none !important;
}

.bc-studio-preview-panel {
  width: min(100%, 420px);
  max-height: min(85vh, 580px);
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, 0.05), transparent 40%),
    #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.2),
    0 0 0 1px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.bc-studio-preview-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.bc-studio-preview-panel__head h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.bc-studio-preview-panel__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 14px 16px;
}

.bc-studio-preview-panel__foot {
  margin: 0;
  padding: 10px 16px 14px;
  font-size: 11px;
  color: #64748b;
  border-top: 1px solid #f1f5f9;
  background: #f8fafc;
}

/* Step preview — client-facing slice mockups */
.bc-step-preview--frame {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.bc-step-preview__chrome {
  display: flex;
  gap: 5px;
  padding: 8px 10px;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}

.bc-step-preview__chrome-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #cbd5e1;
}

.bc-step-preview--frame > .bc-step-preview {
  padding: 14px;
}

.bc-step-preview__eyebrow,
.bc-step-preview__logo {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 8px;
}

.bc-step-preview__logo {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 6px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.bc-step-preview__progress {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.bc-step-preview__progress span {
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: #e2e8f0;
}

.bc-step-preview__progress span.is-done,
.bc-step-preview__progress span.is-active {
  background: #2563eb;
}

.bc-step-preview__hero-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 55%, #e0e7ff 100%);
  border: 1px dashed #c7d2fe;
  font-size: 11px;
  font-weight: 600;
  color: #6366f1;
  letter-spacing: 0.02em;
}

.bc-step-preview__subtitle {
  font-size: 13px !important;
  color: #64748b !important;
  line-height: 1.5 !important;
  margin-bottom: 12px !important;
}

.bc-step-preview__muted,
.bc-step-preview__lead {
  font-size: 12px;
  color: #64748b;
  margin: 0 0 10px;
}

.bc-step-preview__lead {
  font-weight: 600;
  color: #334155;
}

.bc-step-preview--hero h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.bc-step-preview--hero p {
  margin: 0 0 8px;
  font-size: 13px;
  color: #475569;
  line-height: 1.45;
}

.bc-step-preview__plan-grid {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}

.bc-step-preview__plan {
  position: relative;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  background: #fff;
}

.bc-step-preview__plan.is-selected {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.15);
}

.bc-step-preview__plan-badge {
  position: absolute;
  top: -8px;
  right: 10px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
}

.bc-step-preview__plan-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.bc-step-preview__plan-head strong {
  font-size: 14px;
  color: #0f172a;
}

.bc-step-preview__plan-price {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.bc-step-preview__plan-price span {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
}

.bc-step-preview__due-today {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.bc-step-preview__due-label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
}

.bc-step-preview__due-detail {
  display: block;
  font-size: 11px;
  color: #94a3b8;
  margin-top: 2px;
}

.bc-step-preview__due-amount {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  white-space: nowrap;
}

.bc-step-preview__billing-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.bc-step-preview__billing-toggle span {
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #64748b;
  background: #fff;
}

.bc-step-preview__billing-toggle span.is-selected {
  border-color: #7c3aed;
  background: #f5f3ff;
  color: #5b21b6;
}

.bc-step-preview__plan ul {
  margin: 6px 0 0;
  padding-left: 18px;
  color: #64748b;
  font-size: 12px;
}

.bc-step-preview--form label {
  display: grid;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 10px;
}

.bc-step-preview--form input,
.bc-step-preview--form textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 13px;
  background: #f8fafc;
}

.bc-step-preview__recap {
  padding: 10px 12px;
  border-radius: 10px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  font-size: 12px;
  margin-bottom: 10px;
}

.bc-step-preview__recap-label {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 4px;
}

.bc-step-preview__recap-sub {
  display: block;
  font-size: 11px;
  color: #64748b;
  margin-top: 2px;
}

.bc-step-preview__terms-scroll {
  max-height: 120px;
  overflow: hidden;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fafafa;
  margin-bottom: 8px;
}

.bc-step-preview--terms p {
  font-size: 11px;
  color: #475569;
  line-height: 1.5;
  margin: 0 0 8px;
}

.bc-step-preview__terms-hint {
  font-size: 10px !important;
  color: #94a3b8 !important;
  margin: 0 !important;
}

.bc-step-preview__sign-card {
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fafafa;
}

.bc-step-preview__sign-lead {
  font-size: 12px;
  color: #475569;
  margin: 0 0 10px;
}

.bc-step-preview__sign-label {
  display: grid;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 10px;
}

.bc-step-preview__sign-check {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 11px;
  color: #64748b;
  margin-bottom: 10px;
  line-height: 1.4;
}

.bc-step-preview__sign-check input {
  margin-top: 2px;
  flex-shrink: 0;
}

.bc-step-preview__sign-foot {
  font-size: 10px;
  color: #94a3b8;
  margin: 8px 0 0;
  text-align: center;
}

.bc-step-preview__sig-box {
  border: 2px dashed #cbd5e1;
  border-radius: 10px;
  padding: 14px 16px;
  font-family: "Segoe Script", "Bradley Hand", cursive;
  font-size: 22px;
  color: #0f172a;
  background: #fff;
}

.bc-step-preview__fake-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 14px;
  border-radius: 8px;
  border: none;
  background: #0f172a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.7;
}

.bc-step-preview__fake-btn--primary {
  background: #2563eb;
  opacity: 0.75;
  width: 100%;
  text-align: center;
}

.bc-step-preview__fake-btn--outline {
  background: #fff;
  color: #334155;
  border: 1px solid #e2e8f0;
  opacity: 1;
}

.bc-step-preview__fake-btn--stripe {
  background: #635bff;
  opacity: 0.8;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}

.bc-step-preview__inv-sheet {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.bc-step-preview__inv-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 12px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-bottom: 1px solid #e2e8f0;
}

.bc-step-preview__inv-logo {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-step-preview__inv-brand {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.bc-step-preview__inv-title {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.bc-step-preview__inv-meta {
  display: block;
  font-size: 10px;
  color: #64748b;
  line-height: 1.4;
}

.bc-step-preview__inv-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 11px;
}

.bc-step-preview__inv-panel-label {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 3px;
}

.bc-step-preview__inv-head {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 10px;
}

.bc-step-preview__table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
  padding: 0 12px 12px;
}

.bc-step-preview__table th {
  text-align: left;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
  padding: 8px 12px 4px;
  border-bottom: 1px solid #f1f5f9;
}

.bc-step-preview__table th:last-child,
.bc-step-preview__table td:last-child {
  text-align: right;
}

.bc-step-preview__table td {
  padding: 6px 12px;
  border-bottom: 1px solid #f8fafc;
  color: #475569;
}

.bc-step-preview__table td:last-child {
  font-weight: 600;
  color: #0f172a;
}

.bc-step-preview__total td {
  border-bottom: none;
  border-top: 1px solid #e2e8f0;
  padding-top: 10px;
  font-weight: 800;
  font-size: 12px;
}

.bc-step-preview__pay-summary {
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  margin-bottom: 10px;
}

.bc-step-preview__pay-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.bc-step-preview__pay-rows {
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: #475569;
}

.bc-step-preview__pay-rows > div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.bc-step-preview__pay-total {
  padding-top: 8px;
  margin-top: 4px;
  border-top: 1px solid #e2e8f0;
  font-size: 13px;
  color: #0f172a !important;
}

.bc-step-preview__pay-stripe {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.bc-step-preview__stripe-badge {
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  background: #635bff;
  color: #fff;
  letter-spacing: 0.02em;
}

.bc-step-preview__pay-note {
  font-size: 10px;
  color: #64748b;
}

.bc-step-preview__cal {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.bc-step-preview__cal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  font-size: 12px;
}

.bc-step-preview__cal-head span {
  font-size: 10px;
  color: #64748b;
}

.bc-step-preview__cal-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
  padding: 8px;
  font-size: 10px;
  text-align: center;
  color: #64748b;
}

.bc-step-preview__cal-grid span {
  padding: 4px 2px;
  border-radius: 4px;
}

.bc-step-preview__cal-grid span.is-muted {
  color: #cbd5e1;
}

.bc-step-preview__cal-grid span.is-open {
  background: #2563eb;
  color: #fff;
  font-weight: 700;
}

.bc-step-preview__pay-opt {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 13px;
}

.bc-step-preview__pay-opt.is-selected {
  border-color: #2563eb;
  background: #eff6ff;
}

.bc-step-preview__slots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.bc-step-preview__slots span {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-size: 12px;
  background: #fff;
}

.bc-step-preview__slots span.is-open {
  border-color: #2563eb;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 600;
}

.bc-step-preview--done {
  text-align: center;
  padding: 8px 0;
}

.bc-step-preview__check {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #dcfce7;
  color: #16a34a;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-step-preview--done h4 {
  margin: 0 0 8px;
  font-size: 17px;
}

.bc-step-preview--done p {
  margin: 0 0 12px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
}

.bc-step-preview__done-next {
  text-align: left;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 11px;
}

.bc-step-preview__done-next > span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 6px;
}

.bc-step-preview__done-next ul {
  margin: 0;
  padding-left: 16px;
  color: #475569;
  line-height: 1.5;
}

.bc-studio-success {
  color: #047857;
}
