/**
 * Page Nos engagements
 */

.mc-commitments-page .back-to-shop {
	display: none;
}

.mc-commitments-page #main-content {
	background: #fff;
}

.mc-commitments-page .entry-content {
	max-width: none;
	padding: 0;
	margin: 0;
}

.mc-commitments {
	color: #444;
	line-height: 1.65;
}

/* Intro */
.mc-commitments-intro {
	padding: 2.5rem 1.5rem 1rem;
	background: #fff;
}

.mc-commitments-intro__inner {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.mc-commitments-lead {
	font-size: 1.15rem;
	font-weight: 600;
	color: #227403;
	margin: 0 0 1rem;
}

.mc-commitments-intro p {
	margin: 0 0 1rem;
}

.mc-commitments-intro p:last-child {
	margin-bottom: 0;
}

/* Cartes engagements */
.mc-commitments-list {
	max-width: 1140px;
	margin: 0 auto;
	padding: 1rem 1.5rem 2.5rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.mc-commitment-card {
	background: #fff;
	border: 1px solid #e8efe0;
	border-radius: 12px;
	padding: 2rem 2rem 1.75rem;
	box-shadow: 0 6px 20px rgba(34, 116, 3, 0.06);
	position: relative;
}

.mc-commitment-card__label {
	display: inline-block;
	margin: 0 0 0.75rem;
	padding: 0.35rem 0.85rem;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	background: #fa8400;
	border-radius: 4px;
}

.mc-commitment-card:nth-child(2) .mc-commitment-card__label {
	background: #227403;
}

.mc-commitment-card:nth-child(3) .mc-commitment-card__label {
	background: #2d9208;
}

.mc-commitment-card__title {
	margin: 0 0 1rem;
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
	font-weight: 700;
	color: #227403;
	line-height: 1.3;
}

.mc-commitment-card__body p {
	margin: 0;
}

.mc-commitment-card__highlight {
	margin: 1.25rem 0 0;
	padding: 1rem 1.15rem;
	background: #f4f9ee;
	border-left: 4px solid #fa8400;
	border-radius: 0 8px 8px 0;
	font-weight: 600;
	color: #333;
	font-size: 0.98rem;
}

.mc-commitment-card__highlight a {
	color: #227403;
	text-decoration: underline;
}

.mc-commitment-card__highlight a:hover {
	color: #fa8400;
}

/* Confiance clients */
.mc-commitments-trust {
	max-width: 1140px;
	margin: 0 auto;
	padding: 3rem 1.5rem;
	text-align: center;
	background: linear-gradient(180deg, #f4f9ee 0%, #fff 100%);
	border-radius: 12px;
}

.mc-commitments-trust__title {
	margin: 0 0 1rem;
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 700;
	color: #227403;
}

.mc-commitments-trust__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.mc-commitments-trust__stars {
	font-size: 1.75rem;
	color: #fa8400;
	letter-spacing: 0.15em;
	line-height: 1;
}

.mc-commitments-trust__score {
	font-size: 1.35rem;
	font-weight: 700;
	color: #227403;
}

.mc-commitments-trust__text {
	max-width: 640px;
	margin: 0 auto 1.5rem;
}

.mc-commitments-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin: 0;
}

.mc-commitments-btn {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	border-radius: 4px;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none !important;
	line-height: 1.4;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.mc-commitments-btn--primary {
	background-color: #fa8400;
	color: #fff !important;
}

.mc-commitments-btn--primary:hover {
	background-color: #227403;
	color: #fff !important;
}

.mc-commitments-btn--secondary {
	background-color: #227403;
	color: #fff !important;
}

.mc-commitments-btn--secondary:hover {
	background-color: #fa8400;
	color: #fff !important;
}

/* Notre promesse */
.mc-commitments-promise {
	max-width: 1140px;
	margin: 0 auto;
	padding: 2.5rem 1.5rem 4rem;
}

.mc-commitments-promise__title {
	margin: 0 0 1.25rem;
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 700;
	color: #227403;
	text-align: center;
}

.mc-commitments-promise__prose {
	max-width: 860px;
	margin: 0 auto;
}

.mc-commitments-promise__prose p {
	margin: 0 0 1rem;
}

.mc-commitments-promise__prose p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.mc-commitments-intro {
		padding: 2rem 1rem 0.5rem;
	}

	.mc-commitments-list {
		padding: 1rem 1rem 2rem;
	}

	.mc-commitment-card {
		padding: 1.5rem 1.25rem;
	}

	.mc-commitments-trust {
		margin: 0 1rem;
		padding: 2rem 1rem;
	}

	.mc-commitments-promise {
		padding: 2rem 1rem 3rem;
	}
}
