.pd-page {
	background: #fff;
	color: #07183b;
}

.pd-page a {
	text-decoration: none;
}

.pd-linked-card {
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pd-linked-card:hover {
	transform: translateY(-2px);
}

.pd-page .hy-header {
	box-shadow: 0 1px 0 rgba(12, 84, 180, 0.08);
}

.pd-page .hy-nav a.active {
	color: #0968ff;
}

.pd-page .hy-nav a.active::after {
	opacity: 1;
}

.pd-hero {
	position: relative;
	overflow: hidden;
	padding: 70px 0 36px;
	background:
		radial-gradient(circle at 92% 16%, rgba(19, 103, 255, 0.13), transparent 26%),
		linear-gradient(120deg, #f8fbff 0%, #eef6ff 58%, #e7f2ff 100%);
}

.pd-hero::after {
	content: "";
	position: absolute;
	right: -120px;
	top: -60px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	border: 1px solid rgba(35, 119, 255, 0.14);
	box-shadow: inset 0 0 0 18px rgba(35, 119, 255, 0.03), inset 0 0 0 42px rgba(35, 119, 255, 0.026);
	pointer-events: none;
}

.pd-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 0.86fr 1.14fr;
	gap: 30px;
	align-items: center;
}

.pd-hero-copy h1 {
	margin: 0 0 20px;
	position: relative;
	z-index: 2;
	color: #07183b;
	font-size: clamp(30px, 3.05vw, 40px);
	line-height: 1.22;
	font-weight: 800;
	letter-spacing: 0;
}

.pd-hero-copy p {
	position: relative;
	z-index: 2;
	max-width: 610px;
	margin: 0;
	color: #334363;
	font-size: 16px;
	line-height: 1.85;
}

.pd-actions {
	position: relative;
	z-index: 2;
	display: flex;
	gap: 18px;
	margin-top: 28px;
}

.pd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 150px;
	height: 48px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 15px;
}

.pd-btn-primary {
	background: #0968ff;
	color: #fff;
	box-shadow: 0 10px 22px rgba(9, 104, 255, 0.22);
}

.pd-btn-ghost {
	border: 1px solid #0968ff;
	color: #0968ff;
	background: rgba(255, 255, 255, 0.72);
}

.pd-hero-badges {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, max-content);
	gap: 22px;
	margin-top: 42px;
	width: max-content;
	max-width: 100%;
}

.pd-hero-badges span {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}

.pd-hero-badges i {
	grid-row: 1 / span 2;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #edf5ff;
	color: #0968ff;
}

.pd-hero-badges b {
	display: block;
	color: #10234a;
	font-size: 14px;
	line-height: 1.25;
}

.pd-hero-badges em {
	display: block;
	color: #5f718d;
	font-size: 12px;
	font-style: normal;
	white-space: nowrap;
}

.pd-hero-visual {
	position: relative;
	min-height: 420px;
}

.pd-hero-visual img {
	position: absolute;
	right: 0;
	top: 4px;
	width: 720px;
	max-width: none;
	filter: drop-shadow(0 20px 34px rgba(31, 88, 190, 0.14));
}

.pd-label {
	position: absolute;
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(233, 243, 255, 0.88);
	color: #136bff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 8px 18px rgba(42, 103, 200, 0.1);
}

.pd-label-a { left: 48%; top: 8%; }
.pd-label-b { left: 18%; bottom: 15%; }
.pd-label-c { right: 2%; bottom: 16%; }

.pd-section {
	padding: 44px 0 30px;
}

.pd-title {
	position: relative;
	margin: 0 0 28px;
	text-align: center;
	color: #07183b;
	font-size: 26px;
	line-height: 1.25;
	font-weight: 800;
}

.pd-title::after {
	content: "";
	display: block;
	width: 42px;
	height: 3px;
	margin: 10px auto 0;
	border-radius: 99px;
	background: #0968ff;
}

.pd-why-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.pd-why-grid article,
.pd-core-map article,
.pd-safe-card,
.pd-deploy-card,
.pd-scenes article,
.pd-case-card,
.pd-faq details {
	border: 1px solid #dbe9fb;
	background: #fff;
	box-shadow: 0 10px 26px rgba(26, 91, 180, 0.07);
}

.pd-why-grid article {
	min-height: 170px;
	padding: 30px 26px;
	border-radius: 9px;
	text-align: center;
}

.pd-why-grid i {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: #eaf4ff;
	color: #0968ff;
	font-size: 24px;
}

.pd-why-grid h3 {
	margin: 0 0 12px;
	color: #10234a;
	font-size: 17px;
}

.pd-why-grid p {
	margin: 0;
	color: #5f718d;
	font-size: 14px;
	line-height: 1.8;
}

.pd-flow-section {
	padding-top: 24px;
}

.pd-flow {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 14px;
	align-items: start;
}

.pd-flow div {
	position: relative;
	text-align: center;
}

.pd-flow div:not(:last-child)::after {
	content: "";
	position: absolute;
	left: calc(50% + 35px);
	top: 38px;
	width: calc(100% - 50px);
	border-top: 2px dashed #9fc5ff;
}

.pd-flow i {
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	margin: 0 auto 12px;
	border-radius: 50%;
	border: 1px solid #cfe3ff;
	background: #fff;
	color: #0968ff;
	font-size: 28px;
	box-shadow: 0 10px 24px rgba(35, 85, 150, 0.08);
}

.pd-flow b {
	position: absolute;
	left: calc(50% - 4px);
	top: -4px;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #0968ff;
	color: #fff;
	font-size: 10px;
}

.pd-flow span {
	color: #10234a;
	font-size: 13px;
	font-weight: 700;
}

.pd-core-section {
	padding-top: 28px;
	background: linear-gradient(180deg, #fff 0%, #f7fbff 55%, #fff 100%);
}

.pd-core-map {
	position: relative;
	display: grid;
	grid-template-columns: 0.86fr 0.66fr 0.66fr 0.86fr;
	grid-template-areas:
		"left center center right"
		"left center center right"
		"bottom-left bottom-left bottom-right bottom-right";
	gap: 24px 56px;
	align-items: stretch;
	max-width: 1040px;
	margin: 0 auto;
}

.pd-core-lines {
	position: absolute;
	inset: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: visible;
}

.pd-core-lines path {
	fill: none;
	stroke: #8bb9ff;
	stroke-width: 1.8;
	stroke-dasharray: 3 5;
	stroke-linecap: round;
	marker-end: url(#pdArrow);
	opacity: 0.9;
}

.pd-core-lines marker path {
	fill: #73a8ff;
	stroke: none;
}

.pd-core-left,
.pd-core-right {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 18px;
}

.pd-core-left { grid-area: left; }
.pd-core-right { grid-area: right; }
.pd-core-center { grid-area: center; }
.pd-core-data { grid-area: bottom-left; }
.pd-core-platform { grid-area: bottom-right; }

.pd-core-data,
.pd-core-platform {
	width: min(100%, 410px);
	min-height: 118px;
}

.pd-core-data {
	justify-self: start;
}

.pd-core-platform {
	justify-self: end;
}

.pd-core-map article {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 76px;
	gap: 12px;
	align-items: center;
	min-height: 130px;
	padding: 16px 20px;
	border-radius: 10px;
}

.pd-core-data,
.pd-core-platform {
	min-height: 118px;
}

.pd-core-card::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 70px;
	border-top: 2px dotted #a9c9ff;
}

.pd-core-card::before,
.pd-core-card::after {
	display: none;
}

.pd-core-left .pd-core-card::after {
	right: -74px;
	transform: rotate(22deg);
	transform-origin: left center;
}

.pd-core-left .pd-core-card:nth-child(2)::after {
	transform: rotate(-10deg);
}

.pd-core-right .pd-core-card::after {
	left: -74px;
	transform: rotate(-22deg);
	transform-origin: right center;
}

.pd-core-right .pd-core-card:nth-child(2)::after {
	transform: rotate(10deg);
}

.pd-core-data::after,
.pd-core-platform::after {
	top: -32px;
	width: 120px;
}

.pd-core-data::after {
	right: 72px;
	transform: rotate(-26deg);
	transform-origin: right center;
}

.pd-core-platform::after {
	left: 72px;
	transform: rotate(26deg);
	transform-origin: left center;
}

.pd-core-card::before {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	border-top: 2px solid #7facff;
	border-right: 2px solid #7facff;
}

.pd-core-left .pd-core-card::before {
	right: -77px;
	transform: rotate(45deg);
}

.pd-core-right .pd-core-card::before {
	left: -77px;
	transform: rotate(-135deg);
}

.pd-core-data::before,
.pd-core-platform::before {
	top: -37px;
}

.pd-core-data::before {
	right: 184px;
	transform: rotate(-45deg);
}

.pd-core-platform::before {
	left: 184px;
	transform: rotate(135deg);
}

.pd-core-right article {
	grid-template-columns: 76px minmax(0, 1fr);
}

.pd-core-map .pd-core-platform {
	grid-template-columns: 76px minmax(0, 1fr);
}

.pd-core-map article i {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: #eaf4ff;
	color: #0968ff;
	font-size: 28px;
}

.pd-core-map article h3 {
	margin: 0 0 8px;
	color: #10234a;
	font-size: 17px;
}

.pd-core-map article p {
	margin: 0;
	color: #344667;
	font-size: 13px;
	line-height: 1.75;
}

.pd-core-data p,
.pd-core-platform p {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px 12px;
	line-height: 1.35;
}

.pd-core-center {
	position: relative;
	z-index: 3;
	min-height: 300px;
	padding: 28px 24px;
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(8, 103, 255, 0.94), rgba(4, 82, 222, 0.98)),
		url("../images/generated/feature-exam-card-bg.png") center/cover;
	color: #fff;
	text-align: center;
	box-shadow: 0 18px 42px rgba(9, 104, 255, 0.18);
}

.pd-core-center h3 {
	margin: 0 0 12px;
	font-size: 24px;
}

.pd-core-center p {
	margin: 0 auto 22px;
	max-width: 300px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.8;
}

.pd-core-cube {
	display: grid;
	place-items: center;
	width: 126px;
	height: 100px;
	margin: 0 auto 22px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
	font-size: 42px;
}

.pd-core-center ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.pd-core-center li {
	padding: 7px 4px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 11px;
}

.pd-ui-section {
	padding-top: 20px;
}

.pd-ui-row {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 26px;
}

.pd-ui-row figure {
	margin: 0;
	text-align: center;
}

.pd-ui-row img {
	width: 100%;
	height: 128px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #dbe9fb;
	background: #fff;
	box-shadow: 0 10px 24px rgba(35, 85, 150, 0.08);
}

.pd-ui-row figcaption {
	margin-top: 12px;
	color: #10234a;
	font-size: 13px;
}

.pd-safe-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.pd-safe-card,
.pd-deploy-card {
	min-height: 340px;
	padding: 30px;
	border-radius: 10px;
	background: linear-gradient(180deg, #fbfdff, #fff);
}

.pd-safe-card {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 24px;
	align-items: center;
	border-color: rgba(207, 227, 255, 0.9);
	box-shadow: 0 18px 44px rgba(26, 91, 180, 0.08);
}

.pd-safe-card img {
	width: min(100%, 320px);
	min-height: 0;
	margin: 0 auto;
	object-fit: contain;
	mix-blend-mode: multiply;
	filter: drop-shadow(0 22px 34px rgba(30, 112, 220, 0.12));
	-webkit-mask-image: radial-gradient(ellipse at center, #000 0 56%, rgba(0, 0, 0, 0.72) 72%, transparent 100%);
	mask-image: radial-gradient(ellipse at center, #000 0 56%, rgba(0, 0, 0, 0.72) 72%, transparent 100%);
}

.pd-safe-card h2,
.pd-deploy-card h2 {
	margin: 0 0 18px;
	color: #07183b;
	font-size: 22px;
	text-align: center;
}

.pd-safe-card ul {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.pd-safe-card li,
.pd-deploy-grid div {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.pd-safe-card li {
	padding: 2px 0;
}

.pd-safe-card i,
.pd-deploy-grid i {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: #eaf4ff;
	color: #0968ff;
	grid-row: 1 / span 2;
}

.pd-safe-card b,
.pd-deploy-grid b {
	display: block;
	grid-column: 2;
	margin-bottom: 2px;
	color: #10234a;
	font-size: 14px;
	line-height: 1.25;
}

.pd-safe-card span,
.pd-deploy-grid span {
	display: block;
	grid-column: 2;
	color: #5f718d;
	font-size: 12px;
	line-height: 1.45;
}

.pd-deploy-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.pd-deploy-grid div {
	min-height: 68px;
	padding: 12px 16px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(180deg, #f8fbff, #fff);
	box-shadow: inset 0 0 0 1px rgba(204, 224, 250, 0.85);
}

.pd-deploy-grid .pd-wide {
	grid-column: 1 / -1;
	background: #f5faff;
}

.pd-scenes {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.pd-scenes article {
	overflow: hidden;
	border-radius: 9px;
}

.pd-scenes img {
	width: 100%;
	height: 112px;
	object-fit: cover;
	display: block;
}

.pd-scenes h3 {
	margin: 14px 14px 8px;
	color: #10234a;
	font-size: 16px;
}

.pd-scenes h3 i {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	margin-right: 7px;
	border-radius: 50%;
	background: #0968ff;
	color: #fff;
	font-size: 12px;
}

.pd-scenes p {
	margin: 0 14px 16px;
	color: #5f718d;
	font-size: 12px;
	line-height: 1.65;
}

.pd-case-faq {
	padding-top: 16px;
	padding-bottom: 16px;
}

.pd-case-faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.pd-case-faq h2 {
	margin: 0 0 14px;
	color: #07183b;
	font-size: 22px;
}

.pd-case-card {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 18px;
	padding: 14px;
	border-radius: 9px;
}

.pd-case-card img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 8px;
}

.pd-case-card h3 {
	margin: 4px 0 10px;
	color: #10234a;
	font-size: 17px;
}

.pd-case-card p {
	margin: 0 0 16px;
	color: #5f718d;
	font-size: 13px;
	line-height: 1.7;
}

.pd-case-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
	margin-top: 12px;
}

.pd-case-metrics span {
	display: grid;
	gap: 4px;
	justify-items: center;
	padding: 8px 6px;
	border-radius: 8px;
	background: #f5faff;
	color: #5f718d;
}

.pd-case-metrics b {
	color: #0968ff;
	font-size: 25px;
	line-height: 1;
	white-space: nowrap;
}

.pd-case-metrics em {
	font-size: 12px;
	font-style: normal;
	white-space: nowrap;
}

.pd-faq {
	display: grid;
	gap: 10px;
}

.pd-faq details {
	border-radius: 7px;
	overflow: hidden;
}

.pd-faq summary {
	position: relative;
	padding: 13px 42px 13px 18px;
	color: #10234a;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

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

.pd-faq summary::after {
	content: "+";
	position: absolute;
	right: 18px;
	top: 10px;
	color: #5f718d;
	font-size: 18px;
}

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

.pd-faq p {
	margin: 0;
	padding: 0 18px 14px;
	color: #5f718d;
	font-size: 13px;
	line-height: 1.7;
}

.pd-bottom-cta {
	padding: 24px 0 12px;
}

.pd-bottom-cta .hy-shell {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
	min-height: 112px;
	border-radius: 10px;
	color: #fff;
	background:
		radial-gradient(circle at 12% 20%, rgba(255,255,255,0.18), transparent 22%),
		linear-gradient(90deg, #0765f6, #0b7dff);
}

.pd-bottom-cta h2 {
	margin: 0;
	font-size: 28px;
	letter-spacing: 0.12em;
}

.pd-bottom-cta div div {
	display: flex;
	gap: 18px;
}

.pd-bottom-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 170px;
	height: 40px;
	border-radius: 7px;
	background: #fff;
	color: #0968ff;
	font-weight: 700;
}

.pd-bottom-cta a + a {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.72);
}

.pd-footer {
	padding: 28px 0;
	background: #061f44;
	color: rgba(255,255,255,0.78);
}

.pd-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr repeat(4, 1fr) 110px;
	gap: 24px;
}

.pd-footer-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}

.pd-footer-logo img {
	width: 34px;
	height: 34px;
}

.pd-footer p {
	margin: 0;
	font-size: 12px;
	line-height: 1.8;
}

.pd-footer h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 14px;
}

.pd-footer a,
.pd-footer span {
	display: block;
	margin: 7px 0;
	color: rgba(255,255,255,0.72);
	font-size: 12px;
}

.pd-qr span {
	display: block;
	width: 86px;
	height: 86px;
	border-radius: 8px;
	background:
		linear-gradient(90deg, #09264f 8px, transparent 1%) 0 0 / 18px 18px,
		linear-gradient(#09264f 8px, transparent 1%) 0 0 / 18px 18px,
		#fff;
}

.pd-qr p {
	margin-top: 8px;
	text-align: center;
}

@media (max-width: 980px) {
	.pd-hero-grid,
	.pd-core-map,
	.pd-safe-grid,
	.pd-case-faq-grid {
		grid-template-columns: 1fr;
	}

	.pd-hero-visual {
		min-height: 330px;
	}

	.pd-hero-visual img {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}

	.pd-why-grid,
	.pd-scenes,
	.pd-ui-row {
		grid-template-columns: repeat(2, 1fr);
	}

	.pd-flow {
		grid-template-columns: repeat(4, 1fr);
	}

	.pd-core-lines {
		display: none;
	}

	.pd-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pd-core-left article::before,
	.pd-core-left article::after,
	.pd-core-right article::before,
	.pd-core-right article::after,
	.pd-core-card::before,
	.pd-core-card::after {
		display: none;
	}
}

@media (max-width: 640px) {
	.pd-hero {
		padding-top: 44px;
	}

	.pd-hero-copy h1 {
		font-size: clamp(30px, 3.05vw, 40px);
	}

	.pd-actions,
	.pd-bottom-cta .hy-shell,
	.pd-bottom-cta div div {
		flex-direction: column;
	}

	.pd-hero-badges,
	.pd-why-grid,
	.pd-flow,
	.pd-scenes,
	.pd-ui-row,
	.pd-deploy-grid,
	.pd-footer-grid {
		grid-template-columns: 1fr;
	}

	.pd-safe-card,
	.pd-case-card {
		grid-template-columns: 1fr;
	}

	.pd-bottom-cta h2 {
		font-size: 22px;
		text-align: center;
	}
}
