/* BHELA Booking Engine — form styles v3 (unified stepper wizard, guest steppers, live-price rail) */
.bhela-bm-form-wrap {
	--bm-primary: var(--primary, #137A74);
	--bm-primary-soft: var(--primary-soft, #1B968F);
	--bm-ink: var(--ink, #0A2A2F);
	--bm-ink-2: var(--ink-2, #0E3B41);
	--bm-cta: var(--cta, #FF7A3D);
	--bm-cta-dark: var(--cta-dark, #E5601F);
	--bm-gold: var(--gold, #F5C97B);
	--bm-aqua: var(--aqua, #6FC7BF);
	--bm-sand: var(--sand, #F4EDE1);
	--bm-line: #dbe4e2;
	--bm-soft: #5E7472;
	--bm-ok: #1a7f37;
	--bm-radius: 18px;
	max-width: 1080px;
	margin: 0 auto;
	font-family: inherit;
}
/* The hidden attribute must always beat component display rules. */
.bhela-bm-form-wrap [hidden] { display: none !important; }
.bhela-bm-layout { display: grid; grid-template-columns: 1.55fr 1fr; gap: 0; align-items: stretch;
	background: #fff; border: 1px solid rgba(10,42,47,.09); border-radius: 22px; overflow: hidden;
	box-shadow: 0 18px 50px rgba(10, 42, 47, .10); }
.bhela-bm-main { padding: 1.7rem 1.8rem 1.9rem; min-width: 0; }
@media (max-width: 820px) { .bhela-bm-layout { grid-template-columns: 1fr; } .bhela-bm-main { padding: 1.4rem 1.2rem 1.5rem; } }

/* ---------- Progress stepper header (all breakpoints) ---------- */
.bhela-bm-steps { display: flex; align-items: flex-start; margin: .1rem 0 1.6rem; }
.bm-stepdot {
	flex: 1; display: flex; flex-direction: column; align-items: center; gap: .45rem;
	position: relative; background: none; border: 0; padding: 0; color: inherit; cursor: default;
}
.bm-stepdot__pill {
	width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
	font-weight: 700; font-size: 1rem; font-style: normal; background: var(--bm-sand); color: var(--bm-soft);
	border: 2px solid transparent; position: relative; z-index: 2; transition: background .25s, color .25s, box-shadow .25s;
}
.bm-stepdot__label { font-size: .78rem; font-weight: 600; font-style: normal; color: var(--bm-soft); text-align: center; line-height: 1.3; }
.bm-stepdot.is-active .bm-stepdot__pill { background: var(--bm-primary); color: #fff; box-shadow: 0 6px 18px rgba(19,122,116,.3); }
.bm-stepdot.is-active .bm-stepdot__label { color: var(--bm-ink); }
.bm-stepdot.is-done .bm-stepdot__pill { background: #E3F1EC; color: var(--bm-ok); border-color: #bfe6cd; }
.bm-stepdot.is-done .bm-stepdot__pill { font-size: 0; }
.bm-stepdot.is-done .bm-stepdot__pill::after { content: "✓"; font-size: 1.05rem; }
/* connector line between pills */
.bm-stepdot:not(:last-child)::after {
	content: ""; position: absolute; top: 18px; left: calc(50% + 24px); right: calc(-50% + 24px);
	height: 2px; background: var(--bm-line); z-index: 1;
}
.bm-stepdot.is-done:not(:last-child)::after { background: var(--bm-primary); }
@media (max-width: 820px) { .bm-stepdot { cursor: pointer; } .bm-stepdot__label { font-size: .72rem; } }

/* ---------- Steps as one-at-a-time panels ---------- */
.bhela-bm-step { display: none; border: 0; padding: 0; margin: 0; }
.bhela-bm-step.is-current { display: block; animation: bmIn .32s ease; }
.bhela-bm-step legend {
	display: flex; align-items: center; gap: .6rem; padding: 0;
	font-weight: 700; font-size: 1.3rem; color: var(--bm-ink); font-family: var(--font-display, inherit);
}
.bhela-bm-step__num {
	width: 30px; height: 30px; border-radius: 50%; background: var(--bm-primary); color: #fff;
	display: inline-flex; align-items: center; justify-content: center; font-size: .95rem; flex: none;
}
.bhela-bm-step__sub { color: var(--bm-soft); font-size: .92rem; margin: .35rem 0 1.2rem; line-height: 1.6; }
.bhela-bm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.1rem; }
@media (max-width: 560px) { .bhela-bm-grid { grid-template-columns: 1fr; } }

/* ---------- Fields ---------- */
.bhela-bm-field { margin: .3rem 0 1.1rem; }
.bhela-bm-field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: .4rem; color: var(--bm-ink); }
.bhela-bm-field label span { font-weight: 400; color: var(--bm-soft); font-size: .8rem; }
.bhela-bm-field input,
.bhela-bm-field textarea {
	width: 100%; padding: .85rem .95rem; min-height: 50px;
	border: 1.5px solid #d5e0df; border-radius: 12px;
	font-family: inherit; font-size: 1rem; background: #FBFDFD; color: var(--bm-ink);
	transition: border-color .2s, box-shadow .2s, background .2s;
}
.bhela-bm-field textarea { min-height: 92px; resize: vertical; }
.bhela-bm-field input:hover, .bhela-bm-field textarea:hover { border-color: #b7c9c7; }
.bhela-bm-field input:focus, .bhela-bm-field textarea:focus {
	outline: none; border-color: var(--bm-primary); background: #fff;
	box-shadow: 0 0 0 3.5px rgba(19, 122, 116, .14);
}
.bhela-bm-field input:not(:placeholder-shown):valid { border-color: #9ec9b4; }

/* ---------- Date quick-pick chips ---------- */
.bm-datechips { display: flex; gap: .5rem; flex-wrap: wrap; margin: 0 0 1rem; }
.bm-chip {
	display: flex; flex-direction: column; align-items: flex-start; gap: .1rem;
	background: #fff; border: 1.5px solid #d5e0df; color: var(--bm-ink); border-radius: 12px;
	padding: .5rem .9rem; font-family: inherit; font-weight: 700; font-size: .92rem; cursor: pointer;
	transition: border-color .18s, color .18s, background .18s, transform .12s;
}
.bm-chip small { font-weight: 500; font-size: .72rem; color: var(--bm-soft); }
.bm-chip:hover { border-color: var(--bm-primary); transform: translateY(-1px); }
.bm-chip.is-on { background: var(--bm-primary); border-color: var(--bm-primary); color: #fff; }
.bm-chip.is-on small { color: rgba(255,255,255,.85); }

/* ---------- Guest steppers ---------- */
.bm-guestpick { display: grid; gap: .7rem; margin: 0 0 .3rem; }
.bm-guestpick .bhela-bm-field {
	display: flex; align-items: center; gap: 1rem; margin: 0;
	background: #fff; border: 1.5px solid var(--bm-line); border-radius: 14px; padding: .7rem .8rem .7rem 1.1rem;
}
.bm-guestpick .bhela-bm-field label { flex: 1; margin: 0; font-size: .98rem; }
.bm-guestpick .bhela-bm-field label span { display: block; font-weight: 400; }
.bm-stepper__ctl { display: flex; align-items: center; gap: .25rem; flex: none; }
.bm-stepper__btn {
	width: 42px; height: 42px; border-radius: 11px; border: 1.5px solid var(--bm-primary); background: #fff;
	color: var(--bm-primary); font-size: 1.5rem; line-height: 1; cursor: pointer; font-family: inherit;
	display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s, opacity .15s;
}
.bm-stepper__btn:hover { background: var(--bm-primary); color: #fff; }
.bm-stepper__btn--plus { background: var(--bm-primary); color: #fff; }
.bm-stepper__btn--plus:hover { background: var(--bm-primary-soft); }
.bm-stepper__btn:disabled { opacity: .35; cursor: not-allowed; background: #fff; color: var(--bm-primary); }
.bm-stepper__val { min-width: 34px; text-align: center; font-weight: 700; font-size: 1.15rem; color: var(--bm-ink); font-variant-numeric: tabular-nums; }
.bhela-bm-childnote { font-size: .8rem; color: var(--bm-soft); margin: .7rem 0 0; line-height: 1.7; }

/* ---------- Availability ---------- */
.bhela-bm-avail-btn {
	width: 100%; min-height: 50px; padding: .8rem 1rem;
	background: #fff; color: var(--bm-primary); border: 1.5px solid #cddedb; border-radius: 12px;
	font-family: inherit; font-weight: 700; font-size: .92rem; cursor: pointer; transition: border-color .2s, color .2s;
}
.bhela-bm-avail-btn:hover { border-color: var(--bm-primary); }
.bhela-bm-avail-btn:disabled { opacity: .7; cursor: wait; }
.bhela-bm-avail { margin: 0 0 .6rem; font-size: .9rem; display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.bm-avail-chip { display: inline-flex; align-items: center; gap: .35rem; padding: .4rem 1rem; border-radius: 999px; font-weight: 700; font-size: .85rem; }
.bm-avail-trip { color: var(--bm-soft); font-size: .85rem; }
.bm-avail-note { margin-top: .1rem; font-size: .82rem; color: var(--bm-soft); line-height: 1.7; width: 100%; }
.bhela-bm-blocked {
	margin: .3rem 0 0; padding: .9rem 1.1rem; border-radius: 12px; line-height: 1.7;
	background: #FDECEC; border: 1.5px solid #f3c6c6; color: #7c2d12; font-size: .9rem;
}
.bhela-bm-blocked a { color: #b32d2e; font-weight: 700; }

/* ---------- Option cards ---------- */
.bm-autoplan { margin: .6rem 0 .3rem; }
.bm-autoplan__label { display: block; font-weight: 700; font-size: .88rem; color: var(--bm-primary); margin: 0 0 .7rem; }
.bm-opts { display: grid; gap: .6rem; }
.bm-opt {
	display: grid; gap: .25rem; position: relative; cursor: pointer;
	background: #fff; border: 2px solid var(--bm-line); border-radius: 14px; padding: .9rem 1rem .9rem 2.6rem;
	transition: border-color .15s, box-shadow .15s, background .15s;
}
.bm-opt:hover { border-color: var(--bm-aqua); }
.bm-opt.is-selected { border-color: var(--bm-primary); background: #F6FCFA; box-shadow: 0 4px 16px rgba(19,122,116,.14); }
.bm-opt input { position: absolute; left: 1rem; top: 1.1rem; accent-color: var(--bm-primary); width: 18px; height: 18px; }
.bm-opt__head { display: flex; align-items: center; justify-content: space-between; gap: .5rem; flex-wrap: wrap; }
.bm-opt__badge { font-weight: 700; font-size: .8rem; color: var(--bm-ink); }
.bm-opt--best .bm-opt__badge { color: var(--bm-ok); }
.bm-opt__badge--alt { color: var(--bm-soft); font-weight: 600; font-size: .74rem; background: #eef4f2; padding: .12rem .55rem; border-radius: 999px; }
.bm-opt__combo { font-family: var(--font-display, inherit); font-weight: 800; font-size: 1.1rem; color: var(--bm-primary); letter-spacing: .02em; }
.bm-opt__detail { font-size: .77rem; color: var(--bm-soft); line-height: 1.5; }
.bm-opt__total { font-weight: 700; font-size: .96rem; color: var(--bm-ink); }
.bm-opt__total small { font-weight: 500; color: var(--bm-soft); font-size: .76rem; }
.bm-opts__more {
	margin-top: .3rem; width: 100%; background: #fff; border: 1.5px dashed var(--bm-primary);
	color: var(--bm-primary); border-radius: 11px; padding: .6rem; font-family: inherit;
	font-weight: 700; font-size: .84rem; cursor: pointer; transition: background .2s, color .2s;
}
.bm-opts__more:hover { background: var(--bm-primary); color: #fff; }

/* Custom combination editor */
.bm-edit-toggle {
	margin-top: .5rem; width: 100%; background: transparent; border: 0; color: var(--bm-soft);
	font-family: inherit; font-weight: 700; font-size: .84rem; cursor: pointer;
	text-decoration: underline; text-underline-offset: 3px; padding: .3rem;
}
.bm-edit-toggle:hover { color: var(--bm-primary); }
.bm-edit { margin: .5rem 0 .3rem; padding: .9rem 1rem; border-radius: 14px; background: #F7FAF9; border: 1.5px solid #cfe2dc; }
.bm-edit__head { display: flex; align-items: center; justify-content: space-between; font-weight: 700; font-size: .88rem; color: var(--bm-primary); margin-bottom: .7rem; }
.bm-edit__close { background: none; border: 0; color: var(--bm-soft); font-family: inherit; font-weight: 700; font-size: .8rem; cursor: pointer; }
.bm-edit__close:hover { color: var(--bm-cta); }
.bm-edit__note { margin: .5rem 0 0; font-size: .82rem; font-weight: 600; color: #b32d2e; line-height: 1.6; }
.bm-edit__note:empty { display: none; }
.bm-cabin-row {
	display: grid; grid-template-columns: 1fr 1fr 1fr auto auto; gap: .6rem; align-items: end;
	background: #fff; border: 1.5px solid #e2ebe9; border-radius: 12px; padding: .7rem .8rem; margin-bottom: .6rem;
}
.bm-cabin-row.is-over { border-color: #e5a34b; background: #FDF6EC; }
.bm-cabin-row.is-over::after { content: "⚠️ কেবিনের ধারণক্ষমতার চেয়ে বেশি — প্রয়োজনে আরেকটি কেবিন নিন"; grid-column: 1 / -1; font-size: .76rem; color: #b45309; }
.bm-cabin-row label { display: block; font-size: .72rem; font-weight: 700; color: var(--bm-soft); margin-bottom: .3rem; }
.bm-cabin-row select {
	width: 100%; padding: .55rem .5rem; min-height: 42px; border: 1.5px solid #d5e0df; border-radius: 9px;
	background: #fff; font-family: inherit; font-size: .92rem; color: var(--bm-ink);
}
.bm-cabin-row select:focus { outline: none; border-color: var(--bm-primary); box-shadow: 0 0 0 3px rgba(19,122,116,.13); }
.bm-cabin-row__price { text-align: right; align-self: center; }
.bm-cabin-row__price .bm-row-total { font-weight: 700; color: var(--bm-primary); font-size: .95rem; white-space: nowrap; }
.bm-cabin-row__remove { background: #fff; border: 1.5px solid #e3cccc; color: #b32d2e; border-radius: 9px; width: 36px; height: 42px; cursor: pointer; font-size: .9rem; }
.bm-cabin-row__remove:hover { background: #b32d2e; color: #fff; border-color: #b32d2e; }
@media (max-width: 720px) { .bm-cabin-row { grid-template-columns: 1fr 1fr 1fr; } .bm-cabin-row__price { grid-column: 1 / 3; text-align: left; } }
.bhela-bm-addcabin {
	background: transparent; border: 2px dashed var(--bm-primary); color: var(--bm-primary);
	border-radius: 11px; padding: .6rem 1.2rem; width: 100%; font-family: inherit; font-weight: 700; font-size: .92rem; cursor: pointer; transition: background .2s, color .2s;
}
.bhela-bm-addcabin:hover { background: var(--bm-primary); color: #fff; }

.bm-guest-error {
	margin: .2rem 0 1rem; padding: .7rem .95rem; border-radius: 10px; line-height: 1.6;
	background: #FDECEC; border: 1.5px solid #f3c6c6; color: #b32d2e; font-size: .85rem; font-weight: 600;
}

/* Full boat */
.bm-fullboat {
	display: flex; align-items: flex-start; gap: .55rem; margin: .9rem 0 0; padding: .85rem 1rem;
	border: 1.5px dashed #b7c9c7; border-radius: 12px; font-size: .88rem; color: var(--bm-ink); cursor: pointer; line-height: 1.55;
}
.bm-fullboat:hover { border-color: var(--bm-primary); background: #F7FAF9; }
.bm-fullboat input { margin-top: .2rem; width: 18px; height: 18px; accent-color: var(--bm-primary); flex: none; }

/* ---------- Step nav buttons (all breakpoints) ---------- */
.bm-nav { display: flex; gap: .7rem; margin: 1.4rem 0 0; }
.bm-nav .bm-next, .bm-nav .bm-back {
	min-height: 52px; border-radius: 12px; font-family: inherit; font-weight: 700; font-size: 1rem; cursor: pointer;
	transition: transform .15s, background .2s, opacity .2s, border-color .2s, color .2s;
}
.bm-nav .bm-next { flex: 2; background: var(--bm-primary); color: #fff; border: 0; box-shadow: 0 8px 22px rgba(19,122,116,.26); }
.bm-nav .bm-next:hover { transform: translateY(-2px); }
.bm-nav .bm-next:disabled { opacity: .45; cursor: not-allowed; box-shadow: none; transform: none; }
.bm-nav .bm-back { flex: 1; background: #fff; color: var(--bm-ink); border: 1.5px solid #d5e0df; padding: 0 1.2rem; }
.bm-nav .bm-back:hover { border-color: var(--bm-primary); color: var(--bm-primary); }

.bhela-bm-response:empty { display: none; }
.bhela-bm-response { margin: 1rem 0 0; }
.bhela-bm-alert { padding: 16px 18px; border-radius: 12px; font-weight: 600; line-height: 1.7; animation: bmIn .35s ease; }
.bhela-bm-alert--ok { background: #EBF7EF; border: 1px solid #b3dfc2; color: #14532d; }
.bhela-bm-alert--err { background: #FDF0E8; border: 1px solid #f3c6a8; color: #7c2d12; }
.bhela-bm-alert a.bhela-bm-btn {
	display: inline-flex; align-items: center; gap: .4rem; margin: 10px 8px 0 0;
	background: #25D366; color: #fff !important; text-decoration: none; padding: 11px 20px; min-height: 44px; border-radius: 10px; font-weight: 700; transition: transform .15s;
}
.bhela-bm-alert a.bhela-bm-btn:hover { transform: translateY(-2px); }
.bhela-bm-alert a.bhela-bm-btn--invoice { background: #137A74; }

/* ---------- Live-price rail (summary) ---------- */
.bhela-bm-side { position: sticky; top: 90px; align-self: start; }
.bhela-bm-summary {
	background: linear-gradient(165deg, var(--bm-ink), var(--bm-ink-2)); color: #fff;
	padding: 1.6rem 1.5rem 1.5rem; height: 100%; display: flex; flex-direction: column;
}
.bhela-bm-summary h3 { color: #fff; font-size: 1.12rem; margin: 0 0 1rem; font-family: var(--font-display, inherit); }
.bhela-bm-empty { color: rgba(220, 235, 233, .72); font-size: .9rem; line-height: 1.7; border: 1.5px dashed rgba(255,255,255,.22); border-radius: 12px; padding: .9rem 1rem; margin: 0 0 1.1rem; }
.bhela-bm-price { margin: 0 0 1.1rem; }
#bm-breakdown { border-bottom: 1px dashed rgba(255,255,255,.3); margin-bottom: .5rem; padding-bottom: .5rem; }
#bm-breakdown:empty { display: none; border: 0; margin: 0; padding: 0; }
.bm-bd-line { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .35rem 0; }
.bm-bd-line span { font-size: .86rem; color: rgba(220,235,233,.9); line-height: 1.4; }
.bm-bd-line span small { display: block; font-size: .74rem; color: rgba(220,235,233,.6); }
.bm-bd-line strong { color: #fff; font-size: .95rem; white-space: nowrap; }
.bhela-bm-price__row { display: flex; justify-content: space-between; align-items: baseline; padding: .42rem 0; font-size: .93rem; color: rgba(220,235,233,.85); }
.bhela-bm-price__row strong { color: #fff; font-size: 1.02rem; transition: transform .2s; font-variant-numeric: tabular-nums; }
.bhela-bm-price__row--save strong { color: #7BE3A0; }
.bhela-bm-price__row--advance { border-top: 1px dashed rgba(255,255,255,.3); margin-top: .5rem; padding-top: .85rem; }
.bhela-bm-price__row--advance span { font-weight: 700; color: #fff; }
.bhela-bm-price__row--advance strong { color: var(--bm-gold); font-size: 1.5rem; }
.bhela-bm-price__row.bump strong { transform: scale(1.1); }

.bm-discount { margin: 0 0 1rem; }
.bm-discount__toggle {
	width: 100%; background: rgba(255,255,255,.1); color: #fff; border: 1.5px solid rgba(255,255,255,.35);
	border-radius: 10px; padding: .7rem; font-family: inherit; font-weight: 700; font-size: .86rem; cursor: pointer; transition: background .2s;
}
.bm-discount__toggle:hover, .bm-discount__toggle.is-on { background: rgba(255,255,255,.2); }
.bm-discount__body { margin-top: .7rem; display: grid; gap: .5rem; }
.bm-discount__label { font-size: .8rem; color: rgba(220,235,233,.9); font-weight: 600; }
.bm-discount__body input, .bm-discount__body textarea {
	width: 100%; padding: .6rem .7rem; border-radius: 9px; border: 1.5px solid rgba(255,255,255,.3);
	background: rgba(255,255,255,.95); color: var(--bm-ink); font-family: inherit; font-size: .92rem;
}
.bm-discount__hint { font-size: .76rem; color: rgba(220,235,233,.7); line-height: 1.6; margin: 0; }

.bhela-bm-submit {
	display: block; width: 100%; position: relative; margin-top: auto;
	background: var(--bm-cta); color: #fff; border: 0; border-radius: 13px; padding: 15px; min-height: 56px;
	font-family: inherit; font-size: 1.08rem; font-weight: 700; cursor: pointer;
	transition: transform .15s, background .2s, box-shadow .2s; box-shadow: 0 12px 30px rgba(255, 122, 61, .4);
}
.bhela-bm-submit:hover { background: var(--bm-cta-dark); transform: translateY(-2px); }
.bhela-bm-submit:active { transform: scale(.98); }
.bhela-bm-submit:disabled { opacity: .7; cursor: not-allowed; transform: none; box-shadow: none; }
.bhela-bm-submit.is-loading .bhela-bm-submit__label { visibility: hidden; }
.bhela-bm-submit.is-loading::after {
	content: ""; position: absolute; top: 50%; left: 50%; width: 22px; height: 22px; margin: -11px 0 0 -11px;
	border-radius: 50%; border: 3px solid rgba(255,255,255,.35); border-top-color: #fff; animation: bmspin .7s linear infinite;
}
.bhela-bm-note { font-size: .8rem; color: rgba(220,235,233,.7); text-align: center; margin: .8rem 0 0; line-height: 1.7; }
.bhela-bm-reviews-line { display: flex; align-items: center; justify-content: center; gap: .5rem; margin: .9rem 0 0; font-size: .84rem; color: rgba(220,235,233,.85); }
.bhela-bm-reviews-line .stars { color: var(--bm-gold); letter-spacing: .1em; }
.bhela-bm-trust { list-style: none; padding: .9rem 0 0; margin: .9rem 0 0; border-top: 1px solid rgba(255,255,255,.14); }
.bhela-bm-trust li { font-size: .84rem; color: rgba(220,235,233,.85); padding: .22rem 0; }

@keyframes bmspin { to { transform: rotate(360deg); } }
@keyframes bmIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .bhela-bm-step.is-current, .bhela-bm-alert, .bhela-bm-submit.is-loading::after, .bm-done .tick { animation: none; } }

/* ---------- Mobile: rail collapses, sticky price bar ---------- */
.bm-mobilebar { display: none; }
@media (max-width: 820px) {
	.bhela-bm-side { position: static; display: none; }
	.bhela-bm-form-wrap[data-mstep="2"] .bhela-bm-side,
	.bhela-bm-form-wrap[data-mstep="3"] .bhela-bm-side { display: block; }
	.bhela-bm-summary { border-radius: 0; }
	.bhela-bm-form-wrap[data-mstep="2"] .bhela-bm-submit,
	.bhela-bm-form-wrap[data-mstep="2"] .bhela-bm-note,
	.bhela-bm-form-wrap[data-mstep="2"] .bhela-bm-reviews-line { display: none; }
	.bm-mobilebar.is-shown {
		display: flex; position: sticky; bottom: 0; z-index: 20; align-items: center; justify-content: space-between; gap: 1rem;
		margin: .9rem 0 0; padding: .75rem 1.1rem; border-radius: 14px 14px 0 0;
		background: var(--bm-ink); color: #fff; box-shadow: 0 -8px 26px rgba(10,42,47,.2);
	}
	.bm-mobilebar__price { display: flex; flex-direction: column; }
	.bm-mobilebar__price small { font-size: .75rem; color: rgba(220,235,233,.75); }
	.bm-mobilebar__price strong { font-size: 1.25rem; color: var(--bm-gold); font-variant-numeric: tabular-nums; }
	.bm-mobilebar__action {
		background: var(--bm-cta); color: #fff; border: 0; border-radius: 11px; padding: .7rem 1.3rem;
		font-family: inherit; font-weight: 700; font-size: .95rem; cursor: pointer; white-space: nowrap;
	}
}

/* ---------- Tabs (Book / Track) ---------- */
.bhela-bm-tabs { display: flex; gap: .5rem; margin: 0 0 1.3rem; }
.bhela-bm-tab {
	flex: 1; background: var(--bm-sand); border: 1.5px solid transparent; color: var(--bm-soft);
	border-radius: 12px; padding: .8rem 1rem; font-family: inherit; font-weight: 700; font-size: .92rem; cursor: pointer;
	transition: background .2s, color .2s, box-shadow .2s;
}
.bhela-bm-tab:hover { color: var(--bm-primary); }
.bhela-bm-tab.is-active { background: var(--bm-primary); color: #fff; box-shadow: 0 6px 18px rgba(19,122,116,.24); }

/* ---------- Track panel ---------- */
.bm-track { max-width: 620px; margin: 0 auto; }
.bhela-bm-track-wrap { padding: .2rem 0; }
.bm-track__lead { color: var(--bm-soft); font-size: .92rem; line-height: 1.7; margin: 0 0 1rem; }
.bm-track__form { display: flex; gap: .6rem; flex-wrap: wrap; }
.bm-track__form input {
	flex: 1; min-width: 200px; padding: .82rem .95rem; min-height: 50px; border: 1.5px solid #d5e0df; border-radius: 11px;
	font-family: inherit; font-size: 1rem; background: #FBFDFD; color: var(--bm-ink);
}
.bm-track__form input:focus { outline: none; border-color: var(--bm-primary); background: #fff; box-shadow: 0 0 0 3.5px rgba(19,122,116,.14); }
.bm-track__btn {
	background: var(--bm-primary); color: #fff; border: 0; border-radius: 11px; padding: 0 1.4rem; min-height: 50px;
	font-family: inherit; font-weight: 700; font-size: .96rem; cursor: pointer; transition: filter .2s, transform .15s;
}
.bm-track__btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.bm-track__btn:disabled { opacity: .7; cursor: wait; }
.bm-track__result { margin-top: 1rem; }
.bm-track__msg { padding: 1rem 1.1rem; border-radius: 12px; background: #FDF6EC; border: 1.5px solid #f0d9b5; color: #7c4a12; line-height: 1.8; }
.bm-track__msg--none { background: #FDF0E8; border-color: #f3c6a8; color: #7c2d12; }
.bm-track__msg a.bhela-bm-btn, .bm-done__btns a.bhela-bm-btn {
	display: inline-flex; align-items: center; gap: .4rem; margin: 10px 8px 0 0;
	background: #25D366; color: #fff !important; text-decoration: none; padding: 11px 20px; min-height: 44px; border-radius: 10px; font-weight: 700; transition: transform .15s;
}
.bm-track__msg a.bhela-bm-btn:hover, .bm-done__btns a.bhela-bm-btn:hover { transform: translateY(-2px); }
.bm-done__btns a.bhela-bm-btn--invoice { background: #137A74; }
.bm-trackcard { background: #fff; border: 1.5px solid rgba(10,42,47,.1); border-radius: 14px; padding: 1.1rem 1.2rem; margin-bottom: .9rem; box-shadow: 0 6px 22px rgba(10,42,47,.06); }
.bm-trackcard__head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; flex-wrap: wrap; margin-bottom: .7rem; }
.bm-trackcard__head > strong { font-size: 1.05rem; color: var(--bm-ink); }
.bm-status-chip { display: inline-block; padding: .3rem .9rem; border-radius: 999px; font-weight: 700; font-size: .82rem; }
.bm-trackcard__rows { display: grid; gap: .1rem; }
.bm-tc__row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .35rem 0; border-bottom: 1px dashed rgba(10,42,47,.08); }
.bm-tc__row:last-child { border-bottom: 0; }
.bm-tc__row span { font-size: .86rem; color: var(--bm-soft); }
.bm-tc__row strong { font-size: .92rem; color: var(--bm-ink); text-align: right; }

/* ---------- Post-submit "done" card ---------- */
.bm-done__card { background: linear-gradient(165deg, var(--bm-ink), var(--bm-ink-2)); border-radius: var(--bm-radius); padding: 2.2rem 1.8rem 2rem; box-shadow: 0 18px 50px rgba(10,42,47,.28); text-align: center; }
.bm-done .tick { width: 66px; height: 66px; margin: 0 auto 1rem; border-radius: 50%; background: rgba(123,227,160,.15); border: 2px solid #7BE3A0; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #7BE3A0; animation: bmPop .5s cubic-bezier(.2,.8,.3,1.4); }
@keyframes bmPop { 0% { transform: scale(.4); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
.bm-done__title { color: #fff; font-size: 1.3rem; font-weight: 700; line-height: 1.5; margin-bottom: .5rem; font-family: var(--font-display, inherit); }
.bm-done__inv { color: rgba(220,235,233,.9); font-size: .95rem; margin-bottom: .8rem; }
.bm-done__inv strong { color: var(--bm-gold); }
.bm-done__status { margin: .4rem 0 1rem; color: #fff; font-size: .95rem; }
.bm-done__meta { color: rgba(220,235,233,.85); font-size: .86rem; }
.bm-done__btns { display: flex; flex-wrap: wrap; justify-content: center; gap: .2rem; }
.bm-newbooking {
	margin-top: 1.1rem; background: transparent; border: 1.5px solid rgba(255,255,255,.4); color: #fff;
	border-radius: 11px; padding: .7rem 1.4rem; font-family: inherit; font-weight: 700; font-size: .9rem; cursor: pointer; transition: background .2s;
}
.bm-newbooking:hover { background: rgba(255,255,255,.14); }

/* ---- Trip calendar ([bhela_trip_calendar]) ---- */
.bhela-trips { display: grid; gap: .8rem; }
.bhela-trip {
	display: grid; grid-template-columns: 1.4fr 1.2fr auto auto; gap: .8rem 1.2rem; align-items: center;
	background: #fff; border: 1px solid rgba(10,42,47,.1); border-left: 5px solid #1a7f37;
	border-radius: 14px; padding: 1rem 1.3rem; box-shadow: 0 6px 22px rgba(10,42,47,.06); transition: transform .2s, box-shadow .2s;
}
.bhela-trip:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(10,42,47,.1); }
.bhela-trip--filling { border-left-color: #b45309; }
.bhela-trip--booked { border-left-color: #b32d2e; opacity: .65; }
.bhela-trip__date strong { display: block; font-size: 1.05rem; color: var(--ink, #0A2A2F); }
.bhela-trip__date span { font-size: .85rem; color: #5E7472; }
.bhela-trip__meta { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; }
.bhela-trip__type { background: rgba(19,122,116,.1); color: #137A74; font-size: .78rem; font-weight: 700; padding: .2rem .7rem; border-radius: 999px; }
.bhela-trip__type--weekday { background: rgba(26,127,55,.12); color: #1a7f37; }
.bhela-trip__type--holiday { background: rgba(255,122,61,.14); color: #E5601F; }
.bhela-trip__note { font-size: .8rem; color: #5E7472; }
.bhela-trip__status { font-weight: 700; font-size: .88rem; white-space: nowrap; }
.bhela-trip__cta {
	background: var(--cta, #FF7A3D); color: #fff !important; text-decoration: none; font-weight: 700;
	padding: .55rem 1.3rem; border-radius: 999px; font-size: .9rem; white-space: nowrap; text-align: center; transition: transform .15s, background .2s;
}
.bhela-trip__cta:hover { background: #E5601F; transform: translateY(-2px); }
.bhela-trip__cta--off { background: #cbd5d3; color: #5E7472 !important; cursor: not-allowed; }
@media (max-width: 760px) {
	.bhela-trip { grid-template-columns: 1fr 1fr; }
	.bhela-trip__cta { grid-column: 2; justify-self: end; }
	.bhela-trip__status { grid-column: 1; }
}

/* ---- Guest reviews ([bhela_reviews]) ---- */
.bhela-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.bhela-review-card {
	background: #fff; border: 1px solid rgba(10,42,47,.1); border-radius: 16px; padding: 1.6rem; box-shadow: 0 8px 26px rgba(10,42,47,.07);
}
.bhela-review-card__stars { color: #F5C97B; letter-spacing: .2em; margin-bottom: .7rem; font-size: 1.05rem; }
.bhela-review-card p { font-size: .96rem; line-height: 1.8; margin: 0 0 1rem; }
.bhela-review-card__who { display: flex; align-items: center; gap: .7rem; }
.bhela-review-card__avatar {
	width: 42px; height: 42px; border-radius: 50%; background: var(--primary, #137A74); color: #fff;
	display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.bhela-review-card__who strong { display: block; line-height: 1.3; color: var(--ink, #0A2A2F); }
.bhela-review-card__who span { font-size: .8rem; color: #5E7472; }
