/* Loc Boat Azur — réservation façon Airbnb */
.lba-bk {
	background: #fff;
	border: 1px solid var(--line, #e4ebf1);
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(11,43,74,.12);
	padding: 22px;
	position: sticky;
	top: 92px;
}
.lba-bk__close { display: none; }
.lba-bk__head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 16px; flex-wrap: wrap; }
.lba-bk__price strong { font-size: 1.7rem; color: var(--navy, #0b2b4a); font-family: var(--head, sans-serif); }
.lba-bk__price span { color: var(--muted, #5a6b78); font-size: .9rem; }
.lba-bk__rating { color: #f5a623; font-size: .9rem; white-space: nowrap; }
.lba-bk__rating span { color: var(--muted, #5a6b78); }

.lba-bk__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.lba-bk__field { display: flex; flex-direction: column; gap: 6px; font-size: .82rem; }
.lba-bk__field > span { font-weight: 700; color: var(--ink, #17252f); text-transform: uppercase; letter-spacing: .02em; font-size: .72rem; }
.lba-bk__full { grid-column: 1 / -1; }
.lba-bk__field input, .lba-bk__field select, .lba-bk__field textarea {
	padding: 12px; border: 1px solid var(--line, #e4ebf1); border-radius: 12px; font-size: 1rem; background: #fff; font-family: inherit;
}
.lba-bk__field input:focus, .lba-bk__field select:focus, .lba-bk__field textarea:focus { outline: 2px solid var(--azur, #2ea3e0); border-color: var(--azur, #2ea3e0); }

/* Stepper */
.lba-stepper { display: flex; align-items: center; border: 1px solid var(--line,#e4ebf1); border-radius: 12px; overflow: hidden; }
.lba-stepper button { width: 42px; height: 44px; border: 0; background: var(--sand,#f5f8fb); font-size: 1.3rem; cursor: pointer; color: var(--navy,#0b2b4a); }
.lba-stepper button:hover { background: #e7eef5; }
.lba-stepper input { border: 0; text-align: center; width: 100%; font-size: 1rem; -moz-appearance: textfield; }
.lba-stepper input::-webkit-outer-spin-button, .lba-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }

/* Toggle skipper */
.lba-bk__toggle { justify-content: space-between; }
.lba-switch { position: relative; display: inline-block; width: 50px; height: 28px; }
.lba-switch input { opacity: 0; width: 0; height: 0; }
.lba-switch i { position: absolute; inset: 0; background: #cdd8e2; border-radius: 999px; transition: .2s; cursor: pointer; }
.lba-switch i:before { content: ""; position: absolute; height: 22px; width: 22px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: .2s; }
.lba-switch input:checked + i { background: var(--blue, #1173b8); }
.lba-switch input:checked + i:before { transform: translateX(22px); }

/* Options chips */
.lba-bk__options { margin: 6px 0 12px; }
.lba-bk__label { display: block; font-weight: 700; font-size: .72rem; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 8px; }
.lba-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border: 1px solid var(--line,#e4ebf1); border-radius: 999px; margin: 0 6px 6px 0; cursor: pointer; font-size: .88rem; transition: .15s; }
.lba-chip input { accent-color: var(--blue,#1173b8); }
.lba-chip:has(input:checked) { border-color: var(--blue,#1173b8); background: #eef6fc; }
.lba-bk__note { background: #eef6fc; border-left: 3px solid var(--azur,#2ea3e0); padding: 10px 12px; border-radius: 8px; font-size: .85rem; color: var(--navy,#0b2b4a); margin: 8px 0; }
.lba-bk__services { margin: 14px 0; }
.lba-bk__services p { background: #eef6fc; border-left: 3px solid var(--azur,#2ea3e0); padding: 10px 12px; border-radius: 8px; font-size: .85rem; color: var(--navy,#0b2b4a); margin: 6px 0 0; }

/* Calendrier */
.lba-bk__calwrap { margin-bottom: 14px; }
.lba-cal { border: 1px solid var(--line,#e4ebf1); border-radius: 14px; padding: 10px 12px 12px; }
.lba-cal__loading { text-align: center; color: var(--muted,#5a6b78); padding: 30px 0; font-size: .9rem; }
.lba-cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.lba-cal__head strong { text-transform: capitalize; color: var(--navy,#0b2b4a); font-family: var(--head, sans-serif); }
.lba-cal__nav { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line,#e4ebf1); background: #fff; font-size: 1.2rem; line-height: 1; cursor: pointer; color: var(--navy,#0b2b4a); }
.lba-cal__nav:hover { background: var(--sand,#f5f8fb); }
.lba-cal__nav:disabled { opacity: .3; cursor: default; }
.lba-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.lba-cal__wd { text-align: center; font-size: .7rem; color: var(--muted,#5a6b78); font-weight: 700; padding: 4px 0; text-transform: uppercase; }
.lba-cal__empty { aspect-ratio: 1; }
.lba-cal__day { aspect-ratio: 1; border: 0; background: transparent; border-radius: 50%; cursor: pointer; font-size: .92rem; color: var(--ink,#17252f); display: flex; align-items: center; justify-content: center; transition: background .12s; }
.lba-cal__day:hover:not(:disabled) { background: #e7f2fb; }
.lba-cal__day.is-off { color: #c3ccd6; text-decoration: line-through; cursor: default; }
.lba-cal__day.is-sel { background: var(--blue,#1173b8); color: #fff; font-weight: 700; }
.lba-cal__day:not(.is-off):not(.is-sel) { font-weight: 600; }

.lba-bk__status { min-height: 1.2em; font-weight: 600; margin: 8px 0; }
.lba-bk__ok { color: #1a7f37; }
.lba-bk__ko { color: #cf222e; }
.lba-bk__loading { color: var(--muted,#5a6b78); }

.lba-bk__quote { margin: 8px 0; }
.lba-bk__lines { list-style: none; margin: 0 0 8px; padding: 0; }
.lba-bk__lines li { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px dashed var(--line,#e4ebf1); font-size: .92rem; }
.lba-bk__tot { display: flex; justify-content: space-between; font-weight: 800; color: var(--navy,#0b2b4a); font-size: 1.15rem; border-top: 2px solid var(--navy,#0b2b4a); margin-top: 6px; padding-top: 8px; }
.lba-bk__sub { display: flex; justify-content: space-between; padding: 3px 0; font-size: .9rem; }
.lba-bk__muted { color: var(--muted,#5a6b78); }
.lba-bk__sub:first-of-type { color: var(--blue,#1173b8); font-weight: 700; }

.lba-checkline { display: flex; align-items: center; gap: 8px; margin: 10px 0; font-size: .9rem; cursor: pointer; }
.lba-pay { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 12px 0; }
.lba-pay__opt { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line,#e4ebf1); border-radius: 12px; padding: 10px 12px; cursor: pointer; font-size: .9rem; }
.lba-pay__opt:has(input:checked) { border-color: var(--blue,#1173b8); background: #eef6fc; }

.lba-bk__cta {
	width: 100%; margin-top: 6px; padding: 15px; border: 0; border-radius: 14px;
	background: linear-gradient(135deg, var(--blue,#1173b8), var(--azur,#2ea3e0));
	color: #fff; font-weight: 800; font-size: 1.05rem; cursor: pointer; font-family: var(--head, sans-serif);
	transition: transform .1s, box-shadow .2s;
}
.lba-bk__cta:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(17,115,184,.35); }
.lba-bk__cta:disabled { opacity: .7; cursor: default; }
.lba-bk__trust { text-align: center; font-size: .78rem; color: var(--muted,#5a6b78); margin: 10px 0 0; }
.lba-bk__error { color: #cf222e; font-weight: 600; margin-top: 8px; }

/* Carte « sur devis » (bateau sans tarif en ligne) */
.lba-bk--devis { text-align: center; }
.lba-bk__devis-txt { color: var(--muted,#5a6b78); font-size: .95rem; margin: 6px 0 16px; }
.lba-bk--devis .lba-bk__cta { display: block; text-decoration: none; text-align: center; }
.lba-bk--devis .lba-bk__trust a { color: var(--navy,#0b2b4a); text-decoration: none; font-weight: 700; }

/* Barre mobile + bottom sheet */
.lba-bar { display: none; }
.lba-bk__backdrop { display: none; }

@media (max-width: 900px) {
	.lba-bk {
		position: fixed; left: 0; right: 0; bottom: 0; top: auto;
		border-radius: 22px 22px 0 0; border: 0;
		box-shadow: 0 -10px 40px rgba(11,43,74,.25);
		transform: translateY(110%); transition: transform .3s ease;
		max-height: 92vh; overflow-y: auto; z-index: 1001; padding-top: 30px;
	}
	body.lba-sheet-open .lba-bk { transform: translateY(0); }
	.lba-bk__close { display: flex; align-items: center; justify-content: center; position: absolute; top: 12px; right: 14px; width: 34px; height: 34px; border-radius: 50%; border: 0; background: var(--sand,#f5f8fb); font-size: 1rem; cursor: pointer; }

	.lba-bk__backdrop { display: none; position: fixed; inset: 0; background: rgba(11,43,74,.5); z-index: 1000; }
	body.lba-sheet-open .lba-bk__backdrop { display: block; }

	.lba-bar {
		display: flex; align-items: center; justify-content: space-between; gap: 12px;
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 999;
		background: #fff; border-top: 1px solid var(--line,#e4ebf1);
		padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
		box-shadow: 0 -6px 20px rgba(11,43,74,.12);
	}
	.lba-bar__price strong { font-size: 1.25rem; color: var(--navy,#0b2b4a); font-family: var(--head, sans-serif); }
	.lba-bar__price span { display: block; font-size: .72rem; color: var(--muted,#5a6b78); }
	.lba-bar__btn { flex: 0 0 auto; padding: 14px 30px; border: 0; border-radius: 14px; background: linear-gradient(135deg, var(--blue,#1173b8), var(--azur,#2ea3e0)); color: #fff; font-weight: 800; font-size: 1.05rem; cursor: pointer; font-family: var(--head, sans-serif); }

	/* de la place pour ne pas masquer le contenu sous la barre */
	.lba-boat { padding-bottom: 90px; }
}
