/* ============================================================
   Booking Module — Widget CSS  v2.0
   Design: Modern luxury, tropical premium
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  /* ── Aruba Coco brand colours ─────────────────────────────
     Teal  = wave lines in logo   #14B8A6
     Coral = circular border      #E07840
     Gold  = "COCO" lettering     #F0BA28
     Olive = "ARUBA" + palms      #5C7A35
  ── */
  --bm-primary:       #14B8A6;
  --bm-primary-dark:  #0B9E8D;
  --bm-primary-glow:  rgba(20,184,166,.13);
  --bm-coral:         #E07840;
  --bm-coral-dark:    #C4622A;
  --bm-gold:          #F0BA28;
  --bm-gold-light:    rgba(240,186,40,.15);
  --bm-olive:         #5C7A35;
  --bm-bg:            #FFFFFF;
  --bm-bg-soft:       #FDFAF4;   /* warm cream */
  --bm-bg-subtle:     #F6EFE0;   /* warmer sand */
  --bm-text:          #1C1A14;   /* warm near-black */
  --bm-text-muted:    #6B6653;   /* warm grey-brown */
  --bm-text-light:    #A89F8A;   /* warm light */
  --bm-border:        #E8DEC8;   /* warm border */
  --bm-border-focus:  #14B8A6;
  --bm-success:       #3D9E5F;
  --bm-error-bg:      #FFF1F0;
  --bm-error-border:  #FECACA;
  --bm-error-text:    #DC2626;
  --bm-radius-sm:     10px;
  --bm-radius:        16px;
  --bm-radius-lg:     24px;
  --bm-shadow-sm:     0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);
  --bm-shadow:        0 4px 24px rgba(0,0,0,.09), 0 1px 4px rgba(0,0,0,.06);
  --bm-shadow-lg:     0 24px 60px rgba(0,0,0,.13), 0 4px 16px rgba(0,0,0,.07);
  --bm-font-serif:    'Playfair Display', Georgia, serif;
  --bm-font:          'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --bm-ease:          cubic-bezier(.4,0,.2,1);
  --bm-dur:           .22s;
}

/* ── Reset ─────────────────────────────────────────────────── */
.bm-widget *, .bm-widget *::before, .bm-widget *::after { box-sizing: border-box; margin: 0; padding: 0; }
.bm-hidden { display: none !important; }

/* ── Shell ─────────────────────────────────────────────────── */
.bm-widget {
  font-family: var(--bm-font);
  color: var(--bm-text);
  background: var(--bm-bg);
  border-radius: var(--bm-radius-lg);
  box-shadow: var(--bm-shadow-lg);
  padding: 48px 56px;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.bm-widget::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--bm-primary) 0%, var(--bm-coral) 50%, var(--bm-gold) 100%);
}

/* ── Logo + topbar ─────────────────────────────────────────── */
.bm-widget-topbar {
  position: relative;
  text-align: center;
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1.5px solid var(--bm-border);
}

.bm-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bm-logo__img {
  height: 88px;
  width: auto;
  display: block;
  transition: transform .3s var(--bm-ease);
}
.bm-logo__img:hover { transform: scale(1.04); }

/* Lang switcher sits top-right, clear of the logo */
.bm-widget-topbar .bm-lang-switcher {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
}

/* ── Icon system ───────────────────────────────────────────── */
.bm-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.bm-icon svg { width: 100%; height: 100%; }
.bm-icon--xl { width: 48px; height: 48px; color: var(--bm-text-light); }

/* ── Language switcher ─────────────────────────────────────── */
.bm-lang-switcher {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}

.bm-lang-btn {
  background: none;
  border: 1.5px solid var(--bm-border);
  border-radius: 20px;
  padding: 4px 11px;
  font-family: var(--bm-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--bm-text-muted);
  cursor: pointer;
  transition: all var(--bm-dur) var(--bm-ease);
}
.bm-lang-btn:hover { border-color: var(--bm-primary); color: var(--bm-primary); }
.bm-lang-btn.active { background: var(--bm-primary); color: #fff; border-color: var(--bm-primary); }

/* ── Step indicator ────────────────────────────────────────── */
.bm-steps {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.bm-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  position: relative;
  flex: 1;
  opacity: .38;
  transition: opacity var(--bm-dur);
}
.bm-step.active, .bm-step.done { opacity: 1; }

.bm-step__num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--bm-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  background: var(--bm-bg);
  color: var(--bm-text-muted);
  position: relative;
  z-index: 1;
  transition: all var(--bm-dur) var(--bm-ease);
}
.bm-step.active .bm-step__num {
  background: linear-gradient(135deg, var(--bm-coral), var(--bm-coral-dark));
  border-color: var(--bm-coral);
  color: #fff;
  box-shadow: 0 0 0 5px rgba(224,120,64,.15);
}
.bm-step.done .bm-step__num {
  background: var(--bm-success);
  border-color: var(--bm-success);
  color: #fff;
}
.bm-step.done .bm-step__num::after {
  content: '✓';
  font-size: 14px;
}
.bm-step.done .bm-step__num span { display: none; }

.bm-step__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--bm-text-muted);
  white-space: nowrap;
}
.bm-step.active .bm-step__label { color: var(--bm-coral); }

.bm-step-divider {
  flex: 1;
  height: 2px;
  margin-bottom: 18px;
  background: var(--bm-border);
  position: relative;
  overflow: hidden;
}
.bm-step-divider::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--bm-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--bm-ease);
}
.bm-step-divider.filled::after { transform: scaleX(1); background: var(--bm-coral); }

/* ── Panels ────────────────────────────────────────────────── */
.bm-panel { display: none; }
.bm-panel.active { display: block; animation: bmSlideUp .3s var(--bm-ease); }

@keyframes bmSlideUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.bm-panel__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--bm-primary);
  margin-bottom: 8px;
}
.bm-panel__title {
  font-family: var(--bm-font-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--bm-text);
  margin-bottom: 6px;
  line-height: 1.2;
}
.bm-panel__subtitle {
  font-size: 15px;
  color: var(--bm-text-muted);
  margin-bottom: 28px;
  line-height: 1.5;
}

/* ── Guest stepper ─────────────────────────────────────────── */
.bm-guest-stepper-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--bm-bg-soft);
  border: 1.5px solid var(--bm-border);
  border-radius: var(--bm-radius);
  padding: 16px 20px;
  margin-bottom: 28px;
}
.bm-guest-stepper-label {
  flex: 1;
  font-weight: 600;
  font-size: 15px;
  color: var(--bm-text);
}
.bm-guest-stepper-label small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--bm-text-muted);
  margin-top: 2px;
}
.bm-stepper {
  display: flex;
  align-items: center;
  gap: 4px;
  background: var(--bm-bg);
  border: 1.5px solid var(--bm-border);
  border-radius: 50px;
  padding: 4px;
}
.bm-stepper__btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  color: var(--bm-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--bm-dur);
}
.bm-stepper__btn:hover:not(:disabled) { background: var(--bm-primary); color: #fff; }
.bm-stepper__btn:disabled { opacity: .3; cursor: not-allowed; }
.bm-stepper__val {
  font-size: 17px;
  font-weight: 700;
  min-width: 32px;
  text-align: center;
  color: var(--bm-text);
}

/* ── Room cards ────────────────────────────────────────────── */
.bm-rooms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}

.bm-room-card {
  border: 2px solid var(--bm-border);
  border-radius: var(--bm-radius);
  overflow: hidden;
  background: var(--bm-bg);
  transition: border-color var(--bm-dur) var(--bm-ease), box-shadow var(--bm-dur) var(--bm-ease), transform var(--bm-dur) var(--bm-ease);
  display: flex;
  flex-direction: column;
  position: relative;
}
.bm-room-card:hover:not(.unavailable) {
  border-color: var(--bm-primary);
  box-shadow: var(--bm-shadow);
  transform: translateY(-2px);
}
.bm-room-card.selected {
  border-color: var(--bm-primary);
  box-shadow: 0 0 0 4px var(--bm-primary-glow), var(--bm-shadow);
}
.bm-room-card.unavailable { opacity: .5; }

/* ── Image slider ─────────────────────────────────────────── */
.bm-slider {
  position: relative;
  overflow: hidden;
  background: var(--bm-bg-subtle);
  flex-shrink: 0;
  user-select: none;
  height: 220px;
}

.bm-slider__track {
  display: flex;
  height: 100%;
  transition: transform .4s var(--bm-ease);
  will-change: transform;
}

.bm-slider__slide {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  flex-shrink: 0;
}

.bm-slider__slide--placeholder {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  background: linear-gradient(135deg, var(--bm-bg-subtle), var(--bm-bg-soft));
  flex-shrink: 0;
}

.bm-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: var(--bm-text);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
  transition: all var(--bm-dur);
  z-index: 3;
  opacity: 0;
  transition: opacity var(--bm-dur);
}
.bm-slider:hover .bm-slider__btn { opacity: 1; }
.bm-slider__btn--prev { left: 10px; }
.bm-slider__btn--next { right: 10px; }
.bm-slider__btn:hover { background: #fff; transform: translateY(-50%) scale(1.08); }

.bm-slider__dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 3;
}
.bm-slider__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  transition: all var(--bm-dur);
  cursor: pointer;
  border: none;
  padding: 0;
}
.bm-slider__dot.active { background: #fff; width: 16px; border-radius: 3px; }

.bm-slider__count {
  position: absolute;
  top: 10px; right: 10px;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 20px;
  z-index: 3;
}

/* Unavailable overlay on slider */
.bm-slider__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.bm-slider__overlay-label {
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: .04em;
}

/* ── Room card body ───────────────────────────────────────── */
.bm-room-card__body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.bm-room-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.bm-room-card__title {
  font-family: var(--bm-font-serif);
  font-size: 19px;
  font-weight: 700;
  color: var(--bm-text);
  line-height: 1.2;
}

.bm-room-card__price-block { text-align: right; flex-shrink: 0; }
.bm-room-card__price {
  font-size: 22px;
  font-weight: 800;
  color: var(--bm-text);
  line-height: 1;
}
.bm-room-card__price-label { font-size: 11px; color: var(--bm-text-muted); margin-top: 2px; }

.bm-room-card__desc {
  font-size: 13px;
  color: var(--bm-text-muted);
  line-height: 1.55;
  margin-bottom: 14px;
  flex: 1;
}

.bm-room-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.bm-room-card__tag {
  font-size: 11px;
  font-weight: 600;
  color: var(--bm-text-muted);
  background: var(--bm-bg-subtle);
  border-radius: 20px;
  padding: 3px 10px;
  white-space: nowrap;
  border: 1px solid var(--bm-border);
}
.bm-room-card.selected .bm-room-card__tag {
  background: var(--bm-primary-glow);
  border-color: rgba(20,184,166,.25);
  color: var(--bm-primary-dark);
}

.bm-room-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1.5px solid var(--bm-border);
  margin-top: auto;
}

.bm-room-card__meta { font-size: 12px; color: var(--bm-text-muted); line-height: 1.5; }
.bm-room-card__meta strong { color: var(--bm-text); font-weight: 600; }
.bm-room-card__surcharge-note { font-size: 11px; color: var(--bm-gold); font-weight: 600; margin-top: 3px; }

.bm-room-card__select-btn {
  flex-shrink: 0;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  font-family: var(--bm-font);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--bm-dur);
  background: linear-gradient(135deg, var(--bm-coral), var(--bm-coral-dark));
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(224,120,64,.3);
}
.bm-room-card__select-btn:hover { transform: scale(1.04); box-shadow: 0 6px 18px rgba(224,120,64,.4); }
.bm-room-card.selected .bm-room-card__select-btn {
  background: linear-gradient(135deg, var(--bm-success), #2E8049);
  box-shadow: 0 3px 10px rgba(61,158,95,.3);
}
.bm-room-card.unavailable .bm-room-card__select-btn {
  background: var(--bm-bg-subtle);
  color: var(--bm-text-light);
  cursor: not-allowed;
}

/* ── Location ─────────────────────────────────────────────── */
.bm-location {
  border: 1.5px solid var(--bm-border);
  border-radius: var(--bm-radius);
  overflow: hidden;
  margin-top: 8px;
}

.bm-location__header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: var(--bm-bg-soft);
  border-bottom: 1.5px solid var(--bm-border);
}

.bm-location__pin {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--bm-primary-glow);
  border: 1.5px solid rgba(20,184,166,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--bm-primary);
}
.bm-location__pin .bm-icon { width: 18px; height: 18px; }

.bm-location__info { flex: 1; }
.bm-location__title { font-size: 14px; font-weight: 700; color: var(--bm-text); }
.bm-location__sub   { font-size: 12px; color: var(--bm-text-muted); margin-top: 2px; }

.bm-location__toggle {
  background: none;
  border: 1.5px solid var(--bm-border);
  border-radius: 50px;
  padding: 6px 14px;
  font-family: var(--bm-font);
  font-size: 12px;
  font-weight: 600;
  color: var(--bm-text-muted);
  cursor: pointer;
  transition: all var(--bm-dur);
  white-space: nowrap;
}
.bm-location__toggle:hover { border-color: var(--bm-primary); color: var(--bm-primary); }

.bm-location__map-wrap {
  height: 0;
  overflow: hidden;
  transition: height .4s var(--bm-ease);
}
.bm-location__map-wrap.open { height: 300px; }

.bm-location__map-wrap iframe {
  width: 100%;
  height: 300px;
  border: none;
  display: block;
}

/* ── Date section ──────────────────────────────────────────── */
.bm-selected-room-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bm-primary-glow);
  border: 1.5px solid rgba(20,184,166,.2);
  border-radius: var(--bm-radius-sm);
  padding: 14px 18px;
  margin-bottom: 24px;
}
.bm-selected-room-bar__icon { font-size: 20px; }
.bm-selected-room-bar__text { flex: 1; font-size: 14px; font-weight: 600; color: var(--bm-primary-dark); }
.bm-selected-room-bar__price { font-size: 13px; color: var(--bm-text-muted); }

.bm-date-row {
  display: grid;
  grid-template-columns: 1fr 1fr 130px;
  gap: 12px;
  margin-bottom: 20px;
  align-items: end;
}

.bm-field { display: flex; flex-direction: column; gap: 7px; }
.bm-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--bm-text-muted);
}
.bm-input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--bm-border);
  border-radius: var(--bm-radius-sm);
  font-family: var(--bm-font);
  font-size: 15px;
  font-weight: 500;
  color: var(--bm-text);
  background: var(--bm-bg);
  outline: none;
  transition: border-color var(--bm-dur), box-shadow var(--bm-dur);
  appearance: none;
}
.bm-input:focus {
  border-color: var(--bm-primary);
  box-shadow: 0 0 0 4px var(--bm-primary-glow);
}
.bm-date-input { cursor: pointer; caret-color: transparent; }
.bm-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M5 6 0 0h10z' fill='%236B7280'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

/* ── Calendar ──────────────────────────────────────────────── */
.bm-calendar-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.bm-calendar {
  background: var(--bm-bg-soft);
  border: 1.5px solid var(--bm-border);
  border-radius: var(--bm-radius);
  padding: 18px;
}
.bm-cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.bm-cal-prev, .bm-cal-next {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--bm-border);
  background: var(--bm-bg);
  cursor: pointer;
  font-size: 15px;
  color: var(--bm-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--bm-dur);
}
.bm-cal-prev:hover, .bm-cal-next:hover { background: var(--bm-primary); border-color: var(--bm-primary); color: #fff; }
.bm-cal-title { font-size: 13px; font-weight: 700; color: var(--bm-text); }
.bm-cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 2px; }
.bm-cal-dow { font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--bm-text-light); text-align: center; padding: 4px 0; }
.bm-cal-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--bm-dur);
  background: none;
  border: none;
  color: var(--bm-text);
  width: 100%;
  font-family: var(--bm-font);
}
.bm-cal-day:hover:not(.bm-cal-day--blocked):not(.bm-cal-day--past) { background: var(--bm-primary-glow); color: var(--bm-primary); }
.bm-cal-day--past { color: var(--bm-border); cursor: not-allowed; }
.bm-cal-day--blocked { background: #FEF2F2; color: #EF4444; cursor: not-allowed; text-decoration: line-through; font-size: 11px; }
.bm-cal-day--selected-start, .bm-cal-day--selected-end { background: var(--bm-primary); color: #fff; font-weight: 700; }
.bm-cal-day--in-range { background: var(--bm-primary-glow); color: var(--bm-primary-dark); border-radius: 0; }
.bm-cal-day--selected-start { border-radius: 8px 0 0 8px; }
.bm-cal-day--selected-end   { border-radius: 0 8px 8px 0; }
.bm-cal-day--selected-start.bm-cal-day--selected-end { border-radius: 8px; }
.bm-cal-day--today { font-weight: 700; color: var(--bm-primary); }
.bm-cal-day--today:not(.bm-cal-day--selected-start):not(.bm-cal-day--selected-end) { box-shadow: inset 0 0 0 2px var(--bm-primary-glow); }

/* ── Price summary ─────────────────────────────────────────── */
.bm-price-summary {
  background: var(--bm-bg-soft);
  border: 1.5px solid var(--bm-border);
  border-radius: var(--bm-radius);
  padding: 18px 20px;
  margin: 16px 0;
}
.bm-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 7px 0;
  font-size: 14px;
}
.bm-price-row + .bm-price-row { border-top: 1px solid var(--bm-border); }
.bm-price-label { color: var(--bm-text-muted); }
.bm-price-value { font-weight: 700; color: var(--bm-text); }
.bm-price-row--total { padding-top: 14px; margin-top: 4px; }
.bm-price-row--total .bm-price-label { font-weight: 700; color: var(--bm-text); font-size: 16px; }
.bm-price-row--total .bm-price-value { font-size: 22px; color: var(--bm-olive); }
.bm-price-row--charge .bm-price-value { color: var(--bm-coral); }
.bm-price-row--included .bm-price-label,
.bm-price-row--included .bm-price-value { color: var(--bm-text-light); font-size: 13px; }

/* ── Surcharges / Extras ───────────────────────────────────── */
.bm-surcharges-section { margin-bottom: 28px; }
.bm-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--bm-text-light);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid var(--bm-border);
}

.bm-addon-list { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
.bm-addon {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border: 1.5px solid var(--bm-border);
  border-radius: var(--bm-radius-sm);
  background: var(--bm-bg);
  cursor: pointer;
  transition: all var(--bm-dur);
}
.bm-addon:hover { border-color: var(--bm-primary); box-shadow: var(--bm-shadow-sm); }
.bm-addon.active { border-color: var(--bm-coral); background: rgba(224,120,64,.05); }

.bm-addon__check {
  width: 20px; height: 20px;
  border: 2px solid var(--bm-border);
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  transition: all var(--bm-dur);
  background: var(--bm-bg);
  color: transparent;
}
.bm-addon.active .bm-addon__check {
  background: var(--bm-coral);
  border-color: var(--bm-coral);
  color: #fff;
}

.bm-addon__svg-icon {
  width: 36px; height: 36px;
  border-radius: 9px;
  background: var(--bm-bg-soft);
  border: 1.5px solid var(--bm-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--bm-text-muted);
  transition: all var(--bm-dur);
}
.bm-addon__svg-icon svg { width: 18px; height: 18px; }
.bm-addon.active .bm-addon__svg-icon {
  background: rgba(224,120,64,.1);
  border-color: rgba(224,120,64,.25);
  color: var(--bm-coral);
}

.bm-addon__body { flex: 1; min-width: 0; }
.bm-addon__title { font-size: 14px; font-weight: 600; color: var(--bm-text); }
.bm-addon__subtitle { font-size: 12px; color: var(--bm-text-muted); margin-top: 2px; line-height: 1.4; }
.bm-addon__price { font-size: 13px; font-weight: 700; color: var(--bm-text-muted); white-space: nowrap; }

.bm-auto-charge {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(245,158,11,.06);
  border: 1.5px solid rgba(245,158,11,.25);
  border-radius: var(--bm-radius-sm);
  margin-bottom: 10px;
}
.bm-auto-charge__icon { font-size: 18px; flex-shrink: 0; padding-top: 1px; }
.bm-auto-charge__body { flex: 1; }
.bm-auto-charge__title { font-size: 13px; font-weight: 600; color: #92400E; }
.bm-auto-charge__desc  { font-size: 12px; color: #B45309; margin-top: 3px; }
.bm-auto-charge__price { font-weight: 700; color: #92400E; white-space: nowrap; font-size: 14px; }

/* ── Activities ────────────────────────────────────────────── */
.bm-activities-section { margin-top: 28px; }
.bm-activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.bm-activity-card {
  border: 2px solid var(--bm-border);
  border-radius: var(--bm-radius-sm);
  overflow: hidden;
  cursor: pointer;
  transition: all var(--bm-dur) var(--bm-ease);
  background: var(--bm-bg);
  position: relative;
}
.bm-activity-card:hover { border-color: var(--bm-primary); box-shadow: var(--bm-shadow-sm); transform: translateY(-2px); }
.bm-activity-card.selected { border-color: var(--bm-coral); background: linear-gradient(135deg, rgba(224,120,64,.04), #fff); }
.bm-activity-card__header {
  padding: 20px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bm-bg-soft);
  border-bottom: 1px solid var(--bm-border);
  color: var(--bm-text-muted);
  transition: all var(--bm-dur);
}
.bm-activity-card__header .bm-icon { width: 28px; height: 28px; }
.bm-activity-card.selected .bm-activity-card__header {
  background: rgba(224,120,64,.08);
  border-color: rgba(224,120,64,.2);
  color: var(--bm-coral);
}
.bm-activity-card__body { padding: 14px; }
.bm-activity-card__title { font-size: 13px; font-weight: 700; margin-bottom: 4px; color: var(--bm-text); }
.bm-activity-card__desc { font-size: 11px; color: var(--bm-text-muted); line-height: 1.5; margin-bottom: 10px; }
.bm-activity-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bm-activity-card__price { font-weight: 800; font-size: 15px; color: var(--bm-olive); }
.bm-activity-qty {
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--bm-dur);
}
.bm-activity-card.selected .bm-activity-qty { opacity: 1; pointer-events: all; }
.bm-qty-btn {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--bm-primary);
  background: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: var(--bm-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--bm-dur);
}
.bm-qty-btn:hover { background: var(--bm-primary); color: #fff; }
.bm-qty-value { font-size: 13px; font-weight: 700; min-width: 14px; text-align: center; }

.bm-selected-badge {
  position: absolute;
  top: 8px; right: 8px;
  background: var(--bm-primary);
  color: #fff;
  border-radius: 50%;
  width: 22px; height: 22px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: all var(--bm-dur) var(--bm-ease);
}
.bm-activity-card.selected .bm-selected-badge { opacity: 1; transform: scale(1); }

/* ── Form ──────────────────────────────────────────────────── */
.bm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.bm-field-wrap { margin-bottom: 14px; }
.bm-textarea { resize: vertical; min-height: 88px; }

/* ── Payment ───────────────────────────────────────────────── */
.bm-order-summary {
  background: var(--bm-bg-soft);
  border: 1.5px solid var(--bm-border);
  border-radius: var(--bm-radius);
  padding: 20px;
  margin-bottom: 24px;
}
.bm-payment-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.bm-payment-tab {
  padding: 18px 12px;
  border: 2px solid var(--bm-border);
  border-radius: var(--bm-radius-sm);
  background: var(--bm-bg);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: all var(--bm-dur);
}
.bm-payment-tab:hover { border-color: var(--bm-primary); }
.bm-payment-tab.active { border-color: var(--bm-primary); background: var(--bm-primary-glow); box-shadow: 0 0 0 3px var(--bm-primary-glow); }
.bm-payment-tab img { height: 26px; max-width: 100px; object-fit: contain; }
.bm-payment-tab span { font-size: 11px; font-weight: 600; color: var(--bm-text-muted); }
.bm-payment-tab.active span { color: var(--bm-primary-dark); }
.bm-payoneer-info { font-size: 14px; color: var(--bm-text-muted); margin-bottom: 16px; line-height: 1.6; }

/* ── Buttons ───────────────────────────────────────────────── */
.bm-btn-row { display: flex; gap: 10px; margin-top: 28px; justify-content: flex-end; }
.bm-btn {
  padding: 14px 28px;
  border-radius: 50px;
  font-family: var(--bm-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
  border: none;
  transition: all var(--bm-dur) var(--bm-ease);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
.bm-btn--primary {
  background: linear-gradient(135deg, var(--bm-coral), var(--bm-coral-dark));
  color: #fff;
  box-shadow: 0 4px 14px rgba(224,120,64,.35);
}
.bm-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(224,120,64,.45); }
.bm-btn--ghost { background: transparent; color: var(--bm-text-muted); border: 1.5px solid var(--bm-border); }
.bm-btn--ghost:hover { border-color: var(--bm-text-muted); color: var(--bm-text); }
.bm-btn--payoneer { background: linear-gradient(135deg, #FF6B35, #e55a27); color: #fff; box-shadow: 0 4px 14px rgba(255,107,53,.3); }
.bm-btn--payoneer:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,107,53,.4); }
.bm-btn--demo { background: #F59E0B; color: #111827; box-shadow: 0 4px 14px rgba(245,158,11,.3); }
.bm-btn--demo:hover { transform: translateY(-2px); }
.bm-btn--full { width: 100%; margin-top: 16px; }

/* ── Confirmation ──────────────────────────────────────────── */
.bm-confirmation { text-align: center; padding: 48px 24px; }
.bm-confirmation__ring {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bm-olive), #3E5620);
  color: #fff;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 0 0 12px var(--bm-primary-glow);
}
.bm-confirmation__title {
  font-family: var(--bm-font-serif);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}
.bm-confirmation__email { color: var(--bm-text-muted); margin-bottom: 28px; font-size: 15px; }
.bm-confirmation__ref {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  background: var(--bm-bg-soft);
  border: 1.5px solid var(--bm-border);
  border-radius: var(--bm-radius);
  padding: 20px 36px;
}
.bm-confirmation__ref strong { font-size: 24px; letter-spacing: .12em; color: var(--bm-olive); }

/* ── Error ─────────────────────────────────────────────────── */
.bm-error {
  background: var(--bm-error-bg);
  border: 1.5px solid var(--bm-error-border);
  border-radius: var(--bm-radius-sm);
  color: var(--bm-error-text);
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  margin: 12px 0;
}

/* ── Loader / Overlay ──────────────────────────────────────── */
.bm-loader { color: var(--bm-text-muted); padding: 32px; text-align: center; font-size: 14px; }
.bm-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border-radius: var(--bm-radius-lg);
  backdrop-filter: blur(4px);
}
.bm-spinner {
  width: 44px; height: 44px;
  border: 3px solid var(--bm-border);
  border-top-color: var(--bm-primary);
  border-radius: 50%;
  animation: bmSpin .75s linear infinite;
}
@keyframes bmSpin { to { transform: rotate(360deg); } }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 680px) {
  .bm-widget { padding: 28px 20px; }
  .bm-panel__title { font-size: 22px; }
  .bm-date-row { grid-template-columns: 1fr 1fr; }
  .bm-date-row .bm-field:first-child { grid-column: 1; }
  .bm-date-row .bm-field:nth-child(2) { grid-column: 2; }
  .bm-date-row .bm-field--guests { grid-column: 1 / -1; }
  .bm-calendar-wrap { grid-template-columns: 1fr; }
  .bm-calendar:last-child { display: none; }
  .bm-form-row { grid-template-columns: 1fr; }
  .bm-activities-grid { grid-template-columns: 1fr 1fr; }
  .bm-step__label { display: none; }
  .bm-btn-row { flex-direction: column-reverse; }
  .bm-btn { width: 100%; }
  .bm-payment-tabs { grid-template-columns: 1fr 1fr; }
  .bm-rooms-grid { grid-template-columns: 1fr; }
  .bm-slider { height: 200px; }
  .bm-slider__btn { opacity: 1; }
  .bm-room-card__body { padding: 16px; }
  .bm-room-card__header { flex-wrap: wrap; }
  .bm-location__map-wrap.open { height: 240px; }
  .bm-location__map-wrap iframe { height: 240px; }
}
@media (max-width: 400px) {
  .bm-activities-grid { grid-template-columns: 1fr; }
  .bm-steps { gap: 0; }
}
