/*
Theme Name: PZC Elementor Child
Theme URI: https://geurtswebdesign.com/
Description: Child theme voor Provinciaal Zorg Collectief, gebouwd voor Hello Elementor en Elementor Pro.
Author: Geurts Webdesign & Development
Template: hello-elementor
Version: 0.5.23
Text Domain: pzc-elementor-child
*/

:root {
	--pzc-ink: #172b2c;
	--pzc-primary: #1f4d3a;
	--pzc-primary-deep: #123225;
	--pzc-primary-soft: #e8f0ec;
	--pzc-accent: #b86a3a;
	--pzc-accent-strong: #8f4f2b;
	--pzc-accent-soft: #f2ded0;
	--pzc-surface: #f8f5ee;
	--pzc-mist: #eef5f7;
	--pzc-blue-soft: #dceaf0;
	--pzc-white-soft: rgba(255, 255, 255, 0.76);
	--pzc-line: rgba(23, 43, 44, 0.1);
	--pzc-shadow: 0 24px 56px rgba(18, 50, 37, 0.1);
	--pzc-shadow-soft: 0 20px 46px rgba(18, 50, 37, 0.08);
	--pzc-radius-xl: 32px;
	--pzc-radius-lg: 24px;
	--pzc-radius-md: 18px;
	--pzc-radius-sm: 14px;
	--pzc-body-font: "Familjen Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--pzc-display-font: "Fraunces", Georgia, serif;
}

body {
	font-family: var(--pzc-body-font);
	color: var(--pzc-ink);
	background:
		radial-gradient(circle at top left, rgba(232, 238, 245, 0.88), transparent 34%),
		radial-gradient(circle at 85% 18%, rgba(184, 106, 58, 0.08), transparent 20%),
		linear-gradient(180deg, #fbfaf6 0%, #eef5f7 100%);
}

body,
.pzc-site-header,
.pzc-shell,
.pzc-hero-panel,
.pzc-home-hero-wrap,
.pzc-home-surface,
.pzc-home-final-shell,
.pzc-home-process-block,
.pzc-home-band,
.pzc-feature-card,
.pzc-process-card,
.pzc-panel-card,
.pzc-list-card,
.pzc-contact-card,
.pzc-stat-card,
.pzc-governance-card,
.pzc-province-card,
.pzc-cta-band,
.pzc-quote-band,
.pzc-home-editorial-card,
.pzc-home-note-card,
.pzc-home-photo-card,
.pzc-home-proof-card,
.pzc-home-value-card,
.pzc-home-domain-card,
.pzc-home-quote-card,
.pzc-home-jobs-card,
.pzc-home-trust-card,
.pzc-home-partner-card,
.pzc-home-dark-card,
.pzc-home-pricing-shell,
.pzc-home-price-card,
.pzc-home-latest-job {
	box-sizing: border-box;
}

img,
svg,
video,
iframe {
	max-width: 100%;
	height: auto;
}

body {
	overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--pzc-display-font);
	color: var(--pzc-primary);
	letter-spacing: -0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
strong {
	overflow-wrap: break-word;
}

a {
	color: var(--pzc-primary);
}

.pzc-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(23, 43, 44, 0.08);
	background: rgba(251, 250, 246, 0.92);
	backdrop-filter: blur(18px);
	box-shadow: 0 16px 36px rgba(18, 50, 37, 0.06);
}

.pzc-site-header__inner {
	display: grid;
	grid-template-columns: minmax(180px, auto) minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	width: min(1440px, calc(100% - 40px));
	min-height: 82px;
	margin: 0 auto;
}

.pzc-site-header__brand {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	text-decoration: none;
}

.pzc-site-header__logo {
	display: block;
	width: 188px;
	max-width: 38vw;
	height: auto;
}

.pzc-site-header__brand-text {
	position: relative;
	display: grid;
	gap: 1px;
	padding: 10px 18px 10px 48px;
	border: 1px solid rgba(31, 77, 58, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.84);
	color: var(--pzc-primary-deep);
	line-height: 1.05;
	box-shadow: 0 14px 30px rgba(18, 50, 37, 0.08);
}

.pzc-site-header__brand-mark {
	position: absolute;
	left: 14px;
	top: 50%;
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--pzc-primary);
	color: #ffffff;
	font-family: var(--pzc-body-font);
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	transform: translateY(-50%);
}

.pzc-site-header__brand-name {
	font-family: var(--pzc-display-font);
	font-size: 22px;
	font-weight: 700;
}

.pzc-site-header__brand-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pzc-accent);
}

.pzc-site-header__nav {
	justify-self: center;
	min-width: 0;
}

.pzc-site-header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pzc-site-header__nav li {
	position: relative;
}

.pzc-site-header__nav a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 42px;
	padding: 10px 12px;
	border-radius: 999px;
	color: rgba(23, 43, 44, 0.78);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition:
		background-color 160ms ease,
		color 160ms ease;
}

.pzc-site-header__nav a:hover,
.pzc-site-header__nav a:focus,
.pzc-site-header__nav .current-menu-item > a,
.pzc-site-header__nav .current_page_item > a,
.pzc-site-header__nav .current-menu-ancestor > a {
	background: rgba(31, 77, 58, 0.1);
	color: var(--pzc-primary);
}

.pzc-site-header__nav .menu-item-has-children > a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.pzc-site-header__nav .sub-menu a::after {
	content: none;
}

.pzc-site-header__nav .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	display: grid;
	gap: 4px;
	min-width: 230px;
	padding: 10px;
	border: 1px solid rgba(23, 43, 44, 0.1);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 22px 48px rgba(18, 50, 37, 0.14);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -4px);
	transition:
		opacity 160ms ease,
		visibility 160ms ease,
		transform 160ms ease;
}

.pzc-site-header__nav li:hover > .sub-menu,
.pzc-site-header__nav li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.pzc-site-header__nav .sub-menu a {
	width: 100%;
	min-height: 38px;
	padding: 9px 12px;
	border-radius: 12px;
	justify-content: flex-start;
	white-space: nowrap;
}

.pzc-site-header__actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.pzc-site-header .pzc-site-header__account-toggle,
.pzc-site-header .pzc-site-header__button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 22px;
	border: 2px solid var(--pzc-accent);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	transition:
		background-color 160ms ease,
		color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

.pzc-site-header__account {
	position: relative;
	display: inline-flex;
}

.pzc-site-header .pzc-site-header__account-toggle {
	gap: 8px;
	background: var(--pzc-accent);
	color: #ffffff;
	box-shadow: 0 12px 26px rgba(184, 106, 58, 0.22);
	cursor: pointer;
}

.pzc-site-header__account-toggle::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.pzc-site-header__account-menu {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	display: grid;
	gap: 4px;
	min-width: 220px;
	padding: 10px;
	border: 1px solid rgba(23, 43, 44, 0.1);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 22px 48px rgba(18, 50, 37, 0.14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	transition:
		opacity 160ms ease,
		visibility 160ms ease,
		transform 160ms ease;
}

.pzc-site-header__account:hover .pzc-site-header__account-menu,
.pzc-site-header__account:focus-within .pzc-site-header__account-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.pzc-site-header__account-menu a {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 10px 12px;
	border-radius: 12px;
	color: rgba(23, 43, 44, 0.78);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.pzc-site-header__account-menu a:hover,
.pzc-site-header__account-menu a:focus {
	background: rgba(31, 77, 58, 0.1);
	color: var(--pzc-primary);
}

.pzc-site-header .pzc-site-header__button {
	background: transparent;
	color: var(--pzc-accent);
	box-shadow: none;
}

.pzc-site-header .pzc-site-header__account-toggle:hover,
.pzc-site-header .pzc-site-header__account-toggle:focus {
	background: var(--pzc-accent-strong);
	border-color: var(--pzc-accent-strong);
	color: #ffffff;
	transform: translateY(-1px);
}

.pzc-site-header .pzc-site-header__button:hover,
.pzc-site-header .pzc-site-header__button:focus {
	background: rgba(184, 106, 58, 0.08);
	border-color: var(--pzc-accent-strong);
	color: var(--pzc-accent-strong);
	transform: translateY(-1px);
}

.pzc-site-header__toggle-input,
.pzc-site-header__toggle {
	display: none;
}

.pzc-shell {
	position: relative;
	padding: 32px;
	border: 1px solid var(--pzc-line);
	border-radius: var(--pzc-radius-xl);
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(16px);
	box-shadow: var(--pzc-shadow);
	overflow: hidden;
}

.pzc-professionals-overview-shell {
	overflow: visible;
}

.pzc-shell::before {
	content: "";
	position: absolute;
	inset: auto -8% -28% auto;
	width: 280px;
	height: 280px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(184, 106, 58, 0.12), transparent 72%);
	pointer-events: none;
}

.pzc-shell::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), transparent 24%);
	pointer-events: none;
}

.pzc-hero-panel {
	padding: 48px;
	border-radius: 40px;
	background:
		radial-gradient(circle at top right, rgba(184, 106, 58, 0.18), transparent 28%),
		linear-gradient(180deg, #1f4d3a 0%, #123225 100%),
		var(--pzc-primary-deep);
	color: #ffffff;
	box-shadow: 0 28px 58px rgba(18, 50, 37, 0.24);
}

.pzc-hero-panel h1,
.pzc-hero-panel h2,
.pzc-hero-panel h3,
.pzc-hero-panel p,
.pzc-hero-panel a {
	color: #ffffff;
}

.pzc-signal-pill {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(23, 43, 44, 0.06);
	border: 1px solid rgba(23, 43, 44, 0.08);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pzc-primary);
}

.pzc-section-pill {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(23, 43, 44, 0.06);
	color: var(--pzc-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pzc-section-intro {
	max-width: 720px;
}

.pzc-section-intro h2,
.pzc-section-intro h3 {
	margin-bottom: 14px;
}

.pzc-section-intro p:last-child {
	margin-bottom: 0;
}

.pzc-stat-card,
.pzc-feature-card,
.pzc-process-card,
.pzc-kpi-card,
.pzc-panel-card,
.pzc-list-card,
.pzc-contact-card,
.pzc-governance-card,
.pzc-province-card,
.pzc-cta-band {
	padding: 28px;
	border: 1px solid var(--pzc-line);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--pzc-shadow-soft);
}

.pzc-feature-card,
.pzc-process-card,
.pzc-panel-card,
.pzc-list-card,
.pzc-contact-card {
	box-shadow: var(--pzc-shadow-soft);
}

.pzc-feature-card {
	background: linear-gradient(180deg, #ffffff 0%, #eef5f7 100%);
}

.pzc-process-card {
	background: linear-gradient(180deg, #fbfaf6 0%, #eef1ea 100%);
}

.pzc-panel-card {
	background: linear-gradient(180deg, #ffffff 0%, #f8f5ee 100%);
}

.pzc-list-card {
	background: #ffffff;
}

.pzc-contact-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbf8f1 100%);
}

.pzc-governance-card {
	background: linear-gradient(180deg, #ffffff 0%, #f8f5ee 100%);
}

.pzc-province-card {
	background: linear-gradient(180deg, #ffffff 0%, #f1eadf 100%);
}

.pzc-cta-band {
	background:
		radial-gradient(circle at top right, rgba(184, 106, 58, 0.08), transparent 28%),
		linear-gradient(180deg, #fdfbf8 0%, #f4efe6 100%);
}

.pzc-quote-band {
	padding: 32px 34px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 30px;
	background:
		radial-gradient(circle at top right, rgba(184, 106, 58, 0.18), transparent 30%),
		linear-gradient(180deg, #163a2b 0%, #102a20 100%);
	box-shadow: 0 28px 58px rgba(18, 50, 37, 0.24);
}

.pzc-quote-band h2,
.pzc-quote-band h3,
.pzc-quote-band p,
.pzc-quote-band li,
.pzc-quote-band a {
	color: #ffffff;
}

.pzc-number {
	display: inline-flex;
	margin-bottom: 18px;
	font-size: 42px;
	font-weight: 700;
	color: var(--pzc-accent);
}

.pzc-mini-label {
	display: inline-flex;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(18, 33, 63, 0.62);
}

.pzc-kpi-grid {
	display: grid;
	gap: 16px;
}

.pzc-kpi-card {
	position: relative;
	padding: 24px 24px 20px;
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
	box-shadow: none;
}

.pzc-kpi-card h3,
.pzc-kpi-card p,
.pzc-kpi-card span,
.pzc-kpi-card strong {
	color: #ffffff;
}

.pzc-kpi-card::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent);
}

.pzc-kpi-number {
	display: inline-flex;
	margin-bottom: 14px;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.pzc-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pzc-chip {
	display: inline-flex;
	align-items: center;
	padding: 9px 14px;
	border: 1px solid rgba(23, 43, 44, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--pzc-primary);
	font-size: 13px;
	font-weight: 600;
}

.pzc-outline-card {
	padding: 22px 24px;
	border: 1px dashed rgba(23, 43, 44, 0.16);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.72);
}

#contactformulier .elementor-form,
.pzc-contact-form .elementor-form {
	display: grid;
	gap: 18px;
	margin: 0;
}

.pzc-contact-form > .elementor-widget-container {
	padding: 30px;
	border: 1px solid rgba(31, 77, 58, 0.12);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(18, 50, 37, 0.07);
}

#contactformulier .elementor-form-fields-wrapper,
.pzc-contact-form .elementor-form-fields-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 14px;
}

#contactformulier .elementor-field-group,
.pzc-contact-form .elementor-field-group {
	min-width: 0;
	width: 100%;
}

#contactformulier .elementor-field-group.elementor-col-100,
#contactformulier .elementor-field-type-submit,
.pzc-contact-form .elementor-field-group.elementor-col-100,
.pzc-contact-form .elementor-field-type-submit {
	grid-column: 1 / -1;
}

#contactformulier .elementor-field-group.elementor-col-50,
.pzc-contact-form .elementor-field-group.elementor-col-50 {
	grid-column: span 1;
}

#contactformulier .elementor-field-group,
.pzc-contact-form .elementor-field-group {
	margin-bottom: 0;
}

.elementor-widget-form .elementor-form-fields-wrapper {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 16px 14px !important;
}

.elementor-widget-form .elementor-field-group {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	flex: none !important;
	flex-basis: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.elementor-widget-form .elementor-field-group.elementor-col-100,
.elementor-widget-form .elementor-field-type-submit {
	grid-column: 1 / -1 !important;
}

.elementor-widget-form .elementor-field-group.elementor-col-50 {
	grid-column: span 1 !important;
}

.elementor-widget-form .elementor-field-group .elementor-field:not([type="checkbox"]):not([type="radio"]),
.elementor-widget-form .elementor-field-group .elementor-select-wrapper,
.elementor-widget-form .elementor-field-group textarea {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

#contactformulier .elementor-field-label,
.pzc-contact-form .elementor-field-label {
	margin-bottom: 7px;
	color: rgba(23, 43, 44, 0.76);
	font-family: var(--pzc-body-font);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

#contactformulier .elementor-mark-required .elementor-field-label::after,
.pzc-contact-form .elementor-mark-required .elementor-field-label::after {
	color: var(--pzc-accent);
	font-weight: 900;
}

#contactformulier .elementor-field-textual,
#contactformulier select.elementor-field,
#contactformulier .elementor-select-wrapper,
.pzc-contact-form .elementor-field,
.pzc-contact-form .elementor-field-textual,
.pzc-contact-form select.elementor-field,
.pzc-contact-form .elementor-select-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	flex-basis: 100% !important;
}

#contactformulier .elementor-field-textual,
#contactformulier select.elementor-field,
.pzc-contact-form .elementor-field-textual,
.pzc-contact-form select.elementor-field {
	min-height: 52px;
	box-sizing: border-box;
	padding: 14px 16px;
	border: 1px solid rgba(23, 43, 44, 0.12);
	border-radius: 14px;
	background-color: rgba(248, 251, 249, 0.96);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: var(--pzc-ink);
	font-family: var(--pzc-body-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease;
}

#contactformulier textarea.elementor-field-textual,
.pzc-contact-form textarea.elementor-field-textual {
	min-height: 150px;
	resize: vertical;
}

#contactformulier .elementor-field-textual::placeholder,
.pzc-contact-form .elementor-field-textual::placeholder {
	color: rgba(23, 43, 44, 0.46);
	font-weight: 500;
}

#contactformulier .elementor-field-textual:focus,
#contactformulier select.elementor-field:focus,
.pzc-contact-form .elementor-field-textual:focus,
.pzc-contact-form select.elementor-field:focus {
	border-color: rgba(31, 77, 58, 0.54);
	background-color: #ffffff;
	box-shadow:
		0 0 0 4px rgba(31, 77, 58, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	outline: none;
}

#contactformulier .elementor-field-type-acceptance,
#contactformulier .elementor-field-type-checkbox,
#contactformulier .elementor-field-type-radio,
.pzc-contact-form .elementor-field-type-acceptance,
.pzc-contact-form .elementor-field-type-checkbox,
.pzc-contact-form .elementor-field-type-radio {
	color: rgba(23, 43, 44, 0.74);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
}

#contactformulier .elementor-field-subgroup,
.pzc-contact-form .elementor-field-subgroup {
	gap: 10px 18px;
}

#contactformulier input[type="checkbox"],
#contactformulier input[type="radio"],
.pzc-contact-form input[type="checkbox"],
.pzc-contact-form input[type="radio"] {
	accent-color: var(--pzc-primary);
}

#contactformulier .elementor-field-type-submit,
.pzc-contact-form .elementor-field-type-submit {
	margin-top: 4px;
}

#contactformulier .elementor-button,
.pzc-contact-form .elementor-button {
	min-height: 54px;
	padding: 15px 24px;
	border: 0;
	border-radius: 999px;
	background: var(--pzc-primary);
	box-shadow: 0 16px 34px rgba(18, 50, 37, 0.18);
	color: #ffffff;
	font-family: var(--pzc-body-font);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
	transition:
		background-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

#contactformulier .elementor-button:hover,
#contactformulier .elementor-button:focus,
.pzc-contact-form .elementor-button:hover,
.pzc-contact-form .elementor-button:focus {
	background: var(--pzc-primary-deep);
	box-shadow: 0 18px 38px rgba(18, 50, 37, 0.22);
	transform: translateY(-1px);
}

#contactformulier .elementor-button:focus-visible,
.pzc-contact-form .elementor-button:focus-visible {
	outline: 3px solid rgba(31, 77, 58, 0.22);
	outline-offset: 3px;
}

#contactformulier .elementor-message,
#contactformulier .elementor-field-group .elementor-message,
#contactformulier .elementor-help-inline,
.pzc-contact-form .elementor-message,
.pzc-contact-form .elementor-field-group .elementor-message,
.pzc-contact-form .elementor-help-inline {
	margin-top: 8px;
	padding: 11px 13px;
	border-radius: 12px;
	background: rgba(184, 106, 58, 0.1);
	color: var(--pzc-accent-strong);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

#contactformulier .elementor-message-success,
.pzc-contact-form .elementor-message-success {
	background: rgba(31, 77, 58, 0.1);
	color: var(--pzc-primary);
}

.pzc-outline-card p:last-child,
.pzc-panel-card p:last-child,
.pzc-feature-card p:last-child,
.pzc-process-card p:last-child,
.pzc-stat-card p:last-child,
.pzc-governance-card p:last-child,
.pzc-province-card p:last-child,
.pzc-contact-card p:last-child,
.pzc-list-card p:last-child,
.pzc-cta-band p:last-child,
.pzc-kpi-card p:last-child {
	margin-bottom: 0;
}

.pzc-soft-divider {
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, transparent, rgba(31, 77, 58, 0.16), transparent);
}

.pzc-stacked-list {
	display: grid;
	gap: 14px;
}

.pzc-stacked-list .elementor-icon-list-item,
.pzc-stacked-list .pzc-row {
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(219, 231, 247, 0.5);
}

.pzc-hero-grid {
	position: relative;
}

.pzc-hero-grid .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.pzc-hero-grid .elementor-column > .elementor-element-populated {
	padding-top: 0;
	padding-bottom: 0;
}

.pzc-dark-surface {
	color: #ffffff;
	background:
		radial-gradient(circle at top right, rgba(184, 106, 58, 0.24), transparent 34%),
		linear-gradient(180deg, #1d5a42 0%, #123225 100%);
}

.pzc-dark-surface h2,
.pzc-dark-surface h3,
.pzc-dark-surface p,
.pzc-dark-surface li,
.pzc-dark-surface a {
	color: #ffffff;
}

.pzc-dual-panel {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 24px;
}

.pzc-split-card {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 24px;
}

.pzc-shell > .elementor-container {
	position: relative;
	z-index: 1;
	width: min(1440px, 100%);
	max-width: none !important;
	margin-right: auto;
	margin-left: auto;
}

.pzc-shell > .elementor-container > .elementor-column {
	min-width: 0;
}

.pzc-shell .elementor-column > .elementor-element-populated {
	padding: 0;
}

.pzc-shell .elementor-widget,
.pzc-shell .elementor-widget-container,
.pzc-shell .pzc-panel-card,
.pzc-shell .pzc-list-card,
.pzc-shell .pzc-quote-band,
.pzc-shell .pzc-cta-band {
	width: 100%;
}

.pzc-shell.pzc-split-card {
	display: block;
}

.pzc-shell.pzc-split-card > .elementor-container {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 48px;
	align-items: start;
}

.pzc-shell.pzc-split-card > .elementor-container > .elementor-column {
	width: auto !important;
}

.pzc-metric-stack,
.pzc-panel-stack {
	display: grid;
	gap: 16px;
}

.pzc-province-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pzc-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pzc-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pzc-list-card ul,
.pzc-feature-card ul,
.pzc-panel-card ul,
.pzc-process-card ul,
.pzc-contact-card ul,
.pzc-cta-band ul,
.pzc-outline-card ul {
	margin: 0;
	padding-left: 18px;
}

.pzc-list-card li,
.pzc-feature-card li,
.pzc-panel-card li,
.pzc-process-card li,
.pzc-contact-card li,
.pzc-cta-band li,
.pzc-outline-card li {
	margin-bottom: 10px;
}

.pzc-list-card li:last-child,
.pzc-feature-card li:last-child,
.pzc-panel-card li:last-child,
.pzc-process-card li:last-child,
.pzc-contact-card li:last-child,
.pzc-cta-band li:last-child,
.pzc-outline-card li:last-child {
	margin-bottom: 0;
}

.pzc-home-hero-wrap,
.pzc-home-surface,
.pzc-home-pricing-shell,
.pzc-home-final-shell {
	position: relative;
	padding: 52px 48px;
	border: 1px solid rgba(23, 43, 44, 0.1);
	border-radius: 36px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 24px 56px rgba(18, 50, 37, 0.1);
}

.elementor-section.elementor-section-boxed > .elementor-container,
.pzc-home-hero-wrap > .elementor-container,
.pzc-home-surface > .elementor-container,
.pzc-home-pricing-shell > .elementor-container,
.pzc-home-final-shell > .elementor-container,
.pzc-home-band > .elementor-container,
.pzc-home-process-block > .elementor-container,
.pzc-home-proof-shell > .elementor-container,
.pzc-home-trust-grid > .elementor-container,
.pzc-home-partner-shell > .elementor-container,
.pzc-shell > .elementor-container,
.pzc-hero-panel > .elementor-container,
.pzc-split-card > .elementor-container {
	width: min(1440px, 100%) !important;
	max-width: 1440px !important;
	margin-right: auto;
	margin-left: auto;
}

.pzc-home-hero-wrap {
	background:
		radial-gradient(circle at top left, rgba(232, 238, 245, 0.9), transparent 38%),
		radial-gradient(circle at 88% 20%, rgba(184, 106, 58, 0.09), transparent 24%),
		linear-gradient(180deg, #fdfcf9 0%, #f8f5ee 100%);
}

.pzc-home-hero-wrap h1,
.pzc-home-hero-wrap h2,
.pzc-home-surface h2,
.pzc-home-pricing-shell h2,
.pzc-home-final-shell h2 {
	color: #172b2c;
}

.pzc-home-kicker-pill,
.pzc-home-kicker {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(23, 43, 44, 0.06);
	color: #1f4d3a;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pzc-home-kicker {
	margin-bottom: 14px;
}

.pzc-home-card-eyebrow {
	display: inline-flex;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(22, 38, 61, 0.58);
}

.pzc-home-hero-footnote {
	margin: 8px 0 0;
	color: rgba(22, 38, 61, 0.74);
	font-size: 15px;
}

.pzc-home-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 8px;
}

.pzc-home-button,
.pzc-home-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		background 0.18s ease,
		color 0.18s ease;
}

.pzc-home-button {
	background: #b86a3a;
	color: #ffffff;
	box-shadow: 0 18px 34px rgba(18, 33, 63, 0.14);
}

.pzc-home-button:hover,
.pzc-home-link:hover {
	transform: translateY(-1px);
}

.pzc-home-button-secondary {
	background: rgba(184, 106, 58, 0.1);
	border: 1px solid rgba(184, 106, 58, 0.32);
	color: #8f4f2b;
}

.pzc-home-link {
	padding-left: 8px;
	padding-right: 8px;
	color: #1f4d3a;
}

.pzc-home-editorial-card,
.pzc-home-note-card,
.pzc-home-proof-card,
.pzc-home-value-card,
.pzc-home-domain-card,
.pzc-home-quote-card,
.pzc-home-jobs-card,
.pzc-home-trust-card,
.pzc-home-price-card {
	height: 100%;
	padding: 28px;
	border-radius: 28px;
	border: 1px solid rgba(23, 43, 44, 0.1);
	background: #ffffff;
	box-shadow: 0 20px 46px rgba(18, 50, 37, 0.08);
	color: #172b2c;
}

.pzc-home-editorial-card {
	background:
		radial-gradient(circle at top right, rgba(184, 106, 58, 0.18), transparent 30%),
		linear-gradient(180deg, #1f4d3a 0%, #123225 100%);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 28px 58px rgba(18, 50, 37, 0.24);
	color: #ffffff;
}

.pzc-home-editorial-card h3,
.pzc-home-editorial-card p,
.pzc-home-editorial-card li,
.pzc-home-editorial-card strong,
.pzc-home-editorial-card .pzc-mini-label,
.pzc-home-editorial-card .pzc-home-card-eyebrow {
	color: #ffffff;
}

.pzc-home-note-card {
	background: linear-gradient(180deg, #f8f4ee 0%, #eef1ea 100%);
}

.pzc-home-value-card {
	background: linear-gradient(180deg, #ffffff 0%, #eef5f7 100%);
}

.pzc-home-domain-card {
	background:
		radial-gradient(circle at top right, rgba(26, 53, 84, 0.08), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #f1eadf 100%);
}

.pzc-home-quote-card {
	background: linear-gradient(180deg, #e8f0ec 0%, #ffffff 100%);
}

.pzc-home-jobs-card {
	background:
		radial-gradient(circle at top right, rgba(184, 106, 58, 0.08), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #fbf8f1 100%);
}

.pzc-home-trust-card {
	background: linear-gradient(180deg, #ffffff 0%, #f8f5ee 100%);
}

.pzc-home-accent-note {
	margin-top: 18px;
	padding: 16px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #ffffff;
	font-weight: 600;
}

.pzc-home-proof-shell {
	position: relative;
	z-index: 2;
	margin-top: -26px;
}

.pzc-home-proof-card {
	border-top: 4px solid #1f4d3a;
}

.pzc-home-proof-number {
	display: block;
	margin: 8px 0 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #172b2c;
}

.pzc-home-pricing-shell {
	background:
		radial-gradient(circle at top right, rgba(31, 77, 58, 0.09), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f8f5ee 100%);
}

.pzc-home-pricing-shell--intro {
	margin-top: 28px;
	padding-bottom: 28px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 0 18px 38px rgba(18, 50, 37, 0.07);
}

.pzc-home-pricing-grid {
	margin-top: -28px;
	padding-top: 28px;
	border-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.pzc-home-pricing-grid > .elementor-container,
.pzc-home-pricing-grid.elementor-section > .elementor-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pzc-home-pricing-grid > .elementor-container > .elementor-column,
.pzc-home-pricing-grid.elementor-section > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0;
}

.pzc-home-pricing-intro {
	max-width: 760px;
}

.pzc-home-pricing-intro h2 {
	margin: 14px 0 12px;
}

.pzc-home-pricing-intro p {
	margin-bottom: 0;
	color: rgba(22, 38, 61, 0.74);
}

.pzc-home-price-card {
	position: relative;
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	gap: 20px;
	overflow: hidden;
	background: #ffffff;
}

.pzc-home-price-card::before {
	content: "";
	display: block;
	height: 6px;
	margin: -28px -28px 0;
	background: var(--pzc-primary);
}

.pzc-home-price-card--complete::before {
	background: var(--pzc-primary);
}

.pzc-home-price-card--plus::before {
	background: var(--pzc-accent);
}

.pzc-home-price-card--knowledge::before {
	background: #172b2c;
}

.pzc-home-price-card--plus {
	transform: translateY(-10px);
	box-shadow: 0 28px 58px rgba(18, 50, 37, 0.14);
}

.pzc-home-price-badge {
	position: absolute;
	top: 16px;
	right: 18px;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--pzc-primary);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 10px 20px rgba(18, 50, 37, 0.16);
}

.pzc-home-price-head {
	display: grid;
	gap: 8px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(23, 43, 44, 0.1);
}

.pzc-home-price-label {
	font-family: var(--pzc-display-font);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #172b2c;
}

.pzc-home-price-head strong {
	font-size: 30px;
	line-height: 1.05;
	color: var(--pzc-primary);
}

.pzc-home-price-card--plus .pzc-home-price-head strong {
	color: var(--pzc-accent);
}

.pzc-home-price-head small {
	color: rgba(22, 38, 61, 0.64);
	font-size: 14px;
	font-weight: 700;
}

.pzc-home-price-card p {
	margin: 0;
	color: rgba(22, 38, 61, 0.74);
	line-height: 1.55;
}

.pzc-home-price-fee {
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	border: 1px solid rgba(31, 77, 58, 0.12);
	border-radius: 18px;
	background: rgba(31, 77, 58, 0.07);
}

.pzc-home-price-fee span {
	color: rgba(22, 38, 61, 0.62);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pzc-home-price-fee strong {
	color: #172b2c;
	font-size: 17px;
	line-height: 1.25;
}

.pzc-home-price-card ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pzc-home-price-card li {
	position: relative;
	margin: 0;
	padding-left: 28px;
	color: rgba(22, 38, 61, 0.78);
	line-height: 1.4;
}

.pzc-home-price-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: rgba(31, 77, 58, 0.12);
}

.pzc-home-price-card li::after {
	content: "";
	position: absolute;
	left: 5px;
	top: calc(0.35em + 4px);
	width: 6px;
	height: 3px;
	border-bottom: 2px solid var(--pzc-primary);
	border-left: 2px solid var(--pzc-primary);
	transform: rotate(-45deg);
}

.pzc-home-price-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 22px;
	border-radius: 999px;
	background: var(--pzc-accent);
	color: #ffffff;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 16px 30px rgba(18, 33, 63, 0.12);
}

.pzc-home-price-button:hover,
.pzc-home-price-button:focus {
	background: var(--pzc-accent-strong);
	color: #ffffff;
	transform: translateY(-1px);
}

.pzc-home-intro {
	max-width: 700px;
}

.pzc-home-intro h2 {
	margin: 14px 0 12px;
}

.pzc-home-intro p:last-child,
.pzc-home-value-card p:last-child,
.pzc-home-domain-card p:last-child,
.pzc-home-quote-card p:last-child,
.pzc-home-trust-card p:last-child,
.pzc-home-jobs-card p:last-child,
.pzc-home-note-card p:last-child {
	margin-bottom: 0;
}

.pzc-home-editorial-card ul,
.pzc-home-value-card ul,
.pzc-home-domain-card ul,
.pzc-home-trust-card ul,
.pzc-home-note-card ul {
	margin: 0;
	padding-left: 18px;
}

.pzc-home-editorial-card li,
.pzc-home-value-card li,
.pzc-home-domain-card li,
.pzc-home-trust-card li,
.pzc-home-note-card li {
	margin-bottom: 10px;
}

.pzc-home-editorial-card li:last-child,
.pzc-home-value-card li:last-child,
.pzc-home-domain-card li:last-child,
.pzc-home-trust-card li:last-child,
.pzc-home-note-card li:last-child {
	margin-bottom: 0;
}

.pzc-home-band {
	padding: 18px 0 0;
	background:
		radial-gradient(circle at top right, rgba(184, 106, 58, 0.18), transparent 28%),
		linear-gradient(180deg, #163a2b 0%, #102a20 100%);
	border-radius: 36px;
}

.pzc-home-process-block {
	padding: 52px 0;
	border-radius: 36px;
	background:
		radial-gradient(circle at 82% 22%, rgba(184, 106, 58, 0.14), transparent 26%),
		linear-gradient(180deg, #163a2b 0%, #102a20 100%);
	overflow: hidden;
}

.pzc-home-process-block .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.pzc-home-process-block .elementor-column > .elementor-element-populated {
	padding-top: 0;
	padding-bottom: 0;
}

.pzc-home-process-block__inner {
	display: grid;
	gap: 42px;
	width: min(1440px, calc(100% - 48px));
	margin: 0 auto;
	color: #ffffff;
}

.pzc-home-process-block__intro {
	max-width: 860px;
}

.pzc-home-process-block__intro .pzc-home-kicker,
.pzc-home-process-block__intro h2,
.pzc-home-process-block__intro p {
	color: #ffffff;
}

.pzc-home-process-block__intro h2 {
	margin: 18px 0 14px;
	font-size: clamp(30px, 3vw, 46px);
	line-height: 1.08;
}

.pzc-home-process-block__intro p {
	margin: 0;
	max-width: 720px;
	font-size: 18px;
}

.pzc-home-process-block__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.pzc-home-band .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.pzc-home-band .elementor-column > .elementor-element-populated {
	padding-top: 0;
	padding-bottom: 0;
}

.pzc-home-band-intro {
	padding: 12px 40px 8px;
	color: #ffffff;
}

.pzc-home-band-intro h2,
.pzc-home-band-intro p,
.pzc-home-band-intro .pzc-home-kicker {
	color: #ffffff !important;
}

.pzc-home-band-grid {
	padding: 0 24px 24px;
}

/* Exact Elementor templates: Hoe het werkt (1083) and Jobboard (1086). */
.elementor-element-326f4502,
.elementor-element-52171e3d {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
	gap: 24px !important;
	--display: flex;
	--flex-direction: row;
	--flex-wrap: wrap;
}

.elementor-element-326f4502 > .elementor-element,
.elementor-element-52171e3d > .elementor-element {
	flex: 1 1 calc(25% - 18px) !important;
	width: calc(25% - 18px) !important;
	max-width: none !important;
	--width: calc(25% - 18px);
	--container-widget-width: 100%;
	--container-widget-flex-grow: 1;
}

.pzc-home-band .elementor-element:has(> .elementor-widget-container > .pzc-home-dark-card),
.pzc-home-band .elementor-element:has(.pzc-home-dark-card) {
	min-width: 0;
}

.pzc-home-band .e-con:has(.pzc-home-dark-card),
.pzc-home-band .e-con-inner:has(.pzc-home-dark-card),
.pzc-home-steps-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 24px;
}

.pzc-home-band .e-con:has(.pzc-home-dark-card) > .elementor-element:has(.pzc-home-dark-card),
.pzc-home-band .e-con-inner:has(.pzc-home-dark-card) > .elementor-element:has(.pzc-home-dark-card),
.pzc-home-steps-row > .elementor-element:has(.pzc-home-dark-card) {
	flex: 1 1 calc(25% - 18px) !important;
	width: auto !important;
	max-width: none !important;
}

.pzc-home-band-grid > .elementor-container,
.pzc-home-band-grid.elementor-section > .elementor-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.pzc-home-band-grid > .elementor-container > .elementor-column,
.pzc-home-band-grid.elementor-section > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0;
}

.pzc-home-dark-card {
	height: 100%;
	padding: 26px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: none;
	color: #ffffff;
}

.pzc-home-dark-card h3,
.pzc-home-dark-card p,
.pzc-home-dark-card .pzc-mini-label,
.pzc-home-dark-card .pzc-home-card-eyebrow {
	color: #ffffff !important;
}

.pzc-home-dark-card h3 {
	font-size: clamp(26px, 2.7vw, 38px);
	line-height: 1.08;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.pzc-home-dark-card p {
	font-size: 17px;
	line-height: 1.55;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.pzc-home-job-list {
	display: grid;
	gap: 14px;
	margin: 18px 0 0;
}

.pzc-home-job-row {
	display: grid;
	gap: 4px;
	padding: 16px 0;
	border-top: 1px solid rgba(23, 43, 44, 0.08);
}

.pzc-home-job-row:first-child {
	padding-top: 0;
	border-top: 0;
}

.pzc-home-job-row strong {
	font-size: 16px;
	color: #172b2c;
}

.pzc-home-job-row span,
.pzc-home-card-footnote {
	color: rgba(22, 38, 61, 0.7);
	font-size: 14px;
}

.pzc-home-latest-jobs {
	display: grid;
	gap: 22px;
}

.pzc-home-latest-jobs__head {
	display: grid;
	gap: 12px;
}

.pzc-home-latest-jobs__head p {
	margin: 0;
	color: rgba(22, 38, 61, 0.72);
}

.pzc-home-latest-jobs__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pzc-home-latest-job {
	display: grid;
	gap: 18px;
	align-content: space-between;
	min-height: 100%;
	padding: 18px;
	border: 1px solid rgba(23, 43, 44, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 12px 28px rgba(18, 50, 37, 0.06);
}

.pzc-home-latest-job__main {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.pzc-home-latest-job__topline,
.pzc-home-latest-job__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	color: rgba(22, 38, 61, 0.66);
	font-size: 13px;
	font-weight: 700;
}

.pzc-home-latest-job__topline span,
.pzc-home-latest-job__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(31, 77, 58, 0.08);
	color: #1f4d3a;
}

.pzc-home-latest-job h4 {
	margin: 0;
	font-family: var(--pzc-body-font);
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.18;
	color: #172b2c;
}

.pzc-home-latest-job h4 a {
	color: inherit;
	text-decoration: none;
}

.pzc-home-latest-job p {
	margin: 0;
	color: rgba(22, 38, 61, 0.72);
	font-size: 15px;
	line-height: 1.5;
}

.pzc-home-latest-job__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid rgba(184, 106, 58, 0.42);
	border-radius: 999px;
	color: #8f4f2b;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	justify-self: start;
}

.pzc-home-latest-job__link:hover,
.pzc-home-latest-job__link:focus {
	background: rgba(184, 106, 58, 0.08);
	color: #8f4f2b;
}

.pzc-home-latest-jobs__footer {
	display: flex;
	justify-content: flex-start;
}

.pzc-home-latest-jobs__empty {
	display: grid;
	gap: 6px;
	padding: 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.74);
	color: rgba(22, 38, 61, 0.72);
}

.pzc-home-latest-jobs__empty strong {
	color: #172b2c;
}

.pzc-home-final-shell {
	background:
		radial-gradient(circle at top right, rgba(184, 106, 58, 0.12), transparent 30%),
		linear-gradient(180deg, #fdfbf8 0%, #f4efe6 100%);
}

.pzc-home-final-cta {
	max-width: 760px;
}

.pzc-home-final-cta h2 {
	margin: 14px 0 12px;
}

.pzc-home-photo-card {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(23, 43, 44, 0.12);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 26px 64px rgba(18, 50, 37, 0.16);
}

.pzc-home-photo-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.pzc-home-photo-card figcaption {
	padding: 15px 18px 17px;
	color: rgba(23, 43, 44, 0.72);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	background: linear-gradient(180deg, #ffffff 0%, #f8f5ee 100%);
}

.pzc-home-partner-shell {
	padding: 52px clamp(20px, 4vw, 48px);
	background:
		radial-gradient(circle at 86% 18%, rgba(184, 106, 58, 0.12), transparent 24%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(238, 245, 247, 0.76));
}

.pzc-home-partner-shell .elementor-container {
	max-width: 1440px;
	margin: 0 auto;
	align-items: center;
	gap: 30px;
}

.pzc-home-partner-intro {
	max-width: 680px;
}

.pzc-home-partner-intro h2 {
	margin: 14px 0;
	color: var(--pzc-primary-deep);
	font-size: clamp(30px, 4vw, 52px);
	line-height: 0.98;
}

.pzc-home-partner-intro p {
	max-width: 620px;
	color: rgba(23, 43, 44, 0.74);
	font-size: 18px;
	line-height: 1.65;
}

.pzc-home-partner-card {
	padding: 28px;
	border: 1px solid rgba(23, 43, 44, 0.12);
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(184, 106, 58, 0.11), transparent 34%),
		#ffffff;
	box-shadow: var(--pzc-shadow-soft);
}

.pzc-home-partner-card .pzc-home-cta-row {
	margin-top: 20px;
}

.pzc-whatsapp-button {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9990;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 52px;
	padding: 0 18px;
	border-radius: 999px;
	background: #1f8f5f;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 20px 44px rgba(18, 50, 37, 0.22);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.pzc-whatsapp-button:hover,
.pzc-whatsapp-button:focus {
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 24px 52px rgba(18, 50, 37, 0.28);
}

.pzc-whatsapp-button__icon {
	flex: 0 0 auto;
	display: block;
	width: 20px;
	height: 20px;
}

.pzc-site-footer {
	position: relative;
	margin-top: 56px;
	padding: 0;
	color: #ffffff;
	background:
		radial-gradient(circle at top right, rgba(184, 106, 58, 0.18), transparent 28%),
		linear-gradient(180deg, #163a2b 0%, #0f261d 100%);
}

.pzc-site-footer__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.72fr);
	gap: 36px;
	width: min(1440px, calc(100% - 48px));
	margin: 0 auto;
	padding: 46px 0 28px;
}

.pzc-site-footer__brand-panel,
.pzc-site-footer__link-group,
.pzc-site-footer__business,
.pzc-site-footer__note {
	min-width: 0;
}

.pzc-site-footer__brand {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 12px 16px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.94);
	text-decoration: none;
}

.pzc-site-footer__logo {
	display: block;
	width: 190px;
	max-width: 100%;
	height: auto;
}

.pzc-site-footer__brand-name {
	font-family: var(--pzc-display-font);
	font-size: 24px;
	font-weight: 700;
	color: var(--pzc-primary-deep);
}

.pzc-site-footer__intro {
	max-width: 440px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.55;
}

.pzc-site-footer__contact {
	display: grid;
	gap: 8px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.74);
}

.pzc-site-footer__business-details {
	display: grid;
	gap: 6px;
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.5;
}

.pzc-site-footer__business-details div {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.pzc-site-footer__business-details dt {
	font-weight: 800;
	color: rgba(255, 255, 255, 0.92);
}

.pzc-site-footer__business-details dt::after {
	content: ":";
}

.pzc-site-footer__business-details dd {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
}

.pzc-site-footer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.pzc-site-footer__contact span,
.pzc-site-footer__business h2,
.pzc-site-footer__link-group h2 {
	margin: 0;
	font-family: var(--pzc-body-font);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.62);
}

.pzc-site-footer a {
	color: #ffffff;
	text-decoration: none;
}

.pzc-site-footer a:hover,
.pzc-site-footer a:focus {
	color: #f2ded0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pzc-site-footer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 48px;
	margin-top: 0;
	padding: 13px 22px;
	border-radius: 999px;
	background: var(--pzc-accent);
	color: #ffffff !important;
	font-weight: 800;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

.pzc-site-footer__button--whatsapp {
	gap: 8px;
	background: #25d366;
	color: #10291f !important;
}

.pzc-site-footer__whatsapp-icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	display: block;
}

.pzc-site-footer__button--whatsapp:hover,
.pzc-site-footer__button--whatsapp:focus {
	background: #46df7b;
	color: #10291f !important;
}

.pzc-site-footer__button:hover,
.pzc-site-footer__button:focus {
	background: var(--pzc-accent-strong);
	color: #ffffff;
}

.pzc-site-footer__links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
}

.pzc-site-footer__link-group ul {
	display: grid;
	gap: 10px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.pzc-site-footer__link-group a {
	color: rgba(255, 255, 255, 0.86);
	font-weight: 700;
	line-height: 1.35;
}

.pzc-site-footer__note {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.82);
}

.pzc-site-footer__note strong {
	color: #ffffff;
}

.pzc-site-footer__bottom {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px 24px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.pzc-site-footer__bottom p {
	margin: 0;
}

.pzc-site-footer__bottom p:first-child {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
}

.pzc-site-footer__bottom p:first-child span {
	display: inline-flex;
}

.site-footer:not(.pzc-site-footer),
footer#site-footer,
.elementor-location-footer {
	display: none !important;
}

@media (min-width: 1200px) {
	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*="elementor-page-"]) .site-main {
		max-width: 1440px;
	}
}

@media (max-width: 1024px) {
	.pzc-legal-layout,
	.pzc-shell [style*="grid-template-columns:minmax(260px"] {
		grid-template-columns: 1fr !important;
	}

	.pzc-legal-layout > *,
	.pzc-shell [style*="grid-template-columns:minmax(260px"] > * {
		min-width: 0;
	}

	.pzc-home-hero-wrap .elementor-container,
	.pzc-home-surface .elementor-container,
	.pzc-home-pricing-shell .elementor-container,
	.pzc-home-final-shell .elementor-container,
	.pzc-home-band .elementor-container,
	.pzc-home-process-block .elementor-container,
	.pzc-shell .elementor-container,
	.pzc-hero-panel .elementor-container {
		flex-wrap: wrap;
	}

	.pzc-home-hero-wrap .elementor-column,
	.pzc-home-surface .elementor-column,
	.pzc-home-pricing-shell .elementor-column,
	.pzc-home-final-shell .elementor-column,
	.pzc-home-band .elementor-column,
	.pzc-home-process-block .elementor-column,
	.pzc-shell .elementor-column,
	.pzc-hero-panel .elementor-column {
		width: 100% !important;
	}

	.pzc-site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		width: min(100% - 32px, 1440px);
		min-height: 72px;
	}

	.pzc-site-header__logo {
		width: 164px;
	}

	.pzc-site-header__toggle {
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 44px;
		height: 44px;
		border: 1px solid rgba(23, 43, 44, 0.12);
		border-radius: 999px;
		background: #ffffff;
		cursor: pointer;
	}

	.pzc-site-header__toggle span {
		display: block;
		width: 18px;
		height: 2px;
		margin: 0 auto;
		border-radius: 999px;
		background: var(--pzc-primary-deep);
	}

	.pzc-site-header__nav,
	.pzc-site-header__actions {
		display: none;
		grid-column: 1 / -1;
		justify-self: stretch;
	}

	.pzc-site-header__nav ul {
		display: grid;
		justify-content: stretch;
		gap: 6px;
		padding: 10px 0 0;
	}

	.pzc-site-header__nav a {
		justify-content: center;
		background: rgba(255, 255, 255, 0.72);
	}

	.pzc-site-header__nav .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		margin: -2px 0 4px;
		padding: 6px;
		border-radius: 16px;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		background: rgba(31, 77, 58, 0.06);
	}

	.pzc-site-header__nav .sub-menu a {
		justify-content: center;
		white-space: normal;
	}

	.pzc-site-header__actions {
		justify-content: stretch;
		padding: 10px 0 18px;
	}

	.pzc-site-header__account,
	.pzc-site-header__button {
		flex: 1;
	}

	.pzc-site-header__account {
		display: flex;
	}

	.pzc-site-header .pzc-site-header__account-toggle,
	.pzc-site-header .pzc-site-header__button {
		width: 100%;
	}

	.pzc-site-header .pzc-site-header__account-toggle {
		background: var(--pzc-accent);
	}

	.pzc-site-header .pzc-site-header__button {
		background: transparent;
	}

	.pzc-site-header__account-menu {
		top: calc(100% + 8px);
		left: 0;
		right: auto;
		width: min(280px, 100%);
	}

	.pzc-site-header__toggle-input:checked ~ .pzc-site-header__nav,
	.pzc-site-header__toggle-input:checked ~ .pzc-site-header__actions {
		display: flex;
	}

	.pzc-site-header__toggle-input:checked ~ .pzc-site-header__nav {
		display: block;
	}

	.pzc-shell,
	.pzc-hero-panel,
	.pzc-feature-card,
	.pzc-process-card,
	.pzc-panel-card,
	.pzc-list-card,
	.pzc-contact-card,
	.pzc-stat-card,
	.pzc-governance-card,
	.pzc-province-card,
	.pzc-cta-band,
	.pzc-quote-band {
		padding: 24px;
	}

	.pzc-dual-panel,
	.pzc-split-card,
	.pzc-feature-grid,
	.pzc-process-grid,
	.pzc-province-grid {
		grid-template-columns: 1fr;
	}

	.pzc-shell.pzc-split-card > .elementor-container {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pzc-home-process-block__steps,
	.pzc-home-pricing-grid > .elementor-container,
	.pzc-home-pricing-grid.elementor-section > .elementor-container,
	.pzc-home-band-grid > .elementor-container,
	.pzc-home-band-grid.elementor-section > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.pzc-home-price-card--plus {
		transform: none;
	}

	.pzc-home-band .e-con:has(.pzc-home-dark-card),
	.pzc-home-band .e-con-inner:has(.pzc-home-dark-card),
	.pzc-home-steps-row {
		gap: 18px;
	}

	.pzc-home-band .e-con:has(.pzc-home-dark-card) > .elementor-element:has(.pzc-home-dark-card),
	.pzc-home-band .e-con-inner:has(.pzc-home-dark-card) > .elementor-element:has(.pzc-home-dark-card),
	.pzc-home-steps-row > .elementor-element:has(.pzc-home-dark-card) {
		flex-basis: calc(50% - 9px) !important;
		width: calc(50% - 9px) !important;
	}

	.elementor-element-326f4502,
	.elementor-element-52171e3d {
		gap: 18px !important;
	}

	.elementor-element-326f4502 > .elementor-element,
	.elementor-element-52171e3d > .elementor-element {
		flex: 1 1 calc(50% - 9px) !important;
		width: calc(50% - 9px) !important;
		max-width: calc(50% - 9px) !important;
		--width: calc(50% - 9px);
		--container-widget-width: 100%;
	}

	.pzc-home-band-grid > .elementor-container > .elementor-column,
	.pzc-home-band-grid.elementor-section > .elementor-container > .elementor-column {
		width: auto !important;
	}

	.pzc-home-latest-jobs__list {
		grid-template-columns: 1fr;
	}

	.pzc-home-latest-job {
		grid-template-columns: 1fr;
	}

	.pzc-home-latest-job__link {
		width: 100%;
	}

	.pzc-home-process-block {
		padding: 36px 0;
		border-radius: 28px;
	}

	.pzc-home-process-block__inner {
		width: min(100% - 32px, 1440px);
		gap: 28px;
	}

	.pzc-home-hero-wrap,
	.pzc-home-surface,
	.pzc-home-pricing-shell,
	.pzc-home-final-shell {
		padding: 32px 24px;
	}

	.pzc-home-proof-shell {
		margin-top: 0;
	}

	.pzc-home-band-intro {
		padding: 8px 24px 0;
	}

	.pzc-home-band-grid {
		padding: 0 12px 12px;
	}

	.pzc-site-footer {
		margin-top: 42px;
		padding: 0;
	}

	.pzc-site-footer__inner {
		grid-template-columns: 1fr;
		gap: 30px;
		width: min(100% - 36px, 1440px);
		padding: 36px 0 24px;
	}

	.pzc-site-footer__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pzc-register-intro .pzc-register-step {
	display: block;
	min-height: 0;
	color: #4b5f5c;
	font-size: inherit;
	font-weight: 400;
}

.pzc-register-intro .pzc-register-step .pzc-mini-label {
	display: inline-flex;
	margin-bottom: 10px;
}

.pzc-register-intro .pzc-register-step h3 {
	margin: 0 0 8px !important;
}

.pzc-register-intro .pzc-register-step p {
	line-height: 1.55;
}

.pzc-related-section .pzc-card-grid-compact {
	align-items: stretch;
}

.pzc-related-section .pzc-opdracht-list-card {
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr) auto;
	gap: 20px;
	height: 100%;
	padding: 24px;
}

.pzc-related-section .pzc-opdracht-list-card h3 {
	font-size: clamp(24px, 2vw, 30px);
	line-height: 1.12;
	overflow-wrap: break-word;
}

.pzc-related-section .pzc-opdracht-list-card__side {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 18px 0 0;
	border-top: 1px solid rgba(31, 77, 58, 0.1);
	border-left: 0;
}

.pzc-related-section .pzc-opdracht-list-card__side .pzc-button {
	width: 100%;
}

@media (max-width: 767px) {
	.pzc-register-intro-grid,
	.pzc-register-step-grid,
	.pzc-register-intro > div:first-child,
	.pzc-register-intro > div:last-child {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.pzc-register-intro-grid,
	.pzc-register-intro > div:first-child {
		gap: 20px !important;
	}

	.pzc-register-checklist ul {
		columns: 1 !important;
		padding-left: 22px;
	}

	.pzc-register-checklist li {
		break-inside: avoid;
		overflow-wrap: break-word;
	}

	.pzc-register-intro .pzc-register-step {
		padding: 20px !important;
		border-radius: 18px !important;
	}

	.pzc-register-intro .pzc-register-step h3 {
		font-size: 26px !important;
		line-height: 1.15 !important;
	}

	.pzc-register-intro .pzc-register-step p {
		font-size: 16px;
		line-height: 1.5;
	}

	.pzc-related-section .pzc-opdracht-list-card {
		gap: 18px;
		padding: 20px;
	}

	.pzc-related-section .pzc-opdracht-list-card h3 {
		font-size: 26px;
	}

	.pzc-legal-layout,
	.pzc-shell [style*="grid-template-columns:minmax(260px"] {
		gap: 18px !important;
	}

	.pzc-legal-layout aside,
	.pzc-legal-layout section,
	.pzc-shell [style*="grid-template-columns:minmax(260px"] aside,
	.pzc-shell [style*="grid-template-columns:minmax(260px"] section {
		padding: 20px !important;
		border-radius: 18px !important;
	}

	.pzc-legal-layout h2,
	.pzc-legal-layout p,
	.pzc-legal-layout li,
	.pzc-legal-layout a,
	.pzc-legal-layout span,
	.pzc-shell [style*="grid-template-columns:minmax(260px"] h2,
	.pzc-shell [style*="grid-template-columns:minmax(260px"] p,
	.pzc-shell [style*="grid-template-columns:minmax(260px"] li,
	.pzc-shell [style*="grid-template-columns:minmax(260px"] a,
	.pzc-shell [style*="grid-template-columns:minmax(260px"] span {
		overflow-wrap: anywhere;
	}

	h1,
	.pzc-home-hero-wrap h1,
	.pzc-hero-panel h1,
	.elementor-widget-heading h1.elementor-heading-title {
		font-size: 42px !important;
		line-height: 1.06 !important;
		letter-spacing: 0;
	}

	h2,
	.pzc-home-surface h2,
	.pzc-home-final-shell h2,
	.elementor-widget-heading h2.elementor-heading-title {
		font-size: 30px !important;
		line-height: 1.12 !important;
		letter-spacing: 0;
	}

	h3,
	.elementor-widget-heading h3.elementor-heading-title {
		font-size: 24px !important;
		line-height: 1.18 !important;
		letter-spacing: 0;
	}

	.elementor-section,
	.elementor-container,
	.elementor-column,
	.elementor-widget-wrap,
	.elementor-widget,
	.elementor-widget-container {
		max-width: 100%;
		min-width: 0;
	}

	.pzc-home-hero-wrap .elementor-container,
	.pzc-home-surface .elementor-container,
	.pzc-home-pricing-shell .elementor-container,
	.pzc-home-final-shell .elementor-container,
	.pzc-home-band .elementor-container,
	.pzc-home-process-block .elementor-container,
	.pzc-shell .elementor-container,
	.pzc-hero-panel .elementor-container {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	#contactformulier .elementor-form-fields-wrapper,
	.pzc-contact-form .elementor-form-fields-wrapper,
	.elementor-widget-form .elementor-form-fields-wrapper {
		display: grid;
		grid-template-columns: 1fr !important;
	}

	#contactformulier .elementor-field-group,
	#contactformulier .elementor-column.elementor-col-50,
	#contactformulier .elementor-column.elementor-col-33,
	#contactformulier .elementor-column.elementor-col-25,
	.pzc-contact-form .elementor-field-group,
	.pzc-contact-form .elementor-column.elementor-col-50,
	.pzc-contact-form .elementor-column.elementor-col-33,
	.pzc-contact-form .elementor-column.elementor-col-25,
	.elementor-widget-form .elementor-field-group,
	.elementor-widget-form .elementor-column.elementor-col-50,
	.elementor-widget-form .elementor-column.elementor-col-33,
	.elementor-widget-form .elementor-column.elementor-col-25 {
		width: 100% !important;
		grid-column: 1 / -1 !important;
	}

	#contactformulier .elementor-button,
	.pzc-contact-form .elementor-button {
		width: 100%;
	}

	.pzc-site-header__inner {
		width: min(100% - 24px, 1440px);
		gap: 12px;
		min-height: 64px;
	}

	.pzc-site-header__logo {
		width: 142px;
		max-width: 56vw;
	}

	.pzc-site-header__nav a,
	.pzc-site-header .pzc-site-header__account-toggle,
	.pzc-site-header .pzc-site-header__button {
		min-height: 46px;
		white-space: normal;
		line-height: 1.2;
	}

	.pzc-site-header__actions {
		display: none;
		flex-direction: column;
		gap: 8px;
	}

	.pzc-site-header__toggle-input:checked ~ .pzc-site-header__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.pzc-site-header__account,
	.pzc-site-header__button {
		width: 100%;
	}

	.pzc-site-header__account {
		flex: none;
	}

	.pzc-site-header .pzc-site-header__account-toggle,
	.pzc-site-header .pzc-site-header__button {
		min-height: 52px;
		padding: 14px 20px;
		border-radius: 999px;
	}

	.pzc-site-header__account-menu {
		position: static;
		width: 100%;
		margin-top: 8px;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.pzc-site-header__account.is-guest .pzc-site-header__account-menu {
		display: none;
	}

	.pzc-site-header__account.is-guest .pzc-site-header__account-toggle::after {
		display: none;
	}

	.pzc-shell,
	.pzc-hero-panel,
	.pzc-feature-card,
	.pzc-process-card,
	.pzc-panel-card,
	.pzc-list-card,
	.pzc-contact-card,
	.pzc-stat-card,
	.pzc-governance-card,
	.pzc-province-card,
	.pzc-cta-band,
	.pzc-quote-band,
	.pzc-home-editorial-card,
	.pzc-home-note-card,
	.pzc-home-proof-card,
	.pzc-home-value-card,
	.pzc-home-domain-card,
	.pzc-home-quote-card,
	.pzc-home-jobs-card,
	.pzc-home-trust-card,
	.pzc-home-dark-card,
	.pzc-home-price-card {
		padding: 20px;
		border-radius: 22px;
	}

	.pzc-home-hero-wrap,
	.pzc-home-surface,
	.pzc-home-pricing-shell,
	.pzc-home-final-shell {
		padding: 24px 18px;
		border-radius: 26px;
	}

	.pzc-home-pricing-shell--intro,
	.pzc-home-pricing-grid {
		margin-top: 0;
		border-radius: 26px;
	}

	.pzc-home-pricing-grid {
		padding-top: 24px;
		border-top: 1px solid rgba(23, 43, 44, 0.1);
	}

	.pzc-home-process-block,
	.pzc-home-band {
		border-radius: 26px;
	}

	.pzc-home-process-block__inner {
		width: min(100% - 24px, 1440px);
	}

	.pzc-home-process-block__steps,
	.pzc-home-pricing-grid > .elementor-container,
	.pzc-home-pricing-grid.elementor-section > .elementor-container,
	.pzc-home-band-grid > .elementor-container,
	.pzc-home-band-grid.elementor-section > .elementor-container {
		grid-template-columns: 1fr;
	}

	.pzc-home-band .e-con:has(.pzc-home-dark-card),
	.pzc-home-band .e-con-inner:has(.pzc-home-dark-card),
	.pzc-home-steps-row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.pzc-home-band .e-con:has(.pzc-home-dark-card) > .elementor-element:has(.pzc-home-dark-card),
	.pzc-home-band .e-con-inner:has(.pzc-home-dark-card) > .elementor-element:has(.pzc-home-dark-card),
	.pzc-home-steps-row > .elementor-element:has(.pzc-home-dark-card) {
		width: 100% !important;
		flex-basis: auto !important;
	}

	.elementor-element-326f4502,
	.elementor-element-52171e3d {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

	.elementor-element-326f4502 > .elementor-element,
	.elementor-element-52171e3d > .elementor-element {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		flex-basis: 100% !important;
		--width: 100%;
		--container-widget-width: 100%;
		--container-widget-flex-grow: 0;
	}

	.pzc-home-dark-card {
		min-height: 0;
	}

	.pzc-home-dark-card h3 {
		font-size: clamp(28px, 9vw, 36px) !important;
		line-height: 1.08 !important;
	}

	.pzc-home-dark-card p {
		font-size: 18px;
		line-height: 1.55;
	}

	.pzc-home-process-block__intro h2 {
		font-size: clamp(28px, 10vw, 36px);
	}

	.pzc-home-cta-row,
	.pzc-chip-row {
		display: grid;
		grid-template-columns: 1fr;
	}

	.pzc-home-button,
	.pzc-home-link,
	.pzc-home-latest-job__link {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	.pzc-kpi-number,
	.pzc-number,
	.pzc-home-proof-number {
		font-size: clamp(28px, 12vw, 38px);
	}

	.pzc-home-price-label,
	.pzc-home-price-head strong {
		font-size: 28px;
	}

	.pzc-site-footer {
		margin-top: 32px;
		padding: 0;
	}

	.pzc-site-footer__inner {
		width: min(100% - 24px, 1440px);
		padding: 30px 0 22px;
	}

	.pzc-site-footer__links {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.pzc-site-footer__intro {
		font-size: 16px;
	}

	.pzc-site-footer__button {
		width: 100%;
	}

	.pzc-site-footer__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.pzc-site-footer__bottom {
		display: grid;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.pzc-related-section .pzc-opdracht-list-card__side {
		grid-template-columns: minmax(0, 1fr);
	}

	h1,
	.pzc-home-hero-wrap h1,
	.pzc-hero-panel h1,
	.elementor-widget-heading h1.elementor-heading-title {
		font-size: 36px !important;
	}

	h2,
	.pzc-home-surface h2,
	.pzc-home-final-shell h2,
	.elementor-widget-heading h2.elementor-heading-title {
		font-size: 28px !important;
	}

	.pzc-site-header__inner {
		width: min(100% - 20px, 1440px);
	}

	.pzc-site-header__logo {
		width: 126px;
	}

	.pzc-site-header__toggle {
		width: 42px;
		height: 42px;
	}

	.pzc-shell,
	.pzc-hero-panel,
	.pzc-feature-card,
	.pzc-process-card,
	.pzc-panel-card,
	.pzc-list-card,
	.pzc-contact-card,
	.pzc-stat-card,
	.pzc-governance-card,
	.pzc-province-card,
	.pzc-cta-band,
	.pzc-quote-band,
	.pzc-home-editorial-card,
	.pzc-home-note-card,
	.pzc-home-proof-card,
	.pzc-home-value-card,
	.pzc-home-domain-card,
	.pzc-home-quote-card,
	.pzc-home-jobs-card,
	.pzc-home-trust-card,
	.pzc-home-dark-card,
	.pzc-home-price-card,
	.pzc-home-latest-job {
		padding: 18px;
		border-radius: 20px;
	}

	.pzc-home-hero-wrap,
	.pzc-home-surface,
	.pzc-home-pricing-shell,
	.pzc-home-final-shell {
		padding: 22px 16px;
		border-radius: 22px;
	}

	.pzc-home-band-intro {
		padding: 8px 16px 0;
	}

	.pzc-home-band-grid {
		padding: 0 8px 8px;
	}

	.pzc-site-footer__inner {
		padding: 28px 0 20px;
	}

	.pzc-site-footer__brand {
		width: 100%;
		justify-content: center;
	}

	.pzc-site-footer__logo {
		width: 164px;
	}
}

@media (max-width: 1024px) {
	.pzc-site-header__inner:has(> .pzc-site-header__toggle-input:checked) {
		align-content: start;
		max-height: 100dvh;
		padding-bottom: max(16px, env(safe-area-inset-bottom));
		overflow-y: auto;
		overscroll-behavior: contain;
		scrollbar-width: thin;
	}

	.pzc-site-header__toggle span {
		transform-origin: center;
		transition:
			transform 180ms ease,
			opacity 180ms ease;
	}

	.pzc-site-header__toggle-input:checked + .pzc-site-header__toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.pzc-site-header__toggle-input:checked + .pzc-site-header__toggle span:nth-child(2) {
		opacity: 0;
	}

	.pzc-site-header__toggle-input:checked + .pzc-site-header__toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.pzc-site-header__toggle-input:checked ~ .pzc-site-header__nav {
		display: block;
		padding-top: 14px;
	}

	.pzc-site-header__nav > .pzc-site-header__menu {
		gap: 0;
		padding: 8px;
		border: 1px solid rgba(31, 77, 58, 0.1);
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.74);
		box-shadow: 0 16px 36px rgba(18, 50, 37, 0.07);
	}

	.pzc-site-header__nav > .pzc-site-header__menu > li {
		width: 100%;
		border-bottom: 1px solid rgba(31, 77, 58, 0.08);
	}

	.pzc-site-header__nav > .pzc-site-header__menu > li:last-child {
		border-bottom: 0;
	}

	.pzc-site-header__nav > .pzc-site-header__menu > li > a {
		justify-content: space-between;
		width: 100%;
		min-height: 48px;
		padding: 12px 14px;
		border-radius: 12px;
		background: transparent;
		font-size: 16px;
		line-height: 1.25;
		text-align: left;
	}

	.pzc-site-header__nav > .pzc-site-header__menu > li > a:hover,
	.pzc-site-header__nav > .pzc-site-header__menu > li > a:focus,
	.pzc-site-header__nav > .pzc-site-header__menu > .current-menu-item > a,
	.pzc-site-header__nav > .pzc-site-header__menu > .current_page_item > a,
	.pzc-site-header__nav > .pzc-site-header__menu > .current-menu-ancestor > a {
		background: rgba(31, 77, 58, 0.09);
	}

	.pzc-site-header__nav .sub-menu {
		gap: 2px;
		margin: 0 6px 8px;
		padding: 6px;
		border: 0;
		border-radius: 14px;
		background: rgba(31, 77, 58, 0.06);
	}

	.pzc-site-header__nav .sub-menu li {
		width: 100%;
	}

	.pzc-site-header__nav .sub-menu a {
		justify-content: flex-start;
		min-height: 42px;
		padding: 10px 12px;
		border-radius: 10px;
		background: transparent;
		font-size: 14px;
		text-align: left;
	}

	.pzc-site-header__toggle-input:checked ~ .pzc-site-header__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		padding: 12px 0 0;
	}

	.pzc-site-header .pzc-site-header__account-toggle,
	.pzc-site-header .pzc-site-header__button {
		min-height: 48px;
		padding: 12px 18px;
	}
}

@media (max-width: 600px) {
	.pzc-site-header__toggle-input:checked ~ .pzc-site-header__actions {
		grid-template-columns: minmax(0, 1fr);
	}
}
