/*
Theme Name: Onveutacheter.fr
Theme URI: https://onveutacheter.fr
Author: Onveutacheter.fr
Description: Thème sur mesure d'onveutacheter.fr — courtier en crédit immobilier. Thème à blocs entièrement modifiable dans l'éditeur de site.
Version: 1.3.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: onveutacheter
*/

/* ==========================================================================
   Base
   ========================================================================== */

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

::selection { background: #E15A32; color: #101A15; }

a { text-decoration: none; }

/* Largeur standard des sections */
.ova-wrap {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

/* Trame de points décorative */
.ova-dots {
	background-image: radial-gradient(rgba(241, 236, 225, 0.05) 1.4px, transparent 1.4px);
	background-size: 28px 28px;
}
.ova-dots-dark {
	background-image: radial-gradient(rgba(18, 58, 44, 0.06) 1.4px, transparent 1.4px);
	background-size: 26px 26px;
}

/* Boutons */
.ova-btn {
	display: inline-block;
	background: #123A2C;
	color: #F1ECE1 !important;
	padding: 16px 30px;
	border-radius: 14px;
	font-size: 17px;
	font-weight: 600;
	transition: transform .15s ease, box-shadow .15s ease;
}
.ova-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(225, 90, 50, 0.35); }
.ova-btn-orange {
	background: #E15A32;
	color: #123A2C !important;
	box-shadow: 0 6px 20px rgba(225, 90, 50, 0.25);
}
.ova-btn-ghost {
	background: transparent;
	border: 1px solid rgba(241, 236, 225, 0.3);
	color: #F1ECE1 !important;
}
.ova-btn-ghost:hover { background: rgba(241, 236, 225, 0.08); box-shadow: none; }

.wp-block-buttons .wp-block-button__link {
	border-radius: 14px;
	font-size: 17px;
	font-weight: 600;
	padding: 16px 30px;
	transition: transform .15s ease, box-shadow .15s ease;
}
.wp-block-buttons .wp-block-button__link:hover { transform: translateY(-2px); }

/* Kicker (petit surtitre orange) */
.ova-kicker {
	font-size: 13px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #C24A26;
	font-weight: 600;
}

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

.ova-nav {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(241, 236, 225, 0.85);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(16, 26, 21, 0.08);
}
.ova-nav-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 16px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.ova-logo {
	margin: 0;
	font-family: 'Sentient', serif;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: -0.02em;
}
.ova-logo a { color: #123A2C; }
.ova-logo em { font-style: normal; color: #E15A32; }
.ova-nav-links {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
	font-size: 15px;
	font-weight: 500;
}
.ova-nav-links a { color: rgba(16, 26, 21, 0.7); transition: color .15s ease; }
.ova-nav-links a:hover { color: #E15A32; }
.ova-nav-links a.ova-btn {
	background: #123A2C;
	color: #F1ECE1 !important;
	padding: 11px 22px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 600;
}

/* ==========================================================================
   Héro (page d'accueil)
   ========================================================================== */

.ova-hero {
	background-color: #123A2C;
	color: #F1ECE1;
	overflow: hidden;
}
.ova-hero-grid {
	max-width: 1180px;
	margin: 0 auto;
	padding: 82px 32px 92px;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 56px;
	align-items: center;
}
.ova-hero h1 {
	margin: 0;
	font-size: clamp(42px, 6vw, 70px);
	line-height: 1.0;
	letter-spacing: -0.025em;
	color: #F1ECE1;
}
.ova-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(241, 236, 225, 0.1);
	border: 1px solid rgba(241, 236, 225, 0.2);
	padding: 8px 15px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(241, 236, 225, 0.85);
	margin: 0 0 28px;
}
.ova-hero-badge::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #E15A32;
}
.ova-hero-lede {
	margin: 28px 0 0;
	max-width: 510px;
	font-size: 20px;
	line-height: 1.55;
	color: rgba(241, 236, 225, 0.82);
}
.ova-hero .wp-block-buttons { margin-top: 38px; }
.ova-hero-checks {
	display: flex;
	gap: 28px;
	margin-top: 40px;
	flex-wrap: wrap;
}
.ova-check {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 14px;
	color: rgba(241, 236, 225, 0.75);
}
.ova-check::before { content: "✓"; color: #8FBAA6; font-weight: 700; }

/* Carte illustration du héro */
.ova-hero-illu {
	background: #F1ECE1;
	border-radius: 24px;
	padding: 26px 26px 18px;
	box-shadow: 0 30px 70px rgba(16, 26, 21, 0.35);
}
.ova-hero-illu img {
	display: block;
	width: 100%;
	height: auto;
}

/* Carte conversation (héro à l'origine, section accompagnement désormais) */
.ova-chat {
	background: #F1ECE1;
	border-radius: 24px;
	padding: 22px 22px 24px;
	color: #101A15;
	box-shadow: 0 30px 70px rgba(16, 26, 21, 0.35);
	font-size: 15px;
}
.ova-chat-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(16, 26, 21, 0.1);
}
.ova-chat-avatar { position: relative; width: 42px; height: 42px; flex-shrink: 0; }
.ova-chat-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
.ova-chat-avatar::after {
	content: "";
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #3EA76F;
	border: 2px solid #F1ECE1;
}
.ova-chat-name { flex: 1; min-width: 0; }
.ova-chat-name strong { display: block; font-size: 15px; font-weight: 600; line-height: 1.2; }
.ova-chat-name span { font-size: 12px; color: #3EA76F; font-weight: 500; }
.ova-chat-tag {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(16, 26, 21, 0.4);
}
.ova-chat-body { display: flex; flex-direction: column; gap: 10px; padding-top: 18px; }
.ova-bubble {
	max-width: 88%;
	background: #DEE7DA;
	color: #123A2C;
	padding: 13px 16px;
	border-radius: 16px 16px 16px 4px;
	line-height: 1.45;
}
.ova-bubble-me {
	align-self: flex-end;
	max-width: 80%;
	background: #123A2C;
	color: #F1ECE1;
	border-radius: 16px 16px 4px 16px;
}
.ova-offer {
	max-width: 92%;
	background: #F8F4EA;
	border: 1px solid rgba(16, 26, 21, 0.1);
	border-radius: 16px;
	padding: 14px 16px;
}
.ova-offer-top { display: flex; justify-content: space-between; align-items: center; }
.ova-offer-top b {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #C24A26;
}
.ova-offer-top span { font-size: 12px; color: rgba(16, 26, 21, 0.5); }
.ova-offer-figures { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 8px; }
.ova-offer-figures small { display: block; font-size: 12px; color: rgba(16, 26, 21, 0.55); }
.ova-offer-rate { font-family: 'Sentient', serif; font-size: 30px; font-weight: 500; color: #123A2C; line-height: 1; margin-top: 2px; }
.ova-offer-monthly { font-size: 20px; font-weight: 700; color: #123A2C; line-height: 1; margin-top: 4px; text-align: right; }
.ova-chat-cta {
	margin-top: 6px;
	background: #E15A32;
	color: #123A2C;
	padding: 13px;
	border-radius: 14px;
	font-weight: 600;
	text-align: center;
}

/* Bandeau banques */
.ova-banks {
	border-top: 1px solid rgba(241, 236, 225, 0.14);
	background-color: #123A2C;
	color: #F1ECE1;
}
.ova-banks-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 22px 32px;
	display: flex;
	align-items: center;
	gap: 34px;
	flex-wrap: wrap;
}
.ova-banks-label {
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(241, 236, 225, 0.5);
	font-weight: 600;
}
.ova-banks-names {
	margin: 0;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items: center;
	font-family: 'Sentient', serif;
	font-size: 19px;
	font-weight: 500;
	color: rgba(241, 236, 225, 0.6);
}

/* ==========================================================================
   Sections génériques
   ========================================================================== */

.ova-section { padding: 96px 0; }
.ova-section-intro { max-width: 660px; margin-bottom: 52px; }
.ova-section-intro.ova-center { margin-left: auto; margin-right: auto; text-align: center; }
.ova-section h2 {
	margin: 16px 0 0;
	font-size: clamp(34px, 4.5vw, 50px);
	line-height: 1.05;
}
.ova-section-intro p {
	margin: 18px 0 0;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(16, 26, 21, 0.68);
}

/* Fond crème clair (section Pourquoi) */
.ova-band {
	background: #F8F4EA;
	border-top: 1px solid rgba(16, 26, 21, 0.08);
	border-bottom: 1px solid rgba(16, 26, 21, 0.08);
}

/* Section conseiller / espace client */
.ova-advisor-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 64px;
	align-items: center;
}
.ova-advisor h2 { margin: 16px 0 0; }
.ova-advisor-lede {
	margin: 20px 0 0;
	max-width: 520px;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(16, 26, 21, 0.68);
}
.ova-advisor-checks {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 30px;
}
.ova-advisor .ova-check { color: rgba(16, 26, 21, 0.7); }
.ova-advisor .ova-chat {
	box-shadow: 0 18px 44px rgba(16, 26, 21, 0.14);
	border: 1px solid rgba(16, 26, 21, 0.08);
	max-width: 440px;
	justify-self: center;
	width: 100%;
}

/* Cartes valeurs */
.ova-card {
	background: #F1ECE1;
	border: 1px solid rgba(16, 26, 21, 0.09);
	border-radius: 20px;
	padding: 34px;
	height: 100%;
}
.ova-card h3 { margin: 0 0 10px; font-size: 25px; }
.ova-card p { margin: 0; font-size: 16px; line-height: 1.55; color: rgba(16, 26, 21, 0.66); }
.ova-card-icon {
	width: 48px;
	height: 48px;
	border-radius: 13px;
	background: #DEE7DA;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
}

/* Étapes */
.ova-step { border-top: 2px solid rgba(16, 26, 21, 0.15); padding-top: 24px; height: 100%; }
.ova-step-active { border-top-color: #E15A32; }
.ova-step-num {
	margin: 0;
	font-family: 'Sentient', serif;
	font-size: 19px;
	font-weight: 500;
	color: rgba(16, 26, 21, 0.4);
}
.ova-step-active .ova-step-num { color: #E15A32; }
.ova-step h3 { margin: 12px 0 8px; font-family: 'Hanken Grotesk', sans-serif; font-size: 20px; font-weight: 600; letter-spacing: 0; }
.ova-step p { margin: 0; font-size: 15px; line-height: 1.55; color: rgba(16, 26, 21, 0.65); }

/* ==========================================================================
   Simulateur
   ========================================================================== */

.ova-sim {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 24px;
	align-items: stretch;
}
.ova-sim-controls {
	background: #F8F4EA;
	border: 1px solid rgba(16, 26, 21, 0.09);
	border-radius: 24px;
	padding: 38px;
}
.ova-sim-field { margin-bottom: 32px; }
.ova-sim-field:last-child { margin-bottom: 0; }
.ova-sim-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 14px;
}
.ova-sim-row span { font-size: 16px; font-weight: 600; }
.ova-sim-row output {
	font-family: 'Sentient', serif;
	font-size: 24px;
	font-weight: 500;
	color: #123A2C;
}
.ova-sim-minmax {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: rgba(16, 26, 21, 0.45);
	margin-top: 8px;
}
.ova-sim input[type=range] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 6px;
	border-radius: 999px;
	background: #DEE7DA;
	outline: none;
	margin: 0;
}
.ova-sim input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #E15A32;
	cursor: pointer;
	border: 4px solid #F1ECE1;
	box-shadow: 0 2px 8px rgba(16, 26, 21, 0.25);
}
.ova-sim input[type=range]::-moz-range-thumb {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #E15A32;
	cursor: pointer;
	border: 4px solid #F1ECE1;
	box-shadow: 0 2px 8px rgba(16, 26, 21, 0.25);
}
.ova-sim-result {
	background-color: #123A2C;
	background-image: radial-gradient(rgba(241, 236, 225, 0.045) 1.3px, transparent 1.3px);
	background-size: 22px 22px;
	color: #F1ECE1;
	border-radius: 24px;
	padding: 38px;
	display: flex;
	flex-direction: column;
}
.ova-sim-kicker {
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(241, 236, 225, 0.55);
	font-weight: 600;
}
.ova-sim-monthly { display: flex; align-items: baseline; gap: 6px; margin-top: 12px; }
.ova-sim-monthly > span:first-child {
	font-family: 'Sentient', serif;
	font-size: clamp(44px, 5vw, 64px);
	font-weight: 500;
	line-height: 1;
}
.ova-sim-permo { font-size: 22px; color: rgba(241, 236, 225, 0.7); }
.ova-sim-note { font-size: 14px; color: rgba(241, 236, 225, 0.6); margin-top: 10px; }
.ova-sim-result hr {
	border: none;
	height: 1px;
	background: rgba(241, 236, 225, 0.16);
	margin: 26px 0;
	width: 100%;
}
.ova-sim-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ova-sim-facts small { display: block; font-size: 13px; color: rgba(241, 236, 225, 0.55); }
.ova-sim-facts strong { display: block; font-size: 22px; font-weight: 700; margin-top: 4px; }
.ova-sim-result .ova-btn { margin-top: auto; margin-top: 28px; text-align: center; }
.ova-sim-legal {
	font-size: 12px;
	color: rgba(241, 236, 225, 0.65);
	margin-top: 14px;
	text-align: center;
}

/* ==========================================================================
   Témoignage + chiffres
   ========================================================================== */

.ova-testimonial {
	background-color: #123A2C;
	color: #F1ECE1;
}
.ova-testimonial-grid {
	max-width: 1180px;
	margin: 0 auto;
	padding: 92px 32px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: center;
}
.ova-quote-card {
	background: rgba(241, 236, 225, 0.06);
	border: 1px solid rgba(241, 236, 225, 0.14);
	border-radius: 22px;
	padding: 40px;
}
.ova-quote {
	margin: 0;
	font-family: 'Sentient', serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.35;
}
.ova-quote-author { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.ova-quote-initial {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #E15A32;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Sentient', serif;
	font-weight: 500;
	color: #123A2C;
	font-size: 18px;
	flex-shrink: 0;
}
.ova-quote-author p { margin: 0; font-size: 16px; font-weight: 600; line-height: 1.4; }
.ova-quote-author p small {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: rgba(241, 236, 225, 0.6);
}
.ova-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ova-stat-num {
	margin: 0;
	font-family: 'Sentient', serif;
	font-size: clamp(38px, 4vw, 52px);
	font-weight: 500;
	line-height: 1;
	color: #F1ECE1;
}
.ova-stat-label { margin: 8px 0 0; font-size: 14px; color: rgba(241, 236, 225, 0.65); }

/* ==========================================================================
   FAQ
   ========================================================================== */

.ova-faq-section { max-width: 820px; margin: 0 auto; padding: 96px 32px; }
.ova-faq-list { display: flex; flex-direction: column; gap: 12px; }
details.ova-faq {
	background: #F8F4EA;
	border: 1px solid rgba(16, 26, 21, 0.09);
	border-radius: 16px;
	padding: 22px 26px;
	transition: background .15s ease;
}
details.ova-faq:hover { background: #F8F4EA; }
details.ova-faq summary {
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}
details.ova-faq summary::-webkit-details-marker { display: none; }
details.ova-faq summary::after { content: "+"; color: #E15A32; font-size: 24px; flex-shrink: 0; }
details.ova-faq[open] summary::after { content: "–"; }
details.ova-faq p {
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(16, 26, 21, 0.68);
}

/* ==========================================================================
   CTA final / newsletter
   ========================================================================== */

.ova-cta {
	background-color: #E15A32;
	border-radius: 28px;
	padding: 72px 56px;
	text-align: center;
	overflow: hidden;
}
.ova-cta h2 {
	margin: 0 auto;
	font-size: clamp(38px, 5vw, 56px);
	line-height: 1.02;
	letter-spacing: -0.02em;
	color: #123A2C;
	max-width: 720px;
}
.ova-cta p {
	margin: 22px auto 0;
	max-width: 520px;
	font-size: 19px;
	line-height: 1.5;
	color: #123A2C;
	opacity: 0.85;
}
.ova-cta .wp-block-buttons { margin-top: 36px; justify-content: center; }

/* ==========================================================================
   Blog / Le Journal
   ========================================================================== */

.ova-blog-header { max-width: 1180px; margin: 0 auto; padding: 72px 32px 40px; }
.ova-blog-header h1 {
	margin: 18px 0 0;
	font-size: clamp(40px, 6vw, 64px);
	line-height: 1.0;
	letter-spacing: -0.025em;
	max-width: 820px;
}
.ova-blog-header > p:not(.ova-kicker) {
	margin: 22px 0 0;
	max-width: 560px;
	font-size: 19px;
	line-height: 1.55;
	color: rgba(16, 26, 21, 0.68);
}

/* Puces catégories (bloc Catégories de WP) */
.ova-chips { margin-top: 34px; }
.ova-chips ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.ova-chips li { margin: 0; }
.ova-chips li a {
	display: inline-block;
	background: transparent;
	color: #123A2C;
	border: 1px solid rgba(16, 26, 21, 0.18);
	padding: 9px 17px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.ova-chips li a:hover { background: #123A2C; color: #F1ECE1; border-color: #123A2C; }

/* Grille d'articles (boucle de requête) */
.ova-post-grid { max-width: 1180px; margin: 0 auto; padding: 48px 32px 40px; }
.ova-post-grid .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 24px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ova-post-grid .wp-block-post {
	display: flex;
	flex-direction: column;
	background: #F8F4EA;
	border: 1px solid rgba(16, 26, 21, 0.09);
	border-radius: 20px;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ova-post-grid .wp-block-post:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 44px rgba(16, 26, 21, 0.12);
	border-color: rgba(16, 26, 21, 0.16);
}
/* Bandeau coloré en tête de carte : couleurs qui tournent */
.ova-post-grid .wp-block-post .ova-card-band {
	height: 120px;
	position: relative;
	background-color: #DCC7B0;
	background-image: radial-gradient(rgba(16, 26, 21, 0.10) 1.3px, transparent 1.3px);
	background-size: 20px 20px;
	margin: 0;
}
.ova-post-grid .wp-block-post:nth-child(6n+2) .ova-card-band { background-color: #8FBAA6; }
.ova-post-grid .wp-block-post:nth-child(6n+3) .ova-card-band { background-color: #123A2C; }
.ova-post-grid .wp-block-post:nth-child(6n+4) .ova-card-band { background-color: #E7B7A3; }
.ova-post-grid .wp-block-post:nth-child(6n+5) .ova-card-band { background-color: #B9C9A6; }
.ova-post-grid .wp-block-post:nth-child(6n) .ova-card-band { background-color: #C9B8D6; }
.ova-post-grid .wp-block-post .ova-card-band .taxonomy-category {
	position: absolute;
	right: 16px;
	top: 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.ova-post-grid .wp-block-post .ova-card-band .taxonomy-category a {
	background: rgba(241, 236, 225, 0.92);
	color: #123A2C;
	padding: 5px 12px;
	border-radius: 999px;
	display: inline-block;
}
.ova-post-grid .wp-block-post-title {
	margin: 22px 24px 0;
	font-family: 'Sentient', serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.15;
	letter-spacing: -0.01em;
}
.ova-post-grid .wp-block-post-title a { color: #101A15; }
.ova-post-grid .wp-block-post-excerpt {
	margin: 12px 24px 0;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(16, 26, 21, 0.62);
	flex: 1;
}
.ova-post-grid .wp-block-post-excerpt__more-text { display: none; }
.ova-post-grid .wp-block-post-date {
	margin: 20px 24px 26px;
	font-size: 13px;
	color: rgba(16, 26, 21, 0.5);
}

/* Carte « À la une » */
.ova-featured { max-width: 1180px; margin: 0 auto; padding: 20px 32px 8px; }

/* Newsletter */
.ova-news {
	background-color: #E15A32;
	border-radius: 28px;
	padding: 56px 48px;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 32px;
	align-items: center;
	overflow: hidden;
}
.ova-news h2 { margin: 0; font-size: clamp(30px, 4vw, 40px); line-height: 1.05; color: #123A2C; max-width: 460px; }
.ova-news p { margin: 16px 0 0; max-width: 440px; font-size: 17px; line-height: 1.5; color: #123A2C; opacity: 0.85; }
.ova-news-form { display: flex; flex-direction: column; gap: 12px; }
.ova-news-form input[type=email] {
	width: 100%;
	padding: 16px 18px;
	border-radius: 14px;
	border: 1px solid rgba(18, 58, 44, 0.25);
	background: #F1ECE1;
	color: #101A15;
	font-size: 16px;
	font-family: 'Hanken Grotesk', sans-serif;
	outline: none;
}

/* ==========================================================================
   Article seul
   ========================================================================== */

.ova-post-header { max-width: 760px; margin: 0 auto; padding: 44px 32px 0; }
.ova-breadcrumb {
	margin: 0;
	font-size: 14px;
	color: rgba(16, 26, 21, 0.5);
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}
.ova-breadcrumb a { color: rgba(16, 26, 21, 0.5); }
.ova-breadcrumb a:hover { color: #E15A32; }
.ova-post-header .wp-block-post-terms { font-size: 14px; }
.ova-post-header .wp-block-post-terms a { color: #C24A26; font-weight: 600; }
.ova-post-header .wp-block-post-title {
	margin: 20px 0 0;
	font-size: clamp(32px, 5vw, 46px);
	line-height: 1.08;
	letter-spacing: -0.02em;
}
.ova-post-meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 22px;
	font-size: 14px;
	color: rgba(16, 26, 21, 0.55);
	flex-wrap: wrap;
}
.ova-post-meta .wp-block-post-date { font-size: 14px; }
.ova-post-meta p { margin: 0; display: flex; align-items: center; gap: 9px; }
.ova-author-badge {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #E15A32;
	color: #123A2C;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Sentient', serif;
	font-weight: 500;
	font-size: 14px;
}

/* Corps de l'article */
.ova-post-body { padding: 10px 0 40px; }
.ova-post-body > * { margin-top: 18px; }
.ova-post-body p { font-size: 18px; line-height: 1.7; color: rgba(16, 26, 21, 0.78); }
.ova-post-body h2 {
	margin-top: 44px;
	font-size: 30px;
	line-height: 1.12;
	letter-spacing: -0.015em;
	color: #101A15;
}
.ova-post-body h3 { margin-top: 34px; font-size: 24px; color: #101A15; }
.ova-post-body ul, .ova-post-body ol {
	padding-left: 22px;
	font-size: 18px;
	line-height: 1.7;
	color: rgba(16, 26, 21, 0.78);
}
.ova-post-body li { margin: 8px 0; }

/* Encadré « À retenir » */
.ova-callout {
	margin-top: 30px;
	background: #F8F4EA;
	border: 1px solid rgba(16, 26, 21, 0.1);
	border-left: 4px solid #E15A32;
	border-radius: 14px;
	padding: 22px 26px;
}
.ova-callout p { margin: 0; font-size: 17px; line-height: 1.6; color: rgba(16, 26, 21, 0.8); }
.ova-callout strong { color: #123A2C; }

/* CTA en fin d'article */
.ova-post-cta {
	margin-top: 40px;
	background-color: #123A2C;
	background-image: radial-gradient(rgba(241, 236, 225, 0.045) 1.3px, transparent 1.3px);
	background-size: 22px 22px;
	border-radius: 20px;
	padding: 34px;
	color: #F1ECE1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.ova-post-cta h2, .ova-post-cta .ova-post-cta-title {
	margin: 0;
	font-family: 'Sentient', serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.15;
	color: #F1ECE1;
}
.ova-post-cta p { margin: 10px 0 0; font-size: 15px; line-height: 1.5; color: rgba(241, 236, 225, 0.75); max-width: 420px; }
.ova-post-cta .ova-btn { white-space: nowrap; }

.ova-disclaimer {
	margin-top: 44px;
	padding-top: 26px;
	border-top: 1px solid rgba(16, 26, 21, 0.12);
	font-size: 14px !important;
	line-height: 1.6;
	color: rgba(16, 26, 21, 0.5) !important;
}

/* À lire aussi */
.ova-related { max-width: 1180px; margin: 0 auto; padding: 20px 32px 80px; }
.ova-related > h2 { margin: 0 0 24px; font-size: 28px; }

/* ==========================================================================
   Pied de page
   ========================================================================== */

.ova-footer { background: #101A15; color: #F1ECE1; }
.ova-footer-inner { max-width: 1180px; margin: 0 auto; padding: 64px 32px 40px; }
.ova-footer .wp-block-columns { gap: 32px; }
.ova-footer-brand {
	margin: 0;
	font-family: 'Sentient', serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #F1ECE1;
}
.ova-footer-brand em { font-style: normal; color: #E15A32; }
.ova-footer-about {
	margin: 14px 0 0;
	max-width: 270px;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(241, 236, 225, 0.55);
}
.ova-footer-title {
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(241, 236, 225, 0.5);
	font-family: 'Hanken Grotesk', sans-serif;
}
.ova-footer-links { margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 15px; color: rgba(241, 236, 225, 0.75); }
.ova-footer-links a { color: rgba(241, 236, 225, 0.75); transition: color .15s ease; }
.ova-footer-links a:hover { color: #E15A32; }
.ova-footer hr {
	border: none;
	height: 1px;
	background: rgba(241, 236, 225, 0.14);
	margin: 40px 0 24px;
}
.ova-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 13px;
	color: rgba(241, 236, 225, 0.65);
}
.ova-footer-bottom p { margin: 0; font-size: 13px; }
.ova-footer-bottom a { color: rgba(241, 236, 225, 0.65); }
.ova-footer-bottom a:hover { color: #E15A32; }
.ova-footer-legal {
	margin: 26px 0 0 !important;
	font-size: 12px !important;
	line-height: 1.5;
	color: rgba(241, 236, 225, 0.55) !important;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 900px) {
	.ova-hero-grid { grid-template-columns: 1fr; padding: 56px 24px 64px; gap: 40px; }
	.ova-hero-illu { max-width: 480px; }
	.ova-advisor-grid { grid-template-columns: 1fr; gap: 40px; }
	.ova-sim { grid-template-columns: 1fr; }
	.ova-testimonial-grid { grid-template-columns: 1fr; padding: 64px 24px; }
	.ova-news { grid-template-columns: 1fr; padding: 40px 28px; }
	.ova-cta { padding: 52px 28px; }
	.ova-section { padding: 64px 0; }
}

@media (max-width: 640px) {
	.ova-nav-links { flex-wrap: wrap; gap: 8px 14px; font-size: 14px; }
	.ova-nav-links a.ova-btn { padding: 8px 14px; font-size: 14px; }
	.ova-wrap, .ova-blog-header, .ova-post-header, .ova-faq-section { padding-left: 20px; padding-right: 20px; }
	.ova-sim-controls, .ova-sim-result { padding: 26px 22px; }
	.ova-stats { grid-template-columns: 1fr 1fr; gap: 18px; }
}

/* === Unité 8 : blog/404/recherche === */

/* Accessibilité : masquage visuel (contenu lisible par les lecteurs d'écran) */
.ova-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

/* Bouton de formulaire : même apparence que les liens .ova-btn */
button.ova-btn {
	border: 0;
	cursor: pointer;
	font-family: 'Hanken Grotesk', sans-serif;
	line-height: inherit;
	text-align: left; /* même rendu que l'ancien lien <a class="ova-btn"> */
}

/* Bloc recherche natif, stylé charte */
.ova-search .wp-block-search__inside-wrapper {
	display: flex;
	gap: 10px;
	max-width: 520px;
}
.ova-search .wp-block-search__input {
	flex: 1;
	min-width: 0;
	padding: 16px 18px;
	border-radius: 14px;
	border: 1px solid rgba(18, 58, 44, 0.25);
	background: #F8F4EA;
	color: #101A15;
	font-size: 16px;
	font-family: 'Hanken Grotesk', sans-serif;
	outline: none;
}
.ova-search .wp-block-search__input:focus {
	border-color: #123A2C;
	box-shadow: 0 0 0 3px rgba(18, 58, 44, 0.15);
}
.ova-search .wp-block-search__button {
	margin: 0;
	border: 0;
	cursor: pointer;
	background: #123A2C;
	color: #F1ECE1;
	padding: 16px 24px;
	border-radius: 14px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Hanken Grotesk', sans-serif;
	transition: transform .15s ease, box-shadow .15s ease;
}
.ova-search .wp-block-search__button:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(225, 90, 50, 0.35);
}
.ova-blog-header .ova-search { margin-top: 28px; }

/* Page 404 : fond crème, centrée, espacement généreux */
.ova-404 {
	background: #F1ECE1;
	max-width: 720px;
	margin: 0 auto;
	padding: 100px 32px 130px;
	text-align: center;
}
.ova-404 h1 {
	margin: 0 0 18px;
	font-size: clamp(38px, 6vw, 58px);
	line-height: 1.05;
	color: #123A2C;
}
.ova-404 > p:not(.ova-kicker) {
	margin: 0 auto 40px;
	max-width: 520px;
	font-size: 18px;
	line-height: 1.6;
	color: #101A15;
	opacity: 0.85;
}
.ova-404 .ova-search { margin: 0 auto 44px; }
.ova-404 .ova-search .wp-block-search__inside-wrapper { margin: 0 auto; }
.ova-404-actions p {
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
}

/* Variante bouton contour sur fond clair */
.ova-btn-outline {
	background: transparent;
	border: 1px solid rgba(18, 58, 44, 0.35);
	color: #123A2C !important;
}
.ova-btn-outline:hover {
	background: rgba(18, 58, 44, 0.06);
	box-shadow: none;
}

/* Page de résultats de recherche
   (marge identique à .ova-blog-header h1 pour ne pas régresser les archives) */
.ova-blog-header .wp-block-query-title {
	margin: 18px 0 0;
	color: #123A2C;
}
.wp-block-query-no-results p {
	font-size: 17px;
	line-height: 1.6;
	color: #101A15;
	opacity: 0.85;
}
.wp-block-query-no-results a {
	color: #E15A32;
	font-weight: 600;
}

@media (max-width: 640px) {
	.ova-404 { padding: 72px 20px 96px; }
}

/* === Unité 5 : header/footer === */

.ova-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100;
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	background: #123A2C;
	color: #F1ECE1;
	font-weight: 600;
	padding: 12px 20px;
	border-radius: 12px;
}
.ova-skip-link:focus {
	width: auto;
	height: auto;
	clip: auto;
	clip-path: none;
}

/* === Questionnaire de qualification (tunnel) === */

.ova-funnel-section { padding: 96px 32px; }
.ova-funnel {
	max-width: 720px;
	margin: 0 auto;
	background: #F8F4EA;
	border: 1px solid rgba(16, 26, 21, 0.09);
	border-radius: 24px;
	padding: 34px 38px 30px;
}
.ova-f-progress {
	height: 5px;
	border-radius: 999px;
	background: #DEE7DA;
	overflow: hidden;
	margin-bottom: 22px;
}
.ova-f-progress-bar {
	height: 100%;
	border-radius: 999px;
	background: #E15A32;
	transition: width .25s ease;
}
.ova-f-steplabel {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #C24A26;
	font-weight: 600;
}
.ova-f-question {
	margin: 10px 0 0;
	font-family: 'Sentient', serif;
	font-weight: 500;
	font-size: 27px;
	line-height: 1.12;
	letter-spacing: -0.01em;
	color: #101A15;
}
.ova-f-help { margin: 10px 0 0; font-size: 15px; line-height: 1.55; color: rgba(16, 26, 21, 0.62); }
.ova-f-stack { display: flex; flex-direction: column; gap: 20px; margin-top: 24px; }
.ova-f-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ova-f-field { display: flex; flex-direction: column; gap: 8px; }
.ova-f-label { font-size: 14px; font-weight: 600; color: #101A15; }
.ova-f-input-wrap { position: relative; display: flex; align-items: center; }
.ova-f-input {
	width: 100%;
	padding: 13px 16px;
	border-radius: 12px;
	border: 1px solid rgba(16, 26, 21, 0.18);
	background: #F1ECE1;
	color: #101A15;
	font-size: 16px;
	font-family: 'Hanken Grotesk', sans-serif;
	outline: none;
	transition: border-color .15s ease;
}
.ova-f-input:focus { border-color: #123A2C; }
.ova-f-suffix {
	position: absolute;
	right: 14px;
	font-size: 13px;
	color: rgba(16, 26, 21, 0.45);
	pointer-events: none;
}
.ova-f-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ova-f-chip {
	padding: 9px 16px;
	border-radius: 999px;
	border: 1px solid rgba(16, 26, 21, 0.18);
	background: transparent;
	color: #123A2C;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Hanken Grotesk', sans-serif;
	cursor: pointer;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.ova-f-chip:hover { border-color: #123A2C; }
.ova-f-chip.is-active { background: #123A2C; color: #F1ECE1; border-color: #123A2C; }
.ova-f-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ova-f-choice {
	text-align: left;
	padding: 18px 20px;
	border-radius: 16px;
	border: 1px solid rgba(16, 26, 21, 0.18);
	background: #F1ECE1;
	cursor: pointer;
	font-family: 'Hanken Grotesk', sans-serif;
	display: flex;
	flex-direction: column;
	gap: 6px;
	transition: border-color .15s ease, transform .15s ease;
}
.ova-f-choice:hover { border-color: #123A2C; transform: translateY(-2px); }
.ova-f-choice.is-active { border: 2px solid #123A2C; }
.ova-f-choice-warm.is-active { border-color: #E15A32; }
.ova-f-choice strong { font-size: 16px; color: #101A15; }
.ova-f-choice span { font-size: 13px; line-height: 1.45; color: rgba(16, 26, 21, 0.6); }
.ova-f-note {
	padding: 14px 18px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(16, 26, 21, 0.8);
	background: #F1ECE1;
	border: 1px solid rgba(16, 26, 21, 0.12);
	border-left: 4px solid rgba(16, 26, 21, 0.25);
}
.ova-f-note-ok { border-left-color: #3EA76F; }
.ova-f-note-warm { border-left-color: #E15A32; }
.ova-f-note-info { border-left-color: #8FBAA6; }
.ova-f-borrower {
	border: 1px solid rgba(16, 26, 21, 0.12);
	border-radius: 16px;
	padding: 18px;
	background: #F1ECE1;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.ova-f-borrower-num {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(16, 26, 21, 0.5);
	font-weight: 600;
}
.ova-f-result {
	background: #123A2C;
	background-image: radial-gradient(rgba(241, 236, 225, 0.045) 1.3px, transparent 1.3px);
	background-size: 22px 22px;
	color: #F1ECE1;
	border-radius: 18px;
	padding: 24px 26px;
}
.ova-f-result-level {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 999px;
	background: #8FBAA6;
	color: #123A2C;
}
.ova-f-result-difficile .ova-f-result-level { background: #E15A32; }
.ova-f-result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
.ova-f-result-grid small { display: block; font-size: 12px; color: rgba(241, 236, 225, 0.6); }
.ova-f-result-grid strong { display: block; font-size: 20px; font-weight: 700; margin-top: 3px; }
.ova-f-result-msg { margin: 16px 0 0; font-size: 14px; line-height: 1.5; color: rgba(241, 236, 225, 0.8); }
.ova-f-handoff { margin: 0; font-size: 15px; line-height: 1.55; color: rgba(16, 26, 21, 0.68); }
.ova-f-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; color: rgba(16, 26, 21, 0.7); }
.ova-f-consent input { margin-top: 3px; accent-color: #123A2C; }
.ova-f-consent a { color: #C24A26; text-decoration: underline; }
.ova-f-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.ova-f-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid rgba(16, 26, 21, 0.1);
}
.ova-f-back {
	border: none;
	background: transparent;
	color: rgba(16, 26, 21, 0.6);
	font-size: 14px;
	font-weight: 600;
	font-family: 'Hanken Grotesk', sans-serif;
	cursor: pointer;
}
.ova-f-back:hover { color: #E15A32; }
.ova-f-next.is-disabled { opacity: 0.4; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.ova-f-error { margin: 10px 0 0; font-size: 13px; color: #C24A26; }
.ova-btn-cream {
	background: rgba(18, 58, 44, 0.08);
	color: #123A2C !important;
	border: 1px solid rgba(18, 58, 44, 0.2);
}

@media (max-width: 640px) {
	.ova-funnel-section { padding: 64px 20px; }
	.ova-funnel { padding: 24px 20px; }
	.ova-f-grid2, .ova-f-choices, .ova-f-result-grid { grid-template-columns: 1fr; }
}

/* === Correctifs boutons + carrousel banques === */

/* Rangées de boutons : espacement et retour à la ligne propres */
.ova-hero-actions,
.ova-actions {
	margin: 38px 0 0;
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	align-items: center;
}
.ova-actions { margin-top: 36px; }
.ova-actions-center { justify-content: center; }
.ova-btn {
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
}
@media (max-width: 480px) {
	.ova-hero-actions .ova-btn,
	.ova-actions .ova-btn {
		flex: 1 1 100%;
		white-space: normal;
	}
	.ova-sim-result .ova-btn { white-space: normal; }
}

/* Carrousel des banques partenaires (défilement continu) */
.ova-banks-inner {
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.ova-banks-marquee {
	width: 100%;
	display: flex;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ova-banks-track {
	display: flex;
	align-items: center;
	gap: 48px;
	padding-right: 48px;
	flex-shrink: 0;
	animation: ova-marquee 32s linear infinite;
	font-family: 'Sentient', serif;
	font-size: 19px;
	font-weight: 500;
	color: rgba(241, 236, 225, 0.6);
}
.ova-banks-track span { white-space: nowrap; }
.ova-banks-marquee:hover .ova-banks-track { animation-play-state: paused; }
@keyframes ova-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-100%); }
}
@media (prefers-reduced-motion: reduce) {
	.ova-banks-track { animation: none; }
	.ova-banks-track[aria-hidden="true"] { display: none; }
	.ova-banks-track { flex-wrap: wrap; }
}

/* === Page simulateur dédiée (/simulateur/) — expérience immersive === */

.ova-simpage {
	background-color: #123A2C;
	color: #F1ECE1;
	overflow: hidden;
	padding: clamp(56px, 8vw, 104px) 24px clamp(48px, 6vw, 88px);
}
.ova-simpage-inner {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}
.ova-simpage-eyebrow {
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 600;
	color: #EE9B7A;
}
.ova-simpage-title {
	margin: 14px 0 0;
	font-family: 'Sentient', serif;
	font-weight: 500;
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1.04;
	letter-spacing: -0.02em;
	color: #F1ECE1;
}
.ova-simpage-lede {
	margin: 16px auto 0;
	max-width: 480px;
	font-size: 17px;
	line-height: 1.55;
	color: rgba(241, 236, 225, 0.72);
}

/* Signature : la mensualité en direct, en très grand */
.ova-simpage-figure {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 10px;
	margin-top: clamp(28px, 5vw, 52px);
}
.ova-simpage-amount {
	font-family: 'Sentient', serif;
	font-weight: 500;
	font-size: clamp(64px, 13vw, 132px);
	line-height: 0.95;
	letter-spacing: -0.03em;
	color: #F1ECE1;
	font-variant-numeric: tabular-nums;
}
.ova-simpage-per {
	font-size: clamp(20px, 3vw, 28px);
	color: rgba(241, 236, 225, 0.6);
	font-weight: 500;
}
.ova-simpage-sub {
	margin: 12px 0 0;
	font-size: 14px;
	color: rgba(241, 236, 225, 0.58);
}

/* Carte des curseurs, sur fond crème */
.ova-simpage-panel {
	margin-top: clamp(32px, 5vw, 48px);
	background: #F1ECE1;
	color: #101A15;
	border-radius: 22px;
	padding: clamp(24px, 4vw, 36px);
	text-align: left;
	box-shadow: 0 24px 60px rgba(16, 26, 21, 0.28);
}
.ova-simpage-panel .ova-sim-field:last-child { margin-bottom: 0; }
.ova-simpage-panel input[type=range] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 6px;
	border-radius: 999px;
	background: #DEE7DA;
	outline: none;
	margin: 0;
}
.ova-simpage-panel input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #E15A32;
	cursor: pointer;
	border: 4px solid #F1ECE1;
	box-shadow: 0 2px 8px rgba(16, 26, 21, 0.3);
}
.ova-simpage-panel input[type=range]::-moz-range-thumb {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #E15A32;
	cursor: pointer;
	border: 4px solid #F1ECE1;
	box-shadow: 0 2px 8px rgba(16, 26, 21, 0.3);
}
.ova-simpage-panel input[type=range]:focus-visible {
	outline: 2px solid #123A2C;
	outline-offset: 6px;
}

/* Faits : montant emprunté / coût du crédit */
.ova-simpage-facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-top: 28px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.ova-simpage-facts > div {
	background: rgba(241, 236, 225, 0.06);
	border: 1px solid rgba(241, 236, 225, 0.14);
	border-radius: 14px;
	padding: 16px 18px;
}
.ova-simpage-facts small {
	display: block;
	font-size: 13px;
	color: rgba(241, 236, 225, 0.55);
}
.ova-simpage-facts strong {
	display: block;
	font-size: clamp(20px, 3vw, 24px);
	font-weight: 700;
	margin-top: 4px;
	color: #F1ECE1;
	font-variant-numeric: tabular-nums;
}

.ova-simpage-cta {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: clamp(32px, 5vw, 44px);
}
.ova-simpage-legal {
	margin: 20px auto 0;
	max-width: 440px;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(241, 236, 225, 0.42);
}

@media (max-width: 480px) {
	.ova-simpage-facts { grid-template-columns: 1fr; }
	.ova-simpage-cta .ova-btn { flex: 1 1 100%; white-space: normal; }
}
