/*
Theme Name: Onveutacheter.fr — Émeraude
Theme URI: https://onveutacheter.fr
Author: onveutacheter.fr
Description: Thème à blocs sur mesure d'onveutacheter.fr — design « confiance émeraude » (Claude Design). Palette menthe/vert sapin/émeraude, typographie Nunito auto-hébergée, simulateur de prêt, tunnel de demande en 4 étapes.
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Version: 2.0.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onveutacheter-emeraude
*/

/* =========================================================
   1. Fondations : police, variables, base
   ========================================================= */

@font-face {
	font-family: 'Nunito';
	src: url('assets/fonts/nunito-latin-var.woff2') format('woff2-variations');
	font-weight: 200 1000;
	font-style: normal;
	font-display: swap;
}

:root {
	--ova-mint: #EAF6F0;
	--ova-pine: #0F3328;
	--ova-emerald: #17A673;
	--ova-emerald-dark: #0F7A54;
	--ova-gray: #4a5568;
	--ova-gold: #8f6a1d;
	--ova-white: #ffffff;
	--ova-line: rgba(15, 51, 40, .18);
	--ova-line-soft: rgba(15, 51, 40, .12);
	--ova-r-card: 18px;
	--ova-r-big: 26px;
	--ova-r-island: 36px;
	--ova-r-pill: 999px;
	--ova-shadow-island: 0 30px 70px rgba(15, 51, 40, .08);
	--ova-shadow-card: 0 18px 44px rgba(15, 51, 40, .22);
	--ova-font: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--ova-pad-x: clamp(20px, 5vw, 72px);
}

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--ova-mint);
	color: var(--ova-pine);
	font-family: var(--ova-font);
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.ova-page { max-width: 1440px; margin: 0 auto; }

a { color: inherit; }
img { max-width: 100%; height: auto; }

/* Lien d'évitement */
.ova-skip {
	position: absolute; left: -9999px; top: 0; z-index: 100;
	background: var(--ova-pine); color: #fff; padding: 12px 20px; border-radius: 0 0 12px 0;
}
.ova-skip:focus { left: 0; }

:focus-visible { outline: 3px solid var(--ova-emerald); outline-offset: 2px; }

.ova-alt { color: var(--ova-emerald); }
.ova-dot { color: var(--ova-emerald); }

/* Titres : le design travaille en graisse 900 très serrée */
.ova-h1, .ova-h2, .ova-h3, h1, h2, h3 { font-family: var(--ova-font); margin: 0; }

/* =========================================================
   2. Composants génériques
   ========================================================= */

/* Étiquette de section « 01 · La méthode » */
.ova-eyebrow {
	display: flex; align-items: center; gap: 14px; margin-bottom: 24px;
	font-weight: 800; font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
	color: var(--ova-emerald);
}
.ova-eyebrow::after, .ova-eyebrow--center::before {
	content: ""; flex: none; width: 64px; height: 2px;
	background: var(--ova-emerald); opacity: .5; border-radius: 2px;
}
.ova-eyebrow--center { justify-content: center; }
.ova-eyebrow--dark { color: var(--ova-pine); }
.ova-eyebrow--dark::after, .ova-eyebrow--dark::before { background: var(--ova-pine); }

/* Boutons pastille */
.ova-pill {
	display: inline-flex; align-items: center; justify-content: center; gap: 12px;
	text-decoration: none; cursor: pointer; border-radius: var(--ova-r-pill);
	font-family: var(--ova-font); font-weight: 700; font-size: 14px;
	letter-spacing: .06em; text-transform: uppercase;
	padding: 18px 34px; border: 2px solid transparent;
	transition: background .3s ease, color .3s ease, border-color .3s ease, transform .25s ease;
}
.ova-pill--solid { background: var(--ova-emerald); color: #fff; border-color: var(--ova-emerald); }
.ova-pill--solid:hover { background: var(--ova-pine); color: var(--ova-mint); border-color: var(--ova-pine); }
.ova-pill--dark { background: var(--ova-pine); color: #fff; border-color: var(--ova-pine); }
.ova-pill--dark:hover { background: var(--ova-emerald); border-color: var(--ova-emerald); }
.ova-pill--outline { background: transparent; color: var(--ova-pine); border-color: var(--ova-pine); }
.ova-pill--outline:hover { background: var(--ova-emerald); color: #fff; border-color: var(--ova-emerald); }
.ova-pill--sm { padding: 12px 22px; font-size: 12px; }

/* Îlot : section blanche arrondie détachée du fond */
.ova-island {
	background: var(--ova-white); color: var(--ova-pine);
	border-radius: var(--ova-r-island); margin: 100px 28px;
	box-shadow: var(--ova-shadow-island);
	padding: clamp(56px, 8vw, 120px) var(--ova-pad-x);
}
.ova-island--emerald { background: var(--ova-emerald); color: #fff; box-shadow: 0 30px 70px rgba(15, 51, 40, .2); }

.ova-section { padding: clamp(70px, 9vw, 140px) var(--ova-pad-x); }

/* Chips (choix de formulaire, filtres) */
.ova-chip {
	display: inline-block; border: 2px solid rgba(15, 51, 40, .35); border-radius: var(--ova-r-card);
	font-weight: 400; font-size: 13px; padding: 11px 18px; cursor: pointer; user-select: none;
	background: transparent; color: inherit; font-family: var(--ova-font);
	transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.ova-chip:hover { background: var(--ova-emerald); color: var(--ova-pine); border-color: var(--ova-emerald); }
.ova-chip.is-on { background: var(--ova-emerald); color: var(--ova-pine); border: 1.5px solid var(--ova-emerald); font-weight: 700; }

/* Champs de formulaire */
.ova-field { display: flex; flex-direction: column; gap: 8px; }
.ova-field > span, .ova-label {
	font-weight: 700; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; opacity: .55;
}
.ova-input {
	border: 1.5px solid rgba(15, 51, 40, .16); background: #fff; border-radius: 14px;
	padding: 14px 16px; font: 400 14px var(--ova-font); color: var(--ova-pine);
	outline: none; width: 100%; box-sizing: border-box;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.ova-input:focus { border-color: var(--ova-emerald); box-shadow: 0 0 0 4px rgba(23, 166, 115, .15); }
.ova-input::placeholder { color: rgba(15, 51, 40, .32); }
textarea.ova-input { min-height: 110px; resize: vertical; }

/* Case de consentement */
.ova-consent { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; }
.ova-consent input { position: absolute; opacity: 0; }
.ova-consent .ova-box {
	width: 20px; height: 20px; border-radius: 6px; border: 2px solid rgba(15, 51, 40, .4);
	background: #fff; flex: none; display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.ova-consent input:checked + .ova-box { background: var(--ova-emerald); border-color: var(--ova-emerald); }
.ova-consent .ova-box svg { opacity: 0; }
.ova-consent input:checked + .ova-box svg { opacity: 1; }
.ova-consent input:focus-visible + .ova-box { outline: 3px solid var(--ova-emerald); outline-offset: 2px; }
.ova-consent > span:last-child { font-weight: 300; font-size: 12px; line-height: 1.6; opacity: .75; }
.ova-consent a { color: var(--ova-emerald-dark); font-weight: 700; }

/* Curseurs */
input[type=range] {
	-webkit-appearance: none; appearance: none; height: 3px; background: #c9d4e2;
	outline: none; width: 100%; border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none; appearance: none; width: 22px; height: 22px;
	background: var(--ova-emerald); border: 3px solid var(--ova-pine); cursor: pointer; border-radius: 50%;
}
input[type=range]::-moz-range-thumb {
	width: 16px; height: 16px; background: var(--ova-emerald);
	border: 3px solid var(--ova-pine); cursor: pointer; border-radius: 50%;
}

/* Pot de miel : hors écran, invisible pour les humains */
.ova-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* =========================================================
   3. En-tête / navigation
   ========================================================= */

.ova-header { padding: clamp(20px, 3.4vw, 50px) var(--ova-pad-x); }
.ova-header nav {
	display: flex; align-items: center; justify-content: space-between;
	flex-wrap: wrap; row-gap: 18px; column-gap: 24px;
}
.ova-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.ova-brand span { font-weight: 700; font-size: clamp(18px, 1.8vw, 25px); letter-spacing: .02em; }
.ova-nav-links { display: flex; flex-wrap: wrap; gap: 14px 30px; font-weight: 400; font-size: clamp(14px, 1.3vw, 18px); opacity: .85; }
.ova-nav-links a { text-decoration: none; }
.ova-nav-links a:hover { color: var(--ova-emerald-dark); }
.ova-badge {
	background: var(--ova-emerald); color: #fff; font-weight: 700; font-size: 10px;
	letter-spacing: .04em; padding: 3px 8px; border-radius: var(--ova-r-pill);
	display: inline-block; vertical-align: middle; margin-left: 7px;
	animation: ova-pulse 2.8s ease-in-out infinite;
}
.ova-header .ova-pill { font-size: clamp(12px, 1.2vw, 16px); padding: 15px 30px; }

/* Bandeau fin au-dessus de la nav (pages intérieures) */
.ova-topbar {
	display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 34px; padding: 11px 20px;
	border-bottom: 1px solid var(--ova-line);
	font-weight: 400; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; opacity: .6;
}

/* Variante compacte des pages intérieures */
.ova-header--compact { padding: 22px var(--ova-pad-x); border-bottom: 1px solid var(--ova-line); }
.ova-header--compact .ova-brand span { font-size: 16px; }
.ova-header--compact .ova-nav-links { font-size: 13px; opacity: .75; }
.ova-header--compact .ova-pill { font-size: 11.5px; padding: 10px 18px; }

/* =========================================================
   4. Pied de page
   ========================================================= */

.ova-footer { border-top: 2px solid var(--ova-pine); padding: clamp(56px, 7vw, 100px) var(--ova-pad-x) 60px; }
.ova-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 44px; }
.ova-footer-col { display: flex; flex-direction: column; gap: 13px; font-weight: 300; font-size: 15.5px; opacity: .85; }
.ova-footer-col a { text-decoration: none; }
.ova-footer-col a:hover { color: var(--ova-emerald-dark); }
.ova-footer-title {
	font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
	opacity: .6; margin-bottom: 6px;
}
.ova-footer-baseline { font-weight: 300; font-size: 14.5px; line-height: 1.7; opacity: .65; max-width: 320px; }
.ova-badges {
	display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap;
	padding: 8px 56px 30px;
}
.ova-badges > span { font-weight: 300; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; opacity: .5; }
.ova-badges a {
	display: flex; align-items: center; background: #fff;
	border: 1px solid rgba(15, 51, 40, .14); border-radius: 12px; padding: 9px 16px;
}
.ova-legal-line { padding: 0 56px 30px; font-weight: 300; font-size: 11px; opacity: .45; text-align: center; }

/* =========================================================
   5. Accueil — héro
   ========================================================= */

.ova-hero {
	display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(min(442px, 100%), 1.15fr);
	gap: 72px; align-items: center; padding: clamp(48px, 6.6vw, 96px) var(--ova-pad-x) clamp(56px, 8vw, 120px);
}
.ova-hero h1 {
	font-weight: 900; font-size: clamp(42px, 5.8vw, 84px); line-height: .98; letter-spacing: -.01em;
	animation: ova-fadeup .8s .1s ease both;
}
.ova-hero .ova-dot { color: var(--ova-emerald); }
.ova-uline { position: relative; display: inline-block; }
.ova-uline i {
	position: absolute; left: 0; bottom: -4px; height: 9px; width: 96%;
	background: var(--ova-emerald); opacity: .8; border-radius: 5px;
	transform-origin: left; animation: ova-draw .9s 1.15s cubic-bezier(.2, .8, .2, 1) both;
}
.ova-hero-sub {
	font-weight: 300; font-size: 17px; line-height: 1.7; opacity: .8; max-width: 480px;
	margin-top: 26px; animation: ova-fadeup .8s .3s ease both;
}
.ova-hero-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 34px; animation: ova-fadeup .8s .5s ease both; }
.ova-hero-cta small { font-weight: 400; font-size: 13px; opacity: .7; }
.ova-hero-visual { position: relative; align-self: end; margin: -48px 0 -60px; display: flex; justify-content: center; animation: ova-fadeup .9s .35s ease both; }
.ova-hero-visual::before {
	content: ""; position: absolute; left: -30px; right: -30px; bottom: 60px; height: 70%;
	background: radial-gradient(closest-side, rgba(23, 166, 115, .28), transparent 72%);
	animation: ova-blob 7s ease-in-out infinite; pointer-events: none;
}
.ova-hero-visual img, .ova-hero-visual svg.ova-hero-illu {
	display: block; width: 100%; max-height: 832px; object-fit: contain; object-position: bottom;
	position: relative; animation: ova-float 6s ease-in-out infinite;
}
.ova-hero-tag {
	position: absolute; bottom: 110px; left: 0; background: var(--ova-emerald); color: #fff;
	padding: 16px 24px; border-radius: 14px; animation: ova-pulse 3.2s ease-in-out infinite;
}
.ova-hero-tag strong { display: block; font-weight: 900; font-size: 30px; }
.ova-hero-tag span { font-weight: 700; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; }

/* =========================================================
   6. Accueil — mandat de confiance
   ========================================================= */

.ova-mandat { padding: clamp(60px, 8vw, 110px) var(--ova-pad-x) 10px; display: flex; justify-content: center; }
.ova-mandat-in { position: relative; max-width: 840px; width: 100%; transform: rotate(-.6deg); }
.ova-stamp {
	position: absolute; top: -40px; right: -30px; transform: rotate(12deg);
	mix-blend-mode: multiply; opacity: .92; pointer-events: none; z-index: 2;
}
.ova-mandat-card {
	background: #fff; border: 2px solid var(--ova-pine); border-radius: var(--ova-r-big);
	box-shadow: 0 34px 80px rgba(15, 51, 40, .16); padding: clamp(30px, 4vw, 52px) clamp(22px, 4.2vw, 58px) 42px;
}
.ova-mandat-card > .ova-cat { font-weight: 800; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--ova-emerald); }
.ova-mandat-card h2 { font-weight: 900; font-size: clamp(28px, 3vw, 40px); line-height: 1.05; margin-top: 10px; }
.ova-mandat-card .ova-lead { font-weight: 300; font-size: 14.5px; opacity: .65; margin-top: 8px; }
.ova-mandat-rule { height: 2px; background: var(--ova-pine); border-radius: 2px; margin-top: 26px; }
.ova-mandat-art { display: flex; gap: 24px; padding: 25px 0; border-bottom: 1.5px dashed rgba(15, 51, 40, .28); }
.ova-mandat-art:last-of-type { border-bottom: 0; }
.ova-mandat-art > .ova-num {
	font-weight: 900; font-size: 14px; letter-spacing: .1em; text-transform: uppercase;
	color: var(--ova-emerald); flex: none; width: 74px; padding-top: 3px;
}
.ova-mandat-art h3 { font-weight: 800; font-size: 19px; }
.ova-mandat-art p { font-weight: 300; font-size: 14.5px; line-height: 1.6; opacity: .75; margin: 5px 0 0; }
.ova-mandat-foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-top: 34px; }
.ova-mandat-foot .ova-sig-label {
	font-weight: 400; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; opacity: .55;
	border-top: 1.5px solid rgba(15, 51, 40, .3); padding-top: 8px; margin-top: 4px;
}
.ova-mandat-foot > span { font-weight: 400; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; opacity: .55; }

/* =========================================================
   7. Accueil — méthode (4 étapes)
   ========================================================= */

.ova-methode { text-align: center; }
.ova-h2-xl { font-weight: 900; font-size: clamp(33px, 4vw, 58px); line-height: 1.02; }
.ova-h2-xl .ova-alt { color: var(--ova-emerald); }
.ova-steps { position: relative; max-width: 1140px; margin: clamp(44px, 5.3vw, 76px) auto 0; }
.ova-steps-track {
	position: absolute; top: 52px; left: 12.5%; right: 12.5%; height: 3px; border-radius: 3px;
	overflow: hidden; background: rgba(15, 51, 40, .14);
}
.ova-steps-track i {
	display: block; height: 100%; background: var(--ova-emerald);
	transform: scaleX(0); transform-origin: left; transition: transform 1.15s .35s cubic-bezier(.2, .8, .2, 1);
}
.ova-in .ova-steps-track i { transform: scaleX(1); }
.ova-steps-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ova-step { display: flex; flex-direction: column; align-items: center; text-align: center; }
.ova-node {
	position: relative; width: 104px; height: 104px; border-radius: 50%;
	background: #fff; border: 2px solid var(--ova-pine);
	display: flex; align-items: center; justify-content: center;
	transition: transform .38s cubic-bezier(.2, .8, .2, 1), box-shadow .38s ease;
}
.ova-node--full { background: var(--ova-emerald); }
.ova-step:hover .ova-node { transform: translateY(-7px); box-shadow: 0 18px 40px rgba(15, 51, 40, .16); }
.ova-node b {
	position: absolute; top: -2px; right: -2px; width: 30px; height: 30px; border-radius: 50%;
	background: var(--ova-pine); color: #fff; font-weight: 900; font-size: 12.5px;
	display: flex; align-items: center; justify-content: center;
}
.ova-step h3 { font-weight: 900; font-size: 20px; margin-top: 24px; }
.ova-step p { font-weight: 300; font-size: 14px; line-height: 1.6; opacity: .72; margin: 8px 0 0; max-width: 225px; }

/* =========================================================
   8. Accueil — simulateur de mensualité
   ========================================================= */

.ova-simu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ova-simu-grid h2 { font-weight: 900; font-size: clamp(31px, 3.8vw, 54px); line-height: 1.05; }
.ova-simu-sub { font-weight: 300; font-size: 14.5px; line-height: 1.65; color: var(--ova-gray); margin-top: 14px; max-width: 420px; }
.ova-sliders { display: flex; flex-direction: column; gap: 26px; margin-top: 36px; }
.ova-slider-head {
	display: flex; justify-content: space-between; font-weight: 700; font-size: 13px;
	letter-spacing: .06em; text-transform: uppercase;
}
.ova-slider-head output { color: var(--ova-emerald-dark); font: inherit; }
.ova-sliders input[type=range] { margin-top: 12px; }
.ova-simu-card { background: var(--ova-mint); color: var(--ova-pine); padding: 40px 44px; border-radius: 24px; display: flex; flex-direction: column; gap: 20px; }
.ova-simu-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.ova-simu-row--main { border-bottom: 1.5px solid rgba(15, 51, 40, .14); padding-bottom: 18px; }
.ova-simu-row--eco { border-top: 1.5px dashed rgba(15, 51, 40, .25); padding-top: 16px; }
.ova-simu-row > span:first-child { font-weight: 300; font-size: 13.5px; opacity: .7; }
.ova-simu-row--eco > span:first-child { font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; opacity: .75; }
.ova-simu-main { font-weight: 900; font-size: clamp(34px, 3.6vw, 52px); color: var(--ova-emerald); }
.ova-simu-bar { font-weight: 400; font-size: 19px; opacity: .55; text-decoration: line-through; }
.ova-simu-eco { font-weight: 900; font-size: 26px; color: var(--ova-emerald-dark); }
.ova-simu-note { font-weight: 300; font-size: 11px; opacity: .5; text-align: center; }

/* =========================================================
   9. Accueil — votre espace (notifications)
   ========================================================= */

.ova-espace { display: grid; grid-template-columns: minmax(0, .9fr) minmax(min(340px, 100%), 1.1fr); gap: 56px; align-items: center; position: relative; overflow: hidden; }
.ova-espace-bg {
	position: absolute; right: 34%; bottom: 0; height: 100%; width: auto;
	opacity: .35; pointer-events: none; mix-blend-mode: multiply;
}
.ova-espace h2 { font-weight: 900; font-size: clamp(36px, 4.6vw, 58px); line-height: 1.02; }
.ova-espace h2 .ova-alt { color: var(--ova-pine); }
.ova-live {
	display: inline-flex; align-items: center; gap: 9px; background: #fff; color: var(--ova-pine);
	border-radius: var(--ova-r-pill); padding: 8px 18px; font-weight: 800; font-size: 12px;
	letter-spacing: .14em; text-transform: uppercase; margin-bottom: 22px; white-space: nowrap;
}
.ova-live i { width: 9px; height: 9px; border-radius: 50%; background: #e5484d; animation: ova-pulse 1.6s ease-in-out infinite; }
.ova-espace-sub { font-weight: 300; font-size: 16px; line-height: 1.7; opacity: .95; max-width: 400px; margin-top: 22px; }
.ova-notifs { position: relative; display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.ova-notif {
	background: #fff; color: var(--ova-pine); border-radius: 16px; box-shadow: var(--ova-shadow-card);
	padding: 20px 22px; display: flex; gap: 15px; align-items: flex-start; max-width: 540px;
	transform: rotate(var(--rot, 0deg));
}
.ova-notif--dark { background: var(--ova-pine); color: var(--ova-mint); border: 2px solid var(--ova-mint); }
.ova-notif .ova-appicon {
	width: 44px; height: 44px; border-radius: 12px; background: var(--ova-pine); flex: none;
	display: flex; align-items: center; justify-content: center;
}
.ova-notif--dark .ova-appicon { background: var(--ova-emerald); }
.ova-notif-head { display: flex; align-items: baseline; gap: 10px; }
.ova-notif-head b { font-weight: 800; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; opacity: .5; }
.ova-notif--dark .ova-notif-head b { opacity: .8; }
.ova-notif-head time { font-weight: 300; font-size: 11.5px; opacity: .45; white-space: nowrap; }
.ova-notif-body { font-weight: 400; font-size: 16.5px; line-height: 1.5; margin-top: 4px; min-width: 0; }
.ova-status {
	display: inline-block; background: rgba(23, 166, 115, .15); color: var(--ova-emerald-dark);
	font-weight: 800; font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
	padding: 5px 13px; border-radius: var(--ova-r-pill); margin-top: 10px;
}
.ova-status--full { background: var(--ova-emerald); color: #fff; }
.ova-js .ova-in .ova-notif { animation: ova-drop .7s cubic-bezier(.25, 1.1, .4, 1.12) both; }
.ova-js .ova-reveal .ova-notif { opacity: 0; }
.ova-js .ova-in .ova-notif:nth-child(1) { animation-delay: .05s; }
.ova-js .ova-in .ova-notif:nth-child(2) { animation-delay: .33s; }
.ova-js .ova-in .ova-notif:nth-child(3) { animation-delay: .61s; }
.ova-js .ova-in .ova-notif:nth-child(4) { animation-delay: .89s; }
.ova-js .ova-in .ova-notif:nth-child(5) { animation-delay: 1.17s; }

/* =========================================================
   10. Accueil — exemple chiffré (remplace les compteurs fictifs)
   ========================================================= */

.ova-exemple { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.ova-exemple h2 { font-weight: 900; font-size: clamp(33px, 4vw, 58px); line-height: 1.05; }
.ova-exemple-note { font-weight: 300; font-size: 15px; line-height: 1.7; opacity: .75; max-width: 400px; margin-top: 20px; }
.ova-figures { display: flex; flex-direction: column; gap: 34px; min-width: 0; position: relative; }
.ova-figure-xl { font-weight: 900; font-size: min(96px, 11vw); line-height: 1; color: var(--ova-emerald); }
.ova-figure-xl + div { font-weight: 700; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; margin-top: 12px; opacity: .85; }
.ova-figures-rule { height: 2px; background: var(--ova-line-soft); border-radius: 2px; }
.ova-figures-row { display: flex; gap: 56px; flex-wrap: wrap; }
.ova-figure b { display: block; font-weight: 900; font-size: 44px; line-height: 1; }
.ova-figure span { display: block; font-weight: 300; font-size: 13px; opacity: .7; margin-top: 8px; }
.ova-euro-float { position: absolute; top: -40px; right: 0; pointer-events: none; animation: ova-float 7s ease-in-out infinite; }

/* =========================================================
   11. Témoignages (pattern optionnel, non publié par défaut)
   ========================================================= */

.ova-avis { padding: clamp(70px, 9vw, 140px) 0; overflow: hidden; }
.ova-avis-rows { margin-top: 36px; display: flex; flex-direction: column; gap: 18px; }
.ova-mq { overflow: hidden; }
.ova-mq-row { display: flex; gap: 18px; width: max-content; animation: ova-mq-l 42s linear infinite; }
.ova-mq-row--r { animation-name: ova-mq-r; animation-duration: 46s; }
.ova-mq-row:hover { animation-play-state: paused; }
.ova-avis-card {
	width: min(460px, 82vw); flex: none; border-radius: 20px; background: #fff;
	border: 2px solid var(--ova-pine); padding: 30px 32px;
	display: flex; flex-direction: column; gap: 10px;
}
.ova-avis-card p { font-weight: 300; font-size: 18.5px; line-height: 1.6; opacity: .9; margin: 0; }
.ova-avis-card b { font-weight: 700; font-size: 16px; color: var(--ova-emerald-dark); margin-top: auto; }

/* =========================================================
   12. Accueil — FAQ
   ========================================================= */

.ova-faq { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: start; }
.ova-faq-side { position: sticky; top: 48px; }
.ova-faq-side h2 { font-weight: 900; font-size: clamp(33px, 4.4vw, 58px); line-height: 1.03; }
.ova-faq-sub { font-weight: 300; font-size: 16px; line-height: 1.7; opacity: .72; margin-top: 22px; max-width: 340px; }
.ova-faq-ctas { display: flex; gap: 10px; margin-top: 34px; max-width: 360px; }
.ova-faq-ctas .ova-pill { flex: 1; padding: 14px 16px; font-size: 12px; }
.ova-faq-list { display: flex; flex-direction: column; gap: 16px; }
.ova-faq-item {
	background: #fff; border: 2px solid var(--ova-pine); border-radius: var(--ova-r-card); overflow: hidden;
	transition: background .35s ease, box-shadow .35s ease, transform .35s ease;
}
.ova-faq-item:hover { transform: translateX(7px); box-shadow: 0 18px 44px rgba(15, 51, 40, .13); }
.ova-faq-item[open] { background: var(--ova-mint); box-shadow: 0 18px 44px rgba(15, 51, 40, .13); }
.ova-faq-item summary {
	display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer;
	padding: 26px 30px; font-weight: 800; font-size: 19px; line-height: 1.25; list-style: none;
}
.ova-faq-item summary::-webkit-details-marker { display: none; }
.ova-faq-item summary i {
	flex: none; width: 38px; height: 38px; border-radius: 50%;
	background: rgba(23, 166, 115, .14); color: var(--ova-emerald);
	display: flex; align-items: center; justify-content: center;
	font-size: 26px; font-weight: 400; font-style: normal;
	transition: transform .4s cubic-bezier(.2, .8, .2, 1), background .3s, color .3s;
}
.ova-faq-item[open] summary i { transform: rotate(135deg); background: var(--ova-emerald); color: #fff; }
.ova-faq-item > div { font-weight: 300; font-size: 15.5px; line-height: 1.75; opacity: .8; padding: 0 30px 28px; max-width: 640px; animation: ova-faqopen .45s ease; }

/* =========================================================
   13. Accueil — CTA final + guides
   ========================================================= */

.ova-final { border-top: 2px solid var(--ova-pine); padding: clamp(70px, 9vw, 130px) var(--ova-pad-x) 0; text-align: center; }
.ova-final h2 { font-weight: 900; font-size: clamp(31px, 3.8vw, 54px); line-height: 1; }
.ova-final .ova-heart { color: var(--ova-emerald); display: inline-block; animation: ova-heart 2.6s 1.4s ease-in-out infinite; transform-origin: center 70%; }
.ova-final-note { font-weight: 300; font-size: 12.5px; opacity: .6; margin-top: 16px; }
.ova-final-img { display: block; margin: 72px auto -6px; width: 100%; max-width: none; }

.ova-guides-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 52px; }
.ova-guides-head h2 { font-weight: 900; font-size: clamp(31px, 4.4vw, 56px); line-height: 1.03; }
.ova-guides-head p { font-weight: 300; font-size: 16px; line-height: 1.7; color: var(--ova-gray); margin: 16px 0 0; max-width: 520px; }
.ova-guides-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 28px; align-items: stretch; }
.ova-art-feature {
	text-decoration: none; color: var(--ova-pine); background: #fff; border: 2px solid var(--ova-pine);
	border-radius: 24px; overflow: hidden; display: flex; flex-direction: column;
	transition: transform .4s ease, box-shadow .4s ease;
}
.ova-art-feature:hover { transform: translateY(-7px); box-shadow: 0 32px 68px rgba(15, 51, 40, .22); }
.ova-art-feature-visual {
	position: relative; height: 260px; overflow: hidden;
	background: linear-gradient(140deg, var(--ova-emerald) 0%, var(--ova-pine) 100%);
	display: flex; align-items: center; justify-content: center;
}
.ova-art-feature-visual .ova-flag {
	position: absolute; top: 20px; left: 20px; background: #fff; color: var(--ova-pine);
	font-weight: 800; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase;
	padding: 7px 14px; border-radius: var(--ova-r-pill);
}
.ova-art-feature-visual .ova-ghost { position: absolute; bottom: -18px; right: 22px; font-weight: 900; font-size: 130px; line-height: 1; color: rgba(255, 255, 255, .14); }
.ova-art-feature-body { padding: 34px 34px 36px; }
.ova-art-feature-body h3 { font-weight: 900; font-size: 28px; line-height: 1.15; }
.ova-art-feature-body p { font-weight: 300; font-size: 15px; line-height: 1.7; opacity: .72; margin: 12px 0 0; }
.ova-art-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.ova-cat-chip {
	display: inline-block; background: rgba(23, 166, 115, .14); color: var(--ova-emerald-dark);
	font-weight: 800; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase;
	padding: 5px 12px; border-radius: var(--ova-r-pill);
}
.ova-art-meta small { font-weight: 300; font-size: 12.5px; opacity: .55; }
.ova-read-more { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 13px; letter-spacing: .04em; color: var(--ova-emerald-dark); margin-top: 22px; }
.ova-art-list { display: flex; flex-direction: column; gap: 16px; }
.ova-art-row {
	text-decoration: none; color: var(--ova-pine); background: #fff; border: 2px solid var(--ova-pine);
	border-radius: var(--ova-r-card); padding: 20px 22px;
	display: flex; align-items: center; gap: 20px;
	transition: transform .3s ease, box-shadow .3s ease;
}
.ova-art-row:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(15, 51, 40, .14); }
.ova-art-row h3 { font-weight: 800; font-size: 17.5px; line-height: 1.3; }
.ova-art-row .ova-arrow {
	flex: none; width: 40px; height: 40px; border-radius: 50%;
	background: var(--ova-pine); color: #fff;
	display: flex; align-items: center; justify-content: center;
	transition: transform .3s ease;
}
.ova-art-row:hover .ova-arrow { transform: translateX(5px); }
.ova-art-row-main { flex: 1; min-width: 0; }

/* Blocs cœur habillés aux couleurs des cartes d'articles */
.ova-art-meta { margin: 0 0 12px; }
.ova-art-meta a {
	display: inline-block; background: rgba(23, 166, 115, .14); color: var(--ova-emerald-dark);
	font-weight: 800; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase;
	padding: 5px 12px; border-radius: var(--ova-r-pill); text-decoration: none;
}
.ova-art-feature-body .wp-block-post-title, .ova-art-row .wp-block-post-title { margin: 0; }
.ova-art-feature-body .wp-block-post-title { font-weight: 900; font-size: 28px; line-height: 1.15; }
.ova-art-row .wp-block-post-title { font-weight: 800; font-size: 17.5px; line-height: 1.3; }
.ova-art-feature-body .wp-block-post-title a, .ova-art-row .wp-block-post-title a { text-decoration: none; }
.ova-art-feature-body .wp-block-post-excerpt { font-weight: 300; font-size: 15px; line-height: 1.7; opacity: .72; margin: 12px 0 0; }
.ova-art-feature-body .wp-block-post-excerpt p { margin: 0; }
.ova-art-feature-body .wp-block-post-excerpt__more-link, .ova-hub-card .wp-block-post-excerpt__more-link { display: none; }

/* =========================================================
   14. Hub « Guides » (page des articles)
   ========================================================= */

.ova-hub-head { padding: clamp(48px, 5.4vw, 78px) var(--ova-pad-x) 44px; }
.ova-hub-head h1 { font-weight: 700; font-size: clamp(40px, 5.2vw, 64px); line-height: 1.04; letter-spacing: -.01em; }
.ova-hub-head p { font-weight: 300; font-size: 16.5px; line-height: 1.7; color: var(--ova-gray); margin: 18px 0 0; max-width: 520px; }
.ova-hub-chips { display: flex; gap: 10px; flex-wrap: wrap; padding: 0 var(--ova-pad-x) 48px; }
.ova-hub-chips .ova-chip { border-radius: 12px; font-size: 12px; padding: 9px 18px; border-width: 1px; border-color: rgba(15, 51, 40, .22); text-decoration: none; }
.ova-hub-chips .ova-chip.is-on { border-radius: 0; }
.ova-hub-feature {
	text-decoration: none; color: inherit; display: grid; grid-template-columns: 1fr 1fr;
	margin: 48px var(--ova-pad-x) 0; border: 1px solid var(--ova-line); background: #fff;
	border-radius: 20px; overflow: hidden;
	transition: transform .35s cubic-bezier(.2, 1.2, .4, 1), box-shadow .35s ease;
}
.ova-hub-feature:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(15, 51, 40, .09); }
.ova-hub-feature-left { background: var(--ova-pine); color: var(--ova-mint); padding: 44px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
.ova-hub-feature-left .ova-flag { align-self: flex-start; background: var(--ova-emerald); color: #fff; font-weight: 700; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--ova-r-pill); }
.ova-hub-feature-left h2 { font-weight: 700; font-size: clamp(24px, 2.6vw, 36px); line-height: 1.08; text-transform: uppercase; }
.ova-hub-feature-left small { font-weight: 300; font-size: 12.5px; opacity: .65; }
.ova-hub-feature-right { padding: 44px; display: flex; flex-direction: column; gap: 16px; justify-content: center; }
.ova-hub-feature-right p { font-weight: 300; font-size: 15px; line-height: 1.75; color: var(--ova-gray); margin: 0; }
.ova-hub-feature-right span { font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.ova-hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 36px var(--ova-pad-x) 56px; }
.ova-hub-card {
	text-decoration: none; color: inherit; border: 1px solid var(--ova-line); background: #fff;
	padding: 28px; display: flex; flex-direction: column; gap: 14px; border-radius: var(--ova-r-card);
	transition: transform .35s cubic-bezier(.2, 1.2, .4, 1), box-shadow .35s ease;
}
.ova-hub-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(15, 51, 40, .09); }
.ova-hub-card .ova-cat { font-weight: 700; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ova-gold); }
.ova-hub-card h2 { font-weight: 700; font-size: 19px; line-height: 1.25; text-transform: uppercase; }
.ova-hub-card p { font-weight: 300; font-size: 13px; line-height: 1.65; color: var(--ova-gray); margin: 0; }
.ova-hub-card time { font-weight: 300; font-size: 11.5px; opacity: .55; margin-top: auto; }
.ova-hub-cta {
	background: var(--ova-emerald); color: #fff; margin: 0 var(--ova-pad-x) 64px; padding: 36px 44px;
	display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; border-radius: var(--ova-r-card);
}
.ova-hub-cta h2 { font-weight: 700; font-size: 26px; line-height: 1.1; text-transform: uppercase; }
.ova-hub-cta p { font-weight: 400; font-size: 13.5px; margin: 8px 0 0; }

/* Vérificateur PTZ */
.ova-ptz {
	border: 1px solid var(--ova-line); background: #fff; border-radius: 20px;
	margin: 0 var(--ova-pad-x) 56px; padding: 36px 40px;
}
.ova-ptz h2 { font-weight: 700; font-size: 24px; text-transform: uppercase; }
.ova-ptz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.ova-ptz .ova-chips-row { display: flex; gap: 8px; flex-wrap: wrap; }
.ova-ptz .ova-chip { border-radius: var(--ova-r-pill); flex: 1; text-align: center; white-space: nowrap; padding: 10px 8px; }
.ova-ptz-result { border-radius: 14px; padding: 18px 22px; margin-top: 24px; display: none; }
.ova-ptz-result.is-on { display: flex; gap: 14px; align-items: flex-start; }
.ova-ptz-result b { display: block; font-size: 15px; }
.ova-ptz-result p { margin: 4px 0 0; font-weight: 300; font-size: 13.5px; line-height: 1.6; }
.ova-ptz-result--ok { border: 2px solid #2e6b45; background: #eef6f0; color: #1d4a2f; }
.ova-ptz-result--no { border: 2px solid rgba(15, 51, 40, .35); background: #f6f3ec; color: var(--ova-gray); }
.ova-ptz-result--warn { border: 2px solid var(--ova-gold); background: #faf5e8; color: #6b4f14; }

/* =========================================================
   15. Article
   ========================================================= */

.ova-article-head { padding: clamp(36px, 4vw, 56px) var(--ova-pad-x); border-bottom: 0; }
.ova-article-head .ova-back { text-decoration: none; font-weight: 300; font-size: 12.5px; opacity: .6; }
.ova-article-head .ova-tags { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.ova-tag-solid { background: var(--ova-emerald); color: #fff; font-weight: 700; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--ova-r-pill); text-decoration: none; }
.ova-tag-line { border: 1px solid rgba(15, 51, 40, .4); font-weight: 400; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--ova-r-pill); }
.ova-article-head h1 { font-weight: 700; font-size: clamp(32px, 4vw, 56px); line-height: 1.02; max-width: 900px; margin-top: 20px; text-transform: uppercase; }
.ova-article-head .ova-byline { font-weight: 300; font-size: 13px; opacity: .6; margin-top: 18px; display: flex; gap: 5px; }
.ova-article-head .ova-byline .wp-block-post-date { font-size: inherit; }
.ova-article-head .wp-block-post-title { font-weight: 700; font-size: clamp(32px, 4vw, 56px); line-height: 1.02; max-width: 900px; margin-top: 20px; text-transform: uppercase; }
.ova-article-head .ova-tags { margin-top: 22px; }
.ova-article-head .ova-tags a {
	display: inline-block; background: var(--ova-emerald); color: #fff; font-weight: 700; font-size: 10.5px;
	letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--ova-r-pill); text-decoration: none;
}
.ova-aside-next .wp-block-post-title { font-weight: 700; font-size: 14px; line-height: 1.4; margin: 0; }
.ova-aside-next .wp-block-post-title a { text-decoration: none; }
.ova-aside-next .wp-block-post-title a::after { content: " →"; color: var(--ova-emerald); }
.ova-hub-feature-left .wp-block-post-title { font-weight: 700; font-size: clamp(24px, 2.6vw, 36px); line-height: 1.08; text-transform: uppercase; margin: 0; }
.ova-hub-feature-left .wp-block-post-title a { text-decoration: none; }
.ova-hub-feature-left .wp-block-post-date, .ova-hub-card .wp-block-post-date { font-weight: 300; font-size: 12.5px; opacity: .65; }
.ova-hub-card .wp-block-post-title { font-weight: 700; font-size: 19px; line-height: 1.25; text-transform: uppercase; margin: 0; }
.ova-hub-card .wp-block-post-title a { text-decoration: none; }
.ova-hub-card .wp-block-post-excerpt { font-weight: 300; font-size: 13px; line-height: 1.65; color: var(--ova-gray); }
.ova-hub-card .wp-block-post-excerpt p { margin: 0; }
.ova-hub-feature-right .wp-block-post-excerpt { font-weight: 300; font-size: 15px; line-height: 1.75; color: var(--ova-gray); }
.ova-hub-feature-right .wp-block-post-excerpt p { margin: 0; }
.ova-hub-feature-right > span { font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.ova-pagination { padding: 8px var(--ova-pad-x) 64px; display: flex; gap: 16px; align-items: center; font-weight: 700; }
.ova-pagination a { text-decoration: none; color: var(--ova-emerald-dark); }
.ova-hub-head .wp-block-query-title { font-weight: 700; font-size: clamp(36px, 5vw, 58px); line-height: 1.04; }
.ova-hub-head .wp-block-term-description { font-weight: 300; font-size: 16px; color: var(--ova-gray); max-width: 520px; }
.ova-article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; padding: clamp(36px, 4.5vw, 64px) var(--ova-pad-x); }
.ova-article-body { font-weight: 300; font-size: 16px; line-height: 1.85; color: #2a3240; max-width: 720px; }
.ova-article-body > * { margin: 0 0 26px; }
.ova-article-body h2 { font-weight: 700; font-size: 24px; color: var(--ova-pine); margin-top: 36px; text-transform: uppercase; }
.ova-article-body h3 { font-weight: 700; font-size: 19px; color: var(--ova-pine); margin-top: 28px; }
.ova-article-body strong { font-weight: 700; }
.ova-article-body blockquote {
	border-left: 4px solid var(--ova-emerald); padding: 6px 0 6px 24px; margin-left: 0;
	font-size: 20px; line-height: 1.6; color: var(--ova-pine); font-weight: 400;
}
.ova-article-body .wp-block-table table, .ova-article-body table { border-collapse: collapse; width: 100%; background: #fff; border-radius: var(--ova-r-card); }
.ova-article-body td, .ova-article-body th { border: 1px solid var(--ova-line); padding: 10px 14px; font-size: 14px; }
.ova-encart {
	border: 1px solid var(--ova-line); background: #fff; padding: 26px 30px; border-radius: var(--ova-r-card);
}
.ova-encart-label { font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--ova-gold); }
.ova-aside { display: flex; flex-direction: column; gap: 28px; align-self: start; position: sticky; top: 24px; }
.ova-aside-cta { background: var(--ova-pine); color: var(--ova-mint); padding: 32px 30px; display: flex; flex-direction: column; gap: 16px; border-radius: var(--ova-r-card); }
.ova-aside-cta strong { font-weight: 700; font-size: 22px; line-height: 1.1; text-transform: uppercase; }
.ova-aside-cta strong .ova-alt { color: var(--ova-emerald); }
.ova-aside-cta p { font-weight: 300; font-size: 13px; opacity: .75; line-height: 1.6; margin: 0; }
.ova-aside-cta small { font-weight: 300; font-size: 11px; opacity: .5; text-align: center; }
.ova-aside-next { border: 1px solid var(--ova-line); padding: 26px 28px; display: flex; flex-direction: column; gap: 14px; border-radius: var(--ova-r-card); }
.ova-aside-next .ova-cat { font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ova-gold); }
.ova-aside-next a { text-decoration: none; font-weight: 700; font-size: 14px; line-height: 1.4; }
.ova-aside-next a:hover { color: var(--ova-emerald-dark); }
.ova-aside-next a span { color: var(--ova-emerald); }

/* =========================================================
   16. Pages génériques (légal) + 404 + recherche
   ========================================================= */

.ova-page-head { padding: 52px var(--ova-pad-x); }
.ova-page-head h1 { font-weight: 700; font-size: clamp(34px, 3.6vw, 48px); line-height: 1; text-transform: uppercase; }
.ova-page-head p { font-weight: 300; font-size: 13.5px; opacity: .7; margin: 14px 0 0; max-width: 560px; line-height: 1.7; }
.ova-page-body { padding: 0 var(--ova-pad-x) 56px; display: flex; flex-direction: column; gap: 8px; max-width: 860px; }
.ova-page-body h2 { font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--ova-gold); margin-top: 28px; }
.ova-page-body p, .ova-page-body li { font-weight: 300; font-size: 14.5px; line-height: 1.8; }
.ova-404 { text-align: center; padding: clamp(80px, 12vw, 160px) var(--ova-pad-x); }
.ova-404 h1 { font-weight: 900; font-size: clamp(60px, 12vw, 130px); line-height: 1; color: var(--ova-emerald); }
.ova-404 p { font-weight: 300; font-size: 16px; opacity: .75; }
.ova-search-list { display: flex; flex-direction: column; gap: 16px; padding: 0 var(--ova-pad-x) 80px; max-width: 860px; }
.ova-search-form { display: flex; gap: 10px; max-width: 560px; }

/* =========================================================
   17. Contact (fond sombre)
   ========================================================= */

.ova-dark { background: var(--ova-pine); color: var(--ova-mint); }
.ova-dark .ova-header--compact { border-bottom: 2px solid var(--ova-mint); }
.ova-dark .ova-pill--outline { color: var(--ova-mint); border-color: var(--ova-mint); }
.ova-dark .ova-pill--outline:hover { background: var(--ova-emerald); color: var(--ova-pine); border-color: var(--ova-emerald); }
.ova-dark a:hover { color: var(--ova-emerald); }
.ova-dark .ova-footer { border-top-color: var(--ova-mint); }
.ova-dark .ova-consent .ova-box { background: transparent; border-color: rgba(244, 241, 234, .6); }
.ova-dark .ova-consent input:checked + .ova-box { background: var(--ova-emerald); border-color: var(--ova-emerald); }
.ova-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 64px var(--ova-pad-x); }
.ova-contact-grid h1 { font-weight: 700; font-size: clamp(38px, 4vw, 56px); line-height: 1; text-transform: uppercase; }
.ova-contact-intro { font-weight: 300; font-size: 15px; opacity: .75; margin-top: 18px; max-width: 400px; line-height: 1.7; }
.ova-contact-ways { display: flex; flex-direction: column; margin-top: 40px; border: 2px solid var(--ova-mint); }
.ova-contact-way { display: flex; align-items: center; gap: 18px; padding: 24px 28px; border-bottom: 2px solid var(--ova-mint); text-decoration: none; }
.ova-contact-way:last-child { border-bottom: 0; }
.ova-contact-way b { display: block; font-weight: 700; font-size: 17px; }
.ova-contact-way small { display: block; font-weight: 300; font-size: 12.5px; opacity: .65; }
.ova-contact-form {
	border: 2px solid var(--ova-mint); padding: clamp(28px, 3.4vw, 44px) clamp(22px, 3.4vw, 48px);
	display: flex; flex-direction: column; gap: 22px; align-self: start; border-radius: var(--ova-r-card);
}
.ova-contact-form h2 { font-weight: 700; font-size: 19px; }
.ova-contact-form .ova-input { background: transparent; color: var(--ova-mint); border: 2px solid rgba(244, 241, 234, .5); border-radius: var(--ova-r-card); }
.ova-contact-form .ova-input:focus { border-color: var(--ova-emerald); }
.ova-contact-form .ova-input::placeholder { color: rgba(234, 246, 240, .45); }
.ova-contact-form .ova-field > span { opacity: .7; }
.ova-contact-form .ova-chip { border-color: rgba(244, 241, 234, .5); color: var(--ova-mint); border-radius: var(--ova-r-card); font-size: 12.5px; padding: 9px 16px; }
.ova-contact-form .ova-chip.is-on { color: var(--ova-pine); }
.ova-form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ova-form-msg { font-weight: 700; font-size: 14px; display: none; }
.ova-form-msg.is-ok { display: block; color: var(--ova-emerald); }
.ova-form-msg.is-err { display: block; color: #e5484d; }

/* =========================================================
   18. Simulation (funnel 4 étapes)
   ========================================================= */

.ova-funnel-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; padding: 56px var(--ova-pad-x); }
.ova-funnel-grid h1 { font-weight: 700; font-size: clamp(34px, 3.4vw, 46px); line-height: 1.02; text-transform: uppercase; }
.ova-funnel-grid h1 .ova-alt { color: var(--ova-emerald); }
.ova-funnel-steps { display: flex; flex-direction: column; margin-top: 36px; border-left: 2px solid rgba(15, 51, 40, .2); }
.ova-funnel-step { display: flex; align-items: center; gap: 16px; padding: 16px 0 16px 24px; opacity: .45; }
.ova-funnel-step.is-on { opacity: 1; border-left: 3px solid var(--ova-emerald); margin-left: -2.5px; }
.ova-funnel-step b:first-child { font-weight: 700; font-size: 22px; }
.ova-funnel-step.is-on b:first-child { color: var(--ova-emerald); }
.ova-funnel-step div b { display: block; font-weight: 700; font-size: 15px; }
.ova-funnel-step div span { display: block; font-weight: 300; font-size: 12.5px; opacity: .6; }
.ova-funnel-visio {
	border: 1.5px solid var(--ova-emerald); background: #fff; padding: 22px 24px; margin-top: 36px;
	display: flex; flex-direction: column; gap: 12px; border-radius: var(--ova-r-card);
}
.ova-funnel-card {
	border: 1px solid var(--ova-line); background: #fff; padding: clamp(28px, 3.4vw, 44px) clamp(22px, 3.6vw, 48px);
	display: flex; flex-direction: column; gap: 30px; align-self: start;
	box-shadow: 10px 10px 0 rgba(15, 51, 40, .08); border-radius: var(--ova-r-card);
}
.ova-funnel-card h2 { font-weight: 700; font-size: 19px; }
.ova-funnel-card .ova-panel { display: none; flex-direction: column; gap: 30px; }
.ova-funnel-card .ova-panel.is-on { display: flex; }
.ova-choices { display: flex; gap: 10px; flex-wrap: wrap; }
.ova-choices .ova-chip { border-radius: var(--ova-r-card); }
.ova-funnel-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ova-funnel-nav .ova-ghostlink { text-decoration: none; font-weight: 300; font-size: 13px; opacity: .55; background: none; border: 0; cursor: pointer; font-family: inherit; color: inherit; }
.ova-timer {
	display: flex; align-items: center; gap: 8px; border: 1px solid var(--ova-emerald); color: var(--ova-gold);
	font-weight: 400; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
	padding: 8px 14px; border-radius: var(--ova-r-pill);
}
.ova-hint { font-weight: 300; font-size: 11.5px; opacity: .5; }
.ova-recap { background: var(--ova-mint); border-radius: 14px; padding: 20px 24px; font-size: 14px; line-height: 1.9; }
.ova-recap b { font-weight: 700; }
.ova-score { border: 2px solid #2e6b45; background: #eef6f0; color: #1d4a2f; border-radius: 14px; padding: 18px 22px; }

/* =========================================================
   19. Connexion / espace client
   ========================================================= */

.ova-login-split { display: grid; grid-template-columns: 1.05fr 1fr; min-height: 60vh; }
.ova-login-aside {
	position: relative; overflow: hidden; background: var(--ova-pine); color: var(--ova-mint);
	padding: 66px 60px; display: flex; flex-direction: column; justify-content: center;
}
.ova-login-aside::before {
	content: ""; position: absolute; left: -12%; top: -18%; width: 460px; height: 460px; border-radius: 50%;
	background: radial-gradient(closest-side, rgba(23, 166, 115, .4), transparent 72%); pointer-events: none;
}
.ova-login-aside h1 { font-weight: 800; font-size: clamp(33px, 3.8vw, 54px); line-height: 1.02; letter-spacing: -.01em; position: relative; }
.ova-login-aside p { position: relative; font-weight: 300; font-size: 15.5px; opacity: .82; margin-top: 18px; max-width: 420px; line-height: 1.7; }
.ova-login-form-col { padding: 66px 60px; display: flex; flex-direction: column; justify-content: center; }
.ova-login-form-col h2 { font-weight: 800; font-size: 28px; line-height: 1.1; }
.ova-login-form-col .ova-sub { font-weight: 300; font-size: 14px; opacity: .65; margin-top: 6px; }
.ova-login-form-col form { display: flex; flex-direction: column; gap: 20px; margin-top: 34px; max-width: 440px; }
.ova-login-form-col form p { margin: 0; }
.ova-login-form-col label { display: block; font-weight: 700; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; opacity: .55; margin-bottom: 8px; }
.ova-login-form-col input[type=text], .ova-login-form-col input[type=password] {
	border: 1.5px solid rgba(15, 51, 40, .16); background: #fff; border-radius: 14px;
	padding: 14px 16px; font: 400 14px var(--ova-font); color: var(--ova-pine);
	outline: none; width: 100%; box-sizing: border-box;
}
.ova-login-form-col input:focus { border-color: var(--ova-emerald); box-shadow: 0 0 0 4px rgba(23, 166, 115, .15); }
.ova-login-form-col .login-remember { font-weight: 300; font-size: 13px; }
.ova-login-form-col .login-remember label { display: inline; text-transform: none; letter-spacing: 0; opacity: .8; font-weight: 300; font-size: 13px; }
.ova-login-form-col input[type=submit] {
	background: var(--ova-emerald); color: #fff; font-weight: 800; font-size: 14px; letter-spacing: .04em;
	padding: 16px; border-radius: var(--ova-r-pill); border: 0; cursor: pointer; width: 100%;
	font-family: var(--ova-font); transition: transform .25s ease, box-shadow .3s ease;
}
.ova-login-form-col input[type=submit]:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23, 166, 115, .32); }
.ova-login-help { font-weight: 300; font-size: 12.5px; opacity: .7; margin-top: 18px; }
.ova-login-help a { color: var(--ova-emerald-dark); font-weight: 700; }

/* =========================================================
   20. Animations, révélations, accessibilité
   ========================================================= */

@keyframes ova-fadeup { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes ova-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes ova-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
@keyframes ova-blob { 0%, 100% { transform: scale(1); opacity: .55; } 50% { transform: scale(1.12); opacity: .8; } }
@keyframes ova-draw { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes ova-mq-l { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes ova-mq-r { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes ova-heart { 0%, 100% { transform: scale(1); } 12% { transform: scale(1.35); } 24% { transform: scale(1); } 36% { transform: scale(1.2); } 48% { transform: scale(1); } }
@keyframes ova-faqopen { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
@keyframes ova-drop {
	0% { opacity: 0; transform: translateY(-44px) scale(.9) rotate(var(--rot, 0deg)); }
	65% { opacity: 1; transform: translateY(7px) scale(1.02) rotate(var(--rot, 0deg)); }
	100% { opacity: 1; transform: translateY(0) rotate(var(--rot, 0deg)); }
}

/* Révélations au scroll : seulement si JS présent (contenu visible sinon) */
.ova-js .ova-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.ova-js .ova-reveal.ova-in { opacity: 1; transform: none; }
.ova-js .ova-stag { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.ova-js .ova-in .ova-stag { opacity: 1; transform: none; }
.ova-js .ova-in .ova-stag:nth-child(2) { transition-delay: .09s; }
.ova-js .ova-in .ova-stag:nth-child(3) { transition-delay: .18s; }
.ova-js .ova-in .ova-stag:nth-child(4) { transition-delay: .27s; }
.ova-js .ova-in .ova-stag:nth-child(5) { transition-delay: .36s; }
.ova-js .ova-line { display: block; overflow: hidden; padding: .14em 0 .1em; margin: -.14em 0 -.1em; }
.ova-js .ova-line > span { display: inline-block; transform: translateY(120%); transition: transform .75s cubic-bezier(.2, .85, .25, 1); }
.ova-js .ova-in .ova-line > span { transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	html { scroll-behavior: auto; }
	.ova-js .ova-reveal, .ova-js .ova-stag, .ova-js .ova-notif { opacity: 1 !important; transform: none !important; }
	.ova-js .ova-line > span { transform: none !important; }
	.ova-mq-row { animation: none !important; flex-wrap: wrap; width: auto; }
}

/* =========================================================
   21. Responsive
   ========================================================= */

@media (max-width: 1080px) {
	.ova-hero { grid-template-columns: 1fr; gap: 24px; }
	.ova-hero-visual { margin: 0; max-width: 560px; justify-self: center; }
	.ova-espace, .ova-exemple, .ova-faq, .ova-simu-grid { grid-template-columns: 1fr; gap: 34px; }
	.ova-faq-side { position: static; }
	.ova-guides-grid { grid-template-columns: 1fr; }
	.ova-hub-grid { grid-template-columns: 1fr 1fr; }
	.ova-article-grid { grid-template-columns: 1fr; }
	.ova-aside { position: static; }
	.ova-contact-grid, .ova-funnel-grid, .ova-login-split { grid-template-columns: 1fr; }
	.ova-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
	.ova-island { margin: 52px 12px; border-radius: 24px; }
	.ova-steps-grid { grid-template-columns: 1fr 1fr; gap: 34px 14px; }
	.ova-steps-track { display: none; }
	.ova-hub-grid, .ova-form-2col, .ova-ptz-grid { grid-template-columns: 1fr; }
	.ova-hub-feature { grid-template-columns: 1fr; }
	.ova-notif { max-width: none; --rot: 0deg !important; }
	.ova-simu-card { padding: 26px 22px; }
	.ova-footer-grid { grid-template-columns: 1fr; }
	.ova-faq-item summary { font-size: 16px; padding: 20px 22px; }
	.ova-badges, .ova-legal-line { padding-left: 20px; padding-right: 20px; }
}
