/**
 * Landing module de réservation — section tarifs (3 colonnes).
 * Scopé #vtc-lp pour primer sur Divi / .entry-content
 */

#vtc-lp .vtc-lp-pricing {
	padding: 88px 0 96px;
	background: linear-gradient(180deg, #e8eefb 0%, #f4f7fc 45%, #fff 100%);
	overflow: hidden;
}

#vtc-lp .vtc-lp-pricing__header {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 52px;
}

#vtc-lp .vtc-lp-pricing__header .vtc-sp-section-header__eyebrow,
#vtc-lp .vtc-lp-pricing__eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 14px;
	border-radius: 100px;
	background: rgba(7, 39, 107, 0.08);
	color: #07276b !important;
	font-size: 0.75rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#vtc-lp .vtc-lp-pricing__header h2 {
	font-size: clamp(1.85rem, 3.2vw, 2.5rem) !important;
	font-weight: 800 !important;
	color: #07276b !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	line-height: 1.15 !important;
	letter-spacing: -0.02em;
}

#vtc-lp .vtc-lp-pricing__header p {
	color: #64748b !important;
	font-size: 1.08rem !important;
	margin: 0 !important;
	line-height: 1.6 !important;
}

#vtc-lp .vtc-lp-pricing__row {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 22px;
	align-items: stretch;
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

#vtc-lp .vtc-lp-pricing__plan {
	display: flex !important;
	flex-direction: column !important;
	min-width: 0;
	min-height: 100%;
	background: #fff !important;
	border: 2px solid #dde4f2 !important;
	border-radius: 22px !important;
	padding: 32px 24px 24px !important;
	position: relative !important;
	box-sizing: border-box;
	box-shadow: 0 8px 32px rgba(7, 39, 107, 0.07) !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#vtc-lp .vtc-lp-pricing__plan:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 48px rgba(7, 39, 107, 0.14) !important;
	border-color: #b8c9ef !important;
}

#vtc-lp .vtc-lp-pricing__plan--3y {
	border-color: #b8c9ef !important;
	background: linear-gradient(180deg, #f5f8ff 0%, #fff 55%) !important;
}

#vtc-lp .vtc-lp-pricing__plan--featured {
	background: linear-gradient(160deg, #0c358a 0%, #07276b 50%, #051d52 100%) !important;
	border: 2px solid #ffd70d !important;
	box-shadow: 0 20px 56px rgba(7, 39, 107, 0.32), 0 0 0 1px rgba(255, 215, 13, 0.25) !important;
	transform: scale(1.05);
	z-index: 2;
}

#vtc-lp .vtc-lp-pricing__plan--featured:hover {
	transform: scale(1.05) translateY(-8px);
	box-shadow: 0 28px 64px rgba(7, 39, 107, 0.38), 0 0 0 1px rgba(255, 215, 13, 0.35) !important;
}

#vtc-lp .vtc-lp-pricing__ribbon {
	position: absolute !important;
	top: -14px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	background: #07276b !important;
	color: #fff !important;
	font-size: 0.7rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 7px 18px !important;
	border-radius: 100px !important;
	white-space: nowrap;
	z-index: 3;
	box-shadow: 0 4px 12px rgba(7, 39, 107, 0.2);
}

#vtc-lp .vtc-lp-pricing__ribbon--yellow {
	background: #ffd70d !important;
	color: #111 !important;
	box-shadow: 0 4px 14px rgba(255, 215, 13, 0.45);
}

#vtc-lp .vtc-lp-pricing__plan-top {
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eef2f8;
}

#vtc-lp .vtc-lp-pricing__plan--featured .vtc-lp-pricing__plan-top {
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

#vtc-lp .vtc-lp-pricing__plan h3 {
	font-size: 1.12rem !important;
	font-weight: 700 !important;
	color: #07276b !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
	line-height: 1.3 !important;
}

#vtc-lp .vtc-lp-pricing__plan--featured h3 {
	color: #fff !important;
}

#vtc-lp .vtc-lp-pricing__price {
	display: flex !important;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 10px;
}

#vtc-lp .vtc-lp-pricing__amount {
	font-size: clamp(2.1rem, 2.6vw, 2.75rem) !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	color: #07276b !important;
	letter-spacing: -0.03em;
}

#vtc-lp .vtc-lp-pricing__plan--featured .vtc-lp-pricing__amount {
	color: #ffd70d !important;
}

#vtc-lp .vtc-lp-pricing__period {
	font-size: 0.95rem !important;
	font-weight: 500 !important;
	color: #64748b !important;
}

#vtc-lp .vtc-lp-pricing__plan--featured .vtc-lp-pricing__period {
	color: rgba(255, 255, 255, 0.78) !important;
}

#vtc-lp .vtc-lp-pricing__savings {
	display: inline-block !important;
	margin: 0 0 10px !important;
	padding: 5px 12px !important;
	border-radius: 100px !important;
	background: #dcfce7 !important;
	color: #15803d !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

#vtc-lp .vtc-lp-pricing__pitch {
	font-size: 0.9rem !important;
	line-height: 1.5 !important;
	color: #64748b !important;
	margin: 0 !important;
}

#vtc-lp .vtc-lp-pricing__plan--featured .vtc-lp-pricing__pitch {
	color: rgba(255, 255, 255, 0.8) !important;
}

#vtc-lp .vtc-lp-pricing__features {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 0 24px !important;
	flex: 1 1 auto;
}

#vtc-lp .vtc-lp-pricing__features li {
	position: relative;
	padding: 8px 0 8px 26px !important;
	font-size: 0.9rem !important;
	line-height: 1.45 !important;
	color: #334155 !important;
	border-bottom: 1px solid #eef2f8;
	margin: 0 !important;
	list-style: none !important;
}

#vtc-lp .vtc-lp-pricing__features li:last-child {
	border-bottom: none;
}

#vtc-lp .vtc-lp-pricing__features li::before {
	content: "✓" !important;
	position: absolute;
	left: 0;
	top: 8px;
	font-weight: 800;
	color: #16a34a;
	font-size: 0.95rem;
}

#vtc-lp .vtc-lp-pricing__plan--featured .vtc-lp-pricing__features li {
	color: rgba(255, 255, 255, 0.92) !important;
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

#vtc-lp .vtc-lp-pricing__plan--featured .vtc-lp-pricing__features li::before {
	color: #ffd70d !important;
}

/* Boutons — surcharge Divi .entry-content a */
#vtc-lp .vtc-lp-pricing__cta,
#vtc-lp .vtc-lp-pricing__cta:hover,
#vtc-lp .vtc-lp-pricing__cta:focus,
#vtc-lp .vtc-lp-pricing__cta:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px;
	width: 100% !important;
	margin-top: auto !important;
	padding: 16px 20px !important;
	border-radius: 14px !important;
	font-size: 0.98rem !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	line-height: 1.25 !important;
	cursor: pointer;
	box-sizing: border-box;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#vtc-lp .vtc-lp-pricing__cta svg {
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

#vtc-lp .vtc-lp-pricing__cta:hover svg {
	transform: translateX(4px);
}

#vtc-lp .vtc-lp-pricing__cta--outline {
	background: #fff !important;
	color: #07276b !important;
	border: 2px solid #07276b !important;
	box-shadow: 0 4px 14px rgba(7, 39, 107, 0.08) !important;
}

#vtc-lp .vtc-lp-pricing__cta--outline:hover {
	background: #07276b !important;
	color: #fff !important;
	box-shadow: 0 10px 28px rgba(7, 39, 107, 0.24) !important;
	transform: translateY(-2px);
}

#vtc-lp .vtc-lp-pricing__cta--blue {
	background: #07276b !important;
	color: #fff !important;
	border: 2px solid #07276b !important;
	box-shadow: 0 6px 20px rgba(7, 39, 107, 0.22) !important;
}

#vtc-lp .vtc-lp-pricing__cta--blue:hover {
	background: #0a3278 !important;
	color: #fff !important;
	box-shadow: 0 12px 32px rgba(7, 39, 107, 0.32) !important;
	transform: translateY(-2px);
}

#vtc-lp .vtc-lp-pricing__cta--yellow {
	background: #ffd70d !important;
	color: #111 !important;
	border: 2px solid #ffd70d !important;
	box-shadow: 0 6px 22px rgba(255, 215, 13, 0.38) !important;
}

#vtc-lp .vtc-lp-pricing__cta--yellow:hover {
	background: #ffe566 !important;
	color: #111 !important;
	border-color: #ffe566 !important;
	box-shadow: 0 12px 32px rgba(255, 215, 13, 0.48) !important;
	transform: translateY(-2px);
}

#vtc-lp .vtc-lp-pricing__footnote {
	text-align: center;
	margin: 32px 0 0 !important;
	font-size: 0.9rem !important;
	color: #64748b !important;
	line-height: 1.5 !important;
}

@media (max-width: 1024px) {
	#vtc-lp .vtc-lp-pricing__row {
		gap: 16px;
	}

	#vtc-lp .vtc-lp-pricing__plan {
		padding: 28px 18px 20px !important;
	}

	#vtc-lp .vtc-lp-pricing__plan--featured {
		transform: scale(1.02);
	}

	#vtc-lp .vtc-lp-pricing__plan--featured:hover {
		transform: scale(1.02) translateY(-8px);
	}

	#vtc-lp .vtc-lp-pricing__cta {
		font-size: 0.88rem !important;
		padding: 14px 14px !important;
	}
}

@media (max-width: 767px) {
	#vtc-lp .vtc-lp-pricing {
		padding: 60px 0 72px;
	}

	#vtc-lp .vtc-lp-pricing__row {
		grid-template-columns: 1fr !important;
		max-width: 400px;
	}

	#vtc-lp .vtc-lp-pricing__plan--featured {
		transform: none;
		order: -1;
	}

	#vtc-lp .vtc-lp-pricing__plan--featured:hover {
		transform: translateY(-8px);
	}
}
