/* Carte promo en bouton */
.colvert-promotions-banner .colvert-promo-card.colvert-mobile-home-card {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	font: inherit;
	text-align: left;
}

body.colvert-promo-modal-open {
	overflow: hidden;
}

.colvert-promo-modal {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.colvert-promo-modal.hidden {
	display: none !important;
}

.colvert-promo-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.65);
	backdrop-filter: blur(4px);
}

.colvert-promo-modal__panel {
	position: relative;
	z-index: 1;
	width: min(640px, 100%);
	max-height: min(92vh, 900px);
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.colvert-promo-modal__close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 20;
	width: 2.5rem;
	height: 2.5rem;
	border: none;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.95);
	color: #334155;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.colvert-promo-modal__close:hover {
	background: #f1f5f9;
}

.colvert-promo-modal__header--detail {
	padding: 1.25rem 1.5rem 0.5rem;
	border-bottom: 1px solid #e2e8f0;
}

.colvert-promo-modal__badge {
	display: inline-block;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #1d4ed8;
	background: #dbeafe;
	padding: 0.25rem 0.6rem;
	border-radius: 9999px;
	margin-bottom: 0.5rem;
}

.colvert-promo-modal__title {
	font-size: 1.35rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0;
	padding-right: 2.5rem;
}

.colvert-promo-modal__body {
	flex: 1;
	overflow: auto;
	padding: 1rem 1.5rem;
}

.colvert-promo-detail-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0.75rem 0;
}

.colvert-promo-detail-dates {
	font-size: 0.875rem;
	font-weight: 600;
	color: #475569;
	margin: 0 0 0.5rem;
}

.colvert-promo-detail-price {
	margin: 0 0 0.75rem;
	font-size: 1.1rem;
}

.colvert-promo-detail-price__before {
	text-decoration: line-through;
	color: #94a3b8;
	margin-right: 0.35rem;
}

.colvert-promo-detail-price__total {
	font-weight: 800;
	color: #1d4ed8;
	font-size: 1.35rem;
}

.colvert-promo-detail-price__discount,
.colvert-promo-detail-price__savings {
	font-size: 0.8rem;
	font-weight: 700;
	color: #059669;
}

.colvert-promo-detail-desc {
	font-size: 0.9rem;
	color: #64748b;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.colvert-promo-detail-equipments__title {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #94a3b8;
	margin: 0 0 0.5rem;
}

.colvert-promo-detail-equipments__list {
	margin: 0;
	padding-left: 1.25rem;
	font-size: 0.875rem;
	color: #475569;
}

.colvert-promo-modal__footer--detail {
	padding: 1rem 1.5rem;
	border-top: 1px solid #e2e8f0;
	background: #f8fafc;
}

.colvert-promo-btn {
	border: none;
	border-radius: 0.75rem;
	padding: 0.85rem 1.25rem;
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
	width: 100%;
}

.colvert-promo-btn--primary {
	background: #2563eb;
	color: #fff;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.colvert-promo-btn--primary:hover {
	background: #1d4ed8;
}

/* Mise en avant du formulaire après clic promo sur la page réservation */
body.colvert-promo-scroll-to-form #reservation {
	scroll-margin-top: 5rem;
}

/* Popup « Toutes les offres » */
.colvert-promo-all-modal {
	position: fixed;
	inset: 0;
	z-index: 100040;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.colvert-promo-all-modal.hidden {
	display: none !important;
}

.colvert-promo-all-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.65);
	backdrop-filter: blur(4px);
}

.colvert-promo-all-modal__panel {
	position: relative;
	z-index: 1;
	width: min(960px, 100%);
	max-height: min(92vh, 900px);
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.colvert-promo-all-modal__close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 20;
	width: 2.5rem;
	height: 2.5rem;
	border: none;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.95);
	color: #334155;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.colvert-promo-all-modal__close:hover {
	background: #f1f5f9;
}

.colvert-promo-all-modal__header {
	padding: 1.25rem 1.5rem 0.75rem;
	border-bottom: 1px solid #e2e8f0;
	text-align: center;
}

.colvert-promo-all-modal__badge {
	display: inline-block;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #b45309;
	background: #fef3c7;
	padding: 0.25rem 0.6rem;
	border-radius: 9999px;
	margin-bottom: 0.5rem;
}

.colvert-promo-all-modal__title {
	font-size: 1.35rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 0.35rem;
	padding-right: 2rem;
}

.colvert-promo-all-modal__subtitle {
	font-size: 0.9rem;
	color: #64748b;
	margin: 0;
}

.colvert-promo-all-modal__body {
	flex: 1;
	overflow: auto;
	padding: 1.25rem 1.5rem 1.5rem;
}

.colvert-promo-all-modal__grid {
	margin: 0;
}

@media (min-width: 768px) {
	.colvert-promo-all-modal__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
