/* Launch27 API booking production preview. Hidden/Docker testing page only. */
html,
body {
  overflow-x: clip;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

.jm4y-booking-production-preview {
  --jm4y-navy: #10243a;
  --jm4y-blue: #193f6b;
  --jm4y-gold: #f5b700;
  --jm4y-gold-soft: #fff5cf;
  --jm4y-ink: #26323f;
  --jm4y-muted: #66717f;
  --jm4y-border: #dfe6ed;
  --jm4y-panel: #ffffff;
  --jm4y-bg: #f2f5f7;
  --jm4y-success-bg: #ecf9f0;
  --jm4y-success: #174b24;
  --jm4y-widget-orange: #ff8604;
  --jm4y-price-green: #20b894;
  --jm4y-error-bg: #fff1f0;
  --jm4y-error: #7d1f17;
}


.jm4y-booking-production-preview .subheader {
  min-height: 250px;
}

.jm4y-booking-production-preview .subheader__content h1 {
  letter-spacing: .03em;
}

.jm4y-booking-hero-steps img {
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .28));
}

.jm4y-prototype-shell {
  background: var(--jm4y-bg);
  padding: 42px 0 70px;
}

.jm4y-prototype-notice,
.jm4y-prototype-status,
.jm4y-inline-result {
  background: #fff8df;
  border: 1px solid #f2d675;
  border-left: 5px solid var(--jm4y-gold);
  border-radius: 3px;
  color: #4b3b00;
  margin-bottom: 20px;
  padding: 14px 16px;
}

.jm4y-prototype-status.is-ok,
.jm4y-inline-result.is-ok {
  background: var(--jm4y-success-bg);
  border-color: #9dd7a8;
  border-left-color: #2d9b4b;
  color: var(--jm4y-success);
}

.jm4y-inline-result:empty {
  display: none;
}

.jm4y-prototype-status.is-error,
.jm4y-inline-result.is-error {
  background: var(--jm4y-error-bg);
  border-color: #e8a29a;
  border-left-color: #cc3d2f;
  color: var(--jm4y-error);
}

.jm4y-prototype-app {
  max-width: 1180px;
  margin: 0 auto;
}

.jm4y-flow-progress {
  background: var(--jm4y-panel);
  border: 1px solid var(--jm4y-border);
  box-shadow: 0 12px 30px rgba(16, 36, 58, .06);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 0 22px;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 50;
}

.jm4y-flow-progress span,
.jm4y-flow-progress button {
  background: transparent;
  border: 0;
  border-right: 1px solid var(--jm4y-border);
  color: var(--jm4y-muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  padding: 13px 10px;
  text-align: center;
  text-transform: uppercase;
}

.jm4y-flow-progress span:last-child,
.jm4y-flow-progress button:last-child {
  border-right: 0;
}

.jm4y-flow-progress button:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(245, 183, 0, .55);
  outline: 0;
}

.jm4y-flow-progress .is-active {
  background: var(--jm4y-blue);
  color: #fff;
}

.jm4y-flow-progress .is-complete {
  background: var(--jm4y-gold-soft);
  color: var(--jm4y-blue);
}

.jm4y-prototype-form {
  align-items: flex-start;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) 350px;
}

.jm4y-prototype-grid {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.jm4y-prototype-form > * {
  min-width: 0;
}

.jm4y-prototype-intro,
.jm4y-prototype-card,
.jm4y-prototype-summary,
.jm4y-prototype-debug,
.jm4y-prototype-success {
  background: var(--jm4y-panel);
  border: 1px solid var(--jm4y-border);
  border-radius: 3px;
  box-shadow: 0 18px 38px rgba(16, 36, 58, .08);
}

.jm4y-prototype-intro {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 330px;
  padding: 28px;
}

.jm4y-eyebrow,
.jm4y-summary-kicker,
.jm4y-card-heading span {
  color: var(--jm4y-gold);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.jm4y-prototype-intro h2,
.jm4y-prototype-card h2,
.jm4y-prototype-summary h2,
.jm4y-prototype-debug h2,
.jm4y-prototype-success h2 {
  color: var(--jm4y-blue);
  font-size: 23px;
  line-height: 1.15;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.jm4y-prototype-intro p,
.jm4y-card-heading p,
.jm4y-muted-copy,
.jm4y-small-copy {
  color: var(--jm4y-muted);
  line-height: 1.55;
  margin: 0 0 16px;
}

.jm4y-trust-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jm4y-trust-list li {
  background: #f7fbff;
  border: 1px solid #dbeaf8;
  padding: 13px 14px;
}

.jm4y-trust-list strong,
.jm4y-trust-list span {
  display: block;
}

.jm4y-trust-list strong {
  color: var(--jm4y-blue);
  font-weight: 900;
  text-transform: uppercase;
}

.jm4y-trust-list span {
  color: var(--jm4y-muted);
  font-size: 13px;
}

.jm4y-prototype-card,
.jm4y-prototype-summary,
.jm4y-prototype-debug,
.jm4y-prototype-success {
  box-sizing: border-box;
  padding: 26px;
  width: 100%;
}

.jm4y-card-heading {
  border-bottom: 1px solid #edf1f4;
  margin: 0 0 20px;
  padding-bottom: 14px;
}

.jm4y-prototype-card label,
.jm4y-prototype-summary label {
  color: var(--jm4y-ink);
  display: block;
  font-weight: 800;
  margin-bottom: 14px;
}

.jm4y-prototype-card input,
.jm4y-prototype-card select,
.jm4y-prototype-card textarea,
.jm4y-stripe-card,
.jm4y-prototype-summary input {
  background: #fff;
  border: 1px solid #cfd8e2;
  border-radius: 2px;
  box-sizing: border-box;
  color: var(--jm4y-ink);
  display: block;
  font: inherit;
  margin-top: 6px;
  min-height: 46px;
  padding: 10px 12px;
  transition: border-color .16s ease, box-shadow .16s ease;
  width: 100%;
}

.jm4y-prototype-card textarea {
  min-height: 118px;
}

.jm4y-prototype-card input:focus,
.jm4y-prototype-card select:focus,
.jm4y-prototype-card textarea:focus,
.jm4y-prototype-summary input:focus,
.jm4y-stripe-card.StripeElement--focus {
  border-color: var(--jm4y-blue);
  box-shadow: 0 0 0 3px rgba(25, 63, 107, 0.14);
  outline: 0;
}

.jm4y-stripe-card {
  padding-top: 14px;
}

.jm4y-payment-field-label {
  color: var(--jm4y-ink);
  font-weight: 900;
  margin: 0 0 6px;
}

.jm4y-stripe-card.StripeElement--invalid {
  border-color: #e8a29a;
}

.jm4y-schedule-controls .sod_select {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block !important;
  height: auto !important;
  min-height: 48px;
  padding: 0 !important;
  position: relative;
  width: 100% !important;
}

.jm4y-schedule-controls .sod_select .sod_label,
.jm4y-schedule-controls .sod_select .sod_list_wrapper {
  display: none !important;
}

.jm4y-prototype-card select[name="spot"] {
  appearance: auto !important;
  -webkit-appearance: menulist !important;
  background: #fff;
  border: 1px solid #d9e2ec !important;
  border-radius: 10px;
  color: var(--jm4y-ink);
  display: block !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  line-height: 1.25;
  max-width: 100%;
  opacity: 1 !important;
  overflow: hidden;
  padding: 0 12px;
  position: static !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100% !important;
}

.jm4y-prototype-card select[name="spot"] option {
  color: var(--jm4y-ink);
}

.jm4y-schedule-controls {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jm4y-schedule-controls--date-only {
  grid-template-columns: minmax(0, 320px);
}

.jm4y-schedule-controls label {
  margin-bottom: 0 !important;
  min-width: 0;
}

.jm4y-schedule-controls input,
.jm4y-schedule-controls select {
  max-width: 100%;
  min-height: 48px;
  min-width: 0;
}

.jm4y-schedule-controls input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.jm4y-tip-field[hidden] {
  display: none !important;
}

.jm4y-field-row {
  display: grid;
  gap: 14px;
}

.jm4y-field-row.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jm4y-field-row.three-up {
  grid-template-columns: 1fr 100px 130px;
}

.jm4y-address-row {
  grid-template-columns: minmax(0, 1fr) 92px 140px;
}

.jm4y-checkbox,
.jm4y-extra-option,
.jm4y-live-submit-toggle {
  align-items: center;
  display: flex !important;
  gap: 10px;
  font-weight: 700 !important;
}

.jm4y-checkbox input,
.jm4y-extra-option input,
.jm4y-live-submit-toggle input {
  display: inline-block;
  margin-top: 0;
  min-height: auto;
  width: auto;
}

.jm4y-dynamic-fields,
.jm4y-extras {
  margin: 16px 0;
}

.jm4y-spots {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0;
}

.jm4y-spots .jm4y-muted-copy {
  grid-column: 1 / -1;
}

.jm4y-field-heading {
  color: var(--jm4y-blue);
  font-size: 18px;
  margin: 18px 0 6px;
  text-transform: uppercase;
}

.jm4y-service-cards,
.jm4y-frequency-cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 12px 0 20px;
}

.jm4y-service-card,
.jm4y-frequency-card {
  background: #f7fbff;
  border: 2px solid #dbeaf8;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: grid !important;
  font: inherit;
  gap: 6px;
  margin: 0 !important;
  min-height: 74px;
  padding: 14px !important;
  position: relative;
  text-align: left;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
  width: 100%;
}

.jm4y-service-card:hover,
.jm4y-frequency-card:hover {
  border-color: #9fc5e8;
  transform: translateY(-1px);
}

.jm4y-service-card.is-selected,
.jm4y-frequency-card.is-selected {
  background: var(--jm4y-widget-orange);
  border-color: var(--jm4y-widget-orange);
  box-shadow: 0 8px 18px rgba(255, 134, 4, .18);
  color: #fff;
}

.jm4y-service-card.is-selected::after,
.jm4y-frequency-card.is-selected::after {
  background: #fff;
  color: var(--jm4y-widget-orange);
  content: '✓';
  font-weight: 900;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 22px;
}

.jm4y-service-card__name,
.jm4y-frequency-card__name {
  color: var(--jm4y-blue);
  font-weight: 900;
  padding-right: 24px;
}

.jm4y-service-card__price,
.jm4y-frequency-card__discount {
  color: var(--jm4y-ink);
}

.jm4y-service-card.is-selected .jm4y-service-card__name,
.jm4y-service-card.is-selected .jm4y-service-card__price,
.jm4y-frequency-card.is-selected .jm4y-frequency-card__name,
.jm4y-frequency-card.is-selected .jm4y-frequency-card__discount {
  color: #fff;
}

.jm4y-extra-option,
.jm4y-spot-option {
  background: #f7fbff;
  border: 1px solid #dbeaf8;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 12px;
}

.jm4y-addon-tiles {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jm4y-addon-exclusive-note {
  background: #f5fbff;
  border: 1px solid #cfe3f8;
  border-left: 5px solid var(--jm4y-blue);
  border-radius: 12px;
  color: var(--jm4y-muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 4px 0 12px;
  padding: 11px 13px;
}

.jm4y-addon-exclusive-note strong {
  color: var(--jm4y-blue);
}

.jm4y-addon-exclusive-status {
  margin: 0 0 12px;
}

.jm4y-addon-tile {
  align-items: center;
  border: 2px solid #dbeaf8;
  cursor: pointer;
  display: grid !important;
  column-gap: 16px;
  row-gap: 8px;
  grid-template-columns: 50px minmax(0, 1fr);
  min-height: 76px;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.jm4y-addon-tile:hover {
  border-color: #9fc5e8;
  transform: translateY(-1px);
}

.jm4y-addon-tile input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.jm4y-addon-tile__icon {
  align-items: center;
  align-self: center;
  background: transparent;
  border: 0;
  color: var(--jm4y-blue);
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  width: 50px;
}


.jm4y-addon-tile__icon img {
  display: block;
  max-height: 42px;
  max-width: 46px;
  object-fit: contain;
}

.jm4y-addon-tile__body strong,
.jm4y-addon-tile__body span,
.jm4y-addon-tile__body em {
  display: block;
}

.jm4y-addon-tile__body strong {
  color: var(--jm4y-blue);
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.jm4y-addon-tile__body span {
  color: var(--jm4y-muted);
  font-size: 13px;
  margin-top: 4px;
}

.jm4y-addon-tile__body em {
  color: var(--jm4y-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
  margin-top: 5px;
}

.jm4y-addon-tile--cleaning-upgrade {
  border-color: #b8d7f2;
}

.jm4y-addon-tile--cleaning-upgrade .jm4y-addon-tile__body strong::after {
  background: #eef7ff;
  border-radius: 999px;
  color: var(--jm4y-blue);
  content: "Choose one";
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
  margin-left: 7px;
  padding: 3px 6px;
  vertical-align: middle;
}

.jm4y-addon-tile.is-selected {
  background: var(--jm4y-widget-orange);
  border-color: var(--jm4y-widget-orange);
  box-shadow: 0 8px 18px rgba(255, 134, 4, .18);
}

.jm4y-addon-tile.is-selected .jm4y-addon-tile__icon {
  border-color: #fff;
  color: var(--jm4y-widget-orange);
}

.jm4y-addon-tile.is-selected .jm4y-addon-tile__body strong,
.jm4y-addon-tile.is-selected .jm4y-addon-tile__body span,
.jm4y-addon-tile.is-selected .jm4y-addon-tile__body em {
  color: #fff;
}

.jm4y-addon-tile.is-selected .jm4y-addon-tile__body strong::after {
  background: rgba(255, 255, 255, .22);
  color: #fff;
}

.jm4y-spot-option {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}

.jm4y-spot-option input {
  margin-top: 3px;
}

.jm4y-prototype-summary {
  overflow: visible;
  position: sticky;
  top: 22px;
}

.jm4y-md-only-note {
  margin-top: -4px;
}

.jm4y-schedule-status {
  display: block;
  grid-template-columns: none;
  margin: 8px 0 0;
}

.jm4y-schedule-status p {
  color: var(--jm4y-muted);
  margin: 0 0 8px;
}

.jm4y-terms-card {
  padding-bottom: 18px;
  padding-top: 18px;
}

.jm4y-terms-checkbox {
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 0 !important;
}

.jm4y-terms-checkbox a {
  color: var(--jm4y-blue);
  font-weight: 900;
  text-decoration: underline;
}

.jm4y-bottom-submit-button {
  margin-top: 12px;
}

.jm4y-bottom-submit-copy {
  margin: 9px 0 0;
}

.jm4y-submit-error {
  margin: 12px 0 0;
}

.jm4y-submit-error:empty {
  display: none;
}

.jm4y-field-error input,
.jm4y-field-error select,
.jm4y-field-error textarea {
  border-color: var(--jm4y-error) !important;
  box-shadow: 0 0 0 3px rgba(125, 31, 23, .10);
}

.jm4y-submit-button[data-ready="false"],
.jm4y-bottom-submit-button[data-ready="false"] {
  box-shadow: inset 0 0 0 2px rgba(16, 36, 58, .08);
}

.jm4y-price {
  color: var(--jm4y-price-green);
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  margin: 4px 0 18px;
}

.jm4y-price-lines {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 18px;
  padding-top: 12px;
}

.jm4y-price-line {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 9px 0;
}

.jm4y-summary-selection {
  background: #f7fbff;
  border: 1px solid #dbeaf8;
  color: var(--jm4y-muted);
  display: grid;
  gap: 6px;
  margin: 0 0 18px;
  padding: 13px;
}

.jm4y-summary-selection strong {
  color: var(--jm4y-blue);
}

.jm4y-summary-selection span {
  display: block;
}

.jm4y-primary-button,
.jm4y-secondary-button {
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: .05em;
  min-height: 46px;
  padding: 12px 18px;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: opacity .16s ease, transform .16s ease, background .16s ease;
}

.jm4y-primary-button {
  background: var(--jm4y-gold);
  color: var(--jm4y-navy);
  width: 100%;
}

.jm4y-primary-button:hover,
.jm4y-secondary-button:hover {
  transform: translateY(-1px);
}

.jm4y-primary-button + .jm4y-primary-button {
  margin-top: 10px;
}

.jm4y-secondary-button {
  background: var(--jm4y-blue);
  color: #fff;
}

.jm4y-primary-button:disabled,
.jm4y-secondary-button:disabled {
  cursor: not-allowed;
  opacity: .6;
  transform: none;
}

.jm4y-prototype-app.is-busy .jm4y-primary-button:disabled,
.jm4y-prototype-app.is-busy .jm4y-secondary-button:disabled {
  cursor: wait;
}

.jm4y-submit-readiness {
  color: var(--jm4y-muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 10px 0 0;
}

.jm4y-submit-readiness.is-ready {
  color: var(--jm4y-success);
  font-weight: 800;
}

.jm4y-test-guard {
  background: #fff8df;
  border: 1px solid #f2d675;
  margin: 18px 0;
  padding: 14px;
}

.jm4y-test-guard strong {
  color: var(--jm4y-blue);
  display: block;
  text-transform: uppercase;
}

.jm4y-test-guard p,
.jm4y-live-submit-confirm,
.jm4y-small-copy {
  font-size: 13px;
  line-height: 1.45;
}

.jm4y-live-submit-confirm {
  margin-top: 12px;
}

.jm4y-link-button {
  background: transparent;
  border: 0;
  color: var(--jm4y-blue);
  cursor: pointer;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
}

.jm4y-prototype-debug {
  display: none;
  margin-top: 24px;
}

.jm4y-prototype-debug.is-visible {
  display: block;
}

.jm4y-prototype-debug pre {
  background: #17212b;
  border-radius: 2px;
  color: #d8f3dc;
  max-height: 430px;
  overflow: auto;
  padding: 18px;
  white-space: pre-wrap;
}

.jm4y-prototype-success {
  background: var(--jm4y-success-bg);
  border-color: #9dd7a8;
  margin-top: 24px;
}

.jm4y-prototype-success[hidden] {
  display: none;
}

.jm4y-prototype-app.is-busy {
  cursor: wait;
}

@media (max-width: 1020px) {
  .jm4y-prototype-form,
  .jm4y-prototype-intro {
    grid-template-columns: 1fr;
  }

  .jm4y-prototype-summary {
    max-height: none;
    order: -1;
    overflow: visible;
    position: static;
  }
}

@media (max-width: 700px) {
  .jm4y-prototype-shell {
    padding: 28px 0 46px;
  }

  .jm4y-prototype-summary {
    max-height: none;
    order: 2;
    overflow: visible;
    position: static;
  }

  .jm4y-flow-progress {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
    padding: 6px;
  }

  .jm4y-flow-progress span,
  .jm4y-flow-progress button {
    align-items: center;
    border: 1px solid var(--jm4y-border);
    display: flex;
    justify-content: center;
    letter-spacing: .015em;
    line-height: 1.15;
    min-height: 42px;
    min-width: 0;
    padding: 7px 4px;
    text-align: center;
    white-space: normal;
    word-break: normal;
  }

  .jm4y-addon-tiles,
  .jm4y-field-row.two-up,
  .jm4y-field-row.three-up,
  .jm4y-schedule-controls,
  .jm4y-schedule-controls--date-only,
  .jm4y-service-cards,
  .jm4y-frequency-cards,
  .jm4y-spots {
    grid-template-columns: minmax(0, 1fr);
  }

  .jm4y-prototype-intro,
  .jm4y-prototype-card,
  .jm4y-prototype-summary,
  .jm4y-prototype-debug,
  .jm4y-prototype-success {
    padding: 20px;
  }

  .jm4y-price {
    font-size: 38px;
  }
}


/* Conversion/mobile UX pass */

.jm4y-inline-help {
  background: #f7fbff;
  border: 1px solid #dbeaf8;
  color: var(--jm4y-muted);
  margin: 6px 0 16px;
  padding: 12px 14px;
}

.jm4y-inline-help summary {
  color: var(--jm4y-blue);
  cursor: pointer;
  font-weight: 900;
}

.jm4y-inline-help p {
  line-height: 1.5;
  margin: 10px 0 0;
}

.jm4y-discount-row {
  margin-top: 18px;
}

.jm4y-spot-cards {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0 12px;
}

.jm4y-spot-card-heading {
  color: var(--jm4y-muted);
  grid-column: 1 / -1;
  line-height: 1.35;
}

.jm4y-spot-card-heading strong,
.jm4y-spot-card-heading span {
  display: block;
}

.jm4y-spot-card-heading strong {
  color: var(--jm4y-blue);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.jm4y-spot-card {
  background: #fff;
  border: 2px solid #dbeaf8;
  border-radius: 3px;
  color: var(--jm4y-ink);
  cursor: pointer;
  display: grid;
  gap: 6px;
  min-height: 76px;
  padding: 13px 14px;
  position: relative;
  text-align: left;
  touch-action: manipulation;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.jm4y-spot-card:hover,
.jm4y-spot-card:focus-visible,
.jm4y-service-card:focus-visible,
.jm4y-frequency-card:focus-visible,
.jm4y-addon-tile:focus-within,
.jm4y-primary-button:focus-visible,
.jm4y-link-button:focus-visible {
  border-color: var(--jm4y-blue);
  box-shadow: 0 0 0 3px rgba(25, 63, 107, .16);
  outline: 0;
}

.jm4y-spot-card strong {
  color: var(--jm4y-blue);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  padding-right: 68px;
}

.jm4y-spot-card span {
  color: var(--jm4y-muted);
  font-size: 13px;
}

.jm4y-spot-card__badge {
  background: var(--jm4y-gold-soft);
  color: var(--jm4y-blue) !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 4px 6px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
}

.jm4y-spot-card.is-selected {
  background: var(--jm4y-widget-orange);
  border-color: var(--jm4y-widget-orange);
  box-shadow: 0 8px 18px rgba(255, 134, 4, .18);
}

.jm4y-spot-card.is-selected strong,
.jm4y-spot-card.is-selected span {
  color: #fff;
}

.jm4y-spot-card.is-selected::after {
  background: #fff;
  color: var(--jm4y-widget-orange);
  content: '✓';
  font-weight: 900;
  height: 22px;
  left: 10px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 22px;
}

.jm4y-spot-card.is-selected strong {
  padding-left: 30px;
}

.jm4y-card-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -2px 0 14px;
}

.jm4y-card-logo {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd8e2;
  border-radius: 5px;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  overflow: hidden;
  padding: 0 5px;
  width: 58px;
}

.jm4y-card-logo svg {
  display: block;
  height: 24px;
  width: 100%;
}

.jm4y-card-logo text {
  dominant-baseline: alphabetic;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.jm4y-card-logo--visa text {
  fill: #1a1f71;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .06em;
}

.jm4y-card-logo--mastercard circle:first-child {
  fill: #eb001b;
}

.jm4y-card-logo--mastercard circle:nth-child(2) {
  fill: #f79e1b;
  opacity: .88;
}

.jm4y-card-logo--mastercard text {
  fill: #333;
  font-size: 5px;
  font-weight: 700;
}

.jm4y-card-logo--amex {
  background: #2e77bb;
  border-color: #2e77bb;
}

.jm4y-card-logo--amex text {
  fill: #fff;
  font-size: 13px;
}

.jm4y-card-logo--discover text {
  fill: #222;
  font-size: 10px;
}

.jm4y-card-logo--stripe {
  border-color: #635bff;
}

.jm4y-card-logo--stripe text {
  fill: #635bff;
  font-size: 14px;
  font-weight: 800;
}

.jm4y-payment-trust {
  background: transparent;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 16px;
  padding: 0;
}

.jm4y-payment-trust span {
  color: var(--jm4y-blue);
  font-size: 13px;
  font-weight: 800;
  padding-left: 20px;
  position: relative;
}

.jm4y-payment-trust a {
  color: var(--jm4y-blue);
  font-weight: 900;
  text-decoration: underline;
}

.jm4y-payment-trust span::before {
  color: var(--jm4y-price-green);
  content: '✓';
  font-weight: 900;
  left: 0;
  position: absolute;
}

.jm4y-prototype-card [data-role="payment-status"] {
  background: transparent;
  border: 0;
  color: var(--jm4y-muted);
  margin: 8px 0 0;
  padding: 0;
}

.jm4y-prototype-card [data-role="payment-status"].is-ok {
  background: transparent;
  border: 0;
  color: var(--jm4y-muted);
}

.jm4y-prototype-card [data-role="payment-status"].is-error {
  background: var(--jm4y-error-bg);
  border: 1px solid #e8a29a;
  border-left: 5px solid #cc3d2f;
  color: var(--jm4y-error);
  padding: 12px 14px;
}

.jm4y-mobile-booking-bar {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid var(--jm4y-border);
  bottom: 0;
  box-shadow: 0 -8px 24px rgba(16, 36, 58, .14);
  display: none;
  gap: 8px;
  left: 0;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 900;
}

.jm4y-mobile-booking-bar div {
  min-width: 0;
}

.jm4y-mobile-booking-bar span,
.jm4y-mobile-booking-bar strong,
.jm4y-mobile-booking-bar em {
  display: block;
}

.jm4y-mobile-booking-bar span {
  color: var(--jm4y-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
}

.jm4y-mobile-booking-bar strong {
  color: var(--jm4y-price-green);
  font-size: 21px;
  font-weight: 900;
  line-height: .98;
}

.jm4y-mobile-booking-bar em {
  color: var(--jm4y-muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.2;
  margin-top: 3px;
  max-width: 185px;
}

.jm4y-mobile-booking-bar .jm4y-primary-button {
  flex: 1 1 140px;
  font-size: 14px;
  min-height: 42px;
  padding: 9px 12px;
  width: auto;
}

@media (max-width: 700px) {
  .jm4y-booking-production-preview .subheader {
    min-height: 205px;
  }

  .jm4y-hero-cta {
    margin-bottom: 12px;
    padding: 10px 18px;
  }

  .jm4y-booking-production-preview .subheader__content h1 {
    font-size: 31px;
  }

  .jm4y-booking-hero-steps {
    display: none;
  }

  .jm4y-prototype-form {
    padding-bottom: 76px;
  }

  .jm4y-prototype-summary {
    border-color: #cddfed;
    box-shadow: 0 8px 24px rgba(16, 36, 58, .08);
  }


  .jm4y-spot-cards {
    grid-template-columns: 1fr;
  }

  .jm4y-spot-card {
    min-height: 76px;
  }

  .jm4y-mobile-booking-bar {
    display: flex;
  }
}


.jm4y-summary-reassurance {
  border-top: 1px solid #e8eef4;
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
}

.jm4y-summary-reassurance span {
  color: var(--jm4y-muted);
  font-size: 12px;
  font-weight: 800;
  padding-left: 18px;
  position: relative;
}

.jm4y-summary-reassurance span::before {
  color: var(--jm4y-price-green);
  content: '✓';
  left: 0;
  position: absolute;
}


@media (prefers-reduced-motion: reduce) {
  .jm4y-booking-production-preview *,
  .jm4y-booking-production-preview *::before,
  .jm4y-booking-production-preview *::after {
    animation-duration: .001ms !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}


/* Checkout-focused production polish */
.jm4y-booking-production-preview + .footer-main {
  display: none;
}

.jm4y-booking-checkout-footer {
  background: var(--jm4y-navy);
  color: #fff;
  padding: 18px 0;
}

.jm4y-booking-checkout-footer .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: center;
}

.jm4y-booking-checkout-footer span,
.jm4y-booking-checkout-footer a {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.jm4y-booking-checkout-footer a {
  text-decoration: underline;
}

.jm4y-field-note,
.jm4y-card-helper,
.jm4y-sms-consent em {
  color: var(--jm4y-muted);
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 5px;
}

.jm4y-prototype-card input[readonly] {
  background: #f4f8fb;
  color: var(--jm4y-blue);
  cursor: default;
  font-weight: 900;
}

.jm4y-card-helper {
  margin: -2px 0 8px;
}

.jm4y-frequency-card__price,
.jm4y-frequency-card__savings {
  display: block;
}

.jm4y-frequency-card__price {
  color: var(--jm4y-price-green);
  font-size: 16px;
  font-weight: 900;
}

.jm4y-frequency-card__savings {
  color: var(--jm4y-muted);
  font-size: 12px;
  font-weight: 800;
}

.jm4y-frequency-card.is-selected .jm4y-frequency-card__price,
.jm4y-frequency-card.is-selected .jm4y-frequency-card__savings {
  color: #fff;
}

.jm4y-special-instructions {
  border-top: 1px solid #edf1f4;
  margin-top: 12px;
  padding-top: 12px;
}

.jm4y-special-instructions summary {
  color: var(--jm4y-blue);
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
}

.jm4y-special-instructions label {
  margin-top: 12px;
}

@media (max-width: 700px) {
  .jm4y-mobile-hidden-submit {
    display: none;
  }

  .jm4y-prototype-card {
    padding: 18px;
  }

  .jm4y-card-heading {
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .jm4y-addon-tile {
    gap: 9px;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 66px;
    padding: 10px;
  }

  .jm4y-addon-tile__icon {
    height: 34px;
    width: 34px;
  }

  .jm4y-addon-tile__body em {
    font-size: 11px;
    line-height: 1.25;
  }

  .jm4y-prototype-card textarea {
    min-height: 88px;
  }

  .jm4y-mobile-booking-bar {
    min-height: 58px;
  }

  .jm4y-mobile-booking-bar em {
    display: none;
  }

  .jm4y-mobile-booking-bar em.is-attention {
    display: block;
  }

  .jm4y-booking-checkout-footer {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }
}
