:root {
	--psbt-cream: #fbf7ef;
	--psbt-paper: #fffdf9;
	--psbt-warm: #f3e8d2;
	--psbt-warm-soft: #f8f0e2;
	--psbt-olive: #2f433c;
	--psbt-olive-2: #3e574d;
	--psbt-olive-3: #547066;
	--psbt-gold: #c4932e;
	--psbt-gold-deep: #8b6517;
	--psbt-terracotta: #b45f43;
	--psbt-terracotta-deep: #8d4632;
	--psbt-ink: #1e2b27;
	--psbt-muted: #596a64;
	--psbt-line: #d8ded8;
	--psbt-line-strong: #bdc9c1;
	--psbt-red: #9d2933;
	--psbt-red-soft: #f8e9e8;
	--psbt-white: #ffffff;
	--psbt-shadow: 0 24px 60px rgba(38, 52, 46, 0.12);
	--psbt-shadow-small: 0 10px 28px rgba(38, 52, 46, 0.09);
	--psbt-radius-xl: 34px;
	--psbt-radius-lg: 24px;
	--psbt-radius-md: 16px;
	--psbt-container: 1220px;
	--psbt-header-height: 78px;
}

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

html {
	font-size: 100%;
	background: var(--psbt-cream);
	color-scheme: light;
}

html:focus-within {
	scroll-behavior: smooth;
}

body.psbt-page {
	margin: 0;
	min-width: 0;
	overflow-x: hidden;
	background: var(--psbt-cream);
	color: var(--psbt-ink);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.68;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

img,
svg {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

button,
input,
textarea,
select {
	font: inherit;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.2em;
}

a:hover {
	text-decoration-thickness: 0.12em;
}

:focus-visible {
	outline: 3px solid #0b6ba8;
	outline-offset: 4px;
}

::selection {
	background: #f0cf83;
	color: var(--psbt-ink);
}

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

h1,
h2,
h3 {
	font-weight: 720;
	line-height: 1.14;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

h1 {
	font-size: clamp(2.55rem, 5vw, 4.6rem);
	max-width: 18ch;
	margin-bottom: 28px;
}

h2 {
	font-size: clamp(2rem, 3.8vw, 3.45rem);
	margin-bottom: 20px;
}

h3 {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	margin-bottom: 12px;
}

p {
	margin-bottom: 20px;
}

.psbt-container {
	width: min(calc(100% - 40px), var(--psbt-container));
	margin-inline: auto;
	min-width: 0;
}

.psbt-skip-link {
	position: fixed;
	left: 18px;
	top: 18px;
	z-index: 9999;
	padding: 12px 16px;
	border-radius: 10px;
	background: var(--psbt-white);
	color: var(--psbt-ink);
	font-weight: 700;
	transform: translateY(-160%);
	box-shadow: var(--psbt-shadow-small);
}

.psbt-skip-link:focus {
	transform: translateY(0);
}

.psbt-emergency-bar {
	background: var(--psbt-red-soft);
	border-bottom: 1px solid #ebc9c6;
	color: #6e2028;
	font-size: 15px;
	line-height: 1.45;
}

.psbt-emergency-inner {
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px 16px;
	text-align: center;
}

.psbt-emergency-inner span {
	font-weight: 720;
}

.psbt-emergency-inner a {
	font-weight: 700;
}

.psbt-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 253, 249, 0.96);
	border-bottom: 1px solid rgba(189, 201, 193, 0.82);
	backdrop-filter: blur(14px);
}

.psbt-header-inner {
	min-height: var(--psbt-header-height);
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
}

.psbt-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	min-width: 0;
}

.psbt-brand-logo {
	width: 58px;
	height: 54px;
	flex: 0 0 58px;
	display: grid;
	place-items: center;
}

.psbt-brand-logo img {
	width: 58px;
	height: 54px;
	object-fit: contain;
}

.psbt-brand-text {
	display: grid;
	line-height: 1.15;
	min-width: 0;
}

.psbt-brand-text strong {
	font-size: 16px;
	letter-spacing: -0.01em;
}

.psbt-brand-text small {
	font-size: 12px;
	color: var(--psbt-muted);
	margin-top: 4px;
}

.psbt-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.psbt-nav a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 11px;
	font-size: 15px;
	font-weight: 660;
	text-decoration: none;
	color: #31403b;
}

.psbt-nav a:hover {
	background: var(--psbt-warm-soft);
}

.psbt-mobile-menu {
	display: none;
	position: relative;
}

.psbt-mobile-menu summary {
	list-style: none;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid var(--psbt-line-strong);
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	cursor: pointer;
	background: var(--psbt-paper);
}

.psbt-mobile-menu summary::-webkit-details-marker {
	display: none;
}

.psbt-mobile-menu-panel {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	width: min(310px, calc(100vw - 32px));
	padding: 12px;
	background: var(--psbt-paper);
	border: 1px solid var(--psbt-line);
	border-radius: 16px;
	box-shadow: var(--psbt-shadow);
	display: grid;
	gap: 4px;
}

.psbt-mobile-menu-panel a {
	min-height: 48px;
	padding: 11px 12px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	font-weight: 650;
	text-decoration: none;
}

.psbt-mobile-menu-panel a:hover {
	background: var(--psbt-warm-soft);
}

.psbt-mobile-menu-panel .psbt-mobile-menu-cta {
	margin-top: 6px;
	justify-content: center;
	background: var(--psbt-olive);
	color: var(--psbt-white);
}

.psbt-button {
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 22px;
	border: 2px solid var(--psbt-olive);
	border-radius: 999px;
	background: var(--psbt-olive);
	color: var(--psbt-white);
	font-weight: 740;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(47, 67, 60, 0.14);
}

.psbt-button:hover {
	background: #253730;
	border-color: #253730;
	text-decoration: none;
}

.psbt-button-secondary {
	background: transparent;
	color: var(--psbt-olive);
	box-shadow: none;
}

.psbt-button-secondary:hover {
	background: var(--psbt-warm-soft);
	color: var(--psbt-ink);
	border-color: var(--psbt-olive);
}

.psbt-button-small {
	min-height: 46px;
	padding-inline: 18px;
	font-size: 15px;
}

.psbt-eyebrow {
	margin-bottom: 14px;
	color: var(--psbt-terracotta-deep);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.psbt-section {
	padding-block: clamp(72px, 8vw, 112px);
	scroll-margin-top: calc(var(--psbt-header-height) + 20px);
}

.psbt-section-heading {
	max-width: 760px;
	margin-bottom: 42px;
}

.psbt-section-heading > p:last-child {
	font-size: 1.08rem;
	color: var(--psbt-muted);
	max-width: 64ch;
	margin-bottom: 0;
}

.psbt-hero {
	position: relative;
	isolation: isolate;
	padding-block: clamp(64px, 7vw, 104px) clamp(76px, 9vw, 124px);
	background:
		radial-gradient(circle at 12% 5%, rgba(196, 147, 46, 0.13), transparent 34%),
		radial-gradient(circle at 85% 90%, rgba(180, 95, 67, 0.1), transparent 30%),
		var(--psbt-cream);
}

.psbt-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--psbt-line-strong), transparent);
}

.psbt-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
	align-items: center;
	gap: clamp(42px, 6vw, 84px);
}

.psbt-hero-copy {
	min-width: 0;
}

.psbt-hero-statement {
	font-size: clamp(1.55rem, 2.8vw, 2.25rem);
	line-height: 1.3;
	font-weight: 680;
	letter-spacing: -0.02em;
	max-width: 28ch;
	margin-bottom: 18px;
	color: var(--psbt-olive);
}

.psbt-hero-lead {
	font-size: clamp(1.08rem, 1.7vw, 1.27rem);
	line-height: 1.55;
	max-width: 54ch;
	color: #394a44;
	margin-bottom: 28px;
}

.psbt-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

.psbt-hero-badges span {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	padding: 8px 13px;
	border: 1px solid var(--psbt-line-strong);
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.72);
	color: #41524c;
	font-size: 14px;
	font-weight: 680;
}

.psbt-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.psbt-link-note {
	margin: 14px 0 0;
	font-size: 14px;
	color: var(--psbt-muted);
}

.psbt-hero-visual {
	position: relative;
	min-width: 0;
	padding-bottom: 44px;
}

.psbt-sunflower-frame {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: var(--psbt-radius-xl);
	box-shadow: var(--psbt-shadow);
	background: #d8b85c;
}

.psbt-sunflower-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(31, 43, 39, 0.05), rgba(31, 43, 39, 0.18));
	pointer-events: none;
}

.psbt-sunflower-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 46% center;
}

.psbt-profile-float {
	position: absolute;
	left: clamp(-22px, -2vw, -8px);
	bottom: 0;
	width: min(360px, 82%);
	min-height: 104px;
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	padding: 12px 20px 12px 12px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 22px;
	background: rgba(255, 253, 249, 0.96);
	box-shadow: var(--psbt-shadow-small);
	backdrop-filter: blur(10px);
}

.psbt-profile-float img {
	width: 92px;
	height: 92px;
	object-fit: contain;
	border-radius: 18px;
}

.psbt-profile-float div {
	min-width: 0;
	display: grid;
	gap: 3px;
}

.psbt-profile-float strong {
	font-size: 18px;
	line-height: 1.3;
}

.psbt-profile-float span {
	font-size: 14px;
	line-height: 1.45;
	color: var(--psbt-muted);
}

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

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

.psbt-topic-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	padding: 28px;
	border: 1px solid var(--psbt-line);
	border-radius: var(--psbt-radius-lg);
	background: var(--psbt-paper);
	box-shadow: 0 4px 0 rgba(47, 67, 60, 0.03);
}

.psbt-topic-card h3 {
	font-size: 1.32rem;
	min-height: 2.5em;
}

.psbt-topic-card p {
	color: var(--psbt-muted);
	margin-bottom: 0;
}

.psbt-topic-icon {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: #f2e2bd;
	color: var(--psbt-gold-deep);
	display: grid;
	place-items: center;
	margin-bottom: 22px;
}

.psbt-topic-icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.psbt-centered-action {
	margin-top: 34px;
	text-align: center;
}

.psbt-text-link {
	color: var(--psbt-olive);
	font-weight: 760;
}

.psbt-two-column {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
	gap: clamp(40px, 7vw, 94px);
	align-items: start;
}

.psbt-large-copy {
	font-size: 1.12rem;
	color: var(--psbt-muted);
	max-width: 58ch;
}

.psbt-benefit-list {
	display: grid;
	gap: 14px;
}

.psbt-benefit-list > div {
	min-width: 0;
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 18px;
	padding: 22px 24px;
	border: 1px solid var(--psbt-line);
	border-radius: 18px;
	background: var(--psbt-paper);
}

.psbt-benefit-list strong {
	color: var(--psbt-terracotta-deep);
	font-size: 1.05rem;
}

.psbt-benefit-list span {
	color: var(--psbt-muted);
}

.psbt-boundary-box {
	margin-top: 42px;
	padding: 24px 28px;
	border-left: 5px solid var(--psbt-gold);
	border-radius: 0 18px 18px 0;
	background: var(--psbt-warm-soft);
}

.psbt-boundary-box strong {
	display: block;
	margin-bottom: 5px;
}

.psbt-boundary-box p {
	margin-bottom: 0;
	color: var(--psbt-muted);
}

.psbt-profile-section {
	position: relative;
	overflow: hidden;
	background: var(--psbt-olive);
	color: var(--psbt-white);
}

.psbt-profile-section::before {
	content: "";
	position: absolute;
	width: 520px;
	height: 520px;
	right: -220px;
	top: -230px;
	border-radius: 50%;
	background: rgba(196, 147, 46, 0.14);
}

.psbt-profile-section .psbt-eyebrow {
	color: #e7c97f;
}

.psbt-profile-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(44px, 7vw, 96px);
	align-items: center;
}

.psbt-profile-image-wrap {
	position: relative;
	min-width: 0;
	max-width: 520px;
	margin-inline: auto;
}

.psbt-profile-image-wrap img {
	position: relative;
	z-index: 2;
	width: 100%;
	filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.18));
}

.psbt-profile-orbit {
	position: absolute;
	inset: 9% 4% 3%;
	z-index: 1;
	border-radius: 50%;
	background: linear-gradient(145deg, #d6a43a, #b86143);
	box-shadow: inset 0 0 0 14px rgba(255, 255, 255, 0.06);
}

.psbt-profile-section h2 {
	color: var(--psbt-white);
}

.psbt-profile-section p {
	color: #e5ece9;
}

.psbt-qualification {
	padding-left: 20px;
	border-left: 4px solid #e7c97f;
	font-weight: 690;
	line-height: 1.55;
}

.psbt-profile-section .psbt-button {
	background: var(--psbt-white);
	border-color: var(--psbt-white);
	color: var(--psbt-olive);
}

.psbt-profile-section .psbt-button:hover {
	background: #f2ece0;
	border-color: #f2ece0;
}

.psbt-profile-section .psbt-button-secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.72);
	color: var(--psbt-white);
}

.psbt-profile-section .psbt-button-secondary:hover {
	background: rgba(255, 255, 255, 0.12);
}

.psbt-process-section {
	background: var(--psbt-paper);
}

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

.psbt-process-grid article {
	position: relative;
	min-width: 0;
	padding: 30px;
	border: 1px solid var(--psbt-line);
	border-radius: var(--psbt-radius-lg);
	background: var(--psbt-cream);
}

.psbt-process-grid article > span {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	margin-bottom: 22px;
	border-radius: 50%;
	background: var(--psbt-olive);
	color: var(--psbt-white);
	font-weight: 800;
}

.psbt-process-grid p {
	margin-bottom: 0;
	color: var(--psbt-muted);
}

.psbt-honorar-section {
	background: var(--psbt-warm);
}

.psbt-honorar-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(42px, 7vw, 90px);
	align-items: center;
}

.psbt-price-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.psbt-price-cards > div {
	min-width: 0;
	padding: 28px;
	border: 1px solid rgba(141, 70, 50, 0.18);
	border-radius: 22px;
	background: rgba(255, 253, 249, 0.78);
}

.psbt-price-cards span,
.psbt-price-cards small {
	display: block;
}

.psbt-price-cards span {
	color: var(--psbt-terracotta-deep);
	font-weight: 730;
}

.psbt-price-cards strong {
	display: block;
	margin-block: 8px;
	font-size: clamp(2.3rem, 4vw, 3.5rem);
	line-height: 1;
	color: var(--psbt-olive);
}

.psbt-price-cards small {
	color: var(--psbt-muted);
	font-size: 15px;
	line-height: 1.5;
}

.psbt-choice-section {
	background: var(--psbt-cream);
}

.psbt-choice-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 24px;
	align-items: stretch;
}

.psbt-choice-private,
.psbt-crisis-card {
	min-width: 0;
	padding: clamp(30px, 5vw, 48px);
	border-radius: var(--psbt-radius-xl);
}

.psbt-choice-private {
	border: 1px solid var(--psbt-line);
	background: var(--psbt-paper);
}

.psbt-choice-private p:not(.psbt-eyebrow) {
	color: var(--psbt-muted);
}

.psbt-choice-details {
	display: grid;
	gap: 2px;
	margin: 26px 0;
	padding: 18px 20px;
	border-radius: 16px;
	background: var(--psbt-warm-soft);
}

.psbt-choice-details span {
	color: var(--psbt-muted);
	font-size: 15px;
}

.psbt-choice-private .psbt-actions {
	margin-top: 26px;
}

.psbt-crisis-card {
	background: #7d2930;
	color: var(--psbt-white);
}

.psbt-crisis-kicker {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #f3c9c7;
}

.psbt-crisis-card h2 {
	font-size: clamp(2rem, 3.2vw, 3rem);
}

.psbt-crisis-card p {
	color: #fae9e8;
}

.psbt-crisis-numbers {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 24px 0;
}

.psbt-crisis-numbers a {
	min-height: 54px;
	display: grid;
	place-items: center;
	padding: 10px;
	border-radius: 12px;
	background: var(--psbt-white);
	color: #7d2930;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.psbt-crisis-link {
	font-weight: 760;
}

.psbt-faq-section {
	background: var(--psbt-warm-soft);
}

.psbt-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1.22fr);
	gap: clamp(42px, 7vw, 90px);
	align-items: start;
}

.psbt-faq-list {
	display: grid;
	gap: 12px;
}

.psbt-faq-list details {
	border: 1px solid var(--psbt-line);
	border-radius: 16px;
	background: var(--psbt-paper);
	overflow: clip;
}

.psbt-faq-list summary {
	position: relative;
	list-style: none;
	min-height: 62px;
	padding: 17px 56px 17px 20px;
	font-weight: 730;
	cursor: pointer;
}

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

.psbt-faq-list summary::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--psbt-warm-soft);
	color: var(--psbt-olive);
	font-size: 22px;
	font-weight: 500;
}

.psbt-faq-list details[open] summary::after {
	content: "−";
}

.psbt-faq-list details p {
	padding: 0 20px 20px;
	margin-bottom: 0;
	color: var(--psbt-muted);
}

.psbt-contact-section {
	background: var(--psbt-olive);
	color: var(--psbt-white);
}

.psbt-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
	gap: clamp(42px, 7vw, 90px);
	align-items: start;
}

.psbt-contact-section .psbt-eyebrow {
	color: #e7c97f;
}

.psbt-contact-section h2 {
	color: var(--psbt-white);
}

.psbt-contact-copy > p:not(.psbt-eyebrow):not(.psbt-contact-warning) {
	color: #e5ece9;
}

.psbt-direct-contact {
	display: grid;
	gap: 10px;
	margin: 30px 0;
}

.psbt-direct-contact a {
	min-height: 64px;
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	padding: 13px 18px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	text-decoration: none;
}

.psbt-direct-contact a:hover {
	background: rgba(255, 255, 255, 0.08);
}

.psbt-direct-contact strong {
	color: #f4d894;
}

.psbt-direct-contact span {
	color: var(--psbt-white);
	overflow-wrap: anywhere;
}

.psbt-contact-warning {
	padding: 16px 18px;
	border-radius: 14px;
	background: rgba(123, 32, 40, 0.42);
	color: #ffeeee;
	font-size: 15px;
}

.psbt-form-card {
	min-width: 0;
	padding: clamp(24px, 4vw, 38px);
	border-radius: var(--psbt-radius-xl);
	background: var(--psbt-paper);
	color: var(--psbt-ink);
	box-shadow: var(--psbt-shadow);
}

.psbt-form {
	display: grid;
	gap: 18px;
}

.psbt-form-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.psbt-form-row {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.psbt-form-row label {
	font-size: 15px;
	font-weight: 720;
}

.psbt-form input[type="text"],
.psbt-form input[type="email"],
.psbt-form input[type="tel"],
.psbt-form textarea {
	width: 100%;
	min-width: 0;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid var(--psbt-line-strong);
	border-radius: 12px;
	background: var(--psbt-white);
	color: var(--psbt-ink);
}

.psbt-form textarea {
	min-height: 142px;
	resize: vertical;
}

.psbt-form input:focus,
.psbt-form textarea:focus {
	border-color: var(--psbt-olive-3);
	outline: 3px solid rgba(84, 112, 102, 0.22);
	outline-offset: 0;
}

.psbt-consent {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	font-size: 14px;
	line-height: 1.55;
	color: var(--psbt-muted);
}

.psbt-consent input {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	accent-color: var(--psbt-olive);
}

.psbt-button-submit {
	width: 100%;
	border: 0;
}


.psbt-form[aria-busy="true"] {
	opacity: 0.82;
}

.psbt-button-submit:disabled {
	cursor: wait;
	opacity: 0.78;
}

.psbt-form-message[hidden] {
	display: none;
}

.psbt-form-privacy {
	margin-bottom: 0;
	font-size: 13px;
	text-align: center;
	color: var(--psbt-muted);
}

.psbt-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.psbt-form-message {
	margin-bottom: 20px;
	padding: 16px 18px;
	border-radius: 14px;
	font-weight: 680;
}

.psbt-form-success {
	background: #e4f2e8;
	color: #214b31;
}

.psbt-form-error {
	background: #f8e8e7;
	color: #7a252b;
}

.psbt-footer {
	padding-block: 62px 26px;
	background: #1f2d29;
	color: #dfe8e4;
}

.psbt-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.9fr 0.75fr;
	gap: clamp(34px, 6vw, 76px);
}

.psbt-footer-brand {
	font-size: 1.35rem;
	font-weight: 760;
	color: var(--psbt-white);
	margin-bottom: 12px;
}

.psbt-footer p {
	color: #bdcbc5;
	max-width: 55ch;
}

.psbt-footer-note {
	font-size: 14px;
}

.psbt-footer h2 {
	font-size: 1rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #f0d28c;
	margin-bottom: 14px;
}

.psbt-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}

.psbt-footer a {
	color: var(--psbt-white);
}

.psbt-footer-bottom {
	margin-top: 42px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	justify-content: space-between;
	gap: 20px;
	font-size: 14px;
	color: #aebdb7;
}

.psbt-legal-main,
.psbt-404-main {
	padding-block: clamp(64px, 8vw, 110px);
}

.psbt-legal-shell {
	max-width: 980px;
	padding: clamp(26px, 5vw, 56px);
	border: 1px solid var(--psbt-line);
	border-radius: var(--psbt-radius-xl);
	background: var(--psbt-paper);
	box-shadow: var(--psbt-shadow-small);
}

.psbt-legal-shell > h1 {
	max-width: none;
}

.psbt-legal-intro {
	font-size: 1.08rem;
	color: var(--psbt-muted);
}

.psbt-legal-domain-note {
	margin: 30px 0;
	padding: 22px 24px;
	border-left: 5px solid var(--psbt-gold);
	border-radius: 0 16px 16px 0;
	background: var(--psbt-warm-soft);
}

.psbt-legal-domain-note h2 {
	font-size: 1.55rem;
}

.psbt-legal-domain-note p:last-child {
	margin-bottom: 0;
}

.psbt-legal-content {
	min-width: 0;
	overflow-wrap: anywhere;
}

.psbt-legal-content h1,
.psbt-legal-content h2,
.psbt-legal-content h3,
.psbt-legal-content h4 {
	max-width: none;
	margin-top: 38px;
}

.psbt-legal-content h1 {
	font-size: 2.25rem;
}

.psbt-legal-content h2 {
	font-size: 1.75rem;
}

.psbt-legal-content h3 {
	font-size: 1.35rem;
}

.psbt-legal-content h4 {
	font-size: 1.1rem;
}

.psbt-legal-content ul,
.psbt-legal-content ol {
	padding-left: 1.3em;
}

.psbt-legal-content .et_pb_section,
.psbt-legal-content .et_pb_row,
.psbt-legal-content .et_pb_column,
.psbt-legal-content .et_pb_module,
.psbt-legal-content [class*="et_pb_"] {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.psbt-legal-content img,
.psbt-legal-content .et_pb_image,
.psbt-legal-content .et_pb_menu,
.psbt-legal-content .et_pb_button_module_wrapper,
.psbt-legal-content .et_pb_code,
.psbt-legal-content .et_pb_contact_form_container,
.psbt-legal-content .et_pb_scroll_top {
	display: none !important;
}

.psbt-legal-source {
	margin-block: 36px 28px;
	padding-top: 22px;
	border-top: 1px solid var(--psbt-line);
	font-size: 14px;
	color: var(--psbt-muted);
}

.psbt-404-main {
	min-height: 55vh;
	display: grid;
	align-items: center;
}

.psbt-404-main h1 {
	max-width: 18ch;
}

@media (max-width: 1100px) {
	.psbt-nav {
		gap: 2px;
	}

	.psbt-nav a {
		padding-inline: 9px;
		font-size: 14px;
	}

	.psbt-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
		gap: 44px;
	}

	.psbt-topic-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	:root {
		--psbt-header-height: 72px;
	}

	.psbt-header-inner {
		grid-template-columns: 1fr auto;
	}

	.psbt-nav,
	.psbt-header-inner > .psbt-button-small {
		display: none;
	}

	.psbt-mobile-menu {
		display: block;
	}

	.psbt-hero-grid,
	.psbt-profile-grid,
	.psbt-two-column,
	.psbt-honorar-grid,
	.psbt-choice-grid,
	.psbt-faq-grid,
	.psbt-contact-grid {
		grid-template-columns: 1fr;
	}

	.psbt-hero-copy {
		max-width: 780px;
	}

	.psbt-hero-visual {
		width: min(720px, 100%);
		margin-inline: auto;
	}

	.psbt-profile-grid {
		gap: 28px;
	}

	.psbt-profile-image-wrap {
		width: min(520px, 86vw);
	}

	.psbt-benefit-list {
		margin-top: 4px;
	}

	.psbt-faq-grid,
	.psbt-contact-grid {
		gap: 34px;
	}

	.psbt-footer-grid {
		grid-template-columns: 1.2fr 1fr;
	}

	.psbt-footer-grid > div:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	body.psbt-page {
		font-size: 17px;
	}

	.psbt-container {
		width: min(calc(100% - 28px), var(--psbt-container));
	}

	.psbt-emergency-inner {
		padding-block: 8px;
		flex-direction: column;
		gap: 1px;
	}

	.psbt-brand-mark {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.psbt-brand-text strong {
		font-size: 15px;
	}

	.psbt-brand-text small {
		font-size: 11px;
	}

	.psbt-section {
		padding-block: 68px;
	}

	.psbt-hero {
		padding-block: 56px 76px;
	}

	h1 {
		font-size: clamp(2.45rem, 12vw, 4rem);
		max-width: 14ch;
	}

	h2 {
		font-size: clamp(2rem, 9vw, 3rem);
	}

	.psbt-hero-lead {
		font-size: 1.17rem;
	}

	.psbt-actions {
		align-items: stretch;
	}

	.psbt-actions .psbt-button {
		flex: 1 1 220px;
	}

	.psbt-hero-badges {
		gap: 7px;
	}

	.psbt-hero-badges span {
		font-size: 13px;
	}

	.psbt-profile-float {
		left: 12px;
		width: calc(100% - 24px);
	}

	.psbt-topic-grid,
	.psbt-process-grid,
	.psbt-price-cards {
		grid-template-columns: 1fr;
	}

	.psbt-topic-card h3 {
		min-height: 0;
	}

	.psbt-benefit-list > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.psbt-crisis-numbers {
		grid-template-columns: 1fr;
	}

	.psbt-form-split {
		grid-template-columns: 1fr;
	}

	.psbt-footer-grid {
		grid-template-columns: 1fr;
	}

	.psbt-footer-grid > div:last-child {
		grid-column: auto;
	}

	.psbt-footer-bottom {
		flex-direction: column;
	}
}

@media (max-width: 520px) {
	.psbt-header-inner {
		gap: 10px;
	}

	.psbt-brand-text small {
		display: none;
	}

	.psbt-brand-text strong {
		font-size: 14px;
		max-width: 190px;
	}

	.psbt-mobile-menu summary span:last-child {
		display: none;
	}

	.psbt-mobile-menu summary {
		width: 48px;
		justify-content: center;
		padding: 0;
	}

	.psbt-hero .psbt-eyebrow {
		font-size: 12px;
	}

	.psbt-hero h1 {
		font-size: clamp(2.45rem, 11vw, 3.45rem);
	}

	.psbt-hero-statement {
		font-size: 1.45rem;
	}

	.psbt-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.psbt-actions .psbt-button {
		width: 100%;
	}

	.psbt-hero-visual {
		padding-bottom: 72px;
	}

	.psbt-sunflower-frame {
		aspect-ratio: 1 / 1;
		border-radius: 24px;
	}

	.psbt-profile-float {
		grid-template-columns: 72px minmax(0, 1fr);
		min-height: 88px;
		padding: 8px 14px 8px 8px;
	}

	.psbt-profile-float img {
		width: 72px;
		height: 72px;
	}

	.psbt-topic-card,
	.psbt-process-grid article,
	.psbt-price-cards > div {
		padding: 23px;
	}

	.psbt-choice-private,
	.psbt-crisis-card,
	.psbt-form-card,
	.psbt-legal-shell {
		border-radius: 22px;
	}

	.psbt-direct-contact a {
		grid-template-columns: 1fr;
		gap: 2px;
	}
}

@media (max-width: 360px) {
	.psbt-container {
		width: min(calc(100% - 22px), var(--psbt-container));
	}

	.psbt-brand-logo {
		width: 44px;
		height: 42px;
		flex-basis: 44px;
	}

	.psbt-brand-logo img {
		width: 44px;
		height: 42px;
	}

	.psbt-brand-text strong {
		font-size: 13px;
		max-width: 170px;
	}

	.psbt-topic-card,
	.psbt-process-grid article,
	.psbt-choice-private,
	.psbt-crisis-card,
	.psbt-form-card,
	.psbt-legal-shell {
		padding-left: 19px;
		padding-right: 19px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.psbt-emergency-bar,
	.psbt-header,
	.psbt-actions,
	.psbt-mobile-menu,
	.psbt-footer,
	.psbt-form-card,
	.psbt-crisis-card {
		display: none !important;
	}

	body.psbt-page {
		background: #fff;
		color: #000;
		font-size: 12pt;
	}

	.psbt-section,
	.psbt-legal-main {
		padding: 18pt 0;
	}

	.psbt-container,
	.psbt-legal-shell {
		width: 100%;
		max-width: none;
		box-shadow: none;
		border: 0;
	}
}

/* Verlässliche Touchflächen für frei stehende Links. */
.psbt-brand {
	min-height: 44px;
}

.psbt-emergency-inner {
	min-height: 44px;
}

.psbt-emergency-inner a,
.psbt-text-link,
.psbt-crisis-link,
.psbt-footer li a,
.psbt-footer p a,
.psbt-footer-bottom a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}

.psbt-centered-action .psbt-text-link {
	justify-content: center;
	padding-inline: 8px;
}

.psbt-crisis-link {
	padding-block: 5px;
}

.psbt-footer li a {
	padding-inline: 2px;
}

.psbt-page h1,
.psbt-page h2,
.psbt-page h3 {
	overflow-wrap: break-word;
	hyphens: auto;
}
