/* ==========================================================================
   K-FIMS Enterprise — 메인 홈페이지 디자인 시스템 (V11)
   컨셉: 관공서 납품 소프트웨어 기업의 "운영 커맨드 덱"
   - 딥네이비 × 인디고블루 × 시안 시그널
   - 정밀한 헤어라인 그리드, 탭룰러 숫자, 코너 브래킷 모티프
   - 절제된 모션, 넓은 여백, 명확한 정보 위계
   ========================================================================== */

.kfh {
	/* --- 색상 --- */
	--k-ink:        #071129;
	--k-navy:       #0C1B3D;
	--k-navy-2:     #12285A;
	--k-navy-3:     #1B3A78;
	--k-blue:       #1A6EF2;
	--k-blue-d:     #0B4FD6;
	--k-blue-l:     #4E92FF;
	--k-cyan:       #38C6F4;
	--k-gold:       #F5B93C;
	--k-red:        #E03A2C;

	--k-text:       #16243F;
	--k-body:       #46557A;
	--k-muted:      #667899;
	--k-faint:      #93A2BE;

	--k-white:      #FFFFFF;
	--k-surface:    #F4F7FC;
	--k-surface-2:  #EAF1FB;
	--k-line:       #DFE7F3;
	--k-line-2:     #EBF1F9;

	/* --- 형태 --- */
	--k-r-sm: 8px;
	--k-r:    14px;
	--k-r-lg: 20px;
	--k-r-xl: 26px;

	--k-sh-1: 0 2px 8px rgba(12, 27, 61, .04), 0 12px 28px -14px rgba(12, 27, 61, .16);
	--k-sh-2: 0 4px 14px rgba(12, 27, 61, .06), 0 26px 60px -26px rgba(12, 27, 61, .26);
	--k-sh-3: 0 8px 24px rgba(12, 27, 61, .08), 0 44px 90px -34px rgba(12, 27, 61, .38);

	--k-shell: 1440px;
	--k-pad: 40px;

	--k-ease: cubic-bezier(.22, .61, .36, 1);

	position: relative;
	color: var(--k-text);
	background: var(--k-white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: clip;
}

.kfh *,
.kfh *::before,
.kfh *::after { box-sizing: border-box; }

/* 리셋은 :where()로 특이도 0 — 컴포넌트 규칙이 항상 우선하도록 */
.kfh :where(h1, h2, h3, h4, p, ul, ol, li, figure, figcaption, blockquote) {
	margin: 0;
	padding: 0;
}

.kfh :where(ul, ol) { list-style: none; }
.kfh :where(a) { color: inherit; text-decoration: none; }
.kfh :where(img) { display: block; max-width: 100%; }
.kfh :where(strong, b) { font-weight: 800; }
.kfh :where(em, i) { font-style: normal; }
.kfh :where(picture) { display: block; }

.kfh-shell {
	width: 100%;
	max-width: var(--k-shell);
	margin-inline: auto;
	padding-inline: var(--k-pad);
}

/* 섹션 리듬 */
.kfh-section {
	position: relative;
	padding-block: clamp(76px, 7.6vw, 128px);
}

/* --------------------------------------------------------------------------
   공통 부품 — eyebrow / 헤드 / 버튼 / 링크
   -------------------------------------------------------------------------- */

.kfh-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--k-muted);
}

.kfh-eyebrow > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 22px;
	padding-inline: 8px;
	border-radius: 6px;
	background: linear-gradient(135deg, #1A6EF2, #0B4FD6);
	color: #fff;
	font-size: 10.5px;
	font-weight: 900;
	letter-spacing: .08em;
	box-shadow: 0 4px 12px -4px rgba(26, 110, 242, .55);
}

.kfh-eyebrow--light { color: rgba(213, 227, 250, .82); }

.kfh-eyebrow--light > span {
	background: rgba(255, 255, 255, .14);
	color: #DCE9FF;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

/* 섹션 헤드 */
.kfh-head {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	align-items: end;
	gap: 32px 64px;
	margin-bottom: clamp(40px, 4.2vw, 64px);
}

.kfh-head__main { min-width: 0; }

.kfh-head h2 {
	margin-top: 18px;
	font-size: clamp(27px, 2.85vw, 43px);
	font-weight: 800;
	line-height: 1.26;
	letter-spacing: -.028em;
	color: var(--k-navy);
	text-wrap: balance;
}

.kfh-head__side {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	padding-bottom: 6px;
}

.kfh-head__desc {
	font-size: clamp(14.5px, 1.05vw, 16.5px);
	line-height: 1.78;
	color: var(--k-body);
	word-break: keep-all;
}

.kfh-head--center {
	grid-template-columns: 1fr;
	justify-items: center;
	text-align: center;
	gap: 20px;
}

.kfh-head--center .kfh-head__main { display: flex; flex-direction: column; align-items: center; }
.kfh-head--center .kfh-head__desc { max-width: 720px; }

/* 버튼 */
.kfh-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 54px;
	padding-inline: 26px;
	border: 0;
	border-radius: 10px;
	font-size: 15.5px;
	font-weight: 800;
	letter-spacing: -.01em;
	white-space: nowrap;
	cursor: pointer;
	transition: transform .25s var(--k-ease), box-shadow .25s var(--k-ease), background-color .25s var(--k-ease), color .2s var(--k-ease);
}

.kfh-btn svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .25s var(--k-ease);
}

.kfh-btn:hover svg { transform: translateX(4px); }

.kfh-btn--primary {
	background: linear-gradient(135deg, #2A7BFF 0%, #0B4FD6 100%);
	color: #fff;
	box-shadow: 0 10px 26px -10px rgba(11, 79, 214, .7), inset 0 1px 0 rgba(255, 255, 255, .22);
}

.kfh-btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 38px -14px rgba(11, 79, 214, .78), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.kfh-btn--ghost {
	background: rgba(255, 255, 255, .08);
	color: #EAF2FF;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.kfh-btn--ghost:hover {
	background: rgba(255, 255, 255, .16);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .46);
	transform: translateY(-2px);
}

.kfh-btn--light {
	background: #fff;
	color: var(--k-navy);
	box-shadow: 0 12px 30px -12px rgba(4, 12, 30, .6);
}

.kfh-btn--light:hover { transform: translateY(-2px); box-shadow: 0 20px 42px -14px rgba(4, 12, 30, .7); }

.kfh-btn--outline {
	background: transparent;
	color: #E7F0FF;
	box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .34);
}

.kfh-btn--outline:hover { background: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .55); }

.kfh-btn--lg { height: 60px; padding-inline: 32px; font-size: 16.5px; }

/* 더보기 링크 */
.kfh-link-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 6px;
	border-bottom: 1.5px solid var(--k-line);
	font-size: 14.5px;
	font-weight: 800;
	color: var(--k-blue-d);
	transition: border-color .25s var(--k-ease), gap .25s var(--k-ease);
}

.kfh-link-more svg {
	width: 16px; height: 16px;
	fill: none; stroke: currentColor; stroke-width: 2.2;
	stroke-linecap: round; stroke-linejoin: round;
}

.kfh-link-more:hover { border-color: var(--k-blue); gap: 12px; }

/* 환영 배너 */
.kfh-welcome {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 13px 20px;
	background: linear-gradient(90deg, #0B4FD6, #1A6EF2);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.kfh-welcome button {
	border: 0;
	border-radius: 6px;
	padding: 5px 12px;
	background: rgba(255, 255, 255, .18);
	color: #fff;
	font-size: 12.5px;
	font-weight: 800;
	cursor: pointer;
}

/* ==========================================================================
   HERO — 커맨드 덱
   ========================================================================== */

.kfh-hero {
	position: relative;
	isolation: isolate;
	min-height: min(760px, 88vh);
	padding-top: clamp(56px, 5.6vw, 88px);
	padding-bottom: 0;
	background: var(--k-ink);
	overflow: hidden;
}

.kfh-hero__media {
	position: absolute;
	inset: 0;
	z-index: -3;
}

.kfh-hero__media img,
.kfh-hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% 50%;
}

.kfh-hero__video {
	position: absolute;
	inset: 0;
	opacity: .82;
}

/* 다층 베일 — 좌측 카피 가독성 확보 */
.kfh-hero__veil {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(100deg, rgba(5, 13, 32, .96) 0%, rgba(6, 16, 38, .9) 34%, rgba(7, 20, 46, .62) 58%, rgba(8, 22, 50, .5) 100%),
		linear-gradient(180deg, rgba(4, 10, 26, .78) 0%, rgba(4, 10, 26, 0) 28%, rgba(4, 10, 26, .18) 62%, rgba(4, 10, 26, .88) 100%);
}

.kfh-hero__grid {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: .5;
	background-image:
		linear-gradient(rgba(120, 175, 255, .07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(120, 175, 255, .07) 1px, transparent 1px);
	background-size: 88px 88px;
	mask-image: radial-gradient(120% 90% at 50% 20%, #000 30%, transparent 82%);
	-webkit-mask-image: radial-gradient(120% 90% at 50% 20%, #000 30%, transparent 82%);
}

.kfh-hero__glow {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(90px);
	pointer-events: none;
}

.kfh-hero__glow--a {
	top: -12%; left: -8%;
	width: 620px; height: 620px;
	background: radial-gradient(circle, rgba(26, 110, 242, .42), transparent 66%);
}

.kfh-hero__glow--b {
	right: 4%; bottom: 8%;
	width: 520px; height: 520px;
	background: radial-gradient(circle, rgba(56, 198, 244, .24), transparent 68%);
}

.kfh-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, .8fr);
	align-items: center;
	gap: 52px;
	padding-bottom: clamp(132px, 11vw, 168px);
}

/* --- 상태 칩 --- */
.kfh-status {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 34px;
	padding-inline: 14px 16px;
	border-radius: 999px;
	background: rgba(10, 24, 52, .58);
	box-shadow: inset 0 0 0 1px rgba(120, 180, 255, .3);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	font-size: 11.5px;
	color: #C6DAFB;
}

.kfh-status i {
	position: relative;
	width: 7px; height: 7px;
	border-radius: 50%;
	background: #3DE39A;
	box-shadow: 0 0 0 3px rgba(61, 227, 154, .18);
}

.kfh-status i::after {
	content: "";
	position: absolute;
	inset: -4px;
	border-radius: 50%;
	border: 1px solid rgba(61, 227, 154, .55);
	animation: kfh-ping 2.4s var(--k-ease) infinite;
}

@keyframes kfh-ping {
	0%   { transform: scale(.6); opacity: .9; }
	70%  { transform: scale(1.9); opacity: 0; }
	100% { transform: scale(1.9); opacity: 0; }
}

.kfh-status b {
	font-weight: 900;
	letter-spacing: .14em;
	color: #E8F2FF;
}

.kfh-status span {
	padding-left: 12px;
	border-left: 1px solid rgba(150, 190, 245, .28);
	font-weight: 600;
	letter-spacing: .01em;
}

/* --- 타이틀 --- */
.kfh-hero__title {
	margin-top: 24px;
	font-size: clamp(25.5px, 3.72vw, 55px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.038em;
	color: #fff;
	text-shadow: 0 4px 40px rgba(0, 0, 0, .35);
}

.kfh-hero__title em {
	position: relative;
	background: linear-gradient(96deg, #8FC5FF 0%, #4E92FF 42%, #6FE3FF 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.kfh-hero__lead {
	margin-top: 22px;
	max-width: 560px;
	font-size: clamp(15px, 1.15vw, 18px);
	font-weight: 500;
	line-height: 1.8;
	color: rgba(213, 227, 250, .9);
	word-break: keep-all;
}

.kfh-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.kfh-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 22px;
	margin-top: 32px;
}

.kfh-hero__meta li {
	position: relative;
	padding-left: 18px;
	font-size: 13.5px;
	font-weight: 600;
	color: rgba(186, 206, 238, .88);
}

.kfh-hero__meta li::before {
	content: "";
	position: absolute;
	left: 0; top: 50%;
	width: 9px; height: 9px;
	margin-top: -4.5px;
	border-radius: 2px;
	background: linear-gradient(135deg, #4E92FF, #38C6F4);
}

/* --- 콘솔 패널 --- */
.kfh-console {
	position: relative;
	padding: 26px 26px 22px;
	border-radius: var(--k-r-lg);
	background: linear-gradient(160deg, rgba(13, 30, 66, .9) 0%, rgba(8, 19, 44, .94) 100%);
	box-shadow:
		inset 0 0 0 1px rgba(126, 176, 255, .2),
		inset 0 1px 0 rgba(255, 255, 255, .1),
		0 40px 90px -36px rgba(0, 0, 0, .8);
	backdrop-filter: blur(18px) saturate(130%);
	-webkit-backdrop-filter: blur(18px) saturate(130%);
}

/* 코너 브래킷 */
.kfh-console__brackets,
.kfh-portal__brackets {
	position: absolute;
	inset: 12px;
	pointer-events: none;
}

.kfh-console__brackets::before,
.kfh-console__brackets::after,
.kfh-portal__brackets::before,
.kfh-portal__brackets::after {
	content: "";
	position: absolute;
	width: 16px; height: 16px;
	border: 1.5px solid rgba(110, 180, 255, .5);
}

.kfh-console__brackets::before,
.kfh-portal__brackets::before {
	top: 0; left: 0;
	border-right: 0; border-bottom: 0;
	border-radius: 4px 0 0 0;
}

.kfh-console__brackets::after,
.kfh-portal__brackets::after {
	right: 0; bottom: 0;
	border-left: 0; border-top: 0;
	border-radius: 0 0 4px 0;
}

.kfh-console__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(126, 176, 255, .16);
}

.kfh-console__head small {
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .17em;
	color: rgba(140, 180, 240, .72);
}

.kfh-console__head strong {
	display: block;
	margin-top: 6px;
	font-size: 17.5px;
	font-weight: 800;
	letter-spacing: -.018em;
	color: #fff;
}

.kfh-console__live {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	height: 26px;
	padding-inline: 11px;
	border-radius: 999px;
	background: rgba(61, 227, 154, .12);
	box-shadow: inset 0 0 0 1px rgba(61, 227, 154, .38);
	font-size: 10.5px;
	font-weight: 900;
	letter-spacing: .14em;
	color: #6FF0BB;
	flex: none;
}

.kfh-console__live i {
	width: 6px; height: 6px;
	border-radius: 50%;
	background: #3DE39A;
	animation: kfh-blink 1.8s ease-in-out infinite;
}

@keyframes kfh-blink { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }

/* 게이지 */
.kfh-console__gauge { padding: 16px 0 14px; }

.kfh-console__ratio {
	display: flex;
	align-items: baseline;
	gap: 7px;
	font-variant-numeric: tabular-nums;
}

.kfh-console__ratio b {
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.03em;
	color: #fff;
}

.kfh-console__ratio span {
	font-size: 15px;
	font-weight: 700;
	color: rgba(150, 185, 240, .7);
}

.kfh-console__ratio em {
	margin-left: auto;
	font-size: 10.5px;
	font-weight: 900;
	letter-spacing: .16em;
	color: rgba(150, 185, 240, .72);
}

.kfh-console__track {
	display: block;
	height: 4px;
	margin-top: 12px;
	border-radius: 999px;
	background: rgba(126, 176, 255, .16);
	overflow: hidden;
}

.kfh-console__track i {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #1A6EF2, #38C6F4);
	box-shadow: 0 0 14px rgba(56, 198, 244, .7);
}

/* 목록 */
.kfh-console__list {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.kfh-console__row {
	display: grid;
	grid-template-columns: 22px 22px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
	padding: 10px 10px 10px 4px;
	border-radius: 9px;
	transition: background-color .22s var(--k-ease);
}

.kfh-console__row:hover { background: rgba(126, 176, 255, .07); }

.kfh-console__idx {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
	color: rgba(140, 180, 240, .5);
	font-variant-numeric: tabular-nums;
}

.kfh-console__flag {
	display: flex;
	width: 22px; height: 15px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
}

.kfh-console__flag-svg { width: 100%; height: 100%; display: block; }

.kfh-console__name { min-width: 0; }

.kfh-console__name strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #EAF2FF;
}

.kfh-console__name small {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	font-weight: 500;
	color: rgba(146, 176, 218, .75);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kfh-console__state {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 24px;
	padding-inline: 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.kfh-console__state i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }

.kfh-console__state.is-ok      { background: rgba(61, 227, 154, .12); color: #6FF0BB; box-shadow: inset 0 0 0 1px rgba(61, 227, 154, .3); }
.kfh-console__state.is-warn    { background: rgba(245, 185, 60, .12); color: #FBCD6B; box-shadow: inset 0 0 0 1px rgba(245, 185, 60, .32); }
.kfh-console__state.is-off     { background: rgba(224, 58, 44, .12);  color: #FF9C92; box-shadow: inset 0 0 0 1px rgba(224, 58, 44, .34); }
.kfh-console__state.is-pending { background: rgba(126, 176, 255, .1); color: #A9C7F2; box-shadow: inset 0 0 0 1px rgba(126, 176, 255, .26); }

.kfh-console__foot {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(126, 176, 255, .16);
	font-size: 11.5px;
	font-weight: 600;
	color: rgba(150, 185, 240, .72);
}

.kfh-console__foot i {
	width: 6px; height: 6px;
	border-radius: 50%;
	background: #38C6F4;
	box-shadow: 0 0 8px rgba(56, 198, 244, .9);
	flex: none;
}

/* --- 히어로 하단 지표 레일 --- */
.kfh-hero__rail {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	z-index: 2;
	border-top: 1px solid rgba(126, 176, 255, .18);
	background: linear-gradient(180deg, rgba(6, 15, 36, .42), rgba(5, 12, 30, .82));
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.kfh-hero__rail ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.kfh-hero__rail li {
	position: relative;
	padding: 24px 8px 26px;
	text-align: left;
}

.kfh-hero__rail li + li::before {
	content: "";
	position: absolute;
	left: 0; top: 26px; bottom: 26px;
	width: 1px;
	background: linear-gradient(180deg, transparent, rgba(126, 176, 255, .3), transparent);
}

.kfh-hero__rail li + li { padding-left: 28px; }

.kfh-hero__rail strong {
	display: block;
	font-size: clamp(21px, 1.85vw, 29px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.03em;
	color: #fff;
	font-variant-numeric: tabular-nums;
}

.kfh-hero__rail sup {
	font-size: .5em;
	font-weight: 800;
	vertical-align: super;
	color: var(--k-cyan);
}

.kfh-hero__rail li:last-child strong {
	font-size: clamp(15px, 1.18vw, 20px);
	letter-spacing: .01em;
	padding-block: 4px;
}

.kfh-hero__rail span {
	display: block;
	margin-top: 9px;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .01em;
	color: rgba(168, 194, 232, .8);
}

/* ==========================================================================
   TRUST — 공공 운영 기준 스트립
   ========================================================================== */

.kfh-trust {
	position: relative;
	border-bottom: 1px solid var(--k-line);
	background: var(--k-white);
}

.kfh-trust__inner {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	align-items: center;
	gap: 40px;
	padding-block: 30px;
}

.kfh-trust__label {
	font-size: 11px;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: .15em;
	color: var(--k-faint);
}

.kfh-trust__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kfh-trust__list li {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding-inline: 24px;
}

.kfh-trust__list li:first-child { padding-left: 0; }

.kfh-trust__list li + li::before {
	content: "";
	position: absolute;
	left: 0; top: 2px; bottom: 2px;
	width: 1px;
	background: var(--k-line);
}

.kfh-trust__list svg {
	width: 20px; height: 20px;
	fill: none;
	stroke: var(--k-blue);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kfh-trust__list strong {
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: -.015em;
	color: var(--k-navy);
}

.kfh-trust__list span {
	font-size: 12px;
	line-height: 1.55;
	color: var(--k-muted);
	word-break: keep-all;
}

/* ==========================================================================
   PLATFORM — K-Worker 통합관리시스템
   ========================================================================== */

.kfh-plat { background: var(--k-white); }

.kfh-plat__stage {
	position: relative;
	margin-bottom: clamp(52px, 5vw, 78px);
}

.kfh-plat__frame {
	position: relative;
	border-radius: var(--k-r-lg);
	background: linear-gradient(150deg, #0E2148 0%, #0A1733 100%);
	box-shadow: var(--k-sh-3), inset 0 0 0 1px rgba(126, 176, 255, .18);
	overflow: hidden;
}

.kfh-plat__frame::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, transparent 58%, rgba(6, 16, 38, .5) 100%);
}

.kfh-plat__chrome {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	height: 46px;
	padding-inline: 18px;
	border-bottom: 1px solid rgba(126, 176, 255, .16);
	background: rgba(255, 255, 255, .04);
}

.kfh-plat__chrome i {
	width: 10px; height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .2);
	flex: none;
}

.kfh-plat__chrome i:nth-child(1) { background: #FF6B5D; }
.kfh-plat__chrome i:nth-child(2) { background: #F7C154; }
.kfh-plat__chrome i:nth-child(3) { background: #4ED88E; }

.kfh-plat__chrome b {
	margin-left: 14px;
	padding: 5px 14px;
	border-radius: 6px;
	background: rgba(255, 255, 255, .07);
	box-shadow: inset 0 0 0 1px rgba(126, 176, 255, .16);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: .02em;
	color: rgba(184, 208, 244, .9);
}

.kfh-plat__chrome u {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: auto;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(61, 227, 154, .12);
	box-shadow: inset 0 0 0 1px rgba(61, 227, 154, .34);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
	color: #6FF0BB;
	text-decoration: none;
}

.kfh-plat__chrome u::before {
	content: "";
	width: 5px; height: 5px;
	border-radius: 50%;
	background: #3DE39A;
	animation: kfh-blink 1.8s ease-in-out infinite;
}

/* --------------------------------------------------------------------------
   제품 UI 목업 — 벡터/CSS 기반이라 어떤 해상도에서도 선명합니다
   -------------------------------------------------------------------------- */

.kfh-ui {
	--u: clamp(.62px, .086vw, 1.06px);   /* UI 스케일 단위 */
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: calc(150 * var(--u)) minmax(0, 1fr);
	aspect-ratio: 16 / 8.1;
	background: linear-gradient(160deg, #0B1B3C 0%, #081428 100%);
	font-variant-numeric: tabular-nums;
	overflow: hidden;
}

/* 사이드바 */
.kfh-ui__side {
	display: flex;
	flex-direction: column;
	padding: calc(18 * var(--u)) calc(12 * var(--u));
	border-right: 1px solid rgba(126, 176, 255, .14);
	background: rgba(255, 255, 255, .022);
}

.kfh-ui__brand {
	display: flex;
	align-items: center;
	gap: calc(8 * var(--u));
	padding-inline: calc(6 * var(--u));
	font-size: calc(12 * var(--u));
	font-weight: 900;
	letter-spacing: .12em;
	color: #DCEAFF;
	white-space: nowrap;
}

.kfh-ui__brand i {
	width: calc(16 * var(--u));
	height: calc(16 * var(--u));
	border-radius: calc(5 * var(--u));
	background: linear-gradient(140deg, #4E92FF, #0B4FD6);
	box-shadow: 0 0 calc(12 * var(--u)) rgba(78, 146, 255, .6);
	flex: none;
}

.kfh-ui__nav {
	display: flex;
	flex-direction: column;
	gap: calc(3 * var(--u));
	margin-top: calc(20 * var(--u));
}

.kfh-ui__nav li {
	display: flex;
	align-items: center;
	gap: calc(9 * var(--u));
	padding: calc(8 * var(--u)) calc(9 * var(--u));
	border-radius: calc(7 * var(--u));
	font-size: calc(11.5 * var(--u));
	font-weight: 600;
	color: rgba(166, 192, 228, .72);
}

.kfh-ui__nav li i {
	width: calc(11 * var(--u));
	height: calc(11 * var(--u));
	border-radius: calc(3 * var(--u));
	background: rgba(126, 176, 255, .26);
	flex: none;
}

.kfh-ui__nav li.is-on {
	background: linear-gradient(100deg, rgba(42, 123, 255, .3), rgba(42, 123, 255, .06));
	box-shadow: inset 0 0 0 1px rgba(110, 170, 255, .35);
	color: #fff;
	font-weight: 800;
}

.kfh-ui__nav li.is-on i { background: #4E92FF; box-shadow: 0 0 calc(8 * var(--u)) rgba(78, 146, 255, .9); }

.kfh-ui__side-foot {
	display: flex;
	align-items: center;
	gap: calc(7 * var(--u));
	margin-top: auto;
	padding: calc(9 * var(--u));
	border-radius: calc(7 * var(--u));
	background: rgba(126, 176, 255, .07);
	font-size: calc(10 * var(--u));
	font-weight: 700;
	color: rgba(160, 190, 230, .78);
}

.kfh-ui__side-foot i {
	width: calc(6 * var(--u)); height: calc(6 * var(--u));
	border-radius: 50%;
	background: #3DE39A;
	flex: none;
}

/* 메인 */
.kfh-ui__main {
	display: flex;
	flex-direction: column;
	gap: calc(11 * var(--u));
	min-width: 0;
	padding: calc(16 * var(--u)) calc(18 * var(--u)) calc(44 * var(--u));
}

.kfh-ui__bar {
	display: flex;
	align-items: center;
	gap: calc(10 * var(--u));
}

.kfh-ui__bar b {
	font-size: calc(15 * var(--u));
	font-weight: 800;
	letter-spacing: -.02em;
	color: #fff;
}

.kfh-ui__crumb {
	font-size: calc(10.5 * var(--u));
	font-weight: 600;
	color: rgba(160, 190, 230, .66);
}

.kfh-ui__live {
	display: inline-flex;
	align-items: center;
	gap: calc(5 * var(--u));
	margin-left: auto;
	padding: calc(4 * var(--u)) calc(9 * var(--u));
	border-radius: 999px;
	background: rgba(61, 227, 154, .13);
	box-shadow: inset 0 0 0 1px rgba(61, 227, 154, .34);
	font-size: calc(9.5 * var(--u));
	font-weight: 800;
	color: #6FF0BB;
}

.kfh-ui__live i {
	width: calc(5 * var(--u)); height: calc(5 * var(--u));
	border-radius: 50%;
	background: #3DE39A;
	animation: kfh-blink 1.8s ease-in-out infinite;
}

.kfh-ui__avatar {
	width: calc(22 * var(--u)); height: calc(22 * var(--u));
	border-radius: 50%;
	background: linear-gradient(140deg, #4E92FF, #12285A);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
	flex: none;
}

/* KPI */
.kfh-ui__kpis {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: calc(9 * var(--u));
}

.kfh-ui__kpis li {
	display: flex;
	flex-direction: column;
	gap: calc(3 * var(--u));
	padding: calc(11 * var(--u)) calc(12 * var(--u));
	border-radius: calc(8 * var(--u));
	background: rgba(255, 255, 255, .045);
	box-shadow: inset 0 0 0 1px rgba(126, 176, 255, .14);
}

.kfh-ui__kpis em {
	font-size: calc(9.5 * var(--u));
	font-weight: 700;
	color: rgba(160, 190, 230, .7);
}

.kfh-ui__kpis b {
	font-size: calc(21 * var(--u));
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -.03em;
	color: #fff;
}

.kfh-ui__kpis s {
	font-size: calc(9 * var(--u));
	font-weight: 800;
	text-decoration: none;
	color: rgba(160, 190, 230, .6);
}

.kfh-ui__kpis s.is-up   { color: #6FF0BB; }
.kfh-ui__kpis s.is-warn { color: #FBCD6B; }

/* 패널 */
.kfh-ui__row {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: calc(9 * var(--u));
	flex: 1;
	min-height: 0;
}

.kfh-ui__panel {
	display: flex;
	flex-direction: column;
	padding: calc(12 * var(--u)) calc(13 * var(--u));
	border-radius: calc(8 * var(--u));
	background: rgba(255, 255, 255, .035);
	box-shadow: inset 0 0 0 1px rgba(126, 176, 255, .13);
	min-height: 0;
}

.kfh-ui__panel-top {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: calc(8 * var(--u));
	margin-bottom: calc(11 * var(--u));
}

.kfh-ui__panel-top b {
	font-size: calc(11 * var(--u));
	font-weight: 800;
	color: #E4EEFC;
}

.kfh-ui__panel-top span {
	font-size: calc(9 * var(--u));
	font-weight: 700;
	color: rgba(160, 190, 230, .58);
}

/* 막대 차트 */
.kfh-ui__bars {
	display: flex;
	align-items: flex-end;
	gap: calc(5 * var(--u));
	flex: 1;
	min-height: calc(52 * var(--u));
	padding-top: calc(6 * var(--u));
	border-bottom: 1px solid rgba(126, 176, 255, .16);
}

.kfh-ui__bars span {
	flex: 1;
	height: var(--h);
	border-radius: calc(3 * var(--u)) calc(3 * var(--u)) 0 0;
	background: linear-gradient(180deg, rgba(78, 146, 255, .85), rgba(78, 146, 255, .22));
}

.kfh-ui__bars span.is-on {
	background: linear-gradient(180deg, #6FE3FF, #1A6EF2);
	box-shadow: 0 0 calc(14 * var(--u)) rgba(56, 198, 244, .6);
}

/* 지역 바 */
.kfh-ui__regions {
	display: flex;
	flex-direction: column;
	gap: calc(10 * var(--u));
	flex: 1;
	justify-content: space-evenly;
}

.kfh-ui__regions li {
	display: grid;
	grid-template-columns: calc(58 * var(--u)) minmax(0, 1fr) calc(26 * var(--u));
	align-items: center;
	gap: calc(8 * var(--u));
}

.kfh-ui__regions em {
	font-size: calc(9.5 * var(--u));
	font-weight: 700;
	color: rgba(180, 204, 236, .84);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kfh-ui__regions i {
	position: relative;
	display: block;
	height: calc(6 * var(--u));
	border-radius: 999px;
	background: rgba(126, 176, 255, .14);
}

.kfh-ui__regions i::after {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--w);
	border-radius: 999px;
	background: linear-gradient(90deg, #1A6EF2, #6FE3FF);
}

.kfh-ui__regions b {
	font-size: calc(10 * var(--u));
	font-weight: 800;
	text-align: right;
	color: #fff;
}

/* 표 */
.kfh-ui__table ul { display: flex; flex-direction: column; gap: calc(2 * var(--u)); }

.kfh-ui__table li {
	display: grid;
	grid-template-columns: calc(8 * var(--u)) minmax(0, 1.5fr) calc(56 * var(--u)) minmax(0, 1.4fr) calc(56 * var(--u));
	align-items: center;
	gap: calc(9 * var(--u));
	padding: calc(7 * var(--u)) calc(6 * var(--u));
	border-radius: calc(5 * var(--u));
	font-size: calc(10 * var(--u));
}

.kfh-ui__table li:nth-child(odd) { background: rgba(255, 255, 255, .028); }

.kfh-ui__dot {
	width: calc(6 * var(--u)); height: calc(6 * var(--u));
	border-radius: 50%;
	background: #4E92FF;
}

.kfh-ui__table em {
	font-weight: 800;
	letter-spacing: .01em;
	color: #E9F1FE;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kfh-ui__table span {
	font-weight: 600;
	color: rgba(166, 192, 228, .74);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kfh-ui__table s {
	justify-self: end;
	padding: calc(3 * var(--u)) calc(8 * var(--u));
	border-radius: 999px;
	font-size: calc(9 * var(--u));
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.kfh-ui__table s.is-ok   { background: rgba(61, 227, 154, .13); color: #6FF0BB; box-shadow: inset 0 0 0 1px rgba(61, 227, 154, .3); }
.kfh-ui__table s.is-wait { background: rgba(245, 185, 60, .13); color: #FBCD6B; box-shadow: inset 0 0 0 1px rgba(245, 185, 60, .3); }

/* 프레임 하단에 걸치는 스탯 바 */
.kfh-plat__stats {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: min(100%, 1000px);
	margin: clamp(-48px, -3.3vw, -26px) auto 0;
	border-radius: var(--k-r);
	background: #fff;
	box-shadow: var(--k-sh-2), inset 0 0 0 1px var(--k-line-2);
	overflow: hidden;
}

.kfh-plat__stats li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 26px 16px 24px;
}

.kfh-plat__stats li + li::before {
	content: "";
	position: absolute;
	left: 0; top: 22px; bottom: 22px;
	width: 1px;
	background: var(--k-line);
}

.kfh-plat__stats em {
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .01em;
	color: var(--k-muted);
}

.kfh-plat__stats strong {
	display: block;
	font-size: clamp(26px, 2.4vw, 36px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -.035em;
	font-variant-numeric: tabular-nums;
	background: linear-gradient(140deg, #12285A 20%, #1A6EF2 120%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.kfh-plat__stats span {
	font-size: 11.5px;
	font-weight: 700;
	color: var(--k-faint);
}

/* 기능 그리드 — 헤어라인 구조 */
.kfh-plat__feats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--k-line);
	border-left: 1px solid var(--k-line);
}

.kfh-plat__feats li {
	position: relative;
	padding: 34px 32px 36px;
	border-right: 1px solid var(--k-line);
	border-bottom: 1px solid var(--k-line);
	transition: background-color .3s var(--k-ease);
}

.kfh-plat__feats li::after {
	content: "";
	position: absolute;
	left: 0; top: -1px;
	width: 0; height: 2px;
	background: linear-gradient(90deg, #1A6EF2, #38C6F4);
	transition: width .45s var(--k-ease);
}

.kfh-plat__feats li:hover { background: var(--k-surface); }
.kfh-plat__feats li:hover::after { width: 100%; }

.kfh-plat__no {
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .18em;
	color: var(--k-faint);
	font-variant-numeric: tabular-nums;
}

.kfh-plat__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px; height: 46px;
	margin: 18px 0 16px;
	border-radius: 12px;
	background: linear-gradient(140deg, #EAF2FE, #DCE9FD);
	box-shadow: inset 0 0 0 1px rgba(26, 110, 242, .12);
	transition: background .3s var(--k-ease), box-shadow .3s var(--k-ease);
}

.kfh-plat__icon svg {
	width: 22px; height: 22px;
	fill: none;
	stroke: var(--k-blue-d);
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: stroke .3s var(--k-ease);
}

.kfh-plat__feats li:hover .kfh-plat__icon {
	background: linear-gradient(140deg, #2A7BFF, #0B4FD6);
	box-shadow: 0 10px 22px -10px rgba(11, 79, 214, .7);
}

.kfh-plat__feats li:hover .kfh-plat__icon svg { stroke: #fff; }

.kfh-plat__feats strong {
	display: block;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -.022em;
	color: var(--k-navy);
}

.kfh-plat__feats p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.72;
	color: var(--k-body);
	word-break: keep-all;
}

/* ==========================================================================
   CORE — 운영 모듈
   ========================================================================== */

.kfh-core {
	background: linear-gradient(180deg, var(--k-surface) 0%, #EDF3FB 100%);
}

.kfh-core::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(26, 110, 242, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(26, 110, 242, .045) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(90% 70% at 70% 40%, #000, transparent 78%);
	-webkit-mask-image: radial-gradient(90% 70% at 70% 40%, #000, transparent 78%);
	pointer-events: none;
}

.kfh-core > .kfh-shell { position: relative; }

.kfh-core__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	align-items: stretch;
	border-radius: var(--k-r-lg);
	background: #fff;
	box-shadow: var(--k-sh-2);
	overflow: hidden;
}

.kfh-core__media {
	position: relative;
	min-height: 440px;
	background: #0C1B3D;
}

.kfh-core__badge {
	position: absolute;
	z-index: 2;
	top: 22px; left: 22px;
	padding: 8px 14px;
	border-radius: 8px;
	background: rgba(8, 19, 44, .72);
	box-shadow: inset 0 0 0 1px rgba(126, 176, 255, .3);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	font-size: 10.5px;
	font-weight: 900;
	letter-spacing: .16em;
	color: #BBD6FF;
}

.kfh-core__art,
.kfh-core__art.kf-art {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kfh-core__art img,
.kfh-core__art svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.kfh-core__panel {
	padding: clamp(34px, 3.4vw, 54px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.kfh-core__panel h3 {
	font-size: clamp(21px, 1.8vw, 29px);
	font-weight: 800;
	line-height: 1.36;
	letter-spacing: -.028em;
	color: var(--k-navy);
}

.kfh-core__panel > p {
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.78;
	color: var(--k-body);
	word-break: keep-all;
}

.kfh-core__mods {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 28px;
}

.kfh-core__mods li {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 13px 14px;
	border-radius: 10px;
	background: var(--k-surface);
	box-shadow: inset 0 0 0 1px var(--k-line-2);
	transition: transform .25s var(--k-ease), background-color .25s var(--k-ease), box-shadow .25s var(--k-ease);
}

.kfh-core__mods li:hover {
	transform: translateY(-2px);
	background: #fff;
	box-shadow: 0 10px 24px -12px rgba(12, 27, 61, .3), inset 0 0 0 1px rgba(26, 110, 242, .28);
}

.kfh-core__mods span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px; height: 22px;
	border-radius: 5px;
	background: linear-gradient(135deg, #2A7BFF, #0B4FD6);
	color: #fff;
	font-size: 10.5px;
	font-weight: 900;
	letter-spacing: .04em;
	font-variant-numeric: tabular-nums;
	flex: none;
}

.kfh-core__mods strong {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -.015em;
	color: var(--k-navy);
}

/* ==========================================================================
   FLOW — 전주기 6단계
   ========================================================================== */

.kfh-flow { background: var(--k-white); }

.kfh-flow__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin-bottom: clamp(48px, 4.6vw, 72px);
}

/* 연결 레일 */
.kfh-flow__steps::before {
	content: "";
	position: absolute;
	left: 8%; right: 8%;
	top: 78px;
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--k-line) 0 8px, transparent 8px 16px);
}

.kfh-flow__steps li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-inline: 12px;
	text-align: center;
}

.kfh-flow__no {
	font-size: 10.5px;
	font-weight: 900;
	letter-spacing: .17em;
	color: var(--k-faint);
	font-variant-numeric: tabular-nums;
}

.kfh-flow__icon {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px; height: 74px;
	margin: 16px 0 18px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 26px -14px rgba(12, 27, 61, .4), inset 0 0 0 1.5px var(--k-line);
	transition: transform .3s var(--k-ease), box-shadow .3s var(--k-ease), background .3s var(--k-ease);
}

.kfh-flow__icon::after {
	content: "";
	position: absolute;
	inset: -7px;
	border-radius: 26px;
	border: 1px dashed rgba(26, 110, 242, .22);
	opacity: 0;
	transition: opacity .3s var(--k-ease);
}

.kfh-flow__icon svg {
	width: 30px; height: 30px;
	fill: none;
	stroke: var(--k-blue-d);
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: stroke .3s var(--k-ease);
}

.kfh-flow__steps li:hover .kfh-flow__icon {
	transform: translateY(-4px);
	background: linear-gradient(145deg, #2A7BFF, #0B4FD6);
	box-shadow: 0 18px 34px -14px rgba(11, 79, 214, .68), inset 0 0 0 1.5px rgba(255, 255, 255, .2);
}

.kfh-flow__steps li:hover .kfh-flow__icon svg { stroke: #fff; }
.kfh-flow__steps li:hover .kfh-flow__icon::after { opacity: 1; }

.kfh-flow__steps strong {
	font-size: 16.5px;
	font-weight: 800;
	letter-spacing: -.022em;
	color: var(--k-navy);
}

.kfh-flow__steps p {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.66;
	color: var(--k-muted);
	word-break: keep-all;
}

/* 브리핑 스테이지 */
.kfh-flow__stage {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.32fr) minmax(0, .68fr);
	border-radius: var(--k-r-lg);
	overflow: hidden;
	box-shadow: var(--k-sh-2);
	background: #0C1B3D;
}

.kfh-flow__picture { position: relative; min-height: 380px; }

.kfh-flow__picture img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
}

.kfh-flow__picture::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 19, 44, .1) 40%, rgba(8, 19, 44, .78) 100%);
}

.kfh-flow__brief {
	position: relative;
	padding: clamp(30px, 3vw, 46px);
	background: linear-gradient(160deg, #10254F, #0A1733);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.kfh-flow__brief-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 10.5px;
	font-weight: 900;
	letter-spacing: .16em;
	color: rgba(160, 195, 245, .85);
}

.kfh-flow__brief-tag i {
	width: 6px; height: 6px;
	border-radius: 50%;
	background: #38C6F4;
	box-shadow: 0 0 10px rgba(56, 198, 244, .9);
	flex: none;
}

.kfh-flow__brief > strong {
	display: block;
	margin-top: 16px;
	font-size: clamp(19px, 1.5vw, 24px);
	font-weight: 800;
	line-height: 1.44;
	letter-spacing: -.026em;
	color: #fff;
}

.kfh-flow__brief ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid rgba(126, 176, 255, .18);
}

.kfh-flow__brief li {
	position: relative;
	padding-left: 22px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(199, 217, 244, .9);
}

.kfh-flow__brief li::before {
	content: "";
	position: absolute;
	left: 0; top: 9px;
	width: 10px; height: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, #4E92FF, #38C6F4);
}

/* ==========================================================================
   FIELD — 스마트 현장 운영 (다크 풀블리드)
   ========================================================================== */

.kfh-field {
	position: relative;
	isolation: isolate;
	padding-block: clamp(92px, 9vw, 152px);
	background: var(--k-ink);
	overflow: hidden;
}

.kfh-field__media { position: absolute; inset: 0; z-index: -2; }

.kfh-field__art,
.kfh-field__art.kf-art { position: absolute; inset: 0; width: 100%; height: 100%; }

.kfh-field__art img,
.kfh-field__art svg { width: 100%; height: 100%; object-fit: cover; display: block; }

.kfh-field__veil {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(96deg, rgba(5, 13, 32, .96) 0%, rgba(6, 16, 38, .88) 40%, rgba(7, 20, 46, .42) 75%, rgba(8, 22, 50, .3) 100%),
		linear-gradient(180deg, rgba(4, 10, 26, .5), rgba(4, 10, 26, .2));
}

.kfh-field__copy { max-width: 620px; }

.kfh-field h2 {
	margin-top: 20px;
	font-size: clamp(27px, 2.85vw, 43px);
	font-weight: 800;
	line-height: 1.28;
	letter-spacing: -.032em;
	color: #fff;
	text-wrap: balance;
}

.kfh-field__lead {
	margin-top: 18px;
	font-size: clamp(14.5px, 1.05vw, 16.5px);
	line-height: 1.82;
	color: rgba(207, 222, 246, .88);
	word-break: keep-all;
}

.kfh-field__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 30px 0 36px;
}

.kfh-field__list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	font-weight: 600;
	color: #E4EEFC;
}

.kfh-field__list li span {
	position: relative;
	flex: none;
	width: 22px; height: 22px;
	border-radius: 7px;
	background: rgba(56, 198, 244, .16);
	box-shadow: inset 0 0 0 1px rgba(56, 198, 244, .45);
}

.kfh-field__list li span::after {
	content: "";
	position: absolute;
	left: 8px; top: 5px;
	width: 5px; height: 9px;
	border: 2px solid #6FE3FF;
	border-top: 0; border-left: 0;
	transform: rotate(42deg);
}

/* ==========================================================================
   MOU — 협약 네트워크
   ========================================================================== */

.kfh-mou { background: var(--k-surface); }

.kfh-mou__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-radius: var(--k-r);
	background: #fff;
	box-shadow: var(--k-sh-1), inset 0 0 0 1px var(--k-line-2);
	overflow: hidden;
	margin-bottom: clamp(44px, 4.4vw, 66px);
}

.kfh-mou__stats li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	padding: 26px 30px 24px;
}

.kfh-mou__stats li + li::before {
	content: "";
	position: absolute;
	left: 0; top: 24px; bottom: 24px;
	width: 1px;
	background: var(--k-line);
}

.kfh-mou__stats em {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--k-muted);
}

.kfh-mou__stats strong {
	font-size: clamp(26px, 2.3vw, 34px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -.035em;
	color: var(--k-navy);
	font-variant-numeric: tabular-nums;
}

.kfh-mou__stats span {
	font-size: 11.5px;
	font-weight: 700;
	color: var(--k-faint);
}

/* 소제목 */
.kfh-mou__sub {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 16px;
	margin-bottom: 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--k-line);
}

.kfh-mou__sub h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: clamp(17px, 1.3vw, 21px);
	font-weight: 800;
	letter-spacing: -.024em;
	color: var(--k-navy);
}

.kfh-mou__sub h3 i {
	width: 5px; height: 18px;
	border-radius: 3px;
	background: linear-gradient(180deg, #2A7BFF, #0B4FD6);
	flex: none;
}

.kfh-mou__sub--talk h3 i { background: linear-gradient(180deg, #F5B93C, #E39A17); }

.kfh-mou__sub p {
	font-size: 13.5px;
	font-weight: 600;
	color: var(--k-muted);
}

/* 체결 카드 */
.kfh-mou__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: clamp(44px, 4.4vw, 64px);
}

.kfh-mou__card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 22px 24px 20px;
	border-radius: var(--k-r);
	background: #fff;
	box-shadow: var(--k-sh-1), inset 0 0 0 1px var(--k-line-2);
	transition: transform .28s var(--k-ease), box-shadow .28s var(--k-ease);
	overflow: hidden;
}

.kfh-mou__card::before {
	content: "";
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #2A7BFF, #38C6F4);
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .35s var(--k-ease);
}

.kfh-mou__card:hover {
	transform: translateY(-4px);
	box-shadow: var(--k-sh-2), inset 0 0 0 1px rgba(26, 110, 242, .2);
}

.kfh-mou__card:hover::before { transform: scaleY(1); }

.kfh-mou__card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.kfh-mou__flag {
	display: flex;
	width: 30px; height: 21px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 0 1px rgba(12, 27, 61, .1), 0 2px 6px rgba(12, 27, 61, .12);
	flex: none;
}

.kfh-mou__flag-svg { width: 100%; height: 100%; display: block; }

.kfh-mou__chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 25px;
	padding-inline: 11px;
	border-radius: 999px;
	font-size: 11.5px;
	font-weight: 800;
	white-space: nowrap;
}

.kfh-mou__chip i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }

.kfh-mou__chip--done { background: #E8F7EF; color: #12855A; box-shadow: inset 0 0 0 1px rgba(18, 133, 90, .18); }
.kfh-mou__chip--talk { background: #FEF5E4; color: #A9700B; box-shadow: inset 0 0 0 1px rgba(169, 112, 11, .18); }

.kfh-mou__city {
	font-size: 19px;
	font-weight: 800;
	letter-spacing: -.026em;
	color: var(--k-navy);
}

.kfh-mou__org {
	margin-top: 7px;
	font-size: 12.5px;
	line-height: 1.6;
	color: var(--k-muted);
	word-break: keep-all;
}

.kfh-mou__mayor {
	margin-top: 8px;
	font-size: 12.5px;
	font-weight: 700;
	color: var(--k-body);
}

.kfh-mou__card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px dashed var(--k-line);
}

/* 푸터 위 최소 여백 확보 (카드 높이가 짧을 때 auto가 0이 되므로) */
.kfh-mou__org,
.kfh-mou__mayor { margin-bottom: 2px; }

.kfh-mou__date {
	font-size: 12px;
	font-weight: 700;
	color: var(--k-faint);
	font-variant-numeric: tabular-nums;
}

.kfh-mou__quota {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--k-body);
}

.kfh-mou__quota b {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--k-blue-d);
	font-variant-numeric: tabular-nums;
}

/* 협의 중 — 데이터 행 */
.kfh-mou__strip-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px 16px;
}

.kfh-mou__strip-item {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr) auto auto auto;
	align-items: center;
	gap: 14px;
	padding: 13px 18px;
	border-radius: 10px;
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--k-line-2);
	transition: box-shadow .25s var(--k-ease), transform .25s var(--k-ease);
}

.kfh-mou__strip-item:hover {
	transform: translateX(3px);
	box-shadow: inset 0 0 0 1px rgba(245, 185, 60, .4), 0 8px 20px -12px rgba(12, 27, 61, .3);
}

.kfh-mou__strip-flag {
	display: flex;
	width: 26px; height: 18px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 0 1px rgba(12, 27, 61, .1);
	flex: none;
}

.kfh-mou__strip-main { min-width: 0; }

.kfh-mou__strip-main strong {
	display: block;
	font-size: 14.5px;
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--k-navy);
}

.kfh-mou__strip-main small {
	display: block;
	margin-top: 3px;
	font-size: 11.5px;
	color: var(--k-muted);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kfh-mou__strip-pop {
	font-size: 12px;
	font-weight: 600;
	color: var(--k-faint);
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.kfh-mou__when {
	padding: 4px 9px;
	border-radius: 6px;
	background: var(--k-surface-2);
	font-size: 11.5px;
	font-weight: 800;
	color: var(--k-blue-d);
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.kfh-mou__foot {
	margin-top: 26px;
	font-size: 12.5px;
	color: var(--k-faint);
}

/* ==========================================================================
   SECURITY — 보안·거버넌스
   ========================================================================== */

.kfh-sec { background: var(--k-white); }

.kfh-sec__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.kfh-sec__card {
	position: relative;
	padding: 32px 26px 30px;
	border-radius: var(--k-r);
	background: linear-gradient(180deg, #fff, #FAFCFF);
	box-shadow: var(--k-sh-1), inset 0 0 0 1px var(--k-line-2);
	overflow: hidden;
	transition: transform .28s var(--k-ease), box-shadow .28s var(--k-ease);
}

.kfh-sec__card::before {
	content: "";
	position: absolute;
	right: -40px; top: -40px;
	width: 150px; height: 150px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(26, 110, 242, .09), transparent 68%);
	transition: transform .5s var(--k-ease);
}

.kfh-sec__card:hover {
	transform: translateY(-5px);
	box-shadow: var(--k-sh-2), inset 0 0 0 1px rgba(26, 110, 242, .2);
}

.kfh-sec__card:hover::before { transform: scale(1.35); }

.kfh-sec__no {
	position: absolute;
	top: 22px; right: 22px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
	color: var(--k-faint);
	opacity: .7;
}

.kfh-sec__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px; height: 52px;
	margin-bottom: 20px;
	border-radius: 14px;
	background: linear-gradient(145deg, #12285A, #0B4FD6);
	box-shadow: 0 12px 26px -12px rgba(11, 79, 214, .65);
}

.kfh-sec__icon svg {
	width: 24px; height: 24px;
	fill: none;
	stroke: #fff;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kfh-sec__card h3 {
	position: relative;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -.024em;
	color: var(--k-navy);
}

.kfh-sec__card p {
	position: relative;
	margin-top: 11px;
	font-size: 13.8px;
	line-height: 1.75;
	color: var(--k-body);
	word-break: keep-all;
}

/* ==========================================================================
   PERFORMANCE — 성과 지표 (다크 밴드)
   ========================================================================== */

.kfh-perf {
	position: relative;
	isolation: isolate;
	padding-block: clamp(72px, 7vw, 112px);
	background: radial-gradient(120% 130% at 12% 0%, #1B3A78 0%, #0C1B3D 46%, #071129 100%);
	overflow: hidden;
}

.kfh-perf__grid {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(126, 176, 255, .07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 176, 255, .07) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: radial-gradient(100% 80% at 30% 30%, #000, transparent 80%);
	-webkit-mask-image: radial-gradient(100% 80% at 30% 30%, #000, transparent 80%);
}

.kfh-perf__head { margin-bottom: clamp(38px, 3.6vw, 56px); }

.kfh-perf__head h2 {
	margin-top: 18px;
	font-size: clamp(25px, 2.6vw, 39px);
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -.032em;
	color: #fff;
}

.kfh-perf__grid-items {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border-top: 1px solid rgba(126, 176, 255, .2);
}

.kfh-perf__item {
	position: relative;
	padding: 34px 22px 8px;
}

.kfh-perf__item + .kfh-perf__item::before {
	content: "";
	position: absolute;
	left: 0; top: 30px; bottom: 8px;
	width: 1px;
	background: linear-gradient(180deg, rgba(126, 176, 255, .28), transparent);
}

.kfh-perf__item::after {
	content: "";
	position: absolute;
	left: 0; top: -1px;
	width: 34px; height: 2px;
	background: linear-gradient(90deg, #38C6F4, transparent);
}

.kfh-perf__item strong {
	display: block;
	font-size: clamp(34px, 3.6vw, 56px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.045em;
	font-variant-numeric: tabular-nums;
	background: linear-gradient(160deg, #FFFFFF 20%, #9EC8FF 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.kfh-perf__item sup {
	font-size: .44em;
	font-weight: 800;
	vertical-align: super;
	-webkit-text-fill-color: #38C6F4;
}

.kfh-perf__item span {
	display: block;
	margin-top: 14px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -.015em;
	color: #E5EFFD;
}

.kfh-perf__item small {
	display: block;
	margin-top: 6px;
	font-size: 12.5px;
	color: rgba(160, 186, 224, .8);
}

/* ==========================================================================
   JOURNEY — 운영 역량 카드
   ========================================================================== */

.kfh-journey { background: var(--k-surface); }

.kfh-journey__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.kfh-journey__card {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: var(--k-r);
	background: #fff;
	box-shadow: var(--k-sh-1);
	overflow: hidden;
	transition: transform .3s var(--k-ease), box-shadow .3s var(--k-ease);
}

.kfh-journey__card:hover { transform: translateY(-6px); box-shadow: var(--k-sh-2); }

.kfh-journey__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 2.7;
	overflow: hidden;
	background: #0C1B3D;
}

.kfh-journey__art,
.kfh-journey__art.kf-art { position: absolute; inset: 0; width: 100%; height: 100%; }

.kfh-journey__art img,
.kfh-journey__art svg {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .6s var(--k-ease);
}

.kfh-journey__card:hover .kfh-journey__art img { transform: scale(1.06); }

.kfh-journey__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 19, 44, 0) 40%, rgba(8, 19, 44, .5) 100%);
}

.kfh-journey__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 22px 22px 30px;
}

.kfh-journey__body small {
	font-size: 10.5px;
	font-weight: 900;
	letter-spacing: .15em;
	color: var(--k-blue-d);
}

.kfh-journey__body strong {
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -.024em;
	color: var(--k-navy);
}

.kfh-journey__body > span {
	font-size: 13.2px;
	line-height: 1.68;
	color: var(--k-muted);
	word-break: keep-all;
}

.kfh-journey__arrow {
	position: absolute;
	right: 18px; bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px; height: 34px;
	border-radius: 50%;
	background: var(--k-surface-2);
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity .28s var(--k-ease), transform .28s var(--k-ease), background .28s var(--k-ease);
}

.kfh-journey__arrow svg {
	width: 16px; height: 16px;
	fill: none; stroke: var(--k-blue-d);
	stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
}

.kfh-journey__card:hover .kfh-journey__arrow {
	opacity: 1;
	transform: translateX(0);
	background: linear-gradient(135deg, #2A7BFF, #0B4FD6);
}

.kfh-journey__card:hover .kfh-journey__arrow svg { stroke: #fff; }

/* ==========================================================================
   ACCESS — 공지 + 포털
   ========================================================================== */

.kfh-access { background: var(--k-white); }

.kfh-access__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, .85fr);
	gap: 32px;
	align-items: start;
}

.kfh-news__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid var(--k-navy);
}

.kfh-news__head h2 {
	margin-top: 14px;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 800;
	letter-spacing: -.028em;
	color: var(--k-navy);
}

.kfh-news__more {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13.5px;
	font-weight: 800;
	color: var(--k-muted);
	white-space: nowrap;
	transition: color .22s var(--k-ease), gap .22s var(--k-ease);
}

.kfh-news__more svg {
	width: 15px; height: 15px;
	fill: none; stroke: currentColor; stroke-width: 2.2;
	stroke-linecap: round; stroke-linejoin: round;
}

.kfh-news__more:hover { color: var(--k-blue-d); gap: 11px; }

.kfh-news__list { display: flex; flex-direction: column; }

.kfh-news__list li {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 19px 6px;
	border-bottom: 1px solid var(--k-line);
	transition: background-color .22s var(--k-ease), padding-left .22s var(--k-ease);
}

.kfh-news__list li:hover { background: var(--k-surface); padding-left: 14px; }

.kfh-news__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	border-radius: 6px;
	background: var(--k-surface-2);
	font-size: 11.5px;
	font-weight: 800;
	color: var(--k-blue-d);
}

.kfh-news__title {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -.018em;
	color: var(--k-text);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kfh-news__pin {
	flex: none;
	padding: 3px 8px;
	border-radius: 5px;
	background: var(--k-red);
	font-size: 10.5px;
	font-weight: 800;
	color: #fff;
}

.kfh-news__list time {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--k-faint);
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

/* 포털 카드 */
.kfh-portal {
	position: relative;
	padding: 34px 32px 32px;
	border-radius: var(--k-r-lg);
	background: radial-gradient(130% 110% at 100% 0%, #1B3A78 0%, #0C1B3D 52%, #071129 100%);
	box-shadow: var(--k-sh-3);
	overflow: hidden;
}

.kfh-portal::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(126, 176, 255, .07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 176, 255, .07) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: radial-gradient(80% 70% at 80% 10%, #000, transparent 78%);
	-webkit-mask-image: radial-gradient(80% 70% at 80% 10%, #000, transparent 78%);
}

.kfh-portal > * { position: relative; }

.kfh-portal__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 24px;
}

.kfh-portal__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px; height: 48px;
	border-radius: 13px;
	background: rgba(126, 176, 255, .12);
	box-shadow: inset 0 0 0 1px rgba(126, 176, 255, .3);
	flex: none;
}

.kfh-portal__icon svg {
	width: 24px; height: 24px;
	fill: none; stroke: #8FC5FF;
	stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}

.kfh-portal__state {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	height: 26px;
	padding-inline: 11px;
	border-radius: 999px;
	background: rgba(61, 227, 154, .12);
	box-shadow: inset 0 0 0 1px rgba(61, 227, 154, .36);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
	color: #6FF0BB;
	flex: none;
}

.kfh-portal__state i {
	width: 6px; height: 6px;
	border-radius: 50%;
	background: #3DE39A;
	animation: kfh-blink 1.8s ease-in-out infinite;
}

.kfh-portal__label {
	font-size: 10.5px;
	font-weight: 900;
	letter-spacing: .18em;
	color: rgba(150, 185, 240, .8);
}

.kfh-portal h2 {
	margin-top: 12px;
	font-size: clamp(22px, 1.85vw, 28px);
	font-weight: 800;
	line-height: 1.36;
	letter-spacing: -.028em;
	color: #fff;
}

.kfh-portal__desc {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(190, 210, 240, .88);
	word-break: keep-all;
}

.kfh-portal__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 54px;
	margin-top: 26px;
	border-radius: 10px;
	background: linear-gradient(135deg, #2A7BFF, #0B4FD6);
	font-size: 15.5px;
	font-weight: 800;
	color: #fff;
	box-shadow: 0 14px 30px -12px rgba(11, 79, 214, .8), inset 0 1px 0 rgba(255, 255, 255, .24);
	transition: transform .25s var(--k-ease), box-shadow .25s var(--k-ease);
}

.kfh-portal__btn svg {
	width: 18px; height: 18px;
	fill: none; stroke: currentColor; stroke-width: 2.1;
	stroke-linecap: round; stroke-linejoin: round;
	transition: transform .25s var(--k-ease);
}

.kfh-portal__btn:hover { transform: translateY(-2px); }
.kfh-portal__btn:hover svg { transform: translateX(4px); }

.kfh-portal__note {
	margin-top: 16px;
	font-size: 12px;
	text-align: center;
	color: rgba(150, 178, 216, .8);
}

/* ==========================================================================
   CTA — 도입 상담 밴드
   ========================================================================== */

.kfh-cta {
	position: relative;
	isolation: isolate;
	padding-block: clamp(64px, 6.4vw, 96px);
	background: radial-gradient(120% 140% at 85% 10%, #1B3A78 0%, #0C1B3D 48%, #071129 100%);
	overflow: hidden;
}

.kfh-cta__grid {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(126, 176, 255, .08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 176, 255, .08) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: radial-gradient(90% 90% at 70% 20%, #000, transparent 82%);
	-webkit-mask-image: radial-gradient(90% 90% at 70% 20%, #000, transparent 82%);
}

.kfh-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
	align-items: center;
	gap: 40px;
}

.kfh-cta h2 {
	margin-top: 18px;
	font-size: clamp(24px, 2.5vw, 38px);
	font-weight: 800;
	line-height: 1.32;
	letter-spacing: -.032em;
	color: #fff;
	text-wrap: balance;
}

.kfh-cta__copy > p:last-child {
	margin-top: 16px;
	font-size: 15px;
	line-height: 1.78;
	color: rgba(198, 216, 244, .88);
	word-break: keep-all;
}

.kfh-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	justify-content: flex-end;
}

.kfh-cta__tel {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	padding-top: 18px;
	margin-top: 6px;
	border-top: 1px solid rgba(126, 176, 255, .2);
	text-align: right;
}

.kfh-cta__tel span {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	color: rgba(150, 185, 240, .8);
}

.kfh-cta__tel b {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.02em;
	color: #fff;
	font-variant-numeric: tabular-nums;
}

/* ==========================================================================
   반응형
   ========================================================================== */

@media (max-width: 1280px) {
	.kfh { --k-pad: 32px; }

	.kfh-hero__inner { gap: 40px; }
	.kfh-trust__inner { grid-template-columns: 1fr; gap: 20px; }
	.kfh-trust__label { letter-spacing: .12em; max-width: 340px; }
}

@media (max-width: 1100px) {
	.kfh-hero { min-height: 0; }

	.kfh-hero__inner {
		grid-template-columns: 1fr;
		gap: 36px;
		padding-bottom: clamp(150px, 20vw, 200px);
	}

	.kfh-hero__lead { max-width: none; }
	.kfh-console { max-width: 620px; }

	.kfh-plat__feats { grid-template-columns: repeat(2, 1fr); }
	.kfh-sec__grid { grid-template-columns: repeat(2, 1fr); }

	/* 제품 UI 목업 — 태블릿에서는 표를 접고 밀도를 낮춤 */
	.kfh-ui {
		--u: min(.128vw, 1.1px);
		aspect-ratio: 16 / 9.4;
		grid-template-columns: calc(128 * var(--u)) minmax(0, 1fr);
	}
	.kfh-ui__table,
	.kfh-ui__side-foot { display: none; }
	.kfh-ui__brand { font-size: calc(11 * var(--u)); letter-spacing: .07em; }
	.kfh-journey__grid { grid-template-columns: repeat(2, 1fr); }
	.kfh-mou__grid { grid-template-columns: repeat(2, 1fr); }
	.kfh-mou__strip-list { grid-template-columns: 1fr; }

	.kfh-core__grid { grid-template-columns: 1fr; }
	.kfh-core__media { min-height: 320px; }

	.kfh-flow__stage { grid-template-columns: 1fr; }
	.kfh-flow__picture { min-height: 280px; }
	.kfh-flow__picture::after { background: linear-gradient(180deg, rgba(8, 19, 44, .1) 40%, rgba(8, 19, 44, .7) 100%); }

	.kfh-access__grid { grid-template-columns: 1fr; }

	.kfh-cta__inner { grid-template-columns: 1fr; }
	.kfh-cta__actions { justify-content: flex-start; }
	.kfh-cta__tel { text-align: left; }
}

@media (max-width: 1024px) {
	.kfh-head { grid-template-columns: 1fr; align-items: start; gap: 22px; }
	.kfh-head__side { padding-bottom: 0; }

	.kfh-flow__steps { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
	.kfh-flow__steps::before { display: none; }

	.kfh-perf__grid-items { grid-template-columns: repeat(3, 1fr); }
	.kfh-perf__item:nth-child(4)::before { display: none; }

	.kfh-trust__list { grid-template-columns: repeat(3, 1fr); row-gap: 24px; }
	.kfh-trust__list li:nth-child(4) { padding-left: 0; }
	.kfh-trust__list li:nth-child(4)::before { display: none; }

	.kfh-hero__rail ul { grid-template-columns: repeat(3, 1fr); }
	.kfh-hero__rail li:nth-child(n+4) { display: none; }
}

@media (max-width: 759px) {
	.kfh-journey__body strong,
	.kfh-journey__body > span {
		display: -webkit-box;
		max-height: 3em;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.kfh { --k-pad: 20px; }

	.kfh-section { padding-block: 62px; }

	.kfh-hero { padding-top: 44px; }
	.kfh-hero__inner { padding-bottom: 128px; gap: 30px; }
	.kfh-hero__title { margin-top: 20px; }
	.kfh-hero__lead { margin-top: 16px; font-size: 14.5px; }
	.kfh-hero__lead .kfh-br { display: none; }
	.kfh-hero__actions { margin-top: 26px; gap: 10px; }
	.kfh-hero__actions .kfh-btn { flex: 1 1 100%; height: 50px; font-size: 14.5px; }
	.kfh-hero__meta { margin-top: 22px; gap: 8px 16px; }
	.kfh-hero__meta li { font-size: 12.5px; }

	.kfh-status { height: 32px; font-size: 10.5px; padding-inline: 12px 13px; gap: 8px; }
	.kfh-status b { letter-spacing: .1em; }
	.kfh-status span { padding-left: 9px; }

	.kfh-console { padding: 20px 18px 18px; }
	.kfh-console__brackets { inset: 9px; }
	.kfh-console__head strong { font-size: 16px; }
	.kfh-console__row { grid-template-columns: 20px minmax(0, 1fr) auto; gap: 9px; padding: 9px 6px; }
	.kfh-console__idx { display: none; }

	.kfh-hero__rail li { padding: 16px 6px 18px; }
	.kfh-hero__rail li + li { padding-left: 14px; }
	.kfh-hero__rail li + li::before { top: 18px; bottom: 18px; }
	.kfh-hero__rail strong { font-size: 18px; }
	.kfh-hero__rail span { margin-top: 6px; font-size: 11px; }

	.kfh-trust__inner { padding-block: 24px; }
	.kfh-trust__list { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; }
	.kfh-trust__list li { padding-inline: 0; }
	.kfh-trust__list li::before { display: none !important; }
	.kfh-trust__list li:nth-child(5) { grid-column: span 2; }

	.kfh-plat__stats {
		grid-template-columns: repeat(2, 1fr);
		margin-top: -28px;
		width: calc(100% - 12px);
	}
	.kfh-plat__stats li { padding: 18px 10px 16px; }
	.kfh-plat__stats li:nth-child(3)::before { display: none; }
	.kfh-plat__stats li:nth-child(n+3) { border-top: 1px solid var(--k-line); }

	.kfh-plat__chrome { height: 40px; padding-inline: 12px; gap: 6px; }
	.kfh-plat__chrome i { width: 8px; height: 8px; }
	.kfh-plat__chrome b { margin-left: 8px; padding: 4px 9px; font-size: 10px; max-width: 46vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.kfh-plat__chrome u { display: none; }

	/* 제품 UI 목업 — 모바일에서는 핵심 지표 + 차트만 크게 */
	.kfh-ui {
		--u: min(.30vw, 1.2px);
		aspect-ratio: 16 / 20;
		grid-template-columns: 1fr;
	}
	.kfh-ui__side,
	.kfh-ui__table,
	.kfh-ui__crumb,
	.kfh-ui__row > .kfh-ui__panel:last-child { display: none; }
	.kfh-ui__row { grid-template-columns: 1fr; }
	.kfh-ui__kpis { grid-template-columns: repeat(2, 1fr); }
	.kfh-ui__main { padding: calc(14 * var(--u)) calc(14 * var(--u)) calc(40 * var(--u)); }

	.kfh-plat__feats { grid-template-columns: 1fr; }
	.kfh-plat__feats li { padding: 26px 20px 28px; }

	.kfh-core__panel { padding: 28px 22px 32px; }
	.kfh-core__mods { grid-template-columns: 1fr; gap: 8px; }
	.kfh-core__media { min-height: 220px; }

	.kfh-flow__steps { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
	.kfh-flow__icon { width: 62px; height: 62px; margin: 12px 0 14px; border-radius: 17px; }
	.kfh-flow__icon svg { width: 26px; height: 26px; }
	.kfh-flow__steps strong { font-size: 15px; }
	.kfh-flow__steps p { font-size: 12.2px; }

	.kfh-flow__brief { padding: 26px 22px 30px; }

	.kfh-field { padding-block: 72px; }
	.kfh-field__list li { font-size: 14px; align-items: flex-start; }
	.kfh-field .kfh-btn { width: 100%; }

	.kfh-mou__stats { grid-template-columns: repeat(2, 1fr); }
	.kfh-mou__stats li { padding: 18px 18px 16px; }
	.kfh-mou__stats li:nth-child(3)::before { display: none; }
	.kfh-mou__stats li:nth-child(n+3) { border-top: 1px solid var(--k-line); }

	.kfh-mou__grid { grid-template-columns: 1fr; }
	.kfh-mou__strip-item { grid-template-columns: 22px minmax(0, 1fr) auto; row-gap: 6px; padding: 12px 14px; }
	.kfh-mou__strip-pop { grid-column: 2 / -1; }
	.kfh-mou__when { grid-column: 2; justify-self: start; }
	.kfh-mou__chip--talk { grid-column: 3; }

	.kfh-sec__grid { grid-template-columns: 1fr; gap: 12px; }
	.kfh-sec__card { padding: 26px 22px 24px; }

	.kfh-perf { padding-block: 62px; }
	.kfh-perf__grid-items { grid-template-columns: repeat(2, 1fr); }
	.kfh-perf__item { padding: 26px 14px 6px; }
	.kfh-perf__item:nth-child(odd)::before { display: none; }
	.kfh-perf__item span { margin-top: 10px; font-size: 13.5px; }
	.kfh-perf__item small { font-size: 11.5px; }

	.kfh-journey__grid { grid-template-columns: 1fr; }

	.kfh-news__list li { grid-template-columns: 66px minmax(0, 1fr); row-gap: 6px; padding: 15px 4px; gap: 12px; }
	.kfh-news__list li time { grid-column: 2; font-size: 11.5px; }
	.kfh-news__title { font-size: 14px; }

	.kfh-portal { padding: 28px 22px 26px; }

	.kfh-cta { padding-block: 56px; }
	.kfh-cta__actions .kfh-btn { flex: 1 1 100%; }
}

@media (max-width: 480px) {
	/* 좁은 화면에서는 상태칩 부가 설명 생략 */
	.kfh-status span { display: none; }
	.kfh-status { padding-inline: 13px 15px; }
}

@media (max-width: 420px) {
	.kfh-flow__steps { grid-template-columns: 1fr; }
	.kfh-hero__rail ul { grid-template-columns: repeat(2, 1fr); }
	.kfh-hero__rail li:nth-child(3) { display: none; }
	.kfh-perf__grid-items { grid-template-columns: 1fr; }
	.kfh-perf__item::before { display: none !important; }
}

/* 모션 최소화 선호 */
@media (prefers-reduced-motion: reduce) {
	.kfh *,
	.kfh *::before,
	.kfh *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
	}
	.kfh-hero__video { display: none; }
}

/* ==========================================================================
   2026 공개 홈페이지 정리 — 밝은 실사형 히어로와 안정적인 문장 정렬
   ========================================================================== */

.kfh :where(h1, h2, h3, h4, p, strong, a) {
	word-break: keep-all;
	overflow-wrap: break-word;
}

.kfh {
	font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
	font-feature-settings: "kern" 1, "liga" 1;
}

.kfh-section {
	padding-block: clamp(88px, 7.4vw, 124px);
}

.kfh-eyebrow {
	gap: 11px;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .14em;
}

.kfh-eyebrow > span {
	border-radius: 4px;
	background: #10265d;
	box-shadow: none;
}

.kfh-head {
	align-items: start;
	gap: 34px clamp(48px, 5vw, 76px);
}

.kfh-head h2,
.kfh-field h2,
.kfh-perf h2,
.kfh-cta h2 {
	font-weight: 820;
	line-height: 1.25;
	letter-spacing: -.035em;
}

.kfh-head__side {
	padding-top: 38px;
	padding-bottom: 0;
}

.kfh-head__desc,
.kfh-field__lead,
.kfh-sec__card p,
.kfh-journey__body > span {
	line-height: 1.78;
	letter-spacing: -.012em;
}

.kfh-head--center .kfh-head__side,
.kfh-head--center > .kfh-head__desc {
	padding-top: 0;
}

.kfh-hero {
	min-height: 0;
	padding: 0;
	background: linear-gradient(115deg, #f8fbff 0%, #f8fbff 42%, #eef6fc 100%);
	color: var(--k-text);
	overflow: hidden;
}

.kfh-hero::before {
	display: none;
}

.kfh-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr);
	align-items: center;
	gap: clamp(42px, 5vw, 76px);
	padding-top: clamp(66px, 6.5vw, 104px);
	padding-bottom: clamp(62px, 6vw, 92px);
}

.kfh-hero__copy {
	position: relative;
	z-index: 2;
	min-width: 0;
	max-width: 720px;
}

.kfh-hero__copy::before {
	content: "";
	display: block;
	width: 46px;
	height: 3px;
	margin-bottom: 22px;
	border-radius: 999px;
	background: linear-gradient(90deg, #c6922e, #e5bd65);
}

.kfh-hero__title {
	max-width: 720px;
	margin: 0;
	font-size: clamp(36px, 3.45vw, 54px);
	font-weight: 850;
	line-height: 1.16;
	letter-spacing: -.048em;
	color: var(--k-navy);
	text-shadow: none;
	text-wrap: balance;
}

.kfh-hero__title > span,
.kfh-hero__title > em {
	display: block;
}

.kfh-hero__title > em {
	background: none;
	color: #163f8d;
}

.kfh-hero__lead {
	max-width: 680px;
	margin-top: 26px;
	font-size: clamp(15px, 1.12vw, 17px);
	font-weight: 500;
	line-height: 1.82;
	letter-spacing: -.012em;
	color: #40516f;
	text-wrap: pretty;
}

.kfh-hero__actions {
	gap: 12px;
	margin-top: 34px;
}

.kfh-hero__actions .kfh-btn--primary {
	background: linear-gradient(135deg, #10265d 0%, #173f8e 100%);
	box-shadow: 0 16px 30px -18px rgba(16, 38, 93, .72), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.kfh-hero__actions .kfh-btn--primary:hover {
	background: linear-gradient(135deg, #0c204f 0%, #12387f 100%);
	box-shadow: 0 20px 34px -18px rgba(16, 38, 93, .82), inset 0 1px 0 rgba(255, 255, 255, .2);
}

.kfh-btn--secondary {
	background: #fff;
	color: var(--k-blue-d);
	box-shadow: inset 0 0 0 1.5px #b9cdf1, 0 8px 22px -16px rgba(12, 27, 61, .35);
}

.kfh-btn--secondary:hover {
	transform: translateY(-2px);
	background: #f6faff;
	box-shadow: inset 0 0 0 1.5px var(--k-blue), 0 14px 28px -18px rgba(11, 79, 214, .48);
}

.kfh-hero__meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: 14px 18px;
	max-width: 680px;
	margin-top: 30px;
}

.kfh-hero__meta li {
	padding-left: 17px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	color: #526482;
}

.kfh-hero__meta li::before {
	top: .42em;
	width: 9px;
	height: 9px;
	margin-top: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(26, 110, 242, .09);
}

.kfh-hero__visual {
	position: relative;
	min-width: 0;
	aspect-ratio: 16 / 8.7;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
}

.kfh-hero__visual::before,
.kfh-hero__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.kfh-hero__visual::before {
	background:
		linear-gradient(90deg, #f8fbff 0%, rgba(248, 251, 255, .97) 11%, rgba(248, 251, 255, .72) 27%, rgba(248, 251, 255, .18) 47%, transparent 60%),
		linear-gradient(0deg, #f7fbff 0%, rgba(247, 251, 255, .68) 7%, transparent 22%);
}

.kfh-hero__visual::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 34%, rgba(16, 38, 93, .025));
}

.kfh-hero__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: saturate(.9) contrast(.98) brightness(1.015);
}

.kfh-hero__rail {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 2;
	border-top: 1px solid #dce7f6;
	border-bottom: 1px solid #e4ebf5;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 16px 34px -30px rgba(12, 27, 61, .35);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.kfh-hero__rail li {
	padding: 22px 8px 23px;
}

.kfh-hero__rail li + li {
	padding-left: 28px;
}

.kfh-hero__rail li + li::before {
	top: 21px;
	bottom: 21px;
	background: linear-gradient(180deg, transparent, #ccdbef, transparent);
}

.kfh-hero__rail strong {
	color: var(--k-navy);
}

.kfh-hero__rail span {
	color: #61718f;
}

.kfh-hero__rail sup {
	color: var(--k-blue);
}

@media (min-width: 1101px) {
	.kfh-hero__inner {
		display: block;
		min-height: clamp(620px, 46vw, 704px);
		padding-top: clamp(76px, 6.8vw, 106px);
		padding-bottom: clamp(74px, 6.4vw, 100px);
	}

	.kfh-hero__copy {
		width: min(57%, 760px);
		max-width: none;
	}

	.kfh-hero__visual {
		position: absolute;
		z-index: 0;
		top: 0;
		bottom: 0;
		left: 30%;
		right: calc(50% - 50vw);
		aspect-ratio: auto;
	}
}

.kfh-head h2,
.kfh-field h2,
.kfh-perf h2,
.kfh-cta h2 {
	text-wrap: balance;
}

.kfh-head__desc,
.kfh-field__lead,
.kfh-sec__card p,
.kfh-journey__body > span {
	text-wrap: pretty;
}

.kfh-link-more {
	max-width: 100%;
	line-height: 1.5;
	white-space: normal;
}

.kfh-mou__stats {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kfh-journey__card:focus-visible {
	outline: 3px solid var(--k-blue);
	outline-offset: 4px;
}

.kfh-journey__body {
	flex: 1;
}

.kfh-journey__body strong {
	display: block;
	min-height: 3em;
	max-height: 3em;
	line-height: 1.5;
	white-space: normal;
	overflow: hidden;
}

.kfh-journey__body > span {
	display: block;
	min-height: 3.36em;
	max-height: 3.36em;
	padding-right: 38px;
	white-space: normal;
	overflow: hidden;
}

.kfh-journey__arrow {
	opacity: 1;
	transform: translateX(0);
}

.kfh-news__title {
	display: -webkit-box;
	line-height: 1.55;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media (max-width: 1100px) {
	.kfh-hero__inner {
		grid-template-columns: 1fr;
		gap: 0;
		padding-bottom: 0;
	}

	.kfh-hero__copy {
		max-width: 820px;
	}

	.kfh-hero__title,
	.kfh-hero__lead {
		max-width: 800px;
	}

	.kfh-hero__visual {
		width: calc(100% + (var(--k-pad) * 2));
		max-width: none;
		margin: 34px calc(var(--k-pad) * -1) 0;
		aspect-ratio: 16 / 8.4;
		justify-self: center;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.kfh-hero__visual::before {
		background: linear-gradient(180deg, #f8fbff 0%, rgba(248, 251, 255, .64) 10%, transparent 27%);
	}

	.kfh-hero__visual img {
		object-position: 69% 50%;
	}

	.kfh-head__side {
		padding-top: 0;
	}
}

@media (max-width: 759px) {
	.kfh .kfh-btn {
		height: auto;
		min-height: 50px;
		padding-block: 12px;
		line-height: 1.4;
		white-space: normal;
		text-align: center;
	}

	.kfh-hero__inner {
		padding-top: 44px;
		padding-bottom: 0;
	}

	.kfh-hero__title {
		font-size: clamp(30px, 9.1vw, 39px);
		line-height: 1.22;
		letter-spacing: -.04em;
		text-wrap: pretty;
	}

	.kfh-hero__lead {
		margin-top: 20px;
		font-size: 14.5px;
		line-height: 1.78;
	}

	.kfh-hero__lead .kfh-br {
		display: none;
	}

	.kfh-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 27px;
	}

	.kfh-hero__actions .kfh-btn {
		width: 100%;
		height: auto;
		min-height: 52px;
		padding: 13px 20px;
		font-size: 14px;
		line-height: 1.4;
		white-space: normal;
		text-align: center;
	}

	.kfh-hero__meta {
		grid-template-columns: 1fr;
		gap: 9px;
		margin-top: 24px;
	}

	.kfh-hero__meta li {
		font-size: 12.5px;
	}

	.kfh-hero__visual {
		margin-top: 27px;
		aspect-ratio: 16 / 10.5;
		border: 0;
		border-radius: 0;
	}

	.kfh-hero__visual img {
		object-position: 74% 50%;
	}

	.kfh-hero__rail ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kfh-hero__rail li,
	.kfh-hero__rail li:nth-child(n+4) {
		display: block;
		padding: 17px 12px 18px;
	}

	.kfh-hero__rail li:nth-child(5) {
		display: none;
	}

	.kfh-hero__rail li + li {
		padding-left: 18px;
	}

	.kfh-hero__rail li:nth-child(odd) {
		padding-left: 12px;
	}

	.kfh-hero__rail li:nth-child(odd)::before {
		display: none;
	}

	.kfh-hero__rail li:nth-child(n+3) {
		border-top: 1px solid #e4ebf5;
	}

	.kfh-mou__stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.kfh-mou__stats li {
		padding-inline: 10px;
	}

	.kfh-mou__stats li:nth-child(n+3) {
		border-top: 0;
	}

	.kfh-mou__stats li:nth-child(3)::before {
		display: block;
	}

	.kfh-journey__arrow {
		right: 16px;
		bottom: 16px;
	}
}

@media (max-width: 380px) {
	.kfh-hero__title {
		font-size: 29px;
	}

	.kfh-mou__stats {
		grid-template-columns: 1fr;
	}

	.kfh-mou__stats li + li::before {
		display: none;
	}

	.kfh-mou__stats li:nth-child(n+2) {
		border-top: 1px solid var(--k-line);
	}
}

/* ==========================================================================
   2026 현장 실사·타이포 정렬 보정
   ========================================================================== */

.kfh-eyebrow {
	max-width: 100%;
	flex-wrap: wrap;
	line-height: 1.55;
}

.kfh-head {
	align-items: end;
}

.kfh-head__side {
	align-self: end;
	padding-top: 0;
	padding-bottom: 2px;
}

.kfh-head__desc {
	max-width: 640px;
}

.kfh-plat__stage {
	margin-bottom: clamp(42px, 4.2vw, 64px);
}

.kfh-plat__frame--photo {
	isolation: isolate;
	min-height: 0;
	aspect-ratio: 16 / 8.35;
	border-radius: clamp(18px, 1.8vw, 28px);
	background: #0b1732;
	box-shadow: 0 28px 72px -32px rgba(12, 27, 61, .48), inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.kfh-plat__frame--photo::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(7, 17, 41, .16), transparent 38%, rgba(7, 17, 41, .04)),
		linear-gradient(0deg, rgba(7, 17, 41, .8) 0%, rgba(7, 17, 41, .14) 34%, transparent 62%);
}

.kfh-plat__frame--photo::after {
	z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 28%, rgba(6, 16, 38, .12));
}

.kfh-plat__photo,
.kfh-plat__photo img {
	display: block;
	width: 100%;
	height: 100%;
}

.kfh-plat__photo {
	position: absolute;
	inset: 0;
}

.kfh-plat__photo img {
	object-fit: cover;
	object-position: center 43%;
	filter: saturate(.92) contrast(1.02);
}

.kfh-plat__caption {
	position: absolute;
	left: clamp(22px, 3.2vw, 50px);
	right: clamp(22px, 3.2vw, 50px);
	bottom: clamp(22px, 3vw, 44px);
	z-index: 2;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	color: #fff;
	text-shadow: 0 2px 16px rgba(2, 8, 23, .32);
}

.kfh-plat__caption span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 999px;
	background: rgba(7, 17, 41, .38);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	font-size: 10px;
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: .14em;
	white-space: nowrap;
}

.kfh-plat__caption strong {
	max-width: 620px;
	font-size: clamp(22px, 2.3vw, 36px);
	font-weight: 820;
	line-height: 1.3;
	letter-spacing: -.035em;
	text-align: right;
	word-break: keep-all;
}

.kfh-plat__feats li {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.kfh-plat__feats p {
	max-width: 34em;
}

.kfh-journey__body strong,
.kfh-journey__body > span {
	max-height: none;
	overflow: visible;
}

@media (max-width: 1024px) {
	.kfh-head,
	.kfh-head__side {
		align-items: start;
		align-self: start;
	}
}

@media (max-width: 759px) {
	.kfh-journey__body strong,
	.kfh-journey__body > span {
		display: -webkit-box;
		max-height: 3em;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.kfh-section {
		padding-block: clamp(68px, 18vw, 88px);
	}

	.kfh-head {
		gap: 18px;
		margin-bottom: 34px;
	}

	.kfh-head h2 {
		margin-top: 14px;
		font-size: clamp(27px, 8.4vw, 34px);
		line-height: 1.3;
		text-wrap: pretty;
	}

	.kfh-head__desc {
		font-size: 14px;
		line-height: 1.75;
	}

	.kfh-plat__frame--photo {
		aspect-ratio: 4 / 3;
		border-radius: 18px;
	}

	.kfh-plat__photo img {
		object-position: 53% center;
	}

	.kfh-plat__caption {
		left: 18px;
		right: 18px;
		bottom: 18px;
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.kfh-plat__caption span {
		min-height: 26px;
		padding: 6px 10px;
		font-size: 8.5px;
	}

	.kfh-plat__caption strong {
		max-width: 280px;
		font-size: clamp(20px, 6.4vw, 26px);
		line-height: 1.34;
		text-align: left;
	}

	.kfh-plat__feats li {
		padding: 28px 24px 30px;
	}
}

/* ==========================================================================
   2026 섹션 균형 보정 — 로고 팔레트 · 축소형 실사 · 절제된 모션
   ========================================================================== */

.kfh {
	--k-brand-navy: #071b4d;
	--k-brand-navy-2: #0c2b63;
	--k-brand-gold: #c8922e;
	--k-brand-gold-deep: #8a6218;
	--k-brand-gold-wash: #f7f0de;
	--k-brand-red: #c72d34;
	--k-brand-blue: #1769b5;
	--k-brand-rule: linear-gradient(90deg, #c72d34 0 46%, #c8922e 48% 52%, #1769b5 54% 100%);
}

.kfh-eyebrow {
	color: #596985;
}

.kfh-eyebrow::after {
	content: "";
	width: 38px;
	height: 2px;
	border-radius: 999px;
	background: var(--k-brand-rule);
	flex: 0 0 auto;
}

.kfh-eyebrow > span,
.kfh-eyebrow--light > span {
	background: linear-gradient(135deg, #e3bb63, var(--k-brand-gold));
	color: var(--k-brand-navy);
	box-shadow: inset 0 0 0 1px rgba(113, 75, 10, .18), 0 7px 16px -11px rgba(113, 75, 10, .72);
}

.kfh-eyebrow--light {
	color: rgba(224, 232, 247, .82);
}

.kfh-head {
	grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
	gap: 32px clamp(48px, 5vw, 76px);
}

.kfh-head h2 {
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 850;
	line-height: 1.22;
	color: var(--k-brand-navy);
}

.kfh-head__desc {
	font-size: clamp(15px, 1.1vw, 17px);
	font-weight: 560;
	line-height: 1.72;
	color: #354666;
}

.kfh-head:not(.kfh-head--center) .kfh-head__side {
	padding-left: 22px;
	border-left: 2px solid rgba(200, 146, 46, .72);
}

.kfh-head--center .kfh-head__desc {
	max-width: 760px;
}

/* AOS 기본 이동량을 줄여 문구가 차분하게 나타나도록 합니다. */
.kfh [data-aos="fade-up"] {
	transform: translate3d(0, 16px, 0);
}

.kfh [data-aos="fade-left"] {
	transform: translate3d(18px, 0, 0);
}

.kfh [data-aos="fade-up"].aos-animate,
.kfh [data-aos="fade-left"].aos-animate {
	transform: translate3d(0, 0, 0);
}

/* 01 — 사진을 축소한 문구 우선형 브랜드 패널 */
.kfh-plat__stage,
.kfh-plat__feats {
	width: 100%;
	max-width: 1180px;
	margin-inline: auto;
}

.kfh-plat__frame--photo {
	display: grid;
	grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr);
	min-height: 360px;
	aspect-ratio: auto;
	border-radius: 22px;
	background: linear-gradient(145deg, var(--k-brand-navy), #0b2657);
	box-shadow: 0 24px 62px -34px rgba(7, 27, 77, .48), inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.kfh-plat__frame--photo::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	z-index: 4;
	height: 3px;
	background: linear-gradient(90deg, var(--k-brand-gold) 0 68%, var(--k-brand-navy) 68% 82%, var(--k-brand-red) 82% 91%, var(--k-brand-blue) 91% 100%);
	pointer-events: none;
}

.kfh-plat__frame--photo::after {
	display: none;
}

.kfh-plat__photo {
	position: relative;
	inset: auto;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	min-height: 360px;
	overflow: hidden;
}

.kfh-plat__photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 27, 77, .18), transparent 24%), linear-gradient(180deg, transparent 62%, rgba(7, 27, 77, .12));
	pointer-events: none;
}

.kfh-plat__photo img {
	object-position: center center;
	filter: saturate(.86) contrast(1.025) brightness(1.015);
}

.kfh-plat__caption {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	grid-column: 1;
	grid-row: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	padding: clamp(32px, 3.4vw, 48px);
	color: #fff;
	text-align: left;
	text-shadow: none;
}

.kfh-plat__caption span {
	min-height: 28px;
	padding: 7px 11px;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(135deg, #e3bb63, var(--k-brand-gold));
	color: var(--k-brand-navy);
	box-shadow: none;
	font-size: 9.5px;
}

.kfh-plat__caption strong {
	display: block;
	max-width: 340px;
	font-size: clamp(23px, 2.1vw, 31px);
	font-weight: 830;
	line-height: 1.34;
	letter-spacing: -.032em;
	text-align: left;
}

.kfh-plat__caption strong::before {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: var(--k-brand-rule);
}

.kfh-plat__feats li::after {
	background: linear-gradient(90deg, var(--k-brand-gold), var(--k-brand-navy), var(--k-brand-red), var(--k-brand-blue));
}

.kfh-plat__icon {
	background: var(--k-brand-gold-wash);
	box-shadow: inset 0 0 0 1px rgba(200, 146, 46, .32);
}

.kfh-plat__icon svg {
	stroke: var(--k-brand-navy-2);
}

.kfh-plat__feats li:hover .kfh-plat__icon {
	background: var(--k-brand-navy);
	box-shadow: 0 12px 24px -14px rgba(7, 27, 77, .62), inset 0 0 0 1px rgba(227, 187, 99, .48);
}

.kfh-plat__feats li:hover .kfh-plat__icon svg {
	stroke: #e3bb63;
}

/* 02 — 이미지보다 운영 문구의 폭을 넓게 */
.kfh-core__grid {
	position: relative;
	grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
	max-width: 1180px;
	margin-inline: auto;
}

.kfh-core__grid::before,
.kfh-flow__stage::before,
.kfh-field__media::before,
.kfh-sec__card::after {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	z-index: 4;
	height: 2px;
	background: linear-gradient(90deg, var(--k-brand-gold) 0 66%, var(--k-brand-navy) 66% 82%, var(--k-brand-red) 82% 91%, var(--k-brand-blue) 91% 100%);
	pointer-events: none;
}

.kfh-core__media {
	min-height: 360px;
}

.kfh-core__art img {
	object-position: 68% center;
	filter: saturate(.9) contrast(1.01);
}

.kfh-core__badge {
	background: rgba(227, 187, 99, .92);
	box-shadow: inset 0 0 0 1px rgba(94, 59, 4, .18), 0 12px 28px -18px rgba(7, 27, 77, .76);
	color: var(--k-brand-navy);
}

.kfh-core__panel h3 {
	font-size: clamp(23px, 2vw, 31px);
	font-weight: 830;
	line-height: 1.32;
}

.kfh-core__panel > p {
	font-size: 15.5px;
	font-weight: 530;
	color: #40506c;
}

.kfh-core__mods span {
	background: linear-gradient(135deg, #e3bb63, var(--k-brand-gold));
	color: var(--k-brand-navy);
}

/* 03 — 이미지와 설명을 비슷한 비중으로 */
.kfh-flow__steps::before {
	background: linear-gradient(90deg, rgba(200, 146, 46, .36), rgba(7, 27, 77, .2) 76%, rgba(23, 105, 181, .28));
}

.kfh-flow__icon {
	background: var(--k-brand-gold-wash);
	box-shadow: 0 10px 26px -16px rgba(7, 27, 77, .36), inset 0 0 0 1.5px rgba(200, 146, 46, .34);
}

.kfh-flow__icon svg {
	stroke: var(--k-brand-navy-2);
}

.kfh-flow__steps li:hover .kfh-flow__icon {
	background: var(--k-brand-navy);
	box-shadow: 0 16px 30px -16px rgba(7, 27, 77, .62), inset 0 0 0 1.5px rgba(227, 187, 99, .42);
}

.kfh-flow__steps li:hover .kfh-flow__icon svg {
	stroke: #e3bb63;
}

.kfh-flow__stage {
	grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
	max-width: 1180px;
	margin-inline: auto;
}

.kfh-flow__picture {
	min-height: 330px;
}

.kfh-flow__brief-tag,
.kfh-flow__brief li::before {
	color: #e3bb63;
}

.kfh-flow__brief-tag i,
.kfh-flow__brief li::before {
	background: var(--k-brand-gold);
	box-shadow: none;
}

/* 04 — 풀블리드 사진을 문구 옆의 축소 카드로 전환 */
.kfh-field {
	padding-block: clamp(82px, 7vw, 112px);
	background:
		radial-gradient(circle at 74% 24%, rgba(23, 105, 181, .14), transparent 35%),
		linear-gradient(135deg, #050f2f 0%, var(--k-brand-navy) 100%);
}

.kfh-field__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	align-items: center;
	gap: clamp(46px, 5vw, 78px);
}

.kfh-field__copy {
	position: relative;
	z-index: 1;
	max-width: 650px;
}

.kfh-field__copy::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 64px;
	height: 2px;
	border-radius: 999px;
	background: var(--k-brand-rule);
}

.kfh-field__media {
	position: relative;
	inset: auto;
	z-index: 0;
	min-height: 0;
	aspect-ratio: 16 / 10;
	border-radius: 20px;
	background: #071b4d;
	box-shadow: 0 26px 70px -34px rgba(0, 0, 0, .66), inset 0 0 0 1px rgba(255, 255, 255, .12);
	overflow: hidden;
}

.kfh-field__art,
.kfh-field__art.kf-art {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kfh-field__art img {
	object-position: center center;
	filter: saturate(.88) contrast(1.02);
}

.kfh-field__veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(5, 15, 47, .2), transparent 32%), linear-gradient(180deg, transparent 64%, rgba(5, 15, 47, .22));
	pointer-events: none;
}

.kfh-field h2 {
	font-size: clamp(30px, 3vw, 45px);
	font-weight: 850;
	line-height: 1.22;
}

.kfh-field__lead {
	font-size: clamp(15px, 1.08vw, 17px);
	font-weight: 530;
	line-height: 1.74;
	color: rgba(224, 233, 248, .92);
}

.kfh-field__list li span {
	background: rgba(227, 187, 99, .12);
	box-shadow: inset 0 0 0 1px rgba(227, 187, 99, .45);
}

.kfh-field__list li span::after {
	border-color: #e3bb63;
}

/* 05~07 — 금색은 작은 정보 포인트로, 사진은 낮고 넓게 */
.kfh-sec__card {
	position: relative;
}

.kfh-sec__icon {
	background: var(--k-brand-navy);
	box-shadow: inset 0 0 0 1px rgba(227, 187, 99, .42), 0 10px 24px -16px rgba(7, 27, 77, .56);
}

.kfh-sec__icon svg {
	stroke: #e3bb63;
}

.kfh-perf {
	background: linear-gradient(140deg, #050f2f, var(--k-brand-navy));
}

.kfh-perf h2 {
	font-size: clamp(30px, 3vw, 42px);
}

.kfh-perf__item strong {
	font-size: clamp(34px, 3.5vw, 50px);
}

.kfh-perf__item::after {
	background: var(--k-brand-rule);
}

.kfh-perf__item sup {
	color: #e3bb63;
}

.kfh-journey__card {
	box-shadow: 0 8px 28px -22px rgba(7, 27, 77, .42), inset 0 0 0 1px rgba(7, 27, 77, .055);
}

.kfh-journey__media {
	aspect-ratio: 16 / 8.5;
	max-height: 220px;
}

.kfh-journey__media::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: 2;
	height: 2px;
	background: var(--k-brand-rule);
	pointer-events: none;
}

.kfh-journey__body {
	padding: 24px 22px 30px;
}

.kfh-journey__body small {
	color: var(--k-brand-gold-deep);
}

.kfh-journey__body strong {
	font-size: 18px;
	font-weight: 830;
}

.kfh-journey__body > span {
	font-size: 14px;
	font-weight: 520;
	color: #53637f;
}

.kfh-journey__arrow {
	background: #eef2f8;
}

.kfh-journey__arrow svg {
	stroke: var(--k-brand-navy);
}

/* 큰 사진은 화면에 들어올 때 한 번만 아주 작게 안정됩니다. */
@keyframes kfh-photo-settle {
	from { transform: scale(1.018); }
	to { transform: scale(1); }
}

.kfh-plat__stage.aos-animate .kfh-plat__photo img,
.kfh-core__grid.aos-animate .kfh-core__art img,
.kfh-flow__stage.aos-animate .kfh-flow__picture img,
.kfh-field__media.aos-animate .kfh-field__art img {
	animation: kfh-photo-settle 900ms var(--k-ease) both;
}

@media (hover: hover) and (pointer: fine) {
	.kfh-sec__card:hover,
	.kfh-journey__card:hover {
		transform: translateY(-2px);
	}

	.kfh-journey__card:hover .kfh-journey__art img {
		transform: scale(1.025);
	}
}

@media (max-width: 980px) {
	.kfh-head {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.kfh-head__side {
		align-self: start;
	}

	.kfh-core__grid,
	.kfh-flow__stage,
	.kfh-field__inner {
		grid-template-columns: 1fr;
	}

	.kfh-core__media {
		min-height: 300px;
	}

	.kfh-flow__picture {
		min-height: 270px;
	}

	.kfh-field__copy {
		max-width: 760px;
	}

	.kfh-field__media {
		width: 100%;
		max-width: 760px;
		aspect-ratio: 16 / 8.8;
	}
}

@media (max-width: 900px) {
	.kfh-plat__frame--photo {
		grid-template-columns: 1fr;
		min-height: 0;
		aspect-ratio: auto;
	}

	.kfh-plat__caption {
		grid-column: 1;
		grid-row: 1;
		min-height: 0;
	}

	.kfh-plat__photo {
		grid-column: 1;
		grid-row: 2;
		min-height: 0;
		height: clamp(250px, 42vw, 330px);
	}
}

@media (max-width: 759px) {
	.kfh-head h2 {
		font-size: clamp(28px, 8.5vw, 35px);
		line-height: 1.27;
	}

	.kfh-head__desc {
		font-size: 14.5px;
		line-height: 1.72;
	}

	.kfh-head:not(.kfh-head--center) .kfh-head__side {
		padding-left: 16px;
	}

	.kfh-eyebrow::after {
		width: 28px;
	}

	.kfh-plat__frame--photo {
		grid-template-columns: 1fr;
		min-height: 0;
		aspect-ratio: auto;
		border-radius: 17px;
	}

	.kfh-plat__caption {
		grid-column: 1;
		grid-row: 1;
		gap: 15px;
		padding: 28px 24px 30px;
	}

	.kfh-plat__caption strong {
		max-width: 310px;
		font-size: clamp(21px, 6.2vw, 25px);
		line-height: 1.34;
	}

	.kfh-plat__caption strong::before {
		margin-bottom: 14px;
	}

	.kfh-plat__photo {
		grid-column: 1;
		grid-row: 2;
		min-height: 0;
		height: clamp(190px, 55vw, 280px);
	}

	.kfh-plat__photo img {
		object-position: 60% center;
	}

	.kfh-core__media {
		min-height: 0;
		height: clamp(210px, 58vw, 280px);
	}

	.kfh-core__panel h3 {
		font-size: 24px;
	}

	.kfh-flow__picture {
		min-height: 0;
		height: clamp(210px, 55vw, 270px);
	}

	.kfh-field {
		padding-block: 74px;
	}

	.kfh-field__inner {
		gap: 36px;
	}

	.kfh-field__media {
		max-width: none;
		height: clamp(220px, 58vw, 285px);
		aspect-ratio: auto;
		border-radius: 17px;
	}

	.kfh-journey__media {
		aspect-ratio: 16 / 8.3;
		max-height: 200px;
	}

	.kfh-journey__body {
		padding: 22px 20px 28px;
	}
}

@media (max-width: 420px) {
	.kfh-plat__photo,
	.kfh-core__media,
	.kfh-flow__picture,
	.kfh-field__media {
		height: 205px;
	}

	.kfh-journey__media {
		max-height: 178px;
	}
}

/* ==========================================================================
   2026 화이트·공공 블루 팔레트 + 히어로 실사 슬라이더
   ========================================================================== */

.kfh {
	--k-public-blue: #1769c2;
	--k-public-blue-d: #0d4f9f;
	--k-public-blue-m: #2b7fd6;
	--k-public-blue-soft: #eaf3ff;
	--k-public-blue-wash: #f5f9ff;
	--k-public-line: #d3e3f7;
}

.kfh-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.kfh-eyebrow > span {
	background: linear-gradient(135deg, var(--k-public-blue-m), var(--k-public-blue-d));
	color: #fff;
	box-shadow: 0 8px 18px -12px rgba(13, 79, 159, .68);
}

.kfh-eyebrow::after {
	background: linear-gradient(90deg, var(--k-public-blue) 0 75%, var(--k-brand-gold) 75% 100%);
}

.kfh-head:not(.kfh-head--center) .kfh-head__side {
	border-left-color: rgba(23, 105, 194, .62);
}

/* 히어로 — 왼쪽 문구는 고정, 오른쪽 실사 이미지만 전환 */
.kfh-hero {
	background:
		radial-gradient(circle at 82% 18%, rgba(43, 127, 214, .15), transparent 34%),
		linear-gradient(112deg, #fff 0%, #f9fcff 44%, #eaf3ff 100%);
}

.kfh-hero__visual {
	isolation: isolate;
}

.kfh-hero__slides,
.kfh-hero__slide,
.kfh-hero__slide picture {
	position: absolute;
	inset: 0;
	display: block;
}

.kfh-hero__slides {
	z-index: 0;
}

.kfh-hero__slide {
	opacity: 0;
	visibility: hidden;
	transform: scale(1.022);
	transition: opacity .72s ease, transform 1.2s ease, visibility 0s linear .72s;
}

.kfh-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition-delay: 0s;
}

.kfh-hero__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kfh-hero__controls {
	position: absolute;
	right: clamp(22px, 4vw, 64px);
	bottom: 26px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px;
	border: 1px solid rgba(179, 205, 239, .9);
	border-radius: 999px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 14px 34px -18px rgba(12, 45, 105, .55);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.kfh-hero__controls[hidden],
.kfh-hero__controls button[hidden] {
	display: none;
}

.kfh-hero__controls button {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--k-public-blue-d);
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background-color .22s ease, color .22s ease;
}

.kfh-hero__controls button:hover {
	background: var(--k-public-blue-soft);
}

.kfh-hero__controls button:focus-visible {
	outline: 3px solid var(--k-public-blue);
	outline-offset: 2px;
}

.kfh-hero__controls button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kfh-hero__dots {
	display: flex;
	align-items: center;
	gap: 6px;
}

.kfh-hero__dots button {
	width: 9px;
	height: 9px;
	background: #b8cae1;
	transition: width .25s ease, background-color .25s ease;
}

.kfh-hero__dots button[aria-current="true"] {
	width: 27px;
	border-radius: 999px;
	background: var(--k-public-blue);
}

.kfh-trust {
	border-color: var(--k-public-line);
	background: #f6faff;
}

/* 01~07 — 흰색과 공공 블루가 교차하는 명확한 페이지 리듬 */
.kfh-plat {
	background: #fff;
}

.kfh-plat__frame--photo {
	background: linear-gradient(145deg, var(--k-public-blue), var(--k-public-blue-d));
	box-shadow: 0 24px 60px -36px rgba(13, 79, 159, .55), inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.kfh-plat__frame--photo::before,
.kfh-core__grid::before,
.kfh-flow__stage::before,
.kfh-field__media::before,
.kfh-sec__card::after {
	background: linear-gradient(90deg, var(--k-public-blue) 0 72%, var(--k-brand-gold) 72% 84%, #63a8ea 84% 100%);
}

.kfh-plat__caption span {
	background: rgba(255, 255, 255, .94);
	color: var(--k-public-blue-d);
}

.kfh-plat__icon {
	background: var(--k-public-blue-soft);
	box-shadow: inset 0 0 0 1px rgba(23, 105, 194, .22);
}

.kfh-plat__icon svg {
	stroke: var(--k-public-blue-d);
}

.kfh-plat__feats li:hover {
	background: var(--k-public-blue-wash);
}

.kfh-core {
	background: linear-gradient(180deg, #edf5ff 0%, #f9fcff 100%);
}

.kfh-core__grid {
	border: 1px solid var(--k-public-line);
	box-shadow: 0 24px 54px -38px rgba(13, 79, 159, .48);
}

.kfh-core__mods li {
	background: #f3f8ff;
	box-shadow: inset 0 0 0 1px #dce9f9;
}

.kfh-core__mods span {
	background: linear-gradient(135deg, var(--k-public-blue-m), var(--k-public-blue-d));
	color: #fff;
}

.kfh-flow {
	background: #fff;
}

.kfh-flow__stage {
	border: 1px solid rgba(23, 105, 194, .28);
	background: var(--k-public-blue-d);
}

.kfh-flow__brief {
	background: linear-gradient(145deg, var(--k-public-blue), var(--k-public-blue-d));
}

.kfh-flow__brief-tag {
	color: #e4f1ff;
}

.kfh-flow__brief-tag i,
.kfh-flow__brief li::before {
	background: #a7d2ff;
}

.kfh-flow__brief ul {
	border-top-color: rgba(255, 255, 255, .2);
}

.kfh-field {
	background:
		radial-gradient(circle at 78% 20%, rgba(43, 127, 214, .14), transparent 34%),
		linear-gradient(135deg, #fff 0%, #eef6ff 100%);
}

.kfh-field .kfh-eyebrow--light {
	color: #526987;
}

.kfh-field .kfh-eyebrow--light > span {
	background: linear-gradient(135deg, var(--k-public-blue-m), var(--k-public-blue-d));
	color: #fff;
}

.kfh-field h2 {
	color: var(--k-brand-navy);
}

.kfh-field__lead {
	color: #405775;
}

.kfh-field__list li {
	color: #233f65;
}

.kfh-field__list li span {
	background: #e5f1ff;
	box-shadow: inset 0 0 0 1px rgba(23, 105, 194, .34);
}

.kfh-field__list li span::after {
	border-color: var(--k-public-blue);
}

.kfh-field__media {
	box-shadow: 0 26px 66px -38px rgba(13, 79, 159, .52), inset 0 0 0 1px rgba(255, 255, 255, .3);
}

.kfh-field__copy::before {
	background: linear-gradient(90deg, var(--k-public-blue) 0 76%, var(--k-brand-gold) 76% 100%);
}

.kfh-sec {
	background: #fff;
}

.kfh-sec__card {
	background: linear-gradient(180deg, #fff, #f7fbff);
	box-shadow: 0 12px 34px -28px rgba(13, 79, 159, .45), inset 0 0 0 1px var(--k-public-line);
}

.kfh-sec__icon {
	background: linear-gradient(145deg, var(--k-public-blue-m), var(--k-public-blue-d));
	box-shadow: 0 12px 26px -16px rgba(13, 79, 159, .7);
}

.kfh-sec__icon svg {
	stroke: #fff;
}

.kfh-perf {
	background:
		radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .17), transparent 38%),
		linear-gradient(135deg, #0e57ad 0%, var(--k-public-blue) 58%, var(--k-public-blue-m) 100%);
}

.kfh-perf .kfh-eyebrow--light > span,
.kfh-cta .kfh-eyebrow--light > span {
	background: #fff;
	color: var(--k-public-blue-d);
}

.kfh-perf__grid {
	opacity: .75;
}

.kfh-perf__item small {
	color: rgba(225, 239, 255, .86);
}

.kfh-journey {
	background: linear-gradient(180deg, #eef6ff, #f9fcff);
}

.kfh-journey__card {
	border: 1px solid var(--k-public-line);
	box-shadow: 0 16px 38px -30px rgba(13, 79, 159, .5);
}

.kfh-journey__body small {
	color: var(--k-public-blue-d);
}

.kfh-journey__arrow {
	background: var(--k-public-blue-soft);
}

.kfh-journey__arrow svg {
	stroke: var(--k-public-blue-d);
}

/* 소식·업무 포털 — 작은 실사 카드로 이미지 수를 늘리되 문구 면적 유지 */
.kfh-access {
	background: #fff;
}

.kfh-news__head {
	border-bottom-color: var(--k-public-blue-d);
}

.kfh-news__badge {
	background: var(--k-public-blue-soft);
	color: var(--k-public-blue-d);
}

.kfh-portal {
	padding: 0 28px 28px;
	border: 1px solid var(--k-public-line);
	background: linear-gradient(180deg, #fff, #eef6ff);
	box-shadow: 0 22px 52px -36px rgba(13, 79, 159, .56);
}

.kfh-portal::before {
	background-image: linear-gradient(rgba(23, 105, 194, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 105, 194, .045) 1px, transparent 1px);
}

.kfh-portal__media {
	position: relative;
	height: 158px;
	margin: 0 -28px 22px;
	border-bottom: 2px solid var(--k-public-blue);
	background: var(--k-public-blue-soft);
	overflow: hidden;
}

.kfh-portal__art,
.kfh-portal__art.kf-art {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kfh-portal__art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 44%;
	filter: saturate(.9) contrast(1.01);
}

.kfh-portal__top {
	margin-bottom: 18px;
}

.kfh-portal__icon {
	background: var(--k-public-blue-soft);
	box-shadow: inset 0 0 0 1px rgba(23, 105, 194, .28);
}

.kfh-portal__icon svg {
	stroke: var(--k-public-blue-d);
}

.kfh-portal__state {
	background: #e8f7ef;
	box-shadow: inset 0 0 0 1px #b9e3ca;
	color: #267c4c;
}

.kfh-portal__label {
	color: var(--k-public-blue-d);
}

.kfh-portal h2 {
	color: var(--k-brand-navy);
}

.kfh-portal__desc {
	color: #465b79;
}

.kfh-portal__note {
	color: #60728e;
}

/* 마지막 안내 — 선명한 블루 밴드 안에 작은 현장 사진 추가 */
.kfh-cta {
	background:
		radial-gradient(circle at 10% 0%, rgba(255, 255, 255, .16), transparent 38%),
		linear-gradient(135deg, #0e57ad 0%, var(--k-public-blue) 58%, var(--k-public-blue-m) 100%);
}

.kfh-cta__inner {
	grid-template-columns: minmax(0, 1.08fr) minmax(240px, .58fr) minmax(285px, .74fr);
	gap: clamp(24px, 2.5vw, 38px);
}

.kfh-cta__media {
	position: relative;
	min-width: 0;
	aspect-ratio: 16 / 10;
	max-height: 190px;
	border: 4px solid rgba(255, 255, 255, .86);
	border-radius: 16px;
	background: rgba(255, 255, 255, .14);
	box-shadow: 0 20px 42px -28px rgba(0, 23, 74, .72);
	overflow: hidden;
}

.kfh-cta__art,
.kfh-cta__art.kf-art {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kfh-cta__art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: saturate(.92) contrast(1.02);
}

.kfh-cta__copy > p:last-child {
	color: rgba(255, 255, 255, .9);
	font-weight: 520;
}

.kfh-cta .kfh-btn--primary {
	background: #fff;
	color: var(--k-public-blue-d);
	box-shadow: 0 14px 30px -18px rgba(0, 34, 90, .58);
}

.kfh-cta .kfh-btn--primary:hover {
	background: #f5f9ff;
	color: #083f84;
}

@media (max-width: 1100px) {
	.kfh-cta__inner {
		grid-template-columns: 1fr;
	}

	.kfh-cta__media {
		width: min(100%, 580px);
		height: 190px;
		aspect-ratio: auto;
	}
}

@media (max-width: 759px) {
	.kfh-hero__controls {
		right: 14px;
		bottom: 13px;
		gap: 5px;
		padding: 5px;
	}

	.kfh-hero__controls button {
		width: 32px;
		height: 32px;
	}

	.kfh-hero__dots {
		gap: 4px;
	}

	.kfh-hero__dots button {
		width: 8px;
		height: 8px;
	}

	.kfh-hero__dots button[aria-current="true"] {
		width: 22px;
	}

	.kfh-portal {
		padding: 0 22px 26px;
	}

	.kfh-portal__media {
		height: 152px;
		margin-inline: -22px;
	}

	.kfh-cta__media {
		height: 170px;
		border-radius: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kfh-hero__slide {
		transform: none;
		transition: none;
	}
}

/* ==========================================================================
   2026 플랫폼 실사 확장 — 시스템 화면과 실제 운영 현장을 함께 제시
   ========================================================================== */

.kfh-core__evidence-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-top: clamp(30px, 3.5vw, 48px);
	padding-top: 24px;
	border-top: 1px solid var(--k-public-line);
}

.kfh-core__evidence-head p {
	margin: 0;
	font-size: 10.5px;
	font-weight: 900;
	letter-spacing: .17em;
	color: var(--k-public-blue-d);
}

.kfh-core__evidence-head h3 {
	margin: 0;
	font-size: clamp(19px, 1.7vw, 24px);
	font-weight: 820;
	line-height: 1.35;
	letter-spacing: -.025em;
	color: var(--k-brand-navy);
	text-align: right;
	word-break: keep-all;
}

.kfh-core__evidence {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.kfh-core__evidence-card {
	position: relative;
	height: clamp(205px, 17vw, 250px);
	margin: 0;
	border: 1px solid var(--k-public-line);
	border-radius: 17px;
	background: var(--k-public-blue-soft);
	box-shadow: 0 18px 42px -32px rgba(13, 79, 159, .62);
	overflow: hidden;
}

.kfh-core__evidence-card picture,
.kfh-core__evidence-card img {
	display: block;
	width: 100%;
	height: 100%;
}

.kfh-core__evidence-card img {
	object-fit: cover;
	object-position: center;
	filter: saturate(.9) contrast(1.015);
	transition: transform .7s var(--k-ease), filter .45s ease;
}

.kfh-core__evidence-card::after {
	content: "";
	position: absolute;
	inset: 34% 0 0;
	background: linear-gradient(180deg, transparent, rgba(5, 31, 76, .9));
	pointer-events: none;
}

.kfh-core__evidence-card figcaption {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 18px;
	z-index: 1;
	display: grid;
	gap: 5px;
	color: #fff;
}

.kfh-core__evidence-card small {
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .13em;
	color: #c9e4ff;
}

.kfh-core__evidence-card strong {
	font-size: 17px;
	font-weight: 820;
	line-height: 1.35;
	letter-spacing: -.018em;
}

.kfh-core__evidence-card.aos-animate img {
	animation: kfh-photo-settle 900ms var(--k-ease) both;
}

.kfh-journey__photo {
	position: absolute;
	inset: 0;
	display: block;
}

.kfh-journey__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(.9) contrast(1.015);
}

/* 카드·CTA는 정보 표시 전용이며 페이지 이동은 히어로에서만 제공 */
.kfh-journey__card {
	cursor: default;
	transition: none;
}

.kfh-journey__card:hover {
	transform: none;
	box-shadow: 0 16px 38px -30px rgba(13, 79, 159, .5);
}

.kfh-journey__card:hover .kfh-journey__photo img {
	transform: none;
}

.kfh-cta__contact {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

.kfh-cta__contact .kfh-cta__tel {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

@media (hover: hover) and (pointer: fine) {
	.kfh-core__evidence-card:hover img {
		transform: scale(1.025);
		filter: saturate(.98) contrast(1.02);
	}

	.kfh-journey__card:hover {
		transform: none;
	}
}

@media (max-width: 900px) {
	.kfh-core__evidence-head {
		display: grid;
		gap: 8px;
	}

	.kfh-core__evidence-head h3 {
		text-align: left;
	}

	.kfh-core__evidence {
		grid-template-columns: 1fr;
	}

	.kfh-core__evidence-card {
		height: clamp(190px, 42vw, 240px);
	}
}

@media (max-width: 759px) {
	.kfh-core__evidence-head {
		margin-top: 28px;
		padding-top: 20px;
	}

	.kfh-core__evidence-card {
		height: 190px;
		border-radius: 14px;
	}

	.kfh-core__evidence-card figcaption {
		left: 17px;
		right: 17px;
		bottom: 15px;
	}

	.kfh-cta__contact {
		justify-content: flex-start;
	}

	.kfh-cta__contact .kfh-cta__tel {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kfh-core__evidence-card img {
		animation: none !important;
		transition: none;
	}
}

/* 모바일 카드: 한 행에 두 개씩, 긴 문장은 카드 안에서 안정적으로 줄바꿈 */
@media (max-width: 759px) {
	.kfh-plat__feats,
	.kfh-core__mods,
	.kfh-core__evidence,
	.kfh-flow__steps,
	.kfh-sec__grid,
	.kfh-perf__grid-items,
	.kfh-journey__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.kfh-plat__feats > *,
	.kfh-core__mods > *,
	.kfh-core__evidence > *,
	.kfh-flow__steps > *,
	.kfh-sec__grid > *,
	.kfh-perf__grid-items > *,
	.kfh-journey__grid > * {
		min-width: 0;
	}

	.kfh-plat__feats li {
		min-height: 190px;
		padding: 16px 13px 18px;
	}

	.kfh-plat__icon {
		width: 42px;
		height: 42px;
		margin-bottom: 13px;
		border-radius: 12px;
	}

	.kfh-plat__feats strong {
		font-size: 13.5px;
		line-height: 1.45;
	}

	.kfh-plat__feats p {
		margin-top: 7px;
		font-size: 11.5px;
		line-height: 1.58;
	}

	.kfh-core__mods li {
		min-height: 58px;
		padding: 10px;
		align-items: flex-start;
	}

	.kfh-core__mods strong {
		font-size: 11.8px;
		line-height: 1.45;
	}

	.kfh-core__evidence-card {
		height: clamp(124px, 38vw, 154px);
	}

	.kfh-core__evidence-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.kfh-core__evidence-card figcaption {
		left: 12px;
		right: 12px;
		bottom: 11px;
		gap: 3px;
	}

	.kfh-core__evidence-card small { font-size: 9.5px; letter-spacing: .06em; }
	.kfh-core__evidence-card strong { font-size: 12.5px; line-height: 1.38; }

	.kfh-flow__steps li {
		padding-inline: 5px;
	}

	.kfh-flow__icon {
		width: 54px;
		height: 54px;
		margin: 10px 0 12px;
	}

	.kfh-flow__steps strong { font-size: 13.5px; }
	.kfh-flow__steps p { font-size: 11.5px; line-height: 1.58; }

	.kfh-sec__card {
		min-height: 244px;
		padding: 18px 12px 20px;
	}

	.kfh-sec__no {
		top: 12px;
		right: 11px;
		font-size: 9px;
	}

	.kfh-sec__icon {
		width: 40px;
		height: 40px;
		margin-bottom: 14px;
		border-radius: 11px;
	}

	.kfh-sec__icon svg { width: 20px; height: 20px; }
	.kfh-sec__card h3 { font-size: 13.2px; line-height: 1.45; }
	.kfh-sec__card p { margin-top: 8px; font-size: 11.5px; line-height: 1.62; }

	.kfh-perf__item {
		min-height: 150px;
		padding: 24px 10px 12px;
	}

	.kfh-perf__item:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		text-align: center;
	}

	.kfh-perf__item strong { font-size: clamp(28px, 9vw, 38px); }
	.kfh-perf__item span { font-size: 13px; line-height: 1.4; }
	.kfh-perf__item small { font-size: 10.8px; line-height: 1.5; }

	.kfh-journey__grid { grid-auto-rows: 1fr; }
	.kfh-journey__card { height: 100%; }
	.kfh-journey__media { aspect-ratio: 4 / 3; }
	.kfh-journey__body { gap: 5px; padding: 13px 11px 16px; }
	.kfh-journey__body small { font-size: 9.5px; letter-spacing: .06em; }
	.kfh-journey__body strong { font-size: 13px; line-height: 1.42; }
	.kfh-journey__body > span { font-size: 11.5px; line-height: 1.58; }

	.kfh-head h2,
	.kfh-perf__head h2 {
		font-size: clamp(24px, 7.8vw, 30px);
		line-height: 1.34;
	}

	.kfh-head__desc,
	.kfh-field__lead,
	.kfh-portal__desc,
	.kfh-portal__note {
		font-size: 13.5px;
		line-height: 1.72;
	}
}

@media (max-width: 340px) {
	.kfh-plat__feats,
	.kfh-core__mods,
	.kfh-core__evidence,
	.kfh-flow__steps,
	.kfh-sec__grid,
	.kfh-perf__grid-items,
	.kfh-journey__grid {
		gap: 8px;
	}

	.kfh-plat__feats li { padding-inline: 11px; }
	.kfh-journey__body { padding-inline: 9px; }
}

/* 영문 홈페이지: 영문 어순과 단어 단위 줄바꿈을 기준으로 최종 정렬합니다. */
html[lang^="en"] .kfh {
	letter-spacing: 0;
}

html[lang^="en"] .kfh-hero__title > span,
html[lang^="en"] .kfh-hero__title > em {
	display: inline;
}

html[lang^="en"] .kfh-hero__lead .kfh-br {
	display: none;
}

html[lang^="en"] .kfh :where(h1, h2, h3, h4, p, li, strong, a) {
	word-break: normal;
	overflow-wrap: break-word;
	hyphens: none;
}

html[lang^="en"] .kfh :where(h1, h2, h3, h4) {
	letter-spacing: -.02em;
	text-wrap: balance;
}

html[lang^="en"] .kfh :where(p, li) {
	letter-spacing: 0;
	text-wrap: pretty;
}

html[lang^="en"] .kfh-hero__title {
	letter-spacing: -.025em;
}

html[lang^="en"] .kfh-trust__list span,
html[lang^="en"] .kfh-journey__body > span {
	word-break: normal;
	overflow-wrap: break-word;
	hyphens: none;
}

html[lang^="en"] .kfh-head__desc,
html[lang^="en"] .kfh-field__lead,
html[lang^="en"] .kfh-portal__desc,
html[lang^="en"] .kfh-portal__note,
html[lang^="en"] .kfh-cta__copy > p {
	max-width: 65ch;
}

.kfh-journey__body > span {
	padding-right: 0;
}

@media (min-width: 981px) {
	html[lang^="en"] .kfh-head:not(.kfh-head--center) {
		align-items: start;
	}

	html[lang^="en"] .kfh-head:not(.kfh-head--center) .kfh-head__side {
		align-self: start;
		padding-top: 38px;
	}
}

@media (max-width: 480px) {
	html[lang^="en"] .kfh-plat__feats,
	html[lang^="en"] .kfh-sec__grid,
	html[lang^="en"] .kfh-journey__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* --- 히어로 핵심 가치 강조 카드 --- */
.kfh-hero__meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 12px;
	max-width: 720px;
	margin-top: 34px;
}

.kfh-hero__meta li {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 72px;
	padding: 14px 16px;
	border: 1px solid #cfddf1;
	border-radius: 14px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 12px 24px -20px rgba(26, 61, 111, .55), inset 0 1px 0 rgba(255, 255, 255, .9);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
	color: #183b78;
	letter-spacing: -.02em;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.kfh-hero__meta li:hover {
	transform: translateY(-3px);
	border-color: #75a9ee;
	box-shadow: 0 16px 28px -20px rgba(19, 79, 170, .5), 0 0 0 3px rgba(43, 123, 231, .08);
}

.kfh-hero__meta li::before {
	display: none;
}

.kfh-hero__meta-index {
	display: inline-grid;
	flex: 0 0 30px;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background: linear-gradient(145deg, #1256c5 0%, #2f9eea 100%);
	box-shadow: 0 6px 12px -7px rgba(18, 86, 197, .85), inset 0 1px 0 rgba(255, 255, 255, .35);
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .06em;
	color: #fff;
}

.kfh-hero__meta-label {
	display: block;
	min-width: 0;
}

@media (max-width: 759px) {
	.kfh-hero__meta {
		grid-template-columns: 1fr;
		gap: 9px;
		margin-top: 26px;
	}

	.kfh-hero__meta li {
		min-height: 60px;
		padding: 12px 14px;
		font-size: 13px;
	}
}
