/*
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.4.0
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%);
}

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

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 {
	display: grid;
	gap: 2px;
	color: var(--pzc-primary-deep);
	line-height: 1.05;
}

.pzc-site-header__brand-name {
	font-family: var(--pzc-display-font);
	font-size: 25px;
	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 a {
	display: inline-flex;
	align-items: center;
	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 {
	background: rgba(31, 77, 58, 0.1);
	color: var(--pzc-primary);
}

.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;
	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-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);
}

.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-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-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);
}

.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-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 {
	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-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(1180px, 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(3, 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;
}

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

.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;
}

.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;
	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;
}

@media (max-width: 1024px) {
	.pzc-site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		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__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,
	.pzc-home-process-block__steps {
		grid-template-columns: 1fr;
	}

	.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, 1180px);
		gap: 28px;
	}

	.pzc-home-hero-wrap,
	.pzc-home-surface,
	.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;
	}
}
