.mbp-booking {
  max-width: 1180px;
  margin: 32px auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17202a;
}
.mbp-booking * {
  box-sizing: border-box;
}
.mbp-intro {
  margin-bottom: 22px;
}
.mbp-eyebrow,
.mbp-unit-type {
  margin: 0 0 6px;
  color: var(--mbp-accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mbp-intro h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}
.mbp-unit-grid {
  display: grid;
  gap: 26px;
}
.mbp-unit-card {
  overflow: hidden;
  border: 1px solid #e3e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 70px rgba(30, 41, 59, .13);
}
.mbp-unit-media {
  position: relative;
  height: 260px;
  background: linear-gradient(135deg, #f2f7f5, #f9eef2);
}
.mbp-unit-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mbp-unit-placeholder {
  display: grid;
  place-items: center;
  height: 100%;
  color: var(--mbp-accent);
  font-size: 74px;
  font-weight: 900;
}
.mbp-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
  backdrop-filter: blur(10px);
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  transform: translateY(-50%);
  color: #17202a;
  box-shadow: 0 10px 30px rgba(23, 32, 42, .18);
}
.mbp-gallery-prev {
  left: 12px;
}
.mbp-gallery-next {
  right: 12px;
}
.mbp-gallery-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 14px;
  border-bottom: 1px solid #e3e7eb;
  background: #fff;
}
.mbp-gallery-thumbs button {
  flex: 0 0 76px;
  height: 58px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f8fafc;
  cursor: pointer;
}
.mbp-gallery-thumbs button.is-active {
  border-color: var(--mbp-accent);
}
.mbp-gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mbp-unit-body {
  position: relative;
  padding: 24px;
}
.mbp-unit-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  margin-bottom: 12px;
}
.mbp-unit-head h2 {
  margin: 0;
  font-size: 28px;
}
.mbp-unit-desc {
  max-width: 760px;
  color: #596675;
  font-size: 15px;
}
.mbp-unit-desc p {
  margin: 0 0 12px;
}
.mbp-unit-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 22px;
}
.mbp-unit-facts span {
  padding: 8px 11px;
  border: 1px solid #e3e7eb;
  border-radius: 999px;
  background: #f8fafc;
  color: #44505e;
  font-size: 13px;
  font-weight: 750;
}
.mbp-amenities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  margin: 18px 0 22px;
}
.mbp-info-section {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #e3e7eb;
}
.mbp-info-section h3 {
  margin: 0 0 14px;
  font-size: 24px;
}
.mbp-section-subtitle {
  margin: -6px 0 16px;
  color: #596675;
  font-weight: 750;
}
.mbp-rich-desc {
  max-width: 820px;
  color: #44505e;
  font-size: 16px;
  line-height: 1.65;
}
.mbp-video {
  max-width: 860px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #101820;
}
.mbp-video iframe,
.mbp-video video {
  width: 100%;
  height: 100%;
  display: block;
}
.mbp-video a {
  display: grid;
  place-items: center;
  height: 100%;
  color: #fff;
  font-weight: 850;
}
.mbp-room-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}
.mbp-room-card {
  padding: 16px;
  border: 1px solid #e3e7eb;
  border-radius: 8px;
  background: #fff;
}
.mbp-room-card h4 {
  margin: 0 0 10px;
  font-size: 17px;
}
.mbp-room-card p {
  margin: 10px 0 0;
  color: #596675;
  font-weight: 650;
}
.mbp-bed-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.mbp-bed-icons svg {
  width: 24px;
  height: 24px;
  color: var(--mbp-accent);
}
.mbp-amenities span {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #283544;
  font-weight: 750;
}
.mbp-amenities svg {
  width: 22px;
  height: 22px;
  color: var(--mbp-accent);
  flex: 0 0 auto;
}
.mbp-unit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 20px;
  transition: opacity .25s ease, transform .35s ease;
}
.mbp-calendar-shell,
.mbp-stay-panel,
.mbp-form {
  border: 1px solid #e3e7eb;
  border-radius: 8px;
  background: #fff;
}
.mbp-calendar-shell,
.mbp-stay-panel {
  padding: 18px;
}
.mbp-calendar-top {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 12px;
}
.mbp-calendar-top h4 {
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  font-size: 21px;
}
.mbp-calendar-top button,
.mbp-next-step,
.mbp-form button[type="submit"] {
  border: 0;
  border-radius: 8px;
  background: var(--mbp-accent);
  color: #fff;
  cursor: pointer;
  font-weight: 850;
}
.mbp-calendar-top button {
  height: 42px;
  font-size: 28px;
  line-height: 1;
}
.mbp-weekdays,
.mbp-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
}
.mbp-weekdays {
  margin: 20px 0 8px;
  color: #687381;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}
.mbp-day {
  position: relative;
  overflow: hidden;
  min-height: 76px;
  border: 1px solid #e3e7eb;
  border-radius: 8px;
  background: #fff;
  color: #17202a;
  cursor: pointer;
  display: grid;
  align-content: space-between;
  padding: 9px;
  text-align: left;
}
.mbp-day::before,
.mbp-day::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.mbp-day::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.mbp-day::after {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.mbp-day > * {
  position: relative;
  z-index: 1;
}
.mbp-day strong {
  font-size: 16px;
}
.mbp-day small {
  color: #687381;
  font-size: 11px;
}
.mbp-day em {
  position: relative;
  z-index: 1;
  justify-self: start;
  padding: 2px 5px;
  border-radius: 999px;
  background: var(--mbp-accent);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}
.mbp-day:hover {
  border-color: var(--mbp-accent);
  box-shadow: 0 10px 24px rgba(255, 56, 92, .14);
}
.mbp-day.is-muted {
  opacity: .35;
}
.mbp-day.is-range,
.mbp-day.is-hover-range {
  background: color-mix(in srgb, var(--mbp-accent) 16%, #fff);
  border-color: color-mix(in srgb, var(--mbp-accent) 58%, #fff);
}
.mbp-day.is-start,
.mbp-day.is-end {
  background: var(--mbp-accent);
  border-color: var(--mbp-accent);
  color: #fff;
}
.mbp-day.is-start small,
.mbp-day.is-end small {
  color: #fff;
}
.mbp-day.is-full,
.mbp-day.is-unavailable,
.mbp-day.is-rule-disabled {
  cursor: not-allowed;
  color: #87919d;
}
.mbp-day.is-full {
  background: #fff;
}
.mbp-day.is-unavailable {
  background: #f8ecec;
  border-color: #efd0d0;
}
.mbp-day.is-am-booked::before {
  background: color-mix(in srgb, var(--mbp-accent) 28%, transparent);
}
.mbp-day.is-pm-booked::after {
  background: color-mix(in srgb, var(--mbp-accent) 28%, transparent);
}
.mbp-day.is-am-booked.is-pm-booked::before,
.mbp-day.is-am-booked.is-pm-booked::after {
  background: color-mix(in srgb, var(--mbp-accent) 28%, transparent);
}
.mbp-day.is-rule-disabled:not(.is-am-booked):not(.is-pm-booked) {
  background: #f8fafc;
  opacity: .48;
}
.mbp-day.is-not-clickable {
  cursor: not-allowed;
}
.mbp-stay-panel {
  align-self: start;
  display: grid;
  gap: 14px;
}
.mbp-guest-row,
.mbp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mbp-stay-panel .mbp-guest-row {
  grid-template-columns: 1fr;
}
.mbp-booking label {
  display: grid;
  gap: 7px;
  font-weight: 750;
}
.mbp-booking input,
.mbp-booking textarea {
  width: 100%;
  border: 1px solid #d8dee4;
  border-radius: 8px;
  padding: 12px 13px;
  background: #fff;
  color: #17202a;
  font: inherit;
}
.mbp-booking textarea {
  min-height: 104px;
  resize: vertical;
}
.mbp-summary,
.mbp-price-box div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.mbp-price-box div:last-child {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid #e3e7eb;
}
.mbp-summary {
  padding: 14px;
  border-radius: 8px;
  background: #f6f8fa;
}
.mbp-summary span,
.mbp-price-box span {
  color: #687381;
  font-size: 13px;
}
.mbp-extras {
  display: grid;
  gap: 10px;
}
.mbp-extras h4,
.mbp-form h4 {
  margin: 0;
  font-size: 18px;
}
.mbp-extra {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid #e3e7eb;
  border-radius: 8px;
}
.mbp-extra small,
.mbp-empty {
  display: block;
  color: #687381;
  font-weight: 500;
}
.mbp-price-box {
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #e3e7eb;
}
.mbp-price-box strong {
  font-size: 20px;
}
.mbp-next-step,
.mbp-form button[type="submit"] {
  min-height: 48px;
  padding: 0 18px;
  font-size: 16px;
}
.mbp-next-step:disabled {
  cursor: not-allowed;
  opacity: .45;
}
.mbp-form {
  display: grid;
  gap: 14px;
  position: absolute;
  inset: 24px;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(22px) scale(.985);
  transition: opacity .28s ease, transform .38s cubic-bezier(.2,.8,.2,1);
}
.mbp-form-title {
  display: grid;
  gap: 4px;
}
.mbp-form-title h4 {
  font-size: 26px;
}
.mbp-form-stay {
  color: #596675;
  font-weight: 750;
}
.mbp-form-recap {
  display: grid;
  gap: 9px;
  padding: 16px;
  border: 1px solid #e3e7eb;
  border-radius: 8px;
  background: #f8fafc;
}
.mbp-form-recap h5 {
  margin: 0 0 4px;
  font-size: 16px;
}
.mbp-form-recap div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}
.mbp-form-recap span {
  color: #687381;
}
.mbp-back {
  justify-self: start;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #d8dee4;
  border-radius: 8px;
  background: #fff;
  color: #17202a;
  cursor: pointer;
  font-weight: 800;
}
.mbp-unit-card.is-form-step .mbp-unit-layout {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-18px) scale(.985);
}
.mbp-unit-card.is-form-step .mbp-form {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}
.mbp-message {
  margin: 0;
  font-weight: 750;
  color: var(--mbp-accent);
}
@media (max-width: 980px) {
  .mbp-booking {
    max-width: none;
    margin: 18px;
  }
  .mbp-unit-layout {
    grid-template-columns: 1fr;
  }
  .mbp-form {
    position: static;
    display: none;
  }
  .mbp-unit-card.is-form-step .mbp-form {
    display: grid;
  }
}
@media (max-width: 640px) {
  .mbp-booking {
    margin: 10px;
  }
  .mbp-unit-body,
  .mbp-form {
    padding: 14px;
  }
  .mbp-unit-media {
    height: clamp(220px, 62vw, 340px);
  }
  .mbp-gallery-arrow {
    width: 38px;
    height: 52px;
    font-size: 24px;
  }
  .mbp-gallery-thumbs button {
    flex-basis: 64px;
    height: 48px;
  }
  .mbp-unit-head,
  .mbp-guest-row,
  .mbp-form-grid {
    grid-template-columns: 1fr;
    display: grid;
  }
  .mbp-day {
    min-height: clamp(46px, 13vw, 62px);
    padding: 6px;
    border-radius: 6px;
  }
  .mbp-day small {
    display: none;
  }
  .mbp-day em {
    font-size: 8px;
    padding: 1px 4px;
  }
  .mbp-weekdays,
  .mbp-calendar {
    gap: 4px;
  }
  .mbp-calendar-shell,
  .mbp-stay-panel {
    padding: 12px;
  }
  .mbp-form-recap div,
  .mbp-summary,
  .mbp-price-box div {
    align-items: flex-start;
    flex-direction: column;
  }
  .mbp-room-grid,
  .mbp-amenities {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 420px) {
  .mbp-unit-card {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  .mbp-calendar-top {
    grid-template-columns: 36px 1fr 36px;
  }
  .mbp-calendar-top button {
    height: 36px;
  }
  .mbp-weekdays {
    font-size: 10px;
  }
}
