:root {
	--brand:       #7B3F00;
	--brand-dark:  #5a2d00;
	--brand-mid:   #a05500;
	--brand-soft:  #fdf5ec;
	--cta:         #F0A500;
	--cta-dark:    #c98800;
	--cta-text:    #1a0e00;
	--ink:         #1e1a16;
	--muted:       #5e5449;
	--line:        #e2d8ce;
	--soft:        #faf6f1;
	--radius-sm:   8px;
	--radius-md:   16px;
	--radius-lg:   24px;
	--font-head:   Verdana, Geneva, Tahoma, sans-serif;
	--font-body:   Verdana, Geneva, Tahoma, sans-serif;
}

/* Reset & base */
*, *::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.7;
	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.25rem; }
h4 { font-size: 1.05rem; }
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 */
.eqgdigab {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--brand);
	color: #fff;
	padding: 10px 16px;
	z-index: 200;
}
.eqgdigab:focus { left: 8px; top: 8px; color: #fff; }
:focus-visible { outline: 3px solid var(--cta); outline-offset: 2px; }

.hsvxnwz1z {
	display: inline-block;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	border: 0;
	border-radius: var(--radius-sm);
	padding: 14px 28px;
	cursor: pointer;
	transition: background-color 0.18s ease, box-shadow 0.18s ease;
	letter-spacing: 0.01em;
}
.j7bw0i {
	background: var(--cta);
	color: var(--cta-text);
	box-shadow: 0 4px 14px rgba(240,165,0,0.28);
}
.j7bw0i:hover {
	background: var(--cta-dark);
	color: var(--cta-text);
	box-shadow: 0 6px 18px rgba(201,136,0,0.34);
}
.q7n980 {
	background: transparent;
	color: var(--brand);
	border: 2px solid var(--brand);
	padding: 12px 26px;
}
.q7n980:hover { background: var(--brand-soft); color: var(--brand-dark); }
.nn1aooc { display: block; width: 100%; text-align: center; }

.vesnyruyp {
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid var(--line);
}
.rpgau7 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.c37eh4nou { display: inline-flex; flex-shrink: 0; }
.c37eh4nou img { height: 52px; width: auto; }

.ulmalwci .nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 28px;
}
.ulmalwci .nav-list li { margin: 0; }
.ulmalwci a {
	font-family: var(--font-body);
	text-decoration: none;
	color: var(--ink);
	font-size: 0.95rem;
	font-weight: 400;
	padding: 6px 0;
	border-bottom: 2px solid transparent;
	transition: color 0.15s, border-color 0.15s;
}
.ulmalwci a:hover {
	color: var(--brand);
	border-bottom-color: var(--brand);
}
.ulmalwci .jgkb9b5nh a,
.ulmalwci .menu-item-cta a {
	background: var(--cta);
	color: var(--cta-text);
	padding: 10px 20px;
	border-radius: var(--radius-sm);
	border-bottom: none;
	font-weight: 700;
}
.ulmalwci .jgkb9b5nh a:hover,
.ulmalwci .menu-item-cta a:hover { background: var(--cta-dark); color: var(--cta-text); }

.oqdzuf4mp { display: none; }
.oqdzuf4mp span {
	display: block;
	width: 26px;
	height: 3px;
	background: var(--brand);
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.oqdzuf4mp span + span { margin-top: 5px; }

.f57zb842z {
	position: relative;
	background-color: var(--brand-dark);
	background-image: url("img/hero.webp");
	background-size: cover;
	background-position: center;
}
.f57zb842z::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(90,45,0,0.88);
}
.boj94u {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 28px 72px;
	display: grid;
	grid-template-columns: 0.95fr 1.1fr;
	gap: 52px;
	align-items: start;
}

.f7nasb3b { order: -1; }

.bp7r8jpkp {
	background: #ffffff;
	border-radius: 10px;
	padding: 32px 30px 28px;
	border: 1px solid var(--line);
}
.jcne9469 {
	font-family: var(--font-head);
	font-size: 1.45rem;
	margin-bottom: 6px;
	color: var(--brand-dark);
}
.m8k317 { font-size: 0.95rem; color: var(--muted); margin-bottom: 20px; }

.c5igyycn .t7xt2z {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.lztzfvb { margin-bottom: 14px; }
.lztzfvb label {
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 5px;
}
.lztzfvb input {
	width: 100%;
	font-family: var(--font-body);
	font-size: 1rem;
	padding: 11px 14px;
	border: 1.5px solid #d4c8bc;
	border-radius: var(--radius-sm);
	background: #fdfaf7;
	color: var(--ink);
	transition: border-color 0.15s, box-shadow 0.15s;
}
.lztzfvb input:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(123,63,0,0.14);
}
.mr4ifgxw0 { max-width: 100%; }
.n0osjljqt { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.c5igyycn .nn1aooc { margin-top: 8px; font-size: 1.05rem; padding: 16px 28px; }
.ag5um93a {
	font-size: 0.81rem;
	color: #9a8a7a;
	margin-top: 12px;
	margin-bottom: 0;
}
.bzwx9e {
	font-size: 0.95rem;
	padding: 12px 14px;
	border-radius: var(--radius-sm);
	margin-bottom: 16px;
}
.h7u7dkakl { background: var(--brand-soft); color: var(--brand-dark); }
.l5vma936 { background: #fbe6dd; color: #b14310; }

.dbt6akhg { color: #f3ece4; padding-top: 8px; }
.dbt6akhg h1 {
	font-family: var(--font-head);
	color: #ffffff;
	font-size: 2.75rem;
	font-weight: 700;
	margin-bottom: 18px;
	line-height: 1.15;
	text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.h4xyhy29 {
	font-size: 1.1rem;
	color: #eddcc9;
	margin-bottom: 30px;
	line-height: 1.65;
}
.rywwd4q0 { list-style: none; margin: 0; padding: 0; }
.rywwd4q0 li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 16px;
	color: #ffffff;
	font-size: 1.03rem;
}
.rywwd4q0 svg {
	color: var(--cta);
	flex-shrink: 0;
	margin-top: 2px;
}

.odovsfg4 { background: #ffffff; }
.dog3puvm {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
}
.x0pigx3v { padding: 72px 0; }
.tq3v2satd { background: var(--soft); }
.lh0m0kk1 { background: var(--brand-dark); }
.zh5kc8 { max-width: 780px; margin-bottom: 38px; }
.zh5kc8.lo5kyr6 { margin-left: auto; margin-right: auto; text-align: center; }
.zh5kc8 p { color: var(--muted); font-size: 1.07rem; }
.fh6vmxjs3 { font-size: 1.1rem; }

.oksggg p { margin-bottom: 16px; }
.gpk7grz6 { text-align: center; max-width: 680px; margin: 0 auto; }

.e78n5p18j {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}
.e78n5p18j.x0pigx3v { padding: 72px 0; }
.jox1obk img {
	border-radius: var(--radius-md);
	box-shadow: 0 16px 40px rgba(123,63,0,0.14);
}
.zk566gd h2 { margin-bottom: 18px; }

.wcuo3xq2 {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 760px;
	position: relative;
}
.wcuo3xq2::before {
	content: "";
	position: absolute;
	left: 28px;
	top: 36px;
	bottom: 36px;
	width: 2px;
	background: var(--cta);
}
.k79psbf1x {
	position: relative;
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius-md);
	padding: 26px 26px 26px 80px;
	margin-bottom: 20px;
	box-shadow: 0 4px 16px rgba(123,63,0,0.07);
	transition: box-shadow 0.2s;
}
.k79psbf1x:hover { box-shadow: 0 8px 28px rgba(123,63,0,0.13); }
.gm55p72fr {
	position: absolute;
	left: 14px;
	top: 22px;
	width: 28px;
	height: 28px;
	background: var(--cta);
	color: var(--cta-text);
	border-radius: 50%;
	font-weight: 700;
	font-size: 0.95rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff;
	box-shadow: 0 2px 8px rgba(240,165,0,0.35);
	font-family: var(--font-body);
}
.k79psbf1x h3 {
	font-family: var(--font-head);
	margin-bottom: 6px;
	font-size: 1.12rem;
}
.k79psbf1x p { color: var(--muted); margin-bottom: 0; font-size: 0.97rem; }

.nuaok3 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	gap: 28px;
}
.wtkxhvh {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius-md);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 16px rgba(123,63,0,0.06);
	transition: transform 0.2s, box-shadow 0.2s;
}
.wtkxhvh:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(123,63,0,0.13);
}
.wtkxhvh img { width: 100%; height: 200px; object-fit: cover; }
.wtkxhvh .k568sfh { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.wtkxhvh h3 {
	font-family: var(--font-head);
	margin-bottom: 8px;
}
.wtkxhvh p { color: var(--muted); font-size: 0.97rem; }
.lm2w81 {
	margin-top: auto;
	padding-top: 14px;
	font-size: 1rem;
	color: var(--ink);
}
.lm2w81 strong { font-size: 1.4rem; color: var(--brand); font-family: var(--font-head); }

.oxwmnheu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 26px;
}
.was9d1r {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius-md);
	padding: 30px 26px 26px;
	position: relative;
	box-shadow: 0 4px 18px rgba(123,63,0,0.07);
	transition: box-shadow 0.2s;
}
.was9d1r:hover { box-shadow: 0 10px 30px rgba(123,63,0,0.14); }
.was9d1r::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: var(--brand);
	border-radius: var(--radius-md) var(--radius-md) 0 0;
}
.was9d1r h3 {
	font-family: var(--font-head);
	margin-bottom: 8px;
}
.was9d1r .jg67ft {
	color: var(--brand-mid);
	font-weight: 700;
	font-size: 1.55rem;
	margin-bottom: 14px;
	font-family: var(--font-head);
	line-height: 1.1;
}
.was9d1r ul { padding-left: 20px; margin-bottom: 0; }
.was9d1r li { color: var(--muted); font-size: 0.96rem; }

.o9ypwdbbz { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius-sm); }
.w9ysonl {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	min-width: 540px;
}
.w9ysonl caption {
	caption-side: bottom;
	font-size: 0.85rem;
	color: var(--muted);
	padding-top: 10px;
	text-align: left;
}
.w9ysonl th, .w9ysonl td {
	padding: 14px 16px;
	text-align: left;
	border-bottom: 1px solid var(--line);
}
.w9ysonl thead th {
	background: var(--brand);
	color: #ffffff;
	font-size: 0.95rem;
}
.w9ysonl tbody th { font-weight: 700; color: var(--ink); }
.w9ysonl tbody tr:nth-child(even) { background: #faf6f1; }
.w9ysonl .mzo56f8cq { font-weight: 700; color: var(--brand); white-space: nowrap; }

.hs27m7 { margin: 0; }
.hs27m7 img { border-radius: var(--radius-md); box-shadow: 0 12px 32px rgba(123,63,0,0.12); }
.hs27m7 figcaption { font-size: 0.9rem; color: var(--muted); margin-top: 10px; }
.baw54hb { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }

.dawmt163 { list-style: none; padding: 0; margin: 0; }
.dawmt163 li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
	color: var(--ink);
}
.dawmt163 svg { color: var(--cta); flex-shrink: 0; margin-top: 3px; }

.wb0hp5wq {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
}
.sg7oo1vtr {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius-md);
	padding: 26px 24px;
	box-shadow: 0 4px 14px rgba(123,63,0,0.06);
}
.sg7oo1vtr h3 {
	font-family: var(--font-head);
	margin-bottom: 10px;
}
.sg7oo1vtr p { color: var(--muted); font-size: 0.97rem; }
.sg7oo1vtr p:last-child { margin-bottom: 0; }

.r4nokz0g4 { max-width: 860px; }
.fea26d8i2 {
	border-bottom: 1.5px solid var(--line);
}
.fea26d8i2:first-child { border-top: 1.5px solid var(--line); }
.fea26d8i2 details { width: 100%; }
.fea26d8i2 details summary {
	list-style: none;
	cursor: pointer;
	padding: 20px 48px 20px 0;
	position: relative;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 1.07rem;
	color: var(--brand);
	user-select: none;
}
.fea26d8i2 details summary::-webkit-details-marker { display: none; }
.fea26d8i2 details summary::after {
	content: "+";
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6rem;
	font-weight: 400;
	color: var(--cta);
	line-height: 1;
	transition: transform 0.2s;
}
.fea26d8i2 details[open] summary::after {
	content: "-";
}
.fea26d8i2 details .kfa3b9c {
	padding: 0 0 18px 0;
}
.fea26d8i2 details .kfa3b9c p { color: var(--muted); margin-bottom: 0; }
/* Fallback pour h3+p (ancienne structure) */
.fea26d8i2 h3 {
	font-family: var(--font-head);
	margin-bottom: 8px;
	padding: 18px 0 6px;
	font-size: 1.07rem;
}
.fea26d8i2 p { color: var(--muted); margin-bottom: 14px; }

.q6w8ygqu {
	background: var(--brand-dark);
	color: #ffffff;
	border-radius: var(--radius-lg);
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	min-height: 260px;
}
.q6w8ygqu .g7thss {
	padding: 48px 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
}
.q6w8ygqu h2 {
	color: #ffffff;
	font-family: var(--font-head);
	margin-bottom: 10px;
	font-size: 1.75rem;
}
.q6w8ygqu p {
	margin-bottom: 0;
	color: #e8d4b8;
	font-size: 1.03rem;
}
.q6w8ygqu span, .q6w8ygqu li { color: #e8d4b8; }
.q6w8ygqu .pxl4img {
	background-image: url("img/hero.webp");
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 200px;
}
.q6w8ygqu .pxl4img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(90,45,0,0.35);
}

.lh0m0kk1,
.lh0m0kk1 h1, .lh0m0kk1 h2, .lh0m0kk1 h3, .lh0m0kk1 h4,
.lh0m0kk1 p, .lh0m0kk1 li, .lh0m0kk1 span, .lh0m0kk1 strong {
	color: #ffffff;
}
.lh0m0kk1 .zh5kc8 p { color: #d4c4ae; }

.t79b69q { background: var(--brand-dark); color: #e8d4b8; }
.ru9tk2rr {
	max-width: 1200px;
	margin: 0 auto;
	padding: 56px 28px 40px;
	display: grid;
	grid-template-columns: 1.6fr 1.2fr 1.2fr;
	gap: 40px;
}
.urdvm4 p { color: #c4a882; font-size: 0.95rem; }
.q9wloasq {
	height: 46px;
	width: auto;
	margin-bottom: 16px;
	background: #ffffff;
	border-radius: var(--radius-sm);
	padding: 8px 14px;
}
.i8pgxi4 {
	display: block;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 1.05rem;
	color: #ffffff;
	margin-bottom: 14px;
}
.e3efyxg4 { list-style: none; padding: 0; margin: 0; }
.e3efyxg4 li {
	color: #c4a882;
	font-size: 0.94rem;
	padding: 5px 0;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.e3efyxg4 li:last-child { border-bottom: 0; }
.urdvm4 .hsvxnwz1z { margin-top: 8px; }
.cv84o0iu {
	border-top: 1px solid rgba(255,255,255,0.12);
	max-width: 1200px;
	margin: 0 auto;
	padding: 22px 28px 32px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	background-color: #5a2d00;
}
.cv84o0iu span { color: #c4a882; font-size: 0.85rem; }
.pzkgtaa { max-width: 900px; }

@media (max-width: 980px) {
	.boj94u { grid-template-columns: 1fr; gap: 36px; }
	.f7nasb3b { order: 0; }
	.e78n5p18j { grid-template-columns: 1fr; gap: 28px; }
	.jox1obk { order: -1; }
	.ru9tk2rr { grid-template-columns: 1fr 1fr; gap: 28px; }
	.q6w8ygqu { grid-template-columns: 1fr; }
	.q6w8ygqu .pxl4img { min-height: 180px; display: block; }
}

@media (max-width: 900px) {
	.oqdzuf4mp {
		display: block;
		cursor: pointer;
		padding: 6px;
		background: transparent;
		border: 0;
	}
	.ulmalwci {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #ffffff;
		border-bottom: 1px solid var(--line);
		box-shadow: 0 16px 28px rgba(123,63,0,0.1);
		z-index: 90;
	}
	.cmca58m:checked ~ .ulmalwci { display: block; }
	.ulmalwci .nav-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 28px 18px;
	}
	.ulmalwci .nav-list li { border-bottom: 1px solid var(--line); }
	.ulmalwci .nav-list li:last-child { border-bottom: 0; }
	.ulmalwci a { display: block; padding: 14px 0; border-bottom: none; }
	.ulmalwci .jgkb9b5nh a,
	.ulmalwci .menu-item-cta a {
		text-align: center;
		margin: 14px 0 4px;
		padding: 13px 20px;
	}
	.cmca58m:checked ~ .oqdzuf4mp span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	.cmca58m:checked ~ .oqdzuf4mp span:nth-child(2) { opacity: 0; }
	.cmca58m:checked ~ .oqdzuf4mp span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
		.wcuo3xq2::before { display: none; }
	.k79psbf1x { padding-left: 70px; }
}

@media (max-width: 680px) {
	body { font-size: 16px; }
	h1 { font-size: 1.8rem; }
	.dbt6akhg h1 { font-size: 2rem; }
	h2 { font-size: 1.5rem; }
	.boj94u { padding: 44px 20px 52px; }
	.rpgau7 { padding: 12px 20px; }
	.dog3puvm { padding: 0 20px; }
	.x0pigx3v { padding: 52px 0; }
	.e78n5p18j.x0pigx3v { padding: 52px 0; }
	.c5igyycn .t7xt2z { grid-template-columns: 1fr; gap: 0; }
	.baw54hb { grid-template-columns: 1fr; }
	.ru9tk2rr { grid-template-columns: 1fr; gap: 28px; }
	.q6w8ygqu .g7thss { padding: 32px 24px; }
	.bp7r8jpkp { padding: 24px 18px; }
	.c37eh4nou img { height: 42px; }
	.wcuo3xq2::before { display: none; }
	.k79psbf1x { padding-left: 60px; }
}

.section {
	padding: 72px 0;
}
.section-alt {
	background: var(--soft);
}
.content-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
}
.section-head {
	max-width: 780px;
	margin-bottom: 48px;
}
.section-head h2 {
	font-family: var(--font-head);
	color: var(--brand);
	font-size: 1.9rem;
	margin-bottom: 12px;
}
.section-head p {
	color: var(--muted);
	font-size: 1.07rem;
	margin-bottom: 0;
}

.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 52px;
	align-items: center;
}
.split-text h2 {
	font-family: var(--font-head);
	color: var(--brand);
	font-size: 1.85rem;
	margin-bottom: 16px;
}
.split-text p { color: var(--muted); }
.split-text p.lead {
	color: var(--ink);
	font-size: 1.08rem;
	font-weight: 400;
}
.split-media { margin: 0; }
.split-media img {
	width: 100%;
	border-radius: var(--radius-md);
	box-shadow: 0 16px 40px rgba(123,63,0,0.13);
}

.borne-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	gap: 28px;
}
.borne-card {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius-md);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 16px rgba(123,63,0,0.06);
	transition: transform 0.2s, box-shadow 0.2s;
}
.borne-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(123,63,0,0.13);
}
.borne-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}
.borne-body {
	padding: 20px 22px 22px;
	flex: 1;
}
.borne-body h3 {
	font-family: var(--font-head);
	color: var(--brand);
	font-size: 1.12rem;
	margin-bottom: 8px;
}
.borne-body p {
	color: var(--muted);
	font-size: 0.97rem;
	margin-bottom: 0;
}

.choice-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 26px;
}
.choice-card {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius-md);
	padding: 26px 24px;
	box-shadow: 0 4px 14px rgba(123,63,0,0.06);
}
.choice-card h3 {
	font-family: var(--font-head);
	color: var(--brand);
	font-size: 1.08rem;
	margin-bottom: 6px;
}
.choice-card .choice-for {
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--brand-mid);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 14px;
}
.choice-card ul {
	padding-left: 18px;
	margin-bottom: 0;
}
.choice-card li {
	color: var(--muted);
	font-size: 0.95rem;
}

.steps {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 760px;
	position: relative;
}
.steps::before {
	content: "";
	position: absolute;
	left: 28px;
	top: 36px;
	bottom: 36px;
	width: 2px;
	background: var(--cta);
}
.step {
	position: relative;
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius-md);
	padding: 26px 26px 26px 80px;
	margin-bottom: 20px;
	box-shadow: 0 4px 16px rgba(123,63,0,0.07);
}
.step:last-child { margin-bottom: 0; }
.step-num {
	position: absolute;
	left: 14px;
	top: 22px;
	width: 28px;
	height: 28px;
	background: var(--cta);
	color: var(--cta-text);
	border-radius: 50%;
	font-weight: 700;
	font-size: 0.95rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff;
	box-shadow: 0 2px 8px rgba(240,165,0,0.35);
	font-family: var(--font-body);
}
.step h3 {
	font-family: var(--font-head);
	color: var(--brand);
	font-size: 1.1rem;
	margin-bottom: 6px;
}
.step p {
	color: var(--muted);
	font-size: 0.97rem;
	margin-bottom: 0;
}

.check-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 14px 32px;
}
.check-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 16px;
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius-sm);
	box-shadow: 0 2px 8px rgba(123,63,0,0.05);
}
.check-list li svg {
	color: var(--cta);
	flex-shrink: 0;
	margin-top: 2px;
}
.check-list li span {
	color: var(--ink);
	font-size: 0.98rem;
}

.table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: var(--radius-sm);
	margin-bottom: 24px;
}
.price-table {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	min-width: 480px;
	box-shadow: 0 4px 18px rgba(123,63,0,0.07);
	border-radius: var(--radius-sm);
	overflow: hidden;
}
.price-table caption {
	caption-side: bottom;
	font-size: 0.84rem;
	color: var(--muted);
	padding-top: 10px;
	text-align: left;
}
.price-table th, .price-table td {
	padding: 14px 18px;
	text-align: left;
	border-bottom: 1px solid var(--line);
}
.price-table thead th {
	background: var(--brand);
	color: #ffffff;
	font-size: 0.94rem;
	font-family: var(--font-body);
	font-weight: 700;
}
.price-table tbody th { font-weight: 400; color: var(--ink); }
.price-table tbody tr:nth-child(even) { background: var(--soft); }
.price-table .price-cell {
	font-weight: 700;
	color: var(--brand-mid);
	white-space: nowrap;
	font-family: var(--font-head);
	font-size: 1.05rem;
}

.faq {
	max-width: 860px;
}
.faq-item {
	border-bottom: 1.5px solid var(--line);
}
.faq-item:first-child { border-top: 1.5px solid var(--line); }
.faq-item h3 {
	font-family: var(--font-head);
	color: var(--brand);
	font-size: 1.07rem;
	font-weight: 700;
	padding: 20px 48px 20px 0;
	margin: 0;
	position: relative;
	cursor: pointer;
	user-select: none;
}
.faq-item h3::after {
	content: "+";
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6rem;
	font-weight: 400;
	color: var(--cta);
	line-height: 1;
	font-family: var(--font-body);
}
.faq-item p {
	color: var(--muted);
	padding-bottom: 18px;
	margin-bottom: 0;
	font-size: 0.99rem;
}

.cta-band {
	background: var(--brand-dark);
	color: #ffffff;
	border-radius: var(--radius-lg);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 52px 52px;
	background-image: url("img/hero.webp");
	background-size: cover;
	background-position: center right;
	position: relative;
}
.cta-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(90,45,0,0.90);
}
.cta-band-text {
	position: relative;
	max-width: 560px;
}
.cta-band-text h2 {
	font-family: var(--font-head);
	color: #ffffff;
	font-size: 1.75rem;
	margin-bottom: 12px;
}
.cta-band-text p {
	color: #e8d4b8;
	font-size: 1.03rem;
	margin-bottom: 0;
}
.cta-band .btn {
	position: relative;
	display: inline-block;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	border: 0;
	border-radius: var(--radius-sm);
	padding: 16px 30px;
	cursor: pointer;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background-color 0.18s ease, box-shadow 0.18s ease;
}
.cta-band .btn-cta {
	background: var(--cta);
	color: var(--cta-text);
	box-shadow: 0 4px 14px rgba(240,165,0,0.3);
}
.cta-band .btn-cta:hover {
	background: var(--cta-dark);
	color: var(--cta-text);
}

.i3qa63, .vsqsibcla {
	background: var(--soft);
	padding: 48px 0;
}
.ran4qwg85 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
}
.i3qa63 h2, .vsqsibcla h2 {
	font-family: var(--font-head);
	color: var(--brand);
	font-size: 1.55rem;
	margin-bottom: 20px;
}
.yo4uo1c {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}
.yo4uo1c li { margin: 0; }
.yo4uo1c a {
	display: inline-block;
	padding: 6px 14px;
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: 20px;
	color: var(--brand);
	font-size: 0.92rem;
	text-decoration: none;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.yo4uo1c a:hover {
	background: var(--brand);
	border-color: var(--brand);
	color: #ffffff;
}
.geobe-dist {
	font-size: 0.8em;
	color: var(--muted);
	margin-left: 2px;
}
.jq4dsbw {
	background: var(--brand);
	padding: 32px 0;
}
.fymrgnf {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 20px;
}
.geobe-fact { text-align: center; }
.fymrgnf dt {
	font-family: var(--font-head);
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--cta);
	line-height: 1.1;
}
.fymrgnf dd {
	margin: 0;
	color: #e8d4b8;
	font-size: 0.9rem;
}

@media (max-width: 980px) {
	.split { grid-template-columns: 1fr; gap: 28px; }
	.split-media { order: -1; }
	.check-list { grid-template-columns: 1fr; }
	.cta-band { flex-direction: column; align-items: flex-start; padding: 36px 28px; }
}
@media (max-width: 680px) {
	.section { padding: 52px 0; }
	.steps::before { display: none; }
	.step { padding-left: 64px; }
	.step-num { left: 14px; }
	.borne-grid { grid-template-columns: 1fr; }
	.choice-grid { grid-template-columns: 1fr; }
	.faq-item h3 { font-size: 1rem; }
	.cta-band-text h2 { font-size: 1.4rem; }
}


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

/* breathing room */
body.home .odovsfg4 {
	margin-top: 30px;
}

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

/* Wrapper max-width for AI-generated content (sections, paragraphs, tables) */
.odovsfg4 > section,
.odovsfg4 > p,
.odovsfg4 > h2,
.odovsfg4 > h3,
.odovsfg4 > ul,
.odovsfg4 > ol,
.odovsfg4 > dl,
.odovsfg4 > table {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

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

/* Sub-section helpers for non-home pages */
.odovsfg4 > section h2 {
	margin-bottom: 16px;
}
.odovsfg4 > section h3 {
	margin-top: 22px;
	margin-bottom: 8px;
}
.odovsfg4 > section p {
	margin-bottom: 14px;
}

/* === Table design v12: terracotta tracked-uppercase header + alternating sand rows + chevron caret on first cell === */
.odovsfg4 table,
.odovsfg4 > section table {
	width: 100%;
	max-width: 100%;
	margin: 32px auto;
	border-collapse: collapse;
	font-size: 0.96rem;
	background: #ffffff;
	border-top: 5px solid #7B3F00;
	border-bottom: 1px solid #e2d8ce;
}
.odovsfg4 table thead th {
	background: #fdf5ec;
	color: #7B3F00;
	text-align: left;
	padding: 16px 22px 14px;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border-bottom: 1px solid #c98800;
	vertical-align: middle;
}
.odovsfg4 table tbody td {
	padding: 14px 22px;
	border-bottom: 1px solid #f0e6d8;
	color: #1e1a16;
	vertical-align: top;
	line-height: 1.65;
}
.odovsfg4 table tbody td:first-child {
	color: #5a2d00;
	font-weight: 700;
	position: relative;
	padding-left: 38px;
}
.odovsfg4 table tbody td:first-child::before {
	content: "▸";
	color: #F0A500;
	position: absolute;
	left: 22px;
	font-weight: 700;
}
.odovsfg4 table tbody td strong {
	color: #7B3F00;
}
.odovsfg4 table tbody tr:nth-child(even) {
	background: #faf6f1;
}
.odovsfg4 table tbody tr:last-child td {
	border-bottom: none;
}

/* Mobile compact */
@media (max-width: 640px) {
	.odovsfg4 table thead th,
	.odovsfg4 table tbody td {
		padding: 10px 12px;
		font-size: 0.90rem;
	}
	.odovsfg4 table tbody td:first-child {
		padding-left: 28px;
	}
	.odovsfg4 table tbody td:first-child::before {
		left: 12px;
	}
}

/* ============================================
   Sections enrichies (prefix .acb-)
   Layout : 6-cards grid / zigzag steps / quilted gallery / data table / split / faq
   Différent de ARE (4-cards/track/masonry/data-list) et RI (table/strip/timeline/3-cards)
   ============================================ */

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

.acb-sec { background: #ffffff; }
.acb-sec-alt { background: var(--brand-soft, #fdf5ec); }

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

.acb-hd {
  text-align: center;
  margin-bottom: 48px;
}
.acb-hd h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: var(--brand, #7B3F00);
  margin: 0 0 14px;
  line-height: 1.2;
}
.acb-lead {
  color: var(--muted, #5e5449);
  font-size: 1.02rem;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.65;
}

/* === PRESTATIONS — 6 cards grid 3-col === */
.acb-srv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 640px) { .acb-srv { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .acb-srv { grid-template-columns: repeat(3, 1fr); } }
.acb-srv-card {
  background: #fff;
  border: 1px solid var(--line, #e2d8ce);
  border-radius: var(--radius-md, 16px);
  padding: 30px 26px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.acb-srv-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(123,63,0,0.11);
  border-color: var(--brand-mid, #a05500);
}
.acb-srv-ico {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--brand-soft, #fdf5ec);
  color: var(--brand, #7B3F00);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.acb-srv-card h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
  color: var(--brand-dark, #5a2d00);
}
.acb-srv-card p {
  margin: 0;
  color: var(--muted, #5e5449);
  line-height: 1.6;
  font-size: 0.97rem;
}

/* === ZIGZAG STEPS === */
.acb-zz {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 980px;
  margin: 0 auto;
}
.acb-zz-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 26px;
  align-items: center;
}
@media (min-width: 760px) {
  .acb-zz-row { grid-template-columns: 130px 1fr; gap: 36px; }
  .acb-zz-flip { grid-template-columns: 1fr 130px; }
  .acb-zz-flip .acb-zz-num { order: 2; text-align: left; }
  .acb-zz-flip .acb-zz-card { order: 1; text-align: right; }
  .acb-zz-flip .acb-zz-card::before { left: auto !important; right: -18px !important; transform: scaleX(-1); }
}
.acb-zz-num {
  font-size: clamp(2.8rem, 7vw, 4.2rem);
  font-weight: 800;
  color: var(--cta, #F0A500);
  font-family: var(--font-head, sans-serif);
  line-height: 1;
  text-align: center;
}
.acb-zz-card {
  background: #fff;
  border-left: 4px solid var(--brand, #7B3F00);
  padding: 22px 26px;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(123,63,0,0.06);
  position: relative;
}
.acb-zz-flip .acb-zz-card { border-left: 0; border-right: 4px solid var(--brand, #7B3F00); }
.acb-zz-card h3 {
  margin: 0 0 8px;
  color: var(--brand-dark, #5a2d00);
  font-size: 1.18rem;
}
.acb-zz-card p {
  margin: 0;
  color: var(--muted, #5e5449);
  line-height: 1.65;
}

/* === QUILTED GALLERY (asymmetric) === */
.acb-quilt {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 720px) {
  .acb-quilt {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 200px 200px 200px;
    gap: 16px;
  }
  .acb-q-1 { grid-column: 1 / 2; grid-row: 1 / 3; }
  .acb-q-2 { grid-column: 2 / 4; grid-row: 1 / 2; }
  .acb-q-3 { grid-column: 2 / 3; grid-row: 2 / 3; }
  .acb-q-4 { grid-column: 3 / 4; grid-row: 2 / 3; }
  .acb-q-5 { grid-column: 1 / 3; grid-row: 3 / 4; }
  .acb-q-6 { grid-column: 3 / 4; grid-row: 3 / 4; }
}
.acb-quilt figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #f0e6d6;
  box-shadow: 0 8px 22px rgba(123,63,0,0.10);
}
.acb-quilt figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 200px;
  transition: transform .35s ease;
}
.acb-quilt figure:hover img { transform: scale(1.04); }

/* === TARIFS table === */
.acb-tar-wrap {
  background: #fff;
  border: 1px solid var(--line, #e2d8ce);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(123,63,0,0.06);
}
.acb-tar {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.97rem;
}
.acb-tar thead { background: var(--brand, #7B3F00); }
.acb-tar thead th {
  color: #fff;
  padding: 16px 22px;
  text-align: left;
  font-weight: 600;
  font-size: 1.02rem;
}
.acb-tar thead th + th { text-align: center; }
.acb-tar tbody td {
  padding: 16px 22px;
  border-top: 1px solid var(--line, #e2d8ce);
  color: var(--ink, #1e1a16);
  vertical-align: top;
}
.acb-tar tbody td + td { text-align: center; font-weight: 600; color: var(--brand-dark, #5a2d00); }
.acb-tar tbody tr:nth-child(even) td { background: var(--soft, #faf6f1); }
.acb-tar tbody tr:hover td { background: var(--brand-soft, #fdf5ec); }
.acb-tar-sub {
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--muted, #5e5449);
  margin-top: 4px;
}
.acb-tar-foot {
  text-align: center;
  margin-top: 18px;
  color: var(--muted, #5e5449);
  font-size: 0.9rem;
  font-style: italic;
}

/* === SPLIT img + checks === */
.acb-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
@media (min-width: 880px) {
  .acb-split { grid-template-columns: 1fr 1.15fr; gap: 56px; }
}
.acb-split-img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(123,63,0,0.18);
}
.acb-split-img img {
  width: 100%;
  height: auto;
  display: block;
}
.acb-split-body h2 {
  text-align: left;
  color: var(--brand, #7B3F00);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  margin: 0 0 14px;
  line-height: 1.2;
}
.acb-split-body .acb-lead {
  text-align: left;
  margin: 0 0 22px;
}
.acb-checks {
  list-style: none;
  padding: 0;
  margin: 0;
}
.acb-checks li {
  padding: 12px 0 12px 40px;
  position: relative;
  border-top: 1px solid var(--line, #e2d8ce);
  color: var(--ink, #1e1a16);
  line-height: 1.65;
}
.acb-checks li:first-child { border-top: 0; }
.acb-checks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 26px;
  height: 26px;
  background: var(--brand, #7B3F00);
  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;
}
.acb-checks strong { color: var(--brand-dark, #5a2d00); }

/* === FAQ === */
.acb-faq details {
  background: #fff;
  border: 1px solid var(--line, #e2d8ce);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.acb-faq details[open] {
  box-shadow: 0 6px 18px rgba(123,63,0,0.10);
  border-color: var(--brand, #7B3F00);
}
.acb-faq summary {
  padding: 18px 56px 18px 22px;
  cursor: pointer;
  font-weight: 600;
  color: var(--brand-dark, #5a2d00);
  position: relative;
  list-style: none;
  font-size: 1.02rem;
  line-height: 1.4;
}
.acb-faq summary::-webkit-details-marker { display: none; }
.acb-faq summary::after {
  content: '+';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--brand, #7B3F00);
  line-height: 1;
}
.acb-faq details[open] summary::after {
  content: '−';
  color: var(--cta-dark, #c98800);
}
.acb-faq details p {
  padding: 0 22px 20px;
  margin: 0;
  color: var(--muted, #5e5449);
  line-height: 1.65;
}

/* === CTA finale === */
.acb-cta {
  background: linear-gradient(135deg, var(--brand, #7B3F00) 0%, var(--brand-dark, #5a2d00) 100%);
  color: #fff;
  text-align: center;
}
.acb-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 2.3rem);
  margin: 0 0 14px;
}
.acb-cta p {
  color: #fbe7cf;
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.acb-cta-btn {
  display: inline-block;
  background: var(--cta, #F0A500);
  color: var(--cta-text, #1a0e00) !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.22);
}
.acb-cta-btn:hover {
  background: #fff;
  color: var(--brand, #7B3F00) !important;
  transform: translateY(-2px);
}
