.partner-page {
	background: #f6faff;
	color: #10234a;
}

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

.partner-page .hy-nav a.active {
	color: #126cff;
}

.pt-hero {
	position: relative;
	overflow: hidden;
	padding: 48px 0 0;
	background:
		linear-gradient(90deg, rgba(246,250,255,.98) 0%, rgba(239,247,255,.94) 48%, rgba(230,242,255,.68) 100%),
		url("../images/generated/solution-government-hero.png") right center / auto 100% no-repeat;
	border-bottom: 1px solid #dce8fb;
}

.pt-hero-inner {
	display: grid;
	grid-template-columns: minmax(650px, .95fr) minmax(360px, 1fr);
	gap: 28px;
	align-items: center;
	min-height: 250px;
}

.pt-hero-copy h1 {
	margin: 0 0 14px;
	color: #071c4d;
	font-size: clamp(30px, 3.05vw, 40px);
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: -.02em;
	white-space: nowrap;
}

.pt-hero-copy h1::first-letter {
	color: #071c4d;
}

.pt-hero-copy p {
	margin: 0;
	max-width: 660px;
	color: #334b70;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 700;
}

.pt-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0 22px;
}

.pt-hero-tags span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #18396f;
	font-size: 14px;
	font-weight: 800;
}

.pt-hero-tags i {
	color: #126cff;
}

.pt-actions {
	display: flex;
	gap: 14px;
	align-items: center;
}

.pt-primary,
.pt-secondary,
.pt-white,
.pt-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 42px;
	min-width: 142px;
	padding: 0 24px;
	border-radius: 7px;
	font-size: 15px;
	font-weight: 900;
}

.pt-primary {
	color: #fff;
	background: linear-gradient(180deg, #1d78ff, #075fe8);
	box-shadow: 0 12px 24px rgba(22, 100, 235, .22);
}

.pt-secondary {
	color: #126cff;
	background: #fff;
	border: 1px solid #a9c9ff;
}

.pt-hero-art {
	position: relative;
	min-height: 250px;
}

.pt-hero-art img {
	position: absolute;
	right: 78px;
	top: 8px;
	width: 360px;
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(23, 81, 173, .18);
}

.pt-handshake {
	position: absolute;
	right: 0;
	bottom: 14px;
	display: grid;
	place-items: center;
	width: 230px;
	height: 94px;
	border-radius: 999px 0 0 999px;
	color: #fff;
	font-size: 58px;
	background: linear-gradient(135deg, rgba(11, 93, 230, .92), rgba(69, 155, 255, .7));
	box-shadow: 0 18px 34px rgba(19, 101, 232, .22);
}

.pt-stats {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0;
	margin-top: 14px;
	padding: 14px 20px;
	border-radius: 12px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 14px 34px rgba(47, 103, 186, .14);
}

.pt-stats article {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 0 10px;
	align-items: center;
	padding: 0 18px;
	border-right: 1px solid #e5eefc;
}

.pt-stats article:last-child {
	border-right: 0;
}

.pt-stats i {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(180deg, #54a2ff, #196df1);
}

.pt-stats strong {
	color: #126cff;
	font-size: 22px;
	line-height: 1;
}

.pt-stats span {
	color: #4f6689;
	font-size: 12px;
	font-weight: 700;
}

.pt-section {
	padding: 24px 0;
}

.pt-tight {
	padding-top: 8px;
}

.pt-title {
	text-align: center;
	margin-bottom: 18px;
}

.pt-title h2 {
	margin: 0;
	color: #071c4d;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 900;
}

.pt-title p {
	margin: 7px 0 0;
	color: #7788a8;
	font-size: 13px;
	font-weight: 700;
}

.pt-mode-grid {
	display: grid;
	grid-template-columns: repeat(11, minmax(0, 1fr));
	gap: 14px;
	grid-template-areas:
		"main main main a a b b c c c c"
		"main main main d d e e f f g g";
}

.pt-mode-grid article,
.pt-partners,
.pt-why,
.pt-support,
.pt-benefits,
.pt-flow-section .hy-shell,
.pt-scenes-section .hy-shell,
.pt-faq-section .hy-shell {
	border: 1px solid #d8e6fb;
	border-radius: 14px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 10px 26px rgba(53, 104, 185, .08);
}

.pt-mode-grid article {
	position: relative;
	min-height: 96px;
	padding: 16px 16px 14px;
}

.pt-mode-grid article:not(.pt-mode-main) {
	grid-column: auto;
}

.pt-mode-grid article:not(.pt-mode-main) {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	gap: 5px 10px;
	align-items: start;
	padding-right: 40px;
}

.pt-mode-grid article:not(.pt-mode-main) > i:first-child {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	color: #126cff;
	background: #edf5ff;
	font-size: 16px;
}

.pt-mode-grid h3 {
	margin: 0;
	color: #0f2a57;
	font-size: 16px;
	line-height: 1.18;
	font-weight: 900;
	white-space: nowrap;
}

.pt-mode-grid p {
	grid-column: 2 / 3;
	margin: 0;
	color: #516a91;
	font-size: 12px;
	line-height: 1.55;
}

.pt-mode-grid article:not(.pt-mode-main) a {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #126cff;
	background: #fff;
	border: 1px solid #8dbaff;
	font-size: 10px;
}

.pt-mode-grid article:not(.pt-mode-main) a i {
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	font-size: inherit;
}

.pt-mode-main {
	grid-area: main;
	position: relative;
	overflow: hidden;
	min-height: 250px;
	padding: 26px 24px 22px;
	color: #fff;
	background:
		radial-gradient(circle at 78% 76%, rgba(255,255,255,.22), transparent 31%),
		linear-gradient(135deg, #0d67f8, #116cff 56%, #0b5ad7) !important;
}

.pt-mode-main::before {
	content: "";
	position: absolute;
	right: 34px;
	bottom: 36px;
	width: 118px;
	height: 96px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.58), rgba(106,172,255,.88)) 0 54px / 24px 42px no-repeat,
		linear-gradient(180deg, rgba(255,255,255,.64), rgba(87,157,255,.9)) 34px 34px / 24px 62px no-repeat,
		linear-gradient(180deg, rgba(255,255,255,.72), rgba(69,142,255,.94)) 68px 14px / 24px 82px no-repeat,
		linear-gradient(180deg, rgba(255,255,255,.38), rgba(70,142,255,.24)) 0 86px / 112px 10px no-repeat;
	transform: skewX(-8deg);
	opacity: .95;
}

.pt-mode-main::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 86px;
	width: 118px;
	height: 82px;
	border-top: 5px solid rgba(174,216,255,.82);
	border-right: 5px solid rgba(174,216,255,.82);
	transform: rotate(-28deg);
	border-radius: 0 12px 0 0;
}

.pt-mode-grid article:nth-child(2) { grid-area: a; }
.pt-mode-grid article:nth-child(3) { grid-area: b; }
.pt-mode-grid article:nth-child(4) { grid-area: c; }
.pt-mode-grid article:nth-child(5) { grid-area: d; }
.pt-mode-grid article:nth-child(6) { grid-area: e; }
.pt-mode-grid article:nth-child(7) { grid-area: f; }
.pt-mode-grid article:nth-child(8) { grid-area: g; }

.pt-mode-main h3,
.pt-mode-main p {
	position: relative;
	z-index: 1;
	color: #fff;
}

.pt-mode-main h3 {
	display: inline-block;
	margin: 0 8px 14px 0;
	font-size: 22px;
	line-height: 1.2;
	white-space: nowrap;
}

.pt-mode-main em {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1px 0 14px;
	padding: 4px 9px;
	border-radius: 999px;
	color: #0d67f8;
	background: #fff;
	font-style: normal;
	font-size: 12px;
	font-weight: 900;
	vertical-align: top;
	white-space: nowrap;
}

.pt-mode-main p {
	max-width: 188px;
	font-size: 13px;
	line-height: 1.85;
	font-weight: 800;
}

.pt-mode-main ul {
	position: relative;
	z-index: 1;
	margin: 18px 0 20px;
	padding: 0;
	list-style: none;
	color: rgba(255,255,255,.9);
	line-height: 1.9;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.pt-mode-main li::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 8px;
	border-radius: 1px;
	background: rgba(255,255,255,.78);
	vertical-align: middle;
}

.pt-mode-main a {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 34px;
	padding: 0 18px;
	border-radius: 18px;
	color: #126cff;
	background: #fff;
	font-size: 13px;
	font-weight: 900;
}

.pt-partners {
	padding: 18px 24px 24px;
}

.pt-partner-row {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
}

.pt-partner-row article {
	text-align: center;
}

.pt-partner-row i {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	margin: 0 auto 10px;
	border-radius: 50%;
	color: #126cff;
	background: radial-gradient(circle, #fff 0 44%, #edf5ff 45% 100%);
	font-size: 24px;
}

.pt-partner-row h3 {
	margin: 0 0 8px;
	color: #0f2a57;
	font-size: 15px;
}

.pt-partner-row p {
	margin: 0;
	color: #516a91;
	font-size: 12px;
	line-height: 1.55;
}

.pt-why-wrap {
	padding-top: 0;
}

.pt-why {
	padding: 20px 34px 26px;
}

.pt-why-grid {
	display: grid;
	grid-template-columns: 1fr 250px 1fr;
	gap: 24px;
	align-items: center;
}

.pt-why-list {
	display: grid;
	gap: 12px;
}

.pt-why-list article {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 12px;
	align-items: center;
	padding: 12px 16px;
	border-radius: 10px;
	background: linear-gradient(90deg, #eef6ff, #fff);
}

.pt-why-list i {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	color: #126cff;
	background: #fff;
	box-shadow: 0 8px 18px rgba(36, 107, 230, .1);
}

.pt-why-list h3 {
	margin: 0 0 4px;
	color: #0f2a57;
	font-size: 15px;
}

.pt-why-list p {
	margin: 0;
	color: #536b91;
	font-size: 12px;
	line-height: 1.5;
}

.pt-why-center {
	display: grid;
	place-items: center;
	min-height: 210px;
	background: radial-gradient(circle, rgba(31, 113, 255, .12), transparent 66%);
}

.pt-why-center div {
	display: grid;
	place-items: center;
	width: 150px;
	height: 150px;
	border: 1px dashed #6fa9ff;
	border-radius: 50%;
	color: #126cff;
	background: rgba(255,255,255,.86);
}

.pt-why-center i {
	font-size: 38px;
}

.pt-why-center strong {
	margin-top: 8px;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
}

.pt-two {
	padding-top: 0;
}

.pt-two-grid {
	display: grid;
	grid-template-columns: 440px 1fr;
	gap: 16px;
	align-items: stretch;
}

.pt-support,
.pt-benefits {
	min-height: 244px;
	padding: 20px 24px 0;
	overflow: hidden;
}

.pt-support h2,
.pt-benefits h2 {
	margin: 0 0 14px;
	color: #071c4d;
	font-size: 22px;
}

.pt-support ul {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pt-support li {
	display: grid;
	grid-template-columns: 78px 1fr;
	gap: 12px;
	align-items: center;
}

.pt-support b {
	display: grid;
	place-items: center;
	height: 26px;
	border-radius: 6px;
	color: #fff;
	background: #126cff;
	font-size: 12px;
}

.pt-support span {
	color: #4f6689;
	font-size: 12px;
}

.pt-support img {
	display: block;
	width: 254px;
	margin: 8px 24px -22px auto;
}

.pt-benefits > p {
	margin: -8px 0 18px;
	color: #6f82a3;
	font-size: 13px;
}

.pt-benefits > div {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}

.pt-benefits article {
	min-height: 118px;
	padding: 16px 10px;
	border: 1px solid #dbe8fb;
	border-radius: 10px;
	text-align: center;
	background: #fff;
}

.pt-benefits i {
	color: #126cff;
	font-size: 28px;
}

.pt-benefits h3 {
	margin: 10px 0 6px;
	color: #0f2a57;
	font-size: 14px;
}

.pt-benefits p {
	margin: 0;
	color: #63779a;
	font-size: 12px;
	line-height: 1.45;
}

.pt-flow-section {
	padding-top: 0;
}

.pt-flow-section .hy-shell,
.pt-scenes-section .hy-shell,
.pt-faq-section .hy-shell {
	padding: 20px 24px 24px;
}

.pt-flow {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 12px;
	position: relative;
}

.pt-flow article {
	position: relative;
	text-align: center;
}

.pt-flow b {
	display: grid;
	place-items: center;
	width: 34px;
	height: 24px;
	margin: 0 auto 10px;
	border-radius: 999px;
	color: #fff;
	background: #126cff;
	font-size: 12px;
}

.pt-flow h3 {
	margin: 0 0 6px;
	color: #0f2a57;
	font-size: 14px;
}

.pt-flow p {
	margin: 0;
	color: #64789a;
	font-size: 12px;
	line-height: 1.45;
}

.pt-scenes-section {
	padding-top: 0;
}

.pt-scenes {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
}

.pt-scenes article {
	overflow: hidden;
	border: 1px solid #dbe8fb;
	border-radius: 12px;
	background: #fff;
}

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

.pt-scenes h3 {
	margin: 12px 14px 6px;
	color: #0f2a57;
	font-size: 15px;
}

.pt-scenes p {
	margin: 0 14px 14px;
	color: #63789a;
	font-size: 12px;
	line-height: 1.55;
}

.pt-faq-section {
	padding-top: 0;
}

.pt-faq {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 48px;
}

.pt-faq details {
	border-radius: 8px;
	background: #f5f9ff;
}

.pt-faq summary {
	display: flex;
	align-items: center;
	min-height: 38px;
	padding: 0 16px;
	color: #0f2a57;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.pt-faq summary::before {
	content: "Q";
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	border-radius: 50%;
	color: #fff;
	background: #126cff;
	font-size: 11px;
}

.pt-faq summary::after {
	content: "\f105";
	margin-left: auto;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #126cff;
}

.pt-faq p {
	margin: 0;
	padding: 0 18px 14px 44px;
	color: #607493;
	font-size: 12px;
	line-height: 1.7;
}

.pt-final {
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 40%, rgba(69, 156, 255, .3), transparent 26%),
		linear-gradient(135deg, #0068f2, #004fc1);
	color: #fff;
}

.pt-final-inner {
	display: grid;
	grid-template-columns: 1fr 360px;
	align-items: center;
	min-height: 150px;
}

.pt-final h2 {
	margin: 0 0 10px;
	font-size: 28px;
}

.pt-final p {
	margin: 0 0 18px;
	color: rgba(255,255,255,.9);
	font-size: 16px;
}

.pt-white {
	color: #126cff;
	background: #fff;
}

.pt-outline {
	color: #fff;
	border: 1px solid rgba(255,255,255,.72);
}

.pt-final img {
	width: 360px;
	height: 140px;
	object-fit: cover;
	border-radius: 18px 18px 0 0;
	opacity: .92;
}

.partner-page .hy-footer {
	background: #062250;
}

@media (max-width: 1100px) {
	.pt-hero-inner,
	.pt-two-grid,
	.pt-why-grid {
		grid-template-columns: 1fr;
	}

	.pt-mode-grid,
	.pt-partner-row,
	.pt-benefits > div,
	.pt-flow,
	.pt-scenes {
		grid-template-columns: repeat(2, 1fr);
	}

	.pt-mode-main {
		grid-row: auto;
	}
}

@media (max-width: 720px) {
	.pt-hero-copy h1,
	.pt-final h2 {
		font-size: 24px;
	}

	.pt-stats,
	.pt-mode-grid,
	.pt-partner-row,
	.pt-benefits > div,
	.pt-flow,
	.pt-scenes,
	.pt-faq,
	.pt-final-inner {
		grid-template-columns: 1fr;
	}

	.pt-hero-art {
		display: none;
	}

	.pt-stats article {
		border-right: 0;
		border-bottom: 1px solid #e5eefc;
		padding: 12px 0;
	}
}
