.booking-experience {
  padding: 74px 0 112px;
  background:
    linear-gradient(rgba(245, 240, 227, .93), rgba(245, 240, 227, .98)),
    url('../images/oceidon/home/classic/category-bg-box.png') center top / cover;
}
.booking-shell {
  overflow: hidden;
  border: 1px solid rgba(16, 44, 49, .12);
  border-radius: 32px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 28px 80px rgba(6, 36, 42, .13);
}
.booking-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 34px;
  border-bottom: 1px solid rgba(16, 44, 49, .1);
  background: #f5faf9;
}
.booking-progress span {
  position: relative;
  padding: 23px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #74898c;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.booking-progress span::after {
  content: '';
  position: absolute;
  inset: auto 0 -1px;
  height: 3px;
  border-radius: 999px;
  background: transparent;
}
.booking-progress span.is-active { color: #0c7f86; }
.booking-progress span.is-active::after { background: #12a0a0; }
.booking-progress b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: .65rem;
}
.booking-flow { padding: 46px 52px 26px; }
.booking-step[hidden] { display: none !important; }
.booking-step-heading {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
}
.booking-step-heading > span {
  flex: 0 0 auto;
  color: #12a0a0;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}
.booking-step-heading h2 { margin-bottom: 8px; font-size: clamp(2rem, 4vw, 3.65rem); }
.booking-step-heading p { margin: 0; color: #61777a; }
.booking-step-heading--center { justify-content: center; text-align: center; }
.service-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 24px;
}
.service-choice-card {
  position: relative;
  min-height: 176px;
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(16, 44, 49, .13);
  border-radius: 24px;
  background: #f8fbfa;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.service-choice-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(6, 36, 42, .1); }
.service-choice-card.is-selected { border-color: #12a0a0; box-shadow: 0 0 0 3px rgba(18, 160, 160, .13); }
.service-choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.service-choice-card img { width: 100%; height: 100%; object-fit: cover; }
.service-choice-card > span { padding: 24px 22px; display: flex; flex-direction: column; justify-content: center; }
.service-choice-card strong { font-family: var(--serif); font-size: 1.65rem; line-height: 1.08; }
.service-choice-card small { margin: 7px 0; color: #0c7f86; font-weight: 700; }
.service-choice-card em { color: #61777a; font-size: .78rem; font-style: normal; }
.booking-fields { display: grid; gap: 14px; }
.booking-fields--three { grid-template-columns: repeat(3, 1fr); }
.booking-fields--two { grid-template-columns: repeat(2, 1fr); }
.booking-field {
  min-width: 0;
  padding: 15px 17px;
  border: 1px solid rgba(16, 44, 49, .13);
  border-radius: 17px;
  background: #f5f9f8;
}
.booking-field > span {
  display: block;
  margin-bottom: 7px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.booking-field input,
.booking-field select,
.booking-field textarea {
  width: 100%;
  padding: 3px 0;
  border: 0;
  background: transparent;
  color: #102c31;
  outline: 0;
  resize: vertical;
}
.booking-field:focus-within { border-color: #12a0a0; box-shadow: 0 0 0 3px rgba(18, 160, 160, .1); }
.booking-field small { display: block; margin-top: 5px; color: #718689; font-size: .68rem; }
.booking-field--package { grid-column: span 3; }
.booking-inline-summary {
  margin-top: 16px;
  padding: 15px 18px;
  border-radius: 15px;
  background: #ccedeb;
  color: #16454a;
  font-size: .82rem;
}
.booking-capacity-note {
  margin: 8px 2px 0;
  color: #61777a;
  font-size: .72rem;
}
.booking-capacity-note.is-error { color: #a54332; font-weight: 700; }
.booking-consent { display: flex; align-items: flex-start; gap: 10px; margin: 14px 0; color: #4c666a; font-size: .8rem; }
.booking-consent input { margin-top: 5px; accent-color: #12a0a0; }
.booking-consent a { color: #087f86; text-decoration: underline; }
.booking-actions {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.booking-actions--center { justify-content: center; }
.btn--outline-dark { border: 1px solid rgba(16, 44, 49, .25); background: transparent; color: #102c31; }
.booking-review {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
}
.booking-review-card,
.booking-price-card {
  padding: 24px;
  border: 1px solid rgba(16, 44, 49, .12);
  border-radius: 22px;
  background: #f8fbfa;
}
.booking-review dl { margin: 0; display: grid; grid-template-columns: 145px 1fr; gap: 10px 18px; }
.booking-review dt { color: #718689; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.booking-review dd { margin: 0; font-weight: 600; }
.booking-price-card { background: #102c31; color: #fff; }
.booking-price-card small { color: rgba(255, 255, 255, .65); }
.booking-price-card strong { display: block; margin: 7px 0 14px; font-family: var(--serif); font-size: 2.25rem; }
.booking-price-card hr { border-color: rgba(255, 255, 255, .15); }
.booking-notice { margin-top: 18px; padding: 17px 19px; border-left: 4px solid #c14d36; border-radius: 10px; background: #fff6ef; }
.booking-notice p { margin: 4px 0 0; color: #6a5b51; font-size: .78rem; }
.booking-error { min-height: 24px; margin: 14px 0 0; color: #a93627; font-size: .82rem; }
.booking-success-mark { width: 76px; height: 76px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: #12a0a0; color: #fff; font-size: 2rem; }
.booking-ticket { max-width: 720px; margin: auto; padding: 26px; border: 1px dashed #12a0a0; border-radius: 24px; background: linear-gradient(145deg, #f4fbfa, #fff); }
.booking-ticket h3 { margin-bottom: 8px; }
.booking-ticket-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.booking-ticket-grid span { padding: 12px; border-radius: 12px; background: #fff; }
.booking-ticket-grid small, .booking-ticket-grid strong { display: block; }
.booking-ticket-grid small { color: #718689; font-size: .64rem; text-transform: uppercase; }
.booking-reassurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-top: 1px solid rgba(16, 44, 49, .1);
  background: rgba(16, 44, 49, .1);
}
.booking-reassurance > div { padding: 27px 30px; background: #f5faf9; }
.booking-reassurance-number { display: block; color: #12a0a0; font-family: var(--serif); font-size: 1.45rem; }
.booking-reassurance strong { display: block; margin: 4px 0 7px; font-family: var(--serif); }
.booking-reassurance p { margin: 0; color: #61777a; font-size: .76rem; }
@media (max-width: 900px) {
  .booking-flow { padding: 38px 26px 22px; }
  .service-choice-card { grid-template-columns: 120px 1fr; }
  .booking-fields--three { grid-template-columns: 1fr 1fr; }
  .booking-field--package { grid-column: span 2; }
  .booking-review { grid-template-columns: 1fr; }
  .booking-reassurance { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .booking-experience { padding: 48px 0 72px; }
  .booking-progress { padding: 0 8px; }
  .booking-progress span { padding: 15px 4px; font-size: 0; }
  .booking-progress b { font-size: .65rem; }
  .booking-flow { padding: 30px 16px 18px; }
  .booking-step-heading { gap: 12px; }
  .service-choice, .booking-fields--two, .booking-fields--three { grid-template-columns: 1fr; }
  .service-choice-card { min-height: 132px; grid-template-columns: 105px 1fr; }
  .service-choice-card > span { padding: 17px 14px; }
  .service-choice-card strong { font-size: 1.3rem; }
  .booking-field--package { grid-column: auto; }
  .booking-actions { align-items: stretch; flex-direction: column-reverse; }
  .booking-actions .btn { width: 100%; }
  .booking-review dl { grid-template-columns: 1fr; gap: 3px; }
  .booking-review dd { margin-bottom: 9px; }
  .booking-ticket-grid { grid-template-columns: 1fr; }
}
