.booking-shell {
  position: relative;
  overflow: hidden;
}

.booking-shell::before,
.booking-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(16px);
  z-index: 0;
}

.booking-shell::before {
  inset: -3rem auto auto -7rem;
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.18), rgba(56, 189, 248, 0));
}

.booking-shell::after {
  inset: 9rem -5rem auto auto;
  width: 30rem;
  height: 30rem;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.16), rgba(245, 158, 11, 0));
}

.booking-stage {
  position: relative;
  z-index: 1;
}

.booking-hero,
.booking-layout {
  animation: booking-rise 0.55s ease both;
}

.booking-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.86fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 34px;
}

.booking-hero__content {
  max-width: 760px;
}

.booking-hero__content .section-title {
  max-width: 12ch;
  margin-bottom: 18px;
}

.booking-hero__content .section-lede {
  max-width: 62ch;
}

.booking-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.booking-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(31, 58, 111, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #1f3a6f;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.booking-hero__aside {
  display: flex;
}

.booking-hero-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(20, 40, 85, 0.96), rgba(31, 58, 111, 0.88)),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.35), rgba(56, 189, 248, 0));
  color: #fff;
  box-shadow: 0 24px 56px rgba(20, 40, 85, 0.22);
}

.booking-hero-card::after {
  content: "";
  position: absolute;
  inset: auto -50px -80px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.booking-hero-card__eyebrow,
.booking-summary__eyebrow,
.booking-panel__kicker,
.booking-total__label,
.booking-nav__label {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-hero-card__eyebrow {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 10px;
}

.booking-hero-card__title {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  font-size: 1.5rem;
  line-height: 1.24;
}

.booking-hero-card__list {
  display: grid;
  gap: 16px;
}

.booking-hero-card__item {
  position: relative;
  z-index: 1;
  padding-left: 18px;
}

.booking-hero-card__item::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f59e0b;
}

.booking-hero-card__item strong,
.booking-hero-card__item span {
  display: block;
}

.booking-hero-card__item strong {
  margin-bottom: 4px;
  font-size: 1rem;
}

.booking-hero-card__item span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  font-size: 0.94rem;
}

.booking-stage__notice {
  margin-bottom: 24px;
  border-radius: 22px;
  border: 1px solid rgba(245, 158, 11, 0.26);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.56fr) minmax(320px, 0.82fr);
  gap: 28px;
  align-items: start;
}

.booking-panel--surface,
.booking-summary {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(31, 58, 111, 0.08);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(8px);
}

.booking-panel--surface {
  border-radius: 32px;
  padding: clamp(24px, 4vw, 40px);
}

.booking-panel__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.booking-panel__kicker {
  color: #1f3a6f;
  margin-bottom: 10px;
}

.booking-panel__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.12;
}

.booking-panel__intro {
  margin: 12px 0 0;
  max-width: 60ch;
  color: #64748b;
  line-height: 1.65;
}

.booking-step-counter {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(31, 58, 111, 0.1);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.9));
  color: #475569;
  font-weight: 700;
}

.booking-step-counter__value {
  color: #1f3a6f;
  font-size: 1.55rem;
  line-height: 1;
}

.booking-progress-set {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.booking-progress__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.95));
  color: #64748b;
  transition: all 0.2s ease;
}

.booking-progress__dot {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.booking-progress__label {
  font-weight: 700;
  line-height: 1.4;
}

.booking-progress__item.is-active {
  border-color: rgba(31, 58, 111, 0.24);
  box-shadow: 0 18px 34px rgba(31, 58, 111, 0.1);
  color: #0f172a;
}

.booking-progress__item.is-active .booking-progress__dot {
  background: linear-gradient(135deg, #1f3a6f, #38bdf8);
  box-shadow: 0 0 0 6px rgba(31, 58, 111, 0.1);
}

.booking-progress__item.is-complete {
  border-color: rgba(34, 197, 94, 0.24);
  color: #0f172a;
}

.booking-progress__item.is-complete .booking-progress__dot {
  background: #16a34a;
}

.booking-screen {
  display: none;
}

.booking-screen--active {
  display: block;
}

.booking-step-block + .booking-step-block {
  margin-top: 28px;
}

.booking-section {
  position: relative;
}

.booking-section + .booking-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.booking-section--no-divider {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.booking-section__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 20px;
}

.booking-section__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(31, 58, 111, 0.12), rgba(56, 189, 248, 0.16));
  color: #1f3a6f;
  font-weight: 700;
  font-size: 0.92rem;
}

.booking-section__title {
  margin: 0 0 6px;
  font-size: 1.16rem;
  color: #0f172a;
}

.booking-section__text {
  margin: 0;
  color: #64748b;
  line-height: 1.62;
}

.booking-screen__note {
  display: grid;
  gap: 6px;
  margin-top: 22px;
  padding: 20px 22px;
  border-radius: 24px;
  border: 1px solid rgba(31, 58, 111, 0.12);
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.92), rgba(248, 250, 252, 0.98));
  color: #1f3a6f;
}

.booking-screen__note strong {
  font-size: 0.95rem;
}

.booking-screen__note span {
  line-height: 1.6;
}

.booking-grid {
  display: grid;
  gap: 20px;
}

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

.booking-field {
  margin-bottom: 0;
}

.booking-field--compact {
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(241, 245, 249, 0.92));
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.booking-field__label,
.booking-page .form-label {
  margin-bottom: 12px;
  font-weight: 700;
  color: #0f172a;
}

.booking-page .required {
  margin-left: 3px;
  color: #ef4444;
}

.booking-page .form-control,
.booking-page .input-group-text {
  min-height: 58px;
  border-radius: 18px;
  border-color: rgba(148, 163, 184, 0.28);
  box-shadow: none;
}

.booking-page .form-control {
  padding: 0.95rem 1rem;
  font-size: 1rem;
  color: #0f172a;
}

.booking-page textarea.form-control {
  min-height: 132px;
  resize: vertical;
}

.booking-page .form-control:focus,
.booking-page .input-group-text:focus {
  border-color: rgba(31, 58, 111, 0.42);
  box-shadow: 0 0 0 4px rgba(31, 58, 111, 0.08);
}

.booking-helper {
  color: #64748b;
  line-height: 1.55;
}

.booking-choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

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

.booking-choice-grid--payment {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.booking-choice {
  position: relative;
}

.booking-choice__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.booking-choice__card {
  position: relative;
  display: block;
  min-height: 140px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.booking-choice__card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 2px solid rgba(148, 163, 184, 0.45);
  background: #fff;
  transition: all 0.2s ease;
}

.booking-choice__card--plan {
  min-height: 188px;
}

.booking-choice__input:checked + .booking-choice__card,
.booking-choice__card:hover {
  border-color: rgba(31, 58, 111, 0.34);
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(31, 58, 111, 0.12);
}

.booking-choice__input:checked + .booking-choice__card {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.95), rgba(225, 239, 255, 0.9));
}

.booking-choice__input:disabled + .booking-choice__card {
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.booking-choice__input:checked + .booking-choice__card::after {
  border-color: #1f3a6f;
  background: radial-gradient(circle at center, #1f3a6f 0 45%, #fff 50% 100%);
}

.booking-choice__title {
  display: block;
  margin-bottom: 8px;
  padding-right: 24px;
  color: #0f172a;
  font-weight: 700;
  font-size: 1rem;
}

.booking-choice__meta {
  display: block;
  color: #64748b;
  line-height: 1.58;
  font-size: 0.92rem;
}

.booking-inline-select {
  max-width: 280px;
}

.booking-availability-card {
  padding: 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.availability-launch {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(31, 58, 111, 0.14);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.94));
  cursor: pointer;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.availability-launch:hover,
.availability-launch:focus-visible {
  border-color: rgba(31, 58, 111, 0.3);
  box-shadow: 0 14px 30px rgba(31, 58, 111, 0.12);
  transform: translateY(-1px);
}

.availability-launch__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(31, 58, 111, 0.14), rgba(56, 189, 248, 0.22));
  color: #1f3a6f;
  font-size: 1.2rem;
}

.availability-launch__body {
  min-width: 0;
}

.booking-input--ghost {
  min-height: 0;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  pointer-events: none;
}

.booking-page .booking-input--ghost:disabled {
  background: transparent;
  color: #0f172a;
  opacity: 1;
  -webkit-text-fill-color: #0f172a;
}

.availability-launch__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  padding: 11px 18px;
  border-radius: 999px;
  background: #1f3a6f;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(31, 58, 111, 0.22);
}

.booking-inline-panel,
.booking-terms-panel {
  border-radius: 24px;
}

.booking-inline-panel {
  border: 1px solid rgba(56, 189, 248, 0.18);
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(31, 58, 111, 0.05));
}

.booking-terms-panel {
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.booking-terms-panel__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: start;
}

.booking-terms-panel__accept {
  margin-top: 18px;
}

.booking-terms-panel__accept.is-locked {
  opacity: 0.64;
}

.booking-terms-panel__accept.is-locked .custom-control-label {
  cursor: not-allowed;
}

.booking-error-text {
  margin-top: 12px;
  color: #dc2626;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
}

.booking-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.booking-nav__content {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.booking-nav__label {
  color: #64748b;
}

.booking-nav__path {
  color: #0f172a;
  font-size: 1rem;
}

.booking-nav__note {
  color: #64748b;
  line-height: 1.55;
}

.booking-nav__summary {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.booking-nav__summary-label {
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-nav__summary-amount {
  color: #1f3a6f;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 800;
}

.booking-nav__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.booking-layout--one-time {
  grid-template-columns: 1fr;
}

.booking-layout--one-time .booking-layout__aside {
  display: none;
}

.booking-form--one-time-step [data-screen="flow"].booking-screen--active {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.booking-form--one-time-step [data-screen="flow"] > [data-step-visibility~="one_time_details"]:nth-of-type(3),
.booking-form--one-time-step [data-screen="flow"] > [data-step-visibility~="one_time_details"]:nth-of-type(4) {
  grid-column: 1 / -1;
}

.booking-form--one-time-step [data-step-visibility~="one_time_details"] + [data-step-visibility~="one_time_details"] {
  margin-top: 0;
}

.booking-form--one-time-step [data-step-visibility~="one_time_details"] .booking-section,
.booking-form--one-time-step [data-step-visibility~="one_time_details"] .booking-section + .booking-section {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.booking-form--one-time-step [data-step-visibility~="one_time_details"] .booking-section__header {
  display: none;
}

.booking-form--one-time-step .booking-nav {
  align-items: end;
}

.booking-form--one-time-step .booking-nav__content {
  display: none;
}

.booking-summary {
  position: sticky;
  top: calc(var(--header-height) + 26px);
  border-radius: 30px;
  padding: 28px;
}

.booking-summary__eyebrow {
  color: #1f3a6f;
}

.booking-summary__title {
  margin: 10px 0 8px;
  font-size: 1.45rem;
  color: #0f172a;
}

.booking-summary__lede {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}

.booking-summary__rows {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.booking-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.booking-summary__row span {
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.4;
}

.booking-summary__row strong {
  color: #0f172a;
  font-size: 0.96rem;
  text-align: right;
  line-height: 1.45;
}

.booking-summary__note {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(224, 242, 254, 0.85));
  border: 1px solid rgba(56, 189, 248, 0.18);
  color: #1f3a6f;
  line-height: 1.6;
}

.booking-actions {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.booking-total {
  display: grid;
  gap: 4px;
}

.booking-total__label {
  color: #64748b;
}

.booking-total__amount {
  color: #1f3a6f;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 800;
}

#discountMessage {
  margin: 0;
  min-height: 1.4em;
}

#availabilityModal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.98));
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
}

#availabilityModal .modal-header {
  padding: 28px 28px 0;
}

#availabilityModal .modal-body {
  padding: 20px 28px 0;
}

#availabilityModal .modal-footer {
  padding: 18px 28px 28px;
  border-top: 0;
}

.booking-modal-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.booking-modal-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
}

.booking-modal-legend__item--available {
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
}

.booking-modal-legend__item--unavailable {
  background: rgba(148, 163, 184, 0.14);
  color: #475569;
}

.booking-modal-legend__item--selected {
  background: rgba(31, 58, 111, 0.12);
  color: #1f3a6f;
}

.booking-legend-dot {
  font-size: 0.7rem;
}

.booking-legend-dot--muted {
  color: #64748b;
}

.booking-legend-dot--selected {
  color: #1f3a6f;
}

.booking-calendar-card,
.booking-calendar-sidecard {
  height: 100%;
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.booking-calendar-card__note {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(239, 246, 255, 0.92);
  border: 1px solid rgba(56, 189, 248, 0.16);
  color: #1f3a6f;
  line-height: 1.55;
  font-size: 0.93rem;
}

.booking-calendar-sidecard__header strong {
  color: #0f172a;
}

.booking-calendar-sidecard__selection {
  min-height: 88px;
  padding-top: 14px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

#userCalendar {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hour-pill {
  cursor: pointer;
  margin: 0 10px 10px 0;
}

.hour-pill input {
  display: none;
}

.hour-pill .pill {
  display: inline-flex;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: all 0.2s ease;
}

.hour-pill input:checked + .pill {
  background: linear-gradient(135deg, rgba(31, 58, 111, 0.12), rgba(56, 189, 248, 0.22));
  color: #0f172a;
  border-color: rgba(31, 58, 111, 0.28);
  box-shadow: 0 14px 30px rgba(31, 58, 111, 0.12);
}

#hoursContainer {
  min-height: 110px;
}

#selectedSlotsList .badge {
  padding: 0.5rem 0.72rem;
  border-radius: 999px;
  background: rgba(31, 58, 111, 0.08);
  color: #1f3a6f;
}

#userCalendar .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 18px;
}

#userCalendar .fc .fc-toolbar-chunk {
  display: flex;
  align-items: center;
  gap: 10px;
}

#userCalendar .fc .fc-scrollgrid {
  border-radius: 22px;
  overflow: hidden;
  border-color: rgba(148, 163, 184, 0.18);
}

#userCalendar .fc-theme-standard td,
#userCalendar .fc-theme-standard th {
  border-color: rgba(148, 163, 184, 0.18);
}

#userCalendar .fc-daygrid-day-events,
#userCalendar .fc-daygrid-day-bottom,
#userCalendar .fc-daygrid-event-harness,
#userCalendar .fc-daygrid-event-harness-abs {
  display: none !important;
}

#userCalendar .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  min-height: 0;
  margin: 0;
}

#userCalendar .fc .fc-col-header-cell-cushion {
  padding: 12px 0;
  color: #0f172a;
  font-weight: 700;
}

#userCalendar .fc-daygrid-day-frame {
  position: relative;
  min-height: 72px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: #fff;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#userCalendar .fc-daygrid-day-top {
  justify-content: flex-end;
}

#userCalendar .fc-daygrid-day-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  color: #334155;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

#userCalendar .fc-daygrid-day[data-availability="unavailable"] {
  pointer-events: none;
}

#userCalendar .fc-daygrid-day[data-availability="unavailable"] .fc-daygrid-day-frame {
  background: #f8fafc;
  border-color: rgba(148, 163, 184, 0.12);
}

#userCalendar .fc-daygrid-day[data-availability="unavailable"] .fc-daygrid-day-number {
  color: #94a3b8;
}

#userCalendar .fc-daygrid-day[data-availability="available"] {
  cursor: pointer;
}

#userCalendar .fc-daygrid-day[data-availability="available"] .fc-daygrid-day-frame {
  border-color: rgba(34, 197, 94, 0.24);
  background: linear-gradient(180deg, rgba(240, 253, 244, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: inset 0 -26px 0 rgba(34, 197, 94, 0.08);
}

#userCalendar .fc-daygrid-day[data-availability="available"] .fc-daygrid-day-frame::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e, #86efac);
}

#userCalendar .fc-daygrid-day[data-availability="available"] .fc-daygrid-day-number {
  background: rgba(34, 197, 94, 0.14);
  color: #166534;
}

#userCalendar .fc-daygrid-day[data-availability="available"]:hover .fc-daygrid-day-frame {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(22, 163, 74, 0.14);
}

#userCalendar .fc-daygrid-day.is-selected .fc-daygrid-day-frame {
  border-color: rgba(31, 58, 111, 0.4);
  background: linear-gradient(180deg, rgba(219, 234, 254, 0.95), rgba(239, 246, 255, 0.98));
  box-shadow: 0 14px 30px rgba(31, 58, 111, 0.16);
}

#userCalendar .fc-daygrid-day.is-selected .fc-daygrid-day-frame::after {
  background: linear-gradient(90deg, #1f3a6f, #38bdf8);
  height: 8px;
}

#userCalendar .fc-daygrid-day.is-selected .fc-daygrid-day-number {
  background: #1f3a6f;
  color: #fff;
  box-shadow: 0 10px 24px rgba(31, 58, 111, 0.18);
}

#userCalendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  box-shadow: 0 0 0 2px rgba(31, 58, 111, 0.12);
}

#userCalendar .fc-daygrid-day.fc-day-other .fc-daygrid-day-frame {
  opacity: 0.62;
}

#userCalendar .fc .fc-toolbar-title {
  font-size: 1.42rem;
  font-weight: 800;
  color: #0f172a;
}

#userCalendar .fc-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 18px;
  border-radius: 16px;
  background: #1f3a6f;
  border-color: #1f3a6f;
  box-shadow: 0 14px 30px rgba(31, 58, 111, 0.16);
}

#userCalendar .fc-button-primary:not(:disabled):active,
#userCalendar .fc-button-primary:not(:disabled).fc-button-active,
#userCalendar .fc-button-primary:hover {
  background: #142855;
  border-color: #142855;
}

@media (max-width: 1199.98px) {
  .booking-hero {
    grid-template-columns: 1fr;
  }

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

  .booking-modal-legend {
    gap: 8px;
  }
}

@media (max-width: 991.98px) {
  .booking-layout,
  .booking-grid--two {
    grid-template-columns: 1fr;
  }

  .booking-summary {
    position: static;
  }

  .booking-panel__header,
  .booking-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .booking-nav__actions {
    justify-content: stretch;
  }

  .booking-nav__actions .btn {
    flex: 1 1 auto;
  }

  .booking-form--one-time-step [data-screen="flow"].booking-screen--active {
    grid-template-columns: 1fr;
  }

  .booking-calendar-card,
  .booking-calendar-sidecard {
    padding: 18px;
  }
}

@media (max-width: 767.98px) {
  .booking-hero-card,
  .booking-panel--surface,
  .booking-summary {
    border-radius: 24px;
    padding: 22px;
  }

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

  .availability-launch {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .availability-launch__cta {
    min-width: 0;
    width: 100%;
  }

  .booking-summary__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-summary__row strong {
    text-align: left;
  }

  .booking-nav__actions {
    width: 100%;
    flex-direction: column;
  }

  .booking-nav__actions .btn {
    width: 100%;
  }

  #availabilityModal .modal-header,
  #availabilityModal .modal-body,
  #availabilityModal .modal-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  #userCalendar .fc-daygrid-day-frame {
    min-height: 92px;
    padding: 8px;
  }
}

@keyframes booking-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
