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

.bptkb {
	--bpt: #e73a1e;
	--ink: #111820;
	--text: #344054;
	--muted: #667085;
	--border: #e2e6eb;
	--soft: #f7f8fa;
	--rad: 0 0 0 28px;
	width: 100%;
	max-width: 100%;
	color: var(--text);
	line-height: 1.65;
}

.bptkb * {
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.bptkb-wrap {
	width: min(1180px, calc(100% - 48px));
	margin: auto;
}

.bptkb-eyebrow {
	display: inline-block;
	margin: 0 0 12px;
	color: var(--bpt);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.bptkb h1,
.bptkb h2,
.bptkb h3 {
	margin-top: 0;
	color: var(--ink);
	font-weight: 800;
}

.bptkb h1 {
	margin-bottom: 0;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.08;
	letter-spacing: -.035em;
}

.bptkb h2 {
	margin-bottom: 0;
	font-size: clamp(26px, 3.2vw, 36px);
	line-height: 1.18;
	letter-spacing: -.025em;
}

.bptkb h3 {
	font-size: 17px;
	line-height: 1.35;
}

.bptkb-section {
	padding: 70px 0;
	background: #fff;
}

.bptkb-section.soft {
	background: var(--soft);
}

.bptkb-head {
	max-width: 760px;
	margin-bottom: 34px;
}

.bptkb-head.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bptkb-head p {
	margin: 12px 0 0;
	color: var(--muted);
	font-size: 16px;
}

/* HERO */
.bptkb-hero {
	padding: 74px 0;
	background: linear-gradient(150deg, #fff 0%, #f7f7f7 60%, #ededed 100%);
}

.bptkb-herogrid {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: 50px;
	align-items: center;
}

.bptkb-lead {
	max-width: 650px;
	margin: 20px 0 0;
	font-size: 18px;
}

.bptkb-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 25px;
}

.bptkb-buttons.center {
	justify-content: center;
}

.bptkb-btn {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0 23px;
	border: 2px solid transparent;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
	transition: .18s ease;
}

.bptkb-btn:hover {
	transform: translateY(-2px);
}

.bptkb-btn.primary {
	background: var(--bpt);
	color: #fff !important;
}

.bptkb-btn.ghost {
	border-color: var(--border);
	background: #fff;
	color: var(--ink) !important;
}

.bptkb-btn.white {
	background: #fff;
	color: var(--ink) !important;
}

.bptkb-btn.outline {
	border-color: rgba(255,255,255,.75);
	color: #fff !important;
}

.bptkb-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 24px;
}

.bptkb-trust span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid var(--border);
	border-radius: 0 0 0 11px;
	background: #fff;
	color: var(--ink);
	font-size: 12.5px;
	font-weight: 700;
}

.bptkb-trust span::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--bpt);
}

.bptkb-heroart {
	position: relative;
	min-height: 380px;
	overflow: hidden;
	border-radius: var(--rad);
	background: var(--bpt);
	box-shadow: 0 16px 36px rgba(17,24,32,.10);
}

.bptkb-heroart::after {
	content: "";
	position: absolute;
	top: -80px;
	right: -75px;
	width: 260px;
	height: 260px;
	border: 48px solid rgba(255,255,255,.14);
	border-radius: 50%;
}

.bptkb-shield {
	position: absolute;
	z-index: 2;
	top: 52px;
	left: 50px;
	display: grid;
	width: 100px;
	height: 100px;
	place-items: center;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 0 0 0 30px;
	background: rgba(255,255,255,.11);
	color: #fff;
}

.bptkb-shield svg,
.bptkb-icon svg {
	width: 48px;
	height: 48px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bptkb-heropanel {
	position: absolute;
	z-index: 2;
	right: 24px;
	bottom: 24px;
	left: 24px;
	padding: 20px 22px;
	border-radius: 0 0 0 20px;
	background: rgba(255,255,255,.97);
}

.bptkb-heropanel strong {
	display: block;
	margin-bottom: 5px;
	color: var(--ink);
	font-size: 16px;
}

.bptkb-heropanel p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

/* UITGELICHT */
.bptkb-features,
.bptkb-duo,
.bptkb-archivegrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 18px;
}

.bptkb-feature {
	display: flex;
	min-height: 185px;
	flex-direction: column;
	padding: 24px;
	border: 1px solid var(--border);
	border-radius: var(--rad);
	background: #fff;
	color: var(--text) !important;
	text-decoration: none !important;
	transition: .18s ease;
}

.bptkb-feature:hover {
	border-color: var(--bpt);
	box-shadow: 0 12px 30px rgba(17,24,32,.08);
	transform: translateY(-3px);
}

.bptkb-feature h3 {
	margin: 0 0 8px;
}

.bptkb-feature p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.bptkb-feature > span,
.bptkb-article span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	padding-top: 16px;
	color: var(--bpt);
	font-size: 12.5px;
	font-weight: 800;
}

.bptkb-feature svg,
.bptkb-article svg,
.bptkb-catcard svg,
.bptkb-articlelinks svg,
.bptkb-subcat__view svg,
.bptkb-accordion__footer svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* VOLLEDIGE KENNISBANK - 1 KOLOM ACCORDION */
.bptkb-accordion {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	width: 100%;
}

.bptkb-accordion__item {
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 0 0 0 22px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(17,24,32,.02);
	transition: border-color .18s ease, box-shadow .18s ease;
}

.bptkb-accordion__item[open] {
	border-color: color-mix(in srgb, var(--bpt) 45%, var(--border));
	box-shadow: 0 12px 28px rgba(17,24,32,.055);
}

.bptkb-accordion__summary {
	display: grid;
	grid-template-columns: 54px minmax(0,1fr) auto auto;
	gap: 16px;
	align-items: center;
	min-height: 102px;
	padding: 20px 22px;
	list-style: none;
	cursor: pointer;
	user-select: none;
}

.bptkb-accordion__summary::-webkit-details-marker {
	display: none;
}

.bptkb-accordion__summary::marker {
	display: none;
	content: "";
}

.bptkb-accordion__summary:hover {
	background: #fcfcfc;
}

.bptkb-accordion__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 0 0 0 16px;
	background: color-mix(in srgb, var(--bpt) 10%, white);
	color: var(--bpt);
}

.bptkb-accordion__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bptkb-accordion__text {
	min-width: 0;
}

.bptkb-accordion__text strong {
	display: block;
	margin-bottom: 4px;
	color: var(--ink);
	font-size: 18px;
	line-height: 1.3;
}

.bptkb-accordion__text > span {
	display: block;
	max-width: 720px;
	color: var(--muted);
	font-size: 13.5px;
	line-height: 1.55;
}

.bptkb-accordion__meta {
	white-space: nowrap;
	color: var(--muted);
	font-size: 12.5px;
	font-weight: 700;
}

.bptkb-accordion__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	color: var(--bpt);
	font-size: 12.5px;
	font-weight: 800;
}

.bptkb-accordion__toggle svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .2s ease;
}

.bptkb-accordion__item[open] .bptkb-accordion__toggle svg {
	transform: rotate(90deg);
}

.bptkb-accordion__item[open] .bptkb-accordion__toggletext {
	font-size: 0;
}

.bptkb-accordion__item[open] .bptkb-accordion__toggletext::after {
	content: "Sluiten";
	font-size: 12.5px;
}

.bptkb-accordion__panel {
	padding: 0 22px 22px;
	border-top: 1px solid var(--border);
	background: #fff;
}

.bptkb-direct {
	padding-top: 20px;
}

.bptkb-direct > h3 {
	margin: 0 0 10px;
	color: var(--ink);
	font-size: 13px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.bptkb-subcats {
	display: grid;
	gap: 0;
}

.bptkb-subcat {
	padding: 18px 0;
	border-bottom: 1px solid var(--border);
}

.bptkb-subcat:last-child {
	border-bottom: 0;
}

.bptkb-subcat__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.bptkb-subcat__head h3 {
	margin: 0;
	font-size: 15px;
	line-height: 1.35;
}

.bptkb-subcat__head h3 a {
	color: var(--ink) !important;
	text-decoration: none !important;
}

.bptkb-subcat__head h3 a:hover {
	color: var(--bpt) !important;
}

.bptkb-subcat__label {
	display: block;
	margin-top: 3px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.bptkb-subcat__view {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	border-radius: 50%;
	background: var(--soft);
	color: var(--ink) !important;
	text-decoration: none !important;
	transition: .18s ease;
}

.bptkb-subcat__view:hover {
	background: var(--bpt);
	color: #fff !important;
}

.bptkb-subcat__nested {
	margin: 12px 0 0 16px;
	padding-left: 16px;
	border-left: 2px solid var(--border);
}

.bptkb-articlelinks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 7px 18px;
	margin: 11px 0 0;
	padding: 0;
	list-style: none;
}

.bptkb-articlelinks li {
	margin: 0;
}

.bptkb-articlelinks a {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 8px;
	color: var(--muted) !important;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none !important;
	transition: background-color .16s ease, color .16s ease;
}

.bptkb-articlelinks a::before {
	content: "";
	width: 5px;
	height: 5px;
	flex: 0 0 5px;
	border-radius: 50%;
	background: var(--bpt);
}

.bptkb-articlelinks a > span {
	display: grid;
	margin-left: auto;
	place-items: center;
	color: var(--bpt);
}

.bptkb-articlelinks a:hover {
	background: color-mix(in srgb, var(--bpt) 6%, white);
	color: var(--ink) !important;
}

.bptkb-accordion__footer {
	display: flex;
	justify-content: flex-end;
	padding-top: 18px;
}

.bptkb-accordion__footer a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--bpt) !important;
	font-size: 12.5px;
	font-weight: 800;
	text-decoration: none !important;
}

/* TABEL */
.bptkb-tablewrap {
	overflow-x: auto;
	border: 1px solid var(--border);
	border-radius: var(--rad);
	background: #fff;
}

.bptkb-table {
	width: 100%;
	min-width: 650px;
	border-collapse: collapse;
}

.bptkb-table th,
.bptkb-table td {
	padding: 13px 16px;
	border-bottom: 1px solid var(--border);
	font-size: 14px;
	text-align: left;
}

.bptkb-table th {
	background: var(--ink);
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.bptkb-table td:first-child {
	color: var(--bpt);
	font-weight: 800;
}

.bptkb-note {
	margin: 16px 0 0;
	padding: 12px 15px;
	border-left: 4px solid var(--bpt);
	border-radius: 0 0 0 11px;
	background: var(--soft);
	color: var(--muted);
	font-size: 13.5px;
}

/* ACTIEF / PASSIEF */
.bptkb-duo article {
	padding: 26px 24px;
	border: 1px solid var(--border);
	border-radius: var(--rad);
	background: #fff;
}

.bptkb-duo h3 {
	margin: 0 0 9px;
}

.bptkb-duo p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.bptkb-tag {
	display: inline-block;
	margin-bottom: 12px;
	padding: 5px 10px;
	border-radius: 0 0 0 8px;
	background: var(--bpt);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.bptkb-tag.dark {
	background: var(--ink);
}

/* FAQ */
.bptkb-faq {
	max-width: 860px;
	margin: auto;
}

.bptkb-faq details {
	margin-bottom: 11px;
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 0 0 0 13px;
	background: #fff;
}

.bptkb-faq details[open] {
	border-color: var(--bpt);
}

.bptkb-faq summary {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 19px;
	color: var(--ink);
	font-size: 15px;
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}

.bptkb-faq summary::-webkit-details-marker {
	display: none;
}

.bptkb-faq summary::after {
	content: "+";
	color: var(--bpt);
	font-size: 22px;
}

.bptkb-faq details[open] summary::after {
	content: "–";
}

.bptkb-faq details div {
	padding: 0 19px 16px;
}

.bptkb-faq p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

/* CTA */
.bptkb-cta {
	padding: 70px 0;
	background: var(--bpt);
	color: #fff;
	text-align: center;
}

.bptkb-cta .bptkb-eyebrow {
	color: rgba(255,255,255,.85);
}

.bptkb-cta h2 {
	margin: 0;
	color: #fff;
}

.bptkb-cta p {
	max-width: 620px;
	margin: 12px auto 0;
	color: rgba(255,255,255,.9);
}

/* CATEGORY ARCHIVES */
.archivewrap {
	padding-top: 40px;
	padding-bottom: 64px;
}

.bptkb-crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 24px;
	color: var(--muted);
	font-size: 12.5px;
}

.bptkb-crumbs a {
	color: var(--muted) !important;
	text-decoration: none !important;
}

.bptkb-archivehead {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 36px;
}

.bptkb-archivehead h1 {
	margin: 0;
	font-size: clamp(30px,4vw,46px);
}

.bptkb-icon {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border-radius: 0 0 0 14px;
	background: color-mix(in srgb, var(--bpt) 10%, white);
	color: var(--bpt);
}

.bptkb-icon svg {
	width: 24px;
	height: 24px;
}

.bptkb-termdesc {
	max-width: 760px;
	margin-top: 10px;
	color: var(--muted);
}

.bptkb-archivesec + .bptkb-archivesec {
	margin-top: 42px;
}

.bptkb-archivesec > h2 {
	margin: 0 0 17px;
	font-size: 23px;
}

.bptkb-catcard,
.bptkb-article {
	min-width: 0;
	border: 1px solid var(--border);
	border-radius: var(--rad);
	background: #fff;
}

.bptkb-catcard {
	display: flex;
	min-height: 100px;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 19px;
	color: var(--text) !important;
	text-decoration: none !important;
	transition: .18s ease;
}

.bptkb-catcard:hover {
	border-color: var(--bpt);
	background: var(--bpt);
	color: #fff !important;
	transform: translateY(-2px);
}

.bptkb-catcard h3 {
	margin: 0 0 4px;
	font-size: 15px;
}

.bptkb-catcard span {
	color: var(--muted);
	font-size: 12px;
}

.bptkb-catcard:hover h3,
.bptkb-catcard:hover span {
	color: #fff;
}

.bptkb-catcard i {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	background: var(--soft);
	color: var(--ink);
}

.bptkb-article {
	overflow: hidden;
}

.bptkb-article > a {
	display: flex;
	min-height: 180px;
	height: 100%;
	flex-direction: column;
	padding: 21px;
	color: var(--text) !important;
	text-decoration: none !important;
}

.bptkb-article h3 {
	margin: 0 0 8px;
	font-size: 15.5px;
}

.bptkb-article p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
	.bptkb-herogrid {
		grid-template-columns: 1fr;
	}

	.bptkb-heroart {
		min-height: 300px;
	}

	.bptkb-accordion__summary {
		grid-template-columns: 52px minmax(0,1fr) auto;
	}

	.bptkb-accordion__meta {
		display: none;
	}
}

@media (max-width: 700px) {
	.bptkb-wrap {
		width: min(100% - 30px, 1180px);
	}

	.bptkb-hero,
	.bptkb-section,
	.bptkb-cta {
		padding: 52px 0;
	}

	.bptkb-features,
	.bptkb-duo,
	.bptkb-archivegrid {
		grid-template-columns: 1fr;
	}

	.bptkb-buttons {
		flex-direction: column;
	}

	.bptkb-btn {
		width: 100%;
	}

	.bptkb-trust span {
		flex: 1 1 100%;
	}

	.bptkb-feature {
		min-height: 0;
		padding: 20px;
	}

	.bptkb-accordion__summary {
		grid-template-columns: 46px minmax(0,1fr) 28px;
		gap: 12px;
		min-height: 88px;
		padding: 16px;
	}

	.bptkb-accordion__icon {
		width: 46px;
		height: 46px;
	}

	.bptkb-accordion__icon svg {
		width: 23px;
		height: 23px;
	}

	.bptkb-accordion__text strong {
		font-size: 16px;
	}

	.bptkb-accordion__text > span {
		display: none;
	}

	.bptkb-accordion__toggletext {
		display: none;
	}

	.bptkb-accordion__toggle {
		display: grid;
		place-items: center;
	}

	.bptkb-accordion__panel {
		padding: 0 16px 18px;
	}

	.bptkb-articlelinks {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.bptkb-subcat {
		padding: 16px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bptkb *,
	.bptkb *::before,
	.bptkb *::after {
		transition: none !important;
	}
}
