/* Vacant quote layout used by /quote. */

.quote-booking-page .booking-flow-section,
.quote-booking-page:has(#vacant-quote-form) .booking-flow-section,
.quote-booking-page:has(#occupied-contact-form) .booking-flow-section {
  padding-top: 18px;
  padding-bottom: 24px;
}
.quote-booking-page .booking-progress,
.quote-booking-page .occupied-progress-wrap {
  margin-top: 0;
  margin-bottom: 18px;
}
.quote-booking-page .booking-flow-heading {
  margin-bottom: 16px;
}
.quote-booking-page .booking-flow-heading h2 {
  font-size: clamp(22px, 3.2vw, 28px);
  line-height: 1.15;
}
.quote-booking-page .client-type-field .booking-choice-grid button {
  min-height: 50px;
  height: 50px;
  padding: 8px 12px;
  box-sizing: border-box;
}

#booking-flow-title:focus {
  outline: none;
}

.quote-booking-page .booking-form-main legend,
.quote-booking-page .booking-form-main .quick-choice-fieldset legend,
.quote-booking-page .vacant-room-scope legend,
.quote-booking-page .property-address-fieldset legend,
.quote-booking-page .booking-contact-grid label,
.quote-booking-page .booking-contact-grid > .client-type-field,
.quote-booking-page .booking-contact-grid > .client-type-field > span,
.quote-booking-page .quote-details-fields legend {
  margin-bottom: 6px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
  color: #4c4749;
}
.quote-booking-page .vacant-room-scope > legend .areas-setup-note {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  color: #8d8689;
}
.quote-booking-page .vacant-room-scope > legend .areas-setup-note::before {
  content: "· ";
}
.quote-booking-page .booking-choice-grid strong,
.quote-booking-page .property-type-card > button,
.quote-booking-page .property-type-card > button strong,
.quote-booking-page .property-size-display,
.quote-booking-page .property-type-card .property-size-field .property-size-display,
.quote-booking-page .bedroom-size-field select,
.quote-booking-page .property-address-fieldset input,
.quote-booking-page .booking-contact-grid input,
.quote-booking-page .booking-contact-grid select,
.quote-booking-page .booking-contact-grid textarea,
.quote-booking-page .room-choice-item,
.quote-booking-page .room-choice-item label,
.quote-booking-page .bedroom-room-heading label,
.quote-booking-page .additional-rooms summary {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
}
.quote-booking-page .booking-choice-grid strong {
  font-weight: 700;
}
.quote-booking-page .property-type-card .property-size-field .property-size-display,
.quote-booking-page .bedroom-size-field select {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.property-type-grid {
  align-items: stretch;
}
.property-size-grid {
  align-items: stretch;
}
.property-size-fieldset:not(:has(.booking-choice-grid)) {
  margin-bottom: 12px;
}
.property-type-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fcf8f7;
  overflow: hidden;
}
.property-type-card:hover,
.property-type-card.selected {
  border-color: var(--astra-pink);
}
.property-type-card.selected {
  background: var(--astra-blush);
}
.property-type-grid .property-type-card > button,
.quick-choice-fieldset .property-type-grid .property-type-card > button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 9px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
  text-align: center;
}
.property-type-grid .property-type-card > button:hover,
.quick-choice-fieldset .property-type-grid .property-type-card > button:hover {
  border: 0;
  background: transparent;
}
.property-type-card .bedroom-size-field {
  margin: 0 8px 8px;
}
.property-type-card .property-size-field {
  position: relative;
  display: block;
}
.property-type-card .property-size-field .property-size-display {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  column-gap: 0.3em;
  min-height: 30px;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}
.property-size-range,
.property-size-unit {
  white-space: nowrap;
}
.property-type-card .property-size-field select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 0;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  background: none;
  border: 0;
}
.property-type-card .property-size-field:focus-within .property-size-display {
  outline: 2px solid rgba(170, 41, 79, .22);
  outline-offset: 1px;
}

.home-status-grid button {
  min-height: 62px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.home-status-grid strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5em;
  text-align: center;
  white-space: normal;
}
.quick-choice-fieldset .home-status-grid small,
.home-status-grid small {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.3em;
  row-gap: 0;
  width: 100%;
  text-align: center;
}
.occupancy-detail-lead,
.occupancy-detail-wrap {
  white-space: nowrap;
}

.booking-choice-grid button.selected { border-color: var(--astra-pink); background: var(--astra-blush); color: var(--ink); }

.quote-booking-page .property-size-field:has(select:invalid) .property-size-display,
.quote-booking-page .bedroom-size-field:has(select:invalid) select,
.quote-booking-page .property-address-fieldset input:required:invalid,
.quote-booking-page .quote-details-fields input:required:invalid,
.quote-booking-page .quote-details-fields select:required:invalid,
.quote-booking-page .booking-contact-grid input:required:invalid,
.quote-booking-page .booking-contact-grid select:required:invalid {
  border-color: var(--astra-pink);
}
.quote-booking-page .is-incomplete > legend,
.quote-booking-page .client-type-field.is-incomplete > span,
.quote-booking-page .vacant-room-scope.is-incomplete > legend {
  color: var(--astra-pink-dark);
}
@keyframes astra-field-flash {
  0%, 100% {
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(170, 41, 79, 0);
  }
  50% {
    background-color: rgba(213, 90, 106, 0.16);
    box-shadow: 0 0 0 3px rgba(170, 41, 79, 0.5);
  }
}
.quote-booking-page .field-flash > legend,
.quote-booking-page .field-flash > span {
  color: var(--astra-pink-dark);
}
.quote-booking-page .field-flash input,
.quote-booking-page .field-flash select,
.quote-booking-page .field-flash textarea,
.quote-booking-page input.field-flash,
.quote-booking-page select.field-flash,
.quote-booking-page textarea.field-flash,
.quote-booking-page .field-flash .booking-choice-grid button:not(.selected),
.quote-booking-page .field-flash .room-choice-item:not(:has(:checked)),
.quote-booking-page .field-flash .bedroom-room-card:not(:has(:checked)),
.quote-booking-page .field-flash .occupied-next-option,
.quote-booking-page .field-flash .occupied-area-upload,
.quote-booking-page .booking-agreement-item.field-flash,
.quote-booking-page .date-picker-card.field-flash .booking-calendar-grid {
  animation: astra-field-flash 0.45s ease-in-out 3;
}
@media (prefers-reduced-motion: reduce) {
  .quote-booking-page .field-flash input,
  .quote-booking-page .field-flash select,
  .quote-booking-page .field-flash textarea,
  .quote-booking-page input.field-flash,
  .quote-booking-page select.field-flash,
  .quote-booking-page textarea.field-flash,
  .quote-booking-page .field-flash .booking-choice-grid button:not(.selected),
  .quote-booking-page .field-flash .room-choice-item:not(:has(:checked)),
  .quote-booking-page .field-flash .bedroom-room-card:not(:has(:checked)),
  .quote-booking-page .field-flash .occupied-next-option,
  .quote-booking-page .field-flash .occupied-area-upload,
  .quote-booking-page .booking-agreement-item.field-flash,
  .quote-booking-page .date-picker-card.field-flash .booking-calendar-grid {
    animation: none;
    background-color: rgba(213, 90, 106, 0.12);
    box-shadow: 0 0 0 3px rgba(170, 41, 79, 0.45);
  }
}
.quote-booking-page .required-select-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 8px 0 0;
  padding: 4px 8px;
  border: 1px solid var(--astra-pink);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.booking-choice-grid button.selected small { color: var(--muted); }
.booking-choice-grid .selected small { color: var(--muted); }

.booking-form-main fieldset > .room-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bedroom-room-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.additional-room-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quote-booking-page .room-choice-item {
  min-height: 52px;
  padding: 8px;
  gap: 8px;
  box-sizing: border-box;
}
.quote-booking-page .room-choice-item label {
  padding: 0 2px 0 12px;
  min-height: 0;
  justify-content: center;
  text-align: center;
}
.quote-booking-page .room-choice-copy {
  flex: 1;
  text-align: center;
}
.room-choice-copy > span,
.bedroom-room-heading label > span {
  white-space: normal;
}
.room-label-count {
  white-space: nowrap;
}
.quote-booking-page .bedroom-room-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.quote-booking-page .bedroom-card-hitarea {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.quote-booking-page .bedroom-room-heading {
  position: relative;
  z-index: 2;
}
.quote-booking-page .bedroom-room-heading label {
  padding: 0 2px 0 12px;
  flex: 1;
  justify-content: center;
  text-align: center;
}
.room-info-button.has-thumb {
  position: relative;
  top: auto;
  right: auto;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  flex: 0 0 40px;
  align-self: center;
  overflow: hidden;
  border-radius: 8px;
  background: #eee8e6;
  color: transparent;
  cursor: pointer;
}
.room-info-button.has-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
.room-info-button.has-thumb:hover,
.room-info-button.has-thumb:focus-visible {
  color: transparent;
  background: #eee8e6;
  outline: 2px solid var(--astra-pink);
  outline-offset: 1px;
}
.quote-booking-page .room-info-button {
  position: relative;
  z-index: 3;
}
.quote-booking-page .room-info-button .room-info-icon {
  display: block;
}
.quote-booking-page .room-info-button.has-thumb .room-info-icon {
  display: none;
}

.bedroom-size-field {
  display: block;
  min-width: 0;
  margin-top: 4px;
}
.quote-booking-page .bedroom-size-field select,
.bedroom-size-field select {
  width: 100%;
  min-width: 0;
  height: 28px;
  min-height: 28px;
  padding: 2px 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  background-image: none;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
  text-align-last: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.bedroom-size-field select::-ms-expand {
  display: none;
}

.vacant-scope-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.property-address-fieldset input {
  width: 100%;
  min-height: 50px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-sizing: border-box;
  font: inherit;
}
.quote-booking-page .vacant-contact-gate,
.quote-booking-page .occupied-review-form.occupied-step-card {
  max-width: none;
  width: 100%;
}
.quote-booking-page .booking-contact-grid {
  width: 100%;
}

.booking-contact-grid > .client-type-field,
.booking-contact-grid > .client-type-fieldset,
.quote-details-fields fieldset,
.vacant-contact-gate fieldset {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
  min-inline-size: 0;
  background: none;
  box-shadow: none;
  color: #4c4749;
  font-size: 14px;
  font-weight: 750;
  align-content: start;
}
.booking-contact-grid > .client-type-field > span,
.quote-details-fields legend,
.vacant-contact-gate legend {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
  color: #4c4749;
  font-size: 12px;
  font-weight: 750;
}
.booking-contact-grid > .client-type-field .booking-choice-grid {
  font-weight: 700;
}
.booking-contact-grid > .client-type-field .booking-choice-grid button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.booking-contact-grid > .client-type-field .booking-choice-grid strong {
  display: block;
  text-align: center;
}
.quote-details-fields select,
.booking-contact-grid.quote-details-fields > label > select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  padding-right: 12px;
}
.quote-details-fields select::-ms-expand {
  display: none;
}
.brokerage-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  max-height: 240px;
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  border: 1px solid #cfc9bd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(47, 40, 36, 0.12);
  z-index: 30;
}
.brokerage-suggest li {
  padding: 8px 13px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.brokerage-suggest li:hover,
.brokerage-suggest li.active { background: #f7e8eb; }

.quote-booking-page .furniture-adjusted-quote-note {
  display: grid;
  gap: 12px;
  align-items: start;
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(213, 90, 106, 0.35);
  border-radius: 14px;
  background: #fbf4f3;
}
.quote-booking-page .furniture-adjusted-quote-note .quote-step-label,
.quote-booking-page .vacant-furniture-confirmation .quote-step-label {
  color: var(--astra-pink-dark, #702438);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.quote-booking-page .vacant-furniture-confirmation {
  display: grid;
  gap: 6px;
  margin-top: 14px;
}
.quote-booking-page .vacant-furniture-confirmation strong {
  margin-bottom: 0;
  font-size: 18px;
}
@media (max-width: 900px) {
  .phase7-active-funnel:has(.vacant-furniture-confirmation) .phase7-mobile-primary {
    display: none !important;
  }
}
.quote-booking-page .furniture-adjusted-quote-note .quote-ready-title {
  color: var(--astra-pink-dark, #702438);
}
.quote-booking-page .quote-price-basis {
  margin: 6px 0 0;
  color: var(--astra-pink-dark, #702438);
  font-size: 14px;
  font-weight: 700;
}
.quote-booking-page .quote-next-step .quote-ready-copy {
  display: grid;
  gap: 6px;
}
.quote-booking-page .quote-next-step .quote-ready-title {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}
.quote-booking-page .quote-next-step .quote-ready-body,
.quote-booking-page .quote-next-step .quote-ready-highlight,
.quote-booking-page .quote-next-step .quote-ready-note,
.quote-booking-page .quote-next-step .quote-ready-copy p,
.quote-booking-page .quote-next-step .quote-ready-copy span {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}
.quote-booking-page .quote-next-step {
  gap: 14px;
}
.quote-booking-page .quote-complete-flow {
  display: grid;
  gap: 0;
  margin: 18px 0 10px;
}
.quote-booking-page .quote-complete-flow .price-result-next {
  display: grid;
  width: 100%;
  align-items: start;
  justify-items: stretch;
  margin: 0;
}
.quote-booking-page .quote-complete-card {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 8px;
}
.quote-booking-page .quote-view-full-quote,
.quote-booking-page .quote-complete-path [data-open-calendar] {
  width: 100%;
  max-width: none;
  margin: 6px 0 4px;
  min-height: 48px;
  font-size: 14px;
  font-weight: 750;
}
.quote-booking-page .quote-complete-path [data-open-calendar] {
  margin-top: 10px;
}
.quote-booking-page .quote-complete-path {
  display: grid;
  gap: 2px;
  padding-top: 12px;
  border-top: 1px solid #e6dcdf;
}
.quote-booking-page .quote-complete-path-label {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
}
.quote-full-modal {
  width: min(980px, calc(100vw - 24px));
  height: min(900px, calc(100dvh - 24px));
  min-width: min(980px, calc(100vw - 24px));
  min-height: min(80dvh, 640px);
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  border: 1px solid #d5ccd0;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.quote-full-modal::backdrop {
  background: rgba(38, 34, 38, 0.45);
}
.quote-full-modal-bar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 12px;
  pointer-events: none;
}
.quote-full-modal-close {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 4px 14px rgba(27, 25, 26, 0.12);
}
.quote-full-modal-close:hover {
  background: var(--astra-blush-soft);
}
.quote-full-modal-body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.quote-full-modal-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 70dvh;
  border: 0;
  background: #fff;
}
.quote-full-modal-status {
  margin: 0;
  padding: 28px 20px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.45;
}
body.quote-full-modal-open {
  overflow: hidden;
}
@media (max-width: 900px) {
  .quote-full-modal {
    width: 100vw;
    height: 100dvh;
    min-width: 100vw;
    min-height: 100dvh;
    max-width: none;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 900px) {
  .quote-booking-page .quote-next-step .quote-ready-title { font-size: 19px; }
  .quote-booking-page .quote-next-step .quote-ready-body,
  .quote-booking-page .quote-next-step .quote-ready-highlight,
  .quote-booking-page .quote-next-step .quote-ready-note,
  .quote-booking-page .quote-next-step .quote-ready-copy p,
  .quote-booking-page .quote-next-step .quote-ready-copy span { font-size: 15px; }
}
.quote-booking-page .occupied-quote-result {
  width: min(980px, 100%);
  margin: 0 auto;
}
.quote-booking-page .occupied-quote-result .occupied-range-result {
  max-width: none;
  margin: 0;
}
.quote-booking-page .occupied-next-step-form {
  width: min(980px, 100%);
  margin: 28px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.quote-booking-page .occupied-next-step {
  margin: 0;
}
.quote-booking-page .occupied-next-step h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.quote-booking-page .occupied-next-lead {
  max-width: 720px;
  margin: 8px 0 22px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.5;
}
.quote-booking-page .occupied-next-options {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: stretch;
}
.quote-booking-page .occupied-next-options.is-upload-only,
.quote-booking-page .occupied-next-options.is-consult-only {
  grid-template-columns: 1fr;
}
.quote-booking-page .occupied-next-option {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 24px 24px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(27, 25, 26, 0.06);
}
.quote-booking-page .occupied-next-option.selected {
  border-color: var(--astra-pink);
  box-shadow: 0 10px 28px rgba(213, 90, 106, 0.12);
}
.quote-booking-page .occupied-next-option.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}
.quote-booking-page .occupied-next-option.is-disabled .occupied-next-cta {
  cursor: not-allowed;
}
.quote-booking-page .occupied-next-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.quote-booking-page .occupied-next-num {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3d4d8;
  color: var(--astra-pink-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.quote-booking-page .occupied-next-option h4 {
  margin: 0;
  min-width: 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.quote-booking-page .occupied-next-option > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}
.quote-booking-page .occupied-next-cta {
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
}
.quote-booking-page .occupied-next-cta-primary {
  border: 1px solid var(--astra-wine);
  background: var(--astra-wine);
  color: #fff;
}
.quote-booking-page .occupied-next-cta-primary:hover {
  border-color: var(--astra-pink-dark);
  background: var(--astra-pink-dark);
  color: #fff;
}
.quote-booking-page .occupied-next-cta-secondary {
  border: 1px solid var(--astra-wine);
  background: #fff;
  color: var(--astra-wine);
}
.quote-booking-page .occupied-next-cta-secondary:hover {
  border-color: var(--astra-pink-dark);
  background: var(--astra-blush-soft);
  color: var(--astra-pink-dark);
}
.quote-booking-page .occupied-next-cta-secondary.is-requested {
  border-color: var(--astra-wine);
  background: var(--astra-blush-soft);
  color: var(--astra-pink-dark);
}
.quote-booking-page #occupied-upload-option {
  scroll-margin-bottom: calc(96px + env(safe-area-inset-bottom));
}
.quote-booking-page .occupied-next-step-form:has(.occupied-photo-validation) {
  padding-bottom: calc(160px + env(safe-area-inset-bottom));
}
.quote-booking-page .occupied-photo-validation {
  scroll-margin-top: 72px;
  scroll-margin-bottom: calc(96px + env(safe-area-inset-bottom));
}
.quote-booking-page .occupied-upload-progress {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}
.quote-booking-page .occupied-photos-saved {
  margin: 0;
  color: var(--astra-pink-dark);
  font-size: 13px;
  font-weight: 750;
}
.quote-booking-page .occupied-photo-area-list {
  list-style: none;
  margin: 2px 0 4px;
  padding: 0;
  display: grid;
  gap: 6px;
}
.quote-booking-page .occupied-photo-area-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fcf8f7;
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
}
.quote-booking-page .occupied-photo-area-status.is-complete span:last-child {
  color: var(--astra-pink-dark);
  font-weight: 750;
}
.quote-booking-page .occupied-photo-area-status.is-incomplete {
  border-color: rgba(213, 90, 106, 0.5);
  background: #fbf4f3;
}
.quote-booking-page .occupied-submission-confirmation h3 {
  margin: 0;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.quote-booking-page .occupied-submission-confirmation .eyebrow {
  margin: 0;
}
.quote-booking-page .occupied-submission-confirmation > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.quote-booking-page .occupied-panel:has(.occupied-submission-confirmation) {
  padding: 20px 22px 18px;
}
.quote-booking-page .occupied-confirmation-close-note {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.quote-booking-page .occupied-submission-confirmation dl {
  grid-template-columns: 1fr;
}
@media (max-width: 900px) {
  .quote-booking-page:has(.occupied-submission-confirmation) .booking-flow-section {
    padding-bottom: 20px;
  }
  .quote-booking-page .occupied-panel:has(.occupied-submission-confirmation) {
    padding: 16px 14px 16px;
  }
  .quote-booking-page:has(.occupied-submission-confirmation) ~ .phase7-mobile-action-bar,
  body:has(.occupied-submission-confirmation) .phase7-mobile-action-bar,
  body:has(.occupied-submission-confirmation) .mobile-bar {
    display: none !important;
  }
}
.quote-booking-page .occupied-photo-validation {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(213, 90, 106, 0.45);
  border-radius: 12px;
  background: #fbf4f3;
  scroll-margin-bottom: calc(96px + env(safe-area-inset-bottom));
}
.quote-booking-page .occupied-photo-validation p {
  margin: 0 0 6px;
  color: var(--astra-pink-dark);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}
.quote-booking-page .occupied-photo-validation p + p {
  color: var(--ink);
  font-weight: 650;
}
.quote-booking-page .occupied-photo-validation ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}
.quote-booking-page .occupied-next-option.is-photos-ready h4 {
  color: var(--astra-pink-dark);
}
.occupied-photo-guide .occupied-guide-area-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.occupied-guide-area {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fcf8f7;
}
.occupied-guide-area.is-incomplete {
  border-color: rgba(213, 90, 106, 0.5);
}
.occupied-guide-area > strong {
  display: block;
  font-size: 15px;
  font-weight: 750;
}
.occupied-guide-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}
.occupied-guide-thumbs .occupied-upload-preview {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.occupied-guide-thumbs .occupied-upload-preview img,
.occupied-guide-thumbs .occupied-upload-preview video {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.occupied-guide-thumbs .occupied-upload-preview > span {
  display: none;
}
.occupied-guide-thumbs .occupied-upload-preview button {
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  font-size: 13px;
}
.quote-booking-page .occupied-consult-cancel-mobile {
  display: none;
}
.quote-booking-page .occupied-consult-cancel-desktop {
  display: inline;
}
.quote-booking-page .occupied-next-or {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3eeec;
  color: #8a7f82;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transform: translate(-50%, -50%);
}
.quote-booking-page .occupied-next-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.quote-booking-page .occupied-photo-followup,
.quote-booking-page .occupied-next-step-form .occupied-consultation-note {
  margin-top: 22px;
}
.quote-booking-page .occupied-next-step-form .occupied-step-actions {
  margin-top: 22px;
}
@media (max-width: 900px) {
  .quote-booking-page,
  .quote-booking-page button,
  .quote-booking-page input,
  .quote-booking-page select,
  .quote-booking-page textarea,
  .quote-booking-page legend,
  .quote-booking-page label,
  .quote-booking-page h2,
  .quote-booking-page .eyebrow,
  .quote-booking-page .booking-progress b,
  .quote-booking-page .booking-progress span {
    font-family: var(--font-body);
  }
  .quote-booking-page .eyebrow {
    font-size: 12px;
    letter-spacing: .08em;
  }
  .quote-booking-page .booking-flow-heading h2 {
    font-size: 22px;
    font-weight: 750;
    letter-spacing: -.02em;
  }
  .quote-booking-page .booking-progress,
  .quote-booking-page .occupied-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .quote-booking-page .booking-progress b,
  .quote-booking-page .occupied-progress b {
    flex: none;
    display: block;
    min-height: 0;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.04em;
    white-space: normal;
    text-wrap: balance;
  }
  .quote-booking-page .booking-progress span,
  .quote-booking-page .occupied-progress span {
    flex: none;
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .quote-booking-page .booking-progress-step,
  .quote-booking-page .occupied-progress-step,
  .quote-booking-page .occupied-progress .booking-progress-step {
    min-height: 68px;
    padding: 8px 10px;
    gap: 4px;
    overflow: visible;
    justify-content: center;
  }
  .quote-booking-page .occupied-next-step-form {
    margin-top: 20px;
  }
  .quote-booking-page .occupied-next-lead {
    margin-bottom: 16px;
    font-size: 15px;
  }
  .quote-booking-page .occupied-next-options {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .quote-booking-page .occupied-next-or {
    position: static;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    font-size: 14px;
    transform: none;
  }
  .quote-booking-page .occupied-next-option {
    padding: 20px 18px 18px;
  }
  .quote-booking-page .occupied-next-option h4 {
    font-size: 20px;
  }
  .quote-booking-page .occupied-consult-cancel-mobile {
    display: inline;
  }
  .quote-booking-page .occupied-consult-cancel-desktop {
    display: none;
  }
}

.quote-booking-page .occupied-area-upload-grid {
  grid-template-columns: 1fr;
  margin-bottom: 0;
}
.quote-booking-page .occupied-area-upload-list {
  display: grid;
  gap: 0;
}
.quote-booking-page .occupied-area-upload {
  padding: 12px 0 10px;
  border-top: 1px solid var(--line);
}
.quote-booking-page .occupied-area-upload:first-child {
  border-top: 0;
  padding-top: 2px;
}
.quote-booking-page .occupied-area-upload-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.quote-booking-page .occupied-area-upload-row strong {
  flex: 1;
  min-width: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
}
.quote-booking-page .occupied-area-upload-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}
.quote-booking-page .occupied-area-upload-icon {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px dashed #bdaab0;
  border-radius: 11px;
  background: #fff;
  color: var(--astra-pink-dark);
  cursor: pointer;
}
.quote-booking-page .occupied-area-upload-icon:hover {
  border-color: var(--astra-pink);
  background: var(--astra-blush-soft);
}
.quote-booking-page .occupied-area-upload-icon:focus-within {
  outline: 3px solid rgba(213, 90, 106, 0.27);
  outline-offset: 2px;
}
.quote-booking-page .occupied-area-upload-icon input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.quote-booking-page .occupied-area-upload-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.quote-booking-page .occupied-area-upload-camera {
  display: none;
}
.quote-booking-page .occupied-area-upload-row .occupied-upload-previews {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  max-width: 120px;
}
.quote-booking-page .occupied-area-upload-row .occupied-upload-previews:empty {
  display: none;
}
.quote-booking-page .occupied-area-upload-row .occupied-upload-preview {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 8px;
  overflow: hidden;
}
.quote-booking-page .occupied-area-upload-row .occupied-upload-preview img,
.quote-booking-page .occupied-area-upload-row .occupied-upload-preview video {
  width: 52px;
  height: 52px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.quote-booking-page .occupied-area-upload-row .occupied-upload-preview > span {
  display: none;
}
.quote-booking-page .occupied-area-upload-row .occupied-upload-preview button {
  top: 3px;
  right: 3px;
  width: 22px;
  height: 22px;
  font-size: 16px;
}
@media (max-width: 900px) {
  .quote-booking-page .occupied-area-upload-camera {
    display: grid;
  }
  .quote-booking-page .occupied-area-upload-icon {
    width: 44px;
    height: 44px;
  }
}

.occupied-photo-modal {
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--ivory);
}
.occupied-photo-modal[open] {
  display: flex;
  flex-direction: column;
}
.occupied-photo-modal::backdrop {
  background: var(--ivory);
}
.occupied-photo-modal-bar {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding: 10px 14px 6px;
  background: var(--ivory);
}
.occupied-photo-modal-close {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(27, 25, 26, 0.12);
}
.occupied-photo-modal-close:hover {
  background: var(--astra-blush-soft);
}
.occupied-photo-modal-body {
  width: min(760px, calc(100% - 32px));
  flex: 1 1 auto;
  margin: 0 auto;
  padding-bottom: 16px;
  overflow: auto;
}
.occupied-photo-modal-footer {
  flex: 0 0 auto;
  position: sticky;
  bottom: 0;
  z-index: 2;
  padding: 12px 16px calc(16px + env(safe-area-inset-bottom));
  background: var(--ivory);
}
.occupied-photo-modal-done {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(760px, 100%);
  min-height: 50px;
  margin: 0 auto;
  padding: 12px 18px;
  border: 1px solid var(--astra-wine);
  border-radius: 12px;
  background: var(--astra-wine);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.occupied-photo-modal-done:hover {
  border-color: var(--astra-pink-dark);
  background: var(--astra-pink-dark);
}
.occupied-photo-modal-body .occupied-upload-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}
.occupied-photo-modal-body .occupied-upload-heading strong {
  font-size: 22px;
  font-weight: 750;
  line-height: 1.2;
}
.occupied-photo-modal-body .occupied-upload-heading small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  white-space: normal;
}
.occupied-photo-modal-body .occupied-photo-guidance {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
}
.occupied-photo-modal-body .occupied-upload-grid {
  margin-bottom: 0;
}
body.occupied-photo-modal-open {
  overflow: hidden;
}

.occupied-area-photo-section {
  margin-top: 18px;
  padding-top: 6px;
}
.occupied-area-photo-section > h3 {
  margin: 0;
  font-family: inherit;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--ink);
}
.occupied-area-photo-lead,
.occupied-area-photo-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
.occupied-area-photo-note {
  margin-top: 14px;
}
.occupied-area-photo-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 10px;
}
.occupied-area-photo-card {
  min-height: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fcf8f7;
  color: inherit;
  text-align: left;
}
.occupied-area-photo-card:hover {
  border-color: var(--astra-pink);
  background: var(--astra-blush-soft);
}
.occupied-area-photo-card strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
}
.occupied-area-photo-count {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}
.occupied-area-photo-thumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-top: 2px;
}
.occupied-area-photo-thumbs-list {
  display: contents;
}
.occupied-area-photo-thumb {
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.occupied-area-photo-thumb img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: cover;
}
.occupied-area-photo-add {
  display: flex;
  align-items: center;
  gap: 6px;
}
.occupied-area-photo-add-btn {
  position: relative;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin: 0;
  display: grid;
  place-items: center;
  border: 1px dashed #bdaab0;
  border-radius: 8px;
  background: #fff;
  color: var(--astra-pink-dark);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}
.occupied-area-photo-add-btn input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.occupied-area-photo-add-btn svg {
  width: 16px;
  height: 16px;
  display: block;
}
.occupied-area-photo-add-camera {
  display: none;
}
@media (max-width: 900px) {
  .occupied-photo-guide .occupied-guide-area-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .occupied-guide-area {
    padding: 10px 8px 8px;
  }
  .occupied-guide-area > strong {
    font-size: 13px;
    line-height: 1.25;
  }
  .occupied-photo-modal-body {
    width: calc(100% - 24px);
  }
  .occupied-area-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .occupied-area-photo-card {
    min-height: 0;
    padding: 10px 10px 8px;
    gap: 4px;
  }
  .occupied-area-photo-thumb,
  .occupied-area-photo-thumb img,
  .occupied-area-photo-add-btn {
    width: 36px;
    height: 36px;
  }
  .occupied-area-photo-add-btn {
    font-size: 20px;
  }
  .occupied-area-photo-add-camera {
    display: grid;
  }
}
.quote-booking-page .quote-result-id {
  margin-top: 16px;
}
.quote-booking-page .booking-progress-step.done {
  pointer-events: auto;
  cursor: pointer;
}
.quote-booking-page .quote-price-header {
  border-bottom: 0;
  padding: 0;
}
.quote-booking-page .price-result-layout h3 {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.35em;
  margin: 0;
  color: var(--ink);
  font-size: 36px;
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.quote-booking-page .price-result-layout h3 small {
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: var(--muted);
}
.quote-booking-page .quote-price-header > .availability-summary {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.quote-booking-page .quote-price-discount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 0;
}
.quote-booking-page .quote-price-original {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}
.quote-booking-page .quote-price-off {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: #f3e6ea;
  color: #751b32;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.quote-booking-page .availability-quote-card h3 {
  margin-bottom: 0;
}
.quote-booking-page .review-scope-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.quote-booking-page .review-scope-list li {
  width: auto;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
}
.instant-proposal-rooms {
  display: block;
  width: 100%;
  clear: both;
  margin: 16px 0 0;
}
.instant-proposal-rooms .eyebrow {
  margin: 0 0 10px;
}
.instant-proposal-rooms .review-scope-list {
  margin: 0;
}
.instant-booking-dialog .staging-item-list {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 0;
}
.instant-booking-dialog .staging-item-list-heading {
  display: block;
  width: 100%;
  margin: 0;
}
.instant-booking-dialog .staging-item-list-heading h3 {
  margin: 0;
}
.instant-booking-dialog .staging-item-list-grid {
  margin-top: 14px;
  grid-template-columns: 1fr;
}
.quote-booking-page .availability-layout.phase4-availability-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}
.quote-booking-page .phase4-availability-layout .date-picker-card {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  min-width: 0;
  max-width: none;
  width: 100%;
}
.quote-booking-page .phase4-availability-layout .phase4-date-picker,
.quote-booking-page .phase4-availability-layout .phase4-date-picker .booking-calendar {
  max-width: none;
  width: 100%;
}
.quote-booking-page .date-picker-card > p.calendar-contact-note,
.quote-booking-page p.calendar-contact-note {
  display: block;
  margin: 12px 0 0;
  max-width: 100%;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
@media (min-width: 721px) {
  .quote-booking-page .booking-calendar-grid button,
  .quote-booking-page .booking-calendar-grid .calendar-blank {
    aspect-ratio: auto;
    height: 40px;
    min-height: 40px;
  }
}
@media (max-width: 900px) {
  .quote-booking-page .staging-date-cancel-note,
  .quote-booking-page .availability-next-cue .staging-date-cancel-note,
  .quote-booking-page .cancellation-reschedule-notice,
  .quote-booking-page .confirm-staging-facts > .cancellation-reschedule-notice {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    position: relative;
    max-width: 100%;
  }
  .quote-booking-page .availability-layout.phase4-availability-layout {
    grid-template-columns: 1fr;
  }
  .quote-booking-page .phase4-availability-layout .date-picker-card {
    padding: 0;
  }
}
.quote-booking-page .availability-quote-card .quote-price-discount {
  margin: 8px 0 12px;
}
.quote-booking-page .selected-setup-summary {
  margin: 16px 0 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.quote-booking-page .selected-setup-summary h4 {
  margin: 0;
  padding-top: 0;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--ink);
}
.quote-booking-page .selected-setup-summary > div > p,
.quote-booking-page .selected-setup-summary .quote-section-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
.quote-booking-page .occupied-step-heading h3 {
  margin: 0;
  padding-top: 18px;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: var(--ink);
}
.quote-booking-page .vacant-furniture-review {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.quote-booking-page .vacant-furniture-review > h3 {
  margin: 0;
  padding-top: 0;
  font-family: inherit;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--ink);
}
.quote-booking-page .occupied-step-heading {
  gap: 7px;
}
.quote-booking-page #occupied-contact-form.occupied-review-form {
  max-width: none;
  margin: 0;
  padding-top: 0;
  border-top: 0;
}
.quote-booking-page #occupied-submit-form.occupied-review-form {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 0;
  border-top: 0;
}
.quote-booking-page .occupied-submit-form .occupied-request-summary {
  margin-top: 0;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(27, 25, 26, 0.06);
}
.quote-booking-page .occupied-submit-form .occupied-planning-range {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(27, 25, 26, 0.06);
}
.quote-booking-page .selected-setup-summary ul {
  margin-top: 12px;
}
.quote-booking-page .selected-setup-summary-collapsed {
  margin: 12px 0 16px;
}
.quote-booking-page .selected-setup-summary-collapsed details {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.quote-booking-page .selected-setup-summary-collapsed summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
}
.quote-booking-page .selected-setup-summary-collapsed summary::-webkit-details-marker,
.quote-booking-page .selected-setup-summary-collapsed summary::marker {
  display: none;
}
.quote-booking-page .selected-setup-summary-collapsed .selected-setup-summary-copy {
  flex: 1 1 12rem;
  min-width: 0;
}
.quote-booking-page .selected-setup-summary-collapsed summary h4 {
  margin: 0;
  font-size: 17px;
}
.quote-booking-page .selected-setup-summary-collapsed .quote-section-note {
  margin: 4px 0 0;
}
.quote-booking-page .selected-setup-summary-collapsed .selected-setup-toggle {
  flex: 0 1 auto;
  max-width: 100%;
  color: var(--astra-pink-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
  text-align: right;
}
.quote-booking-page .selected-setup-summary-collapsed details[open] .selected-setup-toggle-closed,
.quote-booking-page .selected-setup-summary-collapsed details:not([open]) .selected-setup-toggle-open {
  display: none;
}
.quote-booking-page .selected-setup-summary-collapsed details[open] ul {
  margin: 0;
  padding: 0 12px 14px;
}
.quote-booking-page .furniture-adjusted-quote-note {
  margin-top: 8px;
}

.vacant-form-actions,
.quote-booking-page .occupied-step-actions,
.quote-booking-page .booking-stage-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: none;
  margin: 20px 0 0;
}
.vacant-form-actions .booking-primary-action,
.vacant-form-actions .vacant-form-back,
.quote-booking-page .occupied-step-actions .booking-primary-action,
.quote-booking-page .occupied-step-actions .booking-back,
.quote-booking-page .booking-stage-actions .booking-primary-action {
  width: auto;
  min-width: 0;
  flex: 0 0 auto;
  margin-top: 0;
}
.vacant-form-back,
.quote-booking-page .occupied-step-actions .booking-back {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgba(122, 34, 60, .34);
  border-radius: var(--control-radius);
  background: white;
  color: var(--astra-pink-dark);
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}
.vacant-form-back:hover,
.quote-booking-page .occupied-step-actions .booking-back:hover {
  border-color: var(--astra-pink-dark);
  background: var(--astra-blush-soft);
}
.vacant-form-actions .booking-primary-action,
.quote-booking-page .occupied-step-actions .booking-primary-action,
.quote-booking-page .booking-stage-actions .booking-primary-action {
  min-height: 42px;
  padding: 9px 16px;
}
.quote-saving-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.quote-saving-dots {
  display: block;
  width: 28px;
  height: 10px;
  overflow: visible;
  fill: currentColor;
}
.quote-saving-dots circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: quote-saving-dot 1s ease-in-out infinite;
}
.quote-saving-dots circle:nth-child(2) { animation-delay: .18s; }
.quote-saving-dots circle:nth-child(3) { animation-delay: .36s; }
@keyframes quote-saving-dot {
  0%, 80%, 100% { opacity: .3; }
  40% { opacity: 1; }
}

@media (min-width: 901px) {
  .quote-booking-page:has(.vacant-form-actions) .booking-progress-back,
  .quote-booking-page:has(.vacant-form-actions) .booking-progress-actions {
    display: none;
  }
  .phase7-active-funnel .phase7-mobile-action-bar {
    display: none !important;
  }
  .phase7-active-funnel .vacant-form-actions,
  .phase7-active-funnel .occupied-step-actions,
  .phase7-active-funnel .booking-stage-actions:has([data-phase7-current-primary]) {
    display: flex !important;
  }
  .phase7-active-funnel [data-occupied-back] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
  .phase7-active-funnel [data-phase7-current-primary] {
    visibility: visible !important;
    height: auto !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 9px 16px !important;
    border: 1px solid var(--astra-pink) !important;
    overflow: visible !important;
  }
  .phase7-active-funnel .quote-complete-path [data-open-calendar][data-phase7-current-primary] {
    width: 100% !important;
    min-height: 48px !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 900px) {
  .quote-booking-page .vacant-room-scope > legend .areas-setup-note {
    display: block;
    margin-top: 2px;
  }
  .quote-booking-page .vacant-room-scope > legend .areas-setup-note::before {
    content: none;
  }
  .quote-booking-page .booking-form-main legend,
  .quote-booking-page .booking-form-main .quick-choice-fieldset legend,
  .quote-booking-page .vacant-room-scope legend,
  .quote-booking-page .property-address-fieldset legend,
  .quote-booking-page .booking-contact-grid label,
  .quote-booking-page .booking-contact-grid > .client-type-field,
  .quote-booking-page .booking-contact-grid > .client-type-field > span,
  .quote-booking-page .quote-details-fields legend,
  .quote-booking-page .booking-choice-grid strong,
  .quote-booking-page .property-type-card > button,
  .quote-booking-page .property-type-card > button strong,
  .quote-booking-page .property-size-display,
  .quote-booking-page .property-type-card .property-size-field .property-size-display,
  .quote-booking-page .bedroom-size-field select,
  .quote-booking-page .property-address-fieldset input,
  .quote-booking-page .booking-contact-grid input,
  .quote-booking-page .booking-contact-grid select,
  .quote-booking-page .booking-contact-grid textarea,
  .quote-booking-page .room-choice-item,
  .quote-booking-page .room-choice-item label,
  .quote-booking-page .bedroom-room-heading label,
  .quote-booking-page .additional-rooms summary,
  .quote-booking-page .quick-choice-fieldset .booking-choice-grid strong {
    font-size: 14px;
  }
  .phase7-active-funnel .quote-booking-page input,
  .phase7-active-funnel .quote-booking-page select,
  .phase7-active-funnel .quote-booking-page textarea {
    font-size: 14px !important;
  }
  .quote-booking-page .booking-flow-section {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .quote-booking-page .booking-flow-heading h2 {
    font-size: 22px;
  }
  .quote-booking-page .client-type-field .booking-choice-grid button {
    min-height: 50px;
    height: 50px;
  }
  .home-status-grid .occupancy-detail-wrap {
    flex-basis: 100%;
  }
  .quote-booking-page .property-type-card .property-size-field .property-size-display,
  .quote-booking-page .bedroom-size-field select,
  .phase7-active-funnel .quote-booking-page .bedroom-size-field select {
    font-size: 12px !important;
    font-weight: 600;
  }
  .quote-booking-page .room-choice-item,
  .quote-booking-page .bedroom-room-card { padding: 8px; }
  .quote-booking-page .room-choice-item label { padding: 0 2px 0 12px; }
  .bedroom-size-field {
    margin-top: 4px;
  }
  .property-type-card .property-size-field .property-size-display {
    min-height: 30px;
    padding: 4px 6px;
    font-size: 12px;
  }
  .quote-booking-page .bedroom-size-field select,
  .bedroom-size-field select {
    width: 100%;
    height: 26px;
    min-height: 26px;
    padding: 1px 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.01em;
    background-image: none;
  }
  .quote-booking-page .bedroom-size-field select { font-size: 12px; }
  .phase7-active-funnel .bedroom-size-field select { font-size: 12px !important; font-weight: 600; }
  .quote-booking-page .required-select-hint {
    display: none;
  }
  .quote-booking-page .price-result-layout h3 {
    font-size: 32px;
  }
  .quote-booking-page .price-result-layout h3 small {
    font-size: 14px;
  }
  .quote-booking-page .quote-price-header > .availability-summary {
    margin-top: 5px;
    font-size: 14px;
  }
  .quote-booking-page .selected-setup-summary {
    margin: 14px 0 14px;
  }
  .quote-booking-page .selected-setup-summary h4 {
    font-size: 17px;
  }
  .quote-booking-page .selected-setup-summary > div > p,
  .quote-booking-page .selected-setup-summary .quote-section-note {
    font-size: 13px;
  }
  .quote-booking-page .selected-setup-summary-collapsed summary {
    align-items: flex-start;
    padding: 12px 14px;
  }
  .quote-booking-page .selected-setup-summary-collapsed .selected-setup-toggle {
    font-size: 12px;
  }
  .phase7-active-funnel .price-result-layout:has(.vacant-furniture-review) {
    padding-bottom: 36px;
  }
  .quote-booking-page .vacant-furniture-review {
    margin-top: 14px;
    padding: 14px 12px 12px;
  }
  .quote-booking-page .vacant-furniture-review > h3 {
    font-size: 22px;
  }
  .phase7-active-funnel .vacant-furniture-review,
  .phase7-active-funnel .occupied-area-photo-card {
    scroll-margin-bottom: calc(96px + env(safe-area-inset-bottom));
  }
}

.quote-booking-page .bedroom-size-field select { font-size: 12px; }

@media (max-width: 900px) {
  .phase7-active-funnel .bedroom-size-field select { font-size: 12px !important; }
  .quick-choice-fieldset .home-status-grid small {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.25;
  }
  .home-status-grid button {
    min-height: 56px;
    padding: 8px 6px;
  }
  .booking-form-main fieldset > .room-choice-grid,
  .bedroom-room-grid,
  .additional-room-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quote-booking-page .room-info-button.has-thumb img {
    display: none;
  }
  .quote-booking-page .room-info-button.has-thumb .room-info-icon {
    display: block;
  }
  .quote-booking-page .room-info-button.has-thumb {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    margin: 0;
    border-radius: 50%;
    background: transparent;
    color: #b9a8ad;
    overflow: visible;
  }
  .quote-booking-page .room-info-button.has-thumb:hover,
  .quote-booking-page .room-info-button.has-thumb:focus-visible {
    color: var(--astra-pink-dark);
    background: rgba(213, 90, 106, 0.08);
    outline: none;
  }
  .quote-booking-page .room-choice-item label,
  .quote-booking-page .bedroom-room-heading label {
    flex: 1;
    min-height: 44px;
  }
  .vacant-form-back { display: none; }
  .vacant-form-actions .booking-primary-action {
    width: auto;
    min-width: 0;
  }
  .phase7-active-funnel .booking-flow-section {
    padding: 10px 15px 8px;
  }
  .phase7-active-funnel .booking-flow-heading {
    margin-bottom: 10px;
  }
  .phase7-active-funnel .booking-panel {
    min-height: 0;
  }
  .phase7-active-funnel .vacant-form-actions {
    height: 0;
    margin: 0;
    overflow: hidden;
  }
  .phase7-active-funnel {
    padding-bottom: calc(128px + env(safe-area-inset-bottom));
  }
}

.confirm-staging-panel {
  max-width: 720px;
  margin: 0 auto;
  padding: 22px 22px 18px;
  overflow-x: hidden;
}
html body .quote-booking-page .confirm-staging-facts,
.confirm-staging-facts {
  display: grid;
  gap: 0;
  margin: 0 0 18px;
}
html body .quote-booking-page .confirm-staging-row,
.confirm-staging-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
html body .quote-booking-page .confirm-staging-row:first-child,
.confirm-staging-row:first-child {
  padding-top: 0;
}
html body .quote-booking-page .confirm-staging-label,
.confirm-staging-label {
  flex: 0 1 40%;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
html body .quote-booking-page .confirm-staging-value,
.confirm-staging-value {
  flex: 1 1 auto;
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.4;
  text-align: right;
  overflow-wrap: anywhere;
}
html body .quote-booking-page .confirm-staging-row.is-deposit,
.confirm-staging-row.is-deposit {
  align-items: center;
  margin-top: 10px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--astra-blush-soft);
}
html body .quote-booking-page .confirm-staging-row.is-deposit .confirm-staging-label,
html body .quote-booking-page .confirm-staging-row.is-deposit .confirm-staging-value,
.confirm-staging-row.is-deposit .confirm-staging-label,
.confirm-staging-row.is-deposit .confirm-staging-value {
  color: var(--astra-pink-dark);
  font-weight: 850;
  line-height: 1;
}
html body .quote-booking-page .confirm-staging-row.is-deposit .confirm-staging-value,
.confirm-staging-row.is-deposit .confirm-staging-value {
  font-size: 20px;
}
.staging-date-cancel-note {
  display: block;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}
.availability-next-cue .staging-date-cancel-note {
  display: block;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}
.confirm-staging-facts > .cancellation-reschedule-notice {
  margin-top: 10px;
}
.cancellation-reschedule-notice {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--astra-blush-soft);
  color: var(--ink);
  overflow-wrap: anywhere;
}
.cancellation-reschedule-notice > strong {
  display: block;
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}
.cancellation-reschedule-notice p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.cancellation-reschedule-notice p strong {
  font-weight: 800;
}
.confirm-staging-panel > .booking-agreement-list {
  margin-top: 0;
}
.instant-terms-item {
  min-height: 64px;
  align-items: center;
  font-size: 15px;
  line-height: 1.55;
}
.instant-terms-item input {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-top: 0;
}
.instant-terms-item a {
  color: var(--astra-pink-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.confirm-pay-button,
.vacant-form-actions .confirm-pay-button {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  flex: 1 1 100%;
  white-space: normal;
  overflow-wrap: break-word;
  text-align: center;
}
.confirm-pay-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.instant-booking-dialog {
  width: min(720px, calc(100vw - 28px));
  max-height: min(86vh, 820px);
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: auto;
}
.instant-booking-dialog::backdrop {
  background: rgba(36, 31, 34, 0.45);
}
.instant-dialog-close-row {
  display: flex;
  justify-content: center;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.instant-dialog-close {
  min-width: 120px;
  min-height: 44px;
  margin: 0;
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  font-weight: 750;
  cursor: pointer;
}

@media (max-width: 720px) {
  .confirm-staging-panel { padding: 4px 12px 20px; }
  html body .quote-booking-page .confirm-staging-row,
  .confirm-staging-row {
    flex-direction: column;
    gap: 2px;
    padding: 4px 0;
  }
  html body .quote-booking-page .confirm-staging-label,
  .confirm-staging-label { font-size: 12px; }
  html body .quote-booking-page .confirm-staging-value,
  .confirm-staging-value {
    font-size: 16px;
    text-align: left;
  }
  html body .quote-booking-page .confirm-staging-row.is-deposit,
  .confirm-staging-row.is-deposit {
    margin-top: 6px;
    padding: 10px 12px;
  }
  .quote-booking-page .staging-date-cancel-note,
  .quote-booking-page .cancellation-reschedule-notice {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    position: relative;
    z-index: 1;
    max-width: 100%;
    box-sizing: border-box;
    scroll-margin-bottom: calc(108px + env(safe-area-inset-bottom));
  }
  .staging-date-cancel-note {
    margin: 8px 0 12px;
    font-size: 12px;
    line-height: 1.45;
  }
  .availability-quote-card .staging-date-cancel-note {
    margin-bottom: 0;
  }
  html body .quote-booking-page:has(.cancellation-reschedule-notice) .confirm-staging-facts,
  .quote-booking-page:has(.cancellation-reschedule-notice) .confirm-staging-facts {
    margin-bottom: 8px;
  }
  .cancellation-reschedule-notice {
    margin: 0 0 12px;
    padding: 10px 12px;
  }
  .cancellation-reschedule-notice > strong {
    font-size: 15px;
  }
  .cancellation-reschedule-notice p {
    font-size: 14px;
  }
  .instant-terms-item { min-height: 72px; padding: 14px 12px; }
}
