:root {
	--brand:      #1E3A8A;
	--brand-dark: #162d6e;
	--brand-soft: #dde6f7;
	--cta:        #22C55E;
	--cta-dark:   #16a34a;
	--ink:        #1a1a2e;
	--muted:      #52547a;
	--line:       #e2e6f0;
	--soft:       #f4f6fb;
	--font-title: Verdana, Geneva, Tahoma, sans-serif;
	--font-main:  Verdana, Geneva, Tahoma, sans-serif;
	--radius:     16px;
}

* { box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }

html, body { overflow-x: hidden; }

body {
	margin: 0;
	font-family: var(--font-main);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
	color: var(--ink);
	background: #ffffff;
}

img, svg, video, iframe { max-width: 100%; height: auto; }
img { display: block; }

a { color: var(--brand); }
a:hover { color: var(--brand-dark); }

h1, h2, h3, h4 {
	font-family: var(--font-title);
	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.28rem; }
h4 { font-size: 1.08rem; }
p { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 16px; padding-left: 22px; }
li { margin-bottom: 8px; }
strong { font-weight: 700; }

.tp0lvs {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--brand);
	color: #fff;
	padding: 10px 16px;
	z-index: 200;
}
.tp0lvs:focus { left: 8px; top: 8px; color: #fff; }

:focus-visible { outline: 3px solid var(--cta); outline-offset: 2px; }

/* ---------------------------------------------------------------- Knoppen */
.kb4gh2m5z {
	display: inline-block;
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	border: 0;
	border-radius: 10px;
	padding: 15px 30px;
	cursor: pointer;
	transition: background-color 0.18s ease, transform 0.15s ease;
}
.kb4gh2m5z:hover { transform: translateY(-2px); }
.ra8dzr1y { background: var(--cta); color: #0d1117; }
.ra8dzr1y:hover { background: var(--cta-dark); color: #0d1117; }
.i4q0b8ic8 {
	background: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
	padding: 13px 28px;
}
.i4q0b8ic8:hover { background: rgba(255,255,255,0.14); color: #ffffff; }
.e5gjlqm5k { display: block; width: 100%; text-align: center; }
/* hero CTA - grote floating knop */
.hx7ct2v9 {
	margin-top: 32px;
	font-size: 1.1rem;
	padding: 18px 40px;
	border-radius: var(--radius);
}

/* -------------------------------------------------------------- Header */
.xfqewaoua {
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid var(--line);
}
.gxo6qjiu {
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.f08j3trp0 { display: inline-flex; flex-shrink: 1; min-width: 0; max-width: calc(100% - 60px); }
.f08j3trp0 img { height: 40px; width: auto; max-width: 100%; object-fit: contain; object-position: left center; }
@media (max-width: 560px) { .f08j3trp0 img { height: 32px; max-width: 220px; } }

.xtmqlizl0 .wzrixa1 {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 28px;
}
.xtmqlizl0 .wzrixa1 li { margin: 0; }
.xtmqlizl0 a {
	text-decoration: none;
	color: var(--ink);
	font-size: 0.97rem;
	font-weight: 400;
	padding: 6px 0;
}
.xtmqlizl0 a:hover { color: var(--brand); }
.xtmqlizl0 .t36p6qf5q a,
.xtmqlizl0 .menu-item-cta a {
	background: var(--cta);
	color: #0d1117;
	padding: 11px 22px;
	border-radius: 10px;
	font-weight: 700;
}
.xtmqlizl0 .t36p6qf5q a:hover,
.xtmqlizl0 .menu-item-cta a:hover { background: var(--cta-dark); }

.colqc3o { display: none; }
.colqc3o span {
	display: block;
	width: 26px;
	height: 3px;
	background: var(--brand);
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.colqc3o span + span { margin-top: 5px; }

/* --------------------------------------------------------------- Hero */
.z92mpn {
	position: relative;
	background-color: var(--brand-dark);
	background-image: url("img/hero.webp");
	background-size: cover;
	background-position: center;
	min-height: 540px;
}
.z92mpn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(14,25,70,0.82);
}
.ihzioykl {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 28px 96px;
}
.z7253j2d { color: #f3f3f0; max-width: 680px; }
/* eyebrow label */
.pk9wx3a {
	display: inline-block;
	background: rgba(34,197,94,0.18);
	color: #86efac;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 6px;
	padding: 5px 12px;
	margin-bottom: 18px;
}
.z7253j2d h1 {
	color: #ffffff;
	font-size: 3rem;
	margin-bottom: 20px;
	text-shadow: 0 2px 18px rgba(0,0,0,0.22);
}
.ab9w1q5 {
	font-size: 1.18rem;
	color: #dde4ec;
	margin-bottom: 28px;
	font-family: var(--font-main);
}
.wl9xpse { list-style: none; margin: 0 0 4px; padding: 0; }
.wl9xpse li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 13px;
	color: #e8f0fb;
	font-size: 1.03rem;
}
.wl9xpse svg { color: rgba(255,255,255,0.85); flex-shrink: 0; margin-top: 2px; }

/* ---------------------------------------- Formulier (2e scherm) */
.mf4zy8kl {
	background: var(--soft);
	border-bottom: 1px solid var(--line);
}
.t07if2gog {
	max-width: 680px;
	margin: 0 auto;
}
.lhid25 {
	background: #ffffff;
	border-radius: 10px;
	padding: 40px 38px;
	border: 1px solid var(--line);
}
.sivwpv {
	font-size: 1.65rem;
	margin-bottom: 8px;
	color: var(--brand);
}
.eghc0clbr { font-size: 0.97rem; color: var(--muted); margin-bottom: 22px; }

.epki7p5tb .qxwd8il3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.bfao72kz0 { margin-bottom: 16px; }
.bfao72kz0 label {
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 6px;
}
.bfao72kz0 input {
	width: 100%;
	font-family: var(--font-main);
	font-size: 16px;
	padding: 13px 14px;
	border: 1.5px solid #c9cedf;
	border-radius: 4px;
	background: #f9fafc;
	color: var(--ink);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.bfao72kz0 input:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 4px rgba(30,58,138,0.12);
	background: #fff;
}
.dq2y9v8 { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.epki7p5tb .e5gjlqm5k { margin-top: 8px; font-size: 1.05rem; padding: 16px; }
.b8cgvyi {
	font-size: 0.82rem;
	color: #8a8aaa;
	margin-top: 14px;
	margin-bottom: 0;
}
.sgcx1945 {
	font-size: 0.95rem;
	padding: 13px 16px;
	border-radius: 10px;
	margin-bottom: 18px;
}
.wxthv3a { background: var(--brand-soft); color: var(--brand-dark); border: 1px solid var(--line); }
.a0ifd0 { background: var(--soft); color: var(--ink); border: 1px solid var(--line); }

/* --------------------------------------------------------- Pagina-inhoud */
.xv6oh9sd { background: #ffffff; }
.r0fn9xu {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
}
.uj1ripz { padding: 72px 0; }
.bg-soft { background: var(--soft); }
.r9hxm4s { background: #ffffff; }
.qjt7ye511 { max-width: 780px; margin-bottom: 40px; }
.qjt7ye511.center { margin-left: auto; margin-right: auto; text-align: center; }
.qjt7ye511 p { color: var(--muted); font-size: 1.07rem; }
.a43d8w3z { font-size: 1.12rem; }

.ybi4wi p { margin-bottom: 16px; }
.dffyvn { text-align: center; max-width: 680px; margin: 0 auto; }

/* Tekst en beeld naast elkaar */
.ve8qjnv8z {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}
.x7ur23g img { border-radius: 8px; }
.v3kx7e h2 { margin-bottom: 18px; }

/* Stappen - 4 kolommen */
.jdaly8o {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.k43d5iqv {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius);
	padding: 32px 26px;
	position: relative;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.k43d5iqv:hover {
	box-shadow: 0 8px 28px rgba(30,58,138,0.10);
	transform: translateY(-3px);
}
.k43d5iqv::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 4px;
	background: var(--cta);
	border-radius: var(--radius) var(--radius) 0 0;
}
.ypg8sb {
	display: inline-block;
	font-family: var(--font-title);
	font-size: 2rem;
	font-weight: 700;
	color: var(--brand);
	opacity: 0.18;
	margin-bottom: 8px;
	line-height: 1;
}
.k43d5iqv h3 { margin-bottom: 10px; font-size: 1.15rem; }
.k43d5iqv p { color: var(--muted); margin-bottom: 0; font-size: 0.97rem; }

/* Dienstenraster */
.qlookep7 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 28px;
}
.lp87wxe {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.lp87wxe:hover {
	box-shadow: 0 10px 32px rgba(30,58,138,0.10);
	transform: translateY(-3px);
}
.lp87wxe img { width: 100%; height: 220px; object-fit: cover; }
.lp87wxe .sgbps3y70 { padding: 24px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.lp87wxe h3 { margin-bottom: 10px; }
.lp87wxe p { color: var(--muted); font-size: 0.97rem; }
.qr64dpja {
	margin-top: auto;
	padding-top: 16px;
	font-size: 1rem;
	color: var(--ink);
}
.qr64dpja strong { font-size: 1.5rem; color: var(--brand); font-family: var(--font-title); }
.qr64dpja .cv3izky { color: var(--muted); font-size: 0.9rem; }

/* Prijstabel */
.d0fkhm { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); }
.cmvihcw {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	min-width: 580px;
	border-radius: var(--radius);
	overflow: hidden;
}
.cmvihcw caption {
	caption-side: bottom;
	font-size: 0.85rem;
	color: var(--muted);
	padding-top: 12px;
	text-align: left;
}
.cmvihcw th, .cmvihcw td {
	padding: 16px 20px;
	text-align: left;
	border-bottom: 1px solid var(--line);
}
.cmvihcw thead th {
	background: var(--brand);
	color: #ffffff;
	font-size: 0.95rem;
	font-family: var(--font-main);
	font-weight: 700;
}
.cmvihcw tbody th { font-weight: 700; color: var(--ink); }
.cmvihcw tbody tr:nth-child(even) { background: var(--soft); }
.cmvihcw .e755nf4z { font-weight: 700; color: var(--brand); white-space: nowrap; }

/* FAQ 2 kolommen */
.fq9r2cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 48px;
}
.o2dhylurt { max-width: 840px; }
.opys280x {
	border-bottom: 1px solid var(--line);
	padding: 26px 0;
}
.opys280x:first-child { padding-top: 0; }
.opys280x:last-child { border-bottom: 0; }
.opys280x h3 { margin-bottom: 10px; font-size: 1.1rem; }
.opys280x p { color: var(--muted); margin-bottom: 0; }

/* CTA-band */
.tuo4kh2 {
	background: var(--brand);
	color: #ffffff;
	border-radius: var(--radius);
	padding: 52px 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
}
.tuo4kh2 h2,
.tuo4kh2 p,
.tuo4kh2 span,
.tuo4kh2 li { color: #ffffff; }
.tuo4kh2 h2 { margin-bottom: 10px; color: #ffffff; font-size: 1.9rem; }
.tuo4kh2 p { margin-bottom: 0; color: #bfccf0; }
.tuo4kh2 .wpkh1dn { max-width: 640px; }

/* Keuzehulp */
.ukxvf1 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
}
.dkfazz81 {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-top: 5px solid var(--brand);
	border-radius: var(--radius);
	padding: 28px 24px;
}
.dkfazz81 h3 { margin-bottom: 8px; }
.dkfazz81 .bom5ig { color: var(--cta-dark); font-weight: 700; font-size: 0.95rem; margin-bottom: 14px; }
.dkfazz81 ul { padding-left: 20px; margin-bottom: 0; }
.dkfazz81 li { color: var(--muted); font-size: 0.97rem; }

/* Fotofiguren */
.yur7ko { margin: 0; }
.yur7ko img { border-radius: 8px; }
.yur7ko figcaption { font-size: 0.9rem; color: var(--muted); margin-top: 10px; }
.v9t7e8g8j { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }

/* Voordelenlijst */
.vppq0y { list-style: none; padding: 0; margin: 0; }
.vppq0y li { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 13px; color: var(--ink); }
.vppq0y svg { color: var(--brand); flex-shrink: 0; margin-top: 3px; }

/* Informatiekaarten */
.hagl58k { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.pi3qk2 {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: var(--radius);
	padding: 28px 24px;
}
.pi3qk2 h3 { margin-bottom: 12px; }
.pi3qk2 p { color: var(--muted); font-size: 0.98rem; }
.pi3qk2 p:last-child { margin-bottom: 0; }

/* Donkere secties */
.iq4fmyzyc,
.iq4fmyzyc h2, .iq4fmyzyc h3, .iq4fmyzyc h4,
.iq4fmyzyc p, .iq4fmyzyc li, .iq4fmyzyc span, .iq4fmyzyc strong {
	color: #ffffff;
}
.iq4fmyzyc .qjt7ye511 p { color: #b8ccec; }
.iq4fmyzyc a:not(.kb4gh2m5z) { color: #ffffff; }

/* ---------------------------------------------------------------- Footer */
.r0tvhhpbm { background: var(--brand-dark); color: #c8d8f0; }
.y1ibljh7 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 56px 28px 40px;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
	gap: 36px;
}
.c74frh p { color: #9eb0d4; font-size: 0.96rem; }
.hc58drc1 {
	height: 36px;
	width: auto;
	margin-bottom: 16px;
	background: #ffffff;
	border-radius: 10px;
	padding: 8px 12px;
}
.spbhsa {
	display: block;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.05rem;
	color: #ffffff;
	margin-bottom: 14px;
}
.tla753 { list-style: none; padding: 0; margin: 0; }
.tla753 li { color: #9eb0d4; font-size: 0.95rem; padding: 5px 0; }
.c74frh .kb4gh2m5z { margin-top: 8px; }
.lv30t9nt {
	border-top: 1px solid rgba(255,255,255,0.13);
	max-width: 1200px;
	margin: 0 auto;
	padding: 22px 28px 32px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.lv30t9nt span { color: #9ab0d0; font-size: 0.86rem; }
.ex8fsv8 { max-width: 920px; }

/* --------------------------------------------------------------- Responsive */
@media (max-width: 1100px) {
	.jdaly8o { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
	.ihzioykl { padding: 60px 24px 72px; }
	.ve8qjnv8z { grid-template-columns: 1fr; gap: 32px; }
	.x7ur23g { order: -1; }
	.y1ibljh7 { grid-template-columns: 1fr 1fr; gap: 30px; }
	.fq9r2cols { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
	.colqc3o {
		display: block;
		cursor: pointer;
		padding: 6px;
		background: transparent;
		border: 0;
	}
	.xtmqlizl0 {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #ffffff;
		border-bottom: 1px solid var(--line);
		box-shadow: 0 16px 28px rgba(30,58,138,0.10);
		z-index: 90;
	}
	.aq99ch:checked ~ .xtmqlizl0 { display: block; }
	.xtmqlizl0 .wzrixa1 {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 28px 20px;
	}
	.xtmqlizl0 .wzrixa1 li { border-bottom: 1px solid var(--line); }
	.xtmqlizl0 .wzrixa1 li:last-child { border-bottom: 0; }
	.xtmqlizl0 a { display: block; padding: 14px 0; }
	.xtmqlizl0 .t36p6qf5q a,
	.xtmqlizl0 .menu-item-cta a { text-align: center; margin: 14px 0 4px; padding: 13px 20px; }
	.aq99ch:checked ~ .colqc3o span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	.aq99ch:checked ~ .colqc3o span:nth-child(2) { opacity: 0; }
	.aq99ch:checked ~ .colqc3o span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

@media (max-width: 700px) {
	.jdaly8o { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
	body { font-size: 16px; }
	h1 { font-size: 1.85rem; }
	.z7253j2d h1 { font-size: 2.1rem; }
	h2 { font-size: 1.5rem; }
	.ihzioykl { padding: 44px 20px 54px; }
	.gxo6qjiu { padding: 12px 20px; }
	.r0fn9xu { padding: 0 20px; }
	.uj1ripz { padding: 52px 0; }
	.epki7p5tb .qxwd8il3 { grid-template-columns: 1fr; gap: 0; }
	.v9t7e8g8j { grid-template-columns: 1fr; }
	.y1ibljh7 { grid-template-columns: 1fr; gap: 28px; }
	.tuo4kh2 { padding: 36px 24px; }
	.lhid25 { padding: 28px 20px; }
	.f08j3trp0 img { height: 34px; }
	.hx7ct2v9 { padding: 16px 28px; font-size: 1rem; }
}


.z92mpn { padding-block: 56px 64px; }
.z92mpn .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) { .z92mpn .hero-grid { grid-template-columns: 1fr; gap: 26px; } }
.z92mpn .hero-form-card { background:#fff; padding:24px 24px 20px; border-radius:8px; border:1px solid var(--line); }
.z92mpn .hero-form-card h2 { color: var(--brand); font-family: var(--font-title); font-size: 1.25rem; font-weight: 700; margin: 0 0 12px; }


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

/* breathing room */
body.home .xv6oh9sd > *:first-of-type {
	padding-top: 36px;
}

/* === SB: logo cap + form z-index + maillage design === */
header img { max-height: 38px !important; width: auto !important; max-width: 240px !important; height: auto !important; }
.z92mpn { position: relative !important; }
.z92mpn::before { z-index: 1 !important; }
.z92mpn > * { position: relative; z-index: 2; }
.z92mpn form { position: relative; z-index: 3 !important; }

/* Maillage cap (slpuawfr or znw75gigx) */
.slpuawfr, .znw75gigx { padding: 48px 0 !important; background: #f5f7fa; }
.slpuawfr + .slpuawfr, .znw75gigx + .znw75gigx { border-top: 1px solid #dde2e8 !important; }
.slpuawfr .dkxaihhm, .znw75gigx .im8mi3twj { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.slpuawfr h2, .znw75gigx h2 { font-size: 1.35rem; color: #0e1946; margin: 0 0 20px; font-weight: 700; }
.slpuawfr .mb5kaa, .znw75gigx .t86qtl5z {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px; column-width: unset !important; column-gap: 0 !important;
  list-style: none; margin: 0; padding: 0;
}
.slpuawfr .mb5kaa li, .znw75gigx .t86qtl5z li {
  display: flex !important; align-items: stretch;
  background: #fff; border: 1px solid #cfd6df; border-radius: 6px;
  overflow: hidden; padding: 0 !important; border-bottom: 1px solid #cfd6df !important;
  transition: border-color .18s, box-shadow .18s, transform .18s;
}
.slpuawfr .mb5kaa li a, .znw75gigx .t86qtl5z li a {
  flex: 1; display: flex; align-items: center; gap: 8px;
  border-left: 3px solid #2e7d32; padding: 10px 14px;
  text-decoration: none; color: #0e1946; font-size: .92rem; font-weight: 500;
}
.slpuawfr .mb5kaa li a::before, .znw75gigx .t86qtl5z li a::before {
  content: "\2713"; color: #2e7d32; font-weight: 700; font-size: 1.05em;
}
.slpuawfr .mb5kaa li:hover, .znw75gigx .t86qtl5z li:hover {
  border-color: #2e7d32;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(46,125,50,.18);
}
/* STB v44 "steel-girder" — iron #111827 + safety yellow #FACC15 */
:root{
  --stb-iron:#111827;
  --stb-yellow:#FACC15;
  --stb-yellow-soft:#FEF9C3;
  --stb-line:#D1D5DB;
  --stb-text:#1F2937;
}
.xv6oh9sd{color:var(--stb-text);line-height:1.74}
.xv6oh9sd > h2{
  position:relative;font-weight:800;letter-spacing:-.02em;
  color:var(--stb-iron);font-size:clamp(1.55rem,2.2vw,2rem);
  margin:3.1rem 0 1.1rem;padding-left:1.2rem;
}
.xv6oh9sd > h2::before{
  content:"";position:absolute;left:0;top:.3em;height:.95em;width:8px;
  background:repeating-linear-gradient(45deg,var(--stb-yellow) 0 6px,var(--stb-iron) 6px 12px);
}
.xv6oh9sd > h3{
  font-weight:700;color:var(--stb-iron);font-size:1.22rem;
  margin:2.1rem 0 .7rem;padding-bottom:.3rem;
  border-bottom:2px solid var(--stb-yellow);
}
.xv6oh9sd > p{margin:0 0 1.15rem;font-size:1.025rem}
.xv6oh9sd > p > strong{
  color:var(--stb-iron);background:linear-gradient(transparent 62%,var(--stb-yellow-soft) 62%);
  padding:0 .14em;font-weight:700;
}
.xv6oh9sd > ul, .xv6oh9sd > ol{margin:0 0 1.4rem;padding:0;list-style:none}
.xv6oh9sd > ul > li, .xv6oh9sd > ol > li{
  position:relative;padding:.55rem 0 .55rem 2.2rem;
}
.xv6oh9sd > ul > li + li, .xv6oh9sd > ol > li + li{border-top:1px solid var(--stb-line)}
.xv6oh9sd > ul > li::before{
  content:"";position:absolute;left:.35rem;top:1.1rem;
  width:1.1rem;height:3px;background:var(--stb-iron);
}
.xv6oh9sd > ol{counter-reset:stbn}
.xv6oh9sd > ol > li{counter-increment:stbn}
.xv6oh9sd > ol > li::before{
  content:counter(stbn);position:absolute;left:0;top:.55rem;
  width:1.55rem;height:1.55rem;background:var(--stb-yellow);color:var(--stb-iron);
  text-align:center;font-size:.85rem;font-weight:800;line-height:1.55rem;
  border:2px solid var(--stb-iron);
}
.xv6oh9sd > table{
  width:100%;margin:1.6rem 0 2.1rem;border-collapse:collapse;
  background:#fff;border:2px solid var(--stb-iron);font-size:.96rem;
}
.xv6oh9sd > table thead{background:var(--stb-iron)}
.xv6oh9sd > table thead th{
  color:var(--stb-yellow);font-weight:700;text-align:left;
  padding:.85rem 1rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;
}
.xv6oh9sd > table tbody td{padding:.8rem 1rem;border-top:1px solid var(--stb-line);vertical-align:top}
.xv6oh9sd > table tbody tr:nth-child(even){background:#F9FAFB}
.xv6oh9sd > table tbody td:first-child{font-weight:700;color:var(--stb-iron)}
.xv6oh9sd blockquote{
  margin:1.6rem 0;padding:1.05rem 1.3rem;background:var(--stb-yellow-soft);
  border-left:4px solid var(--stb-iron);color:var(--stb-text);font-style:italic;
}
.xv6oh9sd a:not([class]){
  color:var(--stb-iron);text-decoration:none;
  border-bottom:2px solid var(--stb-yellow);transition:background .2s;
}
.xv6oh9sd a:not([class]):hover{background:var(--stb-yellow-soft)}
