:root {
	--brand: #4D7C0F;
	--brand-dark: #3a5e0c;
	--brand-soft: #edf4e0;
	--cta: #BE0068;
	--cta-dark: #94004c;
	--ink: #1f2320;
	--muted: #5a6050;
	--line: #dde0d8;
	--soft: #f4f7ef;
	--font-head: Verdana, Geneva, Tahoma, sans-serif;
	--font-main: Verdana, Geneva, Tahoma, sans-serif;
	--radius: 8px;
}

* { box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }

html, body { overflow-x: hidden; }

body {
	margin: 0;
	font-family: var(--font-main);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
	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-head);
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 14px;
	color: var(--brand);
}
h1 { font-size: 2.6rem; }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }
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 link */
.t07if2gog {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--brand);
	color: #fff;
	padding: 10px 16px;
	z-index: 200;
}
.t07if2gog:focus { left: 8px; top: 8px; color: #fff; }

:focus-visible { outline: 3px solid var(--cta); outline-offset: 2px; }

/* ── Buttons ───────────────────────────────────────────── */
.jdaly8o {
	display: inline-block;
	font-family: var(--font-main);
	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, transform 0.12s ease;
}
.jdaly8o:hover { transform: translateY(-1px); }
.ypg8sb { background: var(--cta); color: #ffffff; }
.ypg8sb:hover { background: var(--cta-dark); color: #ffffff; }
.lhid25 {
	background: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
	padding: 12px 26px;
}
.lhid25:hover { background: rgba(255,255,255,0.15); color: #ffffff; }
.sgbps3y70 { display: block; width: 100%; text-align: center; }

/* ── Header ────────────────────────────────────────────── */
.tla753 {
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid var(--line);
}
.dffyvn {
	max-width: 1180px;
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.v9t7e8g8j { display: inline-flex; flex-shrink: 0; }
.v9t7e8g8j img { height: 46px; width: auto; }

.wzrixa1 .qxwd8il3 {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 26px;
}
.wzrixa1 .qxwd8il3 li { margin: 0; }
.wzrixa1 a {
	text-decoration: none;
	color: var(--ink);
	font-size: 1rem;
	padding: 6px 0;
}
.wzrixa1 a:hover { color: var(--brand); }
.wzrixa1 .uj1ripz a,
.wzrixa1 .menu-item-cta a {
	background: var(--cta);
	color: #ffffff;
	padding: 11px 20px;
	border-radius: var(--radius);
}
.wzrixa1 .uj1ripz a:hover,
.wzrixa1 .menu-item-cta a:hover { background: var(--cta-dark); }

/* Hamburger */
.bom5ig { display: none; }
.bom5ig span {
	display: block;
	width: 26px;
	height: 3px;
	background: var(--brand);
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.bom5ig span + span { margin-top: 5px; }

/* ── Hero: form LEFT, text+bullets RIGHT ────────────────── */
.ybi4wi {
	position: relative;
	background-color: var(--brand-dark);
	background-image: url("img/hero.webp");
	background-size: cover;
	background-position: center;
}
.ybi4wi::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(25, 48, 8, 0.74);
}
.ihzioykl {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 56px 24px 64px;
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 44px;
	align-items: start;
}
/* pi3qk2 is first in DOM → push to right; hq9u3tb is second → pull to left */
.pi3qk2 { order: 1; color: #eef4e0; padding-top: 8px; }
.hq9u3tb { order: 0; }

.pi3qk2 h1 {
	color: #ffffff;
	font-size: 3.4rem;
	margin-bottom: 16px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.ab9w1q5 {
	font-size: 1.15rem;
	color: #d8e8c0;
	margin-bottom: 24px;
}
.wl9xpse { list-style: none; margin: 0; padding: 0; }
.wl9xpse li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 13px;
	color: #ffffff;
	font-size: 1.03rem;
}
.wl9xpse svg { color: rgba(255,255,255,0.85); flex-shrink: 0; margin-top: 1px; }

/* Form card */
.z7253j2d {
	background: #ffffff;
	border-radius: 10px;
	padding: 28px 26px 26px;
	border: 1px solid var(--line);
}
.v3kx7e {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 6px;
	color: var(--brand);
}
.c74frh { font-size: 0.97rem; color: var(--muted); margin-bottom: 18px; }

.b8cgvyi .tuo4kh2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.e755nf4z { margin-bottom: 14px; }
.e755nf4z label {
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 5px;
}
.e755nf4z input {
	width: 100%;
	font-family: inherit;
	font-size: 16px;
	padding: 11px 12px;
	border: 1.5px solid #c9c9c9;
	border-radius: 4px;
	background: #fcfcfc;
	color: var(--ink);
}
.e755nf4z input:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(77,124,15,0.18);
}
.t36p6qf5q { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.b8cgvyi .sgbps3y70 { margin-top: 6px; }
.bfao72kz0 {
	font-size: 0.82rem;
	color: #8a8a8a;
	margin-top: 12px;
	margin-bottom: 0;
}
.sgcx1945 {
	font-size: 0.95rem;
	padding: 12px 14px;
	border-radius: var(--radius);
	margin-bottom: 16px;
}
.wxthv3a { background: var(--brand-soft); color: var(--brand-dark); border: 1px solid var(--line); }
.a0ifd0 { background: #fbe6dd; color: #b14310; }

/* ── Main content wrapper ───────────────────────────────── */
.y1ibljh7 { background: #ffffff; }
.gxo6qjiu {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}
.dq2y9v8 { padding: 64px 0; }
.c64ciyh { background: var(--soft); }
.wpkh1dn { background: var(--brand-dark); }
.xv6oh9sd { max-width: 760px; margin-bottom: 34px; }
.xv6oh9sd.im6cfnf { margin-left: auto; margin-right: auto; text-align: center; }
.xv6oh9sd p { color: var(--muted); font-size: 1.07rem; }
.i4q0b8ic8 { font-size: 1.12rem; }

.xfqewaoua p { margin-bottom: 16px; }

/* Two-col with image */
.yur7ko {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
	align-items: center;
}
.yur7ko.dq2y9v8 { padding: 64px 0; }
.hc58drc1 img { border-radius: var(--radius); }
.aq99ch h2 { margin-bottom: 16px; }

/* ── Step cards (etapes) ────────────────────────────────── */
.r0tvhhpbm {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
	gap: 22px;
}
.e5gjlqm5k {
	background: #ffffff;
	border: 1px solid var(--line);
	border-top: 3px solid var(--brand);
	border-radius: var(--radius);
	padding: 26px 22px;
}
.lp87wxe {
	display: inline-block;
	font-family: var(--font-head);
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: var(--brand);
	margin-bottom: 6px;
}
.e5gjlqm5k h3 { margin-bottom: 8px; }
.e5gjlqm5k p { color: var(--muted); margin-bottom: 0; font-size: 0.98rem; }

/* ── Timeline vertical ──────────────────────────────────── */
.vsb-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.vsb-timeline::before {
	content: "";
	position: absolute;
	left: 22px;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--brand-soft);
}
.vsb-timeline li {
	position: relative;
	padding: 0 0 36px 60px;
	margin: 0;
}
.vsb-timeline li:last-child { padding-bottom: 0; }
.vsb-timeline .vsb-step-num {
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--brand);
	color: #fff;
	font-family: var(--font-head);
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.vsb-timeline h3 {
	font-size: 1.5rem;
	margin-bottom: 6px;
	margin-top: 6px;
	color: var(--brand);
}
.vsb-timeline p { color: var(--muted); margin-bottom: 0; }

/* ── Comparison table ───────────────────────────────────── */
.u9fpzue { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); }
.ukxvf1 {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	min-width: 560px;
}
.ukxvf1 caption {
	caption-side: bottom;
	font-size: 0.85rem;
	color: var(--muted);
	padding-top: 12px;
	text-align: left;
}
.ukxvf1 th, .ukxvf1 td {
	padding: 14px 16px;
	text-align: left;
	border-bottom: 1px solid var(--line);
}
.ukxvf1 thead th {
	background: var(--brand);
	color: #ffffff;
	font-family: var(--font-head);
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}
.ukxvf1 tbody th { font-weight: 700; color: var(--ink); }
.ukxvf1 tbody tr:nth-child(even) { background: #f7f9f2; }
.ukxvf1 .qr64dpja { font-weight: 700; color: var(--brand); white-space: nowrap; }

/* ── Pricing cards ──────────────────────────────────────── */
.ex8fsv8 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 22px;
}
.dkfazz81 {
	background: #ffffff;
	border: 1px solid var(--line);
	border-top: 5px solid var(--brand);
	border-radius: var(--radius);
	padding: 26px 22px;
}
.dkfazz81 h3 { margin-bottom: 6px; }
.dkfazz81 .eghc0clbr {
	color: var(--cta-dark);
	font-weight: 700;
	font-size: 0.95rem;
	margin-bottom: 12px;
}
.dkfazz81 ul { padding-left: 20px; margin-bottom: 0; }
.dkfazz81 li { color: var(--muted); font-size: 0.97rem; }

/* ── Pricing ranges illustratifs ───────────────────────── */
.vsb-pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin-top: 8px;
}
.vsb-price-card {
	background: #ffffff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 28px 22px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.vsb-price-card::before {
	content: "";
	display: block;
	height: 5px;
	background: var(--brand);
	position: absolute;
	top: 0; left: 0; right: 0;
}
.vsb-price-card h3 {
	font-size: 1.6rem;
	margin-bottom: 4px;
	color: var(--ink);
}
.vsb-price-card .vsb-price-range {
	font-family: var(--font-head);
	font-size: 2.2rem;
	color: var(--brand);
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 8px;
}
.vsb-price-card .vsb-price-note {
	font-size: 0.85rem;
	color: var(--muted);
	margin-bottom: 12px;
}
.vsb-price-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.vsb-price-card li {
	color: var(--muted);
	font-size: 0.93rem;
	padding: 5px 0;
	border-bottom: 1px solid var(--line);
}
.vsb-price-card li:last-child { border-bottom: 0; }
.vsb-price-card li::before {
	content: "✓ ";
	color: var(--brand);
	font-weight: 700;
}

/* ── Figures / photo layout ─────────────────────────────── */
.colqc3o { margin: 0; }
.colqc3o img { border-radius: var(--radius); width: 100%; }
.colqc3o figcaption {
	font-size: 0.9rem;
	color: var(--muted);
	margin-top: 10px;
}
.tp0lvs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

/* ── Checklist ──────────────────────────────────────────── */
.d0fkhm { list-style: none; padding: 0; margin: 0; }
.d0fkhm li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-bottom: 12px;
	color: var(--ink);
}
.d0fkhm li:last-child { margin-bottom: 0; }
.d0fkhm svg { color: var(--brand); flex-shrink: 0; margin-top: 3px; }

/* ── Feature cards ──────────────────────────────────────── */
.rbntpbn {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
	gap: 22px;
}
.hagl58k {
	background: #ffffff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 26px 24px;
}
.hagl58k h3 { margin-bottom: 10px; }
.hagl58k p { color: var(--muted); font-size: 0.98rem; }
.hagl58k p:last-child { margin-bottom: 0; }

/* ── FAQ - simple list ──────────────────────────────────── */
.ve8qjnv8z { max-width: 860px; }
.qlookep7 {
	border-bottom: 1px solid var(--line);
	padding: 22px 0;
}
.qlookep7:first-child { padding-top: 0; }
.qlookep7 h3 {
	font-size: 1.15rem;
	margin-bottom: 10px;
	color: var(--ink);
	font-weight: 700;
	font-family: var(--font-main);
}
.qlookep7 p { color: var(--muted); margin-bottom: 0; }

/* ── CTA Band - full-width brand background ─────────────── */
.vsb-cta-band {
	background: var(--brand);
	padding: 56px 24px;
	text-align: center;
}
.vsb-cta-band h2 {
	color: #ffffff;
	font-size: 2.8rem;
	margin-bottom: 12px;
}
.vsb-cta-band p {
	color: rgba(255,255,255,0.96);
	font-size: 1.12rem;
	max-width: 620px;
	margin: 0 auto 28px;
}
.vsb-cta-band .jdaly8o {
	background: var(--cta);
	color: #ffffff;
	font-size: 1.08rem;
	padding: 16px 38px;
}
.vsb-cta-band .jdaly8o:hover { background: var(--cta-dark); }

/* ── Existing CTA box (opys280x) kept for compat ────────── */
.opys280x {
	background: var(--brand);
	color: #ffffff;
	border-radius: var(--radius);
	padding: 44px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}
.opys280x .lv30t9nt { max-width: 640px; }
.opys280x h2 { color: #ffffff; margin-bottom: 8px; }
.opys280x p { color: rgba(255,255,255,0.96); margin-bottom: 0; }

/* Dark section overrides */
.wpkh1dn,
.wpkh1dn h2, .wpkh1dn h3, .wpkh1dn h4,
.wpkh1dn p, .wpkh1dn li, .wpkh1dn span, .wpkh1dn strong {
	color: #ffffff;
}
.wpkh1dn .xv6oh9sd p { color: #c8dca0; }
.wpkh1dn .d0fkhm li { color: #ffffff; }
.wpkh1dn .d0fkhm svg { color: var(--cta); }

/* ── Footer ─────────────────────────────────────────────── */
.x7ur23g { background: var(--brand-dark); color: #dde8c8; }
.r0fn9xu {
	max-width: 1180px;
	margin: 0 auto;
	padding: 52px 24px 38px;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
	gap: 34px;
}
.epki7p5tb p { color: #c4dbb0; font-size: 0.96rem; }
.cmvihcw {
	height: 42px;
	width: auto;
	margin-bottom: 14px;
	background: #ffffff;
	border-radius: var(--radius);
	padding: 8px 12px;
}
.spbhsa {
	display: block;
	font-family: var(--font-head);
	font-weight: 400;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	color: #ffffff;
	margin-bottom: 14px;
}
.qjt7ye511 { list-style: none; padding: 0; margin: 0; }
.qjt7ye511 li {
	color: #c4dbb0;
	font-size: 0.95rem;
	padding: 5px 0;
}
.epki7p5tb .jdaly8o { margin-top: 6px; }
.iq4fmyzyc {
	border-top: 1px solid rgba(255,255,255,0.14);
	max-width: 1180px;
	margin: 0 auto;
	padding: 20px 24px 32px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.iq4fmyzyc span { color: #c4dbb0; font-size: 0.86rem; }
.vppq0y { max-width: 920px; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 980px) {
	.ihzioykl {
		grid-template-columns: 1fr;
		gap: 34px;
	}
	/* on mobile: form on top, text below */
	.hq9u3tb { order: 0; }
	.pi3qk2  { order: 1; }
	.yur7ko { grid-template-columns: 1fr; gap: 28px; }
	.hc58drc1 { order: -1; }
	.r0fn9xu { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 900px) {
	.bom5ig {
		display: block;
		cursor: pointer;
		padding: 6px;
		background: transparent;
		border: 0;
	}
	.wzrixa1 {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #ffffff;
		border-bottom: 1px solid var(--line);
		box-shadow: 0 16px 26px rgba(0,0,0,0.12);
		z-index: 90;
	}
	.sivwpv:checked ~ .wzrixa1 { display: block; }
	.wzrixa1 .qxwd8il3 {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 24px 18px;
	}
	.wzrixa1 .qxwd8il3 li { border-bottom: 1px solid var(--line); }
	.wzrixa1 .qxwd8il3 li:last-child { border-bottom: 0; }
	.wzrixa1 a { display: block; padding: 14px 0; }
	.wzrixa1 .uj1ripz a,
	.wzrixa1 .menu-item-cta a {
		text-align: center;
		margin: 14px 0 4px;
		padding: 13px 20px;
	}
	.sivwpv:checked ~ .bom5ig span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	.sivwpv:checked ~ .bom5ig span:nth-child(2) { opacity: 0; }
	.sivwpv:checked ~ .bom5ig span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

@media (max-width: 680px) {
	body { font-size: 16px; }
	h1 { font-size: 2.2rem; }
	h2 { font-size: 1.8rem; }
	h3 { font-size: 1.4rem; }
	.pi3qk2 h1 { font-size: 2.6rem; }
	.ihzioykl { padding: 40px 20px 48px; }
	.dffyvn { padding: 12px 20px; }
	.gxo6qjiu { padding: 0 20px; }
	.dq2y9v8 { padding: 46px 0; }
	.yur7ko.dq2y9v8 { padding: 46px 0; }
	.b8cgvyi .tuo4kh2 { grid-template-columns: 1fr; gap: 0; }
	.tp0lvs { grid-template-columns: 1fr; }
	.r0fn9xu { grid-template-columns: 1fr; gap: 26px; }
	.opys280x { padding: 30px 22px; }
	.z7253j2d { padding: 22px 18px; }
	.v9t7e8g8j img { height: 40px; }
	.vsb-pricing-grid { grid-template-columns: 1fr; }
	.vsb-cta-band { padding: 44px 20px; }
	.vsb-cta-band h2 { font-size: 2.2rem; }
}


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

/* ::: */
body.home .y1ibljh7 > p:first-child {
	padding-top: 28px;
}

/* === VS ENRICHED — palette teal #0d7c8c + CTA orange #f59e0b === */
.y1ibljh7 > .vs-sec {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  padding: 72px 0 !important;
  border-top: 0 !important;
}
.y1ibljh7 > .vs-sec:nth-of-type(odd) { background: #f0f9fa; }
.y1ibljh7 > .vs-sec:nth-of-type(even) { background: #fff; }
.vs-wpr { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.vs-hd { text-align: center; margin: 0 auto 44px; max-width: 780px; }
.vs-hd h2 { font-size: 2rem; color: #0a3a44; margin: 0 0 12px; }
.vs-hd p { font-size: 1.05rem; color: #4a6066; margin: 0; }

.vs-types-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.vs-tc { background: #fff; border: 1px solid #cfdfe3; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 1px 3px rgba(0,0,0,.04); transition: transform .25s; }
.vs-tc:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(13,124,140,.13); }
.vs-tc-img { height: 220px; background-size: cover; background-position: center; }
.vs-tc-bd { padding: 22px 24px 26px; flex: 1; }
.vs-tc-bd h3 { margin: 0 0 10px; font-size: 1.3rem; color: #0d7c8c; }
.vs-tc-bd p { margin: 0 0 16px; color: #2c4a52; line-height: 1.6; }
.vs-tc-px { border-top: 1px solid #cfdfe3; padding-top: 12px; font-size: .95rem; color: #0a3a44; }
.vs-tc-px strong { color: #f59e0b; font-size: 1.15rem; }

.vs-rail-list { list-style: none; margin: 0 auto; padding: 0; position: relative; max-width: 880px; }
.vs-rail-list::before { content: ''; position: absolute; left: 24px; top: 20px; bottom: 20px; width: 4px; background: linear-gradient(180deg, #f59e0b, #0d7c8c); border-radius: 2px; }
.vs-rail-list > li { position: relative; padding: 0 0 30px 70px; margin: 0; }
.vs-rail-num { position: absolute; left: 0; top: 0; width: 52px; height: 52px; border-radius: 50%; background: #fff; border: 3px solid #f59e0b; color: #0d7c8c; font-weight: 700; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; }
.vs-rail-bd h3 { margin: 6px 0 8px; font-size: 1.18rem; color: #0d7c8c; }
.vs-rail-bd p { margin: 0; color: #2c4a52; line-height: 1.6; }

.vs-mason-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 12px; }
.vs-mz { background-size: cover; background-position: center; border-radius: 8px; }
.vs-mz.wide { grid-column: span 2; }
.vs-mz.tall { grid-row: span 2; }

.vs-prijs-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.vs-pr-it { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 18px 24px; background: #fff; border: 1px solid #cfdfe3; border-radius: 8px; }
.vs-pr-lbl { font-weight: 600; color: #0a3a44; font-size: 1.02rem; }
.vs-pr-dsc { color: #5a7278; font-size: .9rem; margin: 4px 0 10px; }
.vs-pr-bar { height: 8px; background: #d3ebef; border-radius: 4px; overflow: hidden; }
.vs-pr-fill { height: 100%; background: linear-gradient(90deg, #f59e0b, #0d7c8c); }
.vs-pr-px { font-size: 1.55rem; font-weight: 700; color: #0d7c8c; text-align: right; display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1; }
.vs-pr-px small { font-size: .68rem; color: #7d908a; font-weight: 400; margin-top: 2px; }
.vs-pr-note { margin: 24px auto 0; max-width: 820px; text-align: center; color: #5a7278; font-size: .92rem; }

.vs-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.vs-split-img { height: 460px; background-size: cover; background-position: center; border-radius: 12px; box-shadow: 0 12px 32px rgba(13,124,140,.16); }
.vs-split-bd h2 { font-size: 2rem; color: #0a3a44; margin: 0 0 22px; }
.vs-split-checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.vs-split-checks li { display: flex; align-items: flex-start; gap: 12px; color: #0a3a44; line-height: 1.55; }
.vs-split-checks li svg { color: #f59e0b; flex-shrink: 0; margin-top: 2px; }
.vs-split-checks li strong { color: #0d7c8c; }

.vs-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.vs-fq { background: #fff; border: 1px solid #cfdfe3; border-radius: 8px; padding: 22px 24px; }
.vs-fq h3 { margin: 0 0 10px; font-size: 1.08rem; color: #0d7c8c; }
.vs-fq p { margin: 0; color: #2c4a52; line-height: 1.6; }

.y1ibljh7 > .vs-sec.vs-cta { background: #0a3a44 !important; color: #fff !important; padding: 64px 0 !important; }
.vs-cta-in { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.vs-cta-in h2 { margin: 0 0 8px; color: #fff !important; font-size: 1.7rem; }
.vs-cta-in p { margin: 0; color: rgba(255,255,255,.92) !important; font-size: 1.02rem; }
.vs-cta-btn { display: inline-block; background: #f59e0b !important; color: #0a3a44 !important; font-weight: 700; padding: 16px 28px; border-radius: 8px; text-decoration: none; }
.vs-cta-btn:hover { background: #fff !important; color: #f59e0b !important; }

.vs-sec h2::before, .vs-sec h2::after, .vs-sec h3::before, .vs-sec h3::after,
.vs-sec p::before, .vs-sec p::after { content: none !important; display: none !important; }

@media (max-width: 900px) {
  .vs-types-grid, .vs-faq-grid, .vs-split-grid, .vs-cta-in { grid-template-columns: 1fr; gap: 22px; }
  .vs-mason-grid { grid-template-columns: 1fr 1fr; }
  .vs-mz.wide, .vs-mz.tall { grid-column: auto; grid-row: auto; }
  .vs-split-img { height: 280px; }
  .vs-pr-it { grid-template-columns: 1fr; gap: 10px; }
}

/* === VEN v39 fresh-air content design === */
.y1ibljh7 {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.8rem 1.5rem 3.5rem;
  font-size: 1.02rem;
  color: #1f2320;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.y1ibljh7 p { margin: 0 0 1.1rem; line-height: 1.72; }
.y1ibljh7 p:first-of-type {
  font-size: 1.06rem;
  color: #3a5e0c;
  background: #edf4e0;
  padding: 1rem 1.25rem;
  margin-bottom: 1.7rem;
  border-left: 5px solid #4D7C0F;
  border-radius: 0 8px 8px 0;
  position: relative;
}
.y1ibljh7 p:first-of-type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 18px;
  background:
    radial-gradient(circle at 50% 25%, rgba(190,0,104,.5) 0 2.5px, transparent 3.5px),
    radial-gradient(circle at 50% 50%, rgba(190,0,104,.5) 0 2.5px, transparent 3.5px),
    radial-gradient(circle at 50% 75%, rgba(190,0,104,.5) 0 2.5px, transparent 3.5px);
}
.y1ibljh7 h2 {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.46rem;
  color: #4D7C0F;
  margin: 2.4rem 0 1rem;
  padding: 0 0 .7rem 0;
  position: relative;
}
.y1ibljh7 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background:
    linear-gradient(180deg,
      transparent 0%, transparent 28%,
      #4D7C0F 28%, #4D7C0F 44%,
      transparent 44%, transparent 58%,
      #BE0068 58%, #BE0068 74%,
      transparent 74%, transparent 100%);
}
.y1ibljh7 h3 {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.16rem;
  color: #94004c;
  margin: 1.7rem 0 .55rem;
  padding-left: 1.1rem;
  position: relative;
}
.y1ibljh7 h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .4rem;
  width: 6px;
  height: 6px;
  background: #4D7C0F;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(77,124,15,.2);
}
.y1ibljh7 ul { list-style: none; padding-left: 0; margin: 1rem 0 1.3rem; }
.y1ibljh7 ul li {
  position: relative;
  padding-left: 1.85rem;
  margin: .45rem 0;
  line-height: 1.65;
}
.y1ibljh7 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  width: 12px;
  height: 8px;
  background:
    radial-gradient(circle at 25% 50%, #4D7C0F 0 1.5px, transparent 2px),
    radial-gradient(circle at 50% 50%, #BE0068 0 1.5px, transparent 2px),
    radial-gradient(circle at 75% 50%, #4D7C0F 0 1.5px, transparent 2px);
}
.y1ibljh7 ol { counter-reset: ven-step; list-style: none; padding-left: 0; margin: 1rem 0 1.3rem; }
.y1ibljh7 ol li {
  counter-increment: ven-step;
  position: relative;
  padding: .2rem 0 .35rem 3rem;
  margin: .55rem 0;
  line-height: 1.65;
  min-height: 2rem;
}
.y1ibljh7 ol li::before {
  content: counter(ven-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: #4D7C0F;
  color: #edf4e0;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  line-height: 2.2rem;
  border-radius: 50%;
  border: 2px solid #BE0068;
}
.y1ibljh7 table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6rem 0 1.85rem;
  font-size: .96rem;
  background: #fff;
  border-top: 4px solid #4D7C0F;
  border-bottom: 4px solid #BE0068;
}
.y1ibljh7 table thead th {
  background: #4D7C0F;
  color: #edf4e0;
  text-align: left;
  padding: .7rem .85rem;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 700;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.y1ibljh7 table tbody td {
  padding: .58rem .85rem;
  color: #1f2320;
  border-bottom: 1px solid #dde0d8;
  vertical-align: top;
}
.y1ibljh7 table tbody tr:nth-child(odd) td { background: #f4f7ef; }
.y1ibljh7 table tbody tr td:first-child {
  font-weight: 700;
  color: #4D7C0F;
  border-left: 4px solid #BE0068;
}
.y1ibljh7 strong { color: #4D7C0F; font-weight: 700; }
.y1ibljh7 em { color: #94004c; font-style: italic; }
.y1ibljh7 blockquote {
  border-left: 5px solid #BE0068;
  background: #edf4e0;
  padding: .9rem 1.2rem;
  margin: 1.4rem 0;
  font-style: italic;
  color: #3a5e0c;
}
.y1ibljh7 a { color: #4D7C0F; text-decoration: none; border-bottom: 2px dotted #BE0068; }
.y1ibljh7 a:hover { color: #94004c; border-bottom-style: solid; }
@media (max-width: 680px) {
  .y1ibljh7 { padding: 2rem 1rem 3rem; }
  .y1ibljh7 h2 { font-size: 1.26rem; }
  .y1ibljh7 h3 { font-size: 1.06rem; }
  .y1ibljh7 table { font-size: .9rem; }
  .y1ibljh7 table thead th, .y1ibljh7 table tbody td { padding: .5rem .55rem; }
  .y1ibljh7 ol li { padding-left: 2.6rem; }
}
/* === end VEN v39 === */
