:root {
	--brand:      #134E4A;
	--brand-dark: #0d3633;
	--brand-soft: #e6f0ef;
	--cta:        #EAB308;
	--cta-dark:   #ca9a07;
	--cta-text:   #1a1200;
	--ink:        #1e2322;
	--muted:      #536260;
	--line:       #d8e0de;
	--soft:       #f4f7f6;
	--radius:     8px;
	--font-title: Verdana, Geneva, Tahoma, sans-serif;
	--font-body:  Verdana, Geneva, Tahoma, sans-serif;
}

* { box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }

html, body { overflow-x: hidden; }

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.68;
	color: var(--ink);
	background: #ffffff;
}

img, svg, video, iframe { max-width: 100%; height: auto; }
img { display: block; }

a { color: var(--brand); }
a:hover { color: var(--brand-dark); }

h1, h2, h3, h4 {
	font-family: var(--font-title);
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 14px;
	color: var(--brand);
}
h1 { font-size: 2.4rem; }
h2 { font-size: 1.78rem; }
h3 { font-size: 1.18rem; }
h4 { font-size: 1.04rem; }
p { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 16px; padding-left: 22px; }
li { margin-bottom: 7px; }
strong { font-weight: 700; }

/* ---------------------------------------------------------------- Skip */
.qgugyflm {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--brand);
	color: #fff;
	padding: 10px 16px;
	z-index: 200;
}
.qgugyflm:focus { left: 8px; top: 8px; color: #fff; }

:focus-visible { outline: 3px solid var(--cta); outline-offset: 2px; }

/* ---------------------------------------------------------------- Knoppen */
.bztwpv {
	display: inline-block;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	border: 0;
	border-radius: var(--radius);
	padding: 14px 28px;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease;
}
/* CTA geel - texte sombre pour WCAG AA */
.cdqxhfzck { background: var(--cta); color: var(--cta-text); }
.cdqxhfzck:hover { background: var(--cta-dark); color: var(--cta-text); }

.nbmqrmgc {
	background: transparent;
	color: var(--brand);
	border: 2px solid var(--brand);
	padding: 12px 26px;
}
.nbmqrmgc:hover { background: var(--brand-soft); color: var(--brand-dark); }
.nxepbsg { display: block; width: 100%; text-align: center; }

/* ---------------------------------------------------------------- Header */
.zskrgcsph {
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid var(--line);
}
.pddfyin {
	max-width: 1180px;
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.xrtcexn { display: inline-flex; flex-shrink: 0; }
.xrtcexn img { height: 42px; width: auto; }

.ubefauhtu .jhquixhd {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 26px;
}
.ubefauhtu .jhquixhd li { margin: 0; }
.ubefauhtu a {
	text-decoration: none;
	color: var(--ink);
	font-size: 0.97rem;
	font-weight: 400;
	padding: 6px 0;
}
.ubefauhtu a:hover { color: var(--brand); }
.ubefauhtu .cxfeaxu a,
.ubefauhtu .menu-item-cta a {
	background: var(--cta);
	color: var(--cta-text);
	padding: 10px 20px;
	border-radius: var(--radius);
	font-weight: 700;
}
.ubefauhtu .cxfeaxu a:hover,
.ubefauhtu .menu-item-cta a:hover { background: var(--cta-dark); color: var(--cta-text); }

.vclbyd { display: none; }
.vclbyd span {
	display: block;
	width: 26px;
	height: 3px;
	background: var(--brand);
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.vclbyd span + span { margin-top: 5px; }

/* ================================================================
   HERO full-bleed
   ================================================================ */
.aycpedlr {
	position: relative;
	min-height: 480px;
	background-color: var(--brand-dark);
	background-image: url("img/hero.webp");
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.aycpedlr::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(13,54,51,0.82);
}
/* Contenu hero centré */
.fmxhero {
	position: relative;
	z-index: 1;
	max-width: 780px;
	margin: 0 auto;
	padding: 72px 24px 68px;
	color: #fff;
}
.fmxhero h1 {
	font-family: var(--font-title);
	color: #ffffff;
	font-size: 2.7rem;
	margin-bottom: 18px;
}
.cnfilmq {
	font-size: 1.18rem;
	color: #cde4e2;
	margin-bottom: 28px;
	line-height: 1.6;
}
/* Bullet trust hero */
.crinuzehm {
	list-style: none;
	margin: 0 auto 32px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 26px;
}
.crinuzehm li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #e8f4f3;
	font-size: 0.97rem;
	font-weight: 400;
}
.crinuzehm svg { color: rgba(255,255,255,0.85); flex-shrink: 0; }

/* ================================================================
   FORMULIERBAND (sous le hero)
   ================================================================ */
.rinfrmband {
	background: var(--soft);
	border-bottom: 1px solid var(--line);
	padding: 0;
}
.rinfrmband .iwrqlthn { padding-top: 0; padding-bottom: 0; }
.usascogjq {
	background: #ffffff;
	border-radius: 0 0 var(--radius) var(--radius);
	padding: 32px 28px 28px;
	border: 1px solid var(--line);
	border-top: 0;
	max-width: 980px;
	margin: 0 auto;
}
.frmhdr {
	margin-bottom: 20px;
}
.hwrogb {
	font-family: var(--font-title);
	font-size: 1.45rem;
	color: var(--brand);
	margin-bottom: 6px;
}
.lulrafn { font-size: 0.96rem; color: var(--muted); margin-bottom: 0; }

/* Grille formulaire 3 colonnes */
.frmrow {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-bottom: 0;
}
.ajzjxgeu { margin-bottom: 0; }
.ajzjxgeu label {
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 5px;
}
.ajzjxgeu input {
	width: 100%;
	font-family: var(--font-body);
	font-size: 16px;
	padding: 10px 12px;
	border: 1.5px solid var(--line);
	border-radius: 4px;
	background: #fcfcfb;
	color: var(--ink);
}
.ajzjxgeu input:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(19,78,74,0.14);
}
.ozdoimfv { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.dnxufu .nxepbsg { margin-top: 16px; }
.nospgy {
	font-size: 0.82rem;
	color: #8a8a8a;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}
.njbtfkakv {
	font-size: 0.95rem;
	padding: 12px 14px;
	border-radius: var(--radius);
	margin-bottom: 16px;
}
.mtwvjmrfy { background: var(--brand-soft); color: var(--brand-dark); border: 1px solid var(--line); }
.mrqxwtqe { background: var(--soft); color: var(--ink); border: 1px solid var(--line); }

/* ================================================================
   Layout général
   ================================================================ */
.dawkfr { background: #ffffff; }
.iwrqlthn {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}
.njtgtrnn { padding: 64px 0; }
.jrcspm { background: var(--soft); }
.ptoqjned { background: var(--brand-dark); }
.emyejhhq { max-width: 780px; margin-bottom: 36px; }
.emyejhhq.ymatwnk { margin-left: auto; margin-right: auto; text-align: center; }
.emyejhhq p { color: var(--muted); font-size: 1.06rem; }
.tdnamoag { font-size: 1.14rem; }

.xpjnamubg p { margin-bottom: 16px; }
.wgorbqt { text-align: center; max-width: 680px; margin: 0 auto; }

/* ================================================================
   STAPPEN (visual bullet list)
   ================================================================ */
.ynytmqua {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 0;
	counter-reset: stap;
}
.jdhsladlt {
	position: relative;
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius);
	padding: 28px 24px 24px 64px;
	margin: 0 -1px -1px 0; /* overlap borders for connected look */
}
/* Numero cerclé côté gauche */
.yajajzuyr {
	position: absolute;
	left: 18px;
	top: 26px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--cta);
	color: var(--cta-text);
	font-family: var(--font-title);
	font-size: 1rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.jdhsladlt h3 {
	font-size: 1.06rem;
	color: var(--brand);
	margin-bottom: 6px;
}
.jdhsladlt p { color: var(--muted); margin-bottom: 0; font-size: 0.96rem; }
/* Connector line between steps */
.ynytmqua .jdhsladlt:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 43px;
	right: -14px;
	width: 14px;
	height: 2px;
	background: var(--cta);
	z-index: 1;
}

/* ================================================================
   SERVICES / materiaal kaarten
   ================================================================ */
.trezyw {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
	gap: 22px;
}
.pklgmbz {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius);
	padding: 26px 24px;
	border-top: 3px solid var(--brand);
}
.pklgmbz h3 { font-size: 1.1rem; color: var(--brand); margin-bottom: 6px; }
.pklgmbz .iazlahvrb {
	color: var(--muted);
	font-size: 0.95rem;
	margin-bottom: 14px;
}
.pklgmbz ul { padding-left: 20px; margin-bottom: 0; }
.pklgmbz li { color: var(--ink); font-size: 0.97rem; }

/* Tekst + beeld */
.qopaeh {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}
.qopaeh.njtgtrnn { padding: 64px 0; }
.wbamhsmnl img { border-radius: var(--radius); }
.vuqatozc h2 { margin-bottom: 16px; }

/* ================================================================
   FAQ 2 colonnes Q/R
   ================================================================ */
.uinoeojz {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 40px;
}
.lpojsa {
	border-bottom: 1.5px solid var(--line);
	padding: 22px 0;
}
.lpojsa:first-child { padding-top: 0; }
.lpojsa h3 {
	font-family: var(--font-title);
	font-size: 1rem;
	color: var(--brand);
	margin-bottom: 8px;
	font-weight: 700;
}
.lpojsa p { color: var(--muted); margin-bottom: 0; font-size: 0.97rem; }

/* ================================================================
   PRIJSTABEL propre
   ================================================================ */
.jchdgaq {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: var(--radius);
	border: 1.5px solid var(--line);
}
.mvfunu {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	min-width: 540px;
}
.mvfunu caption {
	caption-side: bottom;
	font-size: 0.84rem;
	color: var(--muted);
	padding-top: 12px;
	text-align: left;
}
.mvfunu th, .mvfunu td {
	padding: 14px 18px;
	text-align: left;
	border-bottom: 1px solid var(--line);
}
.mvfunu thead th {
	background: var(--brand);
	color: #ffffff;
	font-family: var(--font-body);
	font-size: 0.93rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.mvfunu thead th:first-child { border-radius: var(--radius) 0 0 0; }
.mvfunu thead th:last-child { border-radius: 0 var(--radius) 0 0; }
.mvfunu tbody th { font-weight: 700; color: var(--ink); }
.mvfunu tbody tr:nth-child(even) { background: #f6faf9; }
.mvfunu .viocumvj { font-weight: 700; color: var(--brand); white-space: nowrap; }

/* Beeld figures */
.utjjcsioi { margin: 0; }
.lyvjqkm { margin-bottom: 32px; }
.utjjcsioi img { border-radius: var(--radius); }
.utjjcsioi figcaption {
	font-size: 0.88rem;
	color: var(--muted);
	margin-top: 10px;
}
.pboextnx {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

/* Voordelenlijst */
.qpsffakrn { list-style: none; padding: 0; margin: 0; }
.qpsffakrn li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-bottom: 14px;
	color: var(--ink);
}
.qpsffakrn svg { color: var(--brand); flex-shrink: 0; margin-top: 3px; }

/* Infokaarten */
.ubsklvwi {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
	gap: 22px;
}
.zrbidyd {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius);
	padding: 24px 22px;
}
.zrbidyd h3 { margin-bottom: 10px; }
.zrbidyd p { color: var(--muted); font-size: 0.97rem; }
.zrbidyd p:last-child { margin-bottom: 0; }

/* ================================================================
   CTA-BAND split image + tekst
   ================================================================ */
.twdoqj {
	background: var(--brand);
	color: #ffffff;
	border-radius: var(--radius);
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 0;
}
.twdoqj .biobesjmq {
	padding: 44px 44px 44px 44px;
}
.twdoqj h2 {
	font-family: var(--font-title);
	color: #ffffff;
	font-size: 1.65rem;
	margin-bottom: 10px;
}
.twdoqj p { color: #cde4e2; margin-bottom: 0; font-size: 1.04rem; }
.twdoqj .bztwpv {
	margin: 44px 44px 44px 0;
	white-space: nowrap;
}
.twdoqj h2, .twdoqj span, .twdoqj li { color: #ffffff; }

/* Donkere secties */
.ptoqjned,
.ptoqjned h2, .ptoqjned h3, .ptoqjned h4,
.ptoqjned p, .ptoqjned li, .ptoqjned span, .ptoqjned strong {
	color: #ffffff;
}
.ptoqjned .emyejhhq p { color: #c8dcd9; }

/* ================================================================
   FOOTER
   ================================================================ */
.rrjvsm { background: var(--brand-dark); color: #d6e6e4; }
.mbxnjwzz {
	max-width: 1180px;
	margin: 0 auto;
	padding: 52px 24px 36px;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.3fr;
	gap: 40px;
}
.kqlbsnpks p { color: #b8ceca; font-size: 0.95rem; }
.nsppecep {
	height: 40px;
	width: auto;
	margin-bottom: 16px;
	background: #ffffff;
	border-radius: var(--radius);
	padding: 8px 12px;
}
.bqkynbsz {
	display: block;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	color: #ffffff;
	margin-bottom: 14px;
}
.wcdyeo { list-style: none; padding: 0; margin: 0; }
.wcdyeo li {
	color: #b8ceca;
	font-size: 0.93rem;
	padding: 5px 0;
}
.kqlbsnpks .bztwpv { margin-top: 8px; }
.kpbbcs {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	max-width: 1180px;
	margin: 0 auto;
	padding: 20px 24px 30px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.kpbbcs span { color: #8fa8a5; font-size: 0.85rem; }
.vouevy { max-width: 900px; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 980px) {
	.frmrow { grid-template-columns: 1fr 1fr; }
	.qopaeh { grid-template-columns: 1fr; gap: 30px; }
	.wbamhsmnl { order: -1; }
	.mbxnjwzz { grid-template-columns: 1fr 1fr; gap: 30px; }
	.uinoeojz { grid-template-columns: 1fr; }
	.twdoqj { grid-template-columns: 1fr; }
	.twdoqj .bztwpv { margin: 0 44px 44px 44px; }
}

@media (max-width: 900px) {
	.vclbyd {
		display: block;
		cursor: pointer;
		padding: 6px;
		background: transparent;
		border: 0;
	}
	.ubefauhtu {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #ffffff;
		border-bottom: 2px solid var(--brand-soft);
		box-shadow: 0 16px 28px rgba(0,0,0,0.12);
		z-index: 90;
	}
	.fnshhlxsg:checked ~ .ubefauhtu { display: block; }
	.ubefauhtu .jhquixhd {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 24px 18px;
	}
	.ubefauhtu .jhquixhd li { border-bottom: 1px solid var(--line); }
	.ubefauhtu .jhquixhd li:last-child { border-bottom: 0; }
	.ubefauhtu a { display: block; padding: 14px 0; }
	.ubefauhtu .cxfeaxu a,
	.ubefauhtu .menu-item-cta a {
		text-align: center;
		margin: 14px 0 4px;
		padding: 13px 20px;
	}
	.fnshhlxsg:checked ~ .vclbyd span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	.fnshhlxsg:checked ~ .vclbyd span:nth-child(2) { opacity: 0; }
	.fnshhlxsg:checked ~ .vclbyd span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
	.ynytmqua .jdhsladlt::after { display: none; }
}

@media (max-width: 680px) {
	body { font-size: 16px; }
	.fmxhero h1 { font-size: 2rem; }
	h1 { font-size: 1.75rem; }
	h2 { font-size: 1.45rem; }
	.fmxhero { padding: 52px 20px 48px; }
	.pddfyin { padding: 12px 20px; }
	.iwrqlthn { padding: 0 20px; }
	.njtgtrnn { padding: 48px 0; }
	.qopaeh.njtgtrnn { padding: 48px 0; }
	.frmrow { grid-template-columns: 1fr; }
	.pboextnx { grid-template-columns: 1fr; }
	.mbxnjwzz { grid-template-columns: 1fr; gap: 26px; }
	.twdoqj .biobesjmq { padding: 30px 24px 20px; }
	.twdoqj .bztwpv { margin: 0 24px 30px; }
	.usascogjq { padding: 24px 18px 20px; }
	.crinuzehm { flex-direction: column; align-items: center; gap: 8px; }
}


.aycpedlr { padding-block: 56px 64px; }
.aycpedlr .hero-grid {
	max-width: 1240px; margin: 0 auto; padding-inline: 28px;
	display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 42px; align-items: start;
}
@media (max-width: 900px) { .aycpedlr .hero-grid { grid-template-columns: 1fr; gap: 26px; } }
.aycpedlr .hero-form-card { background: #fff; padding: 24px 24px 20px; border-radius: 8px; border: 1px solid var(--line); }
.aycpedlr .hero-form-card h2 { color: var(--brand); font-family: var(--font-title); font-size: 1.25rem; font-weight: 700; margin: 0 0 12px; }


/* aps-post-content-fix : constrain AI-generated <section> children of main */
.dawkfr > section,
.dawkfr > p,
.dawkfr > h2,
.dawkfr > h3,
.dawkfr > ul,
.dawkfr > ol,
.dawkfr > dl {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}
.dawkfr > section {
	padding-top: 44px;
	padding-bottom: 44px;
}
.dawkfr > section + section {
	border-top: 1px solid rgba(0,0,0,.08);
}
.dawkfr > section h2 {
	margin-bottom: 18px;
}
.dawkfr > section h3 {
	margin-top: 26px;
	margin-bottom: 10px;
}
.dawkfr > section p {
	margin-bottom: 14px;
}
.dawkfr > section ul,
.dawkfr > section ol {
	padding-left: 22px;
	margin-bottom: 18px;
}
.dawkfr > section ul li,
.dawkfr > section ol li {
	margin-bottom: 6px;
}
.dawkfr > section dl dt {
	font-weight: 700;
	margin-top: 14px;
}
.dawkfr > section dl dd {
	margin: 0 0 12px;
	color: #5a6b72;
}
/* Geo maillage block sections */
.dawkfr > .znw75gigx {
	padding-top: 32px;
	padding-bottom: 32px;
}
.dawkfr > .znw75gigx + .znw75gigx {
	border-top: 1px solid rgba(0,0,0,.08);
}
.dawkfr > .znw75gigx .im8mi3twj {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}
.dawkfr > .znw75gigx h2 {
	font-size: 1.4rem;
	margin-bottom: 16px;
}
.dawkfr > .znw75gigx .t86qtl5z {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 6px 22px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.dawkfr > .znw75gigx .t86qtl5z li {
	padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,.06);
}
.dawkfr > .znw75gigx .t86qtl5z a {
	color: inherit;
	text-decoration: none;
}
.dawkfr > .znw75gigx .t86qtl5z .u9075zst {
	color: #5a6b72;
	font-size: .85em;
	margin-left: 6px;
}

/* spacing */
body.home .dawkfr {
	margin-top: 22px;
}

/* ============================================
   Sections enrichies (prefix .rin-)
   Layout différent de PSR et ARE pour éviter footprint
   ============================================ */

/* Override theme wrapper (.cv3izky > section impose max-width 1180 + padding 44px 0) */
.cv3izky > section.rin-sec,
.cv3izky > section.rin-cta {
  max-width: none !important;
  padding: 80px 0 !important;
  width: 100% !important;
}

.rin-sec { background: #ffffff; }
.rin-sec-alt { background: #f6f8f8; }

.rin-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.rin-wrap-narrow {
  max-width: 880px;
}

.rin-hd {
  text-align: center;
  margin-bottom: 48px;
}
.rin-hd h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--brand, #134E4A);
  margin: 0 0 12px;
  line-height: 1.2;
}
.rin-lead {
  color: #4a5856;
  font-size: 1.02rem;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

/* === Table comparative === */
.rin-tbl-wrap {
  overflow-x: auto;
  border: 1px solid #d8e3e2;
  border-radius: 10px;
  background: #fff;
}
.rin-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.97rem;
  min-width: 640px;
}
.rin-tbl thead {
  background: var(--brand, #134E4A);
}
.rin-tbl thead th {
  color: #fff;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.02rem;
}
.rin-tbl tbody th {
  background: #f0f5f4;
  color: var(--brand-dark, #0d3633);
  font-weight: 600;
  padding: 14px 20px;
  text-align: left;
  border-top: 1px solid #d8e3e2;
  width: 24%;
}
.rin-tbl tbody td {
  padding: 14px 20px;
  border-top: 1px solid #e5ecea;
  color: #2c3a38;
  vertical-align: top;
}
.rin-tbl tbody tr:hover td,
.rin-tbl tbody tr:hover th {
  background: #fafdfc;
}
.rin-tbl-foot {
  text-align: center;
  margin-top: 18px;
  color: #6b7976;
  font-size: 0.9rem;
  font-style: italic;
}

/* === Strip horizontal scroll-snap === */
.rin-strip-wrap {
  overflow-x: auto;
  padding: 0 24px 16px;
  scrollbar-width: thin;
}
.rin-strip {
  display: flex;
  gap: 18px;
  scroll-snap-type: x mandatory;
  max-width: 1180px;
  margin: 0 auto;
}
.rin-strip figure {
  flex: 0 0 320px;
  margin: 0;
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(13,54,51,0.08);
  background: #f0f5f4;
}
.rin-strip figure img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .rin-strip figure { flex: 0 0 380px; }
  .rin-strip figure img { height: 285px; }
}

/* === Timeline verticale numérotée === */
.rin-tl {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.rin-tl::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(to bottom, var(--brand, #134E4A) 0%, var(--cta, #EAB308) 100%);
  border-radius: 2px;
}
.rin-tl li {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding: 14px 0 30px 0;
}
.rin-tl li:last-child { padding-bottom: 0; }
.rin-tl-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--brand, #134E4A);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--brand, #134E4A);
}
.rin-tl li:nth-child(even) .rin-tl-num { background: var(--cta-dark, #ca9a07); box-shadow: 0 0 0 1px var(--cta-dark, #ca9a07); }
.rin-tl-body h3 {
  margin: 6px 0 8px;
  color: var(--brand-dark, #0d3633);
  font-size: 1.18rem;
}
.rin-tl-body p {
  margin: 0;
  color: #404e4c;
  line-height: 1.65;
}

/* === Tarieven 3 cards avec centre featured === */
.rin-prix {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (min-width: 860px) {
  .rin-prix {
    grid-template-columns: 1fr 1.1fr 1fr;
    align-items: center;
  }
}
.rin-prix-card {
  background: #fff;
  border: 1px solid #d8e3e2;
  border-radius: 14px;
  padding: 32px 26px;
  text-align: center;
  position: relative;
  transition: transform .2s ease;
}
.rin-prix-card:hover { transform: translateY(-3px); }
.rin-prix-card h3 {
  margin: 0 0 16px;
  color: var(--brand, #134E4A);
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.rin-prix-val {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--brand-dark, #0d3633);
  margin-bottom: 20px;
  line-height: 1.1;
}
.rin-prix-val small {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: #6b7976;
  margin-top: 4px;
}
.rin-prix-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  border-top: 1px solid #e5ecea;
  padding-top: 18px;
}
.rin-prix-card li {
  padding: 8px 0 8px 28px;
  position: relative;
  color: #2c3a38;
  font-size: 0.97rem;
}
.rin-prix-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 8px;
  color: var(--brand, #134E4A);
  font-weight: 700;
}
.rin-prix-feat {
  background: var(--brand, #134E4A);
  border-color: var(--brand-dark, #0d3633);
  transform: scale(1.02);
  box-shadow: 0 14px 40px rgba(13,54,51,0.18);
}
.rin-prix-feat:hover { transform: scale(1.02) translateY(-3px); }
.rin-prix-feat h3,
.rin-prix-feat .rin-prix-val { color: #fff; }
.rin-prix-feat .rin-prix-val small { color: rgba(255,255,255,0.75); }
.rin-prix-feat ul {
  border-top-color: rgba(255,255,255,0.2);
}
.rin-prix-feat li { color: #f1f5f4; }
.rin-prix-feat li::before { color: var(--cta, #EAB308); }
.rin-prix-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cta, #EAB308);
  color: var(--brand-dark, #0d3633);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.rin-prix-foot {
  text-align: center;
  margin-top: 22px;
  color: #6b7976;
  font-size: 0.9rem;
  font-style: italic;
}

/* === Split img + checklist === */
.rin-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
@media (min-width: 860px) {
  .rin-split { grid-template-columns: 1fr 1.15fr; gap: 56px; }
}
.rin-split-img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(13,54,51,0.14);
}
.rin-split-img img {
  width: 100%;
  height: auto;
  display: block;
}
.rin-split-body h2 {
  text-align: left;
  color: var(--brand, #134E4A);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 14px;
  line-height: 1.2;
}
.rin-split-body .rin-lead {
  text-align: left;
  margin: 0 0 22px;
  color: #4a5856;
}
.rin-checks {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rin-checks li {
  padding: 12px 0 12px 38px;
  position: relative;
  border-top: 1px solid #e5ecea;
  color: #2c3a38;
  line-height: 1.6;
}
.rin-checks li:first-child { border-top: 0; padding-top: 4px; }
.rin-checks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 24px;
  height: 24px;
  background: var(--brand, #134E4A);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4 10-10'/></svg>");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.rin-checks li:first-child { padding-top: 12px; }
.rin-checks li:first-child::before { top: 14px; }
.rin-checks strong { color: var(--brand-dark, #0d3633); }

/* === FAQ === */
.rin-faq details {
  background: #fff;
  border: 1px solid #d8e3e2;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow .2s ease;
}
.rin-faq details[open] {
  box-shadow: 0 6px 18px rgba(13,54,51,0.08);
  border-color: var(--brand, #134E4A);
}
.rin-faq summary {
  padding: 18px 56px 18px 22px;
  cursor: pointer;
  font-weight: 600;
  color: var(--brand-dark, #0d3633);
  position: relative;
  list-style: none;
  font-size: 1.02rem;
  line-height: 1.4;
}
.rin-faq summary::-webkit-details-marker { display: none; }
.rin-faq summary::after {
  content: '+';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--brand, #134E4A);
  line-height: 1;
  transition: transform .2s ease;
}
.rin-faq details[open] summary::after {
  content: '−';
  color: var(--cta-dark, #ca9a07);
}
.rin-faq details p {
  padding: 0 22px 20px;
  margin: 0;
  color: #4a5856;
  line-height: 1.65;
}

/* === CTA finale === */
.rin-cta {
  background: linear-gradient(135deg, var(--brand, #134E4A) 0%, var(--brand-dark, #0d3633) 100%);
  color: #fff;
  text-align: center;
}
.rin-cta h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3.2vw, 2.2rem);
  margin: 0 0 14px;
}
.rin-cta p {
  color: #d1e0de;
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.rin-cta-btn {
  display: inline-block;
  background: var(--cta, #EAB308);
  color: var(--brand-dark, #0d3633) !important;
  padding: 16px 36px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.05rem;
  transition: background .2s ease, transform .2s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.rin-cta-btn:hover {
  background: #fff;
  color: var(--brand, #134E4A) !important;
  transform: translateY(-2px);
}

/* === Hero form card : white background guarantee (form looked "greenish") === */
.aycpedlr .hero-form-card,
.hero-form-card {
  background: #ffffff !important;
  color: #1a2624 !important;
  box-shadow: 0 18px 50px rgba(0,0,0,0.22);
}
.aycpedlr .hero-form-card .hwrogb,
.hero-form-card .hwrogb {
  color: var(--brand-dark, #0d3633) !important;
}
.aycpedlr .hero-form-card .lulrafn,
.hero-form-card .lulrafn {
  color: #4a5856 !important;
}
.aycpedlr .hero-form-card label,
.hero-form-card label {
  color: #2c3a38 !important;
  font-weight: 600;
}
.aycpedlr .hero-form-card input,
.hero-form-card input {
  background: #f6f8f8 !important;
  border: 1px solid #c8d4d2 !important;
  color: #1a2624 !important;
}
.aycpedlr .hero-form-card input:focus,
.hero-form-card input:focus {
  border-color: var(--brand, #134E4A) !important;
  background: #fff !important;
  outline: 2px solid rgba(19,78,74,0.15);
}
.aycpedlr .hero-form-card .bztwpv,
.hero-form-card .bztwpv {
  background: var(--cta, #EAB308) !important;
  color: var(--brand-dark, #0d3633) !important;
  font-weight: 700;
}
.aycpedlr .hero-form-card .bztwpv:hover,
.hero-form-card .bztwpv:hover {
  background: var(--cta-dark, #ca9a07) !important;
}
.aycpedlr .hero-form-card .nospgy,
.hero-form-card .nospgy {
  color: #6b7976 !important;
}

/* Fix : overlay ::before covers form-card. Promote grid contents above. */
.aycpedlr .hero-grid,
.aycpedlr-inner,
.aycpedlr .hero-form-card { position: relative; z-index: 2; }
/* Hero text wrapper : remove forced centering from old fmxhero rule when in 2-col grid */
.aycpedlr-inner .fmxhero { max-width: none; margin: 0; padding: 24px 0 0; text-align: left; }
/* Reset .aycpedlr flex centering to allow grid full-width children */
.aycpedlr { display: block; text-align: left; }

/* === content fixes 2026-05-27 === */

/* Add > table to existing wrapper max-width — was missing */
.dawkfr > table {
	max-width: 1180px;
	width: calc(100% - 48px);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

/* Home spacing — first paragraph gap + explicit margins (global reset zeroed) */
body.home .dawkfr > p:first-of-type {
	margin-top: 64px;
}
body.home .dawkfr > p {
	margin-bottom: 18px;
}
body.home .dawkfr > h2 {
	margin-top: 40px;
	margin-bottom: 14px;
}
body.home .dawkfr > h3 {
	margin-top: 26px;
	margin-bottom: 10px;
}
body.home .dawkfr > ul,
body.home .dawkfr > ol {
	margin-bottom: 18px;
}
body.home .dawkfr > table {
	margin-top: 28px;
	margin-bottom: 28px;
}

/* === Table design v13: teal header + golden double underline + soft mint rows + gold dot bullets === */
.dawkfr table,
.dawkfr > section table {
	width: 100%;
	max-width: 100%;
	margin: 30px auto;
	border-collapse: collapse;
	font-size: 0.95rem;
	background: #ffffff;
	border-top: 1px solid #d8e0de;
}
.dawkfr table thead th {
	background: #134E4A;
	color: #ffffff;
	text-align: left;
	padding: 15px 22px 13px;
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	border-bottom: 3px double #EAB308;
	vertical-align: middle;
}
.dawkfr table tbody td {
	padding: 14px 22px 14px 36px;
	border-bottom: 1px solid #eef2f1;
	color: #1e2322;
	vertical-align: top;
	line-height: 1.65;
	position: relative;
}
.dawkfr table tbody td:first-child {
	font-weight: 600;
	color: #0d3633;
}
.dawkfr table tbody td:first-child::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 22px;
	width: 8px;
	height: 8px;
	background: #EAB308;
	border-radius: 50%;
}
.dawkfr table tbody td:not(:first-child) {
	padding-left: 22px;
}
.dawkfr table tbody td strong {
	color: #134E4A;
}
.dawkfr table tbody tr:nth-child(even) {
	background: #f4f7f6;
}
.dawkfr table tbody tr:last-child td {
	border-bottom: 2px solid #134E4A;
}

/* Mobile compact */
@media (max-width: 640px) {
	.dawkfr table thead th,
	.dawkfr table tbody td {
		padding: 10px 12px;
		font-size: 0.90rem;
	}
	.dawkfr table tbody td:first-child {
		padding-left: 26px;
	}
	.dawkfr table tbody td:first-child::before {
		left: 10px;
		top: 16px;
	}
}
/* RAM v41 "frame-line" — deep frame #0F172A + glass cyan #0891B2 */
:root{
  --ram-frame:#0F172A;
  --ram-cyan:#0891B2;
  --ram-cyan-soft:#CFFAFE;
  --ram-glass:#F0F9FF;
  --ram-line:#E2E8F0;
  --ram-text:#1E293B;
}
.dawkfr{
  color:var(--ram-text);
  line-height:1.74;
  font-feature-settings:"ss02","cv11";
}
.dawkfr > h2{
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--ram-frame);
  font-size:clamp(1.5rem,2.1vw,1.95rem);
  margin:3rem 0 1.05rem;
  padding:0 0 .45rem;
  border-bottom:3px solid var(--ram-cyan);
  position:relative;
}
.dawkfr > h2::after{
  content:"";
  position:absolute;
  left:0; bottom:-3px;
  width:48px; height:3px;
  background:var(--ram-frame);
}
.dawkfr > h3{
  font-weight:700;
  color:var(--ram-frame);
  font-size:1.2rem;
  margin:2rem 0 .65rem;
  padding-left:.75rem;
  border-left:3px solid var(--ram-cyan);
}
.dawkfr > p{
  margin:0 0 1.1rem;
  font-size:1.025rem;
}
.dawkfr > p > strong{
  color:var(--ram-frame);
  background:linear-gradient(transparent 62%,var(--ram-cyan-soft) 62%);
  padding:0 .14em;
  font-weight:700;
}
.dawkfr > ul, .dawkfr > ol{
  margin:0 0 1.4rem;
  padding:0;
  list-style:none;
}
.dawkfr > ul > li, .dawkfr > ol > li{
  position:relative;
  padding:.55rem 0 .55rem 2.1rem;
}
.dawkfr > ul > li + li, .dawkfr > ol > li + li{
  border-top:1px solid var(--ram-line);
}
.dawkfr > ul > li::before{
  content:"";
  position:absolute;
  left:0; top:1.05rem;
  width:1.35rem; height:2px;
  background:var(--ram-cyan);
}
.dawkfr > ol{counter-reset:ramn}
.dawkfr > ol > li{counter-increment:ramn}
.dawkfr > ol > li::before{
  content:counter(ramn);
  position:absolute;
  left:0; top:.55rem;
  width:1.55rem; height:1.55rem;
  background:var(--ram-frame);
  color:#fff;
  border-radius:50%;
  text-align:center;
  font-size:.82rem;
  font-weight:700;
  line-height:1.55rem;
  font-feature-settings:"tnum";
}
.dawkfr > table{
  width:100%;
  margin:1.5rem 0 2rem;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  border:1px solid var(--ram-line);
  border-radius:6px;
  overflow:hidden;
  font-size:.96rem;
}
.dawkfr > table thead{
  background:var(--ram-glass);
}
.dawkfr > table thead th{
  color:var(--ram-frame);
  font-weight:700;
  text-align:left;
  padding:.82rem 1rem;
  font-size:.86rem;
  text-transform:uppercase;
  letter-spacing:.05em;
  border-bottom:2px solid var(--ram-cyan);
}
.dawkfr > table tbody td{
  padding:.78rem 1rem;
  border-top:1px solid var(--ram-line);
  vertical-align:top;
}
.dawkfr > table tbody tr:first-child td{border-top:none}
.dawkfr > table tbody td:first-child{
  font-weight:700;
  color:var(--ram-frame);
}
.dawkfr blockquote{
  margin:1.5rem 0;
  padding:1rem 1.25rem;
  background:var(--ram-glass);
  border-left:4px solid var(--ram-cyan);
  color:var(--ram-text);
  font-style:italic;
}
.dawkfr a:not([class]){
  color:var(--ram-cyan);
  text-decoration:none;
  border-bottom:1px solid var(--ram-cyan);
  transition:color .2s,border-color .2s;
}
.dawkfr a:not([class]):hover{
  color:var(--ram-frame);
  border-bottom-color:var(--ram-frame);
}
