:root {
	--brand:      #1a3a5c;
	--brand-dark: #0f2540;
	--brand-soft: #e8eef5;
	--cta:        #f5a623;
	--cta-dark:   #8a5900;
	--ink:        #1c1c1e;
	--muted:      #5a6270;
	--line:       #dde2e9;
	--soft:       #f4f6f9;
	--white:      #ffffff;
	--font-main:  Verdana, Geneva, Tahoma, sans-serif;
	--radius-sm:  8px;
	--radius-md:  14px;
	--radius-lg:  22px;
}

* { 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.7;
	color: var(--ink);
	background: var(--white);
}

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-main);
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 16px;
	color: var(--brand);
}
h1 { font-size: 2.6rem; }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.22rem; }
h4 { font-size: 1.05rem; }
p  { margin: 0 0 18px; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 18px; padding-left: 24px; }
li { margin-bottom: 8px; }
strong { font-weight: 700; }

/* ---------------------------------------------------------- Skip link */
.ofvsdwv {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--brand);
	color: #fff;
	padding: 10px 18px;
	z-index: 200;
	border-radius: 0 0 var(--radius-sm) 0;
}
.ofvsdwv:focus { left: 8px; top: 8px; color: #fff; }
:focus-visible { outline: 3px solid var(--cta); outline-offset: 2px; }

/* ------------------------------------------------------------ Boutons */
.btn {
	display: inline-block;
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	border: 0;
	border-radius: var(--radius-sm);
	padding: 15px 30px;
	cursor: pointer;
	transition: background-color 0.18s ease, transform 0.12s ease;
}
.btn:active { opacity: 0.9; }

.lpetgxvmn { background: var(--cta); color: var(--brand-dark); }
.lpetgxvmn:hover { background: var(--cta-dark); color: var(--white); }
.jbe3a5 {
	background: transparent;
	color: var(--brand);
	border: 2px solid var(--brand);
	padding: 13px 28px;
}
.jbe3a5:hover { background: var(--brand-soft); color: var(--brand-dark); }
.q4jl2rwie { display: block; width: 100%; text-align: center; }

/* ------------------------------------------------------------ En-tete */
.aig7todqe {
	position: relative;
	background: var(--white);
	border-bottom: 1px solid var(--line);
}
.vzywir {
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.p9myywns { display: inline-flex; flex-shrink: 0; }
.p9myywns img { height: 50px; width: auto; }

.ya55xnn2 .jllvcmpo {
	list-style: none;
	margin: 0; padding: 0;
	display: flex;
	align-items: center;
	gap: 28px;
}
.ya55xnn2 .jllvcmpo li { margin: 0; }
.ya55xnn2 a {
	text-decoration: none;
	color: var(--ink);
	font-size: 0.97rem;
	font-weight: 400;
	padding: 6px 0;
}
.ya55xnn2 a:hover { color: var(--brand); }
.ya55xnn2 .mttht0 a,
.ya55xnn2 .menu-item-cta a {
	background: var(--cta);
	color: var(--brand-dark);
	padding: 11px 22px;
	border-radius: var(--radius-sm);
	font-weight: 700;
}
.ya55xnn2 .mttht0 a:hover,
.ya55xnn2 .menu-item-cta a:hover { background: var(--cta-dark); color: var(--white); }

.ugjhc2m6j { display: none; }
.ugjhc2m6j span {
	display: block;
	width: 26px; height: 3px;
	background: var(--brand);
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.ugjhc2m6j span + span { margin-top: 5px; }

/* ---------------------------------------------------------------- Hero */
/* Layout : form GAUCHE, pitch DROIT */
.x94399wk {
	position: relative;
	background-color: var(--brand-dark);
	background-image: url("img/hero.webp");
	background-size: cover;
	background-position: center top;
}
.x94399wk::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(10,26,46,0.82);
}
.lqb4zl2 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 32px 72px;
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 52px;
	align-items: start;
}

/* Form card - colonne gauche */
.m56by8jwv { order: 0; }
.f0uhy22 {
	background: var(--white);
	border-radius: 10px;
	padding: 32px 30px 28px;
	border: 1px solid var(--line);
}
.l8yp0pnyp {
	font-size: 1.35rem;
	margin-bottom: 6px;
	color: var(--brand);
}
.zrgffvcuv { font-size: 0.93rem; color: var(--muted); margin-bottom: 20px; }

.piqzpbc .p1co694 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.dtjl8f { margin-bottom: 14px; }
.dtjl8f label {
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 5px;
	letter-spacing: 0.01em;
}
.dtjl8f input {
	width: 100%;
	font-family: var(--font-main);
	font-size: 16px;
	padding: 11px 13px;
	border: 1.5px solid #c9d0d9;
	border-radius: 4px;
	background: #fafbfc;
	color: var(--ink);
	transition: border-color 0.15s;
}
.dtjl8f input:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(26,58,92,0.14);
}
.j3yf0hnt { max-width: 100%; }
.nr3a0jo5 { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.piqzpbc .q4jl2rwie { margin-top: 6px; }
.qa3e5ux { font-size: 0.8rem; color: #8a939f; margin-top: 12px; margin-bottom: 0; }
.v59dzsq { font-size: 0.94rem; padding: 12px 14px; border-radius: var(--radius-sm); margin-bottom: 16px; }
.nf7jzp { background: var(--brand-soft); color: var(--brand-dark); border: 1px solid var(--line); }
.f01joyw { background: var(--soft); color: var(--ink); border: 1px solid var(--line); }

/* Pitch - colonne droite */
.zbi90d9m { color: #eef2f7; padding-top: 8px; }
.zbi90d9m h1 {
	color: #ffffff;
	font-size: 2.6rem;
	margin-bottom: 18px;
	line-height: 1.4;
}
.nin1ntjl7 {
	font-size: 1.14rem;
	color: #c8d6e5;
	margin-bottom: 28px;
	line-height: 1.6;
}
.o83jpg { list-style: none; margin: 0; padding: 0; }
.o83jpg li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 16px;
	color: #eef2f7;
	font-size: 1.03rem;
	font-weight: 400;
}
.o83jpg svg { color: rgba(255,255,255,0.85); flex-shrink: 0; margin-top: 2px; }

/* -------------------------------------------------------- Contenu page */
.imsfwf { background: var(--white); }
.exz209d {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
}
.section { padding: 80px 0; }
.zoo8so3o6 { background: var(--soft); }
.pg818i7 { background: var(--brand-dark); }
.iwoy5xi { max-width: 780px; margin-bottom: 48px; }
.iwoy5xi.center { margin-left: auto; margin-right: auto; text-align: center; }
.iwoy5xi p { color: var(--muted); font-size: 1.06rem; }
.lead { font-size: 1.12rem; }

.prose p { margin-bottom: 18px; }
.s4tkdd8 { text-align: center; max-width: 700px; margin: 0 auto; }

/* Texte + image */
.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}
.xrbc4rtd img { border-radius: 8px; }
.mdxjp4a38 h2 { margin-bottom: 18px; }

/* ----------------------------------------------- STEPS : timeline verticale */
.q35rue4xr {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	max-width: 820px;
	margin: 0 auto;
}
.step {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 0 28px;
	align-items: start;
	position: relative;
	padding-bottom: 44px;
}
.step:last-child { padding-bottom: 0; }
/* vertical line */
.step::before {
	content: "";
	position: absolute;
	left: 27px;
	top: 56px;
	bottom: 0;
	width: 2px;
	background: var(--line);
}
.step:last-child::before { display: none; }
/* number badge */
.step .dbli8i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--brand);
	color: var(--white);
	font-size: 1.3rem;
	font-weight: 700;
	flex-shrink: 0;
}
.step .step-body { padding-top: 12px; }
.step h3 { margin-bottom: 6px; color: var(--brand); }
.step p  { color: var(--muted); margin-bottom: 0; font-size: 0.97rem; }

/* ------------------------------------------ Grille systemes geothermiques */
.iwj8vnd4 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	gap: 28px;
}
.vhmk9auhk {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s;
}
.vhmk9auhk:hover { box-shadow: 0 10px 30px rgba(26,58,92,0.12); }
.vhmk9auhk img { width: 100%; height: 210px; object-fit: cover; }
.vhmk9auhk .w45lhctew { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.vhmk9auhk h3 { margin-bottom: 8px; }
.vhmk9auhk p { color: var(--muted); font-size: 0.96rem; }
.vlqyxm {
	margin-top: auto;
	padding-top: 14px;
	font-size: 1.04rem;
	color: var(--ink);
}
.vlqyxm strong { font-size: 1.45rem; color: var(--brand); }

/* ------------------------------------------ PRICING : cartes */
.bd44qz {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 28px;
}
/* table fallback - masquee si grille actif */
.jm49xi { display: none; }

.igt-price-card {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: var(--radius-md);
	padding: 30px 26px 26px;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s;
}
.igt-price-card:hover { box-shadow: 0 10px 28px rgba(26,58,92,0.12); }
.igt-price-card.featured {
	border-color: var(--brand);
	border-width: 2px;
	background: var(--brand-soft);
}
.igt-price-card .igt-pc-label {
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--brand);
	margin-bottom: 10px;
}
.igt-price-card h3 { font-size: 1.2rem; margin-bottom: 6px; }
.igt-price-card .igt-pc-price {
	font-size: 2rem;
	font-weight: 700;
	color: var(--brand);
	margin-bottom: 4px;
	line-height: 1;
}
.igt-price-card .igt-pc-note {
	font-size: 0.85rem;
	color: var(--muted);
	margin-bottom: 18px;
}
.igt-price-card ul {
	list-style: none;
	padding: 0; margin: 0;
	flex: 1;
}
.igt-price-card li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.95rem;
	color: var(--muted);
	margin-bottom: 9px;
}
.igt-price-card li::before {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 18px; height: 18px;
	margin-top: 2px;
	background-color: var(--brand);
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E");
	mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
}

/* Comparateur choix */
.m6irf3rv {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
	gap: 24px;
}
.wfp96il8 {
	background: var(--white);
	border: 1px solid var(--line);
	border-top: 5px solid var(--brand);
	border-radius: var(--radius-sm);
	padding: 26px 22px;
}
.wfp96il8 h3 { margin-bottom: 6px; }
.wfp96il8 .bsgdk3pr { color: var(--cta-dark); font-weight: 700; font-size: 0.93rem; margin-bottom: 12px; }
.wfp96il8 ul { padding-left: 20px; margin-bottom: 0; }
.wfp96il8 li { color: var(--muted); font-size: 0.95rem; }

/* Figures */
.figure { margin: 0; }
.figure img { border-radius: var(--radius-md); box-shadow: 0 10px 28px rgba(0,0,0,0.13); }
.figure figcaption { font-size: 0.88rem; color: var(--muted); margin-top: 10px; }
.xuxzqb { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }

/* Avantages */
.isw2yyc { list-style: none; padding: 0; margin: 0; }
.isw2yyc li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 13px;
	color: var(--ink);
}
.isw2yyc svg { color: var(--brand); flex-shrink: 0; margin-top: 3px; }

/* Encart primes */
.lsvd19g2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
	gap: 24px;
}
.s1i106f7 {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	padding: 26px 22px;
}
.s1i106f7 h3 { margin-bottom: 10px; }
.s1i106f7 p { color: var(--muted); font-size: 0.96rem; }
.s1i106f7 p:last-child { margin-bottom: 0; }

/* ------------------------------------------ FAQ : 2-colonnes */
.faq {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 48px;
	max-width: 1100px;
}
.eopf8gngt {
	border-bottom: 1px solid var(--line);
	padding: 24px 0;
}
.eopf8gngt:first-child { padding-top: 0; }
.eopf8gngt:nth-child(2) { padding-top: 0; }
.eopf8gngt h3 { margin-bottom: 8px; font-size: 1.07rem; }
.eopf8gngt p { color: var(--muted); margin-bottom: 0; font-size: 0.96rem; }

/* ----------------------------------------- CTA-BAND : split image+texte */
.bxiadz1kz {
	background: var(--brand-dark);
	border-radius: var(--radius-lg);
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 280px;
}
.bxiadz1kz h2, .bxiadz1kz p, .bxiadz1kz span, .bxiadz1kz li { color: #ffffff; }
.bxiadz1kz h2 { margin-bottom: 12px; font-size: 1.8rem; }
.bxiadz1kz p { margin-bottom: 0; color: #c5d4e5; }
.bxiadz1kz .n2ri066 {
	padding: 48px 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}
.bxiadz1kz .igt-cta-img {
	background-image: url("img/hero.webp");
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 240px;
}
.bxiadz1kz .igt-cta-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(10,26,46,0.42);
}

/* Sections sombres */
.pg818i7,
.pg818i7 h2, .pg818i7 h3, .pg818i7 h4,
.pg818i7 p, .pg818i7 li, .pg818i7 span, .pg818i7 strong { color: #ffffff; }
.pg818i7 .iwoy5xi p { color: #c0cedc; }

/* ---------------------------------------------------- Pied de page */
.ee29lg9oc { background: var(--brand-dark); color: #cfd8e3; }
.g5bz6tl2l {
	max-width: 1200px;
	margin: 0 auto;
	padding: 56px 32px 40px;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
	gap: 36px;
}
.nvrvu9 p { color: #9aaec4; font-size: 0.94rem; }
.txok4ri {
	height: 48px; width: auto;
	margin-bottom: 16px;
	background: rgba(255,255,255,0.12);
	border-radius: var(--radius-sm);
	padding: 7px 10px;
}
.uhk4960ln {
	display: block;
	font-weight: 700;
	font-size: 1.02rem;
	color: var(--white);
	margin-bottom: 14px;
	letter-spacing: 0.01em;
}
.teiabw2 { list-style: none; padding: 0; margin: 0; }
.teiabw2 li { color: #9aaec4; font-size: 0.93rem; padding: 5px 0; }
.nvrvu9 .btn { margin-top: 8px; }
.kruus6 {
	border-top: 1px solid rgba(255,255,255,0.12);
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 32px 32px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.kruus6 span { color: #7a8ea3; font-size: 0.84rem; }
.gngy8eis { max-width: 900px; }

/* ------------------------------------------------- Responsive */
@media (max-width: 1020px) {
	.lqb4zl2 { grid-template-columns: 1fr; gap: 40px; }
	.m56by8jwv { order: -1; }
	.bxiadz1kz { grid-template-columns: 1fr; }
	.bxiadz1kz .igt-cta-img { display: none; }
	.faq { grid-template-columns: 1fr; }
	.split { grid-template-columns: 1fr; gap: 32px; }
	.xrbc4rtd { order: -1; }
	.g5bz6tl2l { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 900px) {
	.ugjhc2m6j {
		display: block;
		cursor: pointer;
		padding: 6px;
		background: transparent;
		border: 0;
	}
	.ya55xnn2 {
		display: none;
		position: absolute;
		left: 0; right: 0; top: 100%;
		background: var(--white);
		border-bottom: 1px solid var(--line);
		box-shadow: 0 16px 28px rgba(0,0,0,0.12);
		z-index: 90;
	}
	.h5ms3i3g2:checked ~ .ya55xnn2 { display: block; }
	.ya55xnn2 .jllvcmpo {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 28px 18px;
	}
	.ya55xnn2 .jllvcmpo li { border-bottom: 1px solid var(--line); }
	.ya55xnn2 .jllvcmpo li:last-child { border-bottom: 0; }
	.ya55xnn2 a { display: block; padding: 14px 0; }
	.ya55xnn2 .mttht0 a,
	.ya55xnn2 .menu-item-cta a { text-align: center; margin: 14px 0 4px; padding: 13px 20px; }
	.h5ms3i3g2:checked ~ .ugjhc2m6j span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	.h5ms3i3g2:checked ~ .ugjhc2m6j span:nth-child(2) { opacity: 0; }
	.h5ms3i3g2:checked ~ .ugjhc2m6j span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

@media (max-width: 680px) {
	body { font-size: 16px; }
	h1 { font-size: 2rem; }
	.zbi90d9m h1 { font-size: 2.1rem; }
	h2 { font-size: 1.5rem; }
	.lqb4zl2 { padding: 44px 20px 52px; }
	.vzywir { padding: 12px 20px; }
	.exz209d { padding: 0 20px; }
	.section { padding: 52px 0; }
	.piqzpbc .p1co694 { grid-template-columns: 1fr; gap: 0; }
	.xuxzqb { grid-template-columns: 1fr; }
	.g5bz6tl2l { grid-template-columns: 1fr; gap: 28px; }
	.bxiadz1kz .n2ri066 { padding: 32px 24px; }
	.f0uhy22 { padding: 24px 18px; }
	.p9myywns img { height: 42px; }
	.step { grid-template-columns: 46px 1fr; }
	.step .dbli8i { width: 46px; height: 46px; font-size: 1.1rem; }
}

/* ========================================================= Content classes
   Styles for HTML rendered by the_content() - class names from page content
   ========================================================= */
.content-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
}
.section {
	padding: 80px 0;
}
.section-alt { background: var(--soft); }

.section-head { max-width: 780px; margin-bottom: 48px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head p { color: var(--muted); font-size: 1.06rem; margin-bottom: 0; }
.section-head h2 { color: var(--brand); }

/* Split layout in content */
.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}
.split-media img { border-radius: var(--radius-md); box-shadow: 0 14px 36px rgba(0,0,0,0.13); width: 100%; height: auto; }
.split-text h2 { margin-bottom: 18px; }

/* Check list */
.check-list { list-style: none; padding: 0; margin: 0 0 16px; }
.check-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
	color: var(--ink);
	font-size: 1rem;
}
.check-list svg { color: var(--brand); flex-shrink: 0; margin-top: 2px; }

/* Steps - vertical timeline layout */
.steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	max-width: 820px;
	margin: 0 auto;
}
.steps .step {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 0 28px;
	align-items: start;
	position: relative;
	padding-bottom: 44px;
	background: transparent;
	border: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.steps .step:last-child { padding-bottom: 0; }
.steps .step::before {
	content: "";
	position: absolute;
	left: 27px;
	top: 56px;
	bottom: 0;
	width: 2px;
	background: var(--line);
}
.steps .step:last-child::before { display: none; }
.steps .step .step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px; height: 56px;
	border-radius: 50%;
	background: var(--brand);
	color: var(--white);
	font-size: 1.25rem;
	font-weight: 700;
	flex-shrink: 0;
	font-style: normal;
}
.steps .step h3 { margin-bottom: 6px; color: var(--brand); padding-top: 14px; }
.steps .step p { color: var(--muted); margin-bottom: 0; font-size: 0.97rem; }

/* Sys grid (systemes geothermiques) */
.sys-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	gap: 28px;
}
.sys-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s;
}
.sys-card:hover { box-shadow: 0 10px 30px rgba(26,58,92,0.12); }
.sys-card img { width: 100%; height: 210px; object-fit: cover; }
.sys-body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.sys-body h3 { margin-bottom: 8px; }
.sys-body p { color: var(--muted); font-size: 0.96rem; flex: 1; }
.sys-price {
	margin-top: 14px;
	font-size: 1.03rem;
	color: var(--ink);
	border-top: 1px solid var(--line);
	padding-top: 14px;
}
.sys-price strong { font-size: 1.45rem; color: var(--brand); display: block; }

/* Pricing table - styled as cards via wrapper */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius-sm); }
.price-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--white);
	min-width: 560px;
}
.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);
	font-size: 0.95rem;
}
.price-table thead th {
	background: var(--brand);
	color: var(--white);
	font-size: 0.92rem;
	font-weight: 700;
}
.price-table tbody th { font-weight: 700; color: var(--ink); }
.price-table tbody tr:nth-child(even) { background: var(--soft); }
.price-table .price-cell { font-weight: 700; color: var(--brand); white-space: nowrap; }

/* Choice grid */
.choice-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
	gap: 26px;
}
.choice-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-top: 5px solid var(--brand);
	border-radius: var(--radius-sm);
	padding: 26px 22px;
}
.choice-card h3 { margin-bottom: 6px; }
.choice-card .choice-for { color: var(--cta-dark); font-weight: 700; font-size: 0.92rem; margin-bottom: 12px; }
.choice-card ul { padding-left: 20px; margin-bottom: 0; }
.choice-card li { color: var(--muted); font-size: 0.95rem; }

/* Info grid (primes) */
.info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
	gap: 24px;
}
.info-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	padding: 26px 22px;
}
.info-card h3 { margin-bottom: 10px; }
.info-card p { color: var(--muted); font-size: 0.96rem; margin-bottom: 0; }

/* Media duo */
.media-duo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}
.media-duo .figure img { border-radius: var(--radius-md); box-shadow: 0 10px 28px rgba(0,0,0,0.13); }
.media-duo .figure figcaption { font-size: 0.87rem; color: var(--muted); margin-top: 8px; }

/* FAQ - 2-column grid */
.faq {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 52px;
	max-width: 1100px;
}
.faq-item {
	border-bottom: 1px solid var(--line);
	padding: 24px 0;
}
.faq-item:first-child { padding-top: 0; }
.faq-item:nth-child(2) { padding-top: 0; }
.faq-item h3 { margin-bottom: 8px; font-size: 1.06rem; color: var(--brand); }
.faq-item p { color: var(--muted); margin-bottom: 0; font-size: 0.95rem; }

/* CTA band in content */
.cta-band {
	background: var(--brand-dark);
	border-radius: var(--radius-lg);
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 32px;
	padding: 48px 44px;
}
.cta-band h2 { color: var(--white); margin-bottom: 10px; font-size: 1.8rem; }
.cta-band p { color: #c5d4e5; margin-bottom: 0; }
.cta-band .btn-cta { background: var(--cta); color: var(--brand-dark); font-weight: 700; white-space: nowrap; }
.cta-band .btn-cta:hover { background: var(--cta-dark); color: var(--white); }

/* Stat/geo sections from geo-be plugin */
.ay1aycl84 { background: var(--white); }
.syoqir1eb {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
}

/* Responsive additions for content */
@media (max-width: 1020px) {
	.cta-band { grid-template-columns: 1fr; gap: 22px; padding: 36px 32px; }
	.faq { grid-template-columns: 1fr; }
	.media-duo { grid-template-columns: 1fr; }
	.split { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 680px) {
	.content-wrap { padding: 0 20px; }
	.section { padding: 52px 0; }
	.cta-band { padding: 28px 20px; }
	.steps .step { grid-template-columns: 46px 1fr; }
	.steps .step .step-num { width: 46px; height: 46px; font-size: 1.1rem; }
	.syoqir1eb { padding: 0 20px; }
}


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

body.home .imsfwf > *:first-child {
	margin-top: 40px;
}

/* === IGT v31 earth-core content design === */
.imsfwf {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.8rem 1.5rem 3.5rem;
  font-size: 1.02rem;
  color: #1c1c1e;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.imsfwf p {
  margin: 0 0 1.1rem;
  line-height: 1.72;
}
.imsfwf p:first-of-type {
  font-size: 1.07rem;
  color: #0f2540;
  background:
    linear-gradient(180deg, #e8eef5 0%, #e8eef5 60%, #f5e8d0 60%, #f5e8d0 100%);
  padding: 1rem 1.25rem;
  margin-bottom: 1.7rem;
  border-top: 3px solid #1a3a5c;
  border-bottom: 3px solid #f5a623;
}
.imsfwf h2 {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.48rem;
  color: #1a3a5c;
  margin: 2.4rem 0 1rem;
  padding: .15rem 0 .7rem 0;
  position: relative;
}
.imsfwf h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background:
    linear-gradient(180deg, #1a3a5c 0%, #1a3a5c 33%, transparent 33%, transparent 50%, #f5a623 50%, #f5a623 100%);
}
.imsfwf h3 {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.16rem;
  color: #8a5900;
  margin: 1.7rem 0 .55rem;
  padding-left: 1.3rem;
  position: relative;
}
.imsfwf h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  width: 10px;
  height: 10px;
  background: #1a3a5c;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #f5a623;
}
.imsfwf ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 1.3rem;
}
.imsfwf ul li {
  position: relative;
  padding-left: 1.85rem;
  margin: .5rem 0;
  line-height: 1.65;
}
.imsfwf ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55rem;
  width: 8px;
  height: 8px;
  background: #1a3a5c;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #f5e8d0, 0 0 0 4px #f5a623;
}
.imsfwf ol {
  counter-reset: igt-step;
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 1.3rem;
}
.imsfwf ol li {
  counter-increment: igt-step;
  position: relative;
  padding: .2rem 0 .35rem 3rem;
  margin: .55rem 0;
  line-height: 1.65;
  min-height: 2.1rem;
}
.imsfwf ol li::before {
  content: counter(igt-step);
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  background: #f5e8d0;
  color: #1a3a5c;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  line-height: 2.1rem;
  border: 2px solid #f5a623;
  border-radius: 50%;
}
.imsfwf table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6rem 0 1.85rem;
  font-size: .96rem;
  background: #fff;
  position: relative;
}
.imsfwf table::before {
  content: "";
  display: block;
  height: 7px;
  background:
    linear-gradient(180deg, #1a3a5c 0%, #1a3a5c 50%, #f5a623 50%, #f5a623 100%);
}
.imsfwf table thead th {
  background: #1a3a5c;
  color: #f5e8d0;
  text-align: left;
  padding: .7rem .85rem;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 700;
  font-size: .96rem;
  letter-spacing: .015em;
}
.imsfwf table tbody td {
  padding: .58rem .85rem;
  color: #1c1c1e;
  border-bottom: 1px solid #dde2e9;
  vertical-align: top;
}
.imsfwf table tbody tr:nth-child(odd) td {
  background: #f4f6f9;
}
.imsfwf table tbody tr td:first-child {
  font-weight: 700;
  color: #1a3a5c;
  border-left: 4px solid #f5a623;
}
.imsfwf strong {
  color: #1a3a5c;
  font-weight: 700;
}
.imsfwf em {
  color: #8a5900;
  font-style: italic;
}
.imsfwf blockquote {
  border-left: 5px solid #f5a623;
  background: #f4f6f9;
  padding: .9rem 1.2rem;
  margin: 1.4rem 0;
  font-style: italic;
  color: #0f2540;
}
.imsfwf a {
  color: #1a3a5c;
  text-decoration: none;
  border-bottom: 2px dotted #f5a623;
}
.imsfwf a:hover {
  color: #8a5900;
  border-bottom-style: solid;
}
@media (max-width: 680px) {
  .imsfwf { padding: 2rem 1rem 3rem; }
  .imsfwf h2 { font-size: 1.28rem; }
  .imsfwf h3 { font-size: 1.08rem; }
  .imsfwf table { font-size: .9rem; }
  .imsfwf table thead th,
  .imsfwf table tbody td { padding: .5rem .55rem; }
  .imsfwf ol li { padding-left: 2.6rem; }
}
/* === end IGT v31 === */

/* ================================================================
   GEO ENRICHED SECTIONS — 2026-06-02
   Palette: brand navy #0f2540, CTA orange #d6691f, brand soft #f0e8d4
   ================================================================ */
.imsfwf > .geo-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;
}
.imsfwf > .geo-sec:nth-of-type(odd) { background: #f4f7fa; }
.imsfwf > .geo-sec:nth-of-type(even) { background: #fff; }
.geo-wpr { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.geo-hd { text-align: center; margin: 0 auto 44px; max-width: 780px; }
.geo-hd h2 { font-size: 2rem; color: #0f2540; margin: 0 0 12px; letter-spacing: -0.01em; }
.geo-hd p { font-size: 1.05rem; color: #4a5468; margin: 0; line-height: 1.55; }

.geo-types-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.geo-tc { background: #fff; border: 1px solid rgba(15,37,64,.14); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 1px 3px rgba(0,0,0,.04); transition: transform .25s ease, box-shadow .25s ease; }
.geo-tc:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(15,37,64,.13); }
.geo-tc-img { height: 220px; background-size: cover; background-position: center; position: relative; }
.geo-tc-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.18)); }
.geo-tc-bd { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.geo-tc-bd h3 { margin: 0 0 10px; font-size: 1.3rem; color: #0f2540; }
.geo-tc-bd p { margin: 0 0 16px; color: #2c3a52; line-height: 1.6; flex: 1; }
.geo-tc-px { border-top: 1px solid rgba(15,37,64,.12); padding-top: 12px; font-size: .95rem; color: #0f2540; }
.geo-tc-px strong { color: #d6691f; font-size: 1.15rem; }

.geo-rail-list { list-style: none; margin: 0 auto; padding: 0; position: relative; max-width: 880px; }
.geo-rail-list::before { content: ''; position: absolute; left: 24px; top: 20px; bottom: 20px; width: 4px; background: linear-gradient(180deg, #d6691f 0%, #0f2540 100%); border-radius: 2px; }
.geo-rail-list > li { position: relative; padding: 0 0 30px 70px; margin: 0; }
.geo-rail-list > li:last-child { padding-bottom: 0; }
.geo-rail-num { position: absolute; left: 0; top: 0; width: 52px; height: 52px; border-radius: 50%; background: #fff; border: 3px solid #d6691f; color: #0f2540; font-weight: 700; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; z-index: 1; box-shadow: 0 2px 6px rgba(15,37,64,.15); }
.geo-rail-bd h3 { margin: 6px 0 8px; font-size: 1.18rem; color: #0f2540; }
.geo-rail-bd p { margin: 0; color: #2c3a52; line-height: 1.6; }

.geo-mason-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 12px; }
.geo-mz { background-size: cover; background-position: center; border-radius: 8px; position: relative; overflow: hidden; }
.geo-mz.wide { grid-column: span 2; }
.geo-mz.tall { grid-row: span 2; }
.geo-mz::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 60%, rgba(15,37,64,.18)); transition: opacity .3s ease; }
.geo-mz:hover::after { opacity: 0; }

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

.geo-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.geo-split-img { height: 460px; background-size: cover; background-position: center; border-radius: 12px; box-shadow: 0 12px 32px rgba(15,37,64,.16); }
.geo-split-bd h2 { font-size: 2rem; color: #0f2540; margin: 0 0 22px; letter-spacing: -0.01em; }
.geo-split-checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.geo-split-checks li { display: flex; align-items: flex-start; gap: 12px; color: #0f2540; line-height: 1.55; }
.geo-split-checks li svg { color: #d6691f; flex-shrink: 0; margin-top: 2px; }
.geo-split-checks li strong { color: #0f2540; }

.geo-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.geo-fq { background: #fff; border: 1px solid rgba(15,37,64,.12); border-radius: 8px; padding: 22px 24px; }
.geo-fq h3 { margin: 0 0 10px; font-size: 1.08rem; color: #0f2540; }
.geo-fq p { margin: 0; color: #2c3a52; line-height: 1.6; }

.imsfwf > .geo-sec.geo-cta { background: #0f2540 !important; padding: 64px 0 !important; color: #fff !important; }
.geo-cta-in { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.geo-cta-in h2 { margin: 0 0 8px; color: #fff !important; font-size: 1.7rem; }
.geo-cta-in p { margin: 0; color: rgba(255,255,255,.92) !important; font-size: 1.02rem; }
.geo-cta-btn { display: inline-block; background: #d6691f !important; color: #fff !important; font-weight: 700; padding: 16px 28px; border-radius: 8px; text-decoration: none; font-size: 1.05rem; transition: background .2s ease, transform .2s ease; white-space: nowrap; border: 0; }
.geo-cta-btn:hover { background: #fff !important; color: #d6691f !important; transform: translateY(-2px); }

/* Theme override */
.imsfwf > .geo-sec h2, .imsfwf > .geo-sec h3, .imsfwf > .geo-sec h4 {
  border: 0 !important; border-bottom: 0 !important; padding: 0 !important; background: none !important; font-family: inherit !important; font-style: normal !important;
}
.imsfwf > .geo-sec h2::before, .imsfwf > .geo-sec h2::after,
.imsfwf > .geo-sec h3::before, .imsfwf > .geo-sec h3::after,
.imsfwf > .geo-sec li::before, .imsfwf > .geo-sec li::after,
.imsfwf > .geo-sec p::before, .imsfwf > .geo-sec p::after {
  content: none !important; display: none !important;
}
.imsfwf > .geo-sec p, .imsfwf > .geo-sec p:first-of-type {
  background: none !important; border-left: 0 !important; padding: 0 !important; font-style: normal !important; color: inherit !important;
}
.imsfwf > .geo-sec ul { padding-left: 0 !important; list-style: none !important; }

@media (max-width: 900px) {
  .geo-types-grid, .geo-faq-grid, .geo-split-grid, .geo-cta-in { grid-template-columns: 1fr; gap: 22px; }
  .geo-mason-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .geo-mz.wide, .geo-mz.tall { grid-column: auto; grid-row: auto; }
  .geo-split-img { height: 280px; }
  .geo-rail-list::before { left: 18px; }
  .geo-rail-num { width: 40px; height: 40px; font-size: 1.15rem; }
  .geo-rail-list > li { padding-left: 56px; }
  .geo-pr-it { grid-template-columns: 1fr; gap: 10px; }
  .geo-pr-px { text-align: left; align-items: flex-start; }
  .imsfwf > .geo-sec { padding: 48px 0 !important; }
}

/* === GEO footer logo white filter === */
footer img.txok4ri { filter: brightness(0) invert(1); }
