.page--book-call {
  background: #070707;
}

.page--book-call .page-content {
  width: 100%;
  max-width: none;
  margin: 0;
}

.booking-page {
  width: 100%;
  padding: 64px 24px 84px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #070707;
  background-size: 48px 48px;
  color: #f7f7f8;
}

.booking-hero {
  width: min(980px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.booking-hero__eyebrow {
  margin: 0 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}

.booking-hero__eyebrow span {
  width: 22px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.booking-hero__title {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  font-size: clamp(46px, 6vw, 72px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.booking-hero__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #161619;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
  transform: rotate(-5deg);
}

.booking-hero__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-hero__accent {
  color: #9569ff;
  text-decoration: underline;
  text-decoration-color: rgba(149, 105, 255, 0.66);
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}

.booking-hero__copy {
  max-width: 720px;
  margin: 27px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-wrap: balance;
}

.booking-hero__copy mark {
  padding: 2px 7px 3px;
  border-radius: 6px;
  background: #24202d;
  color: #d8caff;
  font: inherit;
  font-weight: 500;
}

.booking-tool {
  width: min(1180px, 100%);
  min-height: 590px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px minmax(480px, 1fr) 270px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #101012;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.booking-tool__details,
.booking-calendar,
.booking-times {
  min-width: 0;
  padding: 30px;
}

.booking-tool__details,
.booking-calendar {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.booking-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.booking-brand__logo {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
}

.booking-brand__logo img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.booking-tool__label {
  margin: 25px 0 7px;
  color: #9a70fa;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.booking-tool__details h2 {
  margin: 0;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0;
}

.booking-tool__description {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.55;
}

.booking-tool__agenda {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}

.booking-tool__agenda li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.35;
}

.booking-tool__agenda span {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #7544ed;
  color: #ffffff;
  font-size: 10px;
}

.booking-tool__promise {
  margin: 24px 0 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.booking-duration {
  margin-top: 29px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-duration > svg,
.booking-timezone svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-segmented,
.booking-clock {
  padding: 3px;
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: #18181b;
}

.booking-segmented button,
.booking-clock button {
  min-width: 48px;
  min-height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: rgba(255, 255, 255, 0.52);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.booking-segmented button.is-active,
.booking-clock button.is-active {
  background: #7544ed;
  color: #ffffff;
}

.booking-timezone {
  margin: 22px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.booking-platforms {
  height: 28px;
  margin-top: 22px;
  position: relative;
  overflow: hidden;
}

.booking-platform {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68);
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  transition: opacity 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.booking-platform.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.booking-platform__logo {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
  object-fit: contain;
}

.booking-platform__logo--zoom {
  border-radius: 5px;
}

.booking-platform strong {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.booking-timezone select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.booking-timezone option {
  background: #151518;
  color: #ffffff;
}

.booking-calendar {
  display: flex;
  flex-direction: column;
}

.booking-calendar__header,
.booking-times__header {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.booking-calendar__header h2,
.booking-times__header h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

.booking-calendar__nav {
  display: flex;
  gap: 5px;
}

.booking-calendar__nav button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: #18181b;
  color: rgba(255, 255, 255, 0.68);
  cursor: pointer;
}

.booking-calendar__nav button:disabled {
  opacity: 0.32;
  cursor: not-allowed;
}

.booking-calendar__nav svg,
.booking-times__confirm svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-calendar__weekdays,
.booking-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.booking-calendar__weekdays {
  margin-top: 25px;
}

.booking-calendar__weekdays span {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.booking-calendar__grid {
  margin-top: 13px;
  grid-auto-rows: 54px;
  gap: 5px;
}

.booking-day {
  min-width: 0;
  min-height: 0;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: rgba(255, 255, 255, 0.42);
  font: inherit;
  font-size: 13px;
}

button.booking-day {
  cursor: pointer;
}

.booking-day.is-available {
  border-color: rgba(255, 255, 255, 0.08);
  background: #1b1b1f;
  color: rgba(255, 255, 255, 0.88);
}

.booking-day.is-available::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 6px;
  border-radius: 50%;
  background: #8b5cf6;
}

.booking-day.is-available:hover,
.booking-day.is-available:focus-visible {
  border-color: rgba(139, 92, 246, 0.68);
  background: #241c32;
  outline: none;
}

.booking-day.is-selected {
  border-color: #9569ff;
  background: #7544ed;
  color: #ffffff;
  box-shadow: 0 9px 20px rgba(89, 43, 190, 0.28);
}

.booking-day.is-selected::after {
  background: #ffffff;
}

.booking-day.is-today:not(.is-selected) {
  color: #bca4f7;
  box-shadow: inset 0 0 0 1px rgba(149, 105, 255, 0.35);
}

.booking-day--empty {
  pointer-events: none;
}

.booking-calendar__note {
  margin: auto 0 0;
  padding-top: 22px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.booking-calendar__note span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8b5cf6;
}

.booking-times {
  display: flex;
  flex-direction: column;
}

.booking-times__header {
  align-items: flex-start;
}

.booking-times__header h2 {
  max-width: 122px;
  padding-top: 8px;
  font-size: 15px;
}

.booking-clock button {
  min-width: 39px;
  min-height: 30px;
  padding: 0 7px;
}

.booking-times__list {
  margin-top: 22px;
  display: grid;
  gap: 9px;
}

.booking-time {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: #19191d;
  color: rgba(255, 255, 255, 0.8);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.booking-time:hover,
.booking-time:focus-visible {
  border-color: rgba(149, 105, 255, 0.7);
  background: #211a2e;
  color: #ffffff;
  outline: none;
}

.booking-time.is-selected {
  border-color: #9569ff;
  background: #7544ed;
  color: #ffffff;
}

.booking-times__empty {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  line-height: 1.5;
}

.booking-times__confirm {
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #8551f2;
  border-radius: 7px;
  background: #7544ed;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.booking-times__confirm:hover,
.booking-times__confirm:focus-visible {
  border-color: #a987ff;
  background: #6636d3;
  color: #ffffff;
}

.booking-times__confirm.is-disabled {
  border-color: rgba(255, 255, 255, 0.08);
  background: #18181b;
  color: rgba(255, 255, 255, 0.32);
  pointer-events: none;
}

.booking-page.is-checkout .booking-hero {
  display: none;
}

.booking-checkout {
  width: min(990px, 100%);
  min-height: 610px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #dedfe4;
  border-radius: 14px;
  background: #ffffff;
  color: #111113;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.36);
}

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

.booking-checkout__summary {
  padding: 38px 36px;
  border-right: 1px solid #e5e6ea;
  background: #fbfbfc;
}

.booking-checkout__brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #687080;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.booking-checkout__eyebrow {
  margin: 24px 0 7px;
  color: #6f7685;
  font-size: 13px;
  font-weight: 500;
}

.booking-checkout__summary h2 {
  margin: 0;
  color: #30323a;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 600;
}

.booking-checkout__agenda-copy {
  margin: 20px 0 3px;
  color: #40434c;
  font-size: 15px;
}

.booking-checkout__summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #454851;
  font-size: 15px;
  line-height: 1.55;
}

.booking-checkout__summary li::before {
  content: "– ";
}

.booking-checkout__promise {
  max-width: 230px;
  margin: 24px 0 0;
  color: #34363e;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.booking-checkout__meta {
  margin: 40px 0 0;
  display: grid;
  gap: 20px;
}

.booking-checkout__meta > div {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.booking-checkout__meta dt,
.booking-checkout__meta dd {
  margin: 0;
}

.booking-checkout__meta dt {
  display: grid;
  place-items: center;
}

.booking-checkout__meta svg,
.booking-checkout__meta img {
  width: 21px;
  height: 21px;
}

.booking-checkout__meta svg {
  fill: none;
  stroke: #42454e;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-checkout__meta dd {
  color: #434650;
  font-size: 15px;
  line-height: 1.5;
}

.booking-checkout__form-panel {
  padding: 38px 42px 34px;
  background: #ffffff;
}

.booking-checkout__form-panel > h2 {
  margin: 0 0 24px;
  color: #111113;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.booking-checkout__form {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.booking-checkout__form > label {
  margin-bottom: 20px;
  display: grid;
  gap: 8px;
  color: #111113;
  font-size: 15px;
  font-weight: 600;
}

.booking-checkout__form b {
  font-weight: 600;
}

.booking-checkout__form input,
.booking-checkout__form textarea {
  width: 100%;
  border: 1px solid #ccd0da;
  border-radius: 12px;
  background: #ffffff;
  color: #111113;
  outline: none;
  box-shadow: 0 3px 8px rgba(31, 35, 48, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.booking-checkout__form input {
  min-height: 48px;
  padding: 0 16px;
  font-size: 15px;
}

.booking-checkout__form textarea {
  min-height: 112px;
  padding: 14px 16px;
  resize: vertical;
  font-size: 14px;
  line-height: 1.45;
}

.booking-checkout__form input::placeholder,
.booking-checkout__form textarea::placeholder {
  color: #9aa1b1;
}

.booking-checkout__form input:focus,
.booking-checkout__form textarea:focus {
  border-color: #8060ef;
  box-shadow: 0 0 0 3px rgba(117, 68, 237, 0.12);
}

.booking-guests {
  margin: 4px 0 0;
  padding: 0;
  border: 0;
}

.booking-guests legend {
  margin-bottom: 9px;
  color: #41444d;
  font-size: 15px;
  font-weight: 500;
}

.booking-guests__list {
  display: grid;
  gap: 8px;
}

.booking-guests__field {
  position: relative;
  display: block;
}

.booking-guests__field input {
  padding-right: 42px;
}

.booking-guests__field button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 9px;
  right: 8px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #6d7280;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.booking-guests__add {
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #747b8b;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.booking-guests__add span {
  margin-right: 5px;
  color: #6650c7;
  font-size: 20px;
  vertical-align: -1px;
}

.booking-checkout__privacy {
  margin: auto 0 0;
  padding-top: 24px;
  color: #737b8b;
  font-size: 12px;
  line-height: 1.45;
}

.booking-checkout__status {
  min-height: 18px;
  margin: 8px 0 0;
  color: #5f46c4;
  font-size: 12px;
}

.booking-checkout__actions {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.booking-checkout__back,
.booking-checkout__submit {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.booking-checkout__back {
  border: 0;
  background: transparent;
  color: #697181;
}

.booking-checkout__submit {
  border: 1px solid #8469f1;
  background: linear-gradient(180deg, #866cf4, #7054e6);
  color: #ffffff;
  box-shadow: 0 7px 16px rgba(86, 61, 190, 0.24);
}

.booking-checkout__back:hover,
.booking-checkout__back:focus-visible {
  color: #22242a;
}

.booking-checkout__submit:hover,
.booking-checkout__submit:focus-visible {
  background: linear-gradient(180deg, #785ee9, #6246d6);
}

.booking-checkout__back:focus-visible,
.booking-checkout__submit:focus-visible,
.booking-guests__add:focus-visible,
.booking-guests__field button:focus-visible {
  outline: 2px solid rgba(117, 68, 237, 0.36);
  outline-offset: 2px;
}

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

.booking-times__status {
  min-height: 17px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.booking-segmented button:focus-visible,
.booking-clock button:focus-visible,
.booking-calendar__nav button:focus-visible,
.booking-times__confirm:focus-visible {
  outline: 2px solid rgba(166, 128, 255, 0.45);
  outline-offset: 2px;
}

@media (max-width: 1050px) {
  .booking-tool {
    grid-template-columns: 240px minmax(420px, 1fr);
  }

  .booking-times {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) 220px;
    align-items: start;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .booking-times__list {
    margin-top: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-times__confirm {
    margin-top: 0;
  }

  .booking-times__status {
    grid-column: 3;
  }
}

@media (max-width: 760px) {
  .booking-page {
    padding: 48px 14px 58px;
    background-size: 40px 40px;
  }

  .booking-hero {
    margin-bottom: 34px;
  }

  .booking-hero__eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .booking-hero__title {
    gap: 8px;
    font-size: clamp(37px, 11vw, 48px);
  }

  .booking-hero__icon {
    width: 46px;
    height: 46px;
  }

  .booking-hero__icon svg {
    width: 24px;
    height: 24px;
  }

  .booking-hero__accent {
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
  }

  .booking-hero__copy {
    margin-top: 22px;
    font-size: 14px;
  }

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

  .booking-tool__details,
  .booking-calendar {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .booking-tool__details,
  .booking-calendar,
  .booking-times {
    padding: 24px 20px;
  }

  .booking-times {
    grid-column: auto;
    display: flex;
    align-items: stretch;
    gap: 0;
    border-top: 0;
  }

  .booking-times__list {
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-times__confirm {
    margin-top: 24px;
  }

  .booking-times__status {
    grid-column: auto;
  }

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

  .booking-checkout__summary {
    padding: 28px 24px;
    border-right: 0;
    border-bottom: 1px solid #e5e6ea;
  }

  .booking-checkout__meta {
    margin-top: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-checkout__form-panel {
    padding: 28px 24px 26px;
  }
}

@media (max-width: 430px) {
  .booking-hero__title {
    font-size: 36px;
  }

  .booking-calendar__grid {
    grid-auto-rows: 44px;
    gap: 4px;
  }

  .booking-calendar__weekdays span {
    font-size: 9px;
  }

  .booking-day {
    font-size: 12px;
  }

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

  .booking-checkout__form-panel,
  .booking-checkout__summary {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .booking-platform,
  .booking-time,
  .booking-times__confirm {
    transition: none;
  }
}

/* In-place calendar-to-details transition */
.booking-calendar,
.booking-times {
  transition: opacity 220ms ease, transform 220ms ease;
}

.booking-tool.is-switching-out .booking-calendar,
.booking-tool.is-switching-out .booking-times,
.booking-tool.is-calendar-entering .booking-calendar,
.booking-tool.is-calendar-entering .booking-times {
  opacity: 0;
  transform: translateY(-14px) scale(0.985);
}

.booking-tool.is-checkout .booking-calendar,
.booking-tool.is-checkout .booking-times {
  display: none;
}

.booking-checkout {
  width: auto;
  min-width: 0;
  min-height: 590px;
  margin: 0;
  grid-column: 2 / -1;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #111113;
  box-shadow: none;
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transform-origin: center;
  transition: opacity 360ms ease, transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

.booking-tool.is-checkout-visible .booking-checkout {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.booking-checkout__form-panel {
  min-height: 590px;
  padding: 30px 38px 26px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at top right, rgba(124, 92, 246, 0.075), transparent 28%),
    #ffffff;
}

.booking-checkout__form-panel > h2 {
  margin: 0 0 12px;
  font-size: 27px;
}

.booking-checkout__selection {
  margin: 0 0 20px;
  padding: 11px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 14px;
  border: 1px solid #e2dcfa;
  border-radius: 11px;
  background: #f8f5ff;
  color: #5e566c;
  font-size: 12px;
  line-height: 1.35;
}

.booking-checkout__selection > span:first-child {
  color: #27222f;
  font-weight: 600;
}

.booking-checkout__selection strong {
  grid-column: 1;
  color: #7040d6;
  font-weight: 600;
}

.booking-checkout__selection > span:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

.booking-checkout__form {
  min-height: 0;
  flex: 1;
}

.booking-checkout__form > label {
  margin-bottom: 13px;
  gap: 6px;
  font-size: 13px;
}

.booking-checkout__form input {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 14px;
}

.booking-checkout__form textarea {
  min-height: 84px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13px;
}

.booking-guests {
  margin-top: 0;
}

.booking-guests legend {
  margin-bottom: 7px;
  font-size: 13px;
}

.booking-guests__add {
  margin-top: 8px;
  font-size: 12px;
}

.booking-checkout__privacy {
  padding-top: 14px;
  font-size: 11px;
}

.booking-checkout__status {
  min-height: 15px;
  margin-top: 5px;
  font-size: 11px;
}

.booking-checkout__actions {
  margin-top: 5px;
}

.booking-checkout__back,
.booking-checkout__submit {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 13px;
}

@media (max-width: 1050px) {
  .booking-checkout {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .booking-checkout {
    min-height: 0;
    grid-column: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .booking-checkout__form-panel {
    min-height: 0;
    padding: 26px 20px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .booking-calendar,
  .booking-times,
  .booking-checkout {
    transition: none;
  }
}

/* Dark checkout form matching the Such Zero black and purple theme. */
.booking-checkout {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  background: #101014;
  color: #f7f5fb;
}

.booking-checkout__form-panel {
  background:
    radial-gradient(circle at 92% 5%, rgba(119, 63, 232, 0.16), transparent 30%),
    linear-gradient(145deg, #111115 0%, #0d0d11 100%);
}

.booking-checkout__form-panel > h2 {
  color: #ffffff;
}

.booking-checkout__selection {
  border-color: rgba(139, 92, 246, 0.35);
  background: rgba(123, 68, 231, 0.1);
  color: rgba(255, 255, 255, 0.62);
}

.booking-checkout__selection > span:first-child {
  color: #f8f7fb;
}

.booking-checkout__selection strong {
  color: #a982ff;
}

.booking-checkout__form > label,
.booking-guests legend {
  color: rgba(255, 255, 255, 0.9);
}

.booking-checkout__form input,
.booking-checkout__form textarea {
  border-color: rgba(255, 255, 255, 0.16);
  background: #19191f;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  color-scheme: dark;
}

.booking-checkout__form input::placeholder,
.booking-checkout__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.booking-checkout__form input:hover,
.booking-checkout__form textarea:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.booking-checkout__form input:focus,
.booking-checkout__form textarea:focus {
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.16);
}

.booking-guests__field button {
  color: rgba(255, 255, 255, 0.55);
}

.booking-guests__field button:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.booking-guests__add {
  color: rgba(255, 255, 255, 0.58);
}

.booking-guests__add:hover,
.booking-guests__add:focus-visible {
  color: #b99cff;
}

.booking-guests__add span {
  color: #9c73ff;
}

.booking-checkout__privacy {
  color: rgba(255, 255, 255, 0.42);
}

.booking-checkout__status {
  color: #b99cff;
}

.booking-checkout__back {
  color: rgba(255, 255, 255, 0.58);
}

.booking-checkout__back:hover,
.booking-checkout__back:focus-visible {
  color: #ffffff;
}

.booking-checkout__submit {
  border-color: #9b73ff;
  background: linear-gradient(135deg, #8b5cf6, #6d35d6);
  box-shadow: 0 9px 24px rgba(109, 53, 214, 0.34);
}

.booking-checkout__submit:hover,
.booking-checkout__submit:focus-visible {
  background: linear-gradient(135deg, #9c73ff, #7841e5);
}

@media (max-width: 760px) {
  .booking-checkout {
    border-left: 0;
    border-top-color: rgba(255, 255, 255, 0.1);
  }
}
