/*
 * K-FIMS Solution V10
 * Public-sector enterprise platform: responsive, accessible, print-safe.
 */

.kf-sol-v10 {
	--kf-sol-navy-950: #040d20;
	--kf-sol-navy-900: #07162f;
	--kf-sol-navy-850: #0a1e40;
	--kf-sol-navy-800: #0c2857;
	--kf-sol-blue-700: #174fc3;
	--kf-sol-blue-600: #2368e8;
	--kf-sol-blue-500: #3184ff;
	--kf-sol-cyan: #73e2ff;
	--kf-sol-gold: #efc46c;
	--kf-sol-ink: #102448;
	--kf-sol-copy: #425777;
	--kf-sol-muted: #657693;
	--kf-sol-line: #dce6f2;
	--kf-sol-surface: #f5f8fc;
	--kf-sol-white: #fff;
	--kf-sol-radius-sm: 12px;
	--kf-sol-radius: 20px;
	--kf-sol-radius-lg: 30px;
	--kf-sol-shadow: 0 22px 60px rgba(10, 38, 82, .12);
	--kf-sol-shadow-dark: 0 34px 90px rgba(0, 8, 28, .34);
	color: var(--kf-sol-ink);
	overflow: clip;
	background: var(--kf-sol-white);
}

.kf-sol-v10,
.kf-sol-v10 *,
.kf-sol-v10 *::before,
.kf-sol-v10 *::after {
	box-sizing: border-box;
}

.kf-sol-v10 :where(h1, h2, h3, p, ol, ul, figure) {
	margin: 0;
}

.kf-sol-v10 :where(ol, ul) {
	padding: 0;
	list-style: none;
}

.kf-sol-v10 :where(img, picture, svg) {
	display: block;
	max-width: 100%;
}

.kf-sol-v10 :where(a, button) {
	-webkit-tap-highlight-color: transparent;
}

.kf-sol-v10 :where(a, button):focus-visible {
	outline: 3px solid var(--kf-sol-cyan);
	outline-offset: 4px;
}

.kf-sol-v10__shell {
	position: relative;
	width: min(calc(100% - 48px), 1180px);
	margin-inline: auto;
}


.kf-sol-v10__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	color: var(--kf-sol-blue-700);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.kf-sol-v10__eyebrow::before {
	width: 22px;
	height: 2px;
	content: "";
	background: currentColor;
}


.kf-sol-v10__section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
	align-items: end;
	gap: 56px;
	margin-bottom: 46px;
}

.kf-sol-v10__section-head--center {
	display: block;
	max-width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.kf-sol-v10__section-head--center .kf-sol-v10__eyebrow {
	justify-content: center;
}

.kf-sol-v10__section-head h2{
	color: var(--kf-sol-ink);
	font-size: clamp(34px, 3.45vw, 50px);
	font-weight: 850;
	line-height: 1.22;
	letter-spacing: -.045em;
	word-break: keep-all;
}

.kf-sol-v10__section-head > p{
	color: var(--kf-sol-copy);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	word-break: keep-all;
}

.kf-sol-v10__section-head--center > p {
	max-width: 680px;
	margin: 19px auto 0;
}

.kf-sol-v10__button{
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
	transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.kf-sol-v10__button svg{
	width: 18px;
	height: 18px;
	flex: none;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (hover: hover) and (pointer: fine) {
	.kf-sol-v10__button:hover{
		transform: translateY(-2px);
	}
}

/* Dark enterprise hero */
.kf-sol-v10__hero {
	position: relative;
	isolation: isolate;
	min-height: 760px;
	overflow: hidden;
	background:
		radial-gradient(circle at 84% 14%, rgba(44, 113, 240, .27), transparent 31%),
		radial-gradient(circle at 12% 83%, rgba(34, 133, 255, .14), transparent 33%),
		linear-gradient(122deg, var(--kf-sol-navy-950) 0%, var(--kf-sol-navy-900) 48%, #0b2c65 100%);
	color: #fff;
}

.kf-sol-v10__hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background-image:
		linear-gradient(rgba(116, 168, 255, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(116, 168, 255, .055) 1px, transparent 1px);
	background-size: 52px 52px;
	-webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, .65), transparent 78%);
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, .65), transparent 78%);
}

.kf-sol-v10__hero::after {
	position: absolute;
	z-index: -1;
	right: -190px;
	bottom: -290px;
	width: 780px;
	height: 780px;
	border: 1px solid rgba(111, 171, 255, .16);
	border-radius: 50%;
	box-shadow: 0 0 0 90px rgba(39, 100, 203, .035), 0 0 0 180px rgba(39, 100, 203, .025);
	content: "";
}

.kf-sol-v10__hero .kf-sol-v10__shell{
	display: grid;
	min-height: 760px;
	grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
	align-items: center;
	gap: 58px;
	padding: 84px 0 92px;
}


.kf-sol-v10__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin-bottom: 34px;
	color: #9fb5da;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .04em;
}

.kf-sol-v10__breadcrumb :where(a, span) {
	color: inherit;
	text-decoration: none;
}

.kf-sol-v10__hero .kf-sol-v10__eyebrow {
	color: #91c7ff;
}

.kf-sol-v10__hero h1{
	max-width: 660px;
	color: #fff;
	font-size: clamp(46px, 4.7vw, 68px);
	font-weight: 880;
	line-height: 1.12;
	letter-spacing: -.058em;
	word-break: keep-all;
}

.kf-sol-v10__hero h1 span{
	color: #86dfff;
}

.kf-sol-v10__hero-lead {
	max-width: 600px;
	margin-top: 25px;
	color: #bdcae0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.85;
	word-break: keep-all;
}


.kf-sol-v10__button--primary{
	background: linear-gradient(135deg, #2777f2, #1553c9);
	box-shadow: 0 14px 34px rgba(24, 96, 221, .3);
	color: #fff;
}


.kf-sol-v10__button--ghost{
	border-color: rgba(154, 190, 244, .31);
	background: rgba(11, 37, 79, .62);
	color: #dbe9ff;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}


/* Real HTML dashboard demo */
.kf-sol-v10__dashboard {
	position: relative;
	padding: 112px 0;
	background:
		radial-gradient(circle at 92% 8%, rgba(41, 104, 221, .08), transparent 27%),
		#fff;
}


.kf-sol-v10__frame {
	position: relative;
	overflow: hidden;
	border: 1px solid #cfdceb;
	border-radius: 24px;
	background: #edf3fa;
	box-shadow: 0 30px 80px rgba(12, 43, 91, .16);
}


.kf-sol-v10__dashboard-grid {
	display: grid;
	grid-template-columns: minmax(250px, .84fr) minmax(0, 1.16fr);
	gap: 12px;
	margin-top: 12px;
}


/* De-identified worker detail */
.kf-sol-v10__worker {
	position: relative;
	padding: 112px 0;
	border-top: 1px solid #e6edf6;
	background: var(--kf-sol-surface);
}


/* Template-bound hero refinements */
.kf-sol-v10__hero-shell {
	display: grid;
	min-height: 760px;
	grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
	align-items: center;
	gap: 58px;
	padding: 84px 0 92px;
}

.kf-sol-v10__hero .kf-sol-v10__copy {
	position: relative;
	z-index: 2;
	min-width: 0;
}

.kf-sol-v10__hero .kf-sol-v10__eyebrow > span {
	display: none;
}

.kf-sol-v10__hero h1 em,
.kf-sol-v10__section-head h2 em {
	color: #2571e6;
	font-style: normal;
}

.kf-sol-v10__hero h1 em {
	color: #86dfff;
}

.kf-sol-v10__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.kf-sol-v10__hero .kf-sol-v10__actions {
	margin-top: 31px;
}

.kf-sol-v10__hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 11px 22px;
	margin-top: 35px;
}

.kf-sol-v10__hero-points li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #9db2d2;
	font-size: 11px;
	font-weight: 700;
}

.kf-sol-v10__hero-points svg {
	width: 17px;
	height: 17px;
	flex: none;
	fill: none;
	stroke: #69d9ff;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kf-sol-v10__visual {
	position: relative;
	min-width: 0;
	margin: 0;
}

.kf-sol-v10__visual-frame {
	position: relative;
	display: block;
	aspect-ratio: 1672 / 941;
	overflow: hidden;
	border: 1px solid rgba(147, 190, 252, .26);
	border-radius: var(--kf-sol-radius-lg);
	background: #091b3c;
	box-shadow: var(--kf-sol-shadow-dark);
}

.kf-sol-v10__visual-frame::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(3, 13, 33, .4), transparent 33%), linear-gradient(180deg, transparent 63%, rgba(3, 12, 29, .32));
	pointer-events: none;
}

.kf-sol-v10__visual-frame picture,
.kf-sol-v10__visual-frame img {
	width: 100%;
	height: 100%;
}

.kf-sol-v10__visual-frame img {
	object-fit: cover;
	object-position: center;
}

.kf-sol-v10__visual-status {
	position: absolute;
	z-index: 2;
	right: 22px;
	bottom: 22px;
	display: flex;
	max-width: calc(100% - 44px);
	align-items: center;
	gap: 11px;
	padding: 12px 15px;
	border: 1px solid rgba(140, 190, 255, .28);
	border-radius: 12px;
	background: rgba(4, 18, 43, .84);
	box-shadow: 0 14px 36px rgba(0, 0, 0, .26);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.kf-sol-v10__visual-status-dot {
	width: 9px;
	height: 9px;
	flex: none;
	border-radius: 50%;
	background: #65e3c2;
	box-shadow: 0 0 0 5px rgba(101, 227, 194, .12);
}

.kf-sol-v10__visual-status > span:last-child {
	color: #f2f7ff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
}

.kf-sol-v10__visual-status small {
	display: block;
	margin-bottom: 2px;
	color: #93a9ca;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
}

.kf-sol-v10__visual figcaption,
.kf-sol-v10__lifecycle-visual figcaption {
	margin-top: 11px;
	color: #8499bb;
	font-size: 10px;
	font-weight: 650;
	line-height: 1.5;
	text-align: right;
}

.kf-sol-v10__hero-orbit {
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(111, 171, 255, .15);
	border-radius: 50%;
	pointer-events: none;
}

.kf-sol-v10__hero-orbit--one {
	top: 6%;
	right: -250px;
	width: 680px;
	height: 680px;
}

.kf-sol-v10__hero-orbit--two {
	right: 10%;
	bottom: -410px;
	width: 610px;
	height: 610px;
}

/* Exact dashboard structure */
.kf-sol-v10__frame {
	isolation: isolate;
}

.kf-sol-v10__browser-bar {
	display: flex;
	min-height: 48px;
	align-items: center;
	gap: 7px;
	padding: 10px 16px;
	border-bottom: 1px solid #d6e1ee;
	background: #fff;
}

.kf-sol-v10__browser-bar > span {
	width: 8px;
	height: 8px;
	flex: none;
	border-radius: 50%;
	background: #c4d0df;
}

.kf-sol-v10__browser-bar > span:first-child {
	background: #ef8b77;
}

.kf-sol-v10__browser-bar > span:nth-child(2) {
	background: #efc263;
}

.kf-sol-v10__browser-bar > span:nth-child(3) {
	background: #6bc99b;
}

.kf-sol-v10__browser-bar strong {
	margin-left: 8px;
	overflow: hidden;
	color: #4e6282;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .03em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kf-sol-v10__browser-bar small {
	margin-left: auto;
	color: #2d68c8;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .08em;
	white-space: nowrap;
}

.kf-sol-v10__dashboard-demo {
	display: grid;
	min-height: 650px;
	grid-template-columns: 176px minmax(0, 1fr);
	padding: 0;
	background: #edf3fa;
}

.kf-sol-v10__sidebar {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 22px 13px 17px;
	background: linear-gradient(180deg, #0a2859, #081d42);
	color: #dce9ff;
}

.kf-sol-v10__sidebar-brand {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 0 8px 19px;
	border-bottom: 1px solid rgba(153, 190, 244, .15);
}

.kf-sol-v10__sidebar-brand > span {
	display: grid;
	width: 31px;
	height: 31px;
	flex: none;
	place-items: center;
	border-radius: 9px;
	background: #1d64dc;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}

.kf-sol-v10__sidebar-brand strong,
.kf-sol-v10__sidebar-brand small {
	display: block;
}

.kf-sol-v10__sidebar-brand strong {
	min-width: 0;
	color: #f3f7ff;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.25;
}

.kf-sol-v10__sidebar-brand small {
	margin-top: 2px;
	color: #8ca5cc;
	font-size: 8px;
	font-weight: 650;
}

.kf-sol-v10__sidebar-nav {
	display: grid;
	gap: 5px;
	margin-top: 17px;
}

.kf-sol-v10__sidebar-item {
	display: flex;
	min-height: 39px;
	min-width: 0;
	align-items: center;
	gap: 9px;
	padding: 8px 10px;
	border-radius: 8px;
	color: #9eb4d8;
	font-size: 10px;
	font-weight: 700;
}

.kf-sol-v10__sidebar-item--active {
	background: #155dd2;
	color: #fff;
}

.kf-sol-v10__sidebar-item svg {
	width: 16px;
	height: 16px;
	flex: none;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kf-sol-v10__sidebar-scope {
	margin-top: auto;
	padding: 13px 11px;
	border: 1px solid rgba(142, 181, 238, .16);
	border-radius: 9px;
	background: rgba(7, 26, 59, .58);
}

.kf-sol-v10__sidebar-scope :where(small, strong, span) {
	display: block;
}

.kf-sol-v10__sidebar-scope small {
	color: #8099bf;
	font-size: 8px;
	font-weight: 700;
}

.kf-sol-v10__sidebar-scope strong {
	margin-top: 5px;
	color: #ecf4ff;
	font-size: 10px;
	font-weight: 800;
}

.kf-sol-v10__sidebar-scope span {
	margin-top: 7px;
	color: #68d3f5;
	font-size: 8px;
	font-weight: 750;
}

.kf-sol-v10__main {
	min-width: 0;
	padding: 24px;
}

.kf-sol-v10__demo-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.kf-sol-v10__demo-topbar > div:first-child > :where(span, strong, small),
.kf-sol-v10__demo-account :where(strong, small) {
	display: block;
}

.kf-sol-v10__demo-kicker {
	color: #2765c9;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .12em;
}

.kf-sol-v10__demo-topbar > div:first-child > strong {
	margin-top: 4px;
	color: #142d58;
	font-size: 18px;
	font-weight: 850;
	line-height: 1.3;
}

.kf-sol-v10__demo-topbar > div:first-child > small {
	margin-top: 3px;
	color: #6b7d98;
	font-size: 9px;
	font-weight: 550;
}

.kf-sol-v10__demo-account {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 8px 10px;
	border: 1px solid #d8e2ef;
	border-radius: 9px;
	background: #fff;
}

.kf-sol-v10__demo-account > span {
	display: grid;
	width: 30px;
	height: 30px;
	flex: none;
	place-items: center;
	border-radius: 8px;
	background: #e7f0ff;
	color: #1e5dc9;
	font-size: 10px;
	font-weight: 850;
}

.kf-sol-v10__demo-account strong {
	color: #31496f;
	font-size: 9px;
	font-weight: 800;
}

.kf-sol-v10__demo-account small {
	margin-top: 2px;
	color: #8090a7;
	font-size: 8px;
	font-weight: 650;
}

.kf-sol-v10__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
}

.kf-sol-v10__stat {
	display: grid;
	min-width: 0;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	padding: 13px;
	border: 1px solid #dbe4ef;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(25, 57, 104, .04);
}

.kf-sol-v10__stat-icon {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 9px;
	background: #e8f1ff;
	color: #276bdd;
}

.kf-sol-v10__stat-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kf-sol-v10__stat div > :where(small, strong, span) {
	display: block;
	min-width: 0;
}

.kf-sol-v10__stat small {
	color: #71819a;
	font-size: 8px;
	font-weight: 700;
}

.kf-sol-v10__stat strong {
	margin-top: 3px;
	overflow: hidden;
	color: #16315f;
	font-size: 17px;
	font-weight: 850;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kf-sol-v10__stat strong em {
	margin-left: 2px;
	color: #60718c;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
}

.kf-sol-v10__stat div > span {
	margin-top: 3px;
	color: #8b99ad;
	font-size: 7.5px;
	font-weight: 650;
}

.kf-sol-v10__dashboard-grid {
	grid-template-columns: minmax(340px, 1.12fr) minmax(260px, .88fr);
}

.kf-sol-v10__panel {
	min-height: 0;
}

.kf-sol-v10__panel--map {
	grid-row: span 2;
}

.kf-sol-v10__panel--dorm {
	grid-column: 1 / -1;
}

.kf-sol-v10__panel > header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.kf-sol-v10__panel > header small,
.kf-sol-v10__panel > header h3 {
	display: block;
}

.kf-sol-v10__panel > header small {
	color: #5680c3;
	font-size: 7px;
	font-weight: 850;
	letter-spacing: .08em;
}

.kf-sol-v10__panel > header h3 {
	margin-top: 4px;
	color: #233b66;
	font-size: 11px;
	font-weight: 850;
}

.kf-sol-v10__panel > header > span {
	flex: none;
	color: #8090a9;
	font-size: 8px;
	font-weight: 700;
}

.kf-sol-v10__map-wrap {
	position: relative;
	min-height: 272px;
	overflow: hidden;
	border-radius: 8px;
	background: #eef5fd;
}

.kf-sol-v10__map-wrap > picture,
.kf-sol-v10__map-wrap > picture > img {
	display: block;
	width: 100%;
	height: 272px;
	object-fit: cover;
	object-position: center;
}

.kf-sol-v10__map-legend {
	position: absolute;
	right: 8px;
	bottom: 8px;
	left: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 11px;
	padding: 7px 9px;
	border: 1px solid rgba(61, 113, 189, .15);
	border-radius: 7px;
	background: rgba(255, 255, 255, .92);
	color: #526887;
	font-size: 7px;
	font-weight: 750;
}

.kf-sol-v10__map-legend span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.kf-sol-v10__map-legend i {
	width: 6px;
	height: 6px;
	border-radius: 2px;
	background: #a9ccef;
}

.kf-sol-v10__map-legend span:nth-child(2) i {
	background: #6199df;
}

.kf-sol-v10__map-legend span:nth-child(3) i {
	background: #1c61c7;
}

.kf-sol-v10__country-body {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	align-items: center;
	gap: 15px;
	min-height: 142px;
}

.kf-sol-v10__donut {
	position: relative;
	display: grid;
	width: 106px;
	height: 106px;
	place-items: center;
	border-radius: 50%;
	background: conic-gradient(#2f72df 0 31%, #4fc0b1 31% 57%, #efb540 57% 76%, #8a70d5 76% 90%, #b8c9df 90% 100%);
}

.kf-sol-v10__donut::before {
	position: absolute;
	width: 70px;
	height: 70px;
	content: "";
	border-radius: 50%;
	background: #fff;
}

.kf-sol-v10__donut > span {
	position: relative;
	z-index: 1;
	color: #73839b;
	font-size: 8px;
	font-weight: 700;
	text-align: center;
}

.kf-sol-v10__donut strong {
	display: block;
	color: #17315f;
	font-size: 22px;
	font-weight: 850;
	line-height: 1;
}

.kf-sol-v10__country-list {
	display: grid;
	gap: 7px;
}

.kf-sol-v10__country-list li,
.kf-sol-v10__country-list li > span {
	display: flex;
	align-items: center;
}

.kf-sol-v10__country-list li {
	justify-content: space-between;
	gap: 9px;
	color: #61728d;
	font-size: 8px;
	font-weight: 700;
}

.kf-sol-v10__country-list li > span {
	min-width: 0;
	gap: 6px;
}

.kf-sol-v10__country-list i {
	width: 7px;
	height: 7px;
	flex: none;
	border-radius: 2px;
	background: #2f72df;
}

.kf-sol-v10__country-list li:nth-child(2) i {
	background: #4fc0b1;
}

.kf-sol-v10__country-list li:nth-child(3) i {
	background: #efb540;
}

.kf-sol-v10__country-list li:nth-child(4) i {
	background: #8a70d5;
}

.kf-sol-v10__country-list strong {
	flex: none;
	color: #294166;
	font-size: 8px;
	font-weight: 850;
}

.kf-sol-v10__bars {
	display: grid;
	height: 154px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	align-items: end;
	gap: 9px;
	padding: 20px 6px 24px;
	border-bottom: 1px solid #dbe4ef;
}

.kf-sol-v10__bars > span {
	position: relative;
	height: var(--kf-sol-v10-bar);
	min-height: 12px;
	border-radius: 5px 5px 2px 2px;
	background: linear-gradient(180deg, #55bce9, #2467da);
}

.kf-sol-v10__bars i,
.kf-sol-v10__bars b {
	position: absolute;
	left: 50%;
	font-style: normal;
	font-weight: 750;
	transform: translateX(-50%);
	white-space: nowrap;
}

.kf-sol-v10__bars i {
	top: calc(100% + 7px);
	color: #7c8ba1;
	font-size: 7px;
}

.kf-sol-v10__bars b {
	bottom: calc(100% + 4px);
	color: #3d5579;
	font-size: 7px;
}

.kf-sol-v10__progress-list {
	display: grid;
	gap: 12px;
	padding: 5px 0 2px;
}

.kf-sol-v10__progress-list li > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 7px;
	color: #60718e;
	font-size: 8px;
	font-weight: 700;
}

.kf-sol-v10__progress-list li > div strong {
	color: #2a4167;
	font-size: 8px;
	font-weight: 850;
}

.kf-sol-v10__progress-list li > i {
	display: block;
	height: 7px;
	overflow: hidden;
	border-radius: 999px;
	background: #e7edf5;
}

.kf-sol-v10__progress-list li > i b {
	display: block;
	width: var(--kf-sol-v10-progress);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #2568d9, #58c3e9);
}

.kf-sol-v10__demo-note {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 7px;
	margin-top: 17px;
	color: #647691;
	font-size: 11px;
	font-weight: 550;
	line-height: 1.65;
	text-align: center;
}

.kf-sol-v10__demo-note svg {
	width: 16px;
	height: 16px;
	flex: none;
	margin-top: 1px;
	fill: none;
	stroke: #4675bd;
	stroke-width: 1.8;
	stroke-linecap: round;
}

/* Exact de-identified worker record */
.kf-sol-v10__worker-demo {
	overflow: hidden;
	border: 1px solid #d3dfed;
	border-radius: 23px;
	background: #eef3f9;
	box-shadow: 0 28px 72px rgba(15, 46, 92, .14);
}

.kf-sol-v10__worker-toolbar {
	display: flex;
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 22px;
	border-bottom: 1px solid #dbe4ef;
	background: #fff;
}

.kf-sol-v10__worker-toolbar > div {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 12px;
}

.kf-sol-v10__worker-back {
	color: #5e7394;
	font-size: 10px;
	font-weight: 700;
	white-space: nowrap;
}

.kf-sol-v10__worker-toolbar > div:first-child > strong {
	color: #1a345f;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.3;
}

.kf-sol-v10__sample-badge {
	padding: 5px 8px;
	border: 1px solid #b9d3ee;
	border-radius: 999px;
	background: #eaf4ff;
	color: #2360b9;
	font-size: 9px;
	font-weight: 850;
}

.kf-sol-v10__worker-id {
	color: #687b98;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 9px;
	font-weight: 700;
	white-space: nowrap;
}

.kf-sol-v10__worker-tabs {
	display: flex;
	min-height: 47px;
	align-items: stretch;
	gap: 2px;
	padding: 0 18px;
	border-bottom: 1px solid #d9e3ef;
	background: #f9fbfe;
}

.kf-sol-v10__worker-tab {
	position: relative;
	display: inline-flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	padding: 10px 17px;
	color: #71819b;
	font-size: 10px;
	font-weight: 750;
	white-space: nowrap;
}

.kf-sol-v10__worker-tab--active {
	color: #1858c2;
}

.kf-sol-v10__worker-tab--active::after {
	position: absolute;
	right: 12px;
	bottom: -1px;
	left: 12px;
	height: 2px;
	content: "";
	background: #1f66d6;
}

.kf-sol-v10__worker-body {
	display: grid;
	grid-template-columns: 245px minmax(0, 1fr);
	gap: 15px;
	padding: 16px;
}

.kf-sol-v10__profile,
.kf-sol-v10__details {
	min-width: 0;
	border: 1px solid #dce5ef;
	border-radius: 14px;
	background: #fff;
}

.kf-sol-v10__profile {
	padding: 24px 20px;
	text-align: center;
}

.kf-sol-v10__avatar {
	display: grid;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	place-items: center;
	border: 1px solid #c3d5ec;
	border-radius: 22px;
	background: linear-gradient(145deg, #eaf3ff, #d8e7fb);
	color: #245bb1;
	font-size: 20px;
	font-weight: 880;
}

.kf-sol-v10__status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 13px;
	padding: 5px 8px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 850;
}

.kf-sol-v10__status::before {
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 50%;
	background: currentColor;
}

.kf-sol-v10__status--working {
	background: #e8f8f1;
	color: #227759;
}

.kf-sol-v10__profile h3 {
	margin-top: 13px;
	color: #1b345d;
	font-size: 17px;
	font-weight: 850;
	line-height: 1.3;
}

.kf-sol-v10__profile h3 small {
	color: #7b8ca5;
	font-size: 9px;
	font-weight: 700;
}

.kf-sol-v10__profile > p {
	margin-top: 5px;
	color: #6d7f9a;
	font-size: 10px;
	font-weight: 650;
}

.kf-sol-v10__profile-list {
	display: grid;
	gap: 0;
	margin-top: 21px;
	border-top: 1px solid #e4eaf2;
	text-align: left;
}

.kf-sol-v10__profile-list > div {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 8px;
	padding: 10px 2px;
	border-bottom: 1px solid #edf1f6;
}

.kf-sol-v10__profile-list :where(dt, dd) {
	margin: 0;
	font-size: 9px;
	line-height: 1.45;
}

.kf-sol-v10__profile-list dt {
	color: #8290a4;
	font-weight: 700;
}

.kf-sol-v10__profile-list dd {
	min-width: 0;
	overflow: hidden;
	color: #344b6f;
	font-weight: 800;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kf-sol-v10__details {
	padding: 17px;
}

.kf-sol-v10__detail-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.kf-sol-v10__detail-summary article {
	min-width: 0;
	padding: 12px;
	border: 1px solid #e0e7f0;
	border-radius: 10px;
	background: #f8fbff;
}

.kf-sol-v10__detail-summary article > :where(small, strong, span) {
	display: block;
	min-width: 0;
}

.kf-sol-v10__detail-summary small {
	color: #75859e;
	font-size: 8px;
	font-weight: 750;
}

.kf-sol-v10__detail-summary strong {
	margin-top: 5px;
	overflow: hidden;
	color: #203b68;
	font-size: 13px;
	font-weight: 850;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kf-sol-v10__detail-summary span {
	margin-top: 4px;
	color: #3a815f;
	font-size: 7.5px;
	font-weight: 700;
}

.kf-sol-v10__detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin-top: 10px;
}

.kf-sol-v10__detail-card {
	min-width: 0;
	padding: 13px;
	border: 1px solid #e0e7f0;
	border-radius: 10px;
	background: #fff;
}

.kf-sol-v10__detail-card > header {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8edf4;
}

.kf-sol-v10__detail-card > header svg {
	width: 28px;
	height: 28px;
	padding: 5px;
	border-radius: 8px;
	background: #eaf2ff;
	fill: none;
	stroke: #2868ce;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kf-sol-v10__detail-card > header h4 {
	margin: 0;
	color: #2a4168;
	font-size: 10px;
	font-weight: 850;
}

.kf-sol-v10__detail-card > header span {
	padding: 3px 5px;
	border-radius: 5px;
	background: #e9f7f1;
	color: #2d7c5d;
	font-size: 7px;
	font-weight: 800;
}

.kf-sol-v10__detail-card dl {
	margin: 8px 0 0;
}

.kf-sol-v10__detail-card dl > div {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 7px;
	padding: 5px 0;
}

.kf-sol-v10__detail-card :where(dt, dd) {
	margin: 0;
	font-size: 8px;
	line-height: 1.4;
}

.kf-sol-v10__detail-card dt {
	color: #7c8ba1;
	font-weight: 700;
}

.kf-sol-v10__detail-card dd {
	min-width: 0;
	overflow: hidden;
	color: #3c5273;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kf-sol-v10__record-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	margin-top: 10px;
	overflow: hidden;
	border: 1px solid #dae4ef;
	border-radius: 10px;
	background: #dae4ef;
}

.kf-sol-v10__record-strip > span {
	display: grid;
	min-width: 0;
	gap: 2px;
	padding: 10px;
	background: #f7faff;
}

.kf-sol-v10__record-strip i {
	color: #3370d4;
	font-size: 7px;
	font-style: normal;
	font-weight: 850;
}

.kf-sol-v10__record-strip strong {
	overflow: hidden;
	color: #31486c;
	font-size: 8px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kf-sol-v10__record-strip small {
	color: #8391a5;
	font-size: 7px;
	font-weight: 650;
}

/* Six connected management modules */
.kf-sol-v10__modules {
	position: relative;
	padding: 112px 0;
	background: #fff;
}

.kf-sol-v10__modules .kf-sol-v10__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.kf-sol-v10__card {
	display: flex;
	min-width: 0;
	min-height: 405px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #dce5f0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(24, 55, 101, .07);
	color: inherit;
	text-decoration: none;
	transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

@media (hover: hover) and (pointer: fine) {
	.kf-sol-v10__card:hover {
		transform: translateY(-6px);
		border-color: #a9c3e9;
		box-shadow: 0 22px 52px rgba(24, 55, 101, .13);
	}
}

.kf-sol-v10__card-screen {
	position: relative;
	height: 176px;
	overflow: hidden;
	border-bottom: 1px solid #dbe4ef;
	background: linear-gradient(145deg, #edf4fc, #dfeaf7);
}

.kf-sol-v10__card-screen > header {
	display: flex;
	height: 32px;
	align-items: center;
	gap: 5px;
	padding: 0 10px;
	border-bottom: 1px solid #d6e1ed;
	background: rgba(255, 255, 255, .88);
}

.kf-sol-v10__card-screen > header > span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #b7c5d8;
}

.kf-sol-v10__card-screen > header strong {
	margin-left: 5px;
	color: #4c6182;
	font-size: 7px;
	font-weight: 800;
}

.kf-sol-v10__mini-table {
	display: grid;
	gap: 8px;
	padding: 17px;
}

.kf-sol-v10__mini-table i {
	height: 13px;
	border-radius: 4px;
	background: linear-gradient(90deg, #fff 0 21%, #d4e0ef 21% 23%, #fff 23% 55%, #d4e0ef 55% 57%, #fff 57%);
	box-shadow: 0 1px 0 rgba(36, 67, 109, .07);
}

.kf-sol-v10__mini-map {
	position: relative;
	height: 144px;
	background:
		radial-gradient(circle at 25% 35%, #2872df 0 4px, transparent 5px),
		radial-gradient(circle at 64% 28%, #47a5e7 0 4px, transparent 5px),
		radial-gradient(circle at 76% 69%, #2461c6 0 5px, transparent 6px),
		linear-gradient(35deg, transparent 47%, rgba(71, 126, 199, .24) 48% 49%, transparent 50%),
		#e7f0fa;
}

.kf-sol-v10__mini-map > i {
	position: absolute;
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #2868d2;
	box-shadow: 0 2px 7px rgba(24, 72, 146, .28);
}

.kf-sol-v10__mini-map > i:nth-child(1) { top: 29%; left: 23%; }
.kf-sol-v10__mini-map > i:nth-child(2) { top: 48%; left: 43%; }
.kf-sol-v10__mini-map > i:nth-child(3) { top: 23%; left: 66%; }
.kf-sol-v10__mini-map > i:nth-child(4) { top: 67%; left: 76%; }

.kf-sol-v10__mini-map > b {
	position: absolute;
	right: 12px;
	bottom: 11px;
	width: 76px;
	height: 24px;
	border-radius: 6px;
	background: rgba(255, 255, 255, .9);
}

.kf-sol-v10__mini-rooms {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	padding: 18px;
}

.kf-sol-v10__mini-rooms i {
	height: 47px;
	border: 1px solid #cbdbea;
	border-radius: 7px;
	background: linear-gradient(135deg, #fff, #ecf3fa);
}

.kf-sol-v10__mini-rooms i:nth-child(2),
.kf-sol-v10__mini-rooms i:nth-child(5) {
	border-color: #9ec6ef;
	background: #dfeeff;
}

.kf-sol-v10__mini-course {
	display: grid;
	gap: 12px;
	padding: 23px 18px;
}

.kf-sol-v10__mini-course > i {
	display: block;
	height: 12px;
	overflow: hidden;
	border-radius: 999px;
	background: #d5e1ef;
}

.kf-sol-v10__mini-course b {
	display: block;
	width: 78%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #2467d8, #54bde9);
}

.kf-sol-v10__mini-course i:nth-child(2) b { width: 61%; }
.kf-sol-v10__mini-course i:nth-child(3) b { width: 89%; }

.kf-sol-v10__mini-mou {
	position: relative;
	height: 144px;
	background: radial-gradient(circle at center, #fff 0 37px, #d8e7f7 38px 39px, transparent 40px), #e8f1fb;
}

.kf-sol-v10__mini-mou i {
	position: absolute;
	width: 36px;
	height: 25px;
	border: 1px solid #bcd0e7;
	border-radius: 6px;
	background: #fff;
}

.kf-sol-v10__mini-mou i:nth-child(1) { top: 18px; left: 24px; }
.kf-sol-v10__mini-mou i:nth-child(2) { top: 27px; right: 27px; }
.kf-sol-v10__mini-mou i:nth-child(3) { right: 43px; bottom: 18px; }

.kf-sol-v10__mini-mou b {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	border: 6px solid #d7e8ff;
	border-radius: 50%;
	background: #2568d5;
	transform: translate(-50%, -50%);
}

.kf-sol-v10__mini-system {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	padding: 19px;
}

.kf-sol-v10__mini-system i {
	height: 50px;
	border: 1px solid #c8d8e9;
	border-radius: 8px;
	background: linear-gradient(145deg, #fff, #e6eff9);
}

.kf-sol-v10__mini-system i:first-child {
	background: linear-gradient(145deg, #2468d8, #174baf);
}

.kf-sol-v10__card-copy {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	padding: 22px 21px 0;
}

.kf-sol-v10__card-number {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid #bad0ee;
	border-radius: 11px;
	background: #edf4ff;
	color: #245fc2;
	font-size: 10px;
	font-weight: 850;
}

.kf-sol-v10__card-copy h3 {
	color: #17315c;
	font-size: 18px;
	font-weight: 850;
	line-height: 1.35;
}

.kf-sol-v10__card-copy p {
	margin-top: 8px;
	color: #5c6f8d;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
	word-break: keep-all;
}

.kf-sol-v10__card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: auto 21px 20px 71px;
	color: #1e5fc8;
	font-size: 11px;
	font-weight: 800;
}

.kf-sol-v10__card-link svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Connected lifecycle */
.kf-sol-v10__lifecycle {
	position: relative;
	padding: 112px 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 90% 9%, rgba(55, 116, 227, .23), transparent 29%),
		linear-gradient(133deg, #051126, #0a2149 62%, #0b2f69);
	color: #fff;
}

.kf-sol-v10__lifecycle::before {
	position: absolute;
	inset: 0;
	content: "";
	background-image:
		linear-gradient(rgba(122, 170, 241, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(122, 170, 241, .045) 1px, transparent 1px);
	background-size: 54px 54px;
	pointer-events: none;
}

.kf-sol-v10__section-head--light h2,
.kf-sol-v10__section-head--light h2 em {
	color: #fff;
}

.kf-sol-v10__section-head--light h2 em {
	color: #82dfff;
}

.kf-sol-v10__section-head--light > p {
	color: #b8c7df;
}

.kf-sol-v10__section-head--light .kf-sol-v10__eyebrow {
	color: #9cc8ff;
}

.kf-sol-v10__lifecycle-visual {
	position: relative;
	margin: 0;
}

.kf-sol-v10__lifecycle-visual picture {
	position: relative;
	display: block;
	aspect-ratio: 1672 / 941;
	overflow: hidden;
	border: 1px solid rgba(148, 188, 244, .22);
	border-radius: 25px;
	background: #071730;
	box-shadow: 0 30px 80px rgba(0, 7, 25, .36);
}

.kf-sol-v10__lifecycle-visual picture::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 65%, rgba(4, 14, 32, .34));
	pointer-events: none;
}

.kf-sol-v10__lifecycle-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.kf-sol-v10__lifecycle-visual figcaption {
	color: #839aba;
}

.kf-sol-v10__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
	margin-top: 26px;
}

.kf-sol-v10__steps::before {
	position: absolute;
	z-index: 0;
	top: 31px;
	right: 6%;
	left: 6%;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(100, 182, 255, .56) 8%, rgba(100, 182, 255, .56) 92%, transparent);
}

.kf-sol-v10__step {
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 226px;
	padding: 18px 14px 16px;
	border: 1px solid rgba(142, 180, 237, .2);
	border-radius: 15px;
	background: rgba(8, 30, 67, .88);
	box-shadow: 0 13px 34px rgba(0, 7, 25, .18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.kf-sol-v10__step-number {
	display: inline-flex;
	align-items: center;
	color: #69d7ff;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .1em;
}

.kf-sol-v10__step-icon {
	display: grid;
	width: 42px;
	height: 42px;
	margin-top: 13px;
	place-items: center;
	border: 1px solid rgba(126, 182, 255, .36);
	border-radius: 12px;
	background: rgba(27, 81, 161, .3);
	color: #8fdcff;
}

.kf-sol-v10__step-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kf-sol-v10__step h3 {
	margin-top: 15px;
	color: #f2f7ff;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.35;
	word-break: keep-all;
}

.kf-sol-v10__step p {
	margin-top: 8px;
	color: #afc0da;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
	word-break: keep-all;
}

.kf-sol-v10__step > small {
	display: block;
	margin-top: 11px;
	color: #718caf;
	font-size: 8px;
	font-weight: 700;
	line-height: 1.45;
}

/* Public operations governance */
.kf-sol-v10__governance {
	position: relative;
	padding: 112px 0;
	background:
		radial-gradient(circle at 7% 92%, rgba(46, 110, 218, .07), transparent 29%),
		var(--kf-sol-surface);
}

.kf-sol-v10__governance .kf-sol-v10__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.kf-sol-v10__item {
	position: relative;
	min-width: 0;
	min-height: 290px;
	padding: 25px 22px 22px;
	overflow: hidden;
	border: 1px solid #d8e3ef;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(29, 59, 104, .06);
}

.kf-sol-v10__item-index {
	position: absolute;
	top: 17px;
	right: 18px;
	color: #a7b7cd;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .1em;
}

.kf-sol-v10__item-icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid #b9d0ee;
	border-radius: 14px;
	background: linear-gradient(145deg, #eff6ff, #dfeeff);
	color: #2361c3;
}

.kf-sol-v10__item-icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kf-sol-v10__item h3 {
	margin-top: 21px;
	color: #17315c;
	font-size: 17px;
	font-weight: 850;
	line-height: 1.4;
	word-break: keep-all;
}

.kf-sol-v10__item p {
	margin-top: 11px;
	color: #5a6d8b;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.75;
	word-break: keep-all;
}

.kf-sol-v10__item-proof {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 17px;
	padding: 6px 8px;
	border-radius: 7px;
	background: #edf4ff;
	color: #285eaf;
	font-size: 9px;
	font-weight: 800;
}

.kf-sol-v10__item-proof::before {
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 50%;
	background: #3675d6;
}

.kf-sol-v10__governance-note {
	max-width: 880px;
	margin: 24px auto 0;
	padding: 14px 18px;
	border: 1px solid #d8e2ee;
	border-radius: 11px;
	background: rgba(255, 255, 255, .72);
	color: #5c6e89;
	font-size: 11px;
	font-weight: 550;
	line-height: 1.7;
	text-align: center;
}

/* Final CTA */
.kf-sol-v10__cta {
	position: relative;
	padding: 86px 0 98px;
	background: #fff;
}

.kf-sol-v10__cta-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 54px;
	padding: 52px 58px;
	overflow: hidden;
	border: 1px solid #143a72;
	border-radius: 25px;
	background:
		radial-gradient(circle at 90% 18%, rgba(54, 126, 244, .3), transparent 31%),
		linear-gradient(125deg, #06152f, #0b2a5c);
	box-shadow: 0 27px 70px rgba(10, 39, 85, .2);
	color: #fff;
}

.kf-sol-v10__cta-panel::before {
	position: absolute;
	right: -145px;
	bottom: -225px;
	width: 470px;
	height: 470px;
	border: 1px solid rgba(119, 174, 255, .17);
	border-radius: 50%;
	content: "";
	box-shadow: 0 0 0 72px rgba(63, 119, 215, .035);
}

.kf-sol-v10__cta-copy,
.kf-sol-v10__cta .kf-sol-v10__actions {
	position: relative;
	z-index: 1;
}

.kf-sol-v10__cta .kf-sol-v10__eyebrow {
	color: #9ecbff;
}

.kf-sol-v10__cta-copy h2 {
	color: #fff;
	font-size: clamp(32px, 3.4vw, 48px);
	font-weight: 850;
	line-height: 1.22;
	letter-spacing: -.045em;
	word-break: keep-all;
}

.kf-sol-v10__cta-copy > p:last-child {
	margin-top: 15px;
	color: #b6c5db;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}

.kf-sol-v10__cta .kf-sol-v10__actions {
	max-width: 410px;
	justify-content: flex-end;
	margin: 0;
}

.kf-sol-v10__cta .kf-sol-v10__actions small {
	width: 100%;
	margin-top: 4px;
	color: #8fa4c4;
	font-size: 9px;
	font-weight: 650;
	line-height: 1.55;
	text-align: right;
}

.kf-sol-v10__card-screen--map {
	background: linear-gradient(145deg, #e9f3fc, #dceaf7);
}

.kf-sol-v10__card-screen--rooms {
	background: linear-gradient(145deg, #f1f5fb, #e1eaf5);
}

.kf-sol-v10__card-screen--training {
	background: linear-gradient(145deg, #edf4ff, #dfeafa);
}

.kf-sol-v10__card-screen--mou {
	background: linear-gradient(145deg, #edf5fc, #dce9f7);
}

.kf-sol-v10__card-screen--system {
	background: linear-gradient(145deg, #eaf1fb, #dbe7f5);
}

.kf-sol-v10__panel--country,
.kf-sol-v10__panel--trend {
	align-self: stretch;
}

/* 1180 boundary */
@media (max-width: 1180px) {
	.kf-sol-v10__shell {
		width: min(calc(100% - 40px), 1120px);
	}

	.kf-sol-v10__hero-shell {
		grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
		gap: 42px;
	}

	.kf-sol-v10__hero h1 {
		font-size: clamp(44px, 5vw, 61px);
	}

	.kf-sol-v10__dashboard-demo {
		grid-template-columns: 160px minmax(0, 1fr);
	}

	.kf-sol-v10__main {
		padding: 20px;
	}

	.kf-sol-v10__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kf-sol-v10__step {
		min-height: 238px;
		padding-inline: 12px;
	}

	.kf-sol-v10__item {
		padding-inline: 19px;
	}
}

/* 960 boundary */
@media (max-width: 960px) {
	.kf-sol-v10__section-head {
		display: block;
		margin-bottom: 38px;
	}

	.kf-sol-v10__section-head > p {
		max-width: 700px;
		margin-top: 17px;
	}

	.kf-sol-v10__hero {
		min-height: 0;
	}

	.kf-sol-v10__hero .kf-sol-v10__shell,
	.kf-sol-v10__hero-shell {
		min-height: 0;
		grid-template-columns: 1fr;
		gap: 48px;
		padding: 78px 0 82px;
	}

	.kf-sol-v10__hero .kf-sol-v10__copy {
		max-width: 720px;
	}

	.kf-sol-v10__visual {
		width: min(100%, 820px);
		margin-inline: auto;
	}

	.kf-sol-v10__dashboard-demo {
		grid-template-columns: 145px minmax(0, 1fr);
	}

	.kf-sol-v10__sidebar-item {
		padding-inline: 8px;
		font-size: 9px;
	}

	.kf-sol-v10__dashboard-grid {
		grid-template-columns: 1fr;
	}

	.kf-sol-v10__panel--map,
	.kf-sol-v10__panel--dorm {
		grid-row: auto;
		grid-column: auto;
	}

	.kf-sol-v10__country-body {
		grid-template-columns: 126px minmax(0, 1fr);
	}

	.kf-sol-v10__worker-body {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.kf-sol-v10__detail-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kf-sol-v10__detail-grid {
		grid-template-columns: 1fr;
	}

	.kf-sol-v10__record-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.kf-sol-v10__modules .kf-sol-v10__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kf-sol-v10__steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	.kf-sol-v10__steps::before {
		display: none;
	}

	.kf-sol-v10__step {
		min-height: 215px;
		padding: 18px;
	}

	.kf-sol-v10__governance .kf-sol-v10__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kf-sol-v10__item {
		min-height: 250px;
	}

	.kf-sol-v10__cta-panel {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.kf-sol-v10__cta .kf-sol-v10__actions {
		max-width: none;
		justify-content: flex-start;
	}

	.kf-sol-v10__cta .kf-sol-v10__actions small {
		text-align: left;
	}
}

/* 760 boundary; aligns with picture media max-width: 759px. */
@media (max-width: 759px) {
	.kf-sol-v10 {
		overflow: hidden;
	}

	.kf-sol-v10__shell {
		width: calc(100% - 32px);
	}

	.kf-sol-v10__dashboard,
	.kf-sol-v10__worker,
	.kf-sol-v10__modules,
	.kf-sol-v10__lifecycle,
	.kf-sol-v10__governance {
		padding: 76px 0;
	}

	.kf-sol-v10__section-head,
	.kf-sol-v10__section-head--center {
		margin-bottom: 31px;
		text-align: left;
	}

	.kf-sol-v10__section-head--center .kf-sol-v10__eyebrow {
		justify-content: flex-start;
	}

	.kf-sol-v10__section-head h2 {
		font-size: clamp(30px, 8.7vw, 38px);
		line-height: 1.26;
	}

	.kf-sol-v10__section-head > p,
	.kf-sol-v10__section-head--center > p {
		max-width: none;
		margin: 15px 0 0;
		font-size: 14px;
		line-height: 1.75;
	}

	.kf-sol-v10__eyebrow {
		margin-bottom: 12px;
		font-size: 10px;
		letter-spacing: .11em;
	}

	.kf-sol-v10__hero .kf-sol-v10__shell,
	.kf-sol-v10__hero-shell {
		gap: 36px;
		padding: 56px 0 62px;
	}

	.kf-sol-v10__breadcrumb {
		margin-bottom: 26px;
		font-size: 10px;
	}

	.kf-sol-v10__hero h1 {
		font-size: clamp(38px, 11.2vw, 50px);
		line-height: 1.16;
	}

	.kf-sol-v10__hero-lead {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.75;
	}

	.kf-sol-v10__hero .kf-sol-v10__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-top: 25px;
	}

	.kf-sol-v10__hero .kf-sol-v10__button {
		width: 100%;
		min-width: 0;
		padding-inline: 11px;
		font-size: 12px;
	}

	.kf-sol-v10__button--ghost {
		background: #0d2d60;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.kf-sol-v10__hero-points {
		gap: 9px 15px;
		margin-top: 27px;
	}

	.kf-sol-v10__hero-points li {
		font-size: 10px;
	}

	.kf-sol-v10__visual-frame {
		aspect-ratio: 860 / 1344;
		border-radius: 21px;
	}

	.kf-sol-v10__visual-frame::after {
		background: linear-gradient(180deg, transparent 68%, rgba(3, 12, 29, .28));
	}

	.kf-sol-v10__visual-status {
		right: 12px;
		bottom: 12px;
		left: 12px;
		max-width: none;
		padding: 10px 12px;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.kf-sol-v10__visual figcaption,
	.kf-sol-v10__lifecycle-visual figcaption {
		font-size: 9px;
		text-align: left;
	}

	.kf-sol-v10__frame {
		border-radius: 17px;
	}

	.kf-sol-v10__browser-bar {
		min-height: 43px;
		padding-inline: 12px;
	}

	.kf-sol-v10__browser-bar strong {
		font-size: 8px;
	}

	.kf-sol-v10__dashboard-demo {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.kf-sol-v10__sidebar {
		padding: 12px;
	}

	.kf-sol-v10__sidebar-brand {
		padding: 0 2px 11px;
	}

	.kf-sol-v10__sidebar-nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 5px;
		margin-top: 11px;
	}

	.kf-sol-v10__sidebar-item {
		min-height: 36px;
		justify-content: center;
		gap: 5px;
		padding: 6px 5px;
		overflow: hidden;
		font-size: 8px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.kf-sol-v10__sidebar-item svg {
		width: 14px;
		height: 14px;
	}

	.kf-sol-v10__sidebar-scope {
		display: none;
	}

	.kf-sol-v10__main {
		padding: 14px;
	}

	.kf-sol-v10__demo-topbar {
		align-items: flex-start;
		gap: 9px;
	}

	.kf-sol-v10__demo-topbar > div:first-child > strong {
		font-size: 15px;
	}

	.kf-sol-v10__demo-topbar > div:first-child > small {
		display: none;
	}

	.kf-sol-v10__demo-account {
		padding: 6px;
	}

	.kf-sol-v10__demo-account > span {
		width: 27px;
		height: 27px;
	}

	.kf-sol-v10__demo-account strong {
		max-width: 70px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.kf-sol-v10__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.kf-sol-v10__stat {
		grid-template-columns: 29px minmax(0, 1fr);
		gap: 7px;
		padding: 10px;
	}

	.kf-sol-v10__stat-icon {
		width: 29px;
		height: 29px;
	}

	.kf-sol-v10__stat strong {
		font-size: 14px;
	}

	.kf-sol-v10__dashboard-grid {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.kf-sol-v10__panel {
		padding: 13px;
	}

	.kf-sol-v10__panel > header small,
	.kf-sol-v10__map-legend,
	.kf-sol-v10__bars i,
	.kf-sol-v10__bars b {
		font-size: 8px;
	}

	.kf-sol-v10__panel > header h3 {
		font-size: 12px;
	}

	.kf-sol-v10__panel > header > span,
	.kf-sol-v10__country-list li,
	.kf-sol-v10__country-list strong,
	.kf-sol-v10__progress-list li > div,
	.kf-sol-v10__progress-list li > div strong {
		font-size: 9px;
	}

	.kf-sol-v10__map-wrap,
	.kf-sol-v10__map-wrap > picture,
	.kf-sol-v10__map-wrap > picture > img {
		min-height: 0;
		height: auto;
		aspect-ratio: 432 / 302;
	}

	.kf-sol-v10__country-body {
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.kf-sol-v10__donut {
		width: 96px;
		height: 96px;
	}

	.kf-sol-v10__bars {
		height: 146px;
		gap: 7px;
	}

	.kf-sol-v10__demo-note {
		justify-content: flex-start;
		font-size: 10px;
		text-align: left;
	}

	.kf-sol-v10__worker-toolbar {
		align-items: flex-start;
		padding: 12px 14px;
	}

	.kf-sol-v10__worker-toolbar > div {
		flex-wrap: wrap;
		gap: 6px 9px;
	}

	.kf-sol-v10__worker-id {
		max-width: 130px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.kf-sol-v10__worker-tabs {
		flex-wrap: wrap;
		padding: 5px 8px;
	}

	.kf-sol-v10__worker-tab {
		min-height: 38px;
		flex: 1 1 30%;
		padding: 8px;
		font-size: 9px;
	}

	.kf-sol-v10__worker-tab--active::after {
		right: 8px;
		left: 8px;
	}

	.kf-sol-v10__worker-body {
		grid-template-columns: 1fr;
		padding: 10px;
	}

	.kf-sol-v10__profile {
		padding: 21px 18px;
	}

	.kf-sol-v10__profile-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 15px;
	}

	.kf-sol-v10__details {
		padding: 11px;
	}

	.kf-sol-v10__detail-summary,
	.kf-sol-v10__detail-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kf-sol-v10__detail-card dl > div {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.kf-sol-v10__detail-card > header h4 {
		font-size: 11px;
	}

	.kf-sol-v10__detail-card > header span,
	.kf-sol-v10__detail-card :where(dt, dd),
	.kf-sol-v10__record-strip small {
		font-size: 8px;
	}

	.kf-sol-v10__record-strip strong {
		font-size: 9px;
	}

	.kf-sol-v10__record-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kf-sol-v10__modules .kf-sol-v10__grid,
	.kf-sol-v10__steps,
	.kf-sol-v10__governance .kf-sol-v10__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.kf-sol-v10__card {
		min-height: 390px;
		border-radius: 14px;
	}

	.kf-sol-v10__card-screen {
		height: 140px;
	}

	.kf-sol-v10__card-copy {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 9px;
		padding: 17px 14px 0;
	}

	.kf-sol-v10__card-number {
		width: 32px;
		height: 32px;
	}

	.kf-sol-v10__card-copy h3 {
		font-size: 15px;
	}

	.kf-sol-v10__card-copy p {
		font-size: 12px;
		line-height: 1.65;
	}

	.kf-sol-v10__card-link {
		margin: auto 14px 16px 55px;
		font-size: 10px;
	}

	.kf-sol-v10__lifecycle-visual picture {
		max-height: 680px;
		aspect-ratio: 860 / 1512;
		border-radius: 19px;
	}

	.kf-sol-v10__lifecycle-visual img {
		object-position: center top;
	}

	.kf-sol-v10__step {
		min-height: 220px;
		padding: 15px;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.kf-sol-v10__step h3 {
		font-size: 14px;
	}

	.kf-sol-v10__step p {
		font-size: 13px;
	}

	.kf-sol-v10__item {
		min-height: 265px;
		padding: 20px 16px;
	}

	.kf-sol-v10__item h3 {
		font-size: 15px;
	}

	.kf-sol-v10__item p {
		font-size: 12px;
		line-height: 1.65;
	}

	.kf-sol-v10__cta {
		padding: 64px 0 75px;
	}

	.kf-sol-v10__cta-panel {
		gap: 25px;
		padding: 38px 25px;
		border-radius: 19px;
	}

	.kf-sol-v10__cta-copy h2 {
		font-size: 31px;
	}

	.kf-sol-v10__cta .kf-sol-v10__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.kf-sol-v10__cta .kf-sol-v10__button {
		width: 100%;
		min-width: 0;
		padding-inline: 10px;
		font-size: 12px;
	}

	.kf-sol-v10__cta .kf-sol-v10__actions small {
		grid-column: 1 / -1;
	}
}

/* 430 boundary */
@media (max-width: 430px) {
	.kf-sol-v10__modules .kf-sol-v10__grid,
	.kf-sol-v10__steps,
	.kf-sol-v10__governance .kf-sol-v10__grid {
		grid-template-columns: 1fr;
	}

	.kf-sol-v10__hero h1 {
		font-size: clamp(35px, 10.8vw, 44px);
	}

	.kf-sol-v10__hero-points {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kf-sol-v10__visual-status > span:last-child {
		font-size: 11px;
	}

	.kf-sol-v10__profile-list {
		grid-template-columns: 1fr;
	}

	.kf-sol-v10__detail-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kf-sol-v10__detail-grid {
		grid-template-columns: 1fr;
	}

	.kf-sol-v10__detail-summary strong {
		font-size: 12px;
	}

	.kf-sol-v10__card-screen {
		height: 190px;
	}

	.kf-sol-v10__mini-table,
	.kf-sol-v10__mini-rooms,
	.kf-sol-v10__mini-course,
	.kf-sol-v10__mini-system {
		padding-inline: 11px;
	}

	.kf-sol-v10__card-copy {
		display: grid;
	}

	.kf-sol-v10__card-number {
		margin-bottom: 0;
	}

	.kf-sol-v10__card-link {
		margin-left: 55px;
	}

	.kf-sol-v10__step,
	.kf-sol-v10__item {
		min-height: 0;
	}

	.kf-sol-v10__item-proof {
		font-size: 8px;
	}
}

@media (max-width: 374px) {
	.kf-sol-v10__hero .kf-sol-v10__actions,
	.kf-sol-v10__cta .kf-sol-v10__actions,
	.kf-sol-v10__modules .kf-sol-v10__grid,
	.kf-sol-v10__steps,
	.kf-sol-v10__governance .kf-sol-v10__grid {
		grid-template-columns: 1fr;
	}

	.kf-sol-v10__hero-points {
		grid-template-columns: 1fr;
	}

	.kf-sol-v10__card {
		min-height: 385px;
	}

	.kf-sol-v10__card-screen {
		height: 164px;
	}

	.kf-sol-v10__card-copy {
		display: grid;
	}

	.kf-sol-v10__card-number {
		margin-bottom: 0;
	}

	.kf-sol-v10__card-link {
		margin-left: 55px;
	}

	.kf-sol-v10__step,
	.kf-sol-v10__item {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kf-sol-v10 *,
	.kf-sol-v10 *::before,
	.kf-sol-v10 *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}

	.kf-sol-v10 [data-aos] {
		opacity: 1 !important;
		transform: none !important;
	}
}

@media (forced-colors: active) {
	.kf-sol-v10,
	.kf-sol-v10__hero,
	.kf-sol-v10__lifecycle,
	.kf-sol-v10__cta-panel,
	.kf-sol-v10__sidebar {
		background: Canvas;
		color: CanvasText;
	}

	.kf-sol-v10 :where(h1, h2, h3, h4, p, span, small, strong, em) {
		color: CanvasText;
		-webkit-text-fill-color: currentColor;
	}

	.kf-sol-v10 :where(.kf-sol-v10__button, .kf-sol-v10__card) {
		border: 1px solid LinkText;
		background: Canvas;
		color: LinkText;
	}

	.kf-sol-v10 :where(.kf-sol-v10__frame, .kf-sol-v10__worker-demo, .kf-sol-v10__panel, .kf-sol-v10__profile, .kf-sol-v10__details, .kf-sol-v10__card, .kf-sol-v10__step, .kf-sol-v10__item) {
		border: 1px solid CanvasText;
		box-shadow: none;
	}

	.kf-sol-v10__donut {
		border: 12px solid Highlight;
		background: Canvas;
	}

	.kf-sol-v10__donut::before {
		display: none;
	}

	.kf-sol-v10__bars > span,
	.kf-sol-v10__progress-list li > i b {
		background: Highlight;
	}
}

@media print {
	.kf-sol-v10 {
		overflow: visible;
		background: #fff !important;
		color: #000 !important;
	}

	.kf-sol-v10__hero,
	.kf-sol-v10__lifecycle,
	.kf-sol-v10__cta-panel,
	.kf-sol-v10__sidebar {
		background: #fff !important;
		color: #000 !important;
	}

	.kf-sol-v10 :where(h1, h2, h3, h4, p, span, small, strong, em, dt, dd) {
		color: #000 !important;
		-webkit-text-fill-color: #000 !important;
	}

	.kf-sol-v10__shell {
		width: 100%;
	}

	.kf-sol-v10__hero .kf-sol-v10__shell,
	.kf-sol-v10__hero-shell {
		display: block;
		min-height: 0;
		padding: 24px 0;
	}

	.kf-sol-v10__visual,
	.kf-sol-v10__hero-orbit,
	.kf-sol-v10__lifecycle-visual,
	.kf-sol-v10__card-screen {
		display: none !important;
	}

	.kf-sol-v10__dashboard,
	.kf-sol-v10__worker,
	.kf-sol-v10__modules,
	.kf-sol-v10__lifecycle,
	.kf-sol-v10__governance,
	.kf-sol-v10__cta {
		padding: 28px 0;
	}

	.kf-sol-v10 :where(.kf-sol-v10__frame, .kf-sol-v10__worker-demo, .kf-sol-v10__panel, .kf-sol-v10__profile, .kf-sol-v10__details, .kf-sol-v10__card, .kf-sol-v10__step, .kf-sol-v10__item, .kf-sol-v10__cta-panel) {
		break-inside: avoid;
		border: 1px solid #888 !important;
		box-shadow: none !important;
	}

	.kf-sol-v10__dashboard-demo,
	.kf-sol-v10__worker-body,
	.kf-sol-v10__modules .kf-sol-v10__grid,
	.kf-sol-v10__steps,
	.kf-sol-v10__governance .kf-sol-v10__grid,
	.kf-sol-v10__cta-panel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kf-sol-v10__actions {
		display: none !important;
	}

	.kf-sol-v10 [data-aos] {
		opacity: 1 !important;
		transform: none !important;
	}
}
