.montbel-booking-feedback {
	margin: 1rem 0 1.5rem;
	padding: 1rem 1.25rem;
	border-radius: 12px;
	font-weight: 600;
}

.montbel-booking-feedback.success {
	background: #e8f4ea;
	color: #245c2b;
}

.montbel-booking-feedback.error {
	background: #f8e7e7;
	color: #8f2828;
}

.montbel-booking-modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999;
}

.montbel-booking-modal.is-open {
	display: block;
}

.montbel-booking-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 18, 11, 0.62);
}

.montbel-booking-dialog {
	position: relative;
	width: min(960px, calc(100% - 2rem));
	max-height: calc(100vh - 2rem);
	margin: 1rem auto;
	background: #fff;
	border-radius: 20px;
	overflow: auto;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.montbel-booking-form {
	padding: 2rem;
}

.montbel-booking-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #f2f2f2;
	font-size: 1.25rem;
	cursor: pointer;
}

.montbel-booking-header h2 {
	margin: 0 0 1.5rem;
	font-size: 2rem;
	color: #1b3321;
}

.montbel-booking-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.montbel-booking-steps div {
	padding: 0.8rem 1rem;
	border-radius: 12px;
	background: #f4f5f0;
	color: #55605a;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.montbel-booking-steps div span {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #d9dfd7;
	font-weight: 700;
}

.montbel-booking-steps div.is-active {
	background: #e7efe5;
	color: #1b3321;
}

.montbel-booking-steps div.is-active span {
	background: #2c5530;
	color: #fff;
}

.montbel-booking-step {
	display: none;
}

.montbel-booking-step.is-active {
	display: block;
}

.montbel-field-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.montbel-field-grid label,
.montbel-notes-field,
.montbel-choice-group {
	display: block;
}

.montbel-field-grid span,
.montbel-notes-field span,
.montbel-choice-group > span {
	display: block;
	margin-bottom: 0.45rem;
	font-weight: 600;
	color: #1b3321;
}

.montbel-field-grid input,
.montbel-notes-field textarea {
	width: 100%;
	border: 1px solid #d8ded4;
	border-radius: 12px;
	padding: 0.9rem 1rem;
	font: inherit;
}

.montbel-notes-field {
	margin-top: 1.25rem;
}

.montbel-notes-field textarea {
	min-height: 110px;
	resize: vertical;
}

.montbel-choice-group {
	margin-top: 1.25rem;
}

.montbel-choice-group label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-right: 1.25rem;
}

.montbel-wellbeing-box {
	background: #f4f7f2;
	border-left: 4px solid #4a7c59;
	padding: 1rem 1.2rem;
	border-radius: 12px;
	margin-bottom: 1.5rem;
	color: #1b3321;
}

.montbel-wellbeing-box h3 {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	color: #2c5530;
}

.montbel-step-intro {
	margin-bottom: 1.25rem;
	color: #5b665f;
}

.montbel-extras-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.montbel-extra-card {
	position: relative;
	padding: 1.2rem;
	border: 1px solid #dce4d7;
	border-radius: 16px;
	background: #fff;
}

.montbel-extra-badge {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	background: #eef5da;
	color: #527229;
	font-size: 0.85rem;
	font-weight: 700;
}

.montbel-extra-head {
	display: flex;
	gap: 0.9rem;
	align-items: center;
}

.montbel-extra-emoji {
	font-size: 2rem;
}

.montbel-extra-head h4 {
	margin: 0 0 0.2rem;
	font-size: 1.1rem;
}

.montbel-extra-head p,
.montbel-extra-description {
	margin: 0.35rem 0 0;
	color: #5b665f;
}

.montbel-qty-control {
	margin-top: 1rem;
	display: inline-flex;
	align-items: center;
	border: 1px solid #d8ded4;
	border-radius: 999px;
	overflow: hidden;
}

.montbel-qty-control button {
	width: 40px;
	height: 40px;
	border: 0;
	background: #f4f5f0;
	font-size: 1.2rem;
	cursor: pointer;
}

.montbel-qty-control input {
	width: 56px;
	text-align: center;
	border: 0;
	padding: 0.5rem;
	font: inherit;
}

.montbel-validation-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 1.5rem;
}

.montbel-summary-box {
	padding: 1.25rem;
	border-radius: 16px;
	background: #f4f7f2;
	color: #1b3321;
}

.montbel-summary-box h3 {
	margin-top: 0;
	color: #2c5530;
}

.montbel-summary-line,
.montbel-summary-extra-line {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.7rem 0;
	border-bottom: 1px solid #dde4d8;
}

.montbel-summary-line.total {
	border-bottom: 0;
	font-size: 1.15rem;
	font-weight: 700;
	color: #1b3321;
}

.montbel-payment-note {
	margin: 1rem 0 0;
	color: #5b665f;
	font-size: 0.95rem;
}

.montbel-booking-actions {
	display: flex;
	justify-content: flex-end;
	gap: 0.75rem;
	margin-top: 2rem;
}

.montbel-primary,
.montbel-secondary {
	border: 0;
	border-radius: 999px;
	padding: 0.95rem 1.4rem;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.montbel-primary {
	background: #2c5530;
	color: #fff;
}

.montbel-secondary {
	background: #edf0ea;
	color: #1b3321;
}

@media (max-width: 900px) {
	.montbel-booking-steps,
	.montbel-field-grid,
	.montbel-extras-list,
	.montbel-validation-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.montbel-booking-form {
		padding: 1.25rem;
	}

	.montbel-booking-actions {
		flex-wrap: wrap;
	}

	.montbel-primary,
	.montbel-secondary,
	.montbel-booking-button {
		width: 100%;
	}
}
