/* ============================================================
 * KLAIM KENNISBANK — Theme-isolated stylesheet
 * Gebaseerd op rustige accordion-styling, aangepast naar KLAIM.
 * Alles onder .kb wrapper. Bestaande HTML/classes blijven gelijk.
 * ============================================================ */

/* ---------- SCOPED RESET ---------- */
.kb,
.kb *,
.kb *::before,
.kb *::after {
	box-sizing: border-box;
}

.kb {
	--kb-charcoal: #14161a;
	--kb-charcoal-soft: #3f454f;
	--kb-charcoal-mute: #6b7280;

	--kb-primary: #f5a623;
	--kb-primary-dark: #d97706;
	--kb-primary-soft: #fff4df;

	--kb-cream: #f7f2ea;
	--kb-cream-deep: #eee6d8;
	--kb-off-white: #fafaf7;

	--kb-orange: #f5a623;
	--kb-orange-dark: #d97706;
	--kb-orange-soft: #fff4df;

	--kb-red: #dc2626;
	--kb-red-soft: #fff1f1;

	--kb-border: #e4ded4;
	--kb-border-soft: #f0ebe3;

	--kb-shadow-sm: 0 1px 2px rgba(20, 22, 26, 0.04), 0 2px 6px rgba(20, 22, 26, 0.05);
	--kb-shadow-md: 0 5px 16px rgba(20, 22, 26, 0.08);
	--kb-shadow-lg: 0 16px 42px rgba(20, 22, 26, 0.14);

	--kb-radius-sm: 8px;
	--kb-radius-md: 12px;
	--kb-radius-lg: 18px;
	--kb-radius-xl: 24px;
	--kb-radius-pill: 999px;

	--kb-accent: var(--kb-primary);

	font-family: inherit;
	font-size: 16px;
	line-height: 1.6;
	color: var(--kb-charcoal);
	background: transparent;
	text-align: left;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 32px 16px 96px;
}

/* Reset bare elements binnen .kb */
.kb h1,
.kb h2,
.kb h3,
.kb h4,
.kb h5,
.kb h6 {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: 700;
	color: var(--kb-charcoal);
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.kb p {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: inherit;
	color: var(--kb-charcoal-soft);
}

.kb p:last-child {
	margin-bottom: 0;
}

.kb ul,
.kb ol {
	margin: 0;
	padding: 0;
	list-style: none !important;
	list-style-type: none !important;
}

.kb li {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.kb li::marker {
	content: none;
	display: none;
}

.kb button {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-align: left;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	line-height: inherit;
}

.kb a {
	color: var(--kb-primary-dark);
	text-decoration: none;
	background: transparent;
	border: none;
	transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.kb a:hover {
	color: var(--kb-charcoal);
}

.kb input,
.kb textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	appearance: none;
}

.kb input:focus,
.kb textarea:focus,
.kb button:focus-visible,
.kb a:focus-visible {
	outline: 2px solid var(--kb-accent);
	outline-offset: 2px;
}

.kb button:focus {
	outline: none;
}

.kb svg {
	display: block;
	xwidth: 100%;
	xheight: 100%;
	xmax-width: 100%;
}

.kb strong,
.kb b {
	font-weight: 700;
	color: var(--kb-charcoal);
}

/* Belangrijk: sommige editors voegen <br> toe in shortcode-output */
.kb br {
	display: none !important;
}

/* ============================================================
 * HERO
 * ============================================================ */
.kb__hero {
	text-align: center;
	padding: 40px 0 32px;
	margin: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.kb__hero::before,
.kb__hero::after {
	content: none;
}

.kb__hero-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--kb-orange-dark);
	margin-bottom: 16px;
}

.kb__hero-eyebrow::before,
.kb__hero-eyebrow::after {
	content: none;
}

.kb__hero-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 16px;
	color: var(--kb-charcoal);
	letter-spacing: -0.025em;
}

.kb .kb__hero-sub,
.kb__hero .kb__hero-sub,
.kb p.kb__hero-sub {
	font-size: 17px;
	line-height: 1.5;
	color: var(--kb-charcoal-soft);
	max-width: 620px;
	margin: 0 auto 32px;
	text-align: center;
}

.kb .kb__hero p {
	text-align: center;
}

/* ---------- SEARCH ---------- */
.kb__search {
	position: relative;
	max-width: 580px;
	margin: 0 auto 28px;
	background: #fff;
	border: 1.5px solid var(--kb-border);
	border-radius: var(--kb-radius-pill);
	display: flex;
	align-items: center;
	padding: 4px 8px 4px 20px;
	box-shadow: var(--kb-shadow-sm);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kb__search-icon {
	width: 20px;
	height: 20px;
	color: var(--kb-charcoal-mute);
	flex-shrink: 0;
	position: static;
	transform: none;
}

.kb__search-input {
	flex: 1;
	width: auto;
	height: auto;
	padding: 14px 12px;
	font-size: 15px;
	background: transparent;
	outline: none;
	min-width: 0;
	border: 0;
	box-shadow: none;
	color: var(--kb-charcoal);
	line-height: 1.4;
}

.kb__search-input::placeholder {
	color: #8f98a6;
	opacity: 1;
}

.kb__search:focus-within {
	border-color: var(--kb-primary);
	box-shadow: 0 0 0 4px rgba(245, 166, 35, 0.13), var(--kb-shadow-sm);
}

.kb__search:focus-within .kb__search-icon {
	color: var(--kb-orange-dark);
}

/* ============================================================
 * FILTER CHIPS
 * ============================================================ */
.kb__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0;
	padding: 12px 0;
}

.kb .kb__chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: var(--kb-radius-pill);
	background-color: #fff;
	background-image: none;
	border: 1.5px solid var(--kb-border);
	font-size: 14px;
	font-weight: 600;
	color: var(--kb-charcoal);
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.18s ease;
	white-space: nowrap;
	box-shadow: none;
}

.kb .kb__chip:hover {
	border-color: var(--kb-accent);
	color: var(--kb-orange-dark);
	transform: translateY(-1px);
	box-shadow: var(--kb-shadow-sm);
}

.kb .kb__chip--active {
	background-color: var(--kb-charcoal);
	border-color: var(--kb-charcoal);
	color: #fff;
}

.kb .kb__chip--active:hover {
	background-color: var(--kb-charcoal);
	border-color: var(--kb-charcoal);
	color: #fff;
	transform: translateY(-1px);
}

.kb .kb__chip--spoed {
	border-color: var(--kb-red);
	color: var(--kb-red);
}

.kb .kb__chip--spoed.kb__chip--active {
	background-color: var(--kb-red);
	border-color: var(--kb-red);
	color: #fff;
}

.kb__dot-pulse {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	animation: kb-pulse 2s ease-in-out infinite;
	flex-shrink: 0;
	position: relative;
}

.kb__dot-pulse::after {
	content: none;
}

/* ============================================================
 * KLAIM KENNISBANK — Long content / single informatiepagina
 * Te gebruiken binnen long_content met wrapper .kb-long
 * ============================================================ */

.kb-long,
.kb-long *,
.kb-long *::before,
.kb-long *::after {
	box-sizing: border-box;
}

.kb-long {
	--kb-long-accent: var(--kb-accent, #f5a623);
	--kb-long-accent-dark: var(--kb-orange-dark, #d97706);
	--kb-long-dark: var(--kb-charcoal, #14161a);
	--kb-long-text: var(--kb-charcoal-soft, #3f454f);
	--kb-long-muted: var(--kb-charcoal-mute, #6b7280);
	--kb-long-soft: var(--kb-orange-soft, #fff4df);
	--kb-long-cream: var(--kb-cream, #f7f2ea);
	--kb-long-border: var(--kb-border, #e4ded4);

	color: var(--kb-long-text);
	font-family: inherit;
	font-size: 17px;
	line-height: 1.8;
}

.kb-long p {
	margin: 0 0 18px;
	color: var(--kb-long-text);
}

.kb-long p:last-child {
	margin-bottom: 0;
}

.kb-long strong,
.kb-long b {
	color: var(--kb-long-dark);
	font-weight: 700;
}

.kb-long a {
	color: var(--kb-long-accent-dark);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.kb-long__lead {
	margin: 0 0 34px;
	padding: 28px;
	border-radius: var(--kb-radius-xl, 24px);
	background: linear-gradient(135deg, var(--kb-long-soft) 0%, #ffffff 82%);
	border: 1px solid rgba(245, 166, 35, 0.24);
	box-shadow: var(--kb-shadow-sm, 0 1px 2px rgba(20, 22, 26, 0.04));
}

.kb-long__lead p {
	font-size: 19px;
	line-height: 1.75;
	color: var(--kb-long-text);
}

.kb-long__section {
	margin: 44px 0;
}

.kb-long__section:first-child {
	margin-top: 0;
}

.kb-long__section h2 {
	margin: 0 0 16px;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.16;
	letter-spacing: -0.03em;
	color: var(--kb-long-dark);
	font-weight: 700;
}

.kb-long__section h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.25;
	color: var(--kb-long-dark);
	font-weight: 700;
}

.kb-long__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.kb-long__card {
	padding: 24px;
	border-radius: var(--kb-radius-lg, 18px);
	background: #ffffff;
	border: 1px solid var(--kb-long-border);
	box-shadow: var(--kb-shadow-sm, 0 1px 2px rgba(20, 22, 26, 0.04));
}

.kb-long__card-title {
	display: block;
	margin-bottom: 8px;
	color: var(--kb-long-dark);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.kb-long__checklist {
	display: grid;
	gap: 12px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.kb-long__checklist li {
	position: relative;
	margin: 0;
	padding: 16px 18px 16px 48px;
	border-radius: var(--kb-radius-lg, 18px);
	background: #ffffff;
	border: 1px solid var(--kb-long-border);
	color: var(--kb-long-text);
	list-style: none;
}

.kb-long__checklist li::before {
	content: "✓";
	position: absolute;
	left: 18px;
	top: 16px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(245, 166, 35, 0.18);
	color: var(--kb-long-accent-dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
}

.kb-long__example {
	margin: 30px 0;
	padding: 28px;
	border-radius: var(--kb-radius-xl, 24px);
	background: var(--kb-long-dark);
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.kb-long__example::after {
	content: "";
	position: absolute;
	right: -48px;
	top: -48px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(245, 166, 35, 0.22);
}

.kb-long__example h2,
.kb-long__example h3 {
	position: relative;
	color: #ffffff;
	margin-bottom: 12px;
}

.kb-long__example p {
	position: relative;
	color: rgba(255, 255, 255, 0.84);
}

.kb-long__table-wrap {
	overflow-x: auto;
	margin-top: 22px;
	border-radius: var(--kb-radius-lg, 18px);
	border: 1px solid var(--kb-long-border);
	background: #ffffff;
}

.kb-long__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 620px;
}

.kb-long__table th,
.kb-long__table td {
	padding: 17px 18px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(20, 22, 26, 0.08);
	font-size: 16px;
	line-height: 1.55;
}

.kb-long__table th {
	background: var(--kb-long-soft);
	color: var(--kb-long-dark);
	font-weight: 700;
}

.kb-long__table tr:last-child td {
	border-bottom: 0;
}

.kb-long__steps {
	counter-reset: kb-long-step;
	display: grid;
	gap: 16px;
	margin-top: 22px;
}

.kb-long__step {
	counter-increment: kb-long-step;
	position: relative;
	padding: 22px 22px 22px 76px;
	border-radius: var(--kb-radius-lg, 18px);
	background: #ffffff;
	border: 1px solid var(--kb-long-border);
}

.kb-long__step::before {
	content: counter(kb-long-step);
	position: absolute;
	left: 22px;
	top: 22px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--kb-long-accent);
	color: #ffffff;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.kb-long__step h3 {
	margin-bottom: 6px;
	font-size: 19px;
}

.kb-long__step p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
}

.kb-long__note {
	padding: 24px;
	border-radius: var(--kb-radius-lg, 18px);
	background: var(--kb-long-soft);
	border-left: 5px solid var(--kb-long-accent);
}

.kb-long__note p {
	margin: 0;
	color: var(--kb-long-dark);
}

.kb-long__cta {
	margin-top: 44px;
	padding: 32px;
	border-radius: var(--kb-radius-xl, 24px);
	background:
		radial-gradient(circle at top right, rgba(245, 166, 35, 0.26), transparent 34%),
		var(--kb-long-dark);
	color: #ffffff;
}

.kb-long__cta h2 {
	color: #ffffff;
	margin: 0 0 12px;
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.15;
}

.kb-long__cta p {
	color: rgba(255, 255, 255, 0.84);
	max-width: 760px;
}

.kb-long__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	padding: 14px 22px;
	border-radius: var(--kb-radius-pill, 999px);
	background: var(--kb-long-accent);
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.kb-long__cta a:hover {
	background: var(--kb-long-accent-dark);
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 760px) {
	.kb-long {
		font-size: 16px;
	}

	.kb-long__grid {
		grid-template-columns: 1fr;
	}

	.kb-long__lead,
	.kb-long__card,
	.kb-long__example,
	.kb-long__note,
	.kb-long__cta {
		padding: 22px;
	}

	.kb-long__step {
		padding: 72px 20px 20px;
	}

	.kb-long__step::before {
		left: 20px;
		top: 20px;
	}
}

@keyframes kb-pulse {
	0%, 100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.5;
		transform: scale(0.85);
	}
}

@media (prefers-reduced-motion: reduce) {
	.kb__dot-pulse {
		animation: none;
	}
}

/* ============================================================
 * SECTIONS
 * ============================================================ */
.kb__no-results {
	text-align: center;
	color: var(--kb-charcoal-soft);
	background: var(--kb-off-white);
	border: 1px solid var(--kb-border-soft);
	border-radius: var(--kb-radius-md);
	padding: 20px;
	margin: 32px 0 0;
	font-size: 15px;
}

.kb__no-results a {
	font-weight: 700;
	color: var(--kb-orange-dark);
}

.kb__sections {
	display: flex;
	flex-direction: column;
	gap: 64px;
	margin-top: 48px;
}

.kb__section {
	position: relative;
	margin: 0;
}

.kb__section--emergency {
	background: var(--kb-red-soft);
	border-radius: var(--kb-radius-xl);
	padding: 36px 20px;
	border: 1px solid rgba(220, 38, 38, 0.18);
}

.kb__section-head {
	margin-bottom: 28px;
	padding: 0;
	border: 0;
}

.kb__section-head::after {
	content: none;
}

.kb__badge-spoed {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	background: var(--kb-red);
	color: #fff;
	border-radius: var(--kb-radius-pill);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}

.kb__section-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--kb-charcoal);
	margin: 0 0 8px;
	letter-spacing: -0.015em;
}

.kb__section--emergency .kb__section-title {
	color: var(--kb-red);
}

.kb__section-desc {
	font-size: 15px;
	color: var(--kb-charcoal-soft);
	max-width: 640px;
	margin: 0;
	line-height: 1.55;
}

/* ============================================================
 * COMPACT EMBED
 * ============================================================ */
.kb--compact {
	max-width: 100%;
	padding: 40px 0;
}

.kb--compact .kb__hero {
	display: none;
}

.kb--compact .kb__section-head {
	margin-bottom: 24px;
}

.kb--compact .kb__section-title {
	font-size: 26px;
}

/* ============================================================
 * CARDS — accordion
 * ============================================================ */
.kb__cards {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kb__card {
	background: #fff;
	border: 1px solid var(--kb-border);
	border-radius: var(--kb-radius-md);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	margin: 0;
	box-shadow: none;
	position: relative;
}

.kb__card::before {
	content: none;
}

.kb__card:hover {
	border-color: var(--kb-accent);
	box-shadow: var(--kb-shadow-sm);
}

.kb__card.is-open {
	border-color: var(--kb-accent);
	box-shadow: var(--kb-shadow-md);
}

/* ---------- CARD HEAD / BUTTON ---------- */
.kb .kb__card-head {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	font-size: inherit;
	font-weight: inherit;
}

.kb .kb__toggle {
	width: 100%;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 16px;
	padding: 18px 18px;
	align-items: center;
	background: transparent;
	transition: background 0.18s ease;
	cursor: pointer;
	border: 0;
	text-align: left;
	min-height: 0;
}

.kb .kb__toggle:hover {
	background: var(--kb-off-white);
}

.kb__icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--kb-primary-soft);
	color: var(--kb-accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transform: none;
	box-shadow: none;
}

.kb__icon svg {
	width: 20px;
	height: 20px;
}

.kb__section--emergency .kb__icon {
	background: #fee2e2;
	color: var(--kb-red);
}

.kb__card.is-open .kb__icon {
	background: var(--kb-accent);
	color: #fff;
}

.kb__title-wrap {
	min-width: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.kb__q-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--kb-charcoal);
	margin: 0;
	display: block;
	width: 100%;
	white-space: normal;
	word-break: normal;
	overflow-wrap: normal;
	letter-spacing: 0;
}

/* ====== META ====== */
.kb__meta {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.kb__pill {
	display: inline-block;
	padding: 4px 10px;
	border-radius: var(--kb-radius-pill);
	font-size: 10.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 1.2;
	white-space: nowrap;
}

.kb__pill--high {
	background: var(--kb-red-soft);
	color: var(--kb-red);
}

.kb__pill--medium {
	background: var(--kb-orange-soft);
	color: var(--kb-orange-dark);
}

.kb__pill--low {
	background: var(--kb-primary-soft);
	color: var(--kb-orange-dark);
}

.kb__dot {
	display: none;
}

.kb__read {
	font-size: 12.5px;
	color: var(--kb-charcoal-mute);
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	line-height: 1.2;
}

.kb__read::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--kb-charcoal-mute);
	margin-right: 10px;
	opacity: 0.5;
}

/* ---------- TOGGLE PLUS ---------- */
.kb__plus {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--kb-off-white);
	color: var(--kb-charcoal);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: transform 0.3s ease, background 0.2s ease, color 0.2s ease;
	border: 0;
	position: relative;
}

.kb__plus::before,
.kb__plus::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 2px;
	border-radius: 99px;
	background: currentColor;
	transform: translate(-50%, -50%);
}

.kb__plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.kb__card.is-open .kb__plus {
	transform: rotate(45deg);
	background: var(--kb-accent);
	color: #fff;
}

/* ---------- CARD BODY ---------- */
.kb__body {
	padding: 0 18px 22px;
	border-top: 1px solid var(--kb-border-soft);
	margin-top: 0;
	animation: kb-slide-down 0.25s ease;
}

.kb__body[hidden] {
	display: none;
}

@keyframes kb-slide-down {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.kb__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	padding-top: 22px;
	border-top: 0;
}

/* ---------- ANSWER ---------- */
.kb__answer {
	min-width: 0;
}

.kb__intro {
	font-size: 15.5px;
	color: var(--kb-charcoal);
	line-height: 1.65;
	margin-bottom: 18px;
}

.kb__intro p {
	color: var(--kb-charcoal);
	margin-bottom: 0.8em;
}

.kb__intro p:last-child {
	margin-bottom: 0;
}

/* ====== STEPS ====== */
.kb .kb__steps {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 18px 0;
	padding: 0;
	list-style: none !important;
	counter-reset: kb-step;
}

.kb .kb__step {
	position: relative;
	padding: 4px 0 4px 44px;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--kb-charcoal-soft);
	list-style: none !important;
	counter-increment: kb-step;
	margin: 0;
	min-height: 30px;
}

.kb .kb__step::marker {
	content: none;
	display: none;
}

.kb .kb__step::before {
	content: counter(kb-step);
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--kb-accent);
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	font-family: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

/* ---------- CALLOUT ---------- */
.kb__callout {
	background: var(--kb-orange-soft);
	border-left: 4px solid var(--kb-orange);
	border-radius: var(--kb-radius-sm);
	padding: 16px 18px;
	margin-top: 20px;
	font-size: 14.5px;
	line-height: 1.6;
}

.kb__callout p {
	color: var(--kb-charcoal);
	margin-bottom: 0;
}

/* ---------- ASIDE ---------- */
.kb__aside {
	position: relative;
	background: var(--kb-cream);
	border-radius: var(--kb-radius-md);
	padding: 22px 20px;
	overflow: hidden;
	align-self: start;
	border: 0;
	box-shadow: none;
}

.kb__aside-circle {
	position: absolute;
	top: -28px;
	right: -28px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: rgba(245, 166, 35, 0.14);
	pointer-events: none;
}

.kb__eyebrow {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--kb-orange-dark);
	margin-bottom: 14px;
	position: relative;
}

.kb__tease {
	font-size: 14.5px;
	color: var(--kb-charcoal);
	line-height: 1.6;
	margin-bottom: 18px;
	position: relative;
}

.kb__tease p {
	color: var(--kb-charcoal);
	margin-bottom: 0.6em;
}

.kb__tease p:last-child {
	margin-bottom: 0;
}

.kb .kb__facts {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px;
	padding: 0;
	list-style: none !important;
	position: relative;
}

.kb .kb__fact {
	background: #fff;
	border-radius: var(--kb-radius-sm);
	padding: 10px 14px;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none !important;
	margin: 0;
	line-height: 1.4;
	border: 0;
}

.kb__fact-key {
	font-weight: 700;
	color: var(--kb-charcoal-mute);
	text-transform: uppercase;
	font-size: 10.5px;
	letter-spacing: 0.1em;
	flex-shrink: 0;
	min-width: 64px;
}

.kb__fact-val {
	color: var(--kb-charcoal);
	font-weight: 500;
}

.kb .kb__aside-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 18px;
	background: var(--kb-charcoal);
	color: #fff;
	border-radius: var(--kb-radius-pill);
	font-size: 13.5px;
	font-weight: 600;
	transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
	text-decoration: none;
	width: auto;
	box-shadow: none;
}

.kb .kb__aside-cta::after {
	content: "→";
	font-size: 15px;
	line-height: 1;
}

.kb .kb__aside-cta:hover {
	background: var(--kb-orange-dark);
	color: #fff;
	transform: translateX(2px);
}

/* ============================================================
 * BIG CTA ONDERAAN HUB
 * ============================================================ */
.kb__cta {
	margin-top: 72px;
	padding: 48px 28px;
	background: var(--kb-charcoal);
	color: #fff;
	border-radius: var(--kb-radius-xl);
	text-align: center;
	position: relative;
	overflow: hidden;
	box-shadow: none;
}

.kb__cta::before {
	content: '';
	position: absolute;
	top: -100px;
	right: -100px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: var(--kb-orange);
	opacity: 0.14;
	pointer-events: none;
}

.kb__cta::after {
	content: '';
	position: absolute;
	bottom: -120px;
	left: -120px;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.05;
	pointer-events: none;
}

.kb__cta-circle {
	display: none;
}

.kb__cta-inner {
	position: relative;
	max-width: 560px;
	margin: 0 auto;
}

.kb .kb__cta-title {
	color: #fff !important;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 14px;
	position: relative;
	letter-spacing: -0.02em;
	font-family: inherit;
	text-align: center;
}

.kb .kb__cta-sub {
	color: rgba(255, 255, 255, 0.88) !important;
	margin: 0 auto 28px;
	font-size: 16px;
	max-width: 520px;
	position: relative;
	line-height: 1.55;
	text-align: center;
}

.kb__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	position: relative;
}

.kb .kb__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 22px;
	background-color: var(--kb-orange);
	color: #fff;
	border-radius: var(--kb-radius-pill);
	border: none;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.kb .kb__btn:hover {
	background-color: #b15f04;
	color: #fff;
	transform: translateY(-1px);
}

.kb .kb__btn--ghost {
	background-color: transparent;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.4);
}

.kb .kb__btn--ghost:hover {
	background-color: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
}

/* ============================================================
 * FILTERING
 * ============================================================ */
.kb__section[hidden],
.kb__card[hidden] {
	display: none;
}

/* ============================================================
 * RESPONSIVE
 * ============================================================ */
@media (min-width: 640px) {
	.kb__hero {
		padding: 56px 0 40px;
	}

	.kb__hero-title {
		font-size: 48px;
	}

	.kb .kb__hero-sub,
	.kb__hero .kb__hero-sub {
		font-size: 18px;
	}

	.kb__section-title {
		font-size: 32px;
	}

	.kb .kb__toggle {
		padding: 22px 24px;
		gap: 18px;
	}

	.kb__icon {
		width: 48px;
		height: 48px;
	}

	.kb__icon svg {
		width: 22px;
		height: 22px;
	}

	.kb__q-title {
		font-size: 17px;
	}

	.kb__body {
		padding: 0 24px 26px;
	}

	.kb__grid {
		padding-top: 26px;
	}

	.kb__cta {
		padding: 56px 36px;
	}

	.kb .kb__cta-title {
		font-size: 36px;
	}
}

@media (min-width: 768px) {
	.kb__grid {
		grid-template-columns: 1fr 300px;
		gap: 32px;
	}

	.kb__aside {
		padding: 24px 22px;
	}

	.kb--hub {
		padding: 40px 24px 100px;
	}

	.kb__section--emergency {
		padding: 44px 36px;
	}

	.kb__sections {
		gap: 80px;
	}
}

@media (min-width: 1024px) {
	.kb__hero-title {
		font-size: 56px;
	}

	.kb__grid {
		grid-template-columns: 1fr 320px;
		gap: 36px;
	}
}

@media (max-width: 560px) {
	.kb {
		padding-left: 14px;
		padding-right: 14px;
	}

	.kb__chips {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 10px;
		scrollbar-width: none;
	}

	.kb__chips::-webkit-scrollbar {
		display: none;
	}

	.kb .kb__toggle {
		grid-template-columns: 1fr auto;
	}

	.kb__icon {
		display: none;
	}

	.kb__cta-actions {
		flex-direction: column;
	}

	.kb .kb__btn {
		width: 100%;
	}
}

/* ============================================================
 * PRINT
 * ============================================================ */
@media print {
	.kb__chips,
	.kb__search,
	.kb__cta {
		display: none;
	}

	.kb__card {
		page-break-inside: avoid;
		border: 1px solid #ccc;
	}

	.kb__body[hidden] {
		display: block;
	}
}

/* ============================================================
 * FIX — kb-long lijsten overrulen template/content-blokken
 * ============================================================ */

.content-blokken .kb-long ul,
.content-blokken .kb-long ol,
.items .kb-long ul,
.items .kb-long ol,
.kb-long ul,
.kb-long ol {
	margin: 20px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	list-style-type: none !important;
}

.content-blokken .kb-long li,
.items .kb-long li,
.kb-long li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	list-style-type: none !important;
}

.content-blokken .kb-long li::marker,
.items .kb-long li::marker,
.kb-long li::marker {
	content: "" !important;
	display: none !important;
}

/* Checklist specifiek */
.content-blokken .kb-long .kb-long__checklist,
.items .kb-long .kb-long__checklist,
.kb-long .kb-long__checklist {
	display: grid !important;
	gap: 12px !important;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	list-style-type: none !important;
}

.content-blokken .kb-long .kb-long__checklist > li,
.items .kb-long .kb-long__checklist > li,
.kb-long .kb-long__checklist > li {
	position: relative !important;
	display: block !important;
	margin: 0 !important;
	padding: 16px 18px 16px 48px !important;
	border-radius: var(--kb-radius-lg, 18px) !important;
	background: #ffffff !important;
	border: 1px solid var(--kb-long-border, #e4ded4) !important;
	color: var(--kb-long-text, #3f454f) !important;
	list-style: none !important;
	list-style-type: none !important;
	line-height: 1.65 !important;
}

.content-blokken .kb-long .kb-long__checklist > li::before,
.items .kb-long .kb-long__checklist > li::before,
.kb-long .kb-long__checklist > li::before {
	content: "✓" !important;
	position: absolute !important;
	left: 18px !important;
	top: 16px !important;
	width: 22px !important;
	height: 22px !important;
	border-radius: 50% !important;
	background: rgba(245, 166, 35, 0.18) !important;
	color: var(--kb-long-accent-dark, #d97706) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-weight: 900 !important;
	font-size: 14px !important;
	line-height: 1 !important;
}

/* Genummerde stappen ook beschermen tegen template-list styling */
.content-blokken .kb-long .kb-long__steps,
.items .kb-long .kb-long__steps,
.kb-long .kb-long__steps {
	counter-reset: kb-long-step !important;
	display: grid !important;
	gap: 16px !important;
	margin-top: 22px !important;
	padding: 0 !important;
	list-style: none !important;
}

.content-blokken .kb-long .kb-long__step,
.items .kb-long .kb-long__step,
.kb-long .kb-long__step {
	counter-increment: kb-long-step !important;
	position: relative !important;
	display: block !important;
	margin: 0 !important;
	padding: 22px 22px 22px 76px !important;
	border-radius: var(--kb-radius-lg, 18px) !important;
	background: #ffffff !important;
	border: 1px solid var(--kb-long-border, #e4ded4) !important;
	list-style: none !important;
}

.content-blokken .kb-long .kb-long__step::before,
.items .kb-long .kb-long__step::before,
.kb-long .kb-long__step::before {
	content: counter(kb-long-step) !important;
	position: absolute !important;
	left: 22px !important;
	top: 22px !important;
	width: 36px !important;
	height: 36px !important;
	border-radius: 50% !important;
	background: var(--kb-long-accent, #f5a623) !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: 1 !important;
}

.kb__deep-link {
	margin-top: 18px;
	padding-top: 16px;
}

.kb__deep-link a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: var(--kb-radius-pill);
	background: var(--kb-charcoal);
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: none;
}

.kb__deep-link a::after {
	content: "→";
	font-size: 16px;
	line-height: 1;
	transition: transform 0.18s ease;
}

.kb__deep-link a:hover {
	background: var(--kb-orange-dark);
	color: #fff !important;
	transform: translateY(-1px);
}

.kb__deep-link a:hover::after {
	transform: translateX(3px);
}