/**
 * Page Consultation éducateur canin
 */

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

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

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

/* Bandeau titre / fil d’Ariane : pas d’image de fond */
.mc-educateur-page .page-title.bwp-title {
	background: #fff !important;
	background-image: none !important;
	min-height: 0;
	padding: 1.5rem 0 1rem;
	margin-bottom: 2rem;
}

.mc-educateur-page .page-title.bwp-title h1,
.mc-educateur-page .page-title .text-title-heading {
	color: #227403 !important;
	text-shadow: none;
}

.mc-educateur-page .breadcrumb,
.mc-educateur-page .breadcrumb a,
.mc-educateur-page .breadcrumb .current,
.mc-educateur-page .breadcrumb .delimiter {
	color: #666 !important;
}

.mc-educateur-page .breadcrumb a:hover {
	color: #fa8400 !important;
}

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

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

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

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

.mc-educ-prose p {
	margin: 0;
	font-size: 1.05rem;
	color: #444;
}

.mc-educ-hero__cta {
	margin: 1.5rem 0 0;
}

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

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

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

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

.mc-educ-btn--large {
	font-size: 1.35rem;
	padding: 1rem 2.5rem !important;
}

/* Cartes pro / particuliers */
.mc-educ-card {
	margin-bottom: 2rem;
	border-radius: 16px;
	overflow: hidden;
}

.mc-educ-card--pro {
	background: linear-gradient(135deg, #f4f9ee 0%, #fff 60%);
	border: 1px solid rgba(34, 116, 3, 0.15);
}

.mc-educ-card--part {
	background: linear-gradient(135deg, #fff8f0 0%, #fff 60%);
	border: 1px solid rgba(250, 132, 0, 0.2);
}

.mc-educ-card__inner {
	padding: 2rem 1.75rem;
}

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

.mc-educ-card__badge--orange {
	background: #fa8400;
}

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

.mc-educ-card--part .mc-educ-card__title {
	color: #333;
}

.mc-educ-card__intro,
.mc-educ-card__subtitle {
	margin: 0 0 1rem;
	color: #444;
}

.mc-educ-card__subtitle {
	font-weight: 700;
	color: #227403;
}

.mc-educ-list {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
}

.mc-educ-list li {
	margin-bottom: 0.5rem;
}

.mc-educ-card__note,
.mc-educ-card__highlight {
	margin: 0;
	padding: 1rem 1.15rem;
	border-radius: 10px;
	font-size: 0.95rem;
}

.mc-educ-card__note {
	background: rgba(34, 116, 3, 0.08);
	color: #333;
	border-left: 4px solid #227403;
}

.mc-educ-card__highlight {
	background: rgba(250, 132, 0, 0.1);
	color: #333;
	border-left: 4px solid #fa8400;
	font-weight: 600;
}

/* Déroulement */
.mc-educ-steps {
	margin-bottom: 2rem;
	padding: 2rem 1.5rem;
	background: linear-gradient(180deg, #f4f9ee 0%, #fff 100%);
	border-radius: 16px;
}

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

.mc-educ-steps__list {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.mc-educ-steps__list {
	counter-reset: educ-step;
}

.mc-educ-step {
	margin: 0;
	padding: 1.5rem 1.25rem;
	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-educ-step::before {
	content: counter(educ-step);
	counter-increment: educ-step;
	display: block;
	width: 2rem;
	height: 2rem;
	margin: 0 auto 0.75rem;
	line-height: 2rem;
	border-radius: 50%;
	background: #fa8400;
	color: #fff;
	font-weight: 700;
	font-size: 0.95rem;
}

.mc-educ-step__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #227403;
	line-height: 1.4;
}

.mc-educ-steps__note {
	margin: 0;
	text-align: center;
	color: #555;
	font-size: 0.95rem;
}

.mc-educ-footer-cta {
	text-align: center;
	padding-top: 0.5rem;
}

.mc-educ-footer-cta__label {
	margin: 0 0 0.5rem;
	font-weight: 700;
	color: #227403;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.85rem;
}

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

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

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