/**
 * Hero accueil — style aligné sur hero-offre (navy + flèche ; trait or sous le titre).
 */

.wpcursor-hero-accueil {
	--wpcursor-hero-accueil-title-size: clamp(1.935rem, 3.96vw, 2.925rem);
	--wpcursor-hero-accueil-subtitle-size: clamp(1.15rem, 2.2vw, 1.45rem);
	--wpcursor-hero-accueil-intro-size: 18px;
	--wpcursor-hero-accueil-fleche-h: calc(100vw * 104 / 1440);
	--wpcursor-hero-accueil-fleche-peek: 16px;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	max-width: 100%;
	color: #fff !important;
	position: relative;
	overflow: visible;
}

body #page-container .wpcursor-hero-accueil__title,
body #page-container .wpcursor-hero-accueil__subtitle,
body #page-container .wpcursor-hero-accueil__intro,
body #page-container .wpcursor-hero-accueil__stat-label,
body #page-container .wpcursor-hero-accueil__feature-text,
.wpcursor-hero-accueil__title,
.wpcursor-hero-accueil__subtitle,
.wpcursor-hero-accueil__intro,
.wpcursor-hero-accueil__stat-label,
.wpcursor-hero-accueil__feature-text {
	color: #fff !important;
}

body #page-container .wpcursor-hero-accueil__feature-icon,
.wpcursor-hero-accueil__feature-icon {
	color: #f2cd78 !important;
}

body #page-container .wpcursor-hero-accueil__stat-value,
.wpcursor-hero-accueil__stat-value {
	color: #fff !important;
}

/* Conteneurs Divi : pleine largeur, pas de bandes sous le chevron */
body #main-content .et_pb_section:has(.wpcursor-hero-accueil),
.et_pb_section:has(.wpcursor-hero-accueil) {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	overflow: visible !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	background-color: transparent !important;
}

body #main-content:has(.wpcursor-hero-accueil),
body #page-container:has(.wpcursor-hero-accueil),
body .et_builder_inner_content:has(.wpcursor-hero-accueil),
body .et_pb_row:has(.wpcursor-hero-accueil),
body .et_pb_column:has(.wpcursor-hero-accueil) {
	overflow: visible !important;
}

body #main-content .et_pb_section:has(.wpcursor-hero-accueil) > .et_pb_row,
.et_pb_section:has(.wpcursor-hero-accueil) > .et_pb_row {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	overflow: visible !important;
	max-width: 1280px !important;
	width: 95% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body #main-content .et_pb_section:has(.wpcursor-hero-accueil) .et_pb_column,
body #main-content .et_pb_section:has(.wpcursor-hero-accueil) .et_pb_code,
body #main-content .et_pb_section:has(.wpcursor-hero-accueil) .et_pb_code_inner,
.et_pb_section:has(.wpcursor-hero-accueil) .et_pb_code_inner {
	overflow: visible !important;
	padding: 0;
}

.wpcursor-hero-accueil__fleche {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100vw;
	max-width: none;
	height: var(--wpcursor-hero-accueil-fleche-h);
	margin: 0;
	padding: 0;
	border: 0;
	transform: translateX(-50%);
	object-fit: fill;
	pointer-events: none;
	user-select: none;
}

.wpcursor-hero-accueil:not(.wpcursor-hero-accueil--chevron) .wpcursor-hero-accueil__fleche,
.wpcursor-hero-accueil:not(.wpcursor-hero-accueil--chevron) .wpcursor-hero-accueil__shell-wrap {
	display: none;
}

.wpcursor-hero-accueil__shell-wrap {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	width: 100vw;
	max-width: none;
	height: calc(100% - var(--wpcursor-hero-accueil-fleche-peek));
	margin: 0;
	transform: translateX(-50%);
	pointer-events: none;
}

.wpcursor-hero-accueil__shell {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #06113a;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - (var(--wpcursor-hero-accueil-fleche-h) - var(--wpcursor-hero-accueil-fleche-peek))),
		50% 100%,
		0 calc(100% - (var(--wpcursor-hero-accueil-fleche-h) - var(--wpcursor-hero-accueil-fleche-peek)))
	);
}

.wpcursor-hero-accueil:not(.wpcursor-hero-accueil--chevron) .wpcursor-hero-accueil__bg {
	background: #06113a;
	padding-bottom: 1.5rem;
}

.wpcursor-hero-accueil__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wpcursor-hero-accueil__bg {
	position: relative;
	z-index: 3;
	padding: 0.5rem 0 calc(0.2rem + var(--wpcursor-hero-accueil-fleche-h));
}

.wpcursor-hero-accueil:not(.wpcursor-hero-accueil--chevron) .wpcursor-hero-accueil__bg {
	padding-bottom: 1.5rem;
}

/* Badge — sans soulignement */
.wpcursor-hero-accueil__badge {
	display: inline-block;
	margin: 0 0 0.95rem;
	padding: 0;
	background: transparent;
	border-radius: 0;
	border-bottom: 0;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	width: fit-content;
	max-width: 100%;
	box-sizing: border-box;
}

.wpcursor-hero-accueil__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, 540px);
	grid-template-areas: "content aside";
	column-gap: 1.5rem;
	row-gap: 0;
	align-items: start;
}

.wpcursor-hero-accueil__content {
	grid-area: content;
	min-width: 0;
	align-self: start;
}

.wpcursor-hero-accueil__title {
	display: inline-block;
	position: relative;
	margin: 0 0 0.35rem;
	padding-bottom: 0.4rem;
	font-size: var(--wpcursor-hero-accueil-title-size);
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: #fff !important;
}

.wpcursor-hero-accueil__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 8.7rem;
	height: 3px;
	background: #f2cd78;
	border-radius: 2px;
}

.wpcursor-hero-accueil__subtitle {
	margin: 0 0 0.75rem;
	font-size: var(--wpcursor-hero-accueil-subtitle-size);
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: #fff !important;
}

.wpcursor-hero-accueil__intro {
	margin: 0 0 1rem;
	font-size: var(--wpcursor-hero-accueil-intro-size);
	font-weight: 400;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.92) !important;
	max-width: none;
}

.wpcursor-hero-accueil__reviews-wrap {
	margin: 0.85rem 0 0;
	padding-top: 0.95rem;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.wpcursor-hero-accueil__reviews {
	cursor: pointer;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.65rem;
	margin: 0;
	padding: 0.45rem 1rem 0.45rem 0.75rem;
	background: #fff;
	border-radius: 999px;
	color: #06113a;
	text-decoration: none;
	box-shadow: 0 2px 10px rgba(6, 17, 58, 0.12);
	max-width: 100%;
	box-sizing: border-box;
}

.wpcursor-hero-accueil__reviews:hover,
.wpcursor-hero-accueil__reviews:focus-visible {
	color: #06113a;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(6, 17, 58, 0.18);
}

.wpcursor-hero-accueil__reviews-google {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.wpcursor-hero-accueil__reviews-rating {
	font-size: 0.9375rem;
	font-weight: 700;
}

.wpcursor-hero-accueil__reviews-stars {
	color: #f5b301;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1;
}

.wpcursor-hero-accueil__reviews-count {
	font-size: 0.875rem;
	font-weight: 500;
	color: #4b5563;
}

.wpcursor-hero-accueil__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 0.45rem;
	column-gap: 1.75rem;
	align-items: center;
	margin: 0 0 0.55rem;
	max-width: none;
}

.wpcursor-hero-accueil__stat {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
}

.wpcursor-hero-accueil__stat-badge {
	position: relative;
	display: inline-block;
	flex-shrink: 0;
	width: 4.75rem;
	height: 4.15rem;
	background: transparent;
}

.wpcursor-hero-accueil__stat-wreath {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 80%;
	height: 80%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	pointer-events: none;
	border: 0;
}

.wpcursor-hero-accueil__stat-value {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 0 0.15rem;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	color: #fff !important;
	white-space: nowrap;
	text-align: center;
}

.wpcursor-hero-accueil__stat-label {
	margin: 0;
	font-size: clamp(0.85rem, 1.15vw, 0.98rem);
	font-weight: 600;
	line-height: 1.35;
	color: #fff !important;
	max-width: none;
}

.wpcursor-hero-accueil__divider {
	height: 1px;
	margin: 0 0 1.1rem;
	max-width: none;
	background: rgba(255, 255, 255, 0.62);
}

.wpcursor-hero-accueil__features {
	margin: 0 0 0.55rem;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: none;
}

.wpcursor-hero-accueil__features--single {
	max-width: 100%;
}

.wpcursor-hero-accueil__features--single .wpcursor-hero-accueil__feature {
	width: 100%;
}

.wpcursor-hero-accueil__feature {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	list-style: none;
}

.wpcursor-hero-accueil__feature::before,
.wpcursor-hero-accueil__features li::before {
	content: none !important;
	display: none !important;
}

.wpcursor-hero-accueil__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.15rem;
	height: 1.15rem;
	margin: 0;
	color: #f2cd78 !important;
	line-height: 0;
}

.wpcursor-hero-accueil__feature-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.wpcursor-hero-accueil__feature-text {
	font-size: clamp(0.9rem, 1.2vw, 1.05rem);
	font-weight: 500;
	line-height: 1.4;
	color: #fff !important;
}

.wpcursor-hero-accueil__aside {
	grid-area: aside;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-width: 0;
	width: 100%;
	max-width: 540px;
	justify-self: end;
	margin-left: auto;
}

.wpcursor-hero-accueil__media {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}

.wpcursor-hero-accueil__video-stack {
	position: relative;
	width: 100%;
	padding-bottom: 0.7rem;
}

.wpcursor-hero-accueil__video {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 14px;
	overflow: hidden;
	background: #0b1748;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
	z-index: 3;
}

.wpcursor-hero-accueil__video--video {
	background: #000;
	z-index: 1;
	isolation: isolate;
}

.wpcursor-hero-accueil__video-img,
.wpcursor-hero-accueil__video-placeholder,
.wpcursor-hero-accueil__iframe,
.wpcursor-hero-accueil__native-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}

.wpcursor-hero-accueil__iframe,
.wpcursor-hero-accueil__native-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #000;
	z-index: 2;
}

.wpcursor-hero-accueil__video-facade,
.wpcursor-hero-accueil__video-link {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: inherit;
	overflow: hidden;
	cursor: pointer;
	background: #000;
	appearance: none;
	-webkit-appearance: none;
	z-index: 2;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}

.wpcursor-hero-accueil__video-facade .wpcursor-hero-accueil__video-img,
.wpcursor-hero-accueil__video-facade .wpcursor-hero-accueil__video-placeholder,
.wpcursor-hero-accueil__video-link .wpcursor-hero-accueil__video-img,
.wpcursor-hero-accueil__video-link .wpcursor-hero-accueil__video-placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.wpcursor-hero-accueil__video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
	pointer-events: none;
	z-index: 1;
}

.wpcursor-hero-accueil__video--image .wpcursor-hero-accueil__video-img {
	position: absolute;
	inset: 0;
}

.wpcursor-hero-accueil__video-placeholder {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(68, 92, 255, 0.35), rgba(6, 17, 58, 0.9)),
		radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.12), transparent 55%);
}

.wpcursor-hero-accueil__video-shelf {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 10px;
	border-radius: 0 0 12px 12px;
	pointer-events: none;
}

.wpcursor-hero-accueil__video-shelf--1 {
	bottom: 10px;
	width: calc(100% - 28px);
	background: #37477a;
	z-index: 2;
}

.wpcursor-hero-accueil__video-shelf--2 {
	bottom: 0;
	width: calc(100% - 56px);
	background: #111e48;
	z-index: 1;
}

.wpcursor-hero-accueil__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	width: auto;
	max-width: 100%;
	min-height: 44px;
	padding: 0.65rem 1.25rem;
	border-radius: 12px !important;
	background: #fff;
	color: #06113a !important;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(6, 17, 58, 0.18);
	box-sizing: border-box;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

a.wpcursor-hero-accueil__cta:hover,
a.wpcursor-hero-accueil__cta:focus-visible {
	color: #06113a;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(6, 17, 58, 0.26);
}

.wpcursor-hero-accueil__cta--static {
	cursor: default;
}

.wpcursor-hero-accueil__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	background: transparent;
	color: #a9343f !important;
}

.wpcursor-hero-accueil__cta-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.wpcursor-hero-accueil__cta-text {
	flex: 1 1 auto;
	color: #06113a !important;
}

.wpcursor-hero-accueil__trust {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0.55rem;
	width: 100%;
	max-width: 100%;
	margin: 0.15rem 0 0;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
}

.wpcursor-hero-accueil__trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.12em;
	color: #f2cd78 !important;
	line-height: 0;
}

.wpcursor-hero-accueil__trust-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.wpcursor-hero-accueil__trust-text {
	flex: 1 1 auto;
	min-width: 0;
	font-size: clamp(0.82rem, 1.05vw, 0.95rem);
	font-weight: 500;
	line-height: 1.4;
	color: #fff !important;
}

@media (max-width: 960px) {
	.wpcursor-hero-accueil__grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"content"
			"aside";
		row-gap: 1.75rem;
		column-gap: 0;
	}

	.wpcursor-hero-accueil__media {
		max-width: 100%;
		margin: 0;
		gap: 1.1rem;
	}

	.wpcursor-hero-accueil__aside {
		max-width: 100%;
		margin: 0;
	}

	.wpcursor-hero-accueil__intro,
	.wpcursor-hero-accueil__stats,
	.wpcursor-hero-accueil__features {
		max-width: none;
	}
}

/* Tablette / iPad : lauriers bien centrés + plus grands */
@media (min-width: 768px) and (max-width: 1180px) {
	.wpcursor-hero-accueil__stats {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 12.5rem));
		justify-content: center;
		justify-items: center;
		align-items: start;
		column-gap: 2.25rem;
		row-gap: 1.35rem;
		margin: 0.5rem auto 1rem;
		width: 100%;
		max-width: 32rem;
	}

	.wpcursor-hero-accueil__stat {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
		gap: 0.5rem;
		width: 100%;
		max-width: 12.5rem;
	}

	.wpcursor-hero-accueil__stat-badge {
		width: 7rem;
		height: 6.1rem;
	}

	.wpcursor-hero-accueil__stat-value {
		font-size: 1.35rem;
	}

	.wpcursor-hero-accueil__stat-label {
		font-size: 1rem;
		line-height: 1.35;
		max-width: 12rem;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.wpcursor-hero-accueil {
		--wpcursor-hero-accueil-fleche-peek: 14px;
	}

	.wpcursor-hero-accueil__bg {
		padding: 1rem 0 calc(0.35rem + var(--wpcursor-hero-accueil-fleche-h));
	}

	.wpcursor-hero-accueil__inner {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}

	/*
	 * Ordre visuel mobile (DOM / SEO inchangé) :
	 * texte → stats → CTA → divider / features / avis → vidéo → trust.
	 */
	.wpcursor-hero-accueil__grid {
		display: flex;
		flex-direction: column;
		row-gap: 0;
		column-gap: 0;
	}

	.wpcursor-hero-accueil__content,
	.wpcursor-hero-accueil__aside,
	.wpcursor-hero-accueil__media {
		display: contents;
	}

	.wpcursor-hero-accueil__badge { order: 1; }
	.wpcursor-hero-accueil__title { order: 2; }
	.wpcursor-hero-accueil__subtitle { order: 3; }
	.wpcursor-hero-accueil__intro { order: 4; }
	.wpcursor-hero-accueil__stats { order: 5; }
	.wpcursor-hero-accueil__cta { order: 6; }
	.wpcursor-hero-accueil__divider { order: 7; }
	.wpcursor-hero-accueil__features { order: 8; }
	.wpcursor-hero-accueil__reviews-wrap { order: 9; }
	.wpcursor-hero-accueil__video-stack { order: 10; }
	.wpcursor-hero-accueil__trust { order: 11; }

	.wpcursor-hero-accueil__badge {
		margin: 0 0 0.75rem;
		padding: 0;
		font-size: 0.8125rem;
		font-weight: 500;
		line-height: 1.35;
		letter-spacing: 0.01em;
		border-bottom: 0;
		max-width: 100%;
	}

	.wpcursor-hero-accueil__title {
		font-size: clamp(1.85rem, 7.2vw, 2.35rem);
		margin: 0 0 0.55rem;
		line-height: 1.15;
		font-weight: 500;
	}

	.wpcursor-hero-accueil__title::after {
		width: 4.35rem;
	}

	.wpcursor-hero-accueil__subtitle {
		font-size: clamp(1.05rem, 4.4vw, 1.28rem);
		margin: 0 0 0.75rem;
		line-height: 1.3;
		opacity: 0.96;
	}

	.wpcursor-hero-accueil__intro {
		font-size: 0.9375rem;
		line-height: 1.55;
		margin: 0 0 1rem;
		opacity: 0.94;
	}

	.wpcursor-hero-accueil__reviews-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 0.95rem 0 0;
		padding-top: 1rem;
		border-top: 1px solid rgba(255, 255, 255, 0.22);
		text-align: center;
	}

	.wpcursor-hero-accueil__reviews {
		width: auto;
		max-width: 100%;
		margin: 0 auto;
		justify-content: center;
		padding: 0.45rem 1rem 0.45rem 0.75rem;
		box-shadow: 0 4px 14px rgba(6, 17, 58, 0.16);
	}

	.wpcursor-hero-accueil__stats {
		grid-template-columns: repeat(2, minmax(0, 10.5rem));
		justify-content: center;
		justify-items: center;
		row-gap: 0.65rem;
		column-gap: 1.25rem;
		align-items: start;
		margin: 0 auto 0.35rem;
		width: 100%;
	}

	.wpcursor-hero-accueil__stat {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0.35rem;
	}

	.wpcursor-hero-accueil__stat-badge {
		width: 4.35rem;
		height: 3.8rem;
	}

	.wpcursor-hero-accueil__stat-value {
		font-size: 0.88rem;
	}

	.wpcursor-hero-accueil__stat-label {
		font-size: 0.78rem;
		line-height: 1.3;
		max-width: 10.5rem;
		font-weight: 600;
	}

	.wpcursor-hero-accueil__divider {
		margin-bottom: 1rem;
	}

	.wpcursor-hero-accueil__features {
		gap: 0.75rem;
		margin-bottom: 0.5rem;
	}

	.wpcursor-hero-accueil__feature-text {
		font-size: 0.875rem;
		line-height: 1.4;
	}

	.wpcursor-hero-accueil__video {
		border-radius: 14px;
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	}

	.wpcursor-hero-accueil__video-stack {
		width: 100%;
		margin-top: 1.15rem;
		padding-bottom: 1rem;
	}

	.wpcursor-hero-accueil__video-shelf {
		height: 8px;
	}

	.wpcursor-hero-accueil__video-shelf--1 {
		bottom: 8px;
		width: calc(100% - 22px);
	}

	.wpcursor-hero-accueil__video-shelf--2 {
		width: calc(100% - 44px);
	}

	/* CTA blanc — juste après les stats (comme hero-offre-v3) */
	.wpcursor-hero-accueil__cta {
		display: inline-flex;
		width: 100%;
		max-width: 100%;
		margin: 0.65rem 0 0.85rem;
		font-size: 0.92rem;
		min-height: 48px;
		padding: 0.75rem 1.1rem;
		gap: 0.55rem;
		border-radius: 12px !important;
		background: #fff;
		color: #06113a !important;
		box-shadow: 0 6px 18px rgba(6, 17, 58, 0.18);
		justify-content: center;
		align-self: stretch;
	}

	a.wpcursor-hero-accueil__cta:hover,
	a.wpcursor-hero-accueil__cta:focus-visible {
		color: #06113a !important;
		background: #fff;
		transform: translateY(-1px);
		box-shadow: 0 12px 28px rgba(6, 17, 58, 0.26);
	}

	.wpcursor-hero-accueil__cta-icon {
		color: #a9343f !important;
	}

	.wpcursor-hero-accueil__cta-text {
		color: #06113a !important;
		font-weight: 700;
		flex: 0 1 auto;
	}

	.wpcursor-hero-accueil__trust {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 0.45rem;
		width: 100%;
		margin: 0.85rem 0 0;
		text-align: left;
		font-size: 0.75rem;
		line-height: 1.4;
		opacity: 0.92;
	}
}
