.energy-testimonials-section {
	position: relative;
	padding: 120px 0;
	background:
		radial-gradient(circle at top left, rgba(74, 171, 61, 0.12), transparent 28%),
		radial-gradient(circle at top right, rgba(0, 26, 41, 0.08), transparent 30%),
		linear-gradient(180deg, #f4f8fa 0%, #eef5f8 100%);
	overflow: clip;
}

.energy-testimonials-section::before,
.energy-testimonials-section::after {
	content: "";
	position: absolute;
	pointer-events: none;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.5);
	filter: blur(2px);
}

.energy-testimonials-section::before {
	width: 340px;
	height: 340px;
	top: -110px;
	right: -60px;
}

.energy-testimonials-section::after {
	width: 260px;
	height: 260px;
	left: -90px;
	bottom: 40px;
}

.energy-testimonials-shell {
	position: relative;
	z-index: 1;
	padding: 0;
}

.energy-testimonials-intro {
	max-width: 580px;
	margin-left: auto;
}

.energy-testimonials-intro p,
.energy-testimonials-rating p,
.energy-testimonials-hint,
.energy-proof-stat span,
.energy-testimonial-author p {
	color: var(--text-color);
}

.energy-testimonials-intro p {
	margin-bottom: 22px;
}

.energy-testimonials-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 24px;
}

.energy-proof-stat {
	min-width: 150px;
	padding: 16px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(0, 26, 41, 0.08);
	backdrop-filter: blur(10px);
	box-shadow: 0 12px 24px rgba(0, 26, 41, 0.04);
}

.energy-proof-stat strong {
	display: block;
	margin-bottom: 6px;
	font-family: var(--accent-font);
	font-size: 28px;
	line-height: 1;
	color: var(--primary-color);
}

.energy-proof-stat span {
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

.energy-testimonials-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.energy-testimonials-hint {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.energy-testimonials-slider {
	margin-top: 54px;
}

.energy-testimonials-summary {
	display: flex;
	justify-content: center;
	margin-bottom: 28px;
}

.energy-testimonials-summary-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	min-height: 58px;
	padding: 14px 26px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(0, 26, 41, 0.08);
	box-shadow: 0 18px 32px rgba(0, 26, 41, 0.08);
	color: var(--primary-color);
}

.energy-testimonials-summary-pill strong {
	font-size: 18px;
	line-height: 1;
	color: var(--primary-color);
}

.energy-testimonials-summary-pill span {
	font-size: 15px;
	line-height: 1.4;
	color: var(--text-color);
}

.energy-testimonials-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 24px;
}

.energy-testimonials-rating {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.energy-testimonials-stars {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0;
}

.energy-testimonials-star {
	font-size: 19px;
	line-height: 1;
	color: #f4b54a;
}

.energy-testimonials-rating p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
	color: var(--primary-color);
}

.energy-testimonials-nav {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.energy-testimonials-button {
	width: 64px;
	height: 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(0, 26, 41, 0.1);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--primary-color);
	box-shadow: 0 14px 28px rgba(0, 26, 41, 0.08);
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.energy-testimonials-button svg {
	width: 24px;
	height: 24px;
}

.energy-testimonials-button:hover,
.energy-testimonials-button:focus-visible {
	background: var(--primary-color);
	color: #ffffff;
	box-shadow: 0 18px 34px rgba(0, 26, 41, 0.18);
	transform: translateY(-1px);
}

.energy-testimonials-button:focus-visible,
.energy-testimonials-dot:focus-visible {
	outline: 3px solid rgba(0, 26, 41, 0.2);
	outline-offset: 3px;
}

.energy-testimonials-button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.78);
	color: var(--primary-color);
}

.energy-testimonials-viewport {
	overflow: hidden;
	padding: 6px 0;
	border-radius: 28px;
}

.energy-testimonials-track {
	display: flex;
	gap: 24px;
	transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.energy-testimonial-card {
	position: relative;
	flex: 0 0 calc((100% - 48px) / 3);
	display: flex;
	flex-direction: column;
	min-height: 288px;
	padding: 26px 24px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(0, 26, 41, 0.06);
	box-shadow: none;
	color: var(--primary-color);
	transition: background-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
}

.energy-testimonial-card.is-visible {
	opacity: 1;
}

.energy-testimonial-card.is-emphasis {
	background: rgba(255, 255, 255, 0.98);
	border-color: rgba(74, 171, 61, 0.2);
	box-shadow: 0 22px 34px rgba(0, 26, 41, 0.1);
	transform: translateY(-4px);
}

.energy-testimonial-meta {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 18px;
}

.energy-testimonial-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(74, 171, 61, 0.12);
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--primary-color);
}

.energy-testimonial-text {
	margin: 0 0 26px;
	font-size: 17px;
	line-height: 1.65;
	color: var(--primary-color);
	flex-grow: 1;
}

.energy-testimonial-footer {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 18px;
	border-top: 1px solid rgba(0, 26, 41, 0.08);
}

.energy-testimonial-avatar {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-color) 100%);
	font-family: var(--accent-font);
	font-size: 20px;
	line-height: 1;
	color: var(--white-color);
}

.energy-testimonial-author h3 {
	font-size: 20px;
	margin-bottom: 4px;
	color: var(--primary-color);
}

.energy-testimonial-author p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}

.energy-testimonials-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	margin-top: 24px;
	flex-wrap: wrap;
}

.energy-testimonials-dot {
	position: relative;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	transition: transform 0.25s ease;
}

.energy-testimonials-dot::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: rgba(0, 26, 41, 0.24);
	transform: translate(-50%, -50%);
	transition: width 0.25s ease, background-color 0.25s ease;
}

.energy-testimonials-dot:hover::before,
.energy-testimonials-dot:focus-visible::before,
.energy-testimonials-dot.is-active::before {
	width: 32px;
	background: var(--accent-color);
}

@media only screen and (max-width: 991px) {
	.energy-testimonials-section {
		padding: 92px 0;
	}

	.energy-testimonials-intro {
		margin: 24px 0 0;
	}

	.energy-testimonials-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.energy-testimonial-card {
		flex-basis: calc((100% - 24px) / 2);
	}
}

@media only screen and (max-width: 767px) {
	.energy-testimonials-section {
		padding: 72px 0;
	}

	.energy-testimonials-summary {
		justify-content: flex-start;
	}

	.energy-testimonials-summary-pill {
		justify-content: flex-start;
		border-radius: 24px;
		padding: 14px 18px;
	}

	.energy-testimonials-proof {
		gap: 12px;
	}

	.energy-proof-stat {
		min-width: 100%;
	}

	.energy-testimonials-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.energy-testimonials-button {
		width: 56px;
		height: 56px;
	}

	.energy-testimonial-card {
		flex-basis: 100%;
		min-height: auto;
		padding: 22px 18px;
		border-radius: 18px;
	}

	.energy-testimonial-text {
		font-size: 16px;
	}

	.energy-testimonials-rating {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.energy-testimonials-nav {
		width: 100%;
		justify-content: flex-end;
	}

	.energy-testimonials-dot {
		width: 40px;
		height: 40px;
	}

	.energy-testimonials-dot:hover::before,
		.energy-testimonials-dot:focus-visible::before,
		.energy-testimonials-dot.is-active::before {
		width: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.energy-testimonials-track,
	.energy-testimonial-card,
	.energy-testimonials-button,
	.energy-testimonials-dot,
	.energy-testimonials-dot::before {
		transition: none;
	}
}
/* ============================================================
   Section « Nos engagements » (remplace les avis non vérifiés)
   Conforme : aucun faux avis / note / compteur Google.
   ============================================================ */
.energy-engage { position: relative; z-index: 1; }

.energy-engage-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.energy-engage-head .section-sub-title { margin-bottom: 14px; }
.energy-engage-head h2 {
	font-family: var(--accent-font);
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: var(--primary-color);
	margin: 0;
}
.energy-engage-lead {
	margin: 18px auto 0;
	max-width: 620px;
	font-size: 17px;
	line-height: 1.7;
	color: var(--text-color);
}

.energy-engage-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.energy-engage-card {
	position: relative;
	padding: 30px 28px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(0, 26, 41, 0.07);
	backdrop-filter: blur(10px);
	box-shadow: 0 14px 30px rgba(0, 26, 41, 0.05);
	overflow: hidden;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.energy-engage-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 3px;
	width: 100%;
	background: linear-gradient(90deg, #6BCA5A, #358C2B);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}
.energy-engage-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 46px rgba(0, 26, 41, 0.12);
	border-color: rgba(74, 171, 61, 0.28);
}
.energy-engage-card:hover::before { transform: scaleX(1); }

.energy-engage-icon {
	display: inline-grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(107, 202, 90, 0.18), rgba(53, 140, 43, 0.12));
	color: #358C2B;
	margin-bottom: 20px;
}
.energy-engage-icon svg { width: 28px; height: 28px; }

.energy-engage-card h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
	margin: 0 0 10px;
}
.energy-engage-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: var(--text-color);
}

.energy-engage-cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 44px;
	padding: 32px 40px;
	border-radius: 24px;
	background: linear-gradient(135deg, #001A29 0%, #0D2348 60%, #13366D 130%);
	box-shadow: 0 26px 50px rgba(0, 26, 41, 0.22);
	overflow: hidden;
}
.energy-engage-cta::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 85% 12%, rgba(74, 171, 61, 0.30), transparent 46%);
	pointer-events: none;
}
.energy-engage-cta-text { position: relative; z-index: 1; }
.energy-engage-cta-text strong {
	display: block;
	font-family: var(--accent-font);
	font-size: clamp(20px, 2.4vw, 26px);
	color: #ffffff;
	line-height: 1.2;
}
.energy-engage-cta-text span {
	display: block;
	margin-top: 6px;
	color: rgba(230, 236, 244, 0.82);
	font-size: 15px;
}
.energy-engage-cta .btn-default { position: relative; z-index: 1; flex-shrink: 0; }

.energy-engage-note {
	margin: 22px 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(0, 26, 41, 0.5);
}

@media only screen and (max-width: 991px) {
	.energy-engage-grid { grid-template-columns: repeat(2, 1fr); }
	.energy-engage-head { margin-bottom: 42px; }
}
@media only screen and (max-width: 767px) {
	.energy-engage-grid { grid-template-columns: 1fr; gap: 16px; }
	.energy-engage-cta { padding: 26px 24px; }
	.energy-engage-card { padding: 26px 22px; }
}
