/**
 * Page Abonnements
 */

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

.mc-abonnements-page #main-content {
	background: #fff;
	padding-bottom: 3rem;
}

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

.mc-abo {
	color: #333;
	line-height: 1.65;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 1rem 2rem;
}

/* Hero */
.mc-abo-hero {
	margin-bottom: 2.5rem;
}

.mc-abo-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: center;
}

.mc-abo-hero__title {
	margin: 0 0 1rem;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: #227403;
	line-height: 1.25;
	text-align: left;
}

.mc-abo-hero__lead {
	margin: 0 0 1.5rem;
	font-size: 1.05rem;
	color: #444;
}

.mc-abo-pills {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.mc-abo-pill {
	margin: 0;
	padding: 1rem 1.15rem;
	background: #f4f9ee;
	border-radius: 12px;
	border-left: 4px solid #227403;
}

.mc-abo-pill--accent {
	background: #fff8f0;
	border-left-color: #fa8400;
}

.mc-abo-pill strong {
	display: block;
	margin-bottom: 0.25rem;
	color: #227403;
	font-size: 1rem;
}

.mc-abo-pill--accent strong {
	color: #fa8400;
}

.mc-abo-pill span {
	display: block;
	font-size: 0.95rem;
	color: #444;
}

.mc-abo-hero__media {
	margin: 0;
	line-height: 0;
}

.mc-abo-hero__media img {
	width: 100%;
	max-width: 480px;
	height: auto;
	border-radius: 16px;
	display: block;
	margin: 0 auto;
	box-shadow: 0 12px 32px rgba(34, 116, 3, 0.12);
}

/* Blocs texte */
.mc-abo-block {
	margin-bottom: 2.5rem;
	padding: 2rem 1.5rem;
	background: linear-gradient(180deg, #f4f9ee 0%, #fff 100%);
	border-radius: 16px;
}

.mc-abo-block__title {
	margin: 0 0 1.25rem;
	font-size: 1.35rem;
	font-weight: 700;
	color: #227403;
}

.mc-abo-prose p {
	margin: 0 0 1rem;
}

.mc-abo-prose ul {
	margin: 0;
	padding-left: 1.25rem;
}

.mc-abo-prose li {
	margin-bottom: 0.5rem;
}

/* Étapes */
.mc-abo-steps {
	margin-bottom: 2.5rem;
}

.mc-abo-steps__heading {
	margin: 0 0 1.5rem;
	font-size: 1.35rem;
	font-weight: 700;
	color: #227403;
	text-align: center;
}

.mc-abo-steps__list {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	counter-reset: none;
}

.mc-abo-step {
	margin: 0;
	padding: 1.25rem 1rem;
	background: #fff;
	border-radius: 12px;
	border: 1px solid rgba(34, 116, 3, 0.15);
	box-shadow: 0 4px 16px rgba(34, 116, 3, 0.06);
	text-align: center;
}

.mc-abo-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-bottom: 0.75rem;
	border-radius: 50%;
	background: #227403;
	color: #fff;
	font-weight: 700;
	font-size: 0.95rem;
}

.mc-abo-step p {
	margin: 0;
	font-size: 0.9rem;
	color: #444;
}

.mc-abo-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	margin: 0;
}

.mc-abo-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 2rem !important;
	margin: 0 !important;
	border-radius: 999px;
	background: #227403 !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: background-color 0.2s ease, transform 0.15s ease;
	float: none !important;
	position: static !important;
	line-height: 1.35 !important;
	border: 2px solid #227403;
}

.mc-abo-btn:hover {
	background: #1a5c02 !important;
	border-color: #1a5c02;
	color: #fff !important;
	transform: translateY(-1px);
}

.mc-abo-btn--outline {
	background: #fff !important;
	color: #227403 !important;
}

.mc-abo-btn--outline:hover {
	background: #f4f9ee !important;
	color: #227403 !important;
}

/* FAQ */
.mc-abo-faq__title {
	margin: 0 0 1.25rem;
	font-size: 1.35rem;
	font-weight: 700;
	color: #227403;
	text-align: center;
}

.mc-abo-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.mc-abo-faq__item {
	border: 1px solid rgba(34, 116, 3, 0.2);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.mc-abo-faq__item summary {
	padding: 1rem 1.25rem;
	font-weight: 700;
	color: #227403;
	cursor: pointer;
	list-style: none;
}

.mc-abo-faq__item summary::-webkit-details-marker {
	display: none;
}

.mc-abo-faq__item summary::after {
	content: '+';
	float: right;
	font-size: 1.25rem;
	color: #fa8400;
	font-weight: 700;
}

.mc-abo-faq__item[open] summary::after {
	content: '−';
}

.mc-abo-faq__answer {
	padding: 0 1.25rem 1.25rem;
}

.mc-abo-faq__answer p {
	margin: 0;
	color: #444;
	font-size: 0.95rem;
}

@media (max-width: 1199px) {
	.mc-abo-steps__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.mc-abo-hero__grid {
		grid-template-columns: 1fr;
	}

	.mc-abo-hero__media {
		order: -1;
	}

	.mc-abo-steps__list {
		grid-template-columns: 1fr;
	}
}
