.pk-about-redesign .pk2-hero {
	min-height: 735px;
	background: #04111a;
}

.pk-about-redesign .pk2-hero::before {
	z-index: 2;
	top: 185px;
	opacity: .11;
}

.pk-about-redesign .pk2-hero::after {
	z-index: 1;
	inset: 0;
	height: auto;
	background:
		linear-gradient(90deg, #04111a 0%, rgba(4,17,26,.98) 35%, rgba(4,17,26,.74) 56%, rgba(4,17,26,.12) 82%, rgba(4,17,26,.03) 100%),
		linear-gradient(0deg, rgba(3,13,20,.76), transparent 34%);
}

.pk-about-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.pk-about-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pk-about-redesign .pk2-hero__content {
	position: relative;
	z-index: 3;
	max-width: 720px;
	padding: 185px 0 78px;
}

.pk-about-redesign .pk2-hero h1 {
	font-size: clamp(50px, 5.1vw, 70px);
}

.pk-about-redesign .pk2-breadcrumbs a:hover,
.pk-about-redesign .pk2-breadcrumbs a:focus-visible {
	color: var(--pk2-cyan-light);
}

.pk-about-redesign .pk2-nav a[aria-current="page"]::after {
	width: 100%;
}

.pk-about-intro {
	background: #fff;
}

.pk-about-heading {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
	column-gap: 70px;
	align-items: end;
}

.pk-about-heading .pk-about-kicker {
	grid-column: 1 / -1;
	margin: 0 0 10px;
	color: var(--pk2-cyan);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pk-about-heading h2 {
	max-width: 540px;
}

.pk-about-heading > p:last-child {
	align-self: end;
	max-width: 570px;
	margin: 0 0 3px;
}

.pk-about-overview {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin-top: 38px;
	padding-top: 34px;
	border-top: 1px solid var(--pk2-line);
}

.pk-about-overview p {
	margin: 0;
	color: var(--pk2-muted);
	font-size: 15px;
	line-height: 1.75;
}

.pk-about-specialties {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 40px;
}

@media (min-width: 1021px) {
	.pk-about-specialties {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.pk-about-specialty {
		grid-column: span 2;
	}

	.pk-about-specialty:nth-child(4) {
		grid-column: 2 / span 2;
	}

	.pk-about-specialty:nth-child(5) {
		grid-column: 4 / span 2;
	}
}

.pk-about-specialty {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--pk2-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 15px 38px rgba(7, 28, 42, .08);
}

.pk-about-specialty__media {
	display: block;
	position: relative;
	height: 235px;
	overflow: hidden;
	background: var(--pk2-navy);
}

.pk-about-specialty__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 45%;
	background: linear-gradient(0deg, rgba(4,16,25,.42), transparent);
}

.pk-about-specialty__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 360ms ease;
}

.pk-about-specialty:hover .pk-about-specialty__media img {
	transform: scale(1.035);
}

.pk-about-specialty__copy {
	padding: 24px 25px 27px;
}

.pk-about-specialty__copy h3 {
	margin: 0;
	color: var(--pk2-ink);
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -.025em;
}

.pk-about-specialty__copy h3::after {
	content: "";
	display: block;
	width: 34px;
	height: 2px;
	margin-top: 10px;
	background: var(--pk2-cyan);
}

.pk-about-specialty__copy p {
	margin: 13px 0 0;
	color: var(--pk2-muted);
	font-size: 14px;
	line-height: 1.6;
}

.pk-about-security-note {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin: 28px 0 0;
	padding: 22px 24px;
	border: 1px solid rgba(16, 153, 199, .25);
	border-radius: 8px;
	background: #f2fbfe;
	color: var(--pk2-muted);
	line-height: 1.65;
}

.pk-about-security-note .pk2-icon {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	color: var(--pk2-cyan);
}

.pk-about-security-note strong {
	color: var(--pk2-ink);
}

.pk-about-redesign .pk2-stats {
	background:
		linear-gradient(105deg, rgba(4,17,26,.98), rgba(7,31,46,.95)),
		repeating-linear-gradient(90deg, transparent 0 84px, rgba(57,183,220,.06) 85px 86px);
}

.pk-about-redesign .pk2-stat strong {
	font-size: clamp(22px, 2.5vw, 32px);
	text-transform: none;
}

.pk-about-trust {
	background: var(--pk2-cloud);
}

.pk-about-redesign .pk2-trust-card {
	background: #fff;
	box-shadow: 0 10px 24px rgba(7, 28, 42, .04);
}

.pk-about-technology {
	position: relative;
	min-height: 610px;
	overflow: hidden;
	background: #04111a;
	color: #fff;
}

.pk-about-technology::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, #04111a 0%, rgba(4,17,26,.97) 40%, rgba(4,17,26,.65) 58%, rgba(4,17,26,.08) 82%);
}

.pk-about-technology__media {
	position: absolute;
	inset: 0;
}

.pk-about-technology__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pk-about-technology__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: 610px;
}

.pk-about-technology__copy {
	width: min(540px, 50%);
	padding: 68px 0;
}

.pk-about-technology h2 {
	max-width: 510px;
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 4.2vw, 54px);
	font-weight: 900;
	letter-spacing: -.05em;
	line-height: 1.02;
}

.pk-about-technology h2::after {
	content: "";
	display: block;
	width: 46px;
	height: 3px;
	margin-top: 15px;
	background: var(--pk2-cyan);
}

.pk-about-technology__copy > p {
	max-width: 500px;
	margin: 22px 0 0;
	color: #cbd7dd;
	line-height: 1.65;
}

.pk-about-tech-list {
	display: grid;
	gap: 20px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.pk-about-tech-list li {
	display: grid;
	grid-template-columns: 47px 1fr;
	align-items: center;
	gap: 14px;
}

.pk-about-tech-list .pk2-icon {
	width: 44px;
	height: 44px;
	padding: 8px;
	border: 1px solid rgba(66,201,233,.62);
	border-radius: 5px;
	color: var(--pk2-cyan-light);
}

.pk-about-tech-list span {
	color: #b8c7d0;
	font-size: 13px;
	line-height: 1.45;
}

.pk-about-tech-list strong {
	display: block;
	margin-bottom: 3px;
	color: #fff;
	font-size: 15px;
}

.pk-about-process {
	background: #fff;
}

.pk-about-mobile-service {
	background: var(--pk2-cloud);
}

.pk-about-mobile-service__grid {
	display: grid;
	grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
	gap: clamp(42px, 7vw, 100px);
	align-items: start;
}

.pk-about-mobile-service h2 {
	max-width: 520px;
	margin: 10px 0 0;
	color: var(--pk2-ink);
	font-size: clamp(36px, 4vw, 52px);
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: 1.05;
}

.pk-about-mobile-service__copy p {
	margin: 0 0 18px;
	color: var(--pk2-muted);
	line-height: 1.75;
}

.pk-about-mobile-service__copy .pk2-button {
	margin-top: 8px;
}

.pk-about-area {
	padding: 0 0 70px;
	background: #fff;
}

.pk-about-redesign .pk2-map__image {
	min-height: 360px;
}

.pk-about-place-group {
	margin-top: 22px;
	padding-left: 18px;
	border-left: 3px solid var(--pk2-cyan);
}

.pk-about-place-group h3 {
	margin: 0 0 5px;
	color: var(--pk2-ink);
	font-size: 18px;
	font-weight: 900;
}

.pk-about-place-group p,
.pk-about-area-note {
	margin: 0;
	color: var(--pk2-muted);
	font-size: 14px;
	line-height: 1.65;
}

.pk-about-area-note {
	margin-top: 22px;
}

.pk-about-area .pk2-area__copy .pk2-button {
	margin-top: 24px;
}

.pk-about-faq {
	background: var(--pk2-cloud);
}

.pk-about-faq__grid {
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
	gap: clamp(42px, 7vw, 96px);
	align-items: start;
}

.pk-about-faq .pk2-heading {
	position: sticky;
	top: 30px;
}

.pk-about-faq .pk2-heading > p:last-child {
	margin-top: 18px;
	color: var(--pk2-muted);
	line-height: 1.7;
}

.pk-about-faq__items {
	display: grid;
	gap: 12px;
}

.pk-about-faq details {
	border: 1px solid var(--pk2-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(7, 28, 42, .04);
}

.pk-about-faq summary {
	position: relative;
	padding: 20px 54px 20px 22px;
	color: var(--pk2-ink);
	font-weight: 850;
	cursor: pointer;
	list-style: none;
}

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

.pk-about-faq summary::after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	color: var(--pk2-cyan);
	font-size: 25px;
	font-weight: 500;
	transform: translateY(-50%);
}

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

.pk-about-faq details p {
	margin: 0;
	padding: 0 22px 22px;
	color: var(--pk2-muted);
	line-height: 1.7;
}

.pk-about-redesign :focus-visible {
	outline-color: var(--pk2-cyan-light);
	outline-offset: 4px;
}

@media (max-width: 1020px) {
	.pk-about-redesign .pk2-hero::after {
		background: linear-gradient(90deg, rgba(4,17,26,.98), rgba(4,17,26,.76) 68%, rgba(4,17,26,.25));
	}

	.pk-about-heading {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.pk-about-heading > p:last-child {
		margin: 0;
	}

	.pk-about-overview {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.pk-about-specialties {
		gap: 16px;
	}

	.pk-about-specialty__media {
		height: 205px;
	}

	.pk-about-specialty__copy {
		padding: 21px;
	}

	.pk-about-technology::after {
		background: linear-gradient(90deg, rgba(4,17,26,.98), rgba(4,17,26,.82) 63%, rgba(4,17,26,.28));
	}

	.pk-about-technology__copy {
		width: 62%;
	}

	.pk-about-mobile-service__grid,
	.pk-about-faq__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.pk-about-faq .pk2-heading {
		position: static;
	}
}

@media (max-width: 840px) {
	.pk-about-redesign .pk2-hero {
		min-height: 690px;
	}

	.pk-about-redesign .pk2-hero__content {
		padding-top: 164px;
	}

	.pk-about-specialties {
		grid-template-columns: 1fr 1fr;
	}

	.pk-about-specialty:last-child {
		grid-column: 1 / -1;
	}

	.pk-about-specialty:last-child .pk-about-specialty__media {
		height: 300px;
	}

	.pk-about-technology__copy {
		width: 70%;
	}

	.pk-about-redesign .pk2-map__image {
		min-height: 0;
	}
}

@media (max-width: 580px) {
	.pk-about-redesign .pk2-topbar__inner > span {
		min-width: 0;
		max-width: calc(100% - 135px);
		overflow: hidden;
		white-space: nowrap;
	}

	.pk-about-redesign .pk2-hero {
		min-height: 945px;
	}

	.pk-about-redesign .pk2-hero::after {
		background: linear-gradient(0deg, #04111a 0%, rgba(4,17,26,.99) 43%, rgba(4,17,26,.63) 58%, rgba(4,17,26,.05) 75%);
	}

	.pk-about-hero__media {
		height: 520px;
	}

	.pk-about-hero__media img {
		object-position: 63% center;
	}

	.pk-about-redesign .pk2-hero__content {
		padding: 485px 0 48px;
	}

	.pk-about-redesign .pk2-hero h1 {
		max-width: 355px;
		font-size: clamp(36px, 10.2vw, 44px);
	}

	.pk-about-redesign .pk2-hero__lead {
		max-width: 355px;
	}

	.pk-about-specialties {
		grid-template-columns: 1fr;
		margin-top: 30px;
	}

	.pk-about-specialty:last-child {
		grid-column: auto;
	}

	.pk-about-specialty__media,
	.pk-about-specialty:last-child .pk-about-specialty__media {
		height: 220px;
	}

	.pk-about-technology {
		min-height: 785px;
	}

	.pk-about-technology::after {
		background: linear-gradient(0deg, rgba(4,17,26,.99) 0%, rgba(4,17,26,.98) 67%, rgba(4,17,26,.4) 100%);
	}

	.pk-about-technology__media {
		height: 320px;
	}

	.pk-about-technology__media img {
		object-position: 67% center;
	}

	.pk-about-technology__inner {
		align-items: flex-end;
		min-height: 785px;
	}

	.pk-about-technology__copy {
		width: 100%;
		padding: 320px 0 48px;
	}

	.pk-about-technology h2 {
		font-size: 38px;
	}

	.pk-about-area {
		padding-bottom: 52px;
	}

	.pk-about-overview {
		margin-top: 28px;
		padding-top: 26px;
	}

	.pk-about-security-note {
		padding: 20px;
	}

	.pk-about-mobile-service h2 {
		font-size: 38px;
	}

	.pk-about-faq summary {
		padding-left: 18px;
		font-size: 15px;
	}

	.pk-about-faq details p {
		padding: 0 18px 20px;
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pk-about-specialty__media img {
		transition: none;
	}
}
