.booking-page__intro {
  position: relative;
  width: 100%;
  padding: 1.35rem 1.5rem 1.35rem;
}

.booking-page__intro::after,
.booking-status__intro::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  left: 1.5rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(143, 191, 220, 0.45) 15%, rgba(255, 255, 255, 0.98) 50%, rgba(143, 191, 220, 0.45) 85%, transparent);
  box-shadow: 0 0 9px rgba(112, 178, 218, 0.34), 0 0 18px rgba(255, 255, 255, 0.82);
  pointer-events: none;
}

.booking-page__intro h1,
.booking-status__intro h1 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.booking-page__intro p:last-child {
  max-width: 980px;
  margin-bottom: 0;
  color: var(--color-text-soft);
  line-height: 1.65;
}

.booking-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  align-items: start;
  gap: 0;
  width: 100%;
  padding: 0 1.5rem 0.5rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.booking-shell__calendar {
  position: relative;
  padding: 1.15rem 2rem 0 0;
  border: 0;
  background: transparent;
}

.booking-shell__calendar::after {
  content: "";
  position: absolute;
  top: 0.35rem;
  right: 0;
  bottom: 0.35rem;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(120, 183, 221, 0.58) 18%, rgba(255, 255, 255, 0.98) 50%, rgba(120, 183, 221, 0.58) 82%, transparent);
  box-shadow: 0 0 8px rgba(98, 166, 208, 0.3);
  pointer-events: none;
}

.booking-form {
  align-self: start;
  align-content: start;
  grid-auto-rows: max-content;
  padding: 1.15rem 0 0 2rem;
}

.booking-form .form-field,
.booking-form .form-check,
.booking-form .form-help,
.booking-form .button {
  align-self: start;
}

.booking-hours,
.booking-selection {
  position: relative;
  margin: 0 0 1.05rem;
  padding: 0.15rem 0 1.05rem;
  border: 0;
}

.booking-hours::after,
.booking-selection::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(143, 191, 220, 0.45) 15%, rgba(255, 255, 255, 0.98) 50%, rgba(143, 191, 220, 0.45) 85%, transparent);
  box-shadow: 0 0 9px rgba(112, 178, 218, 0.34), 0 0 18px rgba(255, 255, 255, 0.82);
  pointer-events: none;
}

.booking-hours h2,
.booking-selection h2 {
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
}

.booking-hours p,
.booking-selection p {
  margin-bottom: 0.3rem;
  color: var(--color-text-soft);
}

.booking-phone {
  display: inline-block;
  white-space: nowrap;
}

.booking-page__empty {
  padding: 0 1.5rem 0.5rem;
}

.booking-status {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 0 1.5rem 0.5rem;
}

.booking-status__intro {
  position: relative;
  padding: 1.35rem 0 1.25rem;
}

.booking-status__intro::after {
  right: 0;
  left: 0;
}

.booking-status__intro h1 {
  margin-bottom: 0;
}

.booking-status__content {
  padding: 1.2rem 0 0;
  color: var(--color-text-soft);
  line-height: 1.65;
}

.booking-status__content p {
  max-width: 760px;
}

.booking-status__content strong {
  color: var(--color-text);
}

.booking-status__message {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0 0.9rem;
  color: var(--color-text);
  font-weight: 700;
}

.booking-status__message::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(124, 177, 209, 0.1), rgba(124, 177, 209, 0.55), rgba(255, 255, 255, 0.9), rgba(124, 177, 209, 0.1));
  box-shadow: 0 0 7px rgba(112, 178, 218, 0.24);
}

.booking-status__message--success {
  color: #245f46;
}

.booking-status__message--error {
  color: #8e2925;
}

.booking-status__action {
  margin-top: 1.2rem;
}
