/* =========================================================
   Probleemhubs
   /problemen/
   /problemen/{apparaat}/
   ========================================================= */

body.wg-problem-hub-layout #page {
	width: 100%;
	max-width: none;
	margin: 0;
}

body.wg-problem-hub-layout #content,
body.wg-problem-hub-layout .site-content {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.wg-problem-hub-layout #primary {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.wg-problem-hub-layout .wg-problem-page {
	--wg-problem-blue: #0f735a;
	--wg-problem-blue-dark: #0a5745;
	--wg-problem-blue-soft: #edf7f3;
	--wg-problem-navy: #102033;
	--wg-problem-muted: #617085;
	--wg-problem-border: #d9e7e0;
	--wg-problem-surface: #f5f9fc;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #fff;
	color: var(--wg-problem-navy);
}

.wg-problem-page *,
.wg-problem-page *::before,
.wg-problem-page *::after {
	box-sizing: border-box;
}

/* Hero */
.wg-problem-page__hero {
	width: 100%;
	padding: 32px 0 64px;
	background:
		radial-gradient(circle at 82% 22%, rgba(129, 195, 164, 0.18), transparent 27%),
		linear-gradient(180deg, #f3f8f5 0%, #fff 100%);
	border-bottom: 1px solid #e0ebe5;
}

.wg-problem-page__breadcrumbs {
	margin-bottom: 34px;
}

.wg-problem-page__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	gap: clamp(36px, 7vw, 96px);
	align-items: center;
}

.wg-problem-page__hero-content {
	min-width: 0;
}

.wg-problem-page__eyebrow,
.wg-problem-section-heading__eyebrow {
	display: block;
	margin-bottom: 12px;
	color: var(--wg-problem-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.085em;
	line-height: 1.35;
	text-transform: uppercase;
}

.wg-problem-page__title {
	max-width: 850px;
	margin: 0;
	color: var(--wg-problem-navy);
	font-size: clamp(42px, 5vw, 62px);
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.wg-problem-page__intro {
	max-width: 760px;
	margin: 22px 0 0;
	color: var(--wg-problem-muted);
	font-size: clamp(17px, 1.6vw, 20px);
	line-height: 1.68;
}

.wg-problem-page__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 28px;
	color: #405669;
	font-size: 14px;
	font-weight: 700;
}

.wg-problem-page__trust span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.wg-problem-page__trust b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	color: var(--wg-problem-blue);
	background: #e6f4ed;
	border-radius: 50%;
	font-size: 12px;
}

/* Root hero visual */
.wg-problem-page__hero-visual {
	position: relative;
	min-height: 280px;
}

.wg-problem-page__visual-card {
	position: absolute;
	inset: 30px 20px 24px 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 36px;
	background: #fff;
	border: 1px solid #d5e5dd;
	border-radius: 22px;
	box-shadow: 0 22px 54px rgba(16, 32, 51, 0.1);
	transform: rotate(1.5deg);
}

.wg-problem-page__visual-card::before {
	position: absolute;
	z-index: -1;
	inset: 16px -18px -18px 18px;
	background: #e7f3ed;
	border-radius: 22px;
	content: "";
}

.wg-problem-page__visual-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 22px;
	color: #fff;
	background: var(--wg-problem-blue);
	border-radius: 16px;
	font-size: 28px;
	font-weight: 800;
}

.wg-problem-page__visual-card strong {
	color: var(--wg-problem-navy);
	font-size: 24px;
	line-height: 1.25;
}

.wg-problem-page__visual-card small {
	max-width: 330px;
	margin-top: 10px;
	color: var(--wg-problem-muted);
	font-size: 15px;
	line-height: 1.55;
}

.wg-problem-page__visual-check {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #fff;
	background: #2f8b61;
	border: 5px solid #f3f8f5;
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(47, 139, 97, 0.2);
	font-weight: 800;
}

.wg-problem-page__visual-check--one {
	top: 8px;
	right: 28px;
}

.wg-problem-page__visual-check--two {
	right: 0;
	bottom: 30px;
}

/* Device hero summary */
.wg-problem-page__device-summary {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 34px;
	background: #fff;
	border: 1px solid #d5e5dd;
	border-radius: 20px;
	box-shadow: 0 18px 48px rgba(16, 32, 51, 0.08);
}

.wg-problem-page__device-summary-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 22px;
	color: var(--wg-problem-blue);
	background: var(--wg-problem-blue-soft);
	border-radius: 17px;
}

.wg-problem-page__device-summary-icon svg,
.wg-problem-overview__device-icon svg,
.wg-problem-search__icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.wg-problem-page__device-summary > span:not(.wg-problem-page__device-summary-icon) {
	color: var(--wg-problem-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wg-problem-page__device-summary strong {
	margin-top: 9px;
	color: var(--wg-problem-navy);
	font-size: 21px;
	line-height: 1.45;
}

/* Shared section heading */
.wg-problem-section-heading {
	max-width: 760px;
	margin-bottom: 34px;
}

.wg-problem-section-heading h2,
.wg-problem-process__intro h2,
.wg-problem-device-next__content h2 {
	margin: 0;
	color: var(--wg-problem-navy);
	font-size: clamp(30px, 3.2vw, 42px);
	line-height: 1.14;
	letter-spacing: -0.03em;
}

.wg-problem-section-heading p,
.wg-problem-process__intro p,
.wg-problem-device-next__content p {
	margin: 14px 0 0;
	color: var(--wg-problem-muted);
	font-size: 17px;
	line-height: 1.7;
}

/* Root cards */
.wg-problem-overview {
	padding: 74px 0 88px;
	background: #fff;
}

.wg-problem-overview__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.wg-problem-overview__card {
	display: flex;
	min-height: 260px;
	flex-direction: column;
	padding: 28px;
	color: inherit;
	background: #fff;
	border: 1px solid var(--wg-problem-border);
	border-radius: 18px;
	box-shadow: 0 8px 28px rgba(16, 32, 51, 0.045);
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wg-problem-overview__card:hover,
.wg-problem-overview__card:focus-visible {
	color: inherit;
	border-color: #acc8d7;
	box-shadow: 0 18px 42px rgba(16, 32, 51, 0.09);
	text-decoration: none;
	transform: translateY(-3px);
}

.wg-problem-overview__card:focus-visible,
.wg-problem-featured__card:focus-visible,
.wg-problem-card__link:focus-visible,
.wg-problem-next a:focus-visible,
.wg-problem-device-next a:focus-visible {
	outline: 3px solid rgba(11, 102, 143, 0.2);
	outline-offset: 3px;
}

.wg-problem-overview__card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 25px;
}

.wg-problem-overview__device-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: var(--wg-problem-blue);
	background: var(--wg-problem-blue-soft);
	border-radius: 15px;
}

.wg-problem-overview__problem-count {
	padding: 7px 10px;
	color: #526a79;
	background: #f3f7f9;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.wg-problem-overview__card-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.wg-problem-overview__card-title {
	margin: 0;
	color: var(--wg-problem-navy);
	font-size: 24px;
	line-height: 1.25;
}

.wg-problem-overview__card-text {
	margin: 13px 0 22px;
	color: var(--wg-problem-muted);
	line-height: 1.65;
}

.wg-problem-overview__count {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: var(--wg-problem-blue);
	font-size: 14px;
	font-weight: 800;
}

/* Process */
.wg-problem-process {
	padding: 84px 0;
	background: var(--wg-problem-surface);
	border-block: 1px solid #e5eef3;
}

.wg-problem-process .wg-problem-page__container {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(40px, 7vw, 100px);
	align-items: start;
}

.wg-problem-process__steps {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wg-problem-process__steps li {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--wg-problem-border);
	border-radius: 14px;
}

.wg-problem-process__steps li > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #fff;
	background: var(--wg-problem-blue);
	border-radius: 13px;
	font-weight: 800;
}

.wg-problem-process__steps strong {
	display: block;
	color: var(--wg-problem-navy);
	font-size: 17px;
}

.wg-problem-process__steps p {
	margin: 6px 0 0;
	color: var(--wg-problem-muted);
	font-size: 15px;
	line-height: 1.55;
}

/* Root next steps */
.wg-problem-next {
	padding: 84px 0 92px;
	background: #102033;
}

.wg-problem-section-heading--light h2,
.wg-problem-section-heading--light p {
	color: #fff;
}

.wg-problem-section-heading--light p {
	color: #c9d5df;
}

.wg-problem-section-heading--light .wg-problem-section-heading__eyebrow {
	color: #7dc2df;
}

.wg-problem-next__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.wg-problem-next__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 25px;
	background: rgba(255, 255, 255, 0.075);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 15px;
}

.wg-problem-next__card > div:first-child span {
	color: #a8bdcc;
	font-size: 12px;
	font-weight: 700;
}

.wg-problem-next__card h3 {
	margin: 4px 0 0;
	color: #fff;
	font-size: 21px;
}

.wg-problem-next__actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
}

.wg-problem-next__actions a {
	white-space: nowrap;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.wg-problem-next__primary {
	padding: 10px 14px;
	color: #0b4f71;
	background: #fff;
	border-radius: 8px;
}

.wg-problem-next__primary:hover,
.wg-problem-next__primary:focus-visible {
	color: #0b4f71;
	background: #eaf5fa;
}

.wg-problem-next__secondary {
	color: #b9d9e8;
}

.wg-problem-next__secondary:hover,
.wg-problem-next__secondary:focus-visible {
	color: #fff;
}

/* Featured quick links */
.wg-problem-featured {
	padding: 66px 0 20px;
	background: #fff;
}

.wg-problem-featured__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.wg-problem-featured__card {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 34px;
	gap: 14px;
	align-items: center;
	min-height: 98px;
	padding: 18px;
	color: inherit;
	background: #fff;
	border: 1px solid var(--wg-problem-border);
	border-radius: 14px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wg-problem-featured__card:hover,
.wg-problem-featured__card:focus-visible {
	color: inherit;
	border-color: #adc9d8;
	box-shadow: 0 12px 28px rgba(16, 32, 51, 0.07);
	text-decoration: none;
	transform: translateY(-2px);
}

.wg-problem-featured__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: var(--wg-problem-blue);
	background: var(--wg-problem-blue-soft);
	border-radius: 12px;
	font-size: 12px;
	font-weight: 800;
}

.wg-problem-featured__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.wg-problem-featured__content small {
	margin-bottom: 4px;
	color: var(--wg-problem-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.wg-problem-featured__content strong {
	color: var(--wg-problem-navy);
	font-size: 16px;
	line-height: 1.35;
}

.wg-problem-featured__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: var(--wg-problem-blue);
	background: #f0f7fa;
	border-radius: 50%;
}

/* Search and grouped problem cards */
.wg-problem-list {
	padding: 72px 0 88px;
	background: #fff;
}

.wg-problem-section-heading--list {
	margin-bottom: 28px;
}

.wg-problem-list__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 42px;
	padding: 16px;
	background: var(--wg-problem-surface);
	border: 1px solid #e3edf2;
	border-radius: 14px;
}

.wg-problem-search {
	position: relative;
	display: block;
	width: min(100%, 610px);
}

.wg-problem-search__icon {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #6f8391;
	transform: translateY(-50%);
	pointer-events: none;
}

.wg-problem-search__icon svg {
	width: 20px;
	height: 20px;
}

body.wg-problem-hub-layout .wg-problem-search__input {
	width: 100%;
	min-height: 54px;
	padding: 0 18px 0 54px;
	color: var(--wg-problem-navy);
	background: #fff;
	border: 1px solid #cbdbe4;
	border-radius: 10px;
	box-shadow: none;
	font-size: 16px;
	line-height: 1.4;
	-webkit-appearance: none;
	appearance: none;
}

body.wg-problem-hub-layout .wg-problem-search__input::placeholder {
	color: #7b8997;
	opacity: 1;
}

body.wg-problem-hub-layout .wg-problem-search__input:focus {
	border-color: var(--wg-problem-blue);
	outline: 3px solid rgba(11, 102, 143, 0.12);
}

.wg-problem-list__result-count {
	flex: 0 0 auto;
	margin: 0;
	padding-right: 6px;
	color: #617085;
	font-size: 14px;
	font-weight: 700;
}

.wg-problem-groups {
	display: grid;
	gap: 52px;
}

.wg-problem-group[hidden] {
	display: none;
}

.wg-problem-group__heading {
	margin-bottom: 17px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e4ebf0;
}

.wg-problem-group__heading > div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
}

.wg-problem-group__heading h3 {
	margin: 0;
	color: var(--wg-problem-navy);
	font-size: 23px;
	line-height: 1.3;
}

.wg-problem-group__heading span {
	color: #71808f;
	font-size: 13px;
}

.wg-problem-list__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.wg-problem-card {
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--wg-problem-border);
	border-radius: 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wg-problem-card:hover {
	border-color: #acc7d6;
	box-shadow: 0 14px 32px rgba(16, 32, 51, 0.075);
	transform: translateY(-2px);
}

.wg-problem-card[hidden] {
	display: none;
}

.wg-problem-card__link {
	display: flex;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.wg-problem-card__link:hover,
.wg-problem-card__link:focus-visible {
	color: inherit;
	text-decoration: none;
}

.wg-problem-card__content {
	display: flex;
	min-height: 220px;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px;
}

.wg-problem-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	min-height: 24px;
	margin-bottom: 13px;
}

.wg-problem-card__meta span {
	padding: 5px 8px;
	color: #326b8b;
	background: #eef6f9;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
}

.wg-problem-card__title {
	margin: 0;
	color: var(--wg-problem-navy);
	font-size: 20px;
	line-height: 1.34;
}

.wg-problem-card__excerpt {
	margin: 12px 0 19px;
	color: var(--wg-problem-muted);
	font-size: 15px;
	line-height: 1.62;
}

.wg-problem-card__read-more {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	color: var(--wg-problem-blue);
	font-size: 14px;
	font-weight: 800;
}

.wg-problem-list__empty {
	padding: 48px 24px;
	background: #f8fbfc;
	border: 1px dashed #c6d7e0;
	border-radius: 14px;
	text-align: center;
}

.wg-problem-list__empty h2 {
	margin: 0 0 8px;
	font-size: 22px;
}

.wg-problem-list__empty p {
	margin: 0;
	color: var(--wg-problem-muted);
}

/* Device-level bridge */
.wg-problem-device-next {
	padding: 0 0 92px;
	background: #fff;
}

.wg-problem-device-next__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 44px;
	align-items: center;
	padding: clamp(30px, 5vw, 52px);
	background: linear-gradient(135deg, #0f735a 0%, #0c624d 100%);
	border-radius: 20px;
	box-shadow: 0 20px 45px rgba(11, 102, 143, 0.16);
}

.wg-problem-device-next__content h2,
.wg-problem-device-next__content p {
	color: #fff;
}

.wg-problem-device-next__content p {
	max-width: 720px;
	color: #d6e8f0;
}

.wg-problem-device-next__content .wg-problem-section-heading__eyebrow {
	color: #a9ddf1;
}

.wg-problem-device-next__actions {
	display: flex;
	min-width: 250px;
	flex-direction: column;
	gap: 10px;
}

.wg-problem-device-next__actions a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 48px;
	padding: 12px 15px;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.wg-problem-device-next__primary {
	color: #0a5575;
	background: #fff;
}

.wg-problem-device-next__primary:hover,
.wg-problem-device-next__primary:focus-visible {
	color: #0a5575;
	background: #edf7f3;
}

.wg-problem-device-next__secondary {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.24);
}

.wg-problem-device-next__secondary:hover,
.wg-problem-device-next__secondary:focus-visible {
	color: #fff;
	background: rgba(255, 255, 255, 0.16);
}

/* Tablet */
@media (max-width: 960px) {
	.wg-problem-page__hero-grid,
	.wg-problem-process .wg-problem-page__container {
		grid-template-columns: 1fr;
	}

	.wg-problem-page__hero-visual {
		display: none;
	}

	.wg-problem-page__device-summary {
		max-width: 680px;
	}

	.wg-problem-next__card {
		align-items: flex-start;
		flex-direction: column;
	}

	.wg-problem-next__actions {
		align-items: flex-start;
	}

	.wg-problem-device-next__inner {
		grid-template-columns: 1fr;
	}

	.wg-problem-device-next__actions {
		min-width: 0;
	}
}

@media (max-width: 780px) {
	.wg-problem-overview__grid,
	.wg-problem-next__grid,
	.wg-problem-featured__grid,
	.wg-problem-list__grid {
		grid-template-columns: 1fr;
	}

	.wg-problem-page__hero {
		padding: 24px 0 46px;
	}

	.wg-problem-page__breadcrumbs {
		margin-bottom: 27px;
	}

	.wg-problem-page__title {
		font-size: clamp(36px, 10vw, 48px);
	}

	.wg-problem-page__intro {
		font-size: 17px;
	}

	.wg-problem-overview,
	.wg-problem-process,
	.wg-problem-next,
	.wg-problem-list {
		padding-block: 58px;
	}

	.wg-problem-featured {
		padding: 52px 0 0;
	}

	.wg-problem-list__toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.wg-problem-list__result-count {
		padding: 0 2px;
	}

	.wg-problem-card__content {
		min-height: 0;
	}

	.wg-problem-device-next {
		padding-bottom: 64px;
	}
}

@media (max-width: 540px) {
	.wg-problem-page__trust {
		display: grid;
		gap: 10px;
	}

	.wg-problem-page__device-summary {
		padding: 25px;
	}

	.wg-problem-overview__card {
		min-height: 0;
		padding: 22px;
	}

	.wg-problem-overview__card-title {
		font-size: 21px;
	}

	.wg-problem-process__steps li {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 13px;
		padding: 18px;
	}

	.wg-problem-process__steps li > span {
		width: 38px;
		height: 38px;
	}

	.wg-problem-next__card,
	.wg-problem-featured__card,
	.wg-problem-card__content {
		padding: 19px;
	}

	.wg-problem-featured__card {
		grid-template-columns: 38px minmax(0, 1fr) 30px;
		gap: 11px;
	}

	.wg-problem-group__heading > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.wg-problem-device-next__inner {
		padding: 26px 21px;
		border-radius: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wg-problem-overview__card,
	.wg-problem-featured__card,
	.wg-problem-card {
		transition: none;
	}

	.wg-problem-overview__card:hover,
	.wg-problem-featured__card:hover,
	.wg-problem-card:hover {
		transform: none;
	}
}
/* =========================================================
   Wasdrogergids Design System 2.0 — probleemoverzichten
   ========================================================= */
body.wg-problem-hub-layout .wg-problem-page {
    --wg-problem-blue: #0f8063;
    --wg-problem-blue-dark: #0a5f4a;
    --wg-problem-blue-soft: #edf7f3;
    --wg-problem-navy: #0d3026;
    --wg-problem-muted: #60716a;
    --wg-problem-border: #d9e7e0;
    --wg-problem-surface: #f4f8f6;
}

.wg-problem-page__hero {
    background:
        radial-gradient(circle at 82% 22%, rgba(143, 211, 177, .20), transparent 29%),
        linear-gradient(180deg, #f4faf7 0%, #fff 100%);
    border-color: #dce9e2;
}

.wg-problem-page__visual-card,
.wg-problem-page__card,
.wg-problem-card {
    border-color: #d7e5de;
    box-shadow: 0 18px 46px rgba(13, 48, 38, .07);
}

/* Wasdrogergids probleemplatform: snellere scanbaarheid en duidelijke diagnosegroepen. */
.wg-problem-device-hub .wg-problem-list {
	background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
}
.wg-problem-device-hub .wg-problem-group {
	padding: clamp(22px, 3vw, 34px);
	background: #fff;
	border: 1px solid #dce9e2;
	border-radius: 22px;
	box-shadow: 0 10px 30px rgba(22, 67, 48, .045);
}
.wg-problem-device-hub .wg-problem-group + .wg-problem-group { margin-top: 30px; }
.wg-problem-device-hub .wg-problem-group__heading h3 { color: #173b2d; }
.wg-problem-device-hub .wg-problem-card__meta span:first-child {
	color: #0f735a;
	background: #edf7f3;
	border-color: #d3e9df;
}
.wg-problem-device-hub .wg-problem-search:focus-within {
	border-color: #71ae92;
	box-shadow: 0 0 0 4px rgba(15,115,90,.09);
}
.wg-problem-device-hub .wg-problem-card__read-more { color: #0f735a; }

@media (max-width: 700px) {
	.wg-problem-device-hub .wg-problem-group { padding: 18px; border-radius: 18px; }
	.wg-problem-device-hub .wg-problem-page__hero { padding-bottom: 46px; }
}


/* Foutcodehubs */
.wdg-fault-hub{background:#fff;color:#102033}.wdg-fault-hub__hero{padding:34px 0 58px;background:linear-gradient(180deg,#eef7f2 0%,#fff 100%);border-bottom:1px solid #dce9e2}.wdg-fault-hub__eyebrow{display:block;margin-bottom:12px;color:#0f735a;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.wdg-fault-hub h1{max-width:850px;margin:0;color:#102033;font-size:clamp(38px,5vw,58px);line-height:1.07;letter-spacing:-.04em}.wdg-fault-hub__hero p{max-width:760px;margin:18px 0 0;color:#526173;font-size:18px;line-height:1.7}.wdg-fault-hub__content{padding:58px 0 90px}.wdg-fault-brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.wdg-fault-brand-card{display:grid;grid-template-columns:1fr auto;gap:4px 18px;align-items:center;padding:24px;background:#fff;border:1px solid #d9e7e0;border-radius:17px;color:#153d31;text-decoration:none;box-shadow:0 8px 26px rgba(16,55,42,.05);transition:.2s ease}.wdg-fault-brand-card:hover{transform:translateY(-2px);border-color:#91c4aa;box-shadow:0 14px 32px rgba(16,55,42,.09)}.wdg-fault-brand-card span{font-size:20px;font-weight:800}.wdg-fault-brand-card strong{grid-column:1;color:#60756a;font-size:14px}.wdg-fault-brand-card b{grid-column:2;grid-row:1/3;color:#0f735a;font-size:22px}.wdg-fault-code-grid{display:grid;gap:16px}.wdg-fault-code-card a{display:grid;grid-template-columns:112px minmax(0,1fr);gap:24px;align-items:center;padding:22px;background:#fff;border:1px solid #d9e7e0;border-radius:17px;color:inherit;text-decoration:none;transition:.2s ease}.wdg-fault-code-card a:hover{border-color:#91c4aa;box-shadow:0 12px 30px rgba(16,55,42,.08)}.wdg-fault-code-card__display{display:grid;place-items:center;min-height:72px;padding:12px;color:#d9ffd9;background:#173d32;border-radius:10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:25px;font-weight:800;letter-spacing:.08em}.wdg-fault-code-card h2{margin:0 0 7px;color:#173d31;font-size:21px}.wdg-fault-code-card p{margin:0 0 10px;color:#607064;line-height:1.55}.wdg-fault-code-card strong{color:#0f735a;font-size:14px}.wdg-fault-empty{padding:34px;background:#f7faf8;border:1px solid #dce9e2;border-radius:17px}.wdg-fault-empty h2{margin-top:0}
@media(max-width:800px){.wdg-fault-brand-grid{grid-template-columns:1fr 1fr}.wdg-fault-code-card a{grid-template-columns:90px minmax(0,1fr)}}@media(max-width:560px){.wdg-fault-brand-grid{grid-template-columns:1fr}.wdg-fault-code-card a{grid-template-columns:1fr;gap:14px}.wdg-fault-code-card__display{min-height:58px}}
