.booking-page-shell {
  background: #f4f6fa;
}

.site-booking-page header a[href*="portal.myac.re"],
.site-booking-page header a[href="/get-in-touch"] {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem !important;
  justify-content: center;
  line-height: 1;
  min-height: 2.35rem;
  padding: 0.55rem 0.95rem !important;
  width: 7.25rem;
}

.booking-stage-section {
  padding-block: clamp(4.25rem, 7vw, 6.5rem);
}

.booking-stage-wrap {
  margin-inline: auto;
  max-width: 1120px;
  padding-inline: 1.5rem;
}

.booking-intro {
  align-items: end;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.booking-intro p {
  margin: 0;
}

.booking-stage-grid {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.booking-honeypot {
  height: 1px;
  left: -100vw;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: auto;
  width: 1px;
}

.booking-honeypot input {
  pointer-events: none;
}

.booking-stage-card {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 24, 39, 0.09);
  border-radius: 1.35rem;
  box-shadow: 0 18px 48px rgba(22, 30, 48, 0.08);
  color: #141827;
  cursor: pointer;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 11.75rem;
  padding: clamp(1.15rem, 2.4vw, 1.6rem);
  text-align: left;
  transition: background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.booking-stage-card:nth-child(odd) {
  border-right: 1px solid rgba(20, 24, 39, 0.09);
}

.booking-stage-card:nth-last-child(-n + 2) {
  border-bottom: 1px solid rgba(20, 24, 39, 0.09);
}

.booking-stage-card:hover,
.booking-stage-card:focus-visible {
  background: rgba(159, 211, 239, 0.16);
  outline: 0;
}

.booking-stage-card:active {
  transform: translateY(1px);
}

.booking-stage-card.is-active {
  background: linear-gradient(135deg, rgba(101, 38, 95, 0.09), rgba(159, 211, 239, 0.18));
  border-color: rgba(101, 38, 95, 0.28);
  box-shadow: 0 22px 58px rgba(22, 30, 48, 0.12), inset 0 0 0 1px rgba(101, 38, 95, 0.12);
}

.booking-stage-dot {
  border-radius: 999px;
  display: block;
  height: 1.6rem;
  margin-top: 0.1rem;
  width: 1.6rem;
}

.booking-stage-dot.is-orange {
  background: #f59e0b;
}

.booking-stage-dot.is-green {
  background: #18d38b;
}

.booking-stage-dot.is-blue {
  background: #1597e5;
}

.booking-stage-dot.is-purple {
  background: #7c4be8;
}

.booking-stage-copy {
  min-width: 0;
}

.booking-stage-copy strong {
  color: #07192d;
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 1.05rem;
}

.booking-stage-copy span {
  color: #102b46;
  display: block;
  font-size: 0.9rem;
  line-height: 1.55;
  max-width: 32rem;
}

.booking-stage-arrow {
  color: #0b2943;
  margin-top: 0.35rem;
  transition: transform 220ms ease;
}

.booking-stage-card:hover .booking-stage-arrow,
.booking-stage-card:focus-visible .booking-stage-arrow,
.booking-stage-card.is-active .booking-stage-arrow {
  transform: translateX(0.25rem);
}

.booking-location-panel {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 24, 39, 0.09);
  border-radius: 1.35rem;
  box-shadow: 0 18px 48px rgba(22, 30, 48, 0.08);
  margin-top: 1rem;
  padding: clamp(1.15rem, 2.4vw, 1.5rem);
}

.booking-location-panel legend {
  color: #141827;
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  padding: 0;
}

.booking-location-panel p {
  color: #556070 !important;
  font-size: 0.9rem;
  line-height: 1.6 !important;
  margin: 0.45rem 0 1rem;
  max-width: 62ch;
}

.booking-location-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-location-option {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(20, 24, 39, 0.1);
  border-radius: 1rem;
  color: #141827;
  cursor: pointer;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 5.5rem;
  padding: 0.9rem;
  text-align: left;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.booking-location-option:hover,
.booking-location-option:focus-visible {
  background: rgba(159, 211, 239, 0.12);
  border-color: rgba(101, 38, 95, 0.22);
  outline: 0;
}

.booking-location-option:active {
  transform: translateY(1px);
}

.booking-location-option.is-active {
  background: linear-gradient(135deg, rgba(101, 38, 95, 0.09), rgba(159, 211, 239, 0.16));
  border-color: rgba(101, 38, 95, 0.28);
  box-shadow: inset 0 0 0 1px rgba(101, 38, 95, 0.1);
}

.booking-location-icon {
  align-items: center;
  border-radius: 0.85rem;
  color: #fff;
  display: inline-flex;
  height: 2.4rem;
  justify-content: center;
  width: 2.4rem;
}

.booking-location-icon.is-zoom {
  background: #2f6fed;
}

.booking-location-icon.is-teams {
  background: #6355c7;
}

.booking-location-icon.is-office {
  background: #c83bbd;
}

.booking-location-option strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
}

.booking-location-option em {
  color: #556070;
  display: block;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.35;
  margin-top: 0.25rem;
}

.booking-embed-shell {
  background: #fff;
  border: 1px solid rgba(20, 24, 39, 0.09);
  border-radius: 1.75rem;
  box-shadow: 0 26px 75px rgba(22, 30, 48, 0.11);
  margin-top: clamp(1.25rem, 3vw, 2rem);
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.booking-embed-titlebar {
  align-items: center;
  background: linear-gradient(135deg, #ffffff, #f8fbfd);
  border-bottom: 1px solid rgba(20, 24, 39, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 1rem 1.25rem;
}

.booking-embed-titlebar strong {
  color: #141827;
  font-size: 0.95rem;
  font-weight: 850;
}

.booking-embed-titlebar span {
  color: #556070;
  font-size: 0.82rem;
  font-weight: 650;
}

#simply-cal-inline {
  min-height: 700px;
  width: 100%;
}

.booking-loading {
  color: #556070;
  font-size: 0.95rem;
  padding: 2rem;
}

@media (max-width: 900px) {
  .booking-intro {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .booking-stage-grid {
    gap: 0.85rem;
    grid-template-columns: 1fr;
  }

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

  .booking-stage-card,
  .booking-stage-card:nth-child(odd),
  .booking-stage-card:nth-last-child(-n + 2) {
    border: 1px solid rgba(20, 24, 39, 0.09);
  }
}

@media (max-width: 760px) {
  .booking-stage-wrap {
    padding-inline: 1rem;
  }

  .booking-stage-card {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: auto;
    padding: 1rem;
  }

  .booking-stage-arrow {
    display: none;
  }

  .booking-stage-copy strong {
    margin-bottom: 0.9rem;
  }

  .booking-stage-copy span {
    font-size: 0.84rem;
    line-height: 1.48;
  }

  .booking-embed-shell {
    border-radius: 1.1rem;
    min-height: 720px;
  }
}
