.pk2-contact-hero {
	position: relative;
	min-height: 805px;
	overflow: hidden;
	background:
		linear-gradient(90deg, #051019 0%, rgba(5,16,25,.98) 34%, rgba(5,16,25,.78) 51%, rgba(5,16,25,.1) 78%, rgba(5,16,25,.02) 100%),
		image-set(url("images/hero-contact-programmers-v1.avif") type("image/avif"), url("images/hero-contact-programmers-v1.webp") type("image/webp"), url("images/hero-contact-programmers-v1.png") type("image/png")) center right / cover no-repeat;
	color: #fff;
}

.pk2-contact-hero::before {
	content: "";
	position: absolute;
	left: -65px;
	top: 205px;
	width: 650px;
	height: 340px;
	opacity: .12;
	background:
		radial-gradient(circle at 16% 31%, var(--pk2-cyan-light) 0 4px, transparent 5px),
		radial-gradient(circle at 57% 62%, var(--pk2-cyan-light) 0 4px, transparent 5px),
		linear-gradient(0deg, transparent 48.8%, var(--pk2-cyan-light) 49.2% 49.7%, transparent 50.1%),
		linear-gradient(35deg, transparent 49%, var(--pk2-cyan-light) 49.3% 49.7%, transparent 50%);
}

.pk2-contact-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 190px;
	background: linear-gradient(0deg, rgba(4,15,23,.92), transparent);
}

.pk2-contact-hero__inner {
	position: relative;
	z-index: 3;
	display: flex;
	min-height: 805px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 178px 0 54px;
}

.pk2-contact-hero__content { max-width: 660px; }

.pk2-contact-hero h1 {
	max-width: 660px;
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 4.7vw, 63px);
	font-weight: 900;
	letter-spacing: -.05em;
	line-height: .98;
}

.pk2-contact-hero__lead {
	max-width: 540px;
	margin: 22px 0 0;
	color: #d7e0e5;
	font-size: 18px;
	line-height: 1.55;
}

.pk2-contact-hero__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 30px;
}

.pk2-contact-stats {
	display: grid;
	width: min(590px, 100%);
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-top: 42px;
}

.pk2-contact-stat {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 68px;
	padding: 0 22px;
	border-right: 1px solid rgba(255,255,255,.24);
}

.pk2-contact-stat:first-child { padding-left: 0; }
.pk2-contact-stat:last-child { border-right: 0; }
.pk2-contact-stat .pk2-icon { width: 37px; height: 37px; color: #fff; }
.pk2-contact-stat strong { display: block; color: #fff; font-size: 27px; line-height: .95; text-transform: uppercase; }
.pk2-contact-stat span { display: block; margin-top: 5px; color: #dce5ea; font-size: 10px; font-weight: 750; letter-spacing: .035em; line-height: 1.15; text-transform: uppercase; }

.pk2-contact-main {
	padding: 70px 0 82px;
	background: var(--pk2-cloud);
}

.pk2-contact-heading { margin-bottom: 30px; }
.pk2-contact-heading h2 { margin: 0; color: var(--pk2-ink); font-size: clamp(35px, 4vw, 49px); font-weight: 900; letter-spacing: -.04em; text-transform: none; }
.pk2-contact-heading h2::after { content: ""; display: block; width: 50px; height: 3px; margin-top: 12px; background: var(--pk2-cyan); }
.pk2-contact-heading p { max-width: 680px; margin: 18px 0 0; color: var(--pk2-muted); font-size: 17px; line-height: 1.6; }

.pk2-contact-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 28px;
	align-items: stretch;
}

.pk2-contact-panel {
	padding: 38px;
	border: 1px solid var(--pk2-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(11, 34, 49, .07);
}

.pk2-contact-panel h3 { margin: 0 0 24px; color: var(--pk2-ink); font-size: 28px; font-weight: 900; letter-spacing: -.025em; text-transform: none; }

.pk2-contact-info {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 16px;
}

.pk2-contact-info__item {
	display: flex;
	gap: 14px;
	min-height: 128px;
	padding: 22px;
	border: 1px solid #dbe3e8;
	border-radius: 6px;
	background: #fbfcfd;
}

.pk2-contact-info__item .pk2-icon { width: 31px; height: 31px; color: var(--pk2-blue); }
.pk2-contact-info__item strong { display: block; margin-bottom: 7px; color: var(--pk2-ink); font-size: 16px; }
.pk2-contact-info__item p,
.pk2-contact-info__item address { margin: 0; color: var(--pk2-muted); font-size: 14px; font-style: normal; line-height: 1.55; }
.pk2-contact-info__item a { color: var(--pk2-blue); font-weight: 750; }

.pk2-contact-form .wpcf7 { margin: 0; }
.pk2-contact-form form { margin: 0; }
.pk2-contact-form label { display: block; margin: 0 0 15px; color: var(--pk2-ink); font-size: 13px; font-weight: 800; }
.pk2-contact-form input:not([type="submit"]),
.pk2-contact-form textarea {
	width: 100%;
	margin-top: 7px;
	padding: 12px 13px;
	border: 1px solid #cbd6dc;
	border-radius: 5px;
	background: #fff;
	color: var(--pk2-ink);
	font: inherit;
}
.pk2-contact-form textarea { min-height: 118px; resize: vertical; }
.pk2-contact-form input:focus,
.pk2-contact-form textarea:focus { outline: 3px solid rgba(15,169,212,.16); border-color: var(--pk2-cyan); }
.pk2-contact-form input[type="submit"] {
	min-height: 51px;
	padding: 0 30px;
	border: 0;
	border-radius: 5px;
	background: linear-gradient(135deg, #16afd8, #087da7);
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .02em;
	text-transform: uppercase;
	cursor: pointer;
}
.pk2-contact-form .wpcf7-spinner { vertical-align: middle; }
.pk2-contact-form .wpcf7-response-output { margin: 16px 0 0 !important; }

@media (min-width: 1021px) {
	.pk2-contact-hero__content { max-width: 720px; }
	.pk2-contact-hero h1 { max-width: 720px; font-size: 58px; white-space: nowrap; }
}

@media (max-width: 1020px) {
	.pk2-contact-hero { background-position: 60% center; }
	.pk2-contact-hero__content { max-width: 535px; }
	.pk2-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
	.pk2-contact-hero {
		min-height: 890px;
		background:
			linear-gradient(0deg, #051019 0%, rgba(5,16,25,.98) 48%, rgba(5,16,25,.55) 74%, rgba(5,16,25,.12) 100%),
			image-set(url("images/hero-contact-programmers-v1-960.avif") type("image/avif"), url("images/hero-contact-programmers-v1-960.webp") type("image/webp"), url("images/hero-contact-programmers-v1.png") type("image/png")) 73% 92px / auto 410px no-repeat,
			#051019;
	}
	.pk2-contact-hero::before { display: none; }
	.pk2-contact-hero__inner { min-height: 890px; padding: 440px 0 43px; }
	.pk2-contact-hero h1 { max-width: 355px; font-size: clamp(42px, 12vw, 52px); }
	.pk2-contact-hero__lead { max-width: 355px; font-size: 16px; }
	.pk2-contact-hero__actions { align-items: stretch; flex-direction: column; max-width: 355px; }
	.pk2-contact-stats { width: 100%; margin-top: 32px; }
	.pk2-contact-stat { gap: 7px; min-height: 58px; padding: 0 9px; }
	.pk2-contact-stat .pk2-icon { width: 26px; height: 26px; }
	.pk2-contact-stat strong { font-size: 20px; }
	.pk2-contact-stat span { font-size: 8px; }
	.pk2-contact-main { padding: 52px 0 62px; }
	.pk2-contact-panel { padding: 25px 20px; }
	.pk2-contact-info { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
	.pk2-contact-hero { background-position: 69% 90px; background-size: auto 370px; }
	.pk2-contact-hero__inner { padding-top: 408px; }
	.pk2-contact-stat { align-items: flex-start; flex-direction: column; justify-content: center; }
}
