:root {
  --booking-blue: #0b6fa4;
  --booking-blue-dark: #084f74;
  --booking-orange: #ffb347;
  --booking-orange-dark: #e98a19;
  --booking-ink: #173042;
  --booking-muted: #5f7280;
  --booking-bg: #eef7fb;
  --booking-surface: #ffffff;
  --booking-border: #c6dfec;
  --booking-success: #127c56;
  --booking-success-soft: #eaf7f1;
  --booking-error: #a23a2d;
  --booking-error-soft: #fff1ee;
  --booking-shadow: 0 16px 42px rgba(8, 79, 116, 0.11);
  --booking-radius: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.booking-page {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--booking-ink);
  background: var(--booking-bg);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.booking-page a {
  color: inherit;
}

body.booking-page button,
body.booking-page input,
body.booking-page select,
body.booking-page textarea {
  font: inherit;
}

body.booking-page button,
body.booking-page input,
body.booking-page select,
body.booking-page textarea,
body.booking-page a {
  -webkit-tap-highlight-color: transparent;
}

body.booking-page :focus-visible {
  outline: 3px solid var(--booking-orange);
  outline-offset: 3px;
}

.booking-page .skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--booking-blue-dark);
  background: #fff;
  font-weight: 800;
  transform: translateY(-160%);
}

.booking-page .skip-link:focus {
  transform: translateY(0);
}

.booking-shell {
  width: min(calc(100% - 40px), 1160px);
  margin-inline: auto;
}

.booking-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  background: var(--booking-blue-dark);
}

.booking-nav-shell {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 9px;
}

.booking-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.booking-brand img {
  width: 64px;
  height: 63px;
  flex: 0 0 auto;
  border-radius: 15px;
  background: #fff;
  object-fit: contain;
}

.booking-brand span {
  display: grid;
  min-width: 0;
}

.booking-brand strong {
  font-size: 1.05rem;
  line-height: 1.2;
}

.booking-brand small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
}

.booking-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.booking-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 9px 13px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.booking-nav a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.booking-nav .booking-nav-cta {
  border: 1px solid #ffd08b;
  color: var(--booking-ink);
  background: var(--booking-orange);
}

.booking-intro {
  padding: 52px 0 70px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 79, 116, 0.98), rgba(11, 111, 164, 0.94)),
    #0b6fa4;
}

.booking-intro .booking-shell {
  max-width: 900px;
  margin-left: max(20px, calc((100% - 1160px) / 2));
}

.booking-eyebrow,
.step-kicker,
.price-eyebrow {
  margin: 0 0 8px;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-intro h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.05;
  text-wrap: balance;
}

.booking-intro > .booking-shell > p:not(.booking-eyebrow) {
  max-width: 700px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.06rem;
}

.booking-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.booking-trust-list li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  font-weight: 800;
}

.booking-trust-list li::before {
  content: "✓";
  margin-right: 7px;
  color: #ffe0a8;
}

.booking-flow {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  padding-bottom: 64px;
}

.booking-progress {
  position: sticky;
  top: 10px;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1.45fr);
  align-items: center;
  gap: 22px;
  margin-bottom: 18px;
  padding: 14px 18px;
  border: 1px solid var(--booking-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 32px rgba(8, 79, 116, 0.12);
  backdrop-filter: blur(12px);
}

.booking-progress-heading p {
  margin: 0;
}

#stepCounter {
  color: var(--booking-blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#stepName {
  font-weight: 900;
}

.booking-progress-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-progress-list li {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 6px 8px;
  border-radius: 12px;
  color: var(--booking-muted);
  background: #f4f8fa;
}

.booking-progress-list span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--booking-border);
  border-radius: 50%;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.booking-progress-list small {
  min-width: 0;
  overflow: hidden;
  font-size: 0.78rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-progress-list li.is-current {
  color: var(--booking-blue-dark);
  background: #eaf6fb;
}

.booking-progress-list li.is-current span {
  border-color: var(--booking-blue);
  color: #fff;
  background: var(--booking-blue);
}

.booking-progress-list li.is-complete span {
  border-color: var(--booking-success);
  color: #fff;
  background: var(--booking-success);
}

.booking-step {
  padding: clamp(20px, 4vw, 40px);
  border: 1px solid var(--booking-border);
  border-radius: var(--booking-radius);
  background: var(--booking-surface);
  box-shadow: var(--booking-shadow);
}

.booking-step[hidden] {
  display: none !important;
}

.step-heading {
  max-width: 790px;
  margin-bottom: 26px;
}

.step-kicker {
  color: var(--booking-blue);
}

.step-heading h2 {
  margin: 0;
  font-size: clamp(1.65rem, 4vw, 2.45rem);
  line-height: 1.12;
  text-wrap: balance;
}

.step-heading > p:last-child {
  margin: 10px 0 0;
  color: var(--booking-muted);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 12px 19px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  border-color: #e49324;
  color: var(--booking-ink);
  background: var(--booking-orange);
  box-shadow: 0 10px 20px rgba(233, 138, 25, 0.18);
}

.button-primary:hover {
  background: #ffc05f;
}

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

.button-quiet {
  border-color: var(--booking-border);
  color: var(--booking-blue-dark);
  background: #edf7fb;
}

.button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #e1edf2;
}

.step-actions-end {
  justify-content: flex-end;
}

.step-actions .button-primary {
  min-width: 180px;
}

.booking-global-status {
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid #e6b7af;
  border-radius: 13px;
  color: var(--booking-error);
  background: var(--booking-error-soft);
  font-weight: 800;
}

.booking-global-status[data-state="success"] {
  border-color: #a8d6c6;
  color: var(--booking-success);
  background: #eef9f4;
}

.calendar-card,
.contact-card {
  max-width: 880px;
  border: 1px solid #d5e7ef;
  border-radius: 18px;
  padding: clamp(15px, 3vw, 26px);
  background: #f9fcfd;
}

.calendar-header {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.calendar-header h3 {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  text-transform: capitalize;
}

.calendar-nav {
  width: 48px;
  height: 48px;
  border: 1px solid var(--booking-border);
  border-radius: 12px;
  color: var(--booking-blue-dark);
  background: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 900;
}

.calendar-nav:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.calendar-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 11px;
  color: var(--booking-muted);
  background: #edf5f8;
  font-size: 0.88rem;
}

.calendar-status[data-state="error"] {
  color: var(--booking-error);
  background: var(--booking-error-soft);
}

.text-button,
.edit-button {
  min-height: 42px;
  border: 0;
  border-radius: 9px;
  padding: 8px 10px;
  color: var(--booking-blue-dark);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.calendar-weekdays {
  margin-bottom: 6px;
  color: var(--booking-muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
}

.calendar-day,
.calendar-empty {
  min-width: 0;
  min-height: 48px;
}

.calendar-day {
  position: relative;
  border: 1px solid var(--booking-border);
  border-radius: 11px;
  color: var(--booking-ink);
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}

.calendar-day:hover:not(:disabled) {
  border-color: var(--booking-blue);
  background: #edf8fc;
}

.calendar-day.today::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--booking-blue);
  transform: translateX(-50%);
}

.calendar-day.selected {
  border-color: var(--booking-blue-dark);
  color: #fff;
  background: var(--booking-blue-dark);
}

.calendar-day:disabled {
  cursor: not-allowed;
  color: #8a9aa4;
  background: #edf1f3;
}

.calendar-day.fully-booked {
  text-decoration: line-through;
}

.selected-date {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #badbe9;
  border-radius: 12px;
  color: var(--booking-blue-dark);
  background: #eaf7fc;
  font-weight: 800;
}

.time-picker {
  margin: 20px 0 0;
  padding: 0;
  border: 0;
}

.time-picker legend,
.choice-group legend {
  padding: 0;
  color: var(--booking-ink);
  font-weight: 900;
}

.time-picker > p {
  margin: 4px 0 10px;
  color: var(--booking-muted);
  font-size: 0.9rem;
}

.time-slots {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.time-slot {
  min-height: 50px;
  border: 1px solid var(--booking-border);
  border-radius: 12px;
  color: var(--booking-blue-dark);
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}

.time-slot:hover:not(:disabled) {
  border-color: var(--booking-blue);
  background: #edf8fc;
}

.time-slot.selected {
  border-color: var(--booking-blue-dark);
  color: #fff;
  background: var(--booking-blue-dark);
}

.time-slot:disabled {
  cursor: not-allowed;
  color: #87959d;
  background: #edf1f3;
}

.service-price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.72fr);
  align-items: start;
  gap: 24px;
}

.service-fields {
  display: grid;
  gap: 18px;
}

.choice-group,
.discount-card,
.conditional-fields {
  min-width: 0;
  margin: 0;
  border: 1px solid #d5e7ef;
  border-radius: 16px;
  padding: 18px;
  background: #f9fcfd;
}

.choice-grid {
  display: grid;
  gap: 10px;
  margin-top: 11px;
}

.choice-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-card {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.choice-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.choice-card span {
  display: grid;
  min-height: 88px;
  align-content: center;
  gap: 4px;
  border: 2px solid var(--booking-border);
  border-radius: 13px;
  padding: 13px;
  background: #fff;
}

.choice-card strong {
  line-height: 1.25;
}

.choice-card small {
  color: var(--booking-muted);
  line-height: 1.35;
}

.choice-card input:checked + span {
  border-color: var(--booking-blue);
  background: #eaf7fc;
  box-shadow: 0 0 0 1px var(--booking-blue);
}

.choice-card input:focus-visible + span {
  outline: 3px solid var(--booking-orange);
  outline-offset: 3px;
}

.field-help {
  margin: 9px 0 0;
  color: var(--booking-muted);
  font-size: 0.88rem;
}

.field-help a {
  color: var(--booking-blue-dark);
  font-weight: 900;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.counter-field {
  min-width: 0;
}

.counter-label {
  display: block;
  margin-bottom: 6px;
  color: var(--booking-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.stepper {
  display: grid;
  grid-template-columns: 52px minmax(52px, 1fr) 52px;
  overflow: hidden;
  border: 1px solid var(--booking-border);
  border-radius: 13px;
  background: #fff;
}

.stepper-button {
  min-height: 52px;
  border: 0;
  color: var(--booking-blue-dark);
  background: #edf7fb;
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 900;
}

.stepper output {
  display: grid;
  min-width: 0;
  place-items: center;
  font-size: 1.08rem;
  font-weight: 900;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.field,
.field-wide {
  min-width: 0;
}

.field-wide {
  grid-column: 1 / -1;
}

.field label,
.discount-card > label {
  display: block;
  margin-bottom: 6px;
  color: var(--booking-ink);
  font-weight: 900;
}

.field label span {
  color: var(--booking-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea,
.discount-row input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #abcddd;
  border-radius: 12px;
  padding: 11px 13px;
  color: var(--booking-ink);
  background: #fff;
}

.field textarea {
  min-height: 118px;
  resize: vertical;
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"],
.discount-row input[aria-invalid="true"],
.choice-group.has-error,
.consent-field.has-error,
#windowCountGroup.has-error {
  border-color: var(--booking-error);
  box-shadow: 0 0 0 1px var(--booking-error);
}

.field-error {
  margin: 7px 0 0;
  color: var(--booking-error);
  font-size: 0.88rem;
  font-weight: 900;
}

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

.quote-notice {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid #efc689;
  border-radius: 13px;
  background: #fff8ec;
}

.quote-notice[hidden] {
  display: none !important;
}

.quote-notice .button {
  width: fit-content;
  margin-top: 5px;
}

.discount-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.discount-status {
  min-height: 1.3em;
  margin: 8px 0 0;
  color: var(--booking-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.discount-status.is-success {
  color: var(--booking-success);
}

.discount-status.is-error {
  color: var(--booking-error);
}

.price-card {
  position: sticky;
  top: 112px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #b7d9e8;
  border-radius: 18px;
  padding: 22px;
  background: #f2faff;
  box-shadow: 0 14px 34px rgba(8, 79, 116, 0.09);
}

.price-eyebrow {
  color: var(--booking-blue-dark);
}

.price-total {
  display: block;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.08;
}

.price-label {
  display: block;
  margin-top: 5px;
  color: var(--booking-success);
  font-weight: 900;
}

.price-copy {
  margin: 13px 0 0;
  color: var(--booking-muted);
  font-size: 0.92rem;
}

.price-breakdown {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  border-top: 1px solid #c8e0ea;
}

.price-breakdown div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #d5e8ef;
}

.price-breakdown dt,
.price-breakdown dd {
  margin: 0;
}

.price-breakdown dt {
  color: var(--booking-muted);
  font-size: 0.88rem;
}

.price-breakdown dd {
  flex: 0 0 auto;
  font-weight: 900;
  text-align: right;
}

.price-breakdown .price-deduction dd {
  color: var(--booking-success);
}

.price-details {
  margin-top: 16px;
}

.price-details summary {
  min-height: 44px;
  cursor: pointer;
  color: var(--booking-blue-dark);
  font-weight: 900;
}

.price-details ul {
  margin: 8px 0 0;
  padding-left: 20px;
  color: var(--booking-muted);
  font-size: 0.88rem;
}

.contact-card {
  max-width: none;
}

.consent-field {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 11px;
  margin-top: 20px;
  border: 1px solid var(--booking-border);
  border-radius: 13px;
  padding: 14px;
  background: #fff;
}

.consent-field input {
  width: 22px;
  height: 22px;
  margin: 2px 0 0;
  accent-color: var(--booking-blue);
}

.consent-field label {
  cursor: pointer;
}

.consent-field a {
  color: var(--booking-blue-dark);
  font-weight: 900;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.summary-card {
  min-width: 0;
  border: 1px solid #d5e7ef;
  border-radius: 16px;
  padding: 19px;
  background: #f9fcfd;
}

.summary-price-card {
  border-color: #b7d9e8;
  background: #eff9fd;
}

.summary-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}

.summary-heading h3 {
  margin: 0;
  font-size: 1.12rem;
}

.summary-card dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.summary-row {
  display: grid;
  grid-template-columns: minmax(100px, 0.55fr) minmax(0, 1fr);
  gap: 12px;
}

.summary-row dt,
.summary-row dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.summary-row dt {
  color: var(--booking-muted);
}

.summary-row dd {
  font-weight: 800;
}

.summary-total {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
}

.summary-price-label {
  margin: 2px 0 12px;
  color: var(--booking-success);
  font-weight: 900;
}

.summary-price-parts {
  margin: 0;
  color: var(--booking-muted);
}

.summary-payment-note {
  margin: 13px 0 0;
  font-weight: 800;
}

.confirmation-note {
  max-width: 820px;
  margin-top: 18px;
  border: 1px solid #b9ddcc;
  border-radius: 16px;
  padding: 18px;
  background: var(--booking-success-soft);
}

.confirmation-note ol {
  margin: 9px 0 0;
  padding-left: 22px;
}

.button-confirm {
  min-width: 230px !important;
}

.booking-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.booking-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.86);
  background: var(--booking-blue-dark);
}

.booking-footer p {
  margin: 5px 0;
}

.booking-footer a {
  color: #fff;
}

@media (max-width: 920px) {
  .service-price-layout {
    grid-template-columns: 1fr;
  }

  .price-card {
    position: static;
  }

  .choice-grid-three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .booking-shell {
    width: min(calc(100% - 28px), 1160px);
  }

  .booking-nav-shell {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding-block: 8px;
  }

  .booking-brand img {
    width: 54px;
    height: 53px;
  }

  .booking-brand small {
    display: none;
  }

  .booking-nav a:not(:first-child):not(.booking-nav-cta) {
    display: none;
  }

  .booking-nav a {
    min-height: 44px;
    padding-inline: 11px;
    font-size: 0.88rem;
  }

  .booking-intro {
    padding: 34px 0 58px;
  }

  .booking-intro .booking-shell {
    margin-inline: auto;
  }

  .booking-intro h1 {
    font-size: clamp(1.9rem, 10vw, 2.65rem);
  }

  .booking-intro > .booking-shell > p:not(.booking-eyebrow) {
    font-size: 0.98rem;
  }

  .booking-trust-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .booking-trust-list li {
    width: fit-content;
    font-size: 0.84rem;
  }

  .booking-flow {
    margin-top: -28px;
    padding-bottom: 38px;
  }

  .booking-progress {
    top: 6px;
    display: block;
    padding: 11px 12px;
    border-radius: 15px;
  }

  .booking-progress-heading {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
  }

  .booking-progress-list li {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 5px;
  }

  .booking-progress-list span {
    width: 28px;
    height: 28px;
  }

  .booking-progress-list small {
    display: none;
  }

  .booking-step {
    padding: 18px 15px;
    border-radius: 16px;
  }

  .step-heading {
    margin-bottom: 19px;
  }

  .calendar-card,
  .contact-card,
  .choice-group,
  .discount-card,
  .conditional-fields,
  .price-card {
    padding: 14px;
    border-radius: 14px;
  }

  .calendar-weekdays,
  .calendar-grid {
    gap: 4px;
  }

  .calendar-day,
  .calendar-empty {
    min-height: 43px;
  }

  .time-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice-grid-two,
  .counter-grid,
  .field-grid,
  .summary-grid {
    grid-template-columns: 1fr;
  }

  .field-wide {
    grid-column: auto;
  }

  .choice-card span {
    min-height: 78px;
  }

  .step-actions {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
  }

  .step-actions-end {
    grid-template-columns: 1fr;
  }

  .step-actions .button,
  .button-confirm {
    width: 100%;
    min-width: 0 !important;
  }

  .summary-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

@media (max-width: 390px) {
  .booking-shell {
    width: min(calc(100% - 20px), 1160px);
  }

  .booking-brand span {
    display: none;
  }

  .booking-nav-shell {
    grid-template-columns: auto 1fr;
  }

  .booking-nav {
    justify-content: flex-end;
  }

  .booking-nav a:first-child {
    display: none;
  }

  .booking-step {
    padding-inline: 12px;
  }

  .calendar-card,
  .contact-card,
  .choice-group,
  .discount-card,
  .conditional-fields,
  .price-card,
  .summary-card {
    padding-inline: 11px;
  }

  .calendar-day,
  .calendar-empty {
    min-height: 40px;
    font-size: 0.86rem;
  }

  .discount-row {
    grid-template-columns: 1fr;
  }

  .step-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
