:root {
	--pbzf-ink: #00353d;
	--pbzf-teal: #007a8c;
	--pbzf-aqua: #7fd4de;
	--pbzf-orange: #f84914;
	--pbzf-orange-accessible: #c4360a;
	--pbzf-orange-dark: #a72c08;
	--pbzf-paper: #ffffff;
	--pbzf-mist: #f3fafa;
	--pbzf-line: #d3e7e9;
	--pbzf-body: #48504f;
	--pbzf-radius: 18px;
	--pbzf-shadow: 0 18px 50px rgba(0, 53, 61, 0.12);
}

.pbzf-landing-page .entry-header,
.pbzf-landing-page .entry-title {
	display: none;
}

.pbzf-landing-page .site-content,
.pbzf-landing-page .content-area,
.pbzf-landing-page .site-main,
.pbzf-landing-page .inside-article,
.pbzf-landing-page .entry-content {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
}

.pbzf,
.pbzf * {
	box-sizing: border-box;
}

.pbzf {
	color: var(--pbzf-body);
	font: inherit;
	overflow: clip;
}

.pbzf h1,
.pbzf h2,
.pbzf h3,
.pbzf p {
	margin-top: 0;
}

.pbzf h1,
.pbzf h2,
.pbzf h3 {
	color: var(--pbzf-ink);
	font-family: inherit;
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.pbzf h1 {
	font-size: clamp(2.25rem, 4.4vw, 4rem);
	-webkit-hyphens: none !important;
	hyphens: none !important;
	margin-bottom: 22px;
	overflow-wrap: normal !important;
	word-break: normal;
}

.pbzf h2 {
	font-size: clamp(1.95rem, 3.4vw, 3.2rem);
	margin-bottom: 18px;
}

.pbzf h3 {
	font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.pbzf p,
.pbzf li {
	font-size: 1.04rem;
	line-height: 1.7;
}

.pbzf a {
	text-underline-offset: 3px;
}

.pbzf-shell {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: clamp(20px, 4vw, 48px);
	padding-right: clamp(20px, 4vw, 48px);
	width: 100%;
}

.pbzf-narrow {
	max-width: 880px;
}

.pbzf-hero {
	background:
		radial-gradient(circle at 82% 18%, rgba(127, 212, 222, 0.2), transparent 33%),
		linear-gradient(125deg, #002a31 0%, #003f49 52%, #007a8c 100%);
	color: var(--pbzf-paper);
	padding: clamp(48px, 4vw, 60px) 0 clamp(58px, 7vw, 96px);
	position: relative;
}

.pbzf-hero::after {
	background: linear-gradient(90deg, transparent, rgba(127, 212, 222, 0.12));
	content: "";
	inset: auto 0 0;
	height: 1px;
	position: absolute;
}

.pbzf-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(42px, 7vw, 86px);
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}

.pbzf-hero h1,
.pbzf-hero p,
.pbzf-section-dark h2,
.pbzf-section-dark h3,
.pbzf-section-dark p,
.pbzf-final h2,
.pbzf-final p {
	color: inherit;
}

.pbzf-eyebrow,
.pbzf-section-kicker,
.pbzf-promo-kicker {
	color: var(--pbzf-orange-accessible);
	display: block;
	font-size: 0.78rem !important;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.35 !important;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.pbzf-hero .pbzf-eyebrow {
	color: var(--pbzf-aqua);
}

.pbzf-lead {
	color: #eaf6f7 !important;
	font-size: clamp(1.05rem, 1.45vw, 1.18rem) !important;
	line-height: 1.56 !important;
	margin-bottom: 26px;
	max-width: 720px;
}

.pbzf-hero-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 26px;
}

.pbzf-hero-highlights span {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(127, 212, 222, 0.38);
	border-radius: 999px;
	color: #fff;
	font-size: 0.91rem;
	font-weight: 700;
	padding: 8px 12px;
}

.pbzf-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pbzf-actions-center {
	justify-content: center;
}

.pbzf-button {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 12px;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	gap: 12px;
	justify-content: center;
	line-height: 1.25;
	min-height: 52px;
	padding: 13px 20px;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pbzf-button:hover {
	transform: translateY(-2px);
}

.pbzf-button:focus-visible,
.pbzf-text-link:focus-visible,
.pbzf-faq summary:focus-visible,
.pbzf-review-panel a:focus-visible,
.pbzf-sticky-close:focus-visible {
	outline: 3px solid var(--pbzf-teal);
	outline-offset: 3px;
}

.pbzf-hero .pbzf-button:focus-visible,
.pbzf-section-dark .pbzf-button:focus-visible,
.pbzf-final .pbzf-button:focus-visible,
.pbzf-promo .pbzf-button:focus-visible,
.pbzf-article-cta .pbzf-button:focus-visible,
.pbzf-mobile-sticky .pbzf-button:focus-visible,
.pbzf-sticky-close:focus-visible {
	outline-color: var(--pbzf-aqua);
}

.pbzf-button-primary {
	background: var(--pbzf-orange-accessible);
	border-color: var(--pbzf-orange-accessible);
	color: #fff !important;
	box-shadow: 0 10px 28px rgba(248, 73, 20, 0.24);
}

.pbzf-button-primary:hover {
	background: var(--pbzf-orange-dark);
	border-color: var(--pbzf-orange-dark);
	color: #fff !important;
}

#pbzf-main .pbzf-button-primary,
#pbzf-main .pbzf-hero .pbzf-button-secondary,
#pbzf-main .pbzf-final .pbzf-button-secondary {
	color: #fff !important;
}

#pbzf-main .pbzf-handoff a,
#pbzf-main .pbzf-legal-links a {
	color: var(--pbzf-aqua) !important;
}

.pbzf-button-secondary {
	background: transparent;
	border-color: currentColor;
	color: inherit !important;
}

.pbzf-button-secondary:hover {
	background: rgba(127, 212, 222, 0.12);
}

.pbzf-button-compact {
	font-size: 0.94rem;
	min-height: 44px;
	padding: 10px 16px;
}

.pbzf-button-arrow {
	font-size: 1.3em;
	line-height: 1;
}

.pbzf-handoff {
	color: #dcebec !important;
	font-size: 0.86rem !important;
	margin: 12px 0 22px;
}

.pbzf-handoff a {
	color: var(--pbzf-aqua);
	font-weight: 750;
}

.pbzf-footnotes {
	border-top: 1px solid rgba(127, 212, 222, 0.28);
	margin-top: 24px;
	padding-top: 16px;
}

.pbzf-footnotes p {
	color: #dcebec !important;
	font-size: 0.875rem !important;
	line-height: 1.55 !important;
	margin-bottom: 7px;
}

.pbzf-hero-person {
	align-self: stretch;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(127, 212, 222, 0.28);
	border-radius: 26px;
	box-shadow: var(--pbzf-shadow);
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.pbzf-hero-person img {
	display: block;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.pbzf-person-card {
	background: rgba(0, 42, 49, 0.92);
	border-top: 1px solid rgba(127, 212, 222, 0.25);
	bottom: 0;
	display: grid;
	gap: 4px;
	left: 0;
	padding: 18px 20px;
	position: absolute;
	right: 0;
}

.pbzf-person-card strong {
	color: #fff;
	font-size: 1.08rem;
}

.pbzf-person-card span {
	color: #dcebec;
	font-size: 0.88rem;
	line-height: 1.45;
}

.pbzf-section {
	background: var(--pbzf-paper);
	padding: clamp(68px, 8vw, 108px) 0;
}

.pbzf-section-light {
	background: var(--pbzf-mist);
}

.pbzf-section-dark,
.pbzf-final {
	background: var(--pbzf-ink);
	color: #fff;
}

.pbzf-section-dark .pbzf-section-kicker,
.pbzf-final .pbzf-section-kicker {
	color: var(--pbzf-aqua);
}

.pbzf-section-lead {
	font-size: 1.08rem !important;
	margin-bottom: 36px;
	max-width: 780px;
}

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

.pbzf-package-card {
	background: #fff;
	border: 1px solid var(--pbzf-line);
	border-radius: var(--pbzf-radius);
	box-shadow: 0 10px 30px rgba(0, 53, 61, 0.06);
	padding: 28px;
	position: relative;
}

.pbzf-package-card-featured {
	border-color: var(--pbzf-teal);
	box-shadow: 0 16px 40px rgba(0, 122, 140, 0.15);
	transform: translateY(-8px);
}

.pbzf-package-badge {
	background: var(--pbzf-teal);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 18px;
	padding: 6px 10px;
}

.pbzf-package-label {
	color: var(--pbzf-teal);
	font-size: 0.86rem !important;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.pbzf-package-card h3 {
	font-size: clamp(2.35rem, 5vw, 3.35rem);
	margin-bottom: 10px;
}

.pbzf-package-card p:last-child {
	font-size: 0.95rem;
	margin-bottom: 0;
}

.pbzf-limit-box {
	background: #e5f5f7;
	border: 1px solid #b8dde1;
	border-left: 5px solid var(--pbzf-teal);
	border-radius: 14px;
	margin-top: 24px;
	padding: clamp(20px, 3vw, 28px);
}

.pbzf-limit-box h3 {
	margin-bottom: 8px;
}

.pbzf-limit-box p {
	font-size: 0.95rem;
	line-height: 1.65;
	margin-bottom: 0;
}

.pbzf-feature-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
}

.pbzf-feature {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--pbzf-line);
	border-radius: 14px;
	display: grid;
	gap: 5px;
	padding: 20px;
}

.pbzf-feature strong {
	color: var(--pbzf-ink);
}

.pbzf-feature span {
	font-size: 0.9rem;
	line-height: 1.55;
}

.pbzf-centered-action {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.pbzf-two-column,
.pbzf-service-grid {
	align-items: center;
	display: grid;
	gap: clamp(36px, 7vw, 88px);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.pbzf-check-panel,
.pbzf-review-panel,
.pbzf-important {
	background: var(--pbzf-mist);
	border: 1px solid var(--pbzf-line);
	border-radius: var(--pbzf-radius);
	padding: clamp(24px, 4vw, 38px);
}

.pbzf-check-list,
.pbzf-simple-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pbzf-check-list {
	display: grid;
	gap: 22px;
}

.pbzf-check-list li {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	margin: 0;
}

.pbzf-check-list li > span {
	align-items: center;
	background: var(--pbzf-teal);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 28px;
	font-size: 0.88rem;
	height: 28px;
	justify-content: center;
	margin-top: 2px;
}

.pbzf-check-list li div {
	font-size: 0.95rem;
	line-height: 1.6;
}

.pbzf-check-list strong {
	color: var(--pbzf-ink);
}

.pbzf-text-link {
	color: var(--pbzf-teal);
	font-weight: 800;
}

.pbzf-process-grid {
	margin-top: 36px;
}

.pbzf-process {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(127, 212, 222, 0.24);
	border-radius: var(--pbzf-radius);
	padding: 28px;
}

.pbzf-process > span {
	align-items: center;
	background: var(--pbzf-orange-accessible);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	margin-bottom: 18px;
	width: 36px;
}

.pbzf-process h3 {
	margin-bottom: 8px;
}

.pbzf-process p {
	color: #dcebec;
	font-size: 0.94rem;
	margin-bottom: 0;
}

.pbzf-section-dark .pbzf-button-secondary,
.pbzf-final .pbzf-button-secondary {
	color: #fff !important;
}

.pbzf-simple-list {
	display: grid;
	gap: 11px;
	margin: 24px 0 30px;
}

.pbzf-simple-list li {
	padding-left: 30px;
	position: relative;
}

.pbzf-simple-list li::before {
	color: var(--pbzf-teal);
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.pbzf-review-panel {
	display: grid;
	gap: 10px;
}

.pbzf-review-panel h3 {
	margin-bottom: 2px;
}

.pbzf-review-panel p {
	font-size: 0.95rem;
	margin-bottom: 8px;
}

.pbzf-review-panel a {
	border-top: 1px solid var(--pbzf-line);
	color: var(--pbzf-teal);
	font-weight: 750;
	padding: 13px 0 3px;
	text-decoration: none;
}

.pbzf-faq {
	border-top: 1px solid var(--pbzf-line);
	margin-top: 30px;
}

.pbzf-faq details {
	border-bottom: 1px solid var(--pbzf-line);
	padding: 0;
}

.pbzf-faq summary {
	color: var(--pbzf-ink);
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 800;
	list-style: none;
	padding: 21px 42px 21px 0;
	position: relative;
}

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

.pbzf-faq summary::after {
	color: var(--pbzf-teal);
	content: "+";
	font-size: 1.55rem;
	position: absolute;
	right: 8px;
	top: 15px;
}

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

.pbzf-faq details p {
	font-size: 0.96rem;
	margin-bottom: 22px;
	max-width: 760px;
}

.pbzf-important h2 {
	font-size: clamp(1.55rem, 2.6vw, 2.15rem);
}

.pbzf-important p,
.pbzf-important a {
	font-size: 0.88rem;
	line-height: 1.65;
}

.pbzf-important a {
	color: var(--pbzf-teal);
	font-weight: 700;
}

.pbzf-final {
	padding: clamp(66px, 8vw, 98px) 0;
	text-align: center;
}

.pbzf-final > .pbzf-shell > p:first-of-type {
	color: #dcebec;
	font-size: 1.08rem;
	margin: 0 auto 26px;
	max-width: 700px;
}

.pbzf-status {
	border-top: 1px solid rgba(127, 212, 222, 0.22);
	color: #dcebec !important;
	font-size: 0.875rem !important;
	line-height: 1.55 !important;
	margin: 34px auto 12px !important;
	max-width: 780px;
	padding-top: 22px;
}

.pbzf-legal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	justify-content: center;
}

.pbzf-legal-links a {
	color: var(--pbzf-aqua);
	font-size: 0.82rem;
}

/* Existing-site integrations. */
.pbzf-promo,
.pbzf-article-cta {
	align-items: center;
	background: linear-gradient(125deg, #00353d, #00535f);
	border: 1px solid rgba(127, 212, 222, 0.32);
	border-radius: var(--pbzf-radius);
	box-shadow: var(--pbzf-shadow);
	color: #fff;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin: clamp(34px, 6vw, 72px) auto;
	max-width: 1120px;
	padding: clamp(24px, 4vw, 40px);
}

.pbzf-promo > div,
.pbzf-article-cta > div:first-child {
	max-width: 760px;
}

.pbzf-promo h2,
.pbzf-article-cta h2,
.pbzf-article-cta .pbzf-cta-title,
.pbzf-promo p,
.pbzf-article-cta p,
.pbzf-article-cta strong,
.pbzf-article-cta span {
	color: inherit;
}

.pbzf-promo h2,
.pbzf-article-cta h2,
.pbzf-article-cta .pbzf-cta-title {
	font-size: clamp(1.45rem, 2.5vw, 2.25rem);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin: 0 0 9px;
}

.pbzf-promo p,
.pbzf-article-cta p {
	font-size: 0.98rem;
	line-height: 1.55;
	margin: 0;
}

.pbzf-promo .pbzf-promo-kicker,
.pbzf-article-cta .pbzf-promo-kicker {
	color: var(--pbzf-aqua);
}

.pbzf-article-cta {
	margin: 30px 0;
	max-width: none;
	padding: 22px 24px;
}

.pbzf-article-cta > div:first-child {
	display: grid;
	gap: 3px;
}

.pbzf-article-cta a:not(.pbzf-button) {
	color: var(--pbzf-aqua);
}

.pbzf-article-cta-large {
	align-items: flex-start;
	display: grid;
	gap: 20px;
}

.pbzf-article-cta-large .pbzf-actions {
	margin-top: 2px;
}

.pbzf-mobile-sticky[hidden] {
	display: none !important;
}

.pbzf-mobile-sticky {
	align-items: center;
	background: rgba(0, 53, 61, 0.97);
	border-top: 1px solid rgba(127, 212, 222, 0.32);
	bottom: 0;
	box-shadow: 0 -10px 28px rgba(0, 42, 49, 0.2);
	display: none;
	gap: 9px;
	left: 0;
	padding: 10px max(12px, env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right));
	position: fixed;
	right: 0;
	z-index: 9998;
}

.pbzf-mobile-sticky .pbzf-button {
	flex: 1;
}

.pbzf-sticky-close {
	align-items: center;
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.65rem;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

@media (max-width: 900px) {
	.pbzf-hero-grid,
	.pbzf-two-column,
	.pbzf-service-grid {
		grid-template-columns: 1fr;
	}

	.pbzf-hero-person {
		margin: 0 auto;
		max-width: 560px;
		min-height: 440px;
		width: 100%;
	}

	.pbzf-hero-person img {
		min-height: 440px;
	}

	.pbzf-package-grid,
	.pbzf-process-grid,
	.pbzf-feature-grid {
		grid-template-columns: 1fr;
	}

	.pbzf-package-card-featured {
		transform: none;
	}

	.pbzf-promo,
	.pbzf-article-cta {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 680px) {
	.pbzf h1 {
		font-size: clamp(1.95rem, 9.2vw, 2.8rem);
	}

	.pbzf h2 {
		font-size: clamp(1.8rem, 8.2vw, 2.45rem);
	}

	.pbzf-hero {
		padding-top: 52px;
	}

	.pbzf-hero-person,
	.pbzf-hero-person img {
		min-height: 390px;
	}

	.pbzf-actions,
	.pbzf-actions .pbzf-button,
	.pbzf-centered-action .pbzf-button,
	.pbzf-promo .pbzf-button,
	.pbzf-article-cta .pbzf-button {
		width: 100%;
	}

	.pbzf-package-card,
	.pbzf-process,
	.pbzf-check-panel,
	.pbzf-review-panel,
	.pbzf-important {
		padding: 22px;
	}

	.pbzf-mobile-sticky {
		display: flex;
	}

	.pbzf-promo,
	.pbzf-article-cta {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pbzf-button {
		transition: none;
	}
}

/*
 * 1.2.0: Visually align the funnel with patrick-buettner.de.
 * The site uses full-width sections, Arial, restrained card shadows, the
 * Württembergische orange/aqua palette and generous white space.
 */
body.pbzf-landing-page #page,
body.pbzf-landing-page .site-content,
body.pbzf-landing-page #primary,
body.pbzf-landing-page .content-area,
body.pbzf-landing-page .site-main,
body.pbzf-landing-page article.page,
body.pbzf-landing-page .inside-article,
body.pbzf-landing-page .entry-content {
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.pbzf {
	--pbzf-ink: #00353d;
	--pbzf-teal: #007a8c;
	--pbzf-aqua: #b1dddf;
	--pbzf-orange-accessible: #c4360a;
	--pbzf-orange-dark: #a72c08;
	--pbzf-mist: #f3fafa;
	--pbzf-line: #d0ebec;
	--pbzf-body: #2b2f2f;
	--pbzf-radius: 14px;
	--pbzf-shadow: 0 2px 10px rgba(0, 83, 95, 0.07);
	color: var(--pbzf-body);
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;
}

.pbzf h1,
.pbzf h2,
.pbzf h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.pbzf h2 {
	font-size: clamp(2rem, 3.2vw, 2.32rem);
	line-height: 1.12;
}

.pbzf h3 {
	font-size: clamp(1.18rem, 1.8vw, 1.35rem);
	line-height: 1.25;
}

.pbzf p,
.pbzf li {
	font-size: 17px;
	line-height: 1.6;
}

.pbzf-shell {
	max-width: 1200px;
	padding-left: clamp(24px, 4vw, 40px);
	padding-right: clamp(24px, 4vw, 40px);
}

.pbzf-hero {
	background:
		radial-gradient(100% 100% at 88% 8%, rgba(127, 212, 222, 0.2), transparent 45%),
		linear-gradient(115deg, #002a31 0%, #00424c 50%, #007a8c 100%);
	min-height: 580px;
	padding: clamp(52px, 6vw, 76px) 0;
}

.pbzf-hero-grid {
	gap: clamp(36px, 5vw, 64px);
	grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
}

.pbzf-hero-copy {
	max-width: 700px;
}

#pbzf-main .pbzf-hero h1 {
	color: #fff;
	font-size: clamp(2.65rem, 5.4vw, 4.4rem) !important;
	font-weight: 800 !important;
	letter-spacing: -0.025em;
	line-height: 1.04 !important;
	margin-bottom: 20px;
	text-shadow: 0 4px 30px rgba(0, 0, 0, 0.28);
}

.pbzf-hero .pbzf-eyebrow {
	background: rgba(127, 212, 222, 0.14);
	border: 1px solid rgba(127, 212, 222, 0.38);
	border-radius: 999px;
	color: #eafbfc;
	display: inline-block;
	font-size: 0.76rem !important;
	letter-spacing: 0.14em;
	margin-bottom: 24px;
	padding: 9px 18px;
}

.pbzf-lead {
	font-size: clamp(1.05rem, 1.55vw, 1.25rem) !important;
	line-height: 1.58 !important;
	margin-bottom: 28px;
}

.pbzf-button {
	border-radius: 8px;
	font-size: 17px;
	font-weight: 700;
	gap: 8px;
	min-height: 52px;
	padding: 14px 26px;
}

.pbzf-button-primary {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

#pbzf-main .pbzf-hero .pbzf-button-secondary,
#pbzf-main .pbzf-final .pbzf-button-secondary {
	background: #fff;
	border-color: #fff;
	color: var(--pbzf-ink) !important;
}

#pbzf-main .pbzf-hero .pbzf-button-secondary:hover,
#pbzf-main .pbzf-final .pbzf-button-secondary:hover {
	background: var(--pbzf-mist);
	border-color: var(--pbzf-mist);
}

.pbzf-handoff {
	font-size: 0.86rem !important;
	line-height: 1.55 !important;
	margin: 15px 0 0;
}

.pbzf-hero-person {
	border: 1px solid rgba(177, 221, 223, 0.38);
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 42, 49, 0.2);
	min-height: 430px;
}

.pbzf-hero-person img {
	min-height: 430px;
}

.pbzf-person-card {
	background: rgba(0, 53, 61, 0.92);
	padding: 18px 22px;
}

.pbzf-hero-facts {
	background: var(--pbzf-mist);
	border-bottom: 1px solid var(--pbzf-line);
	padding: 28px 0 30px;
}

.pbzf-hero-highlights {
	gap: 12px;
	justify-content: center;
	margin: 0;
}

.pbzf-hero-highlights span {
	background: #fff;
	border: 1px solid var(--pbzf-line);
	border-radius: 8px;
	color: var(--pbzf-ink);
	font-size: 0.9rem;
	padding: 9px 13px;
}

.pbzf-footnotes {
	border-top: 1px solid var(--pbzf-line);
	display: grid;
	gap: 18px 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 20px;
	padding-top: 18px;
}

.pbzf-footnotes p {
	color: #5a6666 !important;
	font-size: 0.82rem !important;
	line-height: 1.5 !important;
	margin: 0;
}

.pbzf-section {
	padding: clamp(64px, 7vw, 88px) 0;
}

.pbzf-section-light {
	background: var(--pbzf-mist);
}

.pbzf-section-dark {
	background: #e7f5f5;
	border-bottom: 1px solid var(--pbzf-line);
	border-top: 1px solid var(--pbzf-line);
	color: var(--pbzf-body);
}

#pbzf-main .pbzf-section-dark h2,
#pbzf-main .pbzf-section-dark h3 {
	color: var(--pbzf-ink);
}

#pbzf-main .pbzf-section-dark p {
	color: var(--pbzf-body);
}

.pbzf-section-dark .pbzf-section-kicker {
	color: var(--pbzf-orange-accessible);
}

.pbzf-section-kicker,
.pbzf-promo-kicker {
	color: var(--pbzf-orange-accessible);
	letter-spacing: 0.14em;
}

html body #page .entry-content #pbzf-main p.pbzf-section-kicker,
html body #page .entry-content #pbzf-main p.pbzf-package-label {
	color: var(--pbzf-orange-accessible) !important;
}

.pbzf-section[aria-labelledby="pbzf-packages-title"] > .pbzf-shell,
.pbzf-section[aria-labelledby="pbzf-process-title"] > .pbzf-shell,
.pbzf-section[aria-labelledby="pbzf-faq-title"] > .pbzf-shell {
	text-align: center;
}

#pbzf-packages-title::after,
#pbzf-process-title::after,
#pbzf-faq-title::after {
	background: linear-gradient(90deg, var(--pbzf-orange-accessible), var(--pbzf-teal));
	border-radius: 4px;
	content: "";
	display: block;
	height: 4px;
	margin: 18px auto 0;
	width: 56px;
}

.pbzf-section-lead {
	margin: 0 auto 38px;
}

.pbzf-package-grid,
.pbzf-process-grid {
	align-items: stretch;
	gap: 24px;
}

.pbzf-package-card,
.pbzf-process,
.pbzf-check-panel,
.pbzf-review-panel,
.pbzf-important {
	background: #fff;
	border: 1px solid #e7f0f0;
	border-radius: 14px;
	box-shadow: var(--pbzf-shadow);
}

.pbzf-package-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	padding: 28px 26px;
	text-align: left;
}

.pbzf-package-card-featured {
	border-color: #e7f0f0;
	box-shadow: var(--pbzf-shadow);
	transform: none;
}

.pbzf-package-label {
	color: var(--pbzf-orange-accessible);
}

.pbzf-package-card h3 {
	color: var(--pbzf-teal);
	font-size: clamp(2.3rem, 4.5vw, 3rem);
}

.pbzf-limit-box {
	background: #fff;
	border: 1px solid var(--pbzf-line);
	border-left: 4px solid var(--pbzf-orange-accessible);
	border-radius: 12px;
	text-align: left;
}

.pbzf-feature {
	background: #fff;
	border-color: var(--pbzf-line);
	border-radius: 12px;
	text-align: left;
}

.pbzf-check-list li > span {
	background: var(--pbzf-teal);
}

.pbzf-process-grid {
	margin-top: 38px;
}

.pbzf-process {
	padding: 28px 24px;
	text-align: center;
}

.pbzf-process > span {
	background: var(--pbzf-teal);
	font-size: 1rem;
	height: 46px;
	width: 46px;
}

.pbzf-process p {
	color: #3a3f3f;
}

.pbzf-section-dark .pbzf-button-secondary {
	color: var(--pbzf-teal) !important;
}

.pbzf-review-panel a {
	color: var(--pbzf-teal);
}

.pbzf-faq {
	margin-left: auto;
	margin-right: auto;
	max-width: 820px;
	text-align: left;
}

.pbzf-important {
	background: var(--pbzf-mist);
	border-left: 4px solid var(--pbzf-orange-accessible);
	box-shadow: none;
}

.pbzf-final {
	background: var(--pbzf-ink);
	padding: clamp(64px, 7vw, 88px) 0;
}

.pbzf-final h2 {
	font-size: clamp(2rem, 3.2vw, 2.5rem);
}

.pbzf-promo,
.pbzf-article-cta {
	background: #fff;
	border: 1px solid #e7f0f0;
	border-radius: 14px;
	box-shadow: var(--pbzf-shadow);
	color: var(--pbzf-body);
}

/* The homepage insertion sits inside a narrow 62% content column. */
.pbzf-promo[data-pbzf-position="homepage"] {
	align-items: start;
	display: grid;
	gap: 20px;
	margin: 0 0 28px;
	max-width: 100%;
	padding: 28px 26px;
}

.pbzf-promo[data-pbzf-position="homepage"] .pbzf-button {
	justify-self: start;
}

.pbzf-promo[data-pbzf-position="privatkunden"] {
	margin: 28px auto 36px;
	max-width: 960px;
}

html body #page .entry-content .pbzf-promo h2 {
	font-size: clamp(1.5rem, 2.2vw, 1.85rem) !important;
	line-height: 1.2 !important;
}

html body.single-post #page .entry-content > .pbzf-article-cta {
	margin: 32px auto;
	max-width: 780px;
}

@media (min-width: 901px) {
	.pbzf-promo[data-pbzf-position="privatkunden"] .pbzf-button,
	html body.single-post #page .entry-content > .pbzf-article-cta:not(.pbzf-article-cta-large) .pbzf-button {
		flex: 0 0 auto;
		min-width: 280px;
		white-space: nowrap;
	}
}

/* Override the site's dark-background helper when it is used on buttons. */
html body #page .entry-content a.pbzf-button.ww-onteal {
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.pbzf-promo h2,
.pbzf-article-cta h2,
.pbzf-article-cta .pbzf-cta-title,
.pbzf-promo strong,
.pbzf-article-cta strong {
	color: var(--pbzf-ink);
}

.pbzf-promo .pbzf-promo-kicker,
.pbzf-article-cta .pbzf-promo-kicker {
	color: var(--pbzf-orange-accessible);
}

.pbzf-article-cta a:not(.pbzf-button) {
	color: var(--pbzf-teal);
}

#pbzf-main a:focus-visible,
#pbzf-main summary:focus-visible,
.pbzf-promo a:focus-visible,
.pbzf-article-cta a:focus-visible {
	border-radius: 4px;
	outline: 3px solid var(--pbzf-teal);
	outline-offset: 3px;
}

#pbzf-main .pbzf-hero a:focus-visible,
#pbzf-main .pbzf-final a:focus-visible,
.pbzf-mobile-sticky a:focus-visible,
.pbzf-mobile-sticky button:focus-visible {
	outline-color: var(--pbzf-aqua);
}

@media (max-width: 900px) {
	.pbzf-shell {
		padding-left: 24px;
		padding-right: 24px;
	}

	.pbzf-hero-grid {
		grid-template-columns: 1fr;
	}

	.pbzf-hero {
		padding: 52px 0 58px;
		min-height: 0;
	}

	.pbzf-hero-copy {
		margin: 0 auto;
		max-width: 720px;
		text-align: center;
	}

	.pbzf-hero .pbzf-actions {
		justify-content: center;
	}

	.pbzf-hero-person,
	.pbzf-hero-person img {
		height: clamp(320px, 52vw, 390px);
		min-height: 0;
	}

	.pbzf-footnotes {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.pbzf-shell {
		padding-left: 20px;
		padding-right: 20px;
	}

	#pbzf-main .pbzf-hero h1 {
		font-size: clamp(1.8rem, 8.5vw, 2rem) !important;
		line-height: 1.08 !important;
	}

	.pbzf h2 {
		font-size: 1.875rem;
		line-height: 1.16;
	}

	.pbzf-hero {
		padding: 40px 0 44px;
	}

	.pbzf-hero-grid {
		gap: 26px;
	}

	.pbzf-hero .pbzf-eyebrow {
		font-size: 0.69rem !important;
		line-height: 1.45 !important;
		margin-bottom: 20px;
		padding: 8px 13px;
	}

	.pbzf-lead {
		font-size: 1rem !important;
		margin-bottom: 22px;
	}

	.pbzf-hero-person,
	.pbzf-hero-person img {
		height: clamp(240px, 68vw, 320px);
		min-height: 0;
	}

	.pbzf-hero-facts {
		padding: 24px 0 28px;
	}

	.pbzf-hero-highlights {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pbzf-hero-highlights span {
		align-items: center;
		display: flex;
		justify-content: center;
		min-height: 52px;
		text-align: center;
	}

	.pbzf-footnotes {
		gap: 14px;
		margin-top: 16px;
		padding-top: 16px;
	}

	.pbzf-section {
		padding: 56px 0;
	}

	.pbzf-package-card,
	.pbzf-process,
	.pbzf-check-panel,
	.pbzf-review-panel,
	.pbzf-important {
		padding: 22px 20px;
	}

	.pbzf-final {
		padding: 56px 0;
	}

	.pbzf-promo,
	.pbzf-article-cta {
		padding: 24px 20px;
	}

	.pbzf-promo[data-pbzf-position="homepage"],
	.pbzf-promo[data-pbzf-position="privatkunden"] {
		margin: 24px 0 30px;
		max-width: none;
	}

	.pbzf-mobile-sticky .pbzf-button {
		min-width: 0;
		white-space: nowrap;
	}
}

@media (max-width: 359px) {
	#pbzf-main .pbzf-hero h1 {
		-webkit-hyphens: none !important;
		font-size: 1.75rem !important;
		hyphens: none !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
	}

	#pbzf-title wbr {
		display: block;
	}

	.pbzf-hero-highlights {
		grid-template-columns: 1fr;
	}
}
