/* ============================================================
   STALEN DAKCONSTRUCTIE - Space Grotesk · Indigo/Corail
   Brand #312E81 · CTA #F87171 · dense-carré r4
   ============================================================ */

:root {
	--brand:      #312E81;
	--brand-dk:   #1e1b5e;
	--brand-mid:  #4338CA;
	--brand-soft: #eef0fc;
	--cta:        #c44444;
	--cta-dk:     #cc2222;
	--ink:        #0f0e1a;
	--muted:      #6b6b80;
	--line:       #d4d4e8;
	--soft:       #f4f4fb;
	--white:      #ffffff;
	--font:       Verdana, Geneva, Tahoma, sans-serif;
	--r:          6px;
	--shadow:     none;
	--shadow-lg:  none;
}

/* ---- Reset ------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	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-mid); }

h1,h2,h3,h4 {
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 12px;
	color: var(--brand);
}
h1 { font-size: 2.4rem; }
h2 { font-size: 1.65rem; }
h3 { font-size: 1.15rem; }
h4 { font-size: 1rem; }
p  { margin: 0 0 14px; }
p:last-child { margin-bottom: 0; }
ul,ol { margin: 0 0 14px; padding-left: 20px; }
li { margin-bottom: 6px; }
strong { font-weight: 700; }

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

/* ---- Buttons --------------------------------------------- */
.pacgpo {
	display: inline-block;
	font-family: var(--font);
	font-weight: 700;
	font-size: .95rem;
	text-decoration: none;
	border: 0;
	border-radius: var(--r);
	padding: 11px 22px;
	cursor: pointer;
	transition: background .16s ease, transform .12s ease;
	letter-spacing: .01em;
}
.pacgpo:hover { transform: translateY(-1px); }
.fpvausiey { background: var(--cta); color: #fff; }
.fpvausiey:hover { background: var(--cta-dk); color: #fff; }
.cjjigbld {
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255,255,255,.7);
	padding: 9px 20px;
}
.cjjigbld:hover { background: rgba(255,255,255,.12); color: #fff; border-color: #fff; }
.chqxjebru { display: block; width: 100%; text-align: center; }

/* ============================================================
   HEADER
   ============================================================ */
.wwjlve {
	position: relative;
	background: var(--white);
	border-bottom: 1px solid var(--line);
}
.fgyqpese {
	max-width: 1180px;
	margin: 0 auto;
	padding: 10px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.hyrfitbvu { display: inline-flex; flex-shrink: 1; min-width: 0; max-width: calc(100% - 60px); }
.hyrfitbvu img { height: 36px; width: auto; max-width: 100%; object-fit: contain; object-position: left center; }
@media (max-width: 560px) { .hyrfitbvu img { height: 30px; max-width: 220px; } }

.gfywirkxl .nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 4px;
}
.gfywirkxl .nav-list li { margin: 0; }
.gfywirkxl a {
	text-decoration: none;
	color: var(--ink);
	font-size: .93rem;
	font-weight: 400;
	padding: 7px 12px;
	border-radius: var(--r);
	transition: background .14s, color .14s;
}
.gfywirkxl a:hover { background: var(--brand-soft); color: var(--brand); }
.gfywirkxl .kpmgoy a,
.gfywirkxl .menu-item-cta a {
	background: var(--cta);
	color: #fff;
	font-weight: 700;
	padding: 8px 18px;
}
.gfywirkxl .kpmgoy a:hover,
.gfywirkxl .menu-item-cta a:hover { background: var(--cta-dk); }

/* Burger */
.dtotlpjz { display: none; }
.dtotlpjz span {
	display: block;
	width: 24px;
	height: 2.5px;
	background: var(--brand);
	border-radius: 2px;
	transition: transform .2s ease, opacity .2s ease;
}
.dtotlpjz span + span { margin-top: 5px; }

/* ============================================================
   HERO - form-en-bas layout: full-bleed image + accroche
   centred, form anchored just below
   ============================================================ */
.rngqcl {
	position: relative;
	background-color: var(--brand-dk);
	background-image: url("img/hero.jpg");
	background-size: cover;
	background-position: center 30%;
	min-height: 540px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
/* dark overlay with slight indigo tint */
.rngqcl::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--brand);
}
/* accroche centree */
.vkaccroche {
	position: relative;
	text-align: center;
	max-width: 820px;
	margin: 0 auto;
	padding: 64px 24px 52px;
}
.vkaccroche h1 {
	color: #fff;
	font-size: 2.6rem;
	margin-bottom: 14px;
	letter-spacing: -.01em;
}
.vkaccroche .cjzugg {
	color: rgba(255,255,255,.86);
	font-size: 1.1rem;
	margin-bottom: 28px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
/* trust bullets inline */
.cmbttd {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 22px;
}
.cmbttd li {
	display: flex;
	align-items: center;
	gap: 7px;
	color: rgba(255,255,255,.9);
	font-size: .9rem;
	font-weight: 400;
	margin-bottom: 0;
}
.cmbttd svg { color: rgba(255,255,255,0.85); flex-shrink: 0; }
/* scroll hint */
.vkscrollhint {
	position: relative;
	text-align: center;
	padding: 18px 0 0;
	color: rgba(255,255,255,.7);
	font-size: .9rem;
}
.vkscrollhint::after {
	content: "";
	display: block;
	width: 2px;
	height: 32px;
	background: rgba(255,255,255,.28);
	margin: 8px auto 0;
	animation: vk-pulse 1.8s ease-in-out infinite;
}
@keyframes vk-pulse {
	0%,100% { opacity: .28; transform: scaleY(1); }
	50%      { opacity: .9;  transform: scaleY(1.15); }
}

/* ---- Form card - anchored below hero --------------------- */
.yenpzytrs {
	position: relative;
	background: var(--soft);
	border-top: 1px solid var(--line);
	padding: 36px 24px 44px;
}
.zqlndfipf {
	max-width: 720px;
	margin: 0 auto;
	background: var(--white);
	border-radius: var(--r);
	padding: 28px 30px 26px;
	box-shadow: var(--shadow-lg);
	border: 1px solid var(--line);
}
.asbbain {
	font-size: 1.35rem;
	margin-bottom: 6px;
	color: var(--brand);
}
.rfdyomuu { font-size: .92rem; color: var(--muted); margin-bottom: 16px; }

.crjkwbq .bsucen {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.khgylwo { margin-bottom: 12px; }
.khgylwo label {
	display: block;
	font-size: .9rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 4px;
}
.khgylwo input {
	width: 100%;
	font-family: var(--font);
	font-size: 16px;
	padding: 9px 11px;
	border: 1.5px solid var(--line);
	border-radius: 4px;
	background: #fafafe;
	color: var(--ink);
	transition: border-color .15s;
}
.khgylwo input:focus {
	outline: none;
	border-color: var(--brand-mid);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(67,56,202,.12);
}
.qoactg { max-width: 100%; }
.mfkbjzgul { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.crjkwbq .chqxjebru { margin-top: 4px; font-size: 1rem; padding: 13px 22px; }
.ssurmefbt { font-size: .79rem; color: #9999aa; margin-top: 10px; margin-bottom: 0; }
.tbpnwe { font-size: .92rem; padding: 10px 13px; border-radius: var(--r); margin-bottom: 14px; }
.wbbwky { background: var(--brand-soft); color: var(--brand); }
.pbcroig { background: #fde8e8; color: #b91c1c; }

/* ============================================================
   PAGE CONTENT wrapper
   ============================================================ */
.gkrhitbl { background: var(--white); }
.bfgyww {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}
.hlohzunr { padding: 56px 0; }
.ycwgxteh { background: var(--soft); }
.sfqgmxv  { background: var(--brand-dk); }

/* Section header */
.qvbidz { max-width: 720px; margin-bottom: 32px; }
.qvbidz.center { margin-left: auto; margin-right: auto; text-align: center; }
.qvbidz p { color: var(--muted); font-size: 1rem; }
.tolabwx { font-size: 1.05rem; }
.vpddix p { margin-bottom: 14px; }
.xfgcuw { text-align: center; max-width: 680px; margin: 0 auto; }

/* Tekst+beeld */
.ztygeueke {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
	align-items: center;
}
.ztygeueke.hlohzunr { padding: 56px 0; }
.ukrtgesj img { border-radius: var(--r); box-shadow: var(--shadow-lg); }
.wfvlhu h2 { margin-bottom: 14px; }

/* ============================================================
   SERVICES - jbriiws cards (soorten)
   ============================================================ */
.jbriiws {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}
.nrisoerj {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-top: 4px solid var(--brand);
	border-radius: var(--r);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow .18s, transform .18s;
}
.nrisoerj:hover {
	box-shadow: var(--shadow-lg);
	transform: translateY(-3px);
}
.nrisoerj img { width: 100%; height: 190px; object-fit: cover; }
.nrisoerj .qhoahlp { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.nrisoerj h3 { margin-bottom: 8px; color: var(--brand); }
.nrisoerj p { color: var(--muted); font-size: .93rem; }
.mlfmxuec {
	margin-top: auto;
	padding-top: 12px;
	font-size: .95rem;
	color: var(--ink);
	border-top: 1px solid var(--line);
}
.mlfmxuec strong { font-size: 1.38rem; color: var(--brand); font-weight: 700; }
.mlfmxuec .cygiudbz { color: var(--muted); font-size: .86rem; display: block; }

/* ============================================================
   ETAPES - 2x2 grid cards
   ============================================================ */
.frkhbuj {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}
.rviawgpza {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: var(--r);
	padding: 20px 20px 18px;
	position: relative;
	overflow: hidden;
	transition: box-shadow .18s;
}
.rviawgpza::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 4px;
	height: 100%;
	background: var(--brand);
}
.rviawgpza:hover { box-shadow: var(--shadow); }
.iulzdxebl {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--cta);
	color: #fff;
	font-size: .95rem;
	font-weight: 700;
	margin-bottom: 10px;
	flex-shrink: 0;
}
.rviawgpza h3 { margin-bottom: 6px; color: var(--brand); font-size: 1.05rem; }
.rviawgpza p  { color: var(--muted); margin-bottom: 0; font-size: .91rem; }

/* ============================================================
   FAQ - grille de cartes
   ============================================================ */
.gcaozjquq {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 16px;
	max-width: 100%;
}
.yfaddr {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-left: 4px solid var(--brand-mid);
	border-radius: var(--r);
	padding: 18px 18px 16px;
}
.yfaddr h3 {
	margin-bottom: 8px;
	font-size: 1rem;
	color: var(--brand);
}
.yfaddr p { color: var(--muted); margin-bottom: 0; font-size: .92rem; }

/* ============================================================
   PRICING - table propre
   ============================================================ */
.lxosjk {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: var(--r);
	border: 1.5px solid var(--line);
}
.ratucle {
	width: 100%;
	border-collapse: collapse;
	background: var(--white);
	min-width: 540px;
}
.ratucle caption {
	caption-side: bottom;
	font-size: .82rem;
	color: var(--muted);
	padding-top: 10px;
	text-align: left;
	padding-left: 2px;
}
.ratucle th, .ratucle td {
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid var(--line);
	font-size: .93rem;
}
.ratucle thead th {
	background: var(--brand);
	color: #fff;
	font-size: .85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}
.ratucle tbody th { font-weight: 700; color: var(--ink); }
.ratucle tbody tr:nth-child(even) { background: var(--soft); }
.ratucle tbody tr:hover { background: #eeecfc; }
.ratucle .bgwlurzpy { font-weight: 700; color: var(--brand); white-space: nowrap; }

/* ============================================================
   CTA-BAND - split image+texte
   ============================================================ */
.mgjpzsu {
	background: var(--brand);
	color: #fff;
	border-radius: var(--r);
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 32px;
	padding: 40px 44px;
	overflow: hidden;
	position: relative;
}
/* geometric accent */
.mgjpzsu::before {
	content: "";
	position: absolute;
	right: 180px;
	top: -40px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgba(248,113,113,.1);
	pointer-events: none;
}
.mgjpzsu::after {
	content: "";
	position: absolute;
	right: 60px;
	bottom: -50px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(248,113,113,.07);
	pointer-events: none;
}
.mgjpzsu h2,
.mgjpzsu p,
.mgjpzsu span,
.mgjpzsu li { color: #fff; }
.mgjpzsu h2 { margin-bottom: 6px; font-size: 1.5rem; }
.mgjpzsu p  { margin-bottom: 0; color: rgba(255,255,255,.82); font-size: .97rem; }
.mgjpzsu .zcairyk { max-width: 580px; }

/* keuzehulp */
.psnvoxtmg {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 16px;
}
.vhumgls {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-top: 4px solid var(--brand-mid);
	border-radius: var(--r);
	padding: 18px 18px 16px;
}
.vhumgls h3 { margin-bottom: 4px; color: var(--brand); font-size: 1rem; }
.vhumgls .hiodgss { color: var(--cta-dk); font-weight: 700; font-size: .88rem; margin-bottom: 10px; }
.vhumgls ul { padding-left: 18px; margin-bottom: 0; }
.vhumgls li { color: var(--muted); font-size: .9rem; }

/* fotofiguren */
.kimbvk { margin: 0; }
.kimbvk img { border-radius: var(--r); box-shadow: var(--shadow); }
.kimbvk figcaption { font-size: .86rem; color: var(--muted); margin-top: 8px; }
.wtjajt { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* voordelenlijst */
.ntuxmhmkr { list-style: none; padding: 0; margin: 0; }
.ntuxmhmkr li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
	color: var(--ink);
}
.ntuxmhmkr svg { color: var(--brand-mid); flex-shrink: 0; margin-top: 2px; }

/* info-kaarten */
.svxznxprc {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}
.dmbjfitjt {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: var(--r);
	padding: 18px 18px 16px;
}
.dmbjfitjt h3 { margin-bottom: 8px; color: var(--brand); font-size: 1rem; }
.dmbjfitjt p  { color: var(--muted); font-size: .91rem; }
.dmbjfitjt p:last-child { margin-bottom: 0; }

/* dark sections */
.sfqgmxv,
.sfqgmxv h2, .sfqgmxv h3, .sfqgmxv h4,
.sfqgmxv p,  .sfqgmxv li, .sfqgmxv span, .sfqgmxv strong { color: #fff; }
.sfqgmxv .qvbidz p { color: rgba(255,255,255,.75); }
.sfqgmxv a:not(.pacgpo) { color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
.brqcuwp { background: var(--brand-dk); color: rgba(255,255,255,.8); }
.uobnrb {
	max-width: 1180px;
	margin: 0 auto;
	padding: 48px 24px 34px;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
	gap: 32px;
}
.akmljxld p { color: rgba(255,255,255,.65); font-size: .9rem; }
.igyhltor {
	height: 32px;
	width: auto;
	margin-bottom: 12px;
	background: rgba(255,255,255,.95);
	border-radius: var(--r);
	padding: 6px 10px;
}
.awefuiws {
	display: block;
	font-weight: 700;
	font-size: 1rem;
	color: #fff;
	margin-bottom: 12px;
}
.onegkogm { list-style: none; padding: 0; margin: 0; }
.onegkogm li { color: rgba(255,255,255,.6); font-size: .88rem; padding: 4px 0; }
.akmljxld .pacgpo { margin-top: 6px; font-size: .88rem; }
.lahkgrjoi {
	border-top: 1px solid rgba(255,255,255,.1);
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px 24px 28px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.lahkgrjoi span { color: rgba(255,255,255,.8); font-size: .82rem; }
.jlhfsity { max-width: 900px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
	.ztygeueke { grid-template-columns: 1fr; gap: 26px; }
	.ukrtgesj { order: -1; }
	.uobnrb { grid-template-columns: 1fr 1fr; gap: 24px; }
	.mgjpzsu { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 900px) {
	.dtotlpjz {
		display: block;
		cursor: pointer;
		padding: 6px;
		background: transparent;
		border: 0;
	}
	.gfywirkxl {
		display: none;
		position: absolute;
		left: 0; right: 0;
		top: 100%;
		background: var(--white);
		border-bottom: 2px solid var(--brand);
		box-shadow: 0 16px 26px rgba(0,0,0,.12);
		z-index: 90;
	}
	.ncbcquk:checked ~ .gfywirkxl { display: block; }
	.gfywirkxl .nav-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 24px 16px;
	}
	.gfywirkxl .nav-list li { border-bottom: 1px solid var(--line); }
	.gfywirkxl .nav-list li:last-child { border-bottom: 0; }
	.gfywirkxl a { display: block; padding: 13px 0; }
	.gfywirkxl .kpmgoy a, .gfywirkxl .menu-item-cta a {
		text-align: center; margin: 12px 0 4px; padding: 12px 20px;
	}
	.ncbcquk:checked ~ .dtotlpjz span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
	.ncbcquk:checked ~ .dtotlpjz span:nth-child(2) { opacity: 0; }
	.ncbcquk:checked ~ .dtotlpjz span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
}

@media (max-width: 700px) {
	.frkhbuj { grid-template-columns: 1fr; }
	.gcaozjquq { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
	body { font-size: 15px; }
	.vkaccroche h1 { font-size: 1.9rem; }
	.vkaccroche { padding: 44px 20px 38px; }
	h2 { font-size: 1.38rem; }
	.fgyqpese { padding: 10px 20px; }
	.bfgyww { padding: 0 18px; }
	.hlohzunr { padding: 42px 0; }
	.crjkwbq .bsucen { grid-template-columns: 1fr; gap: 0; }
	.wtjajt { grid-template-columns: 1fr; }
	.uobnrb { grid-template-columns: 1fr; gap: 22px; }
	.mgjpzsu { padding: 26px 22px; }
	.zqlndfipf { padding: 20px 16px 18px; }
	.hyrfitbvu img { height: 30px; }
	.yenpzytrs { padding: 24px 16px 32px; }
}


.rngqcl { padding-block: 56px 64px; }
.rngqcl .hero-grid {
	max-width: 1240px; margin: 0 auto; padding-inline: 28px;
	display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 42px; align-items: start;
}
@media (max-width: 900px) { .rngqcl .hero-grid { grid-template-columns: 1fr; gap: 26px; } }
.rngqcl .vkaccroche { text-align: left; }
.rngqcl .vkaccroche .cmbttd { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.rngqcl .vkaccroche .cmbttd li { display: flex; gap: 10px; align-items: flex-start; }
.rngqcl .vkaccroche .cmbttd li svg { flex-shrink: 0; color: var(--brand); margin-top: 2px; }
.rngqcl .hero-form-card { background: #fff; padding: 24px 24px 20px; border-radius: 10px; box-shadow: 0 4px 22px rgba(0,0,0,.14); }
.rngqcl .hero-form-card h2 { color: var(--brand); font-family: var(--font); font-size: 1.25rem; font-weight: 700; margin: 0 0 12px; }


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

/* ================================================================
   SD ENRICHED SECTIONS — 2026-06-02
   Palette: brand deep purple #2d2e7c (existing hero), CTA orange #d6691f
   ================================================================ */

/* === Fix hero form visibility === */
.rngqcl .hero-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px 64px;
  align-items: start;
}
.rngqcl .hero-form-card {
  background: #fff !important;
  border-radius: 12px;
  padding: 28px 26px 26px;
  box-shadow: 0 14px 38px rgba(0,0,0,.3);
  color: #1f1f1f;
}
.rngqcl .hero-form-card h2,
.rngqcl .hero-form-card .asbbain { color: #1f1f1f !important; font-size: 1.4rem; margin: 0 0 8px; }
.rngqcl .hero-form-card p,
.rngqcl .hero-form-card .rfdyomuu { color: #555; font-size: .97rem; margin: 0 0 18px; }
.rngqcl .hero-form-card label,
.rngqcl .hero-form-card .khgylwo label { display: block; font-size: .9rem; color: #333; margin-bottom: 4px; font-weight: 600; }
.rngqcl .hero-form-card input { width: 100%; padding: 10px 12px; border: 1px solid #d0d0d0; border-radius: 6px; font-size: .98rem; box-sizing: border-box; background: #fff; color: #1f1f1f; }
.rngqcl .hero-form-card input:focus { outline: 0; border-color: #d6691f; box-shadow: 0 0 0 3px rgba(214,105,31,.15); }
.rngqcl .hero-form-card .bsucen { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rngqcl .hero-form-card .khgylwo { margin-bottom: 14px; }
.rngqcl .hero-form-card button { width: 100%; background: #d6691f !important; color: #fff !important; border: 0; padding: 14px 20px; border-radius: 8px; font-weight: 700; font-size: 1rem; cursor: pointer; margin-top: 6px; }
.rngqcl .hero-form-card button:hover { background: #b65510 !important; }
.rngqcl .hero-form-card .ssurmefbt { font-size: .8rem; color: #888; margin-top: 12px; }
.rngqcl .hero-form-card .mfkbjzgul { display: none !important; }

/* === Enriched sections - viewport bleed === */
.gkrhitbl > .sd-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;
}
.gkrhitbl > .sd-sec:nth-of-type(odd) { background: #faf8ff; }
.gkrhitbl > .sd-sec:nth-of-type(even) { background: #fff; }
.sd-wpr { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.sd-hd { text-align: center; margin: 0 auto 44px; max-width: 780px; }
.sd-hd h2 { font-size: 2rem; color: #1f1f1f; margin: 0 0 12px; }
.sd-hd p { font-size: 1.05rem; color: #555; margin: 0; line-height: 1.55; }

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

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

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

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

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

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

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

/* Theme h2/h3 reset inside sd-sec */
.sd-sec h2::before, .sd-sec h2::after, .sd-sec h3::before, .sd-sec h3::after { content: none !important; display: none !important; }
.sd-sec p::before, .sd-sec p::after { content: none !important; display: none !important; }

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

/* === SD hero z-index fix: ::before must sit BELOW content === */
.rngqcl { position: relative !important; overflow: hidden; }
.rngqcl::before { z-index: 0 !important; }
.rngqcl > * { position: relative !important; z-index: 1 !important; }
.rngqcl .hero-form-card { position: relative !important; z-index: 2 !important; }
.rngqcl .vkaccroche { position: relative !important; z-index: 1 !important; padding-top: 56px !important; padding-bottom: 0 !important; }
/* spacing after hero */
.rngqcl + section, .rngqcl + main, .rngqcl + div { padding-top: 56px !important; }
/* SDK v49 "roof-zinc" — gunmetal #374151 + verdigris-teal #0F766E */
:root{
  --sdk-gun:#374151;
  --sdk-teal:#0F766E;
  --sdk-teal-soft:#CCFBF1;
  --sdk-cool:#F0FDFA;
  --sdk-line:#D1D5DB;
  --sdk-text:#1F2937;
}
.gkrhitbl{color:var(--sdk-text);line-height:1.74}
.gkrhitbl > h2{
  position:relative;font-weight:800;letter-spacing:-.02em;
  color:var(--sdk-gun);font-size:clamp(1.55rem,2.2vw,2rem);
  margin:3.1rem 0 1.1rem;padding-left:1.2rem;
}
.gkrhitbl > h2::before{
  content:"";position:absolute;left:0;top:.35em;height:.85em;width:5px;
  background:var(--sdk-teal);
}
.gkrhitbl > h2::after{
  content:"";position:absolute;left:8px;top:.35em;height:.85em;width:2px;
  background:var(--sdk-gun);
}
.gkrhitbl > h3{
  font-weight:700;color:var(--sdk-gun);font-size:1.22rem;
  margin:2.1rem 0 .7rem;
}
.gkrhitbl > h3::before{content:"⌂ ";color:var(--sdk-teal);font-weight:800}
.gkrhitbl > p{margin:0 0 1.15rem;font-size:1.025rem}
.gkrhitbl > p > strong{
  color:var(--sdk-gun);background:linear-gradient(transparent 62%,var(--sdk-teal-soft) 62%);
  padding:0 .14em;font-weight:700;
}
.gkrhitbl > ul, .gkrhitbl > ol{margin:0 0 1.4rem;padding:0;list-style:none}
.gkrhitbl > ul > li, .gkrhitbl > ol > li{
  position:relative;padding:.55rem 0 .55rem 2rem;
}
.gkrhitbl > ul > li + li, .gkrhitbl > ol > li + li{border-top:1px solid var(--sdk-line)}
.gkrhitbl > ul > li::before{
  content:"";position:absolute;left:.45rem;top:1.1rem;
  width:.45rem;height:.45rem;background:var(--sdk-teal);transform:rotate(45deg);
}
.gkrhitbl > ol{counter-reset:sdkn}
.gkrhitbl > ol > li{counter-increment:sdkn}
.gkrhitbl > ol > li::before{
  content:counter(sdkn);position:absolute;left:0;top:.55rem;
  width:1.5rem;height:1.5rem;background:var(--sdk-teal);color:#fff;
  border-radius:50%;text-align:center;line-height:1.5rem;
  font-size:.82rem;font-weight:700;font-feature-settings:"tnum";
}
.gkrhitbl > table{
  width:100%;margin:1.6rem 0 2.1rem;border-collapse:collapse;
  background:#fff;border:1px solid var(--sdk-line);font-size:.96rem;
}
.gkrhitbl > table thead{background:var(--sdk-gun)}
.gkrhitbl > table thead th{
  color:var(--sdk-teal-soft);font-weight:700;text-align:left;padding:.85rem 1rem;
  font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;
}
.gkrhitbl > table tbody td{padding:.8rem 1rem;border-top:1px solid var(--sdk-line);vertical-align:top}
.gkrhitbl > table tbody tr:nth-child(even){background:var(--sdk-cool)}
.gkrhitbl > table tbody td:first-child{font-weight:700;color:var(--sdk-gun)}
.gkrhitbl blockquote{
  margin:1.6rem 0;padding:1.05rem 1.3rem;background:var(--sdk-cool);
  border-left:4px solid var(--sdk-teal);color:var(--sdk-text);font-style:italic;
}
.gkrhitbl a:not([class]){
  color:var(--sdk-teal);text-decoration:none;
  border-bottom:1px solid var(--sdk-teal);transition:color .2s;
}
.gkrhitbl a:not([class]):hover{color:var(--sdk-gun);border-bottom-color:var(--sdk-gun)}
