.pcu-contact-page-active .wp-block-post-title {
	display: none;
}

.pcu-contact-page-active .wp-site-blocks > main,
.pcu-contact-page-active main.wp-block-group,
.pcu-contact-page-active .wp-block-post-content {
	margin-block-start: 0 !important;
	padding-block-start: 0 !important;
}

.pcu-contact,
.pcu-contact * {
	box-sizing: border-box;
}

.pcu-contact {
	position: relative;
	left: 50%;
	width: 100vw;
	margin: 0 0 0 -50vw;
	padding: 18px 32px 80px;
	color: #172033;
	background:
		radial-gradient(circle at 92% 8%, rgba(20, 103, 243, 0.09), transparent 28%),
		linear-gradient(180deg, #f8fbff 0%, #f5f8fc 100%);
}

.pcu-contact__inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.pcu-contact__header {
	max-width: 780px;
	margin: 0 0 36px;
}

.pcu-contact__kicker {
	margin: 0 0 10px;
	color: #1467f3;
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pcu-contact__header h1 {
	margin: 0;
	padding: 0;
	color: #0b1628;
	font-family: inherit;
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 760;
	line-height: 1.05;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.pcu-contact__header > p:last-child {
	max-width: 720px;
	margin: 18px 0 0;
	color: #617086;
	font-size: 17px;
	line-height: 1.65;
	text-wrap: pretty;
}

.pcu-contact__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	align-items: stretch;
	gap: 24px;
}

.pcu-contact__info,
.pcu-contact__form-card {
	position: relative;
	min-width: 0;
	padding: 34px;
	background: #ffffff;
	border: 1px solid #dfe6ef;
	border-radius: 22px;
	box-shadow: 0 14px 38px rgba(11, 22, 40, 0.08);
}

.pcu-contact__info {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 8%, rgba(20, 103, 243, 0.1), transparent 30%),
		#ffffff;
}

.pcu-contact__info::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: #1467f3;
}

.pcu-contact__info-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin: 0 0 24px;
	color: #1467f3;
	background: #edf4ff;
	border: 1px solid #d5e5ff;
	border-radius: 16px;
}

.pcu-contact__info-icon svg {
	width: 28px;
	height: 28px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pcu-contact__info h2 {
	margin: 0 0 12px;
	color: #0b1628;
	font-family: inherit;
	font-size: 25px;
	font-weight: 750;
	line-height: 1.22;
	letter-spacing: -0.025em;
}

.pcu-contact__info > p {
	margin: 0;
	color: #617086;
	font-size: 15px;
	line-height: 1.65;
}

.pcu-contact__checks {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin: 28px 0 34px !important;
	padding: 0 !important;
	list-style: none !important;
}

.pcu-contact__checks li {
	position: relative;
	margin: 0 !important;
	padding: 0 0 0 30px !important;
	color: #445168;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.5;
}

.pcu-contact__checks li::before {
	content: "✓";
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #0f9f72;
	background: #eafbf4;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.pcu-contact__form-card {
	scroll-margin-top: 32px;
}

.pcu-contact__form {
	display: grid;
	gap: 22px;
	margin: 0;
}

.pcu-contact__field {
	display: grid;
	gap: 8px;
}

.pcu-contact__field label,
.pcu-contact__label-row label {
	margin: 0;
	color: #1c2940;
	font-size: 14px;
	font-weight: 740;
	line-height: 1.4;
}

.pcu-contact__field label span,
.pcu-contact__label-row label span {
	color: #d33c48;
}

.pcu-contact__field label .pcu-contact__optional {
	color: #7a8799;
	font-size: 12px;
	font-weight: 550;
}

.pcu-contact__label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.pcu-contact__counter {
	color: #7a8799;
	font-size: 12px;
	font-variant-numeric: tabular-nums;
}

.pcu-contact__field input,
.pcu-contact__field select,
.pcu-contact__field textarea {
	width: 100%;
	margin: 0;
	padding: 13px 14px;
	color: #172033;
	background: #fbfdff;
	border: 1px solid #cfd9e7;
	border-radius: 11px;
	box-shadow: none;
	font: inherit;
	font-size: 15px;
	line-height: 1.5;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.pcu-contact__field select {
	min-height: 50px;
	cursor: pointer;
}

.pcu-contact__field textarea {
	min-height: 170px;
	resize: vertical;
}

.pcu-contact__field input:hover,
.pcu-contact__field select:hover,
.pcu-contact__field textarea:hover {
	border-color: #aebed3;
}

.pcu-contact__field input:focus,
.pcu-contact__field select:focus,
.pcu-contact__field textarea:focus {
	background: #ffffff;
	border-color: #1467f3;
	box-shadow: 0 0 0 4px rgba(20, 103, 243, 0.13);
	outline: none;
}

.pcu-contact__help {
	margin: -2px 0 0;
	color: #7a8799;
	font-size: 12px;
	line-height: 1.45;
}

.pcu-contact__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
	min-height: 50px;
	margin: 2px 0 0;
	padding: 13px 22px;
	color: #ffffff;
	background: #1467f3;
	border: 1px solid #1467f3;
	border-radius: 11px;
	box-shadow: 0 9px 22px rgba(20, 103, 243, 0.2);
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 760;
	line-height: 1.3;
	transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pcu-contact__submit svg {
	width: 19px;
	height: 19px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pcu-contact__submit:hover,
.pcu-contact__submit:focus-visible {
	color: #ffffff;
	background: #0756d8;
	border-color: #0756d8;
	box-shadow: 0 12px 28px rgba(20, 103, 243, 0.28);
	transform: translateY(-2px);
	outline: none;
}

.pcu-contact__submit:disabled {
	cursor: wait;
	opacity: 0.72;
	transform: none;
}

.pcu-contact__privacy {
	margin: -4px 0 0;
	color: #7a8799;
	font-size: 12px;
	line-height: 1.55;
}

.pcu-contact__privacy a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.pcu-contact__recaptcha-error {
	margin: 0;
	color: #b42331;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
}

.pcu-contact__configuration-warning {
	margin: 0;
	padding: 13px 15px;
	color: #8a5a00;
	background: #fff8e5;
	border: 1px solid #efd28c;
	border-radius: 11px;
	font-size: 13px;
	line-height: 1.5;
}

.pcu-contact__configuration-warning a {
	color: inherit;
	font-weight: 700;
}

.pcu-contact__notice {
	display: grid;
	gap: 3px;
	margin: 0 0 22px;
	padding: 15px 17px;
	border: 1px solid;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.5;
}

.pcu-contact__notice strong {
	font-size: 14px;
	font-weight: 780;
}

.pcu-contact__notice--success {
	color: #086648;
	background: #eefbf6;
	border-color: #a9e4cd;
}

.pcu-contact__notice--error {
	color: #9b2632;
	background: #fff5f6;
	border-color: #f1b9bf;
}

.pcu-contact__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 900px) {
	.pcu-contact {
		padding: 16px 24px 66px;
	}

	.pcu-contact__layout {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.pcu-contact__info,
	.pcu-contact__form-card {
		padding: 30px;
	}
}

@media (max-width: 680px) {
	.pcu-contact {
		padding: 14px 18px 52px;
	}

	.pcu-contact__header {
		margin-bottom: 28px;
	}

	.pcu-contact__header h1 {
		font-size: clamp(34px, 10vw, 44px);
		line-height: 1.07;
	}

	.pcu-contact__header > p:last-child {
		font-size: 15px;
		line-height: 1.6;
	}

	.pcu-contact__info,
	.pcu-contact__form-card {
		padding: 25px 21px;
		border-radius: 18px;
	}

	.pcu-contact__info-icon {
		width: 52px;
		height: 52px;
		margin-bottom: 20px;
		border-radius: 14px;
	}

	.pcu-contact__info-icon svg {
		width: 25px;
		height: 25px;
	}

	.pcu-contact__info h2 {
		font-size: 22px;
	}

	.pcu-contact__checks {
		margin-top: 24px !important;
		margin-bottom: 28px !important;
	}

	.pcu-contact__form {
		gap: 20px;
	}

	.pcu-contact__submit {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pcu-contact *,
	.pcu-contact *::before,
	.pcu-contact *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
