/* ============================================================
   reevalo-public.css — Site public Reevalo (marketing + SEO)
   Par-dessus Bulma 1.x + reevalo-theme.css (variables --rv-*).
   Aucun style inline dans les pages : tout est ici.

   Direction : fintech française premium (teal profond #0D655E /
   #0B4A44 + ambre #F59E12), hero sombre, scroll storytelling GSAP,
   micro-signatures. Perfs : transform/opacity uniquement.
   ============================================================ */

:root {
	--rv-hero-top: #0B4A44;
	--rv-hero-bottom: #0D655E;
	--rv-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}

/* ---------- Structure générale & micro-signatures ---------- */
.rv-public {
	background: var(--rv-bg);
	color: var(--rv-text);
	scrollbar-width: thin;
	scrollbar-color: rgba(13, 101, 94, 0.45) transparent;
}
.rv-public::-webkit-scrollbar {
	width: 10px;
}
.rv-public::-webkit-scrollbar-thumb {
	background: rgba(13, 101, 94, 0.4);
	border-radius: 999px;
	border: 3px solid transparent;
	background-clip: padding-box;
}
.rv-public::-webkit-scrollbar-thumb:hover {
	background: rgba(13, 101, 94, 0.65);
	border: 3px solid transparent;
	background-clip: padding-box;
}
::selection {
	background: var(--rv-primary);
	color: #fff;
}
/* Focus clavier lisible sur les fonds teal sombres */
.rv-hero :focus-visible,
.rv-final :focus-visible,
.rv-pub-section.is-audit :focus-visible,
.rv-pub-header.is-theme-dark:not(.is-scrolled) :focus-visible,
.rv-pub-menu :focus-visible,
.rv-pub-footer :focus-visible,
.rv-cta-final :focus-visible {
	outline-color: #fff;
}
.rv-pub-section {
	padding: 6rem 1.5rem;
}
.rv-pub-section.is-soft {
	background: var(--rv-primary-soft);
}
.rv-pub-section.is-white {
	background: var(--rv-surface);
}
.rv-pub-section-title {
	font-size: clamp(1.9rem, 3.4vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: var(--rv-text);
	text-align: center;
	margin-bottom: 0.85rem;
}
.rv-pub-section-sub {
	font-size: 1.08rem;
	color: var(--rv-text-soft);
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3.25rem;
	line-height: 1.6;
}
.rv-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rv-primary);
	margin-bottom: 1rem;
}
.rv-kicker::before {
	content: "";
	width: 22px;
	height: 2px;
	border-radius: 2px;
	background: var(--rv-accent);
}

/* ============================================================
   Header / navbar premium
   - logo 45px (38px compacté), liens à soulignement animé
   - verre dépoli + ombre fine au scroll
   - variante is-theme-dark : posée sur le hero sombre
   - mobile : overlay teal plein écran, liens géants, stagger
   ============================================================ */
.rv-pub-header {
	position: sticky;
	top: 0;
	z-index: 50;
}
.rv-pub-navbar {
	background: rgba(248, 250, 252, 0.88);
	-webkit-backdrop-filter: saturate(1.4) blur(12px);
	backdrop-filter: saturate(1.4) blur(12px);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	padding: 0.65rem 0;
	transition: padding 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.rv-pub-header.is-scrolled .rv-pub-navbar {
	padding: 0.15rem 0;
	background: rgba(255, 255, 255, 0.82);
	-webkit-backdrop-filter: saturate(1.6) blur(14px);
	backdrop-filter: saturate(1.6) blur(14px);
	border-bottom-color: rgba(15, 23, 42, 0.05);
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04), 0 12px 32px -18px rgba(11, 74, 68, 0.35);
}

/* Logo : 45px de haut, compacté à 38px au scroll */
.rv-pub-logo {
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
}
.rv-pub-logo img {
	height: 45px;
	width: auto;
	display: block;
	/* le texte « reevalo » occupe le bas du SVG (la flèche monte au-dessus) :
	   on remonte le logo de ~20 % de sa hauteur pour aligner son texte sur les liens du menu */
	transform: translateY(-9px);
	transition: height 0.28s ease, transform 0.28s ease;
}
.rv-pub-header.is-scrolled .rv-pub-logo img {
	height: 38px;
	transform: translateY(-8px);
}
.rv-pub-logo .rv-logo-on-dark {
	display: none;
}
.rv-pub-navbar .navbar-item {
	font-weight: 600;
}
.rv-pub-navbar a.navbar-item:hover,
.rv-pub-navbar a.navbar-item:focus {
	background: transparent;
	color: var(--rv-primary);
}

/* Liens : soulignement dégradé teal→ambre qui se dessine */
.rv-nav-link {
	position: relative;
	font-size: 0.95rem;
	color: var(--rv-text);
}
.rv-nav-link::after {
	content: "";
	position: absolute;
	left: 0.75rem;
	right: 0.75rem;
	bottom: 0.45rem;
	height: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--rv-primary), var(--rv-accent));
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.28s var(--rv-ease-out);
}
.rv-nav-link:hover::after,
.rv-nav-link:focus-visible::after {
	transform: scaleX(1);
}

/* Boutons header */
.rv-btn-ghost {
	background: transparent;
	border: 1px solid rgba(15, 23, 42, 0.16);
	color: var(--rv-text);
}
.rv-btn-ghost:hover {
	border-color: var(--rv-primary);
	color: var(--rv-primary);
	background: rgba(13, 101, 94, 0.05);
}
.rv-btn-cta {
	box-shadow: 0 6px 18px -4px rgba(245, 158, 18, 0.55);
}
.rv-btn-cta:hover {
	box-shadow: 0 10px 26px -6px rgba(245, 158, 18, 0.65);
}

/* Variante posée sur hero sombre : fond raccord avec le haut du hero,
   liens blancs, logo blanc — bascule en verre clair au scroll. */
.rv-pub-header.is-theme-dark:not(.is-scrolled) .rv-pub-navbar {
	background: var(--rv-hero-top);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	border-bottom-color: transparent;
}
.rv-pub-header.is-theme-dark:not(.is-scrolled) .rv-pub-logo .rv-logo-on-light { display: none; }
.rv-pub-header.is-theme-dark:not(.is-scrolled) .rv-pub-logo .rv-logo-on-dark { display: block; }
.rv-pub-header.is-theme-dark:not(.is-scrolled) .rv-nav-link {
	color: rgba(255, 255, 255, 0.88);
}
.rv-pub-header.is-theme-dark:not(.is-scrolled) .rv-pub-navbar a.navbar-item:hover,
.rv-pub-header.is-theme-dark:not(.is-scrolled) .rv-pub-navbar a.navbar-item:focus {
	color: #fff;
}
.rv-pub-header.is-theme-dark:not(.is-scrolled) .rv-nav-link::after {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), var(--rv-accent));
}
.rv-pub-header.is-theme-dark:not(.is-scrolled) .rv-btn-ghost {
	border-color: rgba(255, 255, 255, 0.32);
	color: #fff;
}
.rv-pub-header.is-theme-dark:not(.is-scrolled) .rv-btn-ghost:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}
.rv-pub-header.is-theme-dark:not(.is-scrolled) .navbar-burger {
	color: #fff;
}

/* Burger */
.rv-pub-header .navbar-burger {
	color: var(--rv-text);
	background: transparent;
	border: none;
	cursor: pointer;
}
.rv-pub-header .navbar-brand {
	position: relative;
	z-index: 60;
}

/* Menu mobile plein écran : overlay teal, liens géants, stagger */
@media screen and (max-width: 1023px) {
	/* IMPORTANT : pas de backdrop-filter sur la navbar en mobile — il créerait
	   un containing block qui piégerait l'overlay position:fixed du menu. */
	.rv-pub-navbar,
	.rv-pub-header.is-scrolled .rv-pub-navbar {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
	.rv-pub-navbar {
		background: rgba(248, 250, 252, 0.97);
	}
	.rv-pub-header.is-scrolled .rv-pub-navbar {
		background: rgba(255, 255, 255, 0.97);
	}
	.rv-pub-header.is-theme-dark:not(.is-scrolled) .rv-pub-navbar {
		background: var(--rv-hero-top);
	}
	.rv-menu-open .rv-pub-header .rv-pub-navbar,
	.rv-menu-open .rv-pub-header.is-scrolled .rv-pub-navbar {
		background: transparent;
		box-shadow: none;
		border-bottom-color: transparent;
	}
	.rv-pub-header .navbar-menu {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: fixed;
		inset: 0;
		z-index: 55;
		padding: 7rem 2rem 3rem;
		background:
			radial-gradient(720px 420px at 90% -10%, rgba(245, 158, 18, 0.14), transparent 60%),
			linear-gradient(168deg, var(--rv-hero-top) 0%, var(--rv-hero-bottom) 100%);
		box-shadow: none;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.32s ease, visibility 0.32s;
	}
	.rv-pub-header .navbar-menu.is-active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.rv-pub-menu .navbar-item {
		background: transparent;
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.4s var(--rv-ease-out), transform 0.4s var(--rv-ease-out), color 0.2s ease;
	}
	.rv-pub-menu.is-active .navbar-item {
		opacity: 1;
		transform: none;
	}
	.rv-pub-menu-links .navbar-item:nth-child(1) { transition-delay: 0.08s; }
	.rv-pub-menu-links .navbar-item:nth-child(2) { transition-delay: 0.15s; }
	.rv-pub-menu-links .navbar-item:nth-child(3) { transition-delay: 0.22s; }
	.rv-pub-menu-links .navbar-item:nth-child(4) { transition-delay: 0.29s; }
	.rv-pub-menu-actions { transition-delay: 0.38s; }
	.rv-pub-menu .rv-nav-link {
		font-size: clamp(1.7rem, 7vw, 2.3rem);
		font-weight: 700;
		letter-spacing: -0.02em;
		color: #fff;
		padding: 0.65rem 0;
	}
	.rv-pub-menu .rv-nav-link::after {
		left: 0;
		right: auto;
		width: 44px;
		bottom: 0.35rem;
		background: var(--rv-accent);
	}
	.rv-pub-menu .navbar-item:hover,
	.rv-pub-menu a.navbar-item:hover {
		background: transparent;
		color: #fff;
	}
	.rv-pub-menu-actions .buttons {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 0.75rem;
	}
	.rv-pub-menu-actions .button {
		width: 100%;
		height: 3.2em;
		font-size: 1.05rem;
	}
	.rv-pub-menu-actions .rv-btn-ghost {
		border-color: rgba(255, 255, 255, 0.35);
		color: #fff;
	}
	/* Menu ouvert : logo blanc + burger blanc au-dessus de l'overlay */
	.rv-menu-open .rv-pub-logo .rv-logo-on-light { display: none; }
	.rv-menu-open .rv-pub-logo .rv-logo-on-dark { display: block; }
	.rv-menu-open .rv-pub-header .navbar-burger { color: #fff; }
	.rv-menu-open .rv-pub-header .rv-pub-navbar {
		background: transparent;
		box-shadow: none;
		border-bottom-color: transparent;
	}
}
html.rv-menu-open,
html.rv-menu-open body {
	overflow: hidden;
}

/* ============================================================
   Hero sombre — dégradé teal profond, aurora CSS pur, grille en
   filigrane, texte blanc géant, mockup verre + chips flottantes
   ============================================================ */
.rv-hero {
	position: relative;
	background: linear-gradient(168deg, var(--rv-hero-top) 0%, var(--rv-hero-bottom) 72%, #0F756C 100%);
	color: #fff;
	padding: 5.5rem 1.5rem 0;
	overflow: hidden;
	isolation: isolate;
}
/* Grille en filigrane */
.rv-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 44px 44px;
	-webkit-mask-image: radial-gradient(1200px 720px at 50% 0%, #000 30%, transparent 90%);
	mask-image: radial-gradient(1200px 720px at 50% 0%, #000 30%, transparent 90%);
}
/* Aurora : deux nappes radiales qui dérivent lentement (transform only) */
.rv-hero-aurora {
	position: absolute;
	inset: -20%;
	z-index: -3;
	pointer-events: none;
}
.rv-hero-aurora::before,
.rv-hero-aurora::after {
	content: "";
	position: absolute;
	width: 58%;
	height: 62%;
	border-radius: 50%;
	filter: blur(70px);
	will-change: transform;
}
.rv-hero-aurora::before {
	top: 4%;
	right: -6%;
	background: radial-gradient(closest-side, rgba(20, 184, 166, 0.34), transparent 72%);
	animation: rv-aurora-a 19s ease-in-out infinite alternate;
}
.rv-hero-aurora::after {
	bottom: -8%;
	left: -10%;
	background: radial-gradient(closest-side, rgba(245, 158, 18, 0.17), transparent 72%);
	animation: rv-aurora-b 23s ease-in-out infinite alternate;
}
@keyframes rv-aurora-a {
	from { transform: translate3d(0, 0, 0) scale(1); }
	to { transform: translate3d(-9%, 7%, 0) scale(1.18); }
}
@keyframes rv-aurora-b {
	from { transform: translate3d(0, 0, 0) scale(1.05); }
	to { transform: translate3d(10%, -6%, 0) scale(0.94); }
}
.rv-hero-inner {
	padding-bottom: 4.5rem;
}
.rv-hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 0.35rem 0.95rem;
	border-radius: 999px;
	margin-bottom: 1.5rem;
}
.rv-hero-kicker::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--rv-accent);
	box-shadow: 0 0 0 3px rgba(245, 158, 18, 0.25);
}
.rv-hero-title {
	font-size: clamp(2.4rem, 4.8vw, 4.35rem);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.035em;
	color: #fff;
	margin-bottom: 1.5rem;
	text-wrap: balance;
}
.rv-hero-title .is-accented {
	color: var(--rv-accent);
}
.rv-hero-sub {
	font-size: 1.16rem;
	color: rgba(255, 255, 255, 0.78);
	max-width: 540px;
	margin-bottom: 2.25rem;
	line-height: 1.65;
}
.rv-hero-sub strong {
	color: #fff;
	font-weight: 600;
}
.rv-hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-bottom: 1.1rem;
}
.rv-hero-ctas .button {
	height: 3.1em;
	padding-left: 1.6em;
	padding-right: 1.6em;
	font-weight: 700;
}
.rv-hero-ctas .button.is-accent {
	box-shadow: 0 10px 30px -6px rgba(245, 158, 18, 0.55);
}
.rv-hero-ctas .button.is-accent:hover {
	box-shadow: 0 14px 36px -6px rgba(245, 158, 18, 0.65);
}
.rv-hero-ctas .rv-btn-hero-ghost {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.32);
	color: #fff;
}
.rv-hero-ctas .rv-btn-hero-ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}
.rv-hero-note {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.74);
}

/* Colonne visuelle : mockup + chips d'indices en lévitation */
.rv-hero-visual {
	position: relative;
	padding: 1.5rem 0;
}
.rv-chip {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: baseline;
	gap: 0.5rem;
	font-family: var(--rv-mono);
	font-size: 0.8rem;
	color: #fff;
	background: rgba(11, 74, 68, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 34px -12px rgba(4, 24, 22, 0.6);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	border-radius: 10px;
	padding: 0.5rem 0.8rem;
	animation: rv-float 6.5s ease-in-out infinite;
	will-change: transform;
}
.rv-chip .rv-chip-code {
	font-weight: 700;
	letter-spacing: 0.02em;
}
.rv-chip .rv-chip-value {
	color: #FBBF24; /* ambre éclairci : AA sur fond teal sombre */
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}
.rv-chip.is-1 { top: -0.25rem; left: -1.5rem; animation-delay: 0s; }
.rv-chip.is-2 { top: 34%; right: -2.25rem; animation-delay: -2.2s; }
.rv-chip.is-3 { bottom: 6%; left: -3rem; animation-delay: -4.1s; }
@keyframes rv-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-11px); }
}

/* Mockup carte de révision (HTML/CSS pur) — verre, ombre longue teal,
   perspective légère type tilt statique */
.rv-mockup {
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 18px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 2px 8px rgba(4, 24, 22, 0.25),
		0 48px 90px -18px rgba(3, 22, 20, 0.55);
	padding: 1.6rem;
	max-width: 430px;
	margin: 0 auto;
	color: var(--rv-text);
	/* tilt statique en variable, composable avec l'animation d'entrée */
	--rv-mock-t: perspective(1200px) rotateY(-5deg) rotateX(1.5deg);
	transform: var(--rv-mock-t);
}
/* Badge « Prête » vivant : halo pulsé sur le point de statut */
@keyframes rv-ping {
	0% { box-shadow: 0 0 0 0 rgba(29, 78, 216, 0.35); }
	70%, 100% { box-shadow: 0 0 0 7px rgba(29, 78, 216, 0); }
}
.rv-mockup .rv-status.is-ready::before {
	animation: rv-ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.rv-mockup-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}
.rv-mockup-ref {
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--rv-text-soft);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: var(--rv-mono);
}
.rv-mockup-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0.55rem 0;
	border-bottom: 1px dashed var(--rv-border);
	font-size: 0.95rem;
}
.rv-mockup-row:last-of-type {
	border-bottom: none;
}
.rv-mockup-row .rv-mockup-label {
	color: var(--rv-text-soft);
}
.rv-mockup-row .rv-mockup-value {
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}
.rv-mockup-result {
	background: var(--rv-primary-soft);
	border: 1px solid rgba(13, 101, 94, 0.14);
	border-radius: 12px;
	padding: 0.9rem 1.05rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
}
.rv-mockup-result .rv-mockup-new {
	font-size: 1.4rem;
	font-weight: 800;
	color: var(--rv-primary-dark);
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.02em;
}
.rv-mockup-delta {
	color: var(--rv-success);
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}
.rv-mockup-footer {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1rem;
	font-size: 0.78rem;
	color: var(--rv-text-soft);
}
.rv-mockup-qr {
	width: 34px;
	height: 34px;
	border-radius: 6px;
	flex-shrink: 0;
	background:
		conic-gradient(var(--rv-text) 25%, transparent 0 50%, var(--rv-text) 0 75%, transparent 0) 0 0 / 12px 12px,
		repeating-linear-gradient(90deg, var(--rv-text) 0 3px, transparent 3px 6px);
	opacity: 0.75;
}

/* ---------- Marquee des indices suivis (bandeau de preuve) ---------- */
.rv-marquee {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 1.1rem 0;
	overflow: hidden;
	/* fondu latéral */
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.rv-marquee-track {
	display: flex;
	width: max-content;
	animation: rv-marquee 46s linear infinite;
	will-change: transform;
}
.rv-marquee:hover .rv-marquee-track {
	animation-play-state: paused;
}
@keyframes rv-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}
.rv-marquee-group {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding-right: 0.85rem;
	margin: 0;
}
.rv-marquee .rv-mchip {
	display: inline-flex;
	align-items: baseline;
	gap: 0.5rem;
	font-family: var(--rv-mono);
	font-size: 0.78rem;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.82);
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	padding: 0.4rem 0.7rem;
}
.rv-marquee .rv-mchip strong {
	color: #fff;
	font-weight: 700;
}
.rv-marquee .rv-mchip .rv-mchip-value {
	color: #FBBF24; /* ambre éclairci : AA sur fond teal sombre */
	font-variant-numeric: tabular-nums;
}

/* ============================================================
   Bandeau chiffres — très gros, teal sur fond clair
   ============================================================ */
.rv-stats-band {
	background: var(--rv-bg);
	border-bottom: 1px solid var(--rv-border);
	padding: 4.5rem 1.5rem;
}
.rv-stats-band .rv-stat {
	text-align: center;
}
.rv-stats-band .rv-stat-value {
	font-size: clamp(3rem, 7vw, 4.8rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: var(--rv-primary-dark);
	font-variant-numeric: tabular-nums;
}
.rv-stats-band .rv-stat-label {
	font-size: 0.92rem;
	color: var(--rv-text-soft);
	margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
	.rv-stats-band .column + .column {
		border-left: 1px solid var(--rv-border);
	}
}

/* ============================================================
   Audit-lite — LE convertisseur : section sombre, titre choc,
   carte XXL. Les ids/hooks du formulaire ne changent pas.
   ============================================================ */
.rv-pub-section.is-audit {
	position: relative;
	background:
		radial-gradient(900px 480px at 85% -10%, rgba(245, 158, 18, 0.13), transparent 60%),
		radial-gradient(760px 420px at 8% 108%, rgba(20, 184, 166, 0.2), transparent 62%),
		linear-gradient(160deg, var(--rv-hero-top) 0%, var(--rv-hero-bottom) 100%);
	overflow: hidden;
	padding: 6.5rem 1.5rem;
}
.rv-pub-section.is-audit .rv-pub-section-title {
	color: #fff;
	font-size: clamp(2.3rem, 5.2vw, 3.7rem);
	letter-spacing: -0.035em;
}
.rv-pub-section.is-audit .rv-pub-section-sub {
	color: rgba(255, 255, 255, 0.75);
}
.rv-audit-card {
	background: var(--rv-surface);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 22px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 3px 10px rgba(3, 22, 20, 0.25),
		0 44px 96px -18px rgba(3, 22, 20, 0.55);
	padding: 2.75rem 3rem;
	max-width: 960px;
	margin: 0 auto;
}
.rv-audit-card .label {
	color: var(--rv-text);
	font-weight: 600;
	font-size: 0.88rem;
}
.rv-audit-card .input,
.rv-audit-card .select,
.rv-audit-card .select select,
.rv-audit-card .button.is-static {
	height: 3.1em;
}
.rv-audit-card .input,
.rv-audit-card .select select {
	font-size: 1rem;
}
.rv-audit-card .button.is-accent {
	height: 3.1em;
	padding-left: 1.8em;
	padding-right: 1.8em;
	font-size: 1rem;
	font-weight: 700;
	box-shadow: 0 8px 24px -6px rgba(245, 158, 18, 0.55);
}
.rv-audit-card .button.is-accent:hover {
	box-shadow: 0 12px 30px -6px rgba(245, 158, 18, 0.65);
}
.rv-audit-result {
	display: none;
	margin-top: 1.5rem;
	border-top: 1px solid var(--rv-border);
	padding-top: 1.75rem;
}
.rv-audit-result.is-visible {
	display: block;
}
.rv-audit-big {
	font-size: clamp(1.7rem, 3.8vw, 2.6rem);
	font-weight: 800;
	color: var(--rv-text);
	letter-spacing: -0.02em;
	text-align: center;
	margin-bottom: 0.5rem;
}
.rv-audit-big.is-ok {
	color: var(--rv-success);
}
/* Le montant du manque à gagner : en gros, en ambre, chiffres tabulaires */
.rv-audit-big .rv-audit-amount {
	color: #D97706;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}
.rv-audit-detail {
	font-size: 0.98rem;
	color: var(--rv-text-soft);
	text-align: center;
	max-width: 640px;
	margin: 0 auto 1.4rem;
	line-height: 1.65;
}
.rv-audit-detail strong {
	color: var(--rv-text);
}
.rv-audit-submit-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 0.85rem;
}
.rv-audit-share {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	margin-top: 1rem;
}
.rv-audit-disclaimer {
	font-size: 0.75rem;
	color: var(--rv-text-soft);
	text-align: center;
	margin-top: 1rem;
}
.rv-pub-section.is-audit .rv-audit-note {
	text-align: center;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.74);
	margin-top: 1.5rem;
}

/* ============================================================
   Comment ça marche — timeline verticale storytelling (GSAP) :
   ligne qui se dessine au scroll, étapes qui s'illuminent.
   Sans GSAP / en mouvement réduit : tout est visible, statique.
   ============================================================ */
.rv-timeline {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}
.rv-tl-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
	overflow: visible;
}
.rv-tl-line .rv-tl-line-bg {
	stroke: var(--rv-border);
	stroke-width: 2;
	fill: none;
}
.rv-tl-line .rv-tl-line-draw {
	stroke: var(--rv-primary);
	stroke-width: 2;
	fill: none;
}
.rv-tl-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
}
.rv-tl-step {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 72px 1fr;
	align-items: center;
}
.rv-tl-marker {
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--rv-surface);
	border: 2px solid var(--rv-border);
	color: var(--rv-text-soft);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}
.rv-tl-card {
	grid-row: 1;
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: 16px;
	padding: 1.9rem 1.9rem 1.6rem;
	box-shadow: var(--rv-shadow-sm);
	transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.rv-tl-step:nth-child(odd) .rv-tl-card { grid-column: 1; }
.rv-tl-step:nth-child(even) .rv-tl-card { grid-column: 3; }
.rv-tl-step.is-lit .rv-tl-marker {
	background: var(--rv-primary);
	border-color: var(--rv-primary);
	color: #fff;
	box-shadow: 0 0 0 6px rgba(13, 101, 94, 0.14);
}
.rv-tl-step.is-lit .rv-tl-card {
	border-color: rgba(13, 101, 94, 0.4);
	box-shadow: 0 18px 44px -16px rgba(11, 74, 68, 0.3);
}
.rv-tl-title {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin-bottom: 0.5rem;
}
.rv-tl-text {
	font-size: 0.95rem;
	color: var(--rv-text-soft);
	line-height: 1.6;
	margin-bottom: 1.1rem;
}
/* Mini-visuels monospace de chaque étape */
.rv-tl-visual {
	font-family: var(--rv-mono);
	font-size: 0.78rem;
	background: var(--rv-bg);
	border: 1px solid var(--rv-border);
	border-radius: 10px;
	padding: 0.7rem 0.9rem;
	color: var(--rv-text);
	display: flex;
	align-items: center;
	gap: 0.6rem;
	flex-wrap: wrap;
	font-variant-numeric: tabular-nums;
}
.rv-tl-visual .rv-tl-tag {
	background: var(--rv-primary-soft);
	color: var(--rv-primary-dark);
	border-radius: 6px;
	padding: 0.15rem 0.5rem;
	font-weight: 600;
	white-space: nowrap;
}
.rv-tl-visual .rv-tl-tag.is-amber {
	background: var(--rv-accent-soft);
	color: #92400E;
}
.rv-tl-visual .rv-tl-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--rv-success);
	flex-shrink: 0;
}
.rv-tl-step.is-lit .rv-tl-visual .rv-tl-dot {
	animation: rv-ping-green 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes rv-ping-green {
	0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.4); }
	70%, 100% { box-shadow: 0 0 0 7px rgba(22, 163, 74, 0); }
}
.rv-tl-visual .rv-tl-arrow {
	color: var(--rv-text-soft);
}
@media screen and (max-width: 768px) {
	.rv-tl-line {
		left: 22px;
		transform: none;
	}
	.rv-tl-step {
		grid-template-columns: 46px 1fr;
		column-gap: 1.1rem;
		align-items: start;
	}
	.rv-tl-marker {
		grid-column: 1;
		width: 40px;
		height: 40px;
	}
	.rv-tl-step:nth-child(odd) .rv-tl-card,
	.rv-tl-step:nth-child(even) .rv-tl-card {
		grid-column: 2;
	}
	.rv-tl-steps {
		gap: 2.25rem;
	}
}

/* ============================================================
   Cartes fonctionnalités — icônes SVG dessinées, hover 3D subtil
   avec ombre directionnelle
   ============================================================ */
.rv-feature {
	position: relative;
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: 14px;
	padding: 1.9rem 1.65rem;
	height: 100%;
	transition: transform 0.28s var(--rv-ease-out), box-shadow 0.28s var(--rv-ease-out), border-color 0.28s ease;
	overflow: hidden;
}
/* liseré dégradé qui apparaît au survol */
.rv-feature::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--rv-primary), var(--rv-primary-light) 55%, var(--rv-accent));
	opacity: 0;
	transition: opacity 0.28s ease;
}
.rv-feature:hover {
	transform: translateY(-6px);
	border-color: rgba(13, 101, 94, 0.35);
	box-shadow: 0 24px 48px -16px rgba(11, 74, 68, 0.28), 0 4px 12px -4px rgba(15, 23, 42, 0.08);
}
.rv-feature:hover::before {
	opacity: 1;
}
.rv-feature-icon {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: var(--rv-primary-soft);
	border: 1px solid rgba(13, 101, 94, 0.14);
	color: var(--rv-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.1rem;
	transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s var(--rv-ease-out);
}
.rv-feature-icon svg {
	width: 24px;
	height: 24px;
	display: block;
}
.rv-feature:hover .rv-feature-icon {
	background: var(--rv-primary);
	color: #fff;
	transform: translateY(-2px);
}
.rv-feature-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--rv-text);
	letter-spacing: -0.01em;
	margin-bottom: 0.5rem;
}
.rv-feature-text {
	font-size: 0.92rem;
	color: var(--rv-text-soft);
	line-height: 1.6;
}

/* ============================================================
   La preuve — mock CSS d'un justificatif A4 avec tampon vérifiable
   ============================================================ */
/* La section preuve clippe le débord du document en attente de reveal
   (état initial GSAP légèrement pivoté) */
#preuve {
	overflow: hidden;
}
.rv-proof-grid {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
	gap: 4rem;
	align-items: center;
	max-width: 1080px;
	margin: 0 auto;
}
.rv-proof-copy .rv-pub-section-title {
	text-align: left;
}
.rv-proof-copy .rv-proof-lead {
	font-size: 1.05rem;
	color: var(--rv-text-soft);
	line-height: 1.65;
	margin-bottom: 1.75rem;
}
.rv-proof-list {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}
.rv-proof-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	font-size: 0.96rem;
	line-height: 1.5;
}
.rv-proof-list li strong {
	color: var(--rv-text);
}
.rv-proof-check {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--rv-primary-soft);
	color: var(--rv-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.1rem;
}
.rv-proof-check svg {
	width: 12px;
	height: 12px;
}
/* Le document A4 */
.rv-proof-doc-wrap {
	position: relative;
	display: flex;
	justify-content: center;
}
.rv-proof-doc {
	position: relative;
	width: min(360px, 100%);
	aspect-ratio: 210 / 260;
	background: #fff;
	border: 1px solid var(--rv-border);
	border-radius: 8px;
	box-shadow:
		0 2px 6px rgba(15, 23, 42, 0.08),
		0 40px 80px -24px rgba(11, 74, 68, 0.4);
	padding: 1.6rem 1.7rem;
	transform: rotate(1.75deg);
	font-size: 0.72rem;
	color: var(--rv-text-soft);
	overflow: hidden;
}
.rv-proof-doc-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid var(--rv-primary);
	padding-bottom: 0.7rem;
	margin-bottom: 0.9rem;
}
.rv-proof-doc-head img {
	height: 20px;
	width: auto;
}
.rv-proof-doc-head .rv-proof-doc-ref {
	font-family: var(--rv-mono);
	font-size: 0.62rem;
	color: var(--rv-text-soft);
}
.rv-proof-doc-title {
	font-size: 0.86rem;
	font-weight: 700;
	color: var(--rv-text);
	margin-bottom: 0.8rem;
}
.rv-proof-doc-row {
	display: flex;
	justify-content: space-between;
	padding: 0.32rem 0;
	border-bottom: 1px dashed var(--rv-border);
	font-variant-numeric: tabular-nums;
}
.rv-proof-doc-row strong {
	color: var(--rv-text);
	font-weight: 600;
}
.rv-proof-doc-formula {
	font-family: var(--rv-mono);
	font-size: 0.64rem;
	background: var(--rv-bg);
	border: 1px solid var(--rv-border);
	border-radius: 6px;
	padding: 0.55rem 0.7rem;
	margin: 0.9rem 0;
	color: var(--rv-text);
	font-variant-numeric: tabular-nums;
}
.rv-proof-doc-foot {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-top: 0.9rem;
}
.rv-proof-doc-foot .rv-mockup-qr {
	width: 30px;
	height: 30px;
}
.rv-proof-doc-foot span {
	font-size: 0.6rem;
	line-height: 1.45;
}
/* Tampon « Vérifié » */
.rv-proof-stamp {
	position: absolute;
	right: 1.1rem;
	bottom: 2.6rem;
	width: 88px;
	height: 88px;
	border: 3px solid var(--rv-success);
	border-radius: 50%;
	color: var(--rv-success);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.15rem;
	font-size: 0.56rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	transform: rotate(-14deg);
	background: rgba(220, 252, 231, 0.5);
	box-shadow: inset 0 0 0 1px rgba(22, 163, 74, 0.25);
}
.rv-proof-stamp svg {
	width: 22px;
	height: 22px;
}
@media screen and (max-width: 900px) {
	.rv-proof-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
	.rv-proof-doc {
		transform: rotate(0deg);
	}
}

/* ---------- Confiance ---------- */
.rv-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}
.rv-trust-item {
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: 999px;
	padding: 0.65rem 1.3rem;
	font-size: 0.9rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	box-shadow: var(--rv-shadow-sm);
}
.rv-trust-item .rv-trust-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--rv-success);
}

/* ============================================================
   Pricing — cartes premium, plan Pro mis en scène (carte sombre)
   ============================================================ */
.rv-plan {
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: 16px;
	padding: 1.9rem 1.6rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: var(--rv-shadow-sm);
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s var(--rv-ease-out);
}
.rv-plan:hover {
	border-color: rgba(13, 101, 94, 0.4);
	transform: translateY(-4px);
	box-shadow: 0 18px 40px -14px rgba(11, 74, 68, 0.22);
}
.rv-plan.is-featured {
	position: relative;
	background:
		radial-gradient(360px 220px at 85% -10%, rgba(245, 158, 18, 0.16), transparent 62%),
		linear-gradient(165deg, var(--rv-hero-top) 0%, var(--rv-hero-bottom) 100%);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
	box-shadow: 0 28px 60px -18px rgba(11, 74, 68, 0.55);
	transform: scale(1.04);
}
.rv-plan.is-featured:hover {
	transform: scale(1.04) translateY(-4px);
	border-color: rgba(255, 255, 255, 0.28);
}
@media screen and (max-width: 768px) {
	.rv-plan.is-featured,
	.rv-plan.is-featured:hover {
		transform: none;
	}
}
.rv-plan-badge {
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--rv-accent);
	color: #422006;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0.28rem 0.85rem;
	border-radius: 999px;
	white-space: nowrap;
	box-shadow: 0 6px 16px -4px rgba(245, 158, 18, 0.6);
}
.rv-plan-name {
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}
.rv-plan-price {
	font-size: 2.15rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	font-variant-numeric: tabular-nums;
}
.rv-plan-price .rv-plan-per {
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--rv-text-soft);
}
.rv-plan-extra {
	font-size: 0.82rem;
	color: var(--rv-text-soft);
	min-height: 1.2rem;
	margin-bottom: 1rem;
}
.rv-plan-features {
	font-size: 0.9rem;
	line-height: 1.95;
	color: var(--rv-text);
	flex: 1;
	margin-bottom: 1.4rem;
}
.rv-plan-features li::before {
	content: "\2713\00a0\00a0";
	color: var(--rv-primary);
	font-weight: 700;
}
.rv-plan-features li.is-muted {
	color: var(--rv-text-soft);
}
.rv-plan-features li.is-muted::before {
	content: "\2013\00a0\00a0";
	color: var(--rv-border);
}
/* Déclinaison sombre du plan vedette */
.rv-plan.is-featured .rv-plan-name { color: #fff; }
.rv-plan.is-featured .rv-plan-price { color: #fff; }
.rv-plan.is-featured .rv-plan-price .rv-plan-per { color: rgba(255, 255, 255, 0.65); }
.rv-plan.is-featured .rv-plan-extra { color: rgba(255, 255, 255, 0.65); }
.rv-plan.is-featured .rv-plan-features { color: rgba(255, 255, 255, 0.92); }
.rv-plan.is-featured .rv-plan-features li::before { color: var(--rv-accent); }
.rv-plan.is-featured .button.is-primary:not(.is-outlined) {
	background: var(--rv-accent);
	border-color: transparent;
	color: #422006;
	font-weight: 700;
	box-shadow: 0 8px 22px -6px rgba(245, 158, 18, 0.6);
}
.rv-plan.is-featured .button.is-primary:not(.is-outlined):hover {
	background: #FBAD2E;
	color: #422006;
	box-shadow: 0 12px 28px -6px rgba(245, 158, 18, 0.7);
}

/* En-tête de la page tarifs */
.rv-pricing-hero {
	background:
		radial-gradient(880px 380px at 80% -30%, rgba(20, 184, 166, 0.12), transparent 62%),
		linear-gradient(180deg, #F0FDFA 0%, var(--rv-bg) 55%);
}
.rv-pricing-hero .rv-kicker {
	display: flex;
	justify-content: center;
}
.rv-pricing-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 2.75rem;
	font-weight: 600;
}
.rv-pricing-toggle .rv-toggle-save {
	background: var(--rv-accent-soft);
	color: #92400E;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.15rem 0.6rem;
	border-radius: 999px;
}
.rv-switch {
	position: relative;
	width: 52px;
	height: 28px;
	border-radius: 999px;
	background: #CBD5E1;
	border: none;
	cursor: pointer;
	transition: background 0.2s ease;
	flex-shrink: 0;
}
.rv-switch:hover {
	background: #94A3B8;
}
.rv-switch.is-annual:hover {
	background: var(--rv-primary-dark);
}
.rv-switch::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.25);
	transition: left 0.2s ease;
}
.rv-switch.is-annual {
	background: var(--rv-primary);
}
.rv-switch.is-annual::after {
	left: 27px;
}
.rv-addon {
	background: var(--rv-primary-soft);
	border: 1px dashed var(--rv-primary);
	border-radius: 12px;
	padding: 1.25rem 1.5rem;
	max-width: 720px;
	margin: 2.5rem auto 0;
	text-align: center;
	font-size: 0.95rem;
}

/* ---------- FAQ ---------- */
.rv-faq {
	max-width: 760px;
	margin: 0 auto;
}
.rv-faq details {
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: 12px;
	padding: 1.05rem 1.3rem;
	margin-bottom: 0.75rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.rv-faq details:hover {
	border-color: rgba(13, 101, 94, 0.35);
}
.rv-faq details[open] {
	border-color: rgba(13, 101, 94, 0.35);
	box-shadow: 0 10px 28px -14px rgba(11, 74, 68, 0.25);
}
.rv-faq summary {
	font-weight: 600;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}
.rv-faq summary::-webkit-details-marker {
	display: none;
}
.rv-faq summary::after {
	content: "+";
	font-size: 1.3rem;
	font-weight: 400;
	color: var(--rv-primary);
	flex-shrink: 0;
	transition: transform 0.25s var(--rv-ease-out);
}
.rv-faq details[open] summary::after {
	content: "+";
	transform: rotate(45deg);
}
.rv-faq .rv-faq-answer {
	padding-top: 0.75rem;
	font-size: 0.93rem;
	color: var(--rv-text-soft);
	line-height: 1.6;
}

/* ============================================================
   CTA final plein écran — sombre, logo dark, bouton ambre géant
   (.rv-final = landing ; .rv-cta-final = encart des autres pages)
   ============================================================ */
.rv-final {
	position: relative;
	background:
		radial-gradient(1000px 520px at 50% -20%, rgba(20, 184, 166, 0.22), transparent 62%),
		radial-gradient(720px 380px at 88% 110%, rgba(245, 158, 18, 0.12), transparent 60%),
		linear-gradient(168deg, var(--rv-hero-top) 0%, var(--rv-hero-bottom) 100%);
	color: #fff;
	padding: 7.5rem 1.5rem;
	text-align: center;
	overflow: hidden;
}
.rv-final::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 44px 44px;
	-webkit-mask-image: radial-gradient(900px 560px at 50% 40%, #000 25%, transparent 85%);
	mask-image: radial-gradient(900px 560px at 50% 40%, #000 25%, transparent 85%);
	pointer-events: none;
}
.rv-final > .container {
	position: relative;
}
.rv-final-logo {
	height: 52px;
	width: auto;
	margin-bottom: 2.25rem;
}
.rv-final-title {
	font-size: clamp(1.9rem, 4.4vw, 3.3rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.12;
	color: #fff;
	margin-bottom: 1rem;
	text-wrap: balance;
}
.rv-final-sub {
	font-size: 1.08rem;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 2.5rem;
}
.rv-final .button.is-accent {
	height: 3.6em;
	padding-left: 2.4em;
	padding-right: 2.4em;
	font-size: 1.15rem;
	font-weight: 700;
	box-shadow: 0 16px 44px -10px rgba(245, 158, 18, 0.7);
}
.rv-final .button.is-accent:hover {
	box-shadow: 0 20px 52px -10px rgba(245, 158, 18, 0.8);
}
.rv-final-note {
	margin-top: 1.25rem;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.74);
}

/* Encart CTA réutilisable (pricing, fiches indices…) */
.rv-cta-final {
	background:
		radial-gradient(600px 280px at 85% -20%, rgba(255, 255, 255, 0.1), transparent 60%),
		linear-gradient(140deg, var(--rv-hero-top) 0%, var(--rv-hero-bottom) 100%);
	color: #fff;
	border-radius: 20px;
	padding: 4rem 2rem;
	text-align: center;
	box-shadow: 0 28px 64px -16px rgba(11, 74, 68, 0.45);
}
.rv-cta-final .button.is-accent {
	box-shadow: 0 10px 28px -8px rgba(4, 24, 22, 0.5);
}
.rv-cta-final .rv-cta-title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	margin-bottom: 0.75rem;
	color: #fff;
}
.rv-cta-final p {
	opacity: 0.88;
	margin-bottom: 1.5rem;
}

/* ---------- Pages indices (hub + fiche) ---------- */
.rv-index-cat-title {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 2.25rem 0 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--rv-primary-soft);
}
.rv-index-card {
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: 12px;
	padding: 1rem 1.25rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s var(--rv-ease-out);
}
.rv-index-card:hover {
	border-color: rgba(13, 101, 94, 0.45);
	transform: translateY(-3px);
	box-shadow: 0 14px 32px -12px rgba(11, 74, 68, 0.25);
}
.rv-index-card .rv-index-code {
	font-weight: 700;
	font-family: var(--rv-mono);
	font-size: 0.92rem;
	color: var(--rv-primary-dark);
}
.rv-index-card .rv-index-label {
	font-size: 0.82rem;
	color: var(--rv-text-soft);
	line-height: 1.4;
	margin: 0.25rem 0 0.75rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.rv-index-card .rv-index-value {
	font-size: 1.15rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}
.rv-index-card .rv-index-period {
	font-size: 0.75rem;
	color: var(--rv-text-soft);
}
.rv-index-hero-value {
	font-size: clamp(2.4rem, 5vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	font-variant-numeric: tabular-nums;
	color: var(--rv-primary-dark);
	line-height: 1.1;
}
.rv-index-hero-var {
	font-size: 1.05rem;
	font-weight: 700;
}
.rv-index-hero-var.is-up { color: var(--rv-success); }
.rv-index-hero-var.is-down { color: var(--rv-danger); }
.rv-index-meta {
	font-size: 0.88rem;
	color: var(--rv-text-soft);
}
.rv-index-meta dt {
	font-weight: 600;
	color: var(--rv-text);
}
.rv-index-meta dd {
	margin: 0 0 0.6rem;
}
.rv-chart-wrap {
	position: relative;
	height: 320px;
}
.rv-values-table-wrap {
	max-height: 420px;
	overflow-y: auto;
}
.rv-discontinued-banner {
	background: var(--rv-accent-soft);
	border: 1px solid var(--rv-accent);
	border-radius: 10px;
	padding: 0.9rem 1.25rem;
	font-size: 0.92rem;
	margin-bottom: 1.5rem;
}

/* ---------- Calculateur des fiches indices ---------- */
.rv-calc-result {
	display: none;
	background: var(--rv-primary-soft);
	border-radius: 10px;
	padding: 1.25rem;
	margin-top: 1.25rem;
}
.rv-calc-result.is-visible {
	display: block;
}
.rv-calc-result .rv-calc-new {
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--rv-primary-dark);
	font-variant-numeric: tabular-nums;
}
.rv-calc-formula {
	font-size: 0.85rem;
	color: var(--rv-text-soft);
	font-variant-numeric: tabular-nums;
	font-family: var(--rv-mono);
}

/* ---------- Page de vérification ---------- */
.rv-verify-ok {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	background: #DCFCE7;
	color: #15803D;
	font-weight: 700;
	padding: 0.6rem 1.25rem;
	border-radius: 999px;
	margin-bottom: 1.5rem;
}
.rv-verify-neutral {
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: 12px;
	padding: 2.5rem;
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
}

/* ---------- Pages légales / contenu ---------- */
.rv-legal-content {
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: 12px;
	padding: 2.5rem;
	max-width: 860px;
	margin: 0 auto;
	line-height: 1.7;
}
.rv-legal-content h2 {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 2rem 0 0.75rem;
}
.rv-legal-content h3 {
	font-size: 1.05rem;
	font-weight: 600;
	margin: 1.25rem 0 0.5rem;
}
.rv-legal-content p,
.rv-legal-content ul {
	margin-bottom: 0.85rem;
	color: #334155;
}
.rv-legal-content ul {
	list-style: disc;
	padding-left: 1.5rem;
}
.rv-legal-content table {
	width: 100%;
	font-size: 0.9rem;
}

/* ---------- Formulaire contact : honeypot ---------- */
.rv-hp-field {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

/* ============================================================
   Footer — 4 colonnes structurées, logo dark, badge France,
   séparation nette (liseré dégradé teal→ambre)
   ============================================================ */
.rv-pub-footer {
	position: relative;
	background: #0B1220;
	color: rgba(255, 255, 255, 0.72);
	padding: 4.75rem 1.5rem 2rem;
	margin-top: 0;
}
.rv-pub-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--rv-primary) 0%, var(--rv-primary-light) 55%, var(--rv-accent) 100%);
}
.rv-pub-footer-logo {
	margin-bottom: 1rem;
}
.rv-pub-footer-logo img {
	height: 38px;
	width: auto;
}
.rv-pub-footer-baseline {
	font-size: 0.9rem;
	line-height: 1.65;
	margin-bottom: 1.4rem;
	max-width: 320px;
	color: rgba(255, 255, 255, 0.6);
}
.rv-pub-footer-title {
	color: #fff;
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	margin-bottom: 1rem;
}
.rv-pub-footer-links {
	font-size: 0.9rem;
	line-height: 2.2;
}
.rv-pub-footer-links a {
	color: rgba(255, 255, 255, 0.72);
	transition: color 0.18s ease;
}
.rv-pub-footer-links a:hover {
	color: var(--rv-accent);
}
.rv-pub-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 3rem;
	padding-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.45);
}
.rv-pub-badge-fr {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.04);
	border-radius: 999px;
	padding: 0.42rem 1rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #fff;
}
.rv-flag {
	width: 18px;
	height: 12px;
	border-radius: 2px;
	background: linear-gradient(90deg, #0055A4 33.3%, #fff 33.3% 66.6%, #EF4135 66.6%);
	display: inline-block;
}

/* ---------- Documentation API ---------- */
.rv-api-doc h2 {
	font-size: 1.3rem;
	font-weight: 700;
	margin: 2.5rem 0 0.75rem;
	padding-bottom: 0.4rem;
	border-bottom: 2px solid var(--rv-primary-soft);
}
.rv-api-doc h3 {
	font-size: 1.05rem;
	font-weight: 600;
	margin: 1.5rem 0 0.5rem;
}
.rv-api-doc p {
	margin-bottom: 0.75rem;
	color: #334155;
	line-height: 1.6;
}
.rv-api-doc pre {
	background: #0B1220;
	color: #E2E8F0;
	border-radius: 10px;
	padding: 1.1rem 1.25rem;
	font-size: 0.82rem;
	line-height: 1.6;
	overflow-x: auto;
	margin-bottom: 1.25rem;
}
.rv-api-doc code {
	background: var(--rv-primary-soft);
	color: var(--rv-primary-dark);
	border-radius: 4px;
	padding: 0.1rem 0.4rem;
	font-size: 0.85em;
}
.rv-api-doc pre code {
	background: transparent;
	color: inherit;
	padding: 0;
}
.rv-api-doc table {
	font-size: 0.88rem;
	margin-bottom: 1.25rem;
}
.rv-verb {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 0.15rem 0.5rem;
	border-radius: 5px;
	letter-spacing: 0.03em;
}
.rv-verb.is-get { background: #DBEAFE; color: #1D4ED8; }
.rv-verb.is-post { background: #DCFCE7; color: #15803D; }

/* ============================================================
   Motion — progressive enhancement (assets/js/public/motion.js)
   Tous les états initiaux cachés sont scopés sous html.js-enabled :
   sans JavaScript (ou en prefers-reduced-motion, où motion.js ne pose
   pas la classe), la page reste entièrement visible et statique.
   Le storytelling GSAP (landing-motion.js) pose ses états lui-même.
   Uniquement opacity / transform / translate — jamais de layout.
   ============================================================ */

@keyframes rv-rise {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: none; }
}

/* ----- Transition de page perçue : fondu du body au chargement ----- */
@keyframes rv-page-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
.js-enabled body {
	animation: rv-page-in 0.35s ease-out both;
}

/* ----- Hero : entrée orchestrée au chargement (landing uniquement) ----- */
.js-enabled .rv-hero-kicker { animation: rv-rise 0.55s cubic-bezier(0.22, 1, 0.36, 1) both; }
.js-enabled .rv-hero-title { animation: rv-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both; }
.js-enabled .rv-hero-sub { animation: rv-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both; }
.js-enabled .rv-hero-ctas { animation: rv-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both; }
.js-enabled .rv-hero-note { animation: rv-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both; }
.js-enabled .rv-hero .rv-mockup { animation: rv-mockup-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both; }
@keyframes rv-mockup-in {
	from { opacity: 0; transform: var(--rv-mock-t, none) translateY(24px); }
	to { opacity: 1; transform: var(--rv-mock-t, none); }
}
/* Chips d'indices : apparition décalée après le mockup */
.js-enabled .rv-hero .rv-chip { animation: rv-float 6.5s ease-in-out infinite, rv-chip-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) both; }
.js-enabled .rv-hero .rv-chip.is-1 { animation-delay: 0s, 1.15s; }
.js-enabled .rv-hero .rv-chip.is-2 { animation-delay: -2.2s, 1.35s; }
.js-enabled .rv-hero .rv-chip.is-3 { animation-delay: -4.1s, 1.55s; }
@keyframes rv-chip-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* Le mockup « se calcule » : head, lignes, coefficient, résultat, footer.
   Enfants dans l'ordre : head (1), 4 lignes (2-5), résultat (6), footer (7).
   motion.js démarre le compteur du montant à l'apparition du bloc résultat,
   puis pose .is-done (delta + badge « Prête » qui s'allume). */
.js-enabled .rv-hero .rv-mockup > * { animation: rv-rise 0.45s ease-out both; }
.js-enabled .rv-hero .rv-mockup > :nth-child(1) { animation-delay: 0.55s; }
.js-enabled .rv-hero .rv-mockup > :nth-child(2) { animation-delay: 0.8s; }
.js-enabled .rv-hero .rv-mockup > :nth-child(3) { animation-delay: 0.95s; }
.js-enabled .rv-hero .rv-mockup > :nth-child(4) { animation-delay: 1.1s; }
.js-enabled .rv-hero .rv-mockup > :nth-child(5) { animation-delay: 1.3s; }
.js-enabled .rv-hero .rv-mockup > :nth-child(6) { animation-delay: 1.55s; }
.js-enabled .rv-hero .rv-mockup > :nth-child(7) { animation-delay: 2.15s; }
.js-enabled .rv-hero .rv-mockup-delta {
	opacity: 0;
	transform: translateY(4px) scale(0.94);
	transition: opacity 0.35s ease, transform 0.35s ease;
}
.js-enabled .rv-hero .rv-mockup.is-done .rv-mockup-delta {
	opacity: 1;
	transform: none;
}
.js-enabled .rv-hero .rv-mockup .rv-status.is-ready {
	opacity: 0.35;
	filter: saturate(0);
	transition: opacity 0.3s ease, filter 0.3s ease;
}
.js-enabled .rv-hero .rv-mockup .rv-status.is-ready::before { animation: none; }
.js-enabled .rv-hero .rv-mockup.is-done .rv-status.is-ready {
	opacity: 1;
	filter: none;
}
.js-enabled .rv-hero .rv-mockup.is-done .rv-status.is-ready::before {
	animation: rv-ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

/* ----- Reveal au scroll (liste alignée avec REVEAL_SELECTOR de motion.js) -----
   translate (propriété indépendante) plutôt que transform : ne casse ni le
   scale(1.04) du plan vedette ni les translateY de hover. */
.js-enabled :is(.rv-pub-section-title, .rv-pub-section-sub, .rv-audit-card,
	.rv-step, .rv-feature, .rv-trust-item, .rv-plan, .rv-addon,
	.rv-pricing-toggle, .rv-cta-final, .rv-index-cat-title, .rv-index-card, .rv-card),
.js-enabled .rv-faq details {
	opacity: 0;
	translate: 0 16px;
	transition:
		opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		translate 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-enabled :is(.rv-pub-section-title, .rv-pub-section-sub, .rv-audit-card,
	.rv-step, .rv-feature, .rv-trust-item, .rv-plan, .rv-addon,
	.rv-pricing-toggle, .rv-cta-final, .rv-index-cat-title, .rv-index-card, .rv-card).is-inview,
.js-enabled .rv-faq details.is-inview {
	opacity: 1;
	translate: none;
}

/* ----- Résultats de calcul : slide-in à l'affichage ----- */
.js-enabled .rv-audit-result.is-visible { animation: rv-rise 0.45s cubic-bezier(0.22, 1, 0.36, 1) both; }
.js-enabled .rv-calc-result.is-visible { animation: rv-rise 0.4s cubic-bezier(0.22, 1, 0.36, 1) both; }

/* ----- Pricing : fondu rapide des prix au toggle mensuel/annuel ----- */
.rv-plan-price [data-price],
.rv-plan-price [data-period] {
	transition: opacity 0.15s ease;
}
.rv-plan-price .is-swapping {
	opacity: 0;
}

/* ----- prefers-reduced-motion : tout est désactivé -----
   motion.js ne pose pas .js-enabled dans ce cas ; ceinture et bretelles
   si la préférence change en cours de session. Les animations infinies
   (aurora, marquee, chips, pings) sont coupées inconditionnellement. */
@media (prefers-reduced-motion: reduce) {
	.js-enabled body,
	.js-enabled .rv-hero-kicker,
	.js-enabled .rv-hero-title,
	.js-enabled .rv-hero-sub,
	.js-enabled .rv-hero-ctas,
	.js-enabled .rv-hero-note,
	.js-enabled .rv-hero .rv-mockup,
	.js-enabled .rv-hero .rv-mockup > *,
	.js-enabled .rv-hero .rv-chip,
	.js-enabled .rv-audit-result.is-visible,
	.js-enabled .rv-calc-result.is-visible {
		animation: none !important;
	}
	.js-enabled :is(.rv-pub-section-title, .rv-pub-section-sub, .rv-audit-card,
		.rv-step, .rv-feature, .rv-trust-item, .rv-plan, .rv-addon,
		.rv-pricing-toggle, .rv-cta-final, .rv-index-cat-title, .rv-index-card, .rv-card),
	.js-enabled .rv-faq details {
		opacity: 1 !important;
		translate: none !important;
		transition: none !important;
	}
	.js-enabled .rv-hero .rv-mockup-delta,
	.js-enabled .rv-hero .rv-mockup .rv-status.is-ready {
		opacity: 1 !important;
		filter: none !important;
		transform: none !important;
		transition: none !important;
	}
	.rv-status.is-ready::before,
	.rv-mockup .rv-status.is-ready::before,
	.rv-hero-aurora::before,
	.rv-hero-aurora::after,
	.rv-marquee-track,
	.rv-chip,
	.rv-tl-visual .rv-tl-dot {
		animation: none !important;
	}
	.rv-pub-navbar,
	.rv-pub-logo img,
	.rv-switch,
	.rv-switch::after,
	.rv-feature,
	.rv-feature-icon,
	.rv-plan,
	.rv-index-card,
	.rv-tl-marker,
	.rv-tl-card,
	.rv-nav-link::after,
	.rv-plan-price [data-price],
	.rv-plan-price [data-period] {
		transition: none !important;
	}
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 768px) {
	.rv-pub-section {
		padding: 4rem 1rem;
	}
	.rv-pub-section.is-audit {
		padding: 4.5rem 1rem;
	}
	.rv-hero {
		padding: 3.5rem 1rem 0;
	}
	.rv-hero-inner {
		padding-bottom: 3rem;
	}
	.rv-hero-ctas .button {
		width: 100%;
		font-size: 1.05rem;
	}
	.rv-mockup {
		--rv-mock-t: none;
		margin-top: 2.75rem;
	}
	.rv-hero-visual {
		padding-bottom: 0.5rem;
	}
	.rv-chip.is-1 { top: 0.75rem; left: 0; }
	.rv-chip.is-2 { right: 0; }
	.rv-chip.is-3 { left: 0; bottom: -0.5rem; }
	.rv-audit-card {
		padding: 1.5rem 1.25rem;
	}
	.rv-legal-content {
		padding: 1.5rem;
	}
	.rv-final {
		padding: 5rem 1rem;
	}
	.rv-stats-band {
		padding: 3rem 1rem;
	}
	.rv-stats-band .rv-stat {
		margin-bottom: 1rem;
	}
}
