.demo-booking-page {
  background: #eee9e2;
}

.demo-booking-page .site-header {
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: none;
}

.demo-booking-page .site-header.is-scrolled {
  border-bottom-color: rgba(226, 220, 214, .75);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
}

.demo-booking-page .demo-intro {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-height) + 78px) 0 50px;
  text-align: center;
  background:
    radial-gradient(circle at 12% 25%, rgba(255, 91, 0, .1), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(255, 171, 112, .16), transparent 27%),
    #fffaf7;
}

.demo-booking-page .demo-intro::after {
  position: absolute;
  right: -130px;
  bottom: -170px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 91, 0, .12);
  border-radius: 50%;
  content: "";
}

.demo-intro .container {
  position: relative;
  z-index: 1;
}

.demo-intro h1 {
  max-width: 860px;
  margin: 0 auto 20px;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: -.065em;
}

.demo-intro p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.72;
}

.demo-booking-section {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  padding: calc(var(--header-height) + 56px) 0 88px;
  background: transparent;
}

.booking-card[hidden],
.demo-cancel-card[hidden] {
  display: none !important;
}

.demo-cancel-card {
  max-width: 680px;
  margin: 28px auto 70px;
  padding: clamp(34px, 6vw, 62px);
  border: 1px solid rgba(44, 34, 29, .1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(53, 34, 22, .12);
  text-align: center;
}

.demo-cancel-mark {
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #9a3e29;
  background: #fff1eb;
}

.demo-cancel-mark svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.demo-cancel-card h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.12;
}

.demo-cancel-card > p {
  max-width: 530px;
  margin: 0 auto 25px;
  color: var(--muted);
  font-size: 13px;
}

.demo-cancel-notice {
  margin: 0 auto 22px;
  padding: 13px 16px;
  border: 1px solid #f0d5c7;
  border-radius: 12px;
  color: #73432e;
  background: #fff8f3;
  font-size: 12px;
}

.demo-cancel-notice.is-error {
  color: #8d2323;
  border-color: #f3bcbc;
  background: #fff5f5;
}

.demo-cancel-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.demo-cancel-confirm {
  color: #9b2f20;
  border: 1px solid #efc8be;
  background: #fff7f4;
}

.demo-cancel-confirm:hover {
  color: #fff;
  border-color: #b83b2b;
  background: #b83b2b;
}

.demo-cancel-confirm.is-loading::before {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(155, 47, 32, .25);
  border-top-color: currentColor;
  border-radius: 50%;
  content: "";
  animation: booking-spin .75s linear infinite;
}

.booking-card {
  max-width: 930px;
  min-height: 660px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(44, 34, 29, .1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(53, 34, 22, .09);
}

.booking-aside {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 44px 42px;
  color: #fff;
  background:
    radial-gradient(circle at 115% 2%, rgba(255, 126, 53, .62), transparent 35%),
    linear-gradient(155deg, #25201d 0%, #171717 54%, #0b0b0c 100%);
}

.booking-aside::before,
.booking-aside::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.booking-aside::before {
  right: -170px;
  bottom: -145px;
  width: 410px;
  height: 410px;
}

.booking-aside::after {
  right: -85px;
  bottom: -75px;
  width: 245px;
  height: 245px;
}

.booking-aside-brand,
.booking-aside-copy,
.booking-facts,
.booking-benefits {
  position: relative;
  z-index: 1;
}

.booking-aside-brand {
  width: 146px;
  display: block;
  margin-bottom: 82px;
}

.booking-aside-brand img {
  width: 100%;
  height: auto;
}

.booking-aside-copy h2 {
  max-width: 330px;
  margin-bottom: 18px;
  font-size: clamp(28px, 2.7vw, 39px);
  line-height: 1.08;
  letter-spacing: -.055em;
}

.booking-aside-copy p {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.75;
}

.booking-facts {
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.booking-facts div {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.booking-facts dt {
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
}

.booking-facts dd {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.booking-benefits {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.booking-benefits li {
  position: relative;
  padding-left: 27px;
  color: rgba(255, 255, 255, .77);
  font-size: 13px;
  line-height: 1.5;
}

.booking-benefits li::before {
  position: absolute;
  top: .32em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .92);
  content: "";
}

.booking-main {
  min-width: 0;
  padding: 46px clamp(30px, 5vw, 72px) 48px;
}

.booking-stepper {
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.booking-stepper li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #aaa3a0;
  font-size: 11px;
}

.booking-stepper li:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 14px;
  left: 52px;
  height: 1px;
  background: #eee8e4;
  content: "";
}

.booking-stepper li span,
.booking-stepper li strong {
  position: relative;
  z-index: 1;
}

.booking-stepper li span {
  width: 30px;
  height: 30px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #dfd9d5;
  border-radius: 50%;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
}

.booking-stepper li strong {
  padding-right: 12px;
  background: #fff;
  font-weight: 600;
  letter-spacing: -.02em;
}

.booking-stepper li.is-current,
.booking-stepper li.is-complete {
  color: var(--ink);
}

.booking-stepper li.is-current span {
  color: #fff;
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 5px 14px rgba(255, 91, 0, .2);
}

.booking-stepper li.is-complete span {
  color: var(--orange);
  border-color: rgba(255, 91, 0, .32);
  background: var(--orange-wash);
}

.booking-notice {
  margin: -18px 0 24px;
  padding: 13px 16px;
  border: 1px solid #ffd2bd;
  border-radius: 12px;
  color: #93380d;
  background: #fff6f0;
  font-size: 13px;
  line-height: 1.55;
}

.booking-notice.is-error {
  border-color: #f3bcbc;
  color: #8d2323;
  background: #fff5f5;
}

.booking-panel[hidden] {
  display: none;
}

.booking-panel-heading {
  margin-bottom: 29px;
}

.booking-panel-heading h2 {
  margin-bottom: 8px;
  font-size: clamp(25px, 2.7vw, 34px);
  line-height: 1.14;
  letter-spacing: -.05em;
}

.booking-panel-heading h2[tabindex="-1"]:focus {
  outline: none;
}

.booking-panel-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.booking-schedule {
  display: grid;
  grid-template-columns: minmax(320px, 1.4fr) minmax(190px, .8fr);
  gap: 28px;
}

.booking-calendar {
  position: relative;
  min-height: 420px;
  padding: 22px;
  border: 1px solid #eee8e4;
  border-radius: 20px;
  background: #fff;
}

.calendar-toolbar {
  min-height: 38px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  gap: 8px;
}

.calendar-toolbar h3 {
  margin: 0;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
}

.calendar-nav {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #e8e1dc;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.calendar-nav:hover:not(:disabled) {
  border-color: rgba(255, 91, 0, .45);
  background: var(--orange-wash);
  transform: translateY(-1px);
}

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

.calendar-nav svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.calendar-weekdays {
  margin-bottom: 7px;
}

.calendar-weekdays span {
  color: #aaa3a0;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.calendar-day,
.calendar-empty {
  aspect-ratio: 1;
}

.calendar-day {
  position: relative;
  min-width: 0;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #aaa5a1;
  background: transparent;
  font-size: 12px;
  cursor: default;
}

.calendar-day.is-available {
  color: var(--ink);
  background: #fff8f3;
  cursor: pointer;
  font-weight: 650;
}

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

.calendar-day.is-available:hover {
  border-color: rgba(255, 91, 0, .4);
  background: #fff1e8;
}

.calendar-day.is-today {
  border-color: #ddd3cd;
}

.calendar-day.is-selected {
  color: #fff;
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 7px 16px rgba(255, 91, 0, .22);
}

.calendar-day.is-selected::after {
  background: #fff;
}

.calendar-loading {
  position: absolute;
  z-index: 4;
  inset: 64px 12px 12px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
}

.calendar-loading[hidden] {
  display: none;
}

.calendar-loading span {
  width: 29px;
  height: 29px;
  border: 3px solid #f1e7e1;
  border-top-color: var(--orange);
  border-radius: 50%;
  animation: booking-spin .8s linear infinite;
}

.calendar-loading p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

@keyframes booking-spin {
  to { transform: rotate(360deg); }
}

.booking-times {
  min-width: 0;
  padding: 5px 0;
}

.booking-times h3 {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.35;
}

.booking-times-help {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.booking-time-list {
  max-height: 337px;
  display: grid;
  gap: 9px;
  overflow-y: auto;
  padding: 1px 7px 8px 1px;
  scrollbar-color: #d9d0ca transparent;
  scrollbar-width: thin;
}

.booking-time-button {
  width: 100%;
  min-height: 48px;
  padding: 10px 15px;
  border: 1px solid #ded8d4;
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.booking-time-button:hover {
  color: var(--orange-deep);
  border-color: rgba(255, 91, 0, .5);
  background: var(--orange-wash);
  transform: translateY(-1px);
}

.booking-time-button.is-selected {
  color: #fff;
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 8px 19px rgba(255, 91, 0, .2);
}

.booking-panel-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.booking-panel-actions-end {
  justify-content: flex-end;
}

.booking-next:disabled,
.booking-submit:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

.booking-selection-summary,
.booking-success-summary {
  margin: -8px 0 27px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #f0ded3;
  border-radius: 14px;
  color: #6c4b39;
  background: #fff8f3;
  font-size: 13px;
  font-weight: 600;
}

.booking-selection-summary::before,
.booking-success-summary::before {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 1px rgba(255, 91, 0, .24);
  content: "";
}

.booking-form {
  display: grid;
  gap: 19px;
}

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

.booking-field-grid-company {
  grid-template-columns: minmax(0, 1.6fr) minmax(150px, .65fr);
}

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

.booking-field label {
  margin-bottom: 7px;
  display: block;
  color: #393635;
  font-size: 11px;
  font-weight: 700;
}

.booking-field label > span:not([aria-hidden]) {
  color: #948d89;
  font-weight: 400;
}

.booking-field input,
.booking-field textarea {
  width: 100%;
  border: 1px solid #ded8d4;
  border-radius: 11px;
  color: var(--ink);
  background: #fff;
  font-size: 13px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.booking-field input {
  height: 48px;
  padding: 0 14px;
}

.booking-field textarea {
  min-height: 92px;
  padding: 12px 14px;
  resize: vertical;
  line-height: 1.55;
}

.booking-field input:focus,
.booking-field textarea:focus {
  outline: none;
  border-color: rgba(255, 91, 0, .7);
  box-shadow: 0 0 0 4px rgba(255, 91, 0, .1);
}

.booking-field input[aria-invalid="true"],
.booking-field textarea[aria-invalid="true"] {
  border-color: #d64242;
}

.booking-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.booking-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  cursor: pointer;
}

.booking-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  flex: 0 0 auto;
  accent-color: var(--orange);
}

.booking-consent a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.booking-required {
  margin: -7px 0 0;
  color: #a39c98;
  font-size: 10px;
}

.booking-back,
.booking-home-link {
  padding-inline: 4px;
  color: #67615e;
  background: transparent;
  box-shadow: none;
}

.booking-back:hover,
.booking-home-link:hover {
  color: var(--ink);
  background: transparent;
  transform: none;
}

.booking-back svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-submit.is-loading span {
  opacity: .72;
}

.booking-submit.is-loading::before {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, .4);
  border-top-color: #fff;
  border-radius: 50%;
  content: "";
  animation: booking-spin .75s linear infinite;
}

.booking-success {
  min-height: 545px;
  padding: 46px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.booking-success-mark {
  width: 78px;
  height: 78px;
  margin-bottom: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff0e6;
  box-shadow: 0 12px 32px rgba(245, 107, 31, .16);
}

.booking-success-mark svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-success h2 {
  margin-bottom: 13px;
  font-size: clamp(30px, 4vw, 45px);
  line-height: 1.08;
}

.booking-success > p {
  max-width: 510px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 14px;
}

.booking-success-summary {
  width: min(100%, 470px);
  margin: 0 0 28px;
  justify-content: center;
}

.booking-success-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.booking-reassurance {
  max-width: 660px;
  margin: 25px auto 0;
  color: #918984;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 1050px) {
  .booking-card {
    grid-template-columns: minmax(260px, 31%) minmax(0, 69%);
  }

  .booking-aside {
    padding-inline: 29px;
  }

  .booking-schedule {
    grid-template-columns: minmax(290px, 1fr) minmax(150px, .6fr);
    gap: 18px;
  }
}

@media (max-width: 850px) {
  .demo-booking-page .demo-intro {
    padding-top: calc(var(--header-height) + 52px);
  }

  .booking-card {
    max-width: 710px;
    grid-template-columns: 1fr;
  }

  .booking-aside {
    padding: 34px 36px;
  }

  .booking-aside-brand {
    width: 130px;
    margin-bottom: 28px;
  }

  .booking-aside-copy h2 {
    max-width: 480px;
    font-size: 30px;
  }

  .booking-aside-copy p {
    max-width: 580px;
    margin-bottom: 22px;
  }

  .booking-facts {
    grid-template-columns: repeat(3, 1fr);
    border-top: 0;
  }

  .booking-facts div {
    padding: 10px 15px;
    display: block;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .12);
  }

  .booking-facts div:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .booking-facts dt,
  .booking-facts dd {
    text-align: left;
  }

  .booking-benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

@media (max-width: 680px) {
  .demo-booking-page .demo-intro {
    padding: calc(76px + 42px) 0 35px;
  }

  .demo-intro h1 {
    font-size: clamp(37px, 12vw, 52px);
  }

  .demo-intro p {
    font-size: 15px;
    line-height: 1.65;
  }

  .demo-booking-section {
    padding-bottom: 58px;
  }

  .demo-booking-section > .container {
    padding-inline: 14px;
  }

  .booking-card {
    border-radius: 23px;
  }

  .demo-cancel-card {
    margin-top: 12px;
    padding: 34px 22px;
    border-radius: 22px;
  }

  .demo-cancel-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .demo-cancel-actions .button {
    width: 100%;
    justify-content: center;
  }

  .booking-aside {
    padding: 28px 25px 30px;
  }

  .booking-aside-brand {
    width: 118px;
  }

  .booking-aside-copy h2 {
    font-size: 27px;
  }

  .booking-facts {
    margin-bottom: 24px;
    grid-template-columns: 1fr;
  }

  .booking-facts div,
  .booking-facts div:first-child {
    padding: 10px 0;
    display: flex;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .booking-facts div:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .booking-facts dd {
    text-align: right;
  }

  .booking-benefits {
    grid-template-columns: 1fr;
  }

  .booking-main {
    padding: 27px 20px 31px;
  }

  .booking-stepper {
    margin-bottom: 30px;
  }

  .booking-stepper li {
    gap: 6px;
  }

  .booking-stepper li strong {
    display: none;
  }

  .booking-stepper li:not(:last-child)::after {
    right: 10px;
    left: 38px;
  }

  .booking-panel-heading h2 {
    font-size: 25px;
  }

  .booking-schedule {
    grid-template-columns: 1fr;
  }

  .booking-calendar {
    min-height: 390px;
    padding: 16px 12px;
  }

  .booking-times {
    padding-top: 7px;
  }

  .booking-time-list {
    max-height: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-panel-actions,
  .booking-success-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .booking-panel-actions .button,
  .booking-success-actions .button {
    width: 100%;
    justify-content: center;
  }

  .booking-field-grid,
  .booking-field-grid-company {
    grid-template-columns: 1fr;
  }

  .booking-submit {
    order: 2;
  }

  .booking-back {
    order: 1;
  }

  .booking-success {
    min-height: 490px;
    padding-top: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .calendar-loading span,
  .booking-submit.is-loading::before {
    animation-duration: 1.5s;
  }

  .calendar-nav,
  .calendar-day,
  .booking-time-button {
    transition: none;
  }
}
