/* 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 .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-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);
}
.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;
}

.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 {
  color: var(--astra-pink-dark, #702438);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.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: 22px;
  align-items: stretch;
}
.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-num {
  width: 32px;
  height: 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: 4px 0 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-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: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3eeec;
  color: #8a7f82;
  font-size: 11px;
  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 .occupied-progress b {
    min-height: 0;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.04em;
  }
  .quote-booking-page .occupied-progress span {
    width: 18px;
    height: 18px;
    font-size: 8px;
  }
  .quote-booking-page .occupied-progress-step,
  .quote-booking-page .occupied-progress .booking-progress-step {
    min-height: 52px;
    padding: 6px 3px 5px;
    gap: 3px;
  }
  .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: 36px;
    height: 36px;
    margin: 0 auto;
    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::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(640px, calc(100% - 32px));
  margin: 0 auto 40px;
}
.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: var(--font-heading);
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: var(--ink);
}
.occupied-area-photo-lead,
.occupied-area-photo-note {
  margin: 8px 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: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 12px;
}
.occupied-area-photo-card {
  min-height: 148px;
  padding: 14px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fcf8f7;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.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: 15px;
  font-weight: 750;
  line-height: 1.25;
}
.occupied-area-photo-count {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}
.occupied-area-photo-placeholder {
  width: 48px;
  height: 48px;
  margin-top: auto;
  display: grid;
  place-items: center;
  border: 1px dashed #bdaab0;
  border-radius: 11px;
  background: #fff;
  color: var(--astra-pink-dark);
}
.occupied-area-photo-placeholder svg {
  width: 22px;
  height: 22px;
  display: block;
}
@media (max-width: 900px) {
  .occupied-area-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .occupied-area-photo-card {
    min-height: 136px;
  }
}
.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;
}
.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%;
}
@media (max-width: 900px) {
  .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,
.quote-booking-page .vacant-furniture-review > 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 .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;
}

.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;
}

@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 .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 .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));
  }
  .room-info-button.has-thumb {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    margin: 0;
  }
  .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(74px + 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 {
  margin-top: 10px;
  padding: 16px 14px;
  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;
}
html body .quote-booking-page .confirm-staging-row.is-deposit .confirm-staging-value,
.confirm-staging-row.is-deposit .confirm-staging-value {
  font-size: 20px;
}
.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%;
  min-height: 52px;
  flex: 1 1 100%;
}
.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 {
  float: right;
  margin: 0 0 12px 12px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  font-weight: 750;
  cursor: pointer;
}

@media (max-width: 720px) {
  .confirm-staging-panel { padding: 16px 14px 12px; }
  html body .quote-booking-page .confirm-staging-row,
  .confirm-staging-row {
    flex-direction: column;
    gap: 4px;
    padding: 12px 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 { padding: 14px 12px; }
  .instant-terms-item { min-height: 72px; padding: 14px 12px; }
}
